@charset "utf-8";
.pc,
body:not(#index_page) .slide_wrap{display:none !important;}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #63666a;
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "Open Sans", "Helvetica Neue","sans-serif","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	outline:none;
	letter-spacing:0.06em;
	font-size:12px;
	text-align: justify;
	font-feature-settings : "palt";
}
.min{font-family: 'Sawarabi Mincho', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",'Noto Serif JP',HGS明朝E,メイリオ,Meiryo,serif;}

a{
	text-decoration:none;
	color:#63666a;
	display:block;
}
a[href^="tel"]{
	color:inherit;
	text-decoration:none;
}
img{
	display:block;
	width:100%;
}
p{
	margin:0 auto 15px;
}
section{
	padding:10px 0;
}
.inner{
	width:95%;
	margin:auto;
}
section.activity .logo,
section.about_page .logo{
	width:90px;
	margin:0 auto;
}
section.cnt_txt .logo img{
	display:block;
	width:100%;
}
.cnt_txt p,
h2,
h2 span{
	text-align:center;
}
h2,
h2 span{
	font-weight:normal;
}
h2{
	font-weight:500;
	font-size: 18px;
	letter-spacing:0.02em;
	margin:30px 0 20px;
}
h2 span{
	font-size: 14px;
	margin: 15px 0 20px 0;
	font-size: 14px;
	color: #777;
	letter-spacing: 2px;
	text-transform: uppercase;
	display:block;
}
.content{
	margin:auto;
}
.thr,
.four{
	font-size:0;
	text-align:left;
}
.thr li,
.four li{
	width:50%;
	display:inline-block;
	padding:10px;
	box-sizing: border-box;
}
.more{
	margin:30px auto 0;
}
.more a{
	text-align:center;
	font-weight:bold;
}
header{
	padding:0;
	-moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
	background:#fff;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
header .tag{
	padding: 0.5em;
	font-size: 70%;
	background: #f1f1f1;
	line-height: 1.3;
	text-align: center;
	margin:0 auto 10px;
}
header .global ul,
.center_li{
	font-size:0;
	text-align:center;
}
header .logo{
	width:70px;
	margin:0 auto 10px;
}
header .logo img{
	margin:auto;
	width:100%;
}
.global * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.global:after {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.global.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*global menu*/
#panel-btn .top,
#panel-btn .middle,
#panel-btn .bottom{
	width: 25px;
	height: 1px;
	background: #63666a;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#panel-btn{
	width: 60px;
	position: fixed;
	z-index: 99999;
	top: 34px;
	right: 10px;
	transition: 0.3s opacity;
	padding: 20px 0;
}
#panel-btn .top {
	animation: btn-top .5s;
	animation-fill-mode: forwards;
}
#panel-btn .middle {
	transition: .5s opacity;
	opacity: 1;
}
#panel-btn .bottom {
	animation: btn-bottom .5s;
	animation-fill-mode: forwards;
}
#panel-btn.close .middle {
	opacity: 0;
	transition: .5s opacity;
}
#panel-btn.close .top {
	animation: btn-top-close .5s;
	animation-fill-mode: forwards;
}
#panel-btn.close .bottom {
	animation: btn-bottom-close .5s;
	animation-fill-mode: forwards;
}
@keyframes btn-top {
	0% {
		transform: translateY(0px) rotate(-45deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(-10px) rotate(0deg);
	}
}
@keyframes btn-bottom {
	0% {
		transform: translateY(-1px) rotate(45deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(10px) rotate(0deg);
	}
}
@keyframes btn-top-close {
	0% {
		transform: translateY(-10px) rotate(0deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(0px) rotate(-45deg);
	}
}
@keyframes btn-bottom-close {
	0% {
		transform: translateY(10px) rotate(0deg);
	}
	50% {
		transform: translateY(0px) rotate(0deg);
	}
	100% {
		transform: translateY(-1px) rotate(45deg);
	}
}
.global{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 100px);
	padding: 100px 0 0;
	overflow: hidden;
	text-align: center;
	z-index: 1000;
	display: none;
}
.global li{
	width:100%;
}
.global li a{
	width:100%;
	font-size:100%;
	text-align:center;
	padding:25px 0;
	font-size:13px;
}
.global * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.global:after {
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:-1;
}
.global.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.global.active li{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.global.active li {
	opacity: 1;
}
header .global .sns_nav li{
	width:30px;
	display:inline-block;
	margin:0 3px;
}
header .global .sns_nav li img{
	width:100%;
}
.slide_wrap,
#sub_page .wrapper{
	padding:90px 0 0;
}
.bx-viewport{
	height:80vw !important;
}
.slide_wrap .bx-wrapper{
	margin-bottom:0;
}
.top_slider,
.top_slider li{
	height:100%;
}
.top_slider li{
	position:relative;
	overflow:hidden;
}
.top_slider li img{
	width: 100%;
	max-width:none;
	position: absolute;
	top: 0;
	left: 50%;
	right:0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin:auto;
}
.bx-pager{
	display:none;
}
.activity{
	padding-bottom:0;
	margin:0 auto 30px;
}
.activity .img img{
	width:100%;
}
.about .doctor_list li{
	overflow: hidden;
	margin-top: 30px;
}
.about .doctor_list li .dr_img{
	width:30%;
}
.about .doctor_list li .dr_img img{
	max-width: 100%;
	height: auto;
}
.about .doctor_list li .dr_txt{
	width: 66%;
	margin-top: 40px;
}
.about .doctor_list li .dr_txt h3{
	font-weight:normal;
}
.about .doctor_list li .dr_txt p{
	text-align: left;
	font-size: 10pt;
	margin-top:15px;
}
.brand{
	background:#f9f9f9;
	padding:40px 0;
}
.brand li a{
	padding:20px;
	box-sizing:border-box;
	background:#fff;
}
.brand li a .thumb{
	width:100%;
	height:180px;
	background:#eee;
	margin:0 auto 20px;
	position:relative;
	overflow:hidden;
}
.brand li a .thumb img{
	position: absolute;
	max-width:100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.brand li a p{
	font-size:10px;
	font-weight:bold;
}
.brand li a dt{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 15px;
}
.brand li a dd{
	font-size:15px;
}
.promise .bg{
	background:#ecc7cd;
	padding:95px 0px;
}
.promise .bg li{
	background:rgba(255,255,255,.8);
	padding:30px 10px 30px 10px;
	box-sizing:border-box;
	width:30.66%;
}
.promise .bg li:nth-child(2){
	margin:0 4%;
}
.promise .bg ul{
	margin:50px auto 0;
}
.promise .bg li .icon{
	width:82px;
	height:82px;
	border-radius:50%;
	background:#fff;
	margin:10px auto;
}
.promise .bg li dt,
.promise .bg li dd{
	text-align:center;
}
.promise .bg li dt{
	font-size:20px;
}
.promise .bg li dd{
	font-size:14px;
}
.promise .detail{
	overflow:hidden;
}
.promise .detail .txt{
	position:relative;
}
.promise .detail .img{
	background:#f8f8f8;
	height:200px;
	overflow:hidden;
	position:relative;
}
.promise .detail .img img{
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.promise .detail:nth-child(2) .img img{
	height:98%;
	width:auto;
}
.promise .detail .txt{
	padding:30px;
	box-sizing:border-box;
}
.promise .detail .txt h2,
.promise .detail .txt p{
	text-align:left;
	margin:0 auto 15px;
}
/*サブ*/
#sub_page .p_li.inner{
	margin:30px auto 0;
	text-align:left;
}
.p_li li,
.p_li li a{
	display:inline;
	font-size:8px;
}
.p_li li a{
	text-decoration:underline;
	color:#f5a3a3;
}
.p_li li a::after{
	content:"";
	width: 4px;
	height: 4px;
	border-top: 1px solid rgba(0,0,0,0.5);
	border-right: 1px solid rgba(0,0,0,0.5);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display:inline-block;
	vertical-align:middle;
	margin:0 8px 3px;
}
#sub_page .inner{
	text-align:center;
}
#sub_page h2{
	border-bottom:3px solid ;
	display:inline-block;
}
.product_page li{
	margin:0 0 15px 0;
	position: relative;
	overflow: hidden;
	vertical-align:top;
}
.product_page li a,
.detail_page #main_img a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 10;
}
.product_page li .thumb{
	margin:0 auto 15px;
	position: relative;
	height:100px;
	overflow:hidden;
}
.product_page li .thumb img{
	height:100%;
	width:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product_page li h3{
	font-size:13px;
	text-align:center;
	margin:0 auto 5px;
}
.product_page li .price,
.detail_page .txt .price{
	font-size:12px;
}
.product_page li .price strong,
.detail_page .txt .price strong{
	font-weight:bold;
	font-size:120%;
}
.product_page li .price span,
.detail_page .txt .price span{
	font-size:80%;
}
.product_page li .thumb .more,
.detail_page #main_img .click_btn{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #ccc;
	z-index: 1;
	font-size: 13px;
	text-align: center;
	width: 140px;
	height: 20px;
	background: rgba(249,249,249,.8);
	color: #333;
	padding: 6px 0;
	display:none;
}
.product_page li:hover .thumb .more,
.detail_page #main_img:hover .click_btn{
	display:block;
}
.doctor_page li{
    width: 80%;
    display:block;
    padding: 0 0 30px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 auto 30px;
}
.doctor_page li a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.doctor_page li .dr_img,
.doctor_page li .dr_txt{
	display:inline-block;
	vertical-align:middle;
}
.doctor_page li .dr_img{
	width:53%;
}
.doctor_page li .dr_img img{
	width:100%;
	position:relative;
}
.doctor_page .dr_txt{
	width:45%;
}
.doctor_page .dr_txt h3{
	text-align:center;
	font-size:17px;
}
.doctor_page .dr_txt h3 span{
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 70%;
	color: #a7a7a7;
}
.doctor_page .dr_txt .more,
.detail_page .more{
	width: 60%;
    margin: 20px auto 0;
	border: 1px solid #e3e3e3;
	font-size: 13px;
	text-align: center;
	color: #333;
	padding: 6px 0;
}
.detail_page .more{
    margin: 20px 0;
    padding:0;
}
.detail_page .more a{
	padding: 6px 0;
}
.detail_page .more a.off{
	background:#cdcdcd;
	color:#63666a;
	pointer-events: none;
}
ul.collection li{
	box-sizing:border-box;
	font-size:15px;
	margin:0 auto 15px;
	padding:0 0 15px;
	border-bottom:1px solid #e3e3e3;
}
ul.collection li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
ul.collection li .col_photo,
ul.collection li .col_wrap{
	display: inline-block;
	vertical-align: top;
}
ul.collection li .col_photo{
	width: 30%;
	height: 170px;
	overflow: hidden;
	position: relative;
}
ul.collection li .col_photo img{
	width: auto;
	height: 100%;
	margin: auto;
}
ul.collection li .col_wrap{
	padding:0 10px;
	position:relative;
	width: 68%;
	box-sizing: border-box;
}
.col_wrap .col_item_name{
	font-weight: normal;
	line-height: 1.4;
	margin: 0 auto 15px;
}
.col_wrap .col_item_name span{
	display: block;
	margin: 0 0 10px;
	font-size:70%;
}
ul.collection li *{
	text-align:left;
}
.col_wrap .lead{
	font-size:85%;
	line-height:1.9;
}
ul.collection li .col_wrap .price{
	font-size:70%;
}
.shop_btn{
	border:1px solid #f5a3a3;
	display:inline;
	padding:3px 15px;
	font-size:80%;
	transition: 0.5s;
	box-sizing:border-box;
}
.concept{
	padding-top:0;
}
h2.title_h2{
	font-weight:normal;
	width:100%;
	position:relative;
	margin:10px auto 30px;
}
.concept h2.title_h2{
	margin-top:0;
}
h2.title_h2 span{
	padding:0 20px;
	display: inline-block;
	background:#fff;
	position:relative;
	font-size:100%;
	z-index:2;
}
.concept h2.title_h2 span{
	margin:0;
}
h2.title_h2:after{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background:-webkit-gradient(linear, left top, right bottom, from(#f00), to(#00f));
	background:-moz-linear-gradient(left, #f00, #00f);
	background:linear-gradient(left, #f00, #00f);
}
.news{
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	background: #f8f8f8;
}
.news h3{
	font-size:80%;
	margin:10px 0;
}
.news li{
	background:#fff;
	width:100%;
}
.news li img{
	display:block;
	width:100%;
}
.news_photo{
	position: relative;
	display: table-cell;
	width: 110px;
}
.news_col{
	display: table-cell;
	padding: 0 15px;
	vertical-align: middle;
}
.news_col p{
	margin:0 auto;
	font-size:85%;
	text-align:left;
}
.news_col p span{
	display:block;
	font-size:80%;
}
.instagram_feed{
	height:300px;
	position:relative;
	border:1px solid #e3e3e3;
	box-sizing:border-box;
}
.insta_test{
	position:absolute;
	top:48%;
	left:0;
	right:0;
	margin:0 auto;
}
section.foot{
	box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.1);
	padding:20px 0;
	margin:50px 0 0;
}
section.foot .foot_inner{
	width:95%;
	margin:0 auto;
}
section.foot .foot_inner > div{
	margin:0 auto 30px;
}
section.foot .foot_inner h3{
	font-size:90%;
	margin:10px 0 30px;
}
section.foot .foot_inner h3 span{
	display:block;
	font-size:80%;
}
section.foot .foot_inner h4{
	font-size:80%;
	margin-bottom:15px;
}
section.foot .foot_inner p.tel{
	font-size:140%;
	font-weight:500;
	letter-spacing:0;
	margin:0 0 10px;
}
section.foot .foot_inner p.tel span{
	font-size:60%;
}
section.foot .foot_inner p{
	font-size:75%;
	line-height:1.5;
}
section.foot .foot_inner .foot_center ul li,
section.foot .foot_inner .foot_right ul li{
	display:block;
	margin:0 auto 5px;
}
section.foot .foot_inner .foot_center ul li a,
section.foot .foot_inner .foot_right ul li a{
	font-size:80%;
}
section.foot .foot_inner .foot_center ul li a::before{
	content: "";
	width: 2px;
	height: 2px;
	background: #000;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.foot_left a.form_btn{
	width:50%;
	display:block;
	background:#f9f9f9;
	padding:10px 20px;
	margin:0 0 20px;
	font-size:80%;
	text-align:center;
}
address{
	text-align:center;
	font-style:normal;
	font-size:80%;
	padding:20px 0;
}
section.foot .foot_inner h4{
	position:relative;
	width:100%;
}
section.foot .foot_inner h4 span{
	padding: 0 5px;
	display: inline-block;
	background: #fff;
	position: relative;
	font-size: 90%;
	margin-left:20px;
	z-index: 2;
}
section.foot .foot_inner h4:after{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: -webkit-gradient(linear, left top, right bottom, from(#f00), to(#00f));
	background: -moz-linear-gradient(left, #f00, #00f);
	background: linear-gradient(left, #f00, #00f);
}
.main_container section.promise{padding-bottom:0;}

/*detail*/
.detail_page .inner{
	font-size:0;
}
.detail_page .cf:before,
detail_page .cf:after{
	content:"";
	display:table;
}
.detail_page .cf:after{
	clear:both;
}
.detail_page .cf{
	zoom:1;
}
.detail_page #main_img{
	height:150px;
	margin:0 auto 30px;
	overflow:hidden;
	position:relative;
}
.detail_page #main_img img{
	width:auto;
	height:100%;
	margin:auto;
}
.detail_page #main_img .click_btn{
	width: 180px;
}
.detail_page #thumb_img{
	font-size:0;
}
.detail_page #thumb_img li{
	height: 50px;
	display:inline-block;
	cursor: pointer;
	border: 1px solid #eee;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 2% 10px 0;
	width: 23.5%;
	position: relative;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.detail_page #thumb_img li:nth-child(4n){
	margin-right:0;
}
.detail_page #thumb_img li:hover,
.detail_page #thumb_img li.active{
	border:1px solid #f5a3a3;
}
.detail_page #thumb_img li img,
.detail_page #main_img img{
	width:auto;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.detail_page .txt,
.detail_page .how_to,
.detail_page .spec{
	width:90%;
	margin:auto;
}
.detail_page .txt h2{
	padding: 0 0 10px;
}
.detail_page .txt .bold{
	font-weight:bold;
	font-size:15px;
}
.detail_page .txt .price{
	margin:20px auto ;
}
.detail_page .txt .price strong{
	font-size:170%;
}
.detail_page .how_to ol{
	padding-left:30px;
	margin:0 auto 30px;
}
.detail_page .how_to ol li{
	display: list-item;
	list-style-type: decimal;
	border-bottom:2px dotted #e3e3e3;
	margin:0 auto 15px;
	padding:0 0 15px;
}
.vertical,
.vertical tbody,
.vertical tr{
	width:100%;
}
.vertical{
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #e3e3e3;
	border-bottom:nonr;
}
.vertical th,
.vertical td{
	font-size:10px;
	padding:10px;
	font-weight:normal;
	border-bottom:1px solid #e3e3e3;
}
.vertical th{
	background:#eee;
	width:25%;
}
.vertical td{
	width:75%;
}
.detail_page p.caution::before{
	content:"※";
}
.detail_page p.caution{
	font-size:10px;
	margin:0;
	text-indent: -1em;
	padding-left: 1em;
}
#sub_page .about_page .top_txt h2{
	border:none;
	display:block;
}
.privacy_page dt{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid ;
	margin: 30px auto 10px;
	padding: 0 0 5px;
}
.privacy_page dd ul{
	width:90%;
	margin:auto;
}
.privacy_page dd li{
	display: list-item;
	list-style: circle;
}
.privacy_page dd th,
.privacy_page dd td{
	font-size:12px;
}
.doctor_detail_page .img{
	width:60%;
	margin:auto;
}
.doctor_detail_page .txt,
.doctor_detail_page ul{
	width:90%;
	margin:auto;
}
.doctor_detail_page li{
    position: relative;
    border-bottom: dotted 1px #ccc;
    padding: 20px 0;
    margin-bottom: 5px;
    display:block;
}
.intro{
	margin:10px auto 20px;
}
.return_page .red{
	color:red;
}
.return_page .inner > div.first{
	margin:0 auto 50px;
}
.return_page dl{
    border: 1px solid;
    padding: 30px;
    width: 50%;
    margin: 20px 0;
}
.return_page .blue{
	color:blue;
}
.return_page .inner > div.first{
	margin:0 auto 20px;
}
.return_page li{
	display:block;
	margin:0 0 5px;
    padding-left: 11px;
    text-indent: -11px;
}
.return_page li::before{
	content:"";
	width:5px;
	height:5px;
	background:#000;
	border-radius:50%;
	display:inline-block;
	margin:0 5px 0 0;
}
.return_page .bg{
    background-color: #f4f4f4;
    border-radius: 15px;
    padding: 20px;
    margin: 0 auto 15px;
}
select{
	text-transform: none;
	font-size: 15px;
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "Open Sans", "Helvetica Neue","sans-serif","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px 15px 8px;
	margin: 0 0 7px;
}






#news {
	background: #f7f7f7;
	padding:20px 0 40px 0;
	margin: 40px 0;
}

#news ul {
  width: 600px;
}

@media (max-width: 767px) {
  #news ul {
    width: 100%;
  }
}

#news li {
  border-top: none;
  font-size: 0.8rem;
}

#news li span.data {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}

#news li span.category {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#news li a {
  font-size: 1rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #news li a {
    display: block;
    margin-top: 10px;
  }
}

#news ul {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

#news li {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  text-align: left;
}

#news li .data {
  display: block;
}

#news li a {
  display: inline-block;
  color: #2c2c2c;
  font-size: 1rem;
  border-bottom: 1px solid #2c2c2c;
  transition: border-bottom 0.3s;
  line-height: 1.2;
}

#news li a:hover {
  color: #2c2c2c;
  border-bottom: 1px solid transparent;
}

#news li + li {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #news ul {
    padding: 0 0 0;
  }
}

@media (max-width: 767px) {
  #news li {
    padding: 20px 20px 0;
  }
}

.single_cont {
  display: none;
}

.single_inner h4 {
  font-size: 2.0rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid black;
  color: #333;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: -25px;
  right: -25px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #9c9c9c;
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  width: 2px;
  border-radius: 0;
  background: #9c9c9c;
}

@media (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    top: -20px;
    right: -20px;
  }
}

.modaal-container {
  max-width: 400px;
  left: 260px;
}

.modaal-container h4 {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .modaal-container {
    left: auto;
  }
}

.modaal-content-container {
  border: 1px solid #9c9c9c;
  padding: 15px;
}
