@charset "UTF-8";
@media print{
	#header,#footer,#pagetop{display:none;}
	*,::after,::before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
	a,a:visited{text-decoration:underline;}
	abbr[title]::after{content:" (" attr(title) ")";}
	pre{white-space:pre-wrap!important;}
	blockquote,pre{border:1px solid #999;page-break-inside:avoid;}
	thead{display:table-header-group;}
	img,tr{page-break-inside:avoid;}
	h2,h3,p{orphans:3;widows:3;}
	h2,h3{page-break-after:avoid;}
}
/*reset--------------------------------------------*/
*{margin:0;padding:0;min-width:0;min-height:0;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,address,em,img,s,small,strong,tt,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,thead,tbody,tfoot,tr,th,td,footer,header,nav,section,summary,article,time,mark{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
html,body{width:100%;height:100%;box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
footer,header,nav,section{display:block;}
body{line-height:1;}
ul{list-style:none;margin:20px auto;}
table{border-collapse:separate;border-spacing:5px;}
hr{height:0;margin:0;padding:0;border:0;}
/*bace--------------------------------------------*/
body{position:relative;font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Crossten,sans-serif;font-size:1rem;font-weight:500;line-height:1.6;color:#111;text-align:left;background-color:#fff;}
img{max-width:100%;vertical-align:middle;border-style:none;border:none;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;max-width:100%;}
[hidden]{display:none!important;}
p{display:inline-block;margin:0.5em auto;text-align:left;font-size:20px;}
small{color:#666;font-size:0.8em;}
aside{display:inline-block;margin:0.5em auto;margin:0.5rem auto;color:#444;font-size:0.8em;text-align:left;}
strong{margin-left:5px;color:#db0000;font-size:1.6rem;font-weight:700;}
i{margin-left:5px;color:#db0000;font-weight:500;}
b,em{font-weight:700;}
a{position:relative;margin:0;padding:0 0 2px 0;color:#00003c;text-decoration:underline;transition:all 0.3s ease 0s;}
a:hover{text-decoration:none;}
a img{text-decoration:none;}
a.shake img:hover{-webkit-animation:shake 0.12s linear 3;animation:shake 0.12s linear 3;}
a.pc{text-decoration:none;color:#111;pointer-events:none;}
@media(min-width:706px){
	a.pc{text-decoration:underline;color:#00003c;pointer-events:auto;}
}
.container{position:relative;width:-webkit-calc(100% - 20px);width:calc(100% - 20px);max-width:960px;margin:0 auto;padding:0;text-align:center;}
/*左揃え+上揃え*/
.flex_lft{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
/*左揃え+上下中央*/
.flex_lftcnt{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
/*右揃え+上揃え*/
.flex_end{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
/*中央揃え+上揃え*/
.flex_topcnt{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
/*中央揃え+上下中央*/
.flex_cnt{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
/*両端1/2+均等*/
.flex_ard{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:distribute;justify-content:space-around;}
/*両端揃え+均等+上揃え*/
.flex_btw{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
/*両端揃え+均等+上下中央*/
.flex_mdl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
/*両端揃え+均等+下揃え*/
.flex_btm{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}

.mask{position:fixed;display:none;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:100;text-align:center;}
.err{display:inline-block;margin:50px auto;padding:20px 30px;text-align:center;color:#111;border:1px solid #db0000;background-color:#fff;}
.err b{color:#db0000;}
.slide_up,.slide_left,.slide_right{transition:opacity 0.7s;transition:transform 0.7s;}
@media(min-width:706px){
	.err.noscript{margin:110px 30px 0 30px;}
	hr{margin:50px 0;}
}
@media(min-width:960px){
	.container{width:-webkit-calc(100% - 30px);width:calc(100% - 30px);}
}
/*table--------------------------------------------*/
ul.btn{display:inline-block;margin:5px auto;padding:5px 10px 5px 5px;text-align:left;background-color:#111;}
ul.btn li{display:inline-block;margin:0 5px;padding:0;text-align:center;vertical-align:middle;}
ul.btn li:nth-child(1) {width:90px;padding:5px 0;}
ul.btn li:not(:first-child){width:100px;height:40px;}
ul.btn li:not(:first-child) a{position:relative;display:block;width:100%;height:100%;color:#fff;font-size:14px;font-weight:700;line-height:40px;text-decoration:none;border:none;box-sizing:border-box;}
ul.btn li:not(:first-child) a::after{content:" ≫";font-size:16px;font-weight:700;text-align:center;}
ul.btn li:not(:first-child) a:hover{background-color:#da3119;}
ul.btn li:nth-child(1) img{height:50px;}
ul.btn li:nth-child(2) a{background-color:#ce007e;}
ul.btn li:nth-child(3) a{background-color:#3ba8b4;}
ul.btn li:nth-child(4) a{background-color:#ec8c2a;}
ol{list-style-type:disc;list-style-position:inside;margin:0 auto 20px auto;font-size:16px;text-align:left;}
@media(min-width:640px){
	ul.btn li:not(:first-child){width:150px;height:40px;}
	ul.btn li:not(:first-child) a{font-size:18px;}
	ul.btn li:not(:first-child) a::after{font-size:20px;}
}
/*header--------------------------------------------*/
header{position:fixed;left:0;top:0;width:100%;height:60px;margin:0;padding:0;text-align:center;z-index:1000;background-color:#da3119;}
header.not_top{background-color:rgba(218,49,25,0.6);-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.3);box-shadow:3px 3px 3px rgba(0,0,0,0.3);-webkit-animation:dropdown .6s cubic-bezier(.165,.84,.44,1) 0s;animation:dropdown .6s cubic-bezier(.165,.84,.44,1) 0s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.logo{position:absolute;top:10px;left:0;right:0;height:40px;margin:auto;padding:0;color:#fff;font-weight:normal;box-sizing:border-box;}
.logo li:not(:last-child){margin-right:10px;}
.logo li img{height:40px;margin:0 10px;}
@media(min-width:706px){
	header{height:80px;}
	.logo{height:60px;}
	.logo li img{height:60px;}
}
/*main--------------------------------------------*/
main section{position:relative;width:100%;margin:50px 0;padding:0;}
main h1{margin:0 auto;padding:0;color:#111;font-size:24px;text-align:center;font-weight:bold;z-index:10;}
main h2{margin:50px 0 10px 0;font-size:20px;font-weight:700;text-align:center;}
main h2 span{margin:0 10px 0 0;padding:10px;font-size:24px;font-weight:500;background-color:#fed501;}
div.benefits{margin:20px auto 50px auto;padding:0;text-align:center;}
div.benefits img{width:100%;margin:0 auto 20px auto;}
.svg200{max-width:200px;height:-weblit-calc(200 / 200 * 100%);height:calc(200 / 200 * 100%);}
.svg400{max-width:400px;height:-weblit-calc(200 / 400 * 100%);height:calc(200 / 400 * 100%);}
@media(min-width:706px){
	main h1{font-size:36px;}
}
/*topArea*/
#topArea{width:100%;margin:60px auto 0 auto;padding:0;text-align:center;}
#topArea img{width:100%;margin:0 auto;}
@media(min-width:706px){
	#topArea{margin:80px auto 0 auto;}
}

/*footer--------------------------------------------*/
footer{position:relative;width:100%;height:100px;margin:0;padding:0;color:#fff;font-size:30px;font-weight:normal;text-align:center;background-color:#da3119;}
footer section{height:100px;padding:25px 0;}
footer .company{margin:0 auto;}
footer .company li img{height:50px;}
footer .company li:not(:last-child){margin-right:20px;}
@media(min-width:800px){
	footer::before,footer::after{content:"";position:absolute;bottom:0;width:224px;height:190px;}
	footer::before{left:0;background:url('../images/chara01.svg') no-repeat center center;}
	footer::after{right:0;background:url('../images/chara02.svg') no-repeat center center;}
}
@media(min-width:960px){
	footer{height:120px;}
	footer section{height:100px;padding:30px 0;}
	footer .company li img{height:60px;}
	footer::before,footer::after{width:224px;height:190px;}
}
.pagetop{position:fixed;bottom:20px;right:20px;display:none;}
.pagetop img{width:62px;height:60px;}
/*animation--------------------------------------------*/
@-webkit-keyframes shake{
	0% {-webkit-transform:skew(0deg,0deg);}
	25%{-webkit-transform:skew(2deg,2deg);}
	75%{-webkit-transform:skew(-2deg,-2deg);}
	100%{-webkit-transform:skew(0deg,0deg);}
}
@keyframes shake{
	0% {transform:skew(0deg,0deg);}
	10%{transform:skew(2deg,2deg);}
	75%{transform:skew(-2deg,-2deg);}
	100%{transform:skew(0deg,0deg);}
}
