<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*共通
---------------------------------------------------------*/
.com_min_btn a {
	display: block;
	background: rgba(117,100,85,0.6);
	border-radius: 3px;
	padding: 6px 5px 8px;
	color: #fff;
	font-size: 90%;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 1.2em;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
}
.com_min_btn a:hover {
	background: rgba(117,100,85,1.0);
}
.com_min_btn i {
	position: absolute;
	right: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.com_min_btn.btn_park {
	max-width: 25em;
	width: 94%;
	margin: 20px auto 30px;
}
.com_min_btn.btn_park a {
	color: #E57F26;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	background: transparent;
	border: 2px solid #E57F26;
	transition: all .4s;
	box-sizing: border-box;
}
.com_min_btn.btn_park a:hover {
	color: #FFF;
/*	background: #E57F26;*/
	border-color: rgba(117,100,85,1.0);
	background: rgba(117,100,85,1.0);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*メインイメージ
---------------------------------------------------------*/
.slider-pro {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*内覧会のお知らせ
---------------------------------------------------------*/
.nairan {
	background: #fff;
    margin-top: 1rem;
	}
.nairan .open_rec {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
    /*justify-content: center;*/
	justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.nairan .open_rec p{
    display: block;
    width: 49%!important;
    margin-top: 2%;
}
.nairan .open_rec p:nth-child(-n+2){
    margin-top: 0;
}
.nairan .open_rec .bnr_staff {
    position: relative;
    width: 49%;
    display: block;
	background: url(../images/top/bnr_staff_bg.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 5px;
    box-sizing: border-box;
}
.nairan .open_rec .bnr_staff:last-of-type {
	margin-right: 0;
}
.nairan .open_rec .bnr_staff i{
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right:1em;
}

.nairan .open_rec .bnr_staff a {
    width: 100%;
	display: block;
	background: #fff;
	padding: 0.6em 1em .5em;
    box-sizing: border-box;
	text-align: center;
	color: #746452;
	font-size: min(140%,2.5vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	}
.nairan .open_rec .bnr_staff a:hover {
	background: rgba(255,255,255,0.7);
	}

.nairan .open_rec .bnr_staff a small{
    letter-spacing: normal;
    margin-left: -0.5em;
    margin-right: 0.5em;
}
.nairan .open_rec .txt{
    font-size:90%;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6em;
    color: #f85250;
    margin-top: .6em;
    text-indent: -1em;
    padding-left: 1em;
}

.nairan .open_rec .bnr_staff2 {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	}
.nairan .open_rec .bnr_staff2 a {
	display: block;
	background: #FFF406;
	padding: 0.8em 0;
	padding-left: .2em;
	text-align: center;
	color: #746452;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.nairan .open_rec .bnr_staff a:hover {
	background: rgba(255,255,255,0.7);
}
.nairan .open_rec .bnr_rec{
	margin-top: 30px;
}
	
.nairan_bg {
	background:#FBFBE3;
	color:#736452;
	}
	
.nairan ul{
	max-width: 1250px;
	width: 94%;
	margin: 0 auto;
	padding:10px 3%;}

.nairan li{
	float:left;
	width:32%;}
	
.nairan li:last-child{
	margin-left:2%;
	text-align:left;
	padding-top:10px;
	width:34%;}	

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nairan .open_rec {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
}
.nairan .open_rec .txt{
    line-height: 1.5em;
    letter-spacing: .05em;
}
    
.nairan li{
    width:49%;
}
	
.nairan li:first-child{
	margin-right:2%;
	width:49%;
}	
	
.nairan li:last-child{
	float:none;
	margin-left:0%;
	text-align:center;
	padding-top:10px;
	width:100%;
}	
.nairan .open_rec .bnr_staff a {
	/*font-size: 120%;*/
	font-size: 115%;
}
.nairan .open_rec .bnr_rec{
	margin-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nairan .open{
	text-align: center;
}
.nairan .open_rec {
	width: 100%;
    padding: 0!important;
    margin-bottom: 5%!important;
	}
.nairan .open_rec li{
    width: 100%!important;
    margin-bottom: 1rem!important;
}
.nairan .open_rec li:last-child{
    margin-bottom: 0!important;
}
.nairan .open_rec p {
    width: 48%!important;
    margin: 2% auto 0!important;
}
.nairan .open_rec .bnr_staff {
	margin: 0 auto 3%;
	width: 100%;
    padding: 3px;
	}
.nairan .open_rec .bnr_staff a {
	font-size: 3.5vw;
    letter-spacing: normal;
}
.nairan .open_rec .bnr_staff i{
    right: .5em;
    font-size:90%;
}
.nairan .open_rec .txt{
    letter-spacing: .05em;
    line-height: 1.6em;
    margin-top: -0.5em!important;
}
    
.nairan .open_rec .bnr_rec{
	margin-top:3%;
}

.nairan ul{
	width: 90%;
	padding:10px 5% 20px 5%;}

.nairan li{
	float:none;
	width:80%;
	margin:0 auto;}
	
.nairan li:first-child{
	margin-bottom:-15px;}	
	
.nairan li:last-child{
	margin-left:0%;
	text-align:left;
	padding-top:0px;
	width:100%;}		
}



/*予約空き状況
---------------------------------------------------------*/
.topics_box{
	background:#fffee6;
	margin-top: 15px;
	position:relative;
}
.topics_box::before{
	position:absolute;
	background: repeating-linear-gradient(-45deg, #FFF40A, #FFF40A 2px, #fffee6 0, #fffee6 12px);
	background-size: 50px 50px;
	width: 50%;
	height: 100%;
	content: '';
	display: block;
	left: 0;
	top:0;
}

.topics_box .topics_inbox{
	display:table;
	max-width:1230px;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	text-align: left;
	color:#736452;
}
.topics_box .title,.topics_box .topics_list{
	display:table-cell;
	vertical-align: middle;
}
.topics_box .title{
	text-align:right;
	position: relative;
	z-index: 2;
margin: 0 0 0 auto;
	padding-right: 40px;
}
.topics_box .title dt{
	font-size: 230%;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.2em;
margin: 0 0 10px auto;}
.topics_box .title dd a{
	color:#736452;}
.inf_box .no_blog_txt{
	margin-top: 1.5em;
}
.inf_box .no_blog_txt p:first-child{
    font-weight: bold;
    font-size:110%;
    color:#E57F26;
    margin-bottom: .3em;
}
.inf_box .no_blog_txt p a{
    text-decoration: underline;
    color:#f85250;
}
.inf_box .no_blog_txt p a:hover{
    text-decoration: none;
}
.topics_box .topics_list{
	background:#fffee6;
	position:relative;
	padding: 25px 0 25px 40px;
z-index: 2;} 
.topics_box .topics_list dl{
	position:relative;
}
.topics_box .topics_list dl dt{
	font-weight: bold;
	letter-spacing: 0.1em;
	position:absolute;
	left: 0;
	top: 0;
	font-family: 'Overpass', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	font-size:110%;
}
.topics_box .topics_list dl dd{
	font-weight: bold;
	padding-left: 8em;
	font-size:110%;
}
.topics_box .topics_list dl dt a{
	color:#736452;}
.topics_box .topics_list dl dt a:hover{
	text-decoration:none;
}
.topics_box .topics_list li{
	margin-bottom:10px;
}
.topics_box .topics_list li:last-child{
	margin-bottom:0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.topics_box{
	margin-top: 20px;
}
.topics_box .title dt {
	font-size: 200%;
}
.topics_box .title{
	padding-right: 30px;
}
.topics_box .topics_list{
	padding: 25px 0 25px 30px;
} 	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.topics_box{
	margin-top:3%;
}
.topics_box::before{
	display: none;
}
.topics_box .topics_inbox{
	display:block;
	padding: 0;
	width: 100%;
}
.topics_box .title,.topics_box .topics_list{
	display:block;
}
.topics_box .title{
	background: repeating-linear-gradient(-45deg, #FFF40A, #FFF40A 2px, #fffee6 0, #fffee6 12px);
	background-size: 50px 50px;
	text-align:center;
	padding:4% 0;
}
.topics_box .title dt{
	font-size: 180%;
	margin-bottom: 3px;}
.topics_box .topics_list{
	padding:3%;} 
.topics_box .topics_list dl dt{
	position:static;
	font-size:100%;
}
.topics_box .topics_list dl dd{
	padding-left: 0;
	font-size:95%;
}
.topics_box .topics_list li{
	margin-bottom:3%;
	border-bottom:rgba(115,100,82,0.30) 1px solid;
	padding-bottom:3%;
}
.topics_box .topics_list li:last-child{
	border-bottom:none;
	padding-bottom:0%;
}
}



/*お知らせ
---------------------------------------------------------*/
.inf_box {
	padding: 50px 0 30px;
	color: #736452;
}
.inf_box .flt_l,
.inf_box .flt_r {
	width: 48%;
	max-width: 620px;
	margin: 0 auto;
}
.inf_box .titile_box {
	border-top: solid 5px #FFF40A;
	padding-top: 40px;
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 30px;
}
.inf_box .titile_box h2 {
	float: left;
	font-size: 230%;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.inf_box .titile_box .com_min_btn {
	width: 200px;
	float: right;
}
.inf_box .reserv_list dt{
	font-size:105%;
	margin-bottom: 8px;
	font-weight: bold;
}
.inf_box .reserv_list dd a{
	color: #736452;
	text-decoration: underline;
}
.inf_box .reserv_list dd a:hover{
	text-decoration: none;
}
.inf_box .attention{
	font-size:95%;
	color:#E57F26;
	line-height: 1.6em;
	margin-top: 18px;
}
/*.inf_box .no_blog_txt,*/
.inf_box .topics_list {
	overflow: hidden;
	height: 120px;
}
.inf_box .no_blog_txt span{
    font-weight: bold;
}
.inf_box .topics_list li {
	_zoom: 1;
	overflow: hidden;
	padding: 6px 0;
}
.inf_box .topics_list dt {
	font-family: 'Overpass', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	font-size: 116%;
	letter-spacing: .1em;
	width: 25%;
	float: left;
}
.inf_box .topics_list dd {
	width: 75%;
	float: left;
	font-size: 110%;
	letter-spacing: .07em;
	line-height:  1.4em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.inf_box .titile_box h2 {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
	.inf_box .titile_box .com_min_btn {
	width: 200px;
	margin: 0 auto;
	float: none;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.inf_box {
	padding: 5% 0 3%;
}
.inf_box .titile_box {
	padding-top: 5%;
	margin-bottom: 3%;
	border-width: 3px;
}
.inf_box .titile_box h2 {
	float: none;
	font-size: 200%;
	text-align: center;
	margin-bottom: 10px;
}
.inf_box .titile_box .com_min_btn {
	width: 200px;
	margin: 0 auto;
	float: none;
}

.inf_box .topics_list li {
	font-size: 90%;
}
.inf_box .topics_list dt {
	letter-spacing: normal;
	width: 28%;
}
.inf_box .topics_list dd {
	padding-top: 2px;
	width: 72%;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.inf_box {
	padding: 5% 0 8%;
}
.inf_box .flt_l,
.inf_box .flt_r {
	width: 100%;
	float: none;
}
.inf_box .flt_l {
	margin-bottom: 6%;
}
.inf_box .titile_box {
	border-width: 2px;
	padding-top: 6%;
	margin-bottom: 5%;
}
/*.inf_box .flt_l .titile_box {
	margin-bottom: 0;
}*/
.inf_box .titile_box h2 {
	float: none;
	font-size: 180%;
	text-align: center;
	margin-bottom: 10px;
}
.inf_box .titile_box .com_min_btn {
	width: 70%;
	float: none;
	margin: 0 auto;
}

.inf_box .topics_list li {
	font-size: 90%;
}
.inf_box .topics_list dt {
	letter-spacing: normal;
	width: 100%;
	float: none;
}
.inf_box .topics_list dd {
	padding-top: 0;
	letter-spacing: normal;
	width: 100%;
	float: none;
}
}



/*コンセプト
---------------------------------------------------------*/
.concept {
	background: #F5F5F0 url(../images/top/concept_bg1.png) no-repeat left top;
	position: relative;
	z-index: 0;
}
.concept .bg_r {
	background: url(../images/top/concept_bg2.png) no-repeat right top;
	padding: 30px 0 40px;
}
.concept .w900 {
	text-align: center;
}
.concept h2 {
	margin-bottom: 10px;
}
.concept .txt {
	font-size: 106%;
	letter-spacing: .1em;
	line-height: 2.2em;
	margin-bottom: 40px;
}

.concept .hide_box {
	display: none;
}

.concept .com_min_btn {
	width: 170px;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.concept .bg_r {
	padding: 3% 0 4%;
}
.concept .txt {
	margin-bottom: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.concept .bg_r {
	padding: 8% 0 6%;
}
.concept h2 {
	margin-bottom: 3%;
}
.concept .txt {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-bottom: 6%;
    text-align: left;
}
}



/*クリニック紹介
---------------------------------------------------------*/
.clinic {
	padding-bottom: 120px;
}
.clinic .box01,
.clinic .box02,
.clinic .box03 {
	position: relative;
	padding-top: 100px;
}
.clinic .box {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.clinic .bg_img {
	position: absolute;
	z-index: 0;
	top: 60px;
}
.clinic .w1100 {
	position: relative;
	z-index: 10;
}
.clinic .in_box {
	width: 100%;
	max-width: 650px;
}

.clinic .bg_img .img_photo {
	position: relative;
	z-index: 0;
}
.clinic .bg_img .over_img {
	position: absolute;
	z-index: 1;
}

.clinic .main_txt {
	margin-bottom: 40px;
}
.clinic .main_txt dt {
	font-size: 270%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5em;
	margin-bottom: 30px;
}

/* お子さまの「歯医者好き」と〜 */
.clinic .box01 .over_slash {
	position: absolute;
	z-index: 5;
	right: 0;
	top: -50px;
}
.clinic .box01 .bg_img {
	left: 0;
}
.clinic .box01 .bg_img .over_img {
	top: 80%;
	left: 0;
}
.clinic .box01 .in_box {
	margin-left: auto;
	margin-right: 0;
}
.clinic .box01 .main_txt dt span {
	color: #FF996A;
}

.clinic .box01 .img_list {
	text-align: center;
	display: flex;
	justify-content: space-between;
	
}
.clinic .box01 .img_list li {
	width: 32%;
	max-width: 200px;
	/*width: 48.5%;
	max-width: 300px;*/
}
/*.clinic .box01 .img_list li:nth-child(2) {
	width: 36%;
}*/
.clinic .box01 .img_list .txt {
	margin-top: 10px;
	color: #FF996A;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
}
.clinic .box01 .img_list .txt span {
	font-size: 80%;
	line-height: 1.5em;
}
.clinic .box01 .point_list {
	margin-top: 40px;
	text-align: center;
}
.clinic .box01 .point_list li {
	display: inline-block;
	margin-left: 60px;
	margin-right: 30px;
	color: #746452;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 50px;
	border-top: solid 2px #FF9C6F;
	border-bottom: solid 2px #FF9C6F;
	position: relative;
}
.clinic .box01 .point_list i {
	position: absolute;
	font-size: 300%;
	right: 100%;
	top: 0;
	color: #FF9C6F;
}

/* 患者さま目線でこだわった〜 */
.clinic .box02 .bg_img {
	right: 0;
}
.clinic .box02 .bg_img .over_img {
	top: 90%;
	right: 0;
}
.clinic .box02 .in_box {
	margin-left: 0;
	margin-right: auto;
}
.clinic .box02 .main_txt dt span {
	color: #59CA9F;
}

.clinic .box02 .img_list {
	text-align: center;
}
.clinic .box02 .img_list li {
	width: 48%;
	max-width: 300px;
	margin:  0 auto;
	float: left;
	position: relative;
	overflow: hidden;
}
.clinic .box02 .img_list li::after {
    content: "";
    display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.clinic .box02 .img_list li:first-child::after {
	background-image: url(../images/top/feature2_img1.jpg);
}
.clinic .box02 .img_list li:last-child::after {
	background-image: url(../images/top/feature2_img2.jpg);
}
.clinic .box02 .img_list li:hover::after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.clinic .box02 .img_list li:last-child {
	float: right;
}
.clinic .box02 .img_list a {
	display: block;
	padding: 60px 0 50px;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
}

/* 「受診したい理由」を〜 */
.clinic .box03 .over_slash {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 100px;
}
.clinic .box03 .bg_img {
	left: 0;
}
.clinic .box03 .bg_img .over_img {
	top: 80%;
	left: 0;
}
.clinic .box03 .in_box {
	margin-left: auto;
	margin-right: 0;
}
.clinic .box03 .main_txt dt span {
	color: #AAD000;
}
.clinic .box03 .main_txt dd {
	border: solid 1px #BAB1A8;
}
.clinic .box03 .main_txt table {
	width: 100%;
}
.clinic .box03 .main_txt th,
.clinic .box03 .main_txt td {
	width: 33.3333%;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
	position: relative;
}
.clinic .box03 .main_txt th {
	background: #ADCD2A;
	color: #fff;
}
.clinic .box03 .main_txt td {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.clinic .box03 .main_txt td.no1 {background-image: url(../images/top/feature3_01.png);}
.clinic .box03 .main_txt td.no2 {background-image: url(../images/top/feature3_02.png);}
.clinic .box03 .main_txt td.no3 {background-image: url(../images/top/feature3_03.png);}
.clinic .box03 .main_txt td.no4 {background-image: url(../images/top/feature3_04.png);}
.clinic .box03 .main_txt td.no5 {background-image: url(../images/top/feature3_05.png);}
.clinic .box03 .main_txt td.no2,
.clinic .box03 .main_txt td.no4 {
	background-color: #EAEEE8;
}
.clinic .box03 .main_txt td a {
	display: block;
	padding: 30px 0;
}
.clinic .box03 .main_txt td a:hover {
	background: #F2F5F1;
}
.clinic .box03 .main_txt td i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 1.0em;
	font-size: 70%;
	color: #766451;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.clinic {
	padding-bottom: 5%;
}
.clinic .box01,
.clinic .box02,
.clinic .box03 {
	padding-top: 10%;
}

.clinic .main_txt {
	margin-bottom: 5%;
}
.clinic .main_txt dt {
	margin-bottom: 3%;
}

/* お子さまの「歯医者好き」と〜 */
.clinic .box01 .point_list {
	margin-top: 3%;
}

/* 患者さま目線でこだわった〜 */

/* 「受診したい理由」を〜 */
.clinic .box03 .over_slash {
	top: 0;
}
.clinic .box03 .bg_img {
	top: 0;
}
.clinic .box03 .w1100 {
	padding-top: 100px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.clinic {
	padding-bottom: 6%;
}
.clinic .box01,
.clinic .box02,
.clinic .box03 {
	padding-top: 10%;
}
.clinic .bg_img {
	top: 0;
}
.clinic .w1100 {
	padding-top: 30%;
}

.clinic .main_txt {
	margin-bottom: 5%;
}
.clinic .main_txt dt {
	font-size: 170%;
	letter-spacing: normal;
	text-shadow:
	0 0 20px #fff,
	0 0 20px #fff,
	0 0 5px #fff;
	margin-bottom: 3%;
}

/* お子さまの「歯医者好き」と〜 */
.clinic .box01 .over_slash {
	display: none;
}

.clinic .box01 .img_list {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.clinic .box01 .img_list li,
.clinic .box01 .img_list li:nth-child(2) {
	width: 100%;
	max-width: 100%;
	float: none;
	_zoom: 1;
	overflow: hidden;
}
.clinic .box01 .img_list .txt {
	margin-top: 5%;
	width: 50%;
	float: right;
}
.clinic .box01 .img_list .img_photo {
	width: 46%;
	float: left;
}
.clinic .box01 .img_list li:nth-child(2) .txt {
	float: left;
}
.clinic .box01 .img_list li:nth-child(2) .img_photo {
	float: right;
}
.clinic .box01 .point_list {
	margin-top: 5%;
}
.clinic .box01 .point_list li {
	display: block;
	float: left;
	width: 49%;
	margin: 0;
	font-size: 120%;
	letter-spacing: normal;
	line-height: 1.2em;
	padding: 50px 0 10px;
}
.clinic .box01 .point_list li:nth-child(even) {
	float: right;
}
.clinic .box01 .point_list i {
	font-size: 40px;
	right: 0;
	left: 0;
	top: 5px;
	text-align: center;
	margin: auto;
}

/* 患者さま目線でこだわった〜 */
.clinic .box02 .img_list li {
	width: 100%;
	max-width: 100%;
	float: none;
}
.clinic .box02 .img_list li:last-child {
	float: none;
	margin-top: 3%;
}
.clinic .box02 .img_list a {
	padding: 20px 0;
	font-size: 120%;
	position: relative;
}
.clinic .box02 .img_list a i {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

/* 「受診したい理由」を〜 */
.clinic .box03 .main_txt dt {
	margin-bottom: 15%;
}
.clinic .box03 .over_slash {
	display: none;
}
.clinic .box03 .main_txt table {
	width: 100%;
	margin: 0 auto;
	opacity: 0.9;
}
.clinic .box03 .main_txt tr,
.clinic .box03 .main_txt th,
.clinic .box03 .main_txt td {
	display: block;
}
.clinic .box03 .main_txt th,
.clinic .box03 .main_txt td {
	width: auto;
	font-size: 120%;
}
.clinic .box03 .main_txt th,
.clinic .box03 .main_txt td a {
	padding: 5% 0;
}
}



/*健口チェック
---------------------------------------------------------*/
.check {
	background: repeating-linear-gradient(-45deg, #FFF40A, #FFF40A 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	position: relative;
	padding-bottom: 15px;
}
.check::before {
    content: "";
    position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 30px;
}
.check .title_box {
	text-align: center;
	position: relative;
	z-index: 1;
}
.check .col3 &gt; li {
	width: 29.3333%;
	float: left;
	padding: 30px 2%;
}
.check .col3 &gt; li:nth-child(1) {background-color: #EEF5E1;}
.check .col3 &gt; li:nth-child(2) {background-color: #F8ECEC;}
.check .col3 &gt; li:nth-child(3) {background-color: #ECF8F8;}
.check .col3 h3 {
	text-align: center;
	margin-bottom: 30px;
}
.check .check_list li {
	border-bottom: solid 1px #756452;
	text-align: left;
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.check .check_list a {
	display: block;
	padding: 10px 1.5em;
	position: relative;
}
.check .point1 a:hover {color: #B6D47A;}
.check .point2 a:hover {color: #D97C7B;}
.check .point3 a:hover {color: #79D2D3;}
.check .check_list a::before {
    content: "";
    position: absolute;
	left: 0;
	top: 16px;
	width: 0.7em;
	height: 0.7em;
	border: solid 1px #333;
}
.check .check_list i {
	font-size: 60%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.check .col3 h3 {
	margin-bottom: 3%;
}
.check .check_list li {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.check .title_box {
	padding-bottom: 3%;
}
.check .col3 &gt; li {
	width: 94%;
	float: none;
	padding: 5% 3%;
}
.check .col3 h3 {
	margin-bottom: 3%;
}
.check .check_list li {
	font-size: 110%;
}
.check .check_list a::before {
	top: 0.9em;
}
}



/*診療_導入
---------------------------------------------------------*/
.medical_lead {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.medical_lead h2 {
	color: #444;
	font-size: 280%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.medical_lead .flt_img {
	margin-bottom: 50px;
}
.medical_lead .flt_img dl {
	width: 49%;
	max-width: 485px;
	margin:  0 auto;
	box-sizing: border-box;
	border: solid 5px #D0DACB;
}
.medical_lead .flt_img dt {
	background: #FFFB7C;
	padding: 15px 0;
	color: #444444;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
}
.medical_lead .txt {
	font-size: 106%;
	letter-spacing: .1em;
	line-height: 2.0em;
	margin-bottom: 30px;
}
.medical_lead .txt_strong {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.7em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical_lead {
	padding-top: 10%;
	padding-bottom: 10%;
}
.medical_lead h2 {
	font-size: 210%;
	margin-bottom: 3%;
}
.medical_lead .flt_img {
	margin-bottom: 5%;
}
.medical_lead .flt_img dt {
	font-size: 110%;
	letter-spacing: normal;
}
.medical_lead .txt {
	margin-bottom: 3%;
}
.medical_lead .txt_strong {
	font-size: 160%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical_lead {
	padding-top: 10%;
	padding-bottom: 80px;
}
.medical_lead h2 {
	font-size: 180%;
	margin-bottom: 5%;
}
.medical_lead .flt_img {
	margin-bottom: 5%;
}
.medical_lead .flt_img dl {
	width: 100%;
	float: none;
	margin-bottom: 3%;
}
.medical_lead .flt_img dt {
	padding: 15px 3%;
	font-size: 120%;
}
.medical_lead .txt {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 5%;
}
.medical_lead .txt_strong {
	font-size: 150%;
	line-height: 1.5em;
}
}



/*予防歯科
---------------------------------------------------------*/
.yobo {
	background: url(../images/top/yobo_bg.jpg) no-repeat center center;
	background-size: cover;
}
.yobo .bg_slash {
	background: repeating-linear-gradient(-45deg, rgba(199,230,92,.6), rgba(199,230,92,.6) 2px, rgba(227,242,173,.6) 0, rgba(227,242,173,.6) 12px);
	background-size: 50px 50px;
}
.yobo .section {
	text-align: center;
}

.yobo .title_box {
	position: relative;
	padding: 20px 0 50px;
}
.yobo .title_box p {
	position: absolute;
	left: 0;
	top: -50px;
	width: 43%;
	text-align: right;
}
.yobo .title_box h2 {
	margin-left: auto;
	margin-right: 0;
	width: 55%;
	text-align: left;
}
.yobo .point_list li {
	width: 190px;
	display: inline-block;
	margin: 0 0.5%;
	position: relative;
	background: #fff;
	border: solid 3px #FFF700;
	border-radius: 50%;
	box-sizing: border-box;
}
.yobo .point_list li::before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の100%に固定 */
}
.yobo .point_list p {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
	color: #746452;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5em;
}

.yobo .link_bar {
	margin-top: 40px;
}
.yobo .link_bar a {
	background: #AAD002;
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.yobo .link_bar i {
	font-size: 80%;
	margin-left: 10px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.yobo .title_box {
	padding-bottom: 3%;
}

.yobo .point_list {
	max-width: 600px;
	margin: 0 auto;
}

.yobo .link_bar {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.yobo .title_box {
	padding-top: 60px;
	padding-bottom: 5%;
}
.yobo .title_box p {
	left: 0;
	right: 0;
	top: -50px;
	width: 100%;
	max-width: 260px;
	margin: auto;
	text-align: center;
}
.yobo .title_box h2 {
	margin: auto;
	width: 100%;
	text-align: center;
}

.yobo .point_list li {
	width: 100%;
	display: block;
	margin: 0 0 3%;
	border-radius: 20px;
}
.yobo .point_list li::before {
    display: none;
}
.yobo .point_list p {
    position: static;
	font-size: 120%;
	padding: 5% 3%;
}

.yobo .link_bar {
	margin-top: 5%;
}
}



/*診療案内
---------------------------------------------------------*/
.medical {
	margin-top: 50px;
}
.medical .txt {
	text-align: center;
	font-size: 106%;
	letter-spacing: .1em;
	line-height: 2.0em;
	margin-bottom: 60px;
}

.medical .pickup_box {
	width: 94%;
	padding: 0 3%;
	max-width: 1460px;
	margin: 0 auto;
	text-align: center;
}
.medical .pickup_list &gt; li {
	width: 24.1%;
	margin-left: 1.2%;
	float: left;
	max-width: 350px;
	background: #F5F5F0;
	text-align: center;
}
.medical .pickup_list &gt; li:first-child {
	margin-left: 0;
}
.medical .pickup_list h3 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	padding: 20px 0;
	cursor: pointer;
}
.medical .pickup_list h3 i {
	position: relative;
	bottom: 4px;
	font-size: 70%;
	margin-left: 10px;
}
.medical .pickup_list .box {
	position: relative;
	width: 100%;
	height: 170px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/top/medical1.jpg);
}
.medical .pickup_list li:nth-child(1) .box {background-image: url(../images/top/medical1.jpg);}
.medical .pickup_list li:nth-child(2) .box {background-image: url(../images/top/medical2.jpg);}
.medical .pickup_list li:nth-child(3) .box {background-image: url(../images/top/medical3.jpg);}
.medical .pickup_list li:nth-child(4) .box {background-image: url(../images/top/medical4.jpg);}
.medical .pickup_list .open_area {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(242,242,236,0.8);
}
.medical .pickup_list .open_area .txt {
	padding: 10px 15px;
	padding-right: 50px;
	text-align: left;
	font-size: 94%;
	letter-spacing: normal;
	line-height: 1.6em;
}
.medical .pickup_list .open_area a {
	display: block;
	position: absolute;
	width: 40px;
	height: 100%;
	right: 0;
	top: 0;
	background: #DDE4DA;
}
.medical .pickup_list .open_area i {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.medical .pickup_list .img_bnr {
	padding: 20px;
}

.medical .other_list {
	max-width: 860px;
	margin-top: 30px;
}
.medical .other_list ul {
	margin-left: -2%;
}
.medical .other_list li {
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: left;
	border-bottom: solid 2px #D1DACC;
}
.medical .other_list li:nth-child(5) {
	margin-left: 11.5%;
}
.medical .other_list a {
	display: block;
	padding: 20px 0;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	position: relative;
}
.medical .other_list a:hover {
	color: #C5BFB8;
}
.medical .other_list i {
	position: absolute;
	right: 0;
	font-size: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.medical .bnr_first {
	width: 100%;
	max-width: 1500px;
	margin: 100px auto 0;
	display: table;
	table-layout: fixed;
	background: #FEFD72;
}
.medical .bnr_first dt {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px 5%;
	background: #C9E466;
}
.medical .bnr_first dt a {
	display: inline-block;
	position: relative;
	padding-right: 40px;
}
.medical .bnr_first dt a i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.medical .bnr_first dd {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 30px 3%;
	font-size: 106%;
	letter-spacing: .05em;
	line-height: 1.8em;
}

/* 微調整
------------------------------------------*/
@media only screen and (max-width: 1130px) {
.medical .pickup_list {
	max-width: 720px;
	margin: 0 auto;
}
.medical .pickup_list &gt; li {
	width: 49%;
	margin-left: 0;
	margin-bottom: 2%;
}
.medical .pickup_list &gt; li:nth-child(even) {
	float: right;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical {
	margin-top: 5%;
}
.medical .txt {
	margin-bottom: 5%;
}

.medical .other_list {
	margin-top: 0;
}
.medical .other_list a {
	font-size: 115%;
}	

.medical .bnr_first {
	margin-top: 8%;
}
.medical .bnr_first dd {
	font-size: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical {
	margin-top: 10%;
}
.medical .txt {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: 6%;
}

.medical .pickup_list &gt; li,
.medical .pickup_list &gt; li:nth-child(even) {
	width: 100%;
	float: none;
	margin: 0 auto 5% !important;
}

.medical .other_list {
	margin-top: 0;
}
.medical .other_list ul {
	margin-left: 0;
}
.medical .other_list li {
	width: 100%;
	margin-left: 0;
	float: none;
	border-width: 1px;
}
.medical .other_list li:nth-child(5) {
	margin-left: 0;
}	
.medical .other_list a {
	padding: 20px 5%;
}

.medical .bnr_first {
	margin-top: 10%;
	display: block;
}
.medical .bnr_first dt {
	width: 90%;
	display: block;
	padding: 20px 5%;
}
.medical .bnr_first dd {
	width: 94%;
	display: block;
	padding: 20px 3%;
	font-size: 94%;
	letter-spacing: normal;
}
}



/*か強診
---------------------------------------------------------*/
.kakyoshin .bg {
	margin-top: 50px;
	background: repeating-linear-gradient(-45deg, #FFF40A, #FFF40A 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	text-align: center;
}
.kakyoshin .lead_area {
	padding: 30px 3%;
}
.kakyoshin .lead {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 2.0em;
}
.kakyoshin .lead strong {
	color: #f85250;
}
.kakyoshin .com_min_btn {
	width: 200px;
	margin: 10px auto 0;
}
.kakyoshin .open_area {
	display: none;
	background: #fffee6;
	padding: 0 3% 40px;
}
.kakyoshin .open_area dl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: solid 2px #d0dacb;
	padding: 30px 0;
}
.kakyoshin .open_area dt {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: .4em;
}
.kakyoshin .open_area table {
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
}
.kakyoshin .open_area th,
.kakyoshin .open_area td {
	font-weight: bold;
	padding: .4em 20px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: solid 2px #fffee6;
}
.kakyoshin .open_area th {
	width: 40%;
	background: #c9e466;
}
.kakyoshin .open_area td {
	width: 60%;
	background: rgba(208,218,203,0.3);
}
.kakyoshin .open_area ul {
	width: 100%;
	max-width: 880px;
	margin: 15px auto 0;
	text-align: left;
}
.kakyoshin .open_area li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.kakyoshin .bg {
	margin-top: 4%;
}
.kakyoshin .lead_area {
	padding: 3%;
}
.kakyoshin .open_area {
	padding-bottom: 4%;
}
.kakyoshin .open_area dl {
	padding: 3% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.kakyoshin .bg {
	margin-top: 10%;
}
.kakyoshin .lead_area {
	padding: 6% 3%;
}
.kakyoshin .lead {
	letter-spacing: .05em;
	line-height: 1.8em;
	text-align: left;
}
.kakyoshin .open_area {
	padding-bottom: 4%;
}
.kakyoshin .open_area dl {
	padding: 6% 0;
	border-width: 1px;
}
.kakyoshin .open_area dt {
	font-size: 100%;
	letter-spacing: .05em;
}
.kakyoshin .open_area table {
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
}
.kakyoshin .open_area th,
.kakyoshin .open_area td {
	font-weight: bold;
	padding: .4em 20px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: solid 2px #fffee6;
}
.kakyoshin .open_area th {
	width: 40%;
	background: #c9e466;
}
.kakyoshin .open_area td {
	width: 60%;
	background: rgba(208,218,203,0.3);
}
.kakyoshin .open_area ul {
	width: 100%;
	max-width: 880px;
	margin: 15px auto 0;
	text-align: left;
}
.kakyoshin .open_area li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
}



/*バナー
---------------------------------------------------------*/
.top_f_bnr {
	padding: 100px 0;
}
.top_f_bnr .w1100 {
	text-align: center;
}

.top_f_bnr .bnr_rec {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 50px;
	position: relative;
}
.top_f_bnr .bnr_rec dl {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.top_f_bnr .bnr_rec dd span {
	font-size: 300%;
	font-family: 'Overpass', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	position: relative;
	padding-right: 30px;
}
.top_f_bnr .bnr_rec dd {
	margin-top: 10px;
	box-sizing: border-box;
	border: solid #EAEEE8 7px;
	background: repeating-linear-gradient(-45deg, #F5F5F0, #F5F5F0 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	color: #746452;
}
.top_f_bnr .bnr_rec dd .bg_hover {
	padding: 15px 0 20px;
}
.top_f_bnr .bnr_rec dd .bg_hover:hover {
	background: #F5F5F0;
}
.top_f_bnr .bnr_rec dd li {
	display: inline-block;
	margin: 0 5px;
	font-size: 112%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding-bottom: 5px;
	border-bottom: solid 3px #ccc;
	margin-bottom: 5px;
}
.top_f_bnr .bnr_rec dd li:nth-child(1) {border-color: #B3B1EB;}
.top_f_bnr .bnr_rec dd li:nth-child(2) {border-color: #9FDC4C;}
.top_f_bnr .bnr_rec dd li:nth-child(3) {border-color: #D3CC00;}
.top_f_bnr .bnr_rec dd li:nth-child(4) {border-color: #F5AC00;}
.top_f_bnr .bnr_rec dd li:nth-child(5) {border-color: #FF9C6F;}
.top_f_bnr .bnr_rec dd li:nth-child(6) {border-color: #71D6D2;}
.top_f_bnr .bnr_rec dd .txt_rec {
	margin-top: 25px;
}
.top_f_bnr .bnr_rec dd .txt_rec i {
	font-size: 34%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top_f_bnr .bnr_rec .abs_img1,
.top_f_bnr .bnr_rec .abs_img2 {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	width: 15%;
	max-width: 112px;
}
.top_f_bnr .bnr_rec .abs_img1 {
	left: 1%;
}
.top_f_bnr .bnr_rec .abs_img2 {
	right: 1%;
}

.top_f_bnr .bnr_list li {
	width: 33%;
	margin-left: 0.5%;
	float: left;
	text-align: center;
}
.top_f_bnr .bnr_list li a {
	display: block;
	max-width: 350px;
	margin: 0 auto;
}
.top_f_bnr .bnr_list li:first-child {
	margin-left: 0;
}
.top_f_bnr .bnr_list li:nth-child(3) a {
	background: #86B3C2;
}
.top_f_bnr .bnr_list li:nth-child(1) a:hover,
.top_f_bnr .bnr_list li:nth-child(2) a:hover {
	background: #FFFFD5;
}
.top_f_bnr .bnr_list li:nth-child(3) a:hover {
	background: #5C8FA2;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_f_bnr {
	padding: 8% 0;
}

.top_f_bnr .bnr_rec {
	margin-bottom: 5%;
}
.top_f_bnr .bnr_rec .abs_img1,
.top_f_bnr .bnr_rec .abs_img2 {
	bottom: -20px;
	width: 10%;
}
.top_f_bnr .bnr_rec .abs_img1 {
	left: 0;
}
.top_f_bnr .bnr_rec .abs_img2 {
	right: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_f_bnr {
	padding: 10% 0;
}

.top_f_bnr .bnr_rec {
	margin-bottom: 30px;
	font-size: 94%;
}
.top_f_bnr .bnr_rec dd .bg_hover {
	padding-bottom: 10%;
}
.top_f_bnr .bnr_rec dd .txt_rec {
	margin-top: 20px;
}
.top_f_bnr .bnr_rec dd span {
	font-size: 250%;
	padding-right: 0;
}
.top_f_bnr .bnr_rec dd .txt_rec i {
	margin: auto;
	right: 0;
	left: 0;
	top: 100%;
	-webkit-transform: none;
	transform: none;
}
.top_f_bnr .bnr_rec .abs_img1 {
	left: 0;
}
.top_f_bnr .bnr_rec .abs_img2 {
	right: 0;
}

.top_f_bnr .bnr_list li {
	width: 100%;
	margin-left: 0;
	float: none;
	margin-top: 10px;
}
}




/* top_news
---------------------------------------------------------*/
.top_news{
	width: 75%;
	max-width: 860px;
	padding: 20px 0 15px;
	margin: 20px auto 30px;
	cursor: pointer;
	background: #fff;
	text-align: center;
	border: 1px solid #766451;
}
.top_news .open_btn{
	line-height: 1em;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	font-weight: normal;
	color: #E57F26;
}
.top_news.attention_news .open_btn{
	color: #91c943;
}
.mask_news{
	margin-bottom: 40px;
}
.top_news.mask_news .open_btn{
	color: #79d2d3;;
}
.top_news .open_btn p:first-child{
	font-weight: bold;
}
.top_news .open_btn span.sub_txt{
    font-size:65%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-top: .2em;
}
.top_news .open_btn .txt_open span,
.top_news .open_btn .txt_close span,
.top_news.mask_news .open_btn .ft_futura a{
	position: relative;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: .1em;
	color: #312f2f;
	padding-right: 1.2em;
	margin-left: 1em;
}
.top_news.mask_news .open_btn .ft_futura a{
    position: relative;
}
.top_news.mask_news .open_btn .ft_futura a::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/top/icon_megane2.svg)no-repeat top right;
    background-size:100% auto;
    width: 1em;
    height: 1em;
    top:50%;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
    right: -0.1em;
}



.top_news .open_btn .txt_close span{
	padding-right: 1em;
}
.top_news .open_btn .txt_open span::before,
.top_news .open_btn .txt_close span::before{
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	font-size: 75%;
	right: 0;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #312f2f;
}
.top_news .open_btn .txt_close span::before{
	top: -5%;
	transform:rotate(180deg); 
}
.top_news .open_btn .txt_open {
	display: block;	/* 初期表示 */
}
.top_news .open_btn .txt_close {
	display: none;	/* 初期表示 */
}
.top_news .open_btn.active .txt_open {
	display: none;	/* 質問表示時 */
}
.top_news .open_btn.active .txt_close {
	display: block;	/* 質問表示時 */
}
.top_news .a_box {
	padding: 2% 3.5% 2.5%;
	text-align: left;
	display: none;	/* 初期表示 */
}
.top_news .a_box p{
	font-size: 95%;
	line-height: 1.7em;
	padding-bottom: 1em;
}
.top_news .a_box dl{
	margin-bottom: 2.5em;
}
.top_news .a_box dl.no_mgn{
	margin-bottom: 0;
}
.top_news .a_box dl dt{
	font-size: 110%;
	font-weight: normal;
	margin-bottom: .7em;
	color: #fff;
	background: #E57F26;
	padding: .08em 1em .1em;
}
.top_news.attention_news .a_box dl dt{
	background: #91c943;
}
.top_news .a_box .box{
    border-top: 0.5px solid #333333;
    padding-top: 2.5em;
}
.top_news .a_box .btn{
	position: relative;
	padding-right: 1.5em;
	border-bottom: 1px solid #333333;
}
.top_news .a_box .btn::after{
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	font-size: 100%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333333;
}
.top_news .a_box p strong{
	font-size: 120%;
	margin-bottom: 1em;
}
.top_news.attention_news .a_box dl ul.list_ten{
    margin-bottom: 1em;
}
.top_news .a_box dl ul li{
	position: relative;
	padding-left: 1.2em;
}
.top_news .a_box dl ul li strong{
	color: #E57F26;
}
.top_news .a_box dl ul.list_maru li::before{
	position: absolute;
	display: block;
	content: "◎";
	font-size:100%;
	color: #333333;
	top: 0;
	left: 0;
}
.top_news .a_box dl ul.list_ten li::before{
	position: absolute;
	display: block;
	content: "・";
	font-size:100%;
	color: #333333;
	top: 0;
	left: 0;
}
.top_news .a_box dl dd .pdf_bnr{
    display: inline-block;
    border: 2px solid #E57F26;
    padding: .2em .7em;
    margin-top:.5em;
}
.top_news .a_box dl dd .pdf_bnr a{
    position: relative;
    color: #E57F26;
    padding-right: 1.3em;
    font-weight: bold;
}
.top_news .a_box dl dd .pdf_bnr a::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../images/top/icon_megane.svg)no-repeat top right;
    background-size:100% auto;
    width: 1em;
    height: 1em;
    top:50%;
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
    right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_news{
	width: 94%;
	padding: 1.2% 0 1.2%;
	margin: 2% auto;
}
.mask_news{
	margin-bottom: 4%;
}
.top_news .open_btn{
	line-height: 1.3em;
	font-size: 135%;
}
.top_news .open_btn .txt_open span,
.top_news .open_btn .txt_close span,
.top_news.mask_news .open_btn .ft_futura a{
	font-size: 80%;
}
.top_news .open_btn p.sub_txt{
    font-size: 75%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_news{
	width: 90%;
	padding: 2% 0 1.8%;
	margin-bottom: 7%;
	margin: 3% auto;
}
.top_news .open_btn{
	font-size: 110%;
	line-height: 1.2em;
}
.mask_news{
	margin-bottom: 7%;
}
.top_news .open_btn .txt_open span,
.top_news .open_btn .txt_close span,
.top_news.mask_news .open_btn .ft_futura a{
	font-size: 85%;
}
.top_news .open_btn p.sub_txt{
    font-size: 75%;
    margin-top: .1em;
}
    
.top_news .a_box {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1em;
	padding-top: 1em;
}
.top_news .a_box p{
	font-size: 95%;
	line-height: 1.7em;
}
.top_news .a_box dl dt{
	font-size: 105%;
    letter-spacing: 0.1em;
	padding: .2em .8em;
}
.top_news .a_box dl{
	margin-bottom: 1.5em;
}
.top_news .a_box .box{
    padding-top: 1.5em;
}
}





/*red_news
---------------------------------------------------------*/
.red_news{
    font-size:110%;
    text-align: center;
    font-weight: bold;
    color: #f85250;
	margin-top: 50px;
    margin-bottom: 60px;
}
.red_news a{
    color: #f85250;
	text-decoration: underline;
}
.red_news li{
	padding-bottom: 10px;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.red_news{
	margin-top: 20px;
    margin-bottom: 30px;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.red_news{
    font-size:100%;
	margin-top: 3%;
    margin-bottom: 5%;
}
.red_news li{
	padding-bottom: 5%;
}
}






/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}
</pre></body></html>