@charset "UTF-8";
/* 各ページ共通の設定 */
/*==============*/
/* トップページ */
/*==============*/
#home-header {
	position: relative;
	padding-bottom: 40px;	
}
@media (min-width: 576px) {
  #home-header {}
}
@media (min-width: 768px) {
  #home-header {
	  padding-bottom: 0px;
	}
}
@media (min-width: 992px) {
  #home-header {}
}
@media (min-width: 1200px) {
  #home-header {}
}
#home-header .fv-text {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media (min-width: 768px) {
	#home-header .fv-text {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
}
#home-header .fv-text h3 {
	font-size: 1.8em;
}
#home-header .fv-text h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 9.5vw;
	color: #FF9F00;
	font-weight: 500;
}
#home-header .fv-text h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	color: #FF9F00;
	font-weight: 500;
}
#home-header .fv-text .sub-copy {
	margin-top: 1em;
	position: relative;
	padding-left: 5em;
	
}
@media (min-width: 576px) {
	 #home-header .fv-text h2 {
	font-size: 3.3em;
}
#home-header .fv-text h3 {
	font-size: 2.3em;
}
}
@media (min-width: 768px) {
	#home-header .fv-text h2 {
	font-size: 2.5em;
}
#home-header .fv-text h3 {
	font-size: 1.8em;
}
	#home-header .fv-text .sub-copy {
	margin-top: 3em;
	position: relative;
	padding-left: 5em;
	
}
}
@media (min-width: 992px) {
	#home-header .fv-text h2 {
	font-size: 3em;
}
#home-header .fv-text h3 {
	font-size: 2em;
}
}
@media (min-width: 1200px) {
  #home-header .fv-text h2 {
	font-size: 3.3em;
}
#home-header .fv-text h3 {
	font-size: 2.3em;
}
}

#home-header .fv-text .sub-copy::before {
	content: '';
	position: absolute;
	top: 0.8em;
	left: 0em;
	width: 4em;
	height: 1px;
	background-color: #FA9B00;	
}
#worries {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF7EA;
}
@media (min-width: 576px) {
  #worries {}
}
@media (min-width: 768px) {
  #worries {
	  padding-top: 70px;
	padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #worries {
	  padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #worries {}
}
@media (max-width: 767px) {
#worries figure {
	max-width: 100%;
	border-radius: 100%;
	position: relative;
	overflow-x: hidden;	
}

#worries figure::before {
  display: block;
  content: '';
  padding-top: 100%;
}
	#worries figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
		object-fit: cover;
}
	
	}
#features {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 576px) {
  #features {}
}
@media (min-width: 768px) {
  #features {
	  padding-top: 70px;
	padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #features {
	  padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #features {}
}


.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 40px;
grid-row-gap: 0px;
}

.div1 {
	grid-row: 1 / 2;
    grid-column: 1 / 3;
}
.div2 {
	grid-row: 1 / 2;
    grid-column: 3 / 5;
}
.div3 {
	grid-row: 2 / 3;
    grid-column: 2 / 4;
}
.div4 {
	grid-row: 3 / 4;
    grid-column: 1 / 3;
}
.div5 {
	grid-row: 3 / 4;
    grid-column: 3 / 5;
}


@media (min-width: 992px) {
.parent {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 40px;
grid-row-gap: 0px;
}

.div1 {
	grid-row: 1 / 3;
    grid-column: 3 / 5;
}
.div2 {
	grid-row: 2 / 4;
    grid-column: 1 / 3;
}
.div3 {
	grid-row: 2 / 4;
    grid-column: 5 / 7;
}
.div4 {
	grid-row: 4 / 6;
    grid-column: 2 / 4;
}
.div5 {
	grid-row: 4 / 6;
    grid-column: 4 / 6;
}
}
.circle.features{
	background-color: #FFF7EA;
}

@media (min-width: 768px) {
 .circle.features{
	font-size: 1em;	
}
}
@media (min-width: 992px) {
	 .circle.features{
	font-size: 0.888em;	
}
}
@media (min-width: 1200px) {
  .circle.features{
	font-size: 1em;	
}
}
.circle.features img{
	height: 24vw;
	width: auto;
}
@media (min-width: 576px) {
 .circle.features img{
	height: 7em;
}
}
@media (min-width: 768px) {
  .circle.features img{
	height: 9em;
}
}
@media (min-width: 992px) {
 .circle.features img{
	height: 7em;
}
}
@media (min-width: 1200px) {
  .circle.features img{
	height: 9em;
}
}
#voice {
	padding-bottom: 50px;
	background-color: #FFF7EA;
}
@media (min-width: 576px) {
  #voice {}
}
@media (min-width: 768px) {
  #voice {
	  padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #voice {
	  padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #voice {}
}
.voice-area{
	padding-bottom: 0.5em;
	display: block;
	height: 100%;	
}
@media (min-width: 768px) {
.voice-area{
	background-color: rgba(255,255,255,1.00);
	height: 100%;	
}}
.voice-area:hover{
	text-decoration: none;	
}
@media (min-width: 768px) {
.voice-area p{
	margin-left: 1em;
	margin-right: 1em;
}}
.voice-area figure{
	overflow: hidden;	
}
/*.voice-area:hover figure img{
	transform: scale(1.1, 1.1);
}*/
@media (max-width: 767px) {
.voice-area figure {
	max-width: 100%;
	border-radius: 100%;
	position: relative;
	overflow-x: hidden;	
}

.voice-area figure::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.voice-area figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
		object-fit: cover;
}
.voice-area:hover figure img{
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}
#treatment {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 576px) {
  #treatment {}
}
@media (min-width: 768px) {
  #treatment {
	  padding-top: 70px;
	padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #treatment {
	  padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #treatment {}
}
.treatment-area{
	border-radius: 20px;
	background-color: rgba(255,194,98,1.00);
	padding: 1em;
	color: rgba(255,255,255,1.00);
	display: block;
	height: 100%;	
}
@media (min-width: 768px) {
 .treatment-area{
	padding: 2em;
}
}
@media (max-width: 767px) {
 .treatment-area{
	font-size: 3vw;
}
}
.treatment-area:hover{
	background-color: rgba(255,194,98,.7);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.btn-point{
	border-radius: 30px;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(255,221,169,1.00);
	background-color: rgba(255,247,234,1.00);
	padding: 2em;
	display: block;
	font-size: 4.5vw;
	color: rgba(175,126,61,1.00);
	color: #8D4C00;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 180%;
	background-image: url(../images/btn-point-bg-sp.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
@media (min-width: 576px) {
  .btn-point{
	font-size: 1.6em;
}
}
@media (min-width: 768px) {
  .btn-point{
	font-size: 1.8em;
	  background-image: url(../images/btn-point-bg.png);
}
}
@media (min-width: 992px) {
  .btn-point{
	font-size: 2.1em;
}
}
.btn-point:hover{
	text-decoration: none;
	border-color: rgba(255,221,169,1);
	background-color: rgba(255,247,234,1);
	color: rgba(175,126,61,1);
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.btn-point span{
	font-size: 2em;
}
.btn-point i{
	margin-left: 1em;	
}
.media-area{
	border-radius: 30px;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(255,221,169,1.00);
	background-color: rgba(255,247,234,1.00);
	padding: 2em 1em 1em;	
}
@media (min-width: 768px) {
.media-area{
	padding: 3em 1.5em 1.5em;	
}
/*	.media-area figure img{
max-width: 100%;
	height: auto;
	}*/
}
@media (min-width: 992px) {
.media-area{
	padding: 4em 1.5em 2em;
	
}
}
@media (max-width: 767px) {
.media-area figure {
	max-width: 100%;
	/*position: relative;
	overflow-x: hidden;*/
	width: 100%;
}
/*.media-area figure::before {
  display: block;
  content: '';
  padding-top: 100%;
}*/
/*.media-area figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
		object-fit: cover;
}
.media-area figure.tep img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	transform: translate(-27%, -50%);
	height: 100%;
	width: auto;
		object-fit: contain;
}*/}
.media-area .media-top{
}
.media-area hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(51,51,51,1.00);
}
.media-area h4{
	font-size: 1.3em;
	font-weight: 700;
	
}
.media-area h4 span{
	padding: 0.1em 1em;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(126,77,1,1.00);
	border-radius: 10px;
	background-color: rgba(255,255,255,1.00);
	font-size: 0.888em;
	margin-right: 1em;
	color: rgba(141,76,0,1.00);	
}
.media-area h4 span{
	
}
#training {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFF7EA;
}
@media (min-width: 576px) {
  #training {}
}
@media (min-width: 768px) {
  #training {
	  padding-top: 70px;
	padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #training {
	  padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #training {}
}
.line-orange{
	border-radius: 30px;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(255,221,169,1.00);
	background-color: rgba(255,255,255,1.00);
	padding: 2em 1em 1em;
	
}
@media (min-width: 768px) {
.line-orange{
	padding: 3em 3em 3em;	
}
}
@media (min-width: 992px) {
.line-orange{
	padding: 4em 4em 4em;	
}
}
.line-orange a{
	color: rgba(247,157,1,1.00);
	text-decoration: underline;
}
.line-orange a:hover{
	color: rgba(247,157,1,0.7);
	text-decoration: underline;
}
.line-orange hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(51,51,51,1.00);
}
.btn-news{
	border-radius: 30px;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(255,221,169,1.00);
	background-color: rgba(255,255,255,1.00);
	padding: 2em;
	display: block;
	font-size: 4.5vw;
	color: rgba(175,126,61,1.00);
	color: #8D4C00;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 180%;
	background-image: url(../images/training-bg-sp.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;	
}
@media (min-width: 576px) {
.btn-news{
	font-size: 1.6em;
}
}
@media (min-width: 768px) {
.btn-news{
	font-size: 1.8em;
	background-image: url(../images/training-bg.png);
}
}
@media (min-width: 992px) {
.btn-news{
	font-size: 2.1em;
}
}
.btn-news:hover{
	text-decoration: none;
	border-color: rgba(255,221,169,1);
	background-color: rgba(255,247,234,1);
	color: rgba(175,126,61,1);
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.btn-news span{
	font-size: 1.6em;
}
.btn-news i{
	margin-left: 1em;	
}
#news {
	padding-top: 50px;
}
@media (min-width: 576px) {
  #news {}
}
@media (min-width: 768px) {
  #news {
	  padding-top: 70px;
	}
}
@media (min-width: 992px) {
  #news {
	  padding-top: 100px;
	}
}
@media (min-width: 1200px) {
  #news {}
}
#fqa {
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (min-width: 576px) {
  #fqa {}
}
@media (min-width: 768px) {
  #fqa {
	  padding-top: 70px;
	padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #fqa {
	  padding-top: 100px;
	padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #fqa {}
}
.card-header button{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 0.888em;
	font-weight: 500;
	color: rgba(255,255,255,1.00);
	position: relative;
	padding-right: 2em;
}
.card-header button i{
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -0.5em;	
}
.card-header button[aria-expanded="false"] i{
	transform:rotate(0deg); 
}
.card-header button[aria-expanded="true"] i{
	transform:rotate(180deg); 
}

.card-header button:hover{
	color: rgba(255,255,255,1.00);	
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px none rgba(0,0,0,.125);
        border-bottom-color: rgba(0, 0, 0, 0.125);
        border-bottom-style: none;
        border-bottom-width: 1px;
    border-radius: 0rem;
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 0rem;
}
.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(242,192,103,1.00);
	border-bottom: none;
	color: rgba(255,255,255,1.00);
	
	border-radius: 0;
		
}
@media (min-width: 768px) {
.card-header {
	padding: .75rem 1.25rem;
		
}
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem 0rem 0rem;
}
/*==============*/
/* 下層ページ */
/*==============*/
#use-header {
	position: relative;	
}
@media (min-width: 576px) {
  #use-header {}
}
@media (min-width: 768px) {
  #use-header {}
}
@media (min-width: 992px) {
  #use-header {}
}
@media (min-width: 1200px) {
  #use-header {}
}
.use-text{
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media (min-width: 576px) {
.use-text{
	-webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
}
.use-text h2{
	font-size: 6.5vw;
	color: #FF9F00;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-bottom: 0vw;
}
@media (min-width: 576px) {
.use-text h2{
	font-size: 2em;
	margin-bottom: 5vw;
}
}
@media (min-width: 768px) {
.use-text h2{
	font-size: 2.2em;
}
}
@media (min-width: 992px) {
.use-text h2{
	font-size: 2.4em;
}
}
@media (min-width: 1200px) {
  .use-text h2{
	margin-bottom: 0.1em;
}
}
#use-section {
	padding-top: 30px;
	padding-bottom: 50px;
}

@media (min-width: 576px) {
  #use-section {}
}
@media (min-width: 768px) {
  #use-section {
	  padding-top: 50px;
	padding-bottom: 70px;
	}
}
@media (min-width: 992px) {
  #use-section {
	  padding-top: 60px;
	padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
  #use-section {
	  
	}
}
.bg-orange {
	background-color: rgba(255,247,234,1.00);	
}



@media (max-width: 767px) {
	.voice-area-detail .orange-title br{
		display: none;
	}

.voice-area-detail1 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.voice-area-detail2 {
}
.voice-area-detail3 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
}
@media (min-width: 768px) {
.voice-area-detai-grid {
display: grid;
grid-template-rows: masonry / repeat(auto-fit, minmax(2, 1fr));
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 40px;
grid-row-gap: 0px;
}

.voice-area-detail1 {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
	padding-left: 3em;	
}
.voice-area-detail2 {
	grid-row: 1 / 3;
    grid-column: 1 / 3;
}
.voice-area-detail3 {
	grid-row: 2 / 3;
    grid-column: 3 / 4;
	padding-left: 3em;
}
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	margin-bottom: 2em;	
}
.cp_box:last-child {
	margin-bottom: 0em;	
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 90px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
    margin-bottom: 0;
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 0%;
	width: 100%;
	font-family: FontAwesome;
	content: '続きをよむ ''\f078';
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(126,77,1,1.00);	
}
@media (min-width: 768px) {
.cp_box label:after {
	width: 16rem;
}
}
.cp_box label span {
	display: block;
	background-color: rgba(255,238,0,1.00);
}

.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 60em; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
@media (min-width: 768px) {
.cp_box .cp_container {
	height: 30em; /* 開く前に見えている部分の高さ */
}
}
@media (min-width: 992px) {
  .cp_box .cp_container {
	height: 30em; /* 開く前に見えている部分の高さ */
}
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '記事を折りたたむ ''\f077';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
.modal-link{/*スタイル名*/
	cursor:pointer;
}
.modal {
}
.modal-sm {
    max-width: 95%;
}


@media (min-width: 768px) {
  .modal-sm {
    max-width: 90%;
}
}
@media (min-width: 992px) {
  .modal-sm {
    max-width: 50%;
}
}
@media (min-width: 1200px) {
.modal-sm {
    max-width: 640px;
}
}
button.bnt-close{
	width: 1.6em;
	height: 1.6em;
	margin: 0;
	padding: 0;
	background-color: rgba(51,51,51,1.00);
	color: rgba(255,255,255,1.00);
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
}
button.bnt-close:hover{
	color: rgba(255,255,255,1.00);
}
.program{
	color: rgba(255,255,255,1.00);
	background-color: rgba(126,77,1,1.00);	
}
.program h4{
	margin: 0!important;
	padding: 0!important;
	font-size: 5vw;
}
@media (min-width: 576px) {
  .program h4{
	font-size: 1.6em;
}
}
@media (min-width: 768px) {
  .program h4{
	font-size: 1.6em;
}
}
@media (min-width: 992px) {
  .program h4{
	font-size: 1.4em;
}
}
@media (min-width: 1200px) {
 .program h4{
	font-size: 1.2em;
}
}

.treatment-service{
	border-radius: 20px;
	background-color: rgba(255,194,98,1.00);
	padding: 0.5em;
	color: rgba(255,255,255,1.00)!important;
	display: block;	
	text-decoration: none!important;
}
@media (min-width: 768px) {
 .treatment-service{
	padding: 2em;
}
}
@media (max-width: 767px) {
 .treatment-service{
	font-size: 3vw;
	line-height: 140%;	 
}
}
.treatment-area:hover{
	background-color: rgba(255,194,98,.7);
	color: rgba(255,255,255,1.00)!important;
	text-decoration: none!important;
}
.treatment-service h5{
	font-size: 1.25em;	
}
@media (max-width: 767px) {
.treatment-service h5{
	font-size: 1.15em;	
}
}
.treatment-service figure{
	padding-right: 5px!important;
padding-left: 0px!important;
}
/*==============*/
/* 共通部分 */
/*==============*/
#footer-section {}
@media (min-width: 576px) {
  #footer-section {
    height: 58vw;
  }
}
@media (min-width: 768px) {
  #footer-section {}
}
@media (min-width: 992px) {
  #footer-section {}
}
@media (min-width: 1200px) {
  #footer-section {}
}
/*==============*/
/* トップニュース */
/*==============*/
.top-news {
	margin-top: 0em;
	padding-top: 1em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	margin-bottom: 3em;
	font-size: 1.1111em;	
}
.top-news a {
	display: block;	
}
.top-news a:hover {
	text-decoration: none;
	background-color: rgba(234,234,234,1.00);
}
.top-news dl {
	padding-right: 1em;
	padding-left: 1em;
	 padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 3px dotted #8D4C00;
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 0em;
}

.top-news dl::after {
	content: '\f101';
	font-family: FontAwesome;
	color: #8D4C00;
	position: absolute;
	right: 1em;
	top: 1em;
}
.top-news dt {
	padding-bottom: 10px;
	font-weight: normal;
	color: rgba(126,77,1,1.00);	
	margin-bottom: 0em;
	position: relative;
	width: 14em;
	padding-right: 5em;	
}
.top-news dt span {
	color: rgba(255,255,255,1.00);
	border-radius: 5px;
	padding: 0.1em 0.5em;
	background-color: rgba(255,194,98,1.00);
	margin-left: 1em;
	position: absolute;
	right: 2em;
	top: 0em;
}
.top-news em {
  color: #FF0000;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .top-news dl {
    display: table;
  }
  .top-news dt {
	padding-bottom: 0;
	width: 14em;
	font-weight: normal;
	display: table-cell;
	padding-right: 5em;	  
	
  }
  .top-news dd {
    margin-left: 0.5em;
    display: table-cell;
  }
}
/*==============*/
/* ポスト */
/*==============*/
.post {}
.post .posthed {
  font-size: 86%;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
.post .posthed em {
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-style: normal;
  color: #333333;
  font-size: 0.8em;
  background-color: #F6B100;
  margin-left: 0.5em;
  position: absolute;
  top: -.2em;
  right: 0%;
}
.post .posthed .date {
  display: block;
  position: relative;
}
.sidenav {
  margin-bottom: 30px;
}
.post h2 {
	font-size: 4.8vw;
	color: rgba(255,255,255,1.00);
	padding: 0.1em 0.5em;
	background-color: rgba(242,192,103,1.00);
	margin-bottom: 1em;
	margin-top: 1.2em;	
}
.post h3 {
	font-size: 1.4em!important;
	color: rgba(248,171,50,1.00)!important;
	margin-bottom: 1em;
	margin-top: 1.4em;
}
@media (min-width: 576px) {
.post h2 {
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
}
}
@media (min-width: 768px) {
.post h2 {
	font-size: 1.5em;
}
}
.post strong{
	font-weight: bold;	
}
.post em{
	color: rgba(248,171,50,1.00);
	font-weight: bold;
	font-style: normal;
}
.post span{
	text-decoration: none!important;
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: bold;	
}
.post .date {
	color: rgba(126,77,1,1.00);
	font-size: 1.111em;
	margin-bottom: 1.5em;	
}
.post .date span {
	color: rgba(255,255,255,1.00);
	border-radius: 5px;
	padding: 0.1em 0.5em;
	background-color: rgba(255,194,98,1.00);
	margin-left: 1em;	
	background: linear-gradient(rgba(255,194,98,1.00) 60%, rgba(255,194,98,1.00) 60%);
}
.post hr {
	margin-bottom: 2em;
	margin-top: 2em;
}

.sidenav h3 {
  font-size: 100%;
  color: #FFFFFF;
  margin-bottom: 10px;
  background-color: #C1976D;
  padding: 0.5em;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}
.sidenav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.sidenav ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidenav ul li a {}
.postnav {
  margin-bottom: 50px;
}
/* ページャー  */
.pager .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  width: 100%;
}
.pager .pagination li {
  display: inline;
  margin: 0 0px;
  padding: 0;
  width: 30px;
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #333;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;	
	
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
	color: #333;
	text-decoration: none;	
}
  .pager .pagination li.pre,.pager .pagination li.next {
	display: none;    
  }
@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
    border-radius: 50em;
  }
  .pager .pagination li a {}
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}
/*==============*/
/* メールフォーム */
/*==============*/
#mailform {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  #mailform {
    padding-top: 0px;
  }
}
.mailcont {
}
#mailform dl input[type=text], #mailform dl input[type=tel], #mailform dl input[type=url], #mailform dl input[type=email], #mailform textarea {
  border: 0;
  color: #000000;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0px;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 5px;
}
#mailform dl {
  overflow: hidden;
  padding: 0px;
  display: table;
  margin: 0px;
  width: 100%;
  position: relative;
}
#mailform dl dt {
  margin: 0px;
  display: block;
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: top;
	font-size: 1.2em;
	font-weight: 600!important;
}
#mailform dl dd {
  margin: 0px;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mailform dl dd label {
  margin-right: 1em;
}

#mailform label {
  font-weight: normal;
}
#mailform dl dt em {
	font-style: normal;
	font-size: 0.8em;
	color: rgba(255,255,255,1.00);
	padding: 0.3em 0.5em;
	background-color: rgba(255,0,0,1.00);
	display: inline-block;
	line-height: 100%;
	margin-right: 0.5em;	
}
#mailform dl dt em.none {
	background-color: rgba(149,149,149,1.00);
}
#mailform .size-s {
  width: 25%;
}
#mailform .size-m {
  width: 99%;
}
@media (min-width: 768px) {
  #mailform .size-m {
    width: 50%;
  }
}
#mailform .size-l {
  width: 100%;
}
#formbutton {
  text-align: center;
  padding-top: 15px;
}

input[type=submit] {
	background-color: #FF9F00;
	border-radius: 50em;
	color: #FFFFFF;
	padding: 0.5em 2em;
	position: relative;
	margin-left: auto!important;
	margin-right: auto!important;
	display: table!important;
	font-size: 3.6vw;
	border-style: none;
	border-width: 0px;
	width: 100%;	
}
@media (min-width: 576px) {
input[type=submit] {
	font-size: 1em;	
}
}
@media (min-width: 768px) {
input[type=submit] {
	padding: 0.5em 2em;
}
}
input[type=submit]:hover{
	background-color: rgba(255,159,0,0.7);
	color: #FFFFFF;
}
input[type=submit] i{
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -0.5em;	
}
@media (min-width: 768px) {
input[type=submit] i{
	right: 2em;
}
}
.submit-btn{
	width: 100%;
	max-width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 2em;
	color: rgba(255,255,255,1.00);
}
.submit-btn i{
	position: absolute;
	right: 1.5em;
	top: 50%;
	margin-top: -0.5em;
	color: rgba(255,255,255,1.00);	
}
#mailform .contactfoot {
  margin-top: 50px;
  margin-bottom: 0px;
}
.ajax-loader, .wpcf7-spinner {
  display: none;
}
.wpcf7c-conf {
  background-color: #FFD5D6;
}
/*リセット */
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 1.5em; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
	content: "";
	position: absolute;
	
}
input[type="checkbox"]::before {
  border: 1px solid rgba(102, 102, 102, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 2px;
  width: 1.2em; /*チェックボックスの横幅*/
  height: 1.2em; /*チェックボックスの縦幅*/
  transform: translateY(-60%);
  top: 50%;
  left: 0px;
  margin-right: 0.5em;
	display: block;
}
input[type="checkbox"]::after {
  content: "\f00c";
  font-family: FontAwesome;
  top: 50%;
  left: 0.2em;
  transform: translateY(-55%);
	color: transparent;
  display: block;
}
input[type="checkbox"]:checked::after {
  color: rgba(51, 51, 51, 1.00);
	
}
/* ラジオボタンデザイン */
input[type="radio"] {
  cursor: pointer;
  padding-left: 1.5em; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="radio"]::before, input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="radio"]::before {
  border-radius: 100%;
  width: 1.2em; /*チェックボックスの横幅*/
  height: 1.2em; /*チェックボックスの縦幅*/
  transform: translateY(-60%);
  top: 45%;
  left: 0px;
  border: 1px solid rgba(102, 102, 102, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
}
input[type="radio"]::after {
  content: "";
  border-radius: 100%;
  top: 50%;
  left: 0.25em;
  width: 0.8em;
  height: 0.8em;
  display: block;
  background-color: rgba(255, 255, 255, 1.00);
  transform: translateY(-65%);
}
input[type="radio"]:checked::after {
  background-color: rgba(51, 51, 51, 1.00);
}
/*==============*/
/* その他アイテム */
/*==============*/
.circle {
  max-width: 100%;
  border-radius: 100%;
  padding: 4px;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.square {
  max-width: 100%;
  padding: 4px;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.circle::before, .square::before {
  display: block;
  content: '';
  padding-top: 100%;
}
table.overview{
	
}
table.overview td,table.overview th{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(51,51,51,1.00);
}
table.overview tr:last-child td,table.overview tr:last-child th{

	border-bottom-style: none;
}
table.overview td{
		
}
table.overview th{
	width: 8em;	
	color: rgba(243,155,0,1.00);
}
.news-area a{
	text-decoration: none;
	color: rgba(51,51,51,1.00);
}
.news-area a:hover{
	text-decoration: none;
	color: rgba(51,51,51,.7);	
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em !important;
}
.pnavi{
	text-align: center;
	position: relative;	
}
.pnavi a.page-numbers{
	padding: 0em 0.6em;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(206,206,206,1.00);
	min-width: 2.8em;
	display: inline-block;
	background-color: rgba(255,255,255,1.00);	
	
}
.pnavi span.page-numbers.current,.pnavi a.page-numbers:hover{
	padding: 0em 0.6em;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(206,206,206,1.00);
	min-width: 2.8em;
	display: inline-block;
	background-color: rgba(234,234,234,1.00);	
}
@media (max-width: 767px) {
.pnavi a.page-numbers {
    padding: 0em 0.2em;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(206,206,206,1.00);
    min-width: 2em;
    display: inline-block;
    background-color: rgba(255,255,255,1.00);
    font-size: 0.8em;

}
.pnavi span.page-numbers.current, .pnavi a.page-numbers:hover {
    padding: 0em 0.2em;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(206,206,206,1.00);
    min-width: 2em;
    display: inline-block;
    background-color: rgba(234,234,234,1.00);
	font-size: 0.8em;
}}
/*.pnavi .prev{
	position: absolute;
	top: 0px;
	left: 0px;
}
.pnavi .next{
	position: absolute;
	top: 0px;
	right: 0px;
}*/