﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/* RESET CSS */
article,aside,details,figcaption,figure,footer,header,hgroup,img,menu,nav,section{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
img{margin:0 auto;padding:0;max-width:100%;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*----------------------------------------------------------------------------------------------
button:hover
----------------------------------------------------------------------------------------------*/
@-webkit-keyframes hvr-wobble-vertical{
	16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
	49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
	66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
	83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes hvr-wobble-vertical{
	16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}
	33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}
	49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}
	66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}
	83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}
.hvr-wobble-vertical:active,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:hover{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}
/*----------------------------------------------------------------------------------------------
Basic
----------------------------------------------------------------------------------------------*/
html{ font-size:62.5%; overflow:hidden; }
body{
	width:100%;
	font-size:2.2rem;
	color:#3f3f3f;
	font-weight:500;
	line-height:1.7;
	-webkit-font-feature-settings:'palt' 1; font-feature-settings:'palt' 1;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
#body__wrap{
	width:100%;
	margin:0 auto;
	background:#FFF;
}
#scroll{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}

/* Float・Clearfix */
.clearfix:before , .clearfix:after{ content:" "; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }

/* PC・SP表示調整 */
.display_pc{ display:block; }
.display_sp{ display:none; }

/* Font */
.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.r{ color:#cb3736; }
.small{ font-size:80%; }
.xsmall{ font-size:60%; }
.large{ font-size:120%; }
.xlarge{ font-size:140%; }
.MB101 { font-family:Gothic MB101 Heavy,sans-serif;}
.mincho{ font-family:Ryumin ExtraBold KL,serif; position: relative;}

/*月桂樹*/
.callout2{text-align: center;line-height: 1!important;}
.callout2::before{
	position: absolute;
	content: "";
	height:50px;
	left: -2rem;
	border-left: solid 4px #000;
	transform: rotate(-25deg);
	}
.callout2::after{
	position: absolute;
	content: "";
	height:50px;
	right: -2rem;
	border-left: solid 4px #000;
	transform: rotate(25deg);
	}

/* FlexBox */
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.arrow{padding:2rem 0;}
/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p {margin: 5px 0;}
.timer01 { padding: 5px 0; text-align: center; font-weight: bold; color: #fff; font-size: 3rem; line-height: 1; background: #110604; }
.timer01 .timer_num {font-size: 140%; color: #ffff55; font-family: Century Gothic, "Courier New", Consolas, monospace;}
/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{ width:100%; margin:0 auto; }
header.index_a{
	background:url(../img/aks_opt01.png) no-repeat center top,#000;
	background-size:cover;
}

#header__img{ width:100%; margin:0 auto; text-align: center; }
#header__img.type_c{ background:url(../img/bg_header.jpg); }
.house #header__img{ background: #110604; }
/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
section{ padding:5rem 0; }
.section_padding{ padding:3rem 0 0.5rem; }
/* 固有 */
section.gray{ padding-top:12rem; width:100%; background:url(../img/aks_letter_bg.jpg) no-repeat;
	background-size:cover;}
section.yellow{ width:100%; background:#fdf1d4; position: relative;}
section.red{ width:100%; background:#fdefef; }
/*----------------------------------------------------------------------------------------------
sub-head / letter
----------------------------------------------------------------------------------------------*/
.sub-head{
	width:960px;
	margin:0 auto 3rem;
	color:#110604;
	font-size:4.6rem;
	font-weight:900;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	-webkit-font-feature-settings:'palt' 1; font-feature-settings:'palt' 1;
	font-family:Gothic MB101 Heavy,sans-serif;
}
.letter{ width:960px; margin:0 auto; }
/*----------------------------------------------------------------------------------------------
prf
----------------------------------------------------------------------------------------------*/
.prf_img{ -webkit-box-pack:justify; -moz-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between; margin-bottom: 2rem;}
.prf_img li{ width:32%; }
.prf_img img{ width:100%; margin:0; }
/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
.yellow .letter:last-child:after{border-top-color: #fdf1d4!important;}
.yellow .letter:last-child:after{
	content: "";
	height: 0;
	width: 0;
	border: 200px solid;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom: none;
	border-top-width: 80px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}
/*症状一覧*/
.shojo{  padding: 3rem 0 0; background:url("../img/bg2.jpg") center center /cover no-repeat;color:#fff;}
.shojo p{font-size: 6rem;font-weight: bold; font-family: Gothic MB101 Heavy, sans-serif;text-align: center;}
.shojo table{    width: 960px; margin: auto;font-size: 2.8rem; border-collapse: separate; border-spacing:1rem 3rem;}
.shojo td{margin:1rem; vertical-align: middle;font-weight: bold;}
.td1,.td2,.td3,.td4,.td5{width:25%; font-size: 3.2rem; text-align: center; font-family: リュウミン EB-KL,"Ryumin ExtraBold KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho",メイリオ,Meiryo,serif !important;}
table th,table td {padding:1rem;border:solid #ccc 1px;    color: #222;    background-color: #fff;}

.td{background: #cb3736;    border: none;     color: #fff!important;    text-align: center;}
.tr .small{background: #222;    border: none;}

/* 背景画像あり */
.voice_bg_box{padding-bottom:2rem;}
.voice_bg_box.order .voice_bg_pic{ order:2; padding:0 0 0 2rem; }
.voice_bg_pic{
	padding-right:2rem;
	font-size:1.8rem;
	text-align:center;
}
.voice_bg_pic img{ margin-bottom:1rem; }
.voice_bg_ttl{ font-size: 4rem; line-height:1.4; }
.voice_bg_ttl_txt{
	font-size:4rem;
	font-family:Ryumin Ultra KL,serif;
}

/*----------------------------------------------------------------------------------------------
フォーム
----------------------------------------------------------------------------------------------*/
#form_float{ display:none; width:100%; margin:0 auto; padding: 10px 0; top:0px; left:0px; z-index:1000; position:fixed; background: #c00; }
#form_header{ width:100%; margin: 0 auto; padding: 20px 0; background: #c00; }
#form_header .text_c{ margin-bottom:1rem; font-size:3rem; }
.form{ width: 100%; padding: 2rem 0; margin: 0 auto; background: #c00; }
.form .text_c{ margin-bottom:1rem; font-size:3rem; }
.form_title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.form_inner { width: 960px; margin: 0 auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
.form_left { background: #fff; border-radius: 5px; display: table; width: 70%; height: 50px; padding: 5px; margin-right: 20px; transition: all 0.2s; }
.form_left:hover { background: #fbffbd; -webkit-box-shadow: 0 0 0 4px #ffd161 inset; box-shadow: 0 0 0 4px #ffd161 inset; }
.form_left .form_must { display: table-cell; vertical-align: middle; width: 10%; }
.form_left .form_must span { display: block; padding: 0 5px; margin-right: 10px; background: #c00; color: #fff; font-size: 1.8rem; font-weight: bold; text-align: center; }
.form_left input { display: table-cell; outline: 0; border: none; background: none; width: 100%; height: 100%; font-size: 1.8rem; font-family: inherit; }
.form_right { width: 30%; }
.form_right .form_btn { width: 100%; }
.form_right .form_btn button { background: #069100; color: #fff; text-shadow: 0 1px 4px #00320d; font-family: "Noto Sans Japanese"; font-weight: 900; font-size: 2.8rem; border-radius: 5px; border: 2px solid #bcff99; box-shadow: 0 2px 3px rgba(0,0,0,0.5); padding: 0px 20px; width: 100%; height: 50px; cursor: pointer; }
.form_right .form_btn button:hover { background: #08bb00; }
.form_right .form_notice { font-size: 1.6rem; color: #fff; text-align: center; margin-top: 5px; }

/* 固有 */
.fukidashi{
	position:relative;
	z-index:auto;
}
/*----------------------------------------------------------------------------------------------
footer__attention
----------------------------------------------------------------------------------------------*/
#footer__attention{
	width:100%;
	padding:2rem 0 0;
	margin:0 auto;
}
#footer__attention p{
	width:960px;
	padding:20px 0;
	margin:0 auto;
	color:#666;
	font-size:1.4rem;
}
/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/
footer{
	width:100%;
	margin:0 auto;
	background-color:#ecf0ee;
}
#footer__inner{
	width:900px;
	padding:3rem 0;
	margin:0 auto;
	font-size:1.1rem;
}
#footer__inner_logo{
	float:left;
	width:248px;
	padding:10px 0 0 20px;
}
#footer__inner_right{
	float:right;
	width:600px;
}
#footer__inner li{
	float:left;
	padding-right:10px;
	margin-right:15px;
	list-style-type:none;
}
#footer__inner p{
	clear:both;
	padding-top:5px;
	color:#666;
	text-align:left;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px){
	/*----------------------------------------------------------------------------------------------
	Basic Style
	----------------------------------------------------------------------------------------------*/
	body{
		width:100%;
		font-size:4.5vw;
		font-weight:normal;
		line-height:1.7;
	}

	img{ max-width:100%; }
	img.arrow{ width:40%; }
	.large{font-size:100%;}
	.xsmall{font-size:90%;}

	.sp_small{ font-size:4vw; }
	.sp_large{ font-size:6vw; }
	.sp_large_p{ font-size:110%; }
	
	/*月桂樹*/
.callout2{text-align: center;line-height: 1!important;}
.callout2::before{
	position: absolute;
	content: "";
	height:8vw;
	left: -2vw;
	border-left: solid .6vw #000;
	transform: rotate(-25deg);
	}
.callout2::after{
	position: absolute;
	content: "";
	height:8vw;
	right: -2vw;
	border-left: solid .6vw #000;
	transform: rotate(25deg);
	}

	/* PC/SP表示調整 */
	.display_pc{ display:none; }
	.display_sp{ display:block; }
	
	.arrow{width:40%; margin:0 auto;}
	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:2rem 0; }
	/*----------------------------------------------------------------------------------------------
	sub-head / letter
	----------------------------------------------------------------------------------------------*/
	.sub-head{ width:98%; margin:0 auto 3rem; font-size:6vw; }
	.letter{ width:90%; }
	/*----------------------------------------------------------------------------------------------
	countdown
	----------------------------------------------------------------------------------------------*/
	.timer01 { padding: 5px 0; font-size: 4.5vw; line-height: 1.2; }
	.timer01 .timer_num { font-size: 130%; }
	/*----------------------------------------------------------------------------------------------
	header
	----------------------------------------------------------------------------------------------*/
	/* 通常ヘッドライン */
	#header__img{ width:100%; padding: 0; margin: auto; }
	
	/*----------------------------------------------------------------------------------------------
		prf
	----------------------------------------------------------------------------------------------*/
	.prf_img li {width: 80%;
    margin: 0 auto;}
	.prf_name {
		overflow: initial;
		font-size: 12vw;
		text-align: center;}
	.prf_img li:first-child{padding-top:0rem;}
	.prf_img li{padding-top:1.8rem;}
	.box {
		float: left;
		width:100%;
		border: 1px solid #fff;
	}
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	/*症状一覧*/
.shojo{background:url("../img/bg2.jpg") left /cover no-repeat;color:#fff;}
.shojo p{ font-size: 9vw;}
.shojo tr { display: flex; flex-direction: column;     margin-bottom: 2rem;}
.shojo table{font-size: 5.5vw; border-spacing:0;    width: 100%;}
.shojo table th,.shojo table td{border: none;}
.shojo td{margin:0;}
.td1,.td2,.td3,.td4,.td5{width:100%; font-size: 5.5vw;}
	table th,table td {padding:1rem;border:solid #ccc 1px!important;text-align: center;}
	.yellow .letter:last-child:after{
		border: 22vw solid;
		border-left-color: transparent;
		border-right-color: transparent;
		border-bottom: none;
		border-top-width: 14vw;
		bottom: -12vw;
}
	section.gray{padding-top:18vw;}

	/* 背景画像あり */
	.voice_bg_box{  background-position:right top;}
	.voice_bg_pic{ order:2; padding:0; margin:auto; font-size:4vw; }
	.voice_bg_ttl{ order:0; width:100%; font-size:4.5vw; }
	.voice_bg_ttl_txt{ margin-bottom:1rem; font-size:6.5vw;     text-align: center;}
	.voice_bg_subttl{ height:25vw; font-size:6vw; line-height:1.4; }
	/*----------------------------------------------------------------------------------------------
	フォーム
	----------------------------------------------------------------------------------------------*/
	#form_header{ padding: 1rem 0; }
	#form_header .text_c{ width:95%; margin:0 auto 1rem; font-size:5vw; line-height:1.4; }
	.form{ padding: 1rem 0; }
	.form .text_c{ width:95%; margin:0 auto 1rem; font-size:5vw; line-height:1.4; }
	.form_title {
		font-size: 5vw;
		line-height: 1.3;
		margin: 0 0 5px;
	}

	.form_img{ width: 95%; margin: 0 auto; }

	.form_inner { width: 95%; display: block; }
	.form_left { width: 100%; margin: 0; height: 10vw; }
	.form_left .form_must span { font-size: 3.2vw; line-height: 1.3; }
	.form_left input { font-size: 4.5vw; }
	.form_right { width: 100%; }
	.form_right .form_btn button { margin: 10px 0 0; padding: 5px; height: auto; font-size: 6vw; line-height: 1.2; }
	.form_right .form_notice { font-size: 4vw; }

	#form_float .form_inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }
	#form_float .form_left { width: 70%; margin-right: 10px; }
	#form_float .form_right { width: 30%; }
	#form_float .form_right .form_btn button { margin: 0; font-size: 4vw; letter-spacing: 1px; }

	/*----------------------------------------------------------------------------------------------
	footer__attention
	----------------------------------------------------------------------------------------------*/
	#footer__attention{ background-color:#ecf0ee; }
	#footer__attention p{
		width:90%;
		margin:0 auto;
	}
	/*----------------------------------------------------------------------------------------------
	footer
	----------------------------------------------------------------------------------------------*/
	#footer__inner{ width:90%; padding:0 0 3rem; }
	#footer__inner_logo{
		float:none;
		width:60%;
		padding:10px 0 14px 0;
	}
	#footer__inner_right{ float:none; width:100%; }
}