@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	background: #FFFFFF;
	color: #231815;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.loading{
	z-index: 1100;
}
img{
	height: auto;
	max-width: 100%;
	width: auto;
}
h1,h2,h3,h4,h5,h6,strong,b{
/*
	font-weight: normal;
*/
}
hr{
	background-color: #000000;
}
time{
	font-size: 75%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
	margin-left: auto;
	margin-right: auto;
}
.wrap_img img{
	max-width: 100%;
}
.serif_hina{
	font-family: "Hina Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
.maru_serif{
	font-family: "M PLUS 1p", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Noto Sans JP", -apple-system, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
	-ms-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
.montserrat{
	font-family: montserrat, "Noto Sans JP", -apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
}
@media screen and (max-width:359px){
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	.wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (min-width:1280px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


/**************************************************50
 * common
 **************************************************/
/** -- link -- **/
a{
	color: #231815;
}

[class^="link_"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
[class^="link_"]{
	background-color: #FFFFFF;
	border: 1px solid #2171C2;
/*
	border-radius: 100px;
*/
	color: #2171C2;
	letter-spacing: 0.1em;
	line-height: 1.75;
	padding: 0 1em 0 0.1em;
	transition: background-color 0.2s ease-out 0s;
	text-align: center;
}
[class^="btn_"]{
	background-color: #19C6D8;
	border-color: #FFFFFF;
	border-style: solid;
	border-radius: 1000px;
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	transition: box-shadow 0.2s ease-out 0s;
}
[class^="link_"]:hover,
[class^="btn_"]:hover{
}
[class^="link_"]:hover{
	background-color: #2171C2;
	color: #FFFFFF;
}
[class^="btn_"]:hover{
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6), 0px 0px 10px 2px rgba(0, 0, 0, 0.1) inset;
}
[class^="link_"]:before,
[class^="link_"]:after{
	font-family: "Material Design Icons";
}
[class^="link_"]:before{
	left: -0.15em;
}
[class^="link_"]:after{
	right: -0.15em;
}
[class^="link_to"]{
	padding-right: 0.6em;
}
[class^="link_to"]:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to{
}
.link_to:hover{
}
.link_to:after{
}
.link_to:hover:after{
	color: #FFFFFF;
}
.link_to_boder{
	border: 1px solid #4D4D4D;
	border-radius: 1000px;
	color: #212121;
}
.link_to_boder:after{
	color: #62C8DD;
}
.link_to_boder:hover{
	background-color: #4D4D4D;
}
.link_to_boder:hover:after{
}
.link_prev{
	padding: 0 0 0 1.1em;
}
.link_back{
	padding: 0 0 0 1.1em;
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0;
}
[class^="btn_"]:after{
	right: 0;
}
.btn_more{
	height: 28px !important;
	line-height: 26px !important;
	padding-right: 0.6em;
	width: 6em !important;
}
.btn_more:after{
	content: "\F0415";
	font-size: 125%;
}
.btn_confirm:after{
}
.btn_reset,
.btn_back{
	background-color: #606060;
}
.btn_back:before{
}
.btn_submit{
}
a[href^="mailto:"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
a[href^="mailto:"]:hover{
	opacity: 0.7;
}
[class*="sns"] a[href^="https://twitter.com/"],
[class*="sns"] a[href^="https://x.com/"],
[class*="sns"] a[href^="https://www.facebook.com/"],
[class*="sns"] a[href^="https://www.instagram.com/"],
[class*="sns"] a[href^="https://lin.ee/"],
[class*="sns"] a[href="#line_qr"],
[class*="sns"] a[href^="https://www.youtube.com/"],
[class*="sns"] a[href^="https://youtu.be/"],
[class*="sns"] a[href^="https://goo.gl/maps/dciK12SHL2sAK1PZ8"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:inline-block;
	height: 40px;
	line-height: 40px;
	transition: opacity 0.2s ease-out 0s;
	text-decoration: none;
	vertical-align: top;
	width: 40px;
}
[class*="sns"] a[href^="https://twitter.com/"]:hover,
[class*="sns"] a[href^="https://x.com/"]:hover,
[class*="sns"] a[href^="https://www.facebook.com/"]:hover,
[class*="sns"] a[href^="https://www.instagram.com/"]:hover,
[class*="sns"] a[href^="https://lin.ee/"]:hover,
[class*="sns"] a[href="#line_qr"]:hover,
[class*="sns"] a[href^="https://www.youtube.com/"]:hover,
[class*="sns"] a[href^="https://youtu.be/"]:hover,
[class*="sns"] a[href^="https://goo.gl/maps/dciK12SHL2sAK1PZ8"]:hover{
	opacity: 0.7;
}
[class*="sns"] a[href^="https://twitter.com/"]:before,
[class*="sns"] a[href^="https://x.com/"]:before,
[class*="sns"] a[href^="https://www.facebook.com/"]:before,
[class*="sns"] a[href^="https://www.instagram.com/"]:before,
[class*="sns"] a[href^="https://lin.ee/"]:before,
[class*="sns"] a[href="#line_qr"]:before,
[class*="sns"] a[href^="https://www.youtube.com/"]:before,
[class*="sns"] a[href^="https://youtu.be/"]:before,
[class*="sns"] a[href^="https://goo.gl/maps/dciK12SHL2sAK1PZ8"]:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display:inline-block;
	height: 100%;
	line-height: 100%;
	font-family: "Material Design Icons";
	vertical-align: top;
	width: 100%;
}
[class*="sns"] a[href^="https://twitter.com/"]{
}
[class*="sns"] a[href^="https://twitter.com/"]:before{
	background-image: url("https://test.dearaiz.com/images/user/icon/sns/twitter.webp");
}
[class*="sns"] a[href^="https://x.com/"]{
}
[class*="sns"] a[href^="https://x.com/"]:before{
	background-image: url("https://test.dearaiz.com/images/user/icon/sns/x.svg");
}
[class*="sns"] a[href^="https://www.facebook.com/"]{
}
[class*="sns"] a[href^="https://www.facebook.com/"]:before{
	background-image: url("https://test.dearaiz.com/images/user/icon/sns/facebook.webp");
}
[class*="sns"] a[href^="https://www.instagram.com/"]{
}
[class*="sns"] a[href^="https://www.instagram.com/"]:before{
	background-image: url("https://test.dearaiz.com/images/user/icon/sns/instagram.webp");
}
[class*="sns"] a[href^="https://lin.ee/"],
[class*="sns"] a[href="#line_qr"]{
}
[class*="sns"] a[href^="https://lin.ee/"]:before,
[class*="sns"] a[href="#line_qr"]:before{
	background-image: url("https://test.dearaiz.com/images/user/icon/sns/line.webp");
}
[class*="sns"] a[href^="https://www.youtube.com/"],
[class*="sns"] a[href^="https://youtu.be/"]{
}
[class*="sns"] a[href^="https://www.youtube.com/"]:before,
[class*="sns"] a[href^="https://youtu.be/"]:before{
	background-image: url("https://test.dearaiz.com/images/user/icon/sns/youtube.svg");
}
[class*="sns"] a[href^="https://goo.gl/maps/dciK12SHL2sAK1PZ8"]{
}
[class*="sns"] a[href^="https://goo.gl/maps/dciK12SHL2sAK1PZ8"]:before{
	content: "\F034E";
}
@media screen and (max-width:319px){
	[class^="link_"],
	[class^="btn_"]{
	}
}
@media screen and (max-width:767px){
	[class^="link_"],
	[class^="btn_"]{
	}
	[class^="link_"]{
		height: 36px;
		line-height: 34px;
		width: 180px;
	}
	[class^="link_"]:after{
	}
	[class^="btn_"]{
		border-width: 2px;
		height: 42px;
		line-height: 38px;
		width: 200px;
	}
}
@media screen and (min-width:768px){
	[class^="link_"],
	[class^="btn_"]{
	}
	[class^="link_"]{
		height: 36px;
		line-height: 34px;
		width: 220px;
	}
	[class^="link_"]:after{
	}
	[class^="btn_"]{
		border-width: 3px;
		font-size: 112.5%;
		height: 56px;
		line-height: 50px;
		width: 300px;
	}
}

/** -- pager -- **/
.pager{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #2171C2;
	color: #626262;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #2171C2;
	border-color: #2171C2;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	color: #2171C2;
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > a.mdi-chevron-left:before{
	content: "\F035E";
}
.pager_link > a.mdi-chevron-right:before{
	content: "\F035F";
}
.pager_link > a.mdi:hover:before{
	color: #FFFFFF;
}
.pager_link > span{
	background-color: #2171C2;
	border-color: #2171C2;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #2171C2;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #FFFFFF;
	border: 1px solid #2171C2;
	border-radius: 100px;
	color: #626262;
	height: 32px;
	line-height: 30px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #2171C2;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	content: "\F035E";
	left: 0;
}
.pager_btn .pager_next:before{
	content: "\F035F";
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}
@media screen and (max-width:767px){
	.pager{
		padding-top: 6.25%;
		padding-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	.pager{
		padding-top:100px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width:939px){
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}

.links_prev_next{
	text-align: center;
}
.links_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.links_prev_next .dummy_prev,
.links_prev_next .dummy_next,
.links_prev_next .link_next,
.links_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.links_prev_next .link_prev,
.links_prev_next .dummy_prev{
	float: left;
}
.links_prev_next .link_next,
.links_prev_next .dummy_next{
	float: right;
}
.links_prev_next .link_next,
.links_prev_next .link_prev{
/*
	background-color: #FFFFFF;
	border: 1px solid #FF5000;
	color:  #FF5000;
*/
	position: relative;
	text-decoration: none;
	line-height: 30px;
}
.links_prev_next .link_next:after,
.links_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.links_prev_next .link_next:after{
/*
	content: "\F0142";
*/
	content: "\F035F";
	font-family: "Material Design Icons";
}
.links_prev_next .link_prev:after{
/*
	content: "\F0141";
*/
	content: "\F035E";
	font-family: "Material Design Icons";
}
.links_prev_next .link_upper{
/*
	background-color: #FFFFFF;
	border: 1px solid #FF5000;
	color:  #FF5000;
*/
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-decoration: none;
}
/*
.links_prev_next .link_next,
.links_prev_next .link_prev,
.links_prev_next .link_upper{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: background-color 0.2s ease-out 0s;
}
.links_prev_next .link_next:hover,
.links_prev_next .link_prev:hover,
.links_prev_next .link_upper:hover{
	background-color: #FF5000;
	color: #FFFFFF;
}
*/
.links_prev_next .link_next:hover:after,
.links_prev_next .link_prev:hover:after,
.links_prev_next .link_upper:hover:after{
	color: #FFFFFF;
}
@media screen and (max-width:767px){
	.links_prev_next{
		padding: 6.25% 3.125%;
	}
	.links_prev_next .link_upper{
		font-size: 87.5%;
		width: 100px;
	}
	.links_prev_next .dummy_next,
	.links_prev_next .dummy_prev,
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.links_prev_next .link_next{
		padding-right: 1em;
	}
	.links_prev_next .link_prev{
		padding-left: 1em;
	}
	.links_prev_next .link_next:after,
	.links_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
	}
}
@media screen and (min-width:768px){
	.links_prev_next{
		padding: 100px -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 100px calc((100% - 280px - (10em * 2)) / 2);
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_upper{
		width: 160px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.links_prev_next{
		padding: 100px 20px;
	}
	.links_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		cursor: pointer;
	}
}


/**************************************************50
 * list
 **************************************************/
ul[class^="list_"] > li{
	line-height: 1.6;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
ul[class^="list_"] > li *{
	text-indent: 0;
}
.list_circle{
}
.list_circle > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_circle > li:before{
	content: "\F044A";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F09DE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_star{
}
.list_star > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F04CE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_note{
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
.list_note_num{
	counter-reset: numd;
}
.list_note_num > li{
	padding-left: 2em;
	text-indent: -2em !important;
}
.list_note_num > li:before{
	counter-increment: numd;
	content: "※"counter(numd);
	display: inline-block;
	text-align: left;
	text-indent: 0;
	width: 2em;
}
.list_asterisk{
}
.list_asterisk > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_asterisk > li:before{
	content: "\F06C4";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square{
}
.list_square > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square > li:before{
	content: "\F012E";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square_min{
}
.list_square_min > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square_min > li:before{
	content: "\F0A13";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_period{
	counter-reset: period 0;
}
.list_period > li{
	padding-left: 2em;
	text-indent: -2em;
}
.list_period > li:before{
	counter-increment: period 1;
	content: counter(period) ".";
	display: inline-block;
	margin-right: 0.5em;
	text-indent: 0;
	text-align: right;
	width: 1.5em;
}
.list_numc{
	counter-reset: numc;
}
.list_numc > li{
	padding-left: 2em;
	text-indent: -2em !important;
}
.list_numc > li:before{
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	counter-increment: numc;
	content: counter(numc);
	display: inline-block;
	font-size: 75%;
	height: 16px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	text-indent: 0;
	vertical-align: baseline;
	width: 16px;
}
.list_numd{
	counter-reset: numd;
}
.list_numd > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_numd > li:before{
	counter-increment: numd;
	content: counter(numd) ".";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_bracket{
	counter-reset: bracket;
}
.list_bracket > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_bracket > li:before{
	counter-increment: bracket;
	content: counter(bracket) ")";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_brackets{
	counter-reset: brackets;
}
.list_brackets > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_brackets > li:before{
	counter-increment: brackets;
	content: "(" counter(brackets) ")";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_check{
}
.list_check > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_check > li:before{
	content: "\F0135";
	font-family: "Material Design Icons";
	font-size: 125%;
	line-height: 1;
	position: relative;
	top: 0.1em;
	left: -0.2em;
	text-indent: 0;
}


/**************************************************50
 * header
 **************************************************/
header{
	padding-top: 56px;
	text-align: center;
}
#header_wrap{
	background-color: #FFFFFF;
	height: 56px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap:after{
	clear: both;
	content: "";
	display: block;
}
#header_logo{
	float: left;
}
#header_logo a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	vertical-align: top;
}
#header_logo a img:hover{
	opacity: 0.7;
}
#header_catch{
	color: #4476BB;
	float: left;
	font-size: 75%;
	height: 56px;
	line-height: 56px;
	margin-left: 20px;
}
#menu_open,
#menu_close,
#btn_trial,
#btn_contact,
#btn_tel{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	height: 56px;
	line-height: 56px;
	float: right;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 56px;
}
#menu_open:hover,
#menu_close:hover,
#btn_trial:hover,
#btn_contact:hover,
#btn_tel:hover{
	opacity: 0.7;
}
#menu_open:before,
#menu_close:before,
#btn_trial:before,
#btn_contact:before,
#btn_tel:before{
	font-family: "Material Design Icons";
}
#menu_open,
#menu_close{
	background-color: #3E3A39;
	color: #FFFFFF;
	cursor: pointer;
}
#menu_open{
}
#menu_open:before{
	content: "\F035C";
	font-size: 350%;
}
#menu_close{
	display: none;
}
#menu_close:before{
	content: "\F0156";
	font-size: 350%;
}
#btn_trial,
#btn_contact,
#btn_tel{
	text-decoration: none;
}
#btn_trial{
	background-color: #46BDCF;
	color: #FFFFFF;
	font-size: 75%;
	line-height: 1.5;
	padding: 10px 0 0;
}
#btn_trial:before{
}
#btn_contact{
	background-color: #FF6194;
	color: #FFFFFF;
}
#btn_contact:before{
	content: "\F01F0";
	font-size: 250%;
}
#btn_tel{
	color: #3E3A39;
}
#btn_tel:before{
	content: "\F03F2";
	font-size: 250%;
}
#header_wrap > .sns_links{
	float: right;
}
#header_wrap > .sns_links a{
	margin: 8px 8px 0 0;
}
header nav{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	color: #4476BB;
	max-height: -webkit-calc(100vh - 56px);
	max-height: calc(100vh - 56px);
	overflow: hidden auto;
	position: fixed;
	top: 56px;
	right: -100%;
	text-align: left;
	transition: right 0.2s ease-out 0s;
	z-index: 1000;
}
header nav.active{
	right: 0;
}
header nav > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #4476BB;
	display: block;
	position: relative;
	transition: background-color 0.2s ease-out 0s;
	text-decoration: none;
}
header nav > a:hover,
header nav > a.active{
	background-color: #46BDCF;
	color: #FFFFFF;
}
header nav > a:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 175%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	transition: color 0.2s ease-out 0s;
}
header nav > a b{
}
header nav > a span{
}
header nav > div{
	text-align: center;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #46BDCF;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:before{
	font-family: "Material Design Icons";
	content: "\F013F";
	display: block;
}
#btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:319px){
	#header_logo{
		margin-top: 16px;
	}
	#header_logo img{
		height: 24px;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#header_logo{
		margin-top: 10px;
	}
	#header_logo img{
		height: 36px;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	#header_logo{
		margin-top: 4px;
	}
	#header_logo img{
		height: 48px;
	}
}
@media screen and (max-width:767px){
	#header_logo{
		margin-left: 1.5625%;
	}
	#header_wrap > .sns_links{
		display: none;
	}
	header nav{
		width: 100%;
	}
	header nav > a{
		padding: 3.125% -webkit-calc(6.25% + 2em) 3.125% 6.25%;
		padding: 3.125% calc(6.25% + 2em) 3.125% 6.25%;
	}
	header nav > div{
		padding-top: 1.5625%;
		padding-bottom: 3.125%;
	}
	header nav > div .sns_links{
	}
	header nav > div .sns_links a{
		margin: 1.5625% 0.25em 0;
	}
	header nav > div img[src*="logo"]{
		width: 152px;
	}
	#header_tel{
		font-size: 150%;
	}
	#btn_totop{
	}
	#btn_totop:before{
		font-size: 300%;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
}
@media screen and (min-width:768px){
	#header_logo{
	}
	header nav{
		width: 320px;
	}
	header nav > a{
		padding: 10px 2em;
	}
	header nav > div{
		padding-top: 12px;
		padding-bottom: 20px;
	}
	header nav > div .sns_links{
	}
	header nav > div .sns_links a{
		margin: 0.5em 0.25em 0;
	}
	header nav > div img[src*="logo."]{
		width: 190px;
	}
	#header_tel{
		font-size: 175%;
	}
	#btn_totop{
	}
	#btn_totop:before{
		font-size: 450%;
		height: 80px;
		line-height: 80px;
		width: 80px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#header_logo{
		margin-left: 8px;
	}
	#header_logo img{
		height: 56px;
	}
}
@media screen and (max-width:1023px){
	#header_catch{
		display: none;
	}
}
@media screen and (min-width:1024px) and (max-width:1279px){
	#header_logo{
		margin-top: 8px;
		margin-left: 8px;
	}
	#header_logo img{
		height: 40px;
	}
}
@media screen and (min-width:1280px){
	header{
	}
	#header_wrap{
		padding-left: 20px;
	}
	#header_logo{
	}
	#header_logo img{
		height: 56px;
	}
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: left;
}
#middle_block.bg_gray{
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:1279px){
	#middle_block{
		min-height: -webkit-calc(100vh - 56px - 406px);
		min-height: calc(100vh - 56px - 406px);
	}
}
@media screen and (min-width:1280px){
	#middle_block{
		min-height: -webkit-calc(100vh - 76px - 339px);
		min-height: calc(100vh - 76px - 339px);
	}
}


/**************************************************50
 * title
 **************************************************/
#title_page{
	text-align: center;
}
#title_page h1,
#title_page p{
	color: #4D4D4D;
	font-weight: 500;
	line-height: 1;
}
@media screen and (max-width:767px){
	#title_page{
		padding: 6.25% 3.125%;
	}
	#title_page h1,
	#title_page p{
		font-size: 200%;
	}
}
@media screen and (min-width:768px){
	#title_page{
		padding: 100px 0;
	}
	#title_page h1,
	#title_page p{
		font-size: 375%;
	}
}

/** -- section -- **/
.title_section{
	color: #3F3F3F;
	line-height: 1.5;
	text-align: center;
}
.title_section span{
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.title_section span:after{
	background-color: #5FBDC5;
	content: "";
	display: block;
	height: 0.125em;
	pointer-events: none;
	position: absolute;
	bottom: -0.125em;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 4em;
}
@media screen and (max-width:767px){
	.title_section{
		font-size: 150%;
	}
}
@media screen and (min-width:768px){
	.title_section{
		font-size: 200%;
	}
}


/**************************************************50
 * breadcrumbs
 **************************************************/
.breadcrumbs{
/*
	background-color: #FFFFFF;
*/
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
/*
	color: #000000;
*/
	display: inline-block;
	position: relative;
}
.breadcrumbs a{
/*
	color: #000000;
*/
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #666666;
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
/*
		margin-top: 6.25%;
		margin-bottom: 6.25%;
*/
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
/*
		margin-top: 100px;
		margin-top: -5px;
		margin-bottom: 100px;
*/
	}
}


/**************************************************50
 * table
 **************************************************/
.tbl_com{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.tbl_com tr{
}
.tbl_com tr th{
	font-weight: normal;
}
.tbl_com tr td{
	line-height: 1.6;
}
@media screen and (max-width:767px){
	.tbl_com,
	.tbl_com tbody,
	.tbl_com tr,
	.tbl_com tr th,
	.tbl_com tr td{
		display: block;
	}
	.tbl_com{
		margin-bottom: 3.125%;
	}
	.tbl_com tr th{
		padding: 0.5em 0.5em 0;
		margin: 0 auto;
		width: 93.75%;
	}
	.tbl_com tr td{
		padding: 0 0.5em 0.5em;
		margin: 0 auto;
		width: 93.75%;
	}
}
@media screen and (min-width:768px){
	.tbl_com{
		border-collapse: separate;
		border-spacing: 0;
		margin-bottom: 50px;
		width: -webkit-calc(100% - (20px * 2));
		width: calc(100% - (20px * 2));
		max-width: 1140px;
	}
	.tbl_com tr{
	}
	.tbl_com tr th{
		padding: 0.9em 1em;
		width: 12em;
	}
	.tbl_com tr:not(:last-child) th{
		border-bottom: 1px solid #C0C0C0;
	}
	.tbl_com tr td{
		padding: 0.9em 1em 0.9em 0;
	}
}


/**************************************************50
 * trial_link
 **************************************************/
.trial_link{
	animation: wobble 2s infinite;
	position: relative;
}
.trial_link img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	max-width: 604px;
}
.trial_link:hover img{
	opacity: 0.7;
}
@media screen and (max-width:767px){
	.trial_link{
	}
	.trial_link img{
		width: 75%;
	}
}
@media screen and (min-width:768px){
	.trial_link{
	}
	.trial_link img{
	}
}
@-o-keyframes wobble{
	0% {top: 0px;}
	10% {top: 3px;}
	20% {top: 0px;}
	30% {top: 3px;}
	40% {top: 0px;}
}
@-webkit-keyframes wobble{
	0% {top: 0px;}
	10% {top: 3px;}
	20% {top: 0px;}
	30% {top: 3px;}
	40% {top: 0px;}
}
@keyframes wobble{
	0% {top: 0px;}
	10% {top: 3px;}
	20% {top: 0px;}
	30% {top: 3px;}
	40% {top: 0px;}
}


/**************************************************50
 * gmap
 **************************************************/
#gmap{
	position: relative;
}
#gmap:before{
	content: "";
	display: block;
}
#gmap iframe{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width:767px){
	#gmap{
		margin-bottom: 3.125%;
	}
	#gmap:before{
		padding-top: 56.25%;
	}
}
@media screen and (min-width:768px){
	#gmap{
		margin-bottom: 50px;
	}
	#gmap:before{
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#gmap:before{
		padding-top: 43.75%;
	}
}
@media screen and (min-width:1024px){
	#gmap:before{
		padding-top: 400px;
	}
}


/**************************************************50
 * news
 **************************************************/
[class^="news_category_"]{
	background-color: #72C6D8;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 8em;
}
a[class^="news_category_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
a[class^="news_category_"]:hover{
	opacity: 0.7;
}


/**************************************************50
 * line
 **************************************************/
#line_qr_wrap{
	display: none;
}


