﻿@charset "utf-8";

/* 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%;}
body{
	width:100%;
	font-size:2.2rem;
	color:#222;
	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;
	background: #222;}
.main{width: 960px;margin: 0 auto;background:#fff;box-shadow: 10px 0 6px -4px #161616,-10px 0 6px -4px #161616;}

/* Float・Clearfix */
.clearfix:before,.clearfix:after{ content:" "; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; }
.img-right{ float:right; padding:0 0 2rem 2rem; }
.img-left{  float:left; padding:0 2rem 2rem 0; }

/*画像キャプション*/
.caption{
	margin: 0;
	padding: .5rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.img-caption{width: 250px;}

/*キャプションボックス*/
.caption-box .flex_2{
	margin-bottom: 1rem;
}
.caption-box p{
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 2rem;
	font-size: 1.5rem;
}

/*カラーボックス*/
.blue-box{
	background: #fff;
	border: 1px solid #08428a;
	margin-top: 5rem;
}
.blue-box h3{
	background: #08428a;
	padding: 1rem;
	color: #fff;
	font-size: 3rem;
	text-align: center;
}
.blue-box p{
	padding:0 2rem 2rem;
	font-weight: bold;
}
.blue-box img { margin-top: 0;}
.blue-box .img-left { padding: 2rem;}
.blue-box .flex { margin: 2rem 0;}
.blue-box .flex3 img {margin: 2rem auto; width: 30%;}

/*flex*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}
.flex-bet{justify-content: space-between;}
.flex-2{width: 48%;}
.flex_3{width: 32%;}

/* PC・SP表示調整 */
.display_pc{ display:block; }
.display_sp{ display:none; }

/* Font */
.mb101 {
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	color: #000;
}
.mincho {font-family: Ryumin ExtraBold KL,serif;}

.u{ text-decoration:underline; }
.b{ font-weight:bold; }
.r{ color:#ed2626; }
.yellow{color: #ffdc77;}
.blue{color: #1f3864;}
.rub{ font-weight:bold; background:url(../img/base/line_border.gif) left bottom repeat-x; }
.text_c{ text-align:center; }
.text_r{ text-align:right; }
.text_l{ text-align:left; }
.xxsmall{ font-size:30%; }
.xsmall{ font-size:60%; }
.small{ font-size:90%; }
.larges{ font-size:115%; }
.large{ font-size:120%; }
.xslarge{ font-size:125%; }
.xlarge{ font-size:140%; }
.xxlarge{ font-size:160%; }
.xxxlarge{ font-size:180%; }
.lh_small{ line-height: 1.3;}
.bg_y{ background:#ffff94; }
.notice{width: 100%; font-size: 80%;text-align: right;}
.attention {
	font-weight: bold;
	background-color: #ffff94;
}

/*グラデーションテキスト*/
.text-gold{
	color: #DA8E00;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #f9db7f, #fffce6, #f9db7f);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-gold2{
	color: #DA8E00;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #894b00, #ba7a00, #894b00);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
p+img{ margin-top:2rem; }

/*----------------------------------------------------------------------------------------------
アコーディオン
----------------------------------------------------------------------------------------------*/
.toggleBtn {
	width: 470px;
	margin: 3rem auto;
	padding: 1rem 0;
	text-align: center;
	cursor: pointer;
	background: #179ad9;
	border-radius: 5px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}
.toggleBtn:hover{opacity: .7;transition: 0.3s ease-in-out;}
.toggleArea{margin-bottom: 3rem;}
/*----------------------------------------------------------------------------------------------
prihead
----------------------------------------------------------------------------------------------*/
#prihead{
	z-index:10;
	position:fixed;
	width:100%;
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	background:#960000;
	background:-moz-linear-gradient(left, #960000 0%, #cf0404 50%, #960000 100%);
	background:-webkit-linear-gradient(left, #960000 0%,#cf0404 50%,#960000 100%);
	background:linear-gradient(to right, #960000 0%,#cf0404 50%,#960000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000', endColorstr='#960000',GradientType=1);
}
#prihead #CDT{
	width:960px;
	padding:1rem 0;
	margin:0 auto;
	color:#fff;
	line-height:1.3;
	font-family: Century Gothic, "Courier New", Consolas, monospace;
}
#prihead #CDT .count_num{
	display:inline-block;
	padding:0 .4rem;
	margin:0 .4rem;
	border-radius:3px;
	color:#333;
	font-size:150%;
	background:#fff;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #prihead #CDT .count_num{	/* IE11 */
		padding:1rem .4rem 0;
		line-height:1;
	}
}

/*----------------------------------------------------------------------------------------------
Countdown
----------------------------------------------------------------------------------------------*/
.timer p{ margin:.5rem 0;}
.timer01{ padding:.5rem 0; color:#fff; font-size:2.2rem; text-align:center; font-weight:bold; line-height:1; background:#222;}
.timer01 .timer_num{ color: #ffff55; font-size:140%; font-family: Century Gothic, "Courier New", Consolas, monospace;}
/*----------------------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------------------*/
header{ width:100%; margin:0 auto; background: url("../img/letter-head-bg.jpg") no-repeat bottom;padding: 5rem 0 2rem;border-bottom: 5px solid #144547;}
header h1{padding-top: 2rem;}
/*----------------------------------------------------------------------------------------------
Section
----------------------------------------------------------------------------------------------*/
/* 共通 */
section{ padding-top:8rem ; }
.main section:last-of-type{padding-bottom: 4rem;}
.sec__inner{ padding: 0 5rem 5rem; }
.sec-top{padding-top: 5rem;}

/*背景指定*/
.bg-black{margin-top: 8rem; background: #000;color: #fff;}
.bg-black02{background: url("../img/base/bg_grid.gif") ;}
.bg-black .sub-head{color: #fff;}
.bg-arrow02{position: relative;}
.bg-arrow02:after{position: absolute;
	content: "";
	top:0;
	left: 50%;
	border-style: solid;
	border-width: 40px 160px 0 160px;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);}


/* 固有 */
section.bg-yellow{width: 100%; background: #ffffd7;}
.sec-01{background:#020411 url("../img/bg02.jpg") no-repeat;color: #fff; padding-bottom: 2rem;}
.sec-01 h3{margin-bottom: 4rem;}
.sec-01 .sub-head{color: #fff;}
.sec-01 h3{line-height: 1.2;color: #fff;}
.sec-02{width: 960px;background: #d9ebec; margin:0 auto;padding-bottom: 5rem;}
.sec-03{padding-top: 0;}
.sec-04{ padding-top: 0;}
.sec-04__inner{width: 960px;margin: 0 auto; background: #17393a;padding:2rem 0 5rem;color: #fff;}
.sec-04__inner .laurel:before{left:-70px;}
.sec-04__inner .laurel:after{right: -70px;}
.sec-04__inner .sub-head{ padding-top: 4rem; color: #fff;font-size: 4.5rem;line-height: 1.2;}
.sec-05{background: #ffffd5;padding-bottom: 5rem;}
/*----------------------------------------------------------------------------------------------
sub-head 
----------------------------------------------------------------------------------------------*/
.sub-head{
	width:960px;
	color:#000;
	font-size:5.5rem;
	font-weight: 900;
	line-height:1.3;
	text-align:center;
	letter-spacing:-2px;
	margin:0 auto 3rem;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.sub-head02{margin-bottom: 0;}

/*スラッシュ吹き出し*/
.slash-hukidashi{position: relative;}
.slash-hukidashi::before{
	content: url("../img/base/fukidashi-right.png");
	position: absolute;
	top:-10px;
	left: 280px;
	transform: scale(0.8);
}
.slash-hukidashi::after{
	content: url("../img/base/fukidashi-left.png");
	position: absolute;
	top:-10px;
	right: 280px;
	transform: scale(0.8);
}

/*月桂樹*/
.laurel{
	position: relative;
	margin-bottom: 1rem;
}
.laurel::before{
	content: url("../img/base/ico_laurel_left.png");
	position: absolute;
	top: -10px;
	left: -42px;
}
.laurel::after{
	content: url("../img/base/ico_laurel_right.png");
	position: absolute;
	top: -10px;
	right: -250px;
}

/*----------------------------------------------------------------------------------------------
ブレッド
----------------------------------------------------------------------------------------------*/
/* 共有 */
ul.check1,
ul.check2,
ul.check3,
ul.check4{ margin:2rem 0; }
ul.check1 li,
ul.check2 li{
	padding:1.4rem 0 1.4rem 5rem;
	border-bottom:1px dashed #ccc;
	font-weight:bold;
}

/* 固有 */
ul.check1 li{ background:url(../img/base/check1.png) 0 1rem no-repeat; }
ul.check2 li{ background:url(../img/base/check2.png) 0 1rem no-repeat; }
ul.check3 li{
	padding:0 0 1rem 4rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 0 .8rem no-repeat;
}
ul.check4 li{
	padding:1.6rem 0 1.6rem 4rem;
	border-bottom:1px solid #aaa;
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.3;
	background:url(../img/base/check4.png) 0 2rem no-repeat;
}

/* 共有 */
ul.bullet1,
ul.bullet2{ margin:0 0 2rem; }
ul.bullet1 li .bullet__text,
ul.bullet2 li p{
	font-size:2rem;
	font-weight:normal;
}

/* 固有 */
ul.bullet1 li{
	padding:2rem 2rem 2rem 5rem;
	margin:0;
	border-bottom:2px dotted #ccc;
	font-size:2.8rem;
	font-weight:900;
	line-height: 1.3;
	background:url(../img/base/check3.png) 1rem 2.4rem no-repeat;
}
ul.bullet1 li:nth-child(even){ background-color:#ffffcc4d; }
ul.bullet1 li .bullet__text{
	padding:1rem 0 0;
	margin:1rem 0 0;
	border-top:1px dashed #aaa;
}
ul.bullet1 img{ margin:2rem 0; }
ul.bullet2{ border:10px solid #704e23; }
ul.bullet2 li{
	padding:2rem 4rem 2rem 6rem;
	border-bottom:2px dotted #f1dcc1;
	font-size:2.6rem;
	font-weight:bold;
	background:url(../img/base/check3.png) 1.5rem 2.2rem no-repeat;
}
ul.bullet2 li:nth-child(even){ background-color:#fff7ec; }
ul.bullet2 li:last-child{ border:none; }
ul.bullet2 li p{ margin:.5rem 0 0; }

/*数字ブレット*/
.nuber-bullet{
	margin: 2rem 0;
	padding-left: 1em;
	text-indent: -1em;
}
/*ブレッドポイント*/
.bullet__text dl{background: #fff;padding: 2rem;    border: 3px solid #eee;}
.bullet__text dt{
	position: relative;
	padding-left: 6rem;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	color:#ed2626;
	font-weight: bold;
	line-height: 1.3;
}
.bullet__text dt:before{
	display: block;
	position: absolute;
	top:-12px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f0a4';
	font-weight: 900;
	font-size: 5rem;
	color:#ed2626;
}

/*box*/
.box01-wrap{background: url("../img/box01-bg.jpg") no-repeat bottom;margin-bottom: 2rem; padding:3rem 5rem;}
.box01{width: 100%; align-items: center;}
.box01 dt{
	width:20%;
	margin-bottom: 1.5rem;
	padding-left: 3.8rem;
	background: url(../img/base/check3.png) 0 .8rem no-repeat;
	font-size: 3rem;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
}
.box01 dd{width: 80%;margin-bottom: 1.5rem;padding-left: 2rem; font-weight: bold;line-height: 1.2;border-left: 4px solid #424242;}
.black-box{background: #000;margin: 2rem 0; padding: 3rem ; color: #fff;line-height: 1.2;}
.black-box h4{margin-bottom:.5rem;text-align: center;font-size: 4rem;}

/*----------------------------------------------------------------------------------------------
case
----------------------------------------------------------------------------------------------*/
.case__box{margin-bottom: 5rem;}
.case__inner{padding: 3rem 5rem 0;position: relative;}
.case__inner .flex-2{width: 400px;}
.case__inner .flex-2:last-of-type{width: 440px;}
.case-arrow,.case-arrow3{position: absolute;left:39%;top:39%;}
.case-arrow2{position: absolute;left:39%;top:13%;}
.case__inner .mb101{margin: 4rem auto 0; text-align: center;font-size: 3.5rem;line-height: 1.3;}

/*----------------------------------------------------------------------------------------------
merit
----------------------------------------------------------------------------------------------*/
.merit__box{padding-bottom: 5rem;background: #fdffda;}
.merit__box:last-of-type{margin-bottom: 0;}
.merit__inner{padding: 2rem 5rem 0;}
.merit__inner .flex{margin-top: 2rem;}
.merit02__box{padding: 0 5rem;}
.merit02__box .mb101{background: #eee;align-items: center}
.merit02__box h3{padding: 1rem; font-size: 3.3rem;line-height: 1.3;}
.merit02__box .num{background: #ed2626; padding: 0 2rem; font-size: 6rem;color: #fff;}
.merit02__inner{padding: 2rem 0;}
.caption-name{background: #2b2b2b;margin-top: 0; padding: .5rem 0; font-size: 1.8rem;line-height: 1.2;text-align: center;color: #fff;}
.report{margin-bottom: 3rem; }
.report h4{background: #ff7600;color: #fff;font-size: 3rem;font-weight: bold;text-align: center;}
.report .img-caption{width: 24%;}

/*----------------------------------------------------------------------------------------------
voice
----------------------------------------------------------------------------------------------*/
/*コメントボックス*/
.comment__box{ background: #fff6f6;padding: 3rem 0; font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;}
.comment__box p{ background: #fff; width: 90%; margin: 2rem auto; padding: 2rem;border: 2px solid #ccc;font-size: 2rem;}

/*voice01*/
.voice01__wrap{padding-bottom: 5rem;}
.voice01__wrap .flex-2{width: 49%;}
.voice01__box{
	background: #fff;
	margin-top: 2rem;
	padding: 2rem;
	font-size: 1.5rem;
	color: #222;
}
.voice01__ttl{
	padding: 0 0 1.5rem;
	color: #222;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.voice01__name{
	overflow: hidden;
	margin:0 0 1rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid #3f3f3f;
	font-family: Ryumin ExtraBold KL,serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.voice01__inner .img-caption{width: 170px;}
.voice01__inner .caption{font-size: 1.3rem;}
/*voice03　赤の吹き出し*/
.voice03__box{margin-bottom: 5rem;}
.voice03__box:last-child{margin-bottom: 0;}
.voice03__ttl{
	background: #d81e1f;
	position: relative;
	padding: 3rem 0;
	color: #FFF;
	font-family: "Gothic MB101 Heavy", "A-OTF ゴシックMB101 Pr6N";
	font-size: 4.4rem;
	letter-spacing: -2px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.voice03__ttl::after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #d81e1f transparent transparent transparent;
	transform: translateX(-50%);
}
.voice03__ttl .yellow {color: #FFEE7E;}
.voice03__name{
	overflow: hidden;
	margin:0 0 2rem;
	border-bottom: 2px solid #3f3f3f;
	font-family: Ryumin ExtraBold KL,serif;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;
}
.voice03__inner h4{
	overflow: hidden;
	border-left: 5px solid #d81e1f;
	margin: 3rem 0 1.5rem;
	padding-left: 1rem;
	font-size: 2.8rem;
	font-weight: bold;
	color: #d81e1f;
	line-height: 1.3;
}
.voice03__inner{
	padding: 5rem;
	background: #fff6f6;
}
.voice03__inner .img-right{width: 270px;}
.voice03__inner .flex{clear: both;}
.voice03__inner .flex_2{
	width: 48%;
	margin-top: 2rem;
	margin-bottom: 0;
}
.voice03__inner .xsmall{margin-top: 2rem;}
.voice03__report{
	background:#eee;
	border: 3px double #ccc;
	margin-top: 2rem;
	padding: 2rem;
}
.voice03__report h4{background:#ff7600;display: inline-block;margin: 0;padding: .5rem 1.5rem; border: none;font-size: 2.5rem; color: #fff;}
.voice03__report p{ padding-left: 1em;text-indent: -1em;}
/* before＆after */
.voice05__box .sub-ttl{margin-bottom: 2rem;}
.voice05__inner{padding: 0 5rem;}
.voice05__inner img{margin-bottom: 2rem;}
.voice05__inner .flex img{margin-bottom: 0;}
.voice05__inner .flex_2{margin-bottom: 2rem;}
.voice05__inner p+.flex{margin-top: 2rem;}

/* 推薦の声 */
.voice06{width: 960px; margin: 0 auto; background: #fff;}
.voice06__inner{ padding:.5rem 5rem 5rem;}
.voice06__box:last-of-type{margin-bottom: 0;}
.voice06__inner h4{width: 860px; margin: 3rem 0; text-align: center;font-size: 3.5rem;line-height: 1.3;}
.voice06__inner .laurel::before{left: 5px;}
.voice06__inner .laurel::after{right: 5px;}

/*----------------------------------------------------------------------------------------------
product
----------------------------------------------------------------------------------------------*/
.product__wrap h3{
	border-top: 3px solid #2B2B2B;
	border-bottom: 3px solid #2B2B2B;
	margin: 2rem 0;
	padding: 1.5rem;
	font-size: 3.5rem;
	text-align: center;
	color: #2B2B2B;
	line-height: 1.3;
}
.product__box ul{
	padding: 2rem 5rem;
}
.product__box{
	background: #fff;
	padding: 4rem 0 0;
	margin: 0 auto 3rem;
}
.product__box:last-of-type{margin-bottom: 0;}
/*----------------------------------------------------------------------------------------------
tokuten
----------------------------------------------------------------------------------------------*/
.tokuten__box{
	background: #fff;
	margin-bottom: 5rem;
	color: #222;
}
.tokuten__box:last-of-type{margin-bottom: 0;}
.tokuten__inner{padding: 3rem 5rem;}
.tokuten__inner h4{background: #ed2626; margin-bottom: 1.5rem;padding: .8rem 0; font-size: 3.5rem;text-align: center;font-weight: bold;line-height: 1.2;color: #fff;}
.tokuten__list{background: #fff6f6;margin:2rem 0 1rem; padding: 4rem 3rem;}
.tokuten__list li{
	position: relative;
	padding: 0 0 2rem 5.5rem;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	color: #ed2626;
	font-weight: bold;
	line-height: 1.3;
}
.tokuten__list li:last-of-type{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.tokuten__list li::before{
	display: block;
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f560';
	font-weight: 900;
	font-size: 4rem;
	color: #ed2626;
}
.tokuten__list li p{font-size: 2rem;color: #222;font-weight: normal;}

/*----------------------------------------------------------------------------------------------
hoshou
----------------------------------------------------------------------------------------------*/
.hosho .img-left{width: 50%;}
/* 返金保証の流れ */
.hosho_step{
	margin: 2rem 0;
	-webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start;
	-webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
.hosho_step .step_box{ width:22%; padding: .4rem; font-size:1.8rem; line-height: 1.4; }
.hosho_step h4{ margin-bottom: 1rem; border-bottom: 1px solid #FFD12F; font-size:2rem; font-weight: bold; text-align: center; }
.hosho_step img.arrow{ width:2%; margin: 0; transform: translate(-20%,80%); }

/* 品質保証 */
.hosho2_flow_wrap {width:90%; margin: 15px auto 0; font-size: 70%; }
.hosho2_flow_list {margin: 0 auto;flex: 1;}
.hosho2_flow_list p{padding: 5px 20px;}

/*----------------------------------------------------------------------------------------------
form
----------------------------------------------------------------------------------------------*/
.formWrap{
	width:100%;
	margin:2rem 0 4rem;
}

/* ボタン */
/* 共通 */
input.btn_submit,
input.btn_submit02,
input.btn_submit03{
	cursor:pointer;
	display:block;
	width:700px;
	height:160px;
	margin:auto;
	border:none;
	text-indent:-9999px;
}
input.btn_submit:hover,
input.btn_submit02:hover,
input.btn_submit03:hover{opacity:.8;}

/* 固有 */
input.btn_submit{ background:url(../img/base/btn04.png) no-repeat 0 0; }
input.btn_submit02{ background:url(../img/base/btn01.gif) no-repeat 0 0; }
input.btn_submit03{ background:url(../img/base/btn03.gif) no-repeat 0 0; }

/* 料金 */
.price__box{ margin-top:2rem; }
.price__result{
	margin-top:3rem;
	font-weight:bold;
	font-family:Arial, Helvetica, "sans-serif";
}
.price__result_main{
	color:#d00;
	font-size:7rem;
	line-height: 1;
}
.price__result_main img{
	float:left;
	width:120px;
	padding-right:2rem
}
.price__result_sub{
	font-size:6rem;
	text-align:right;
}
.price__notice{
	padding:2rem;
	margin:1rem auto;
	background:#eee;
	box-sizing:border-box;
}
.price__notice p{
	padding-left:1em;
	font-size:2rem;
	text-indent:-1em;
}

/* 価格表 */
.price_table{ width:100%; margin: 2rem auto; border: 2px solid #040000; line-height: 1.4; }
.price_table th{ background: #040000; color: #fff; font-weight: bold; padding: .5rem; }
.price_table tr:nth-child(2n){ background: #f5f5f5; }
.price_table td{ padding: 10px; vertical-align: middle; }
.price_table td:nth-child(odd){ width: 60%; font-size: 1.8rem; }
.price_table td:nth-child(even){ width: 40%; text-align: center; font-size: 2.5rem; border-left: 2px solid #040000; }

/*----------------------------------------------------------------------------------------------
フォーム
----------------------------------------------------------------------------------------------*/
.form{ width:100%; padding:0; margin:8rem auto 0; }
/*----------------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------------*/
footer{ background:#ddd; }
.footer_logo img{ max-width:300px; }
.footer_txt{
	padding:0 0 0 2rem;
	font-size:1.1rem;
	text-align:left;
	line-height:1.9;
}
#footer__wrap{
	display:flex;
	width:800px;
	padding:2rem 0;
	margin:0 auto;
	font-size:80%;
	justify-content:center;
}
#footer__wrap li{
	display:inline-block;
	padding:0 1rem 0;
	border-left:1px solid #aaa;
}
#footer__wrap li:first-child{ border:none; padding:0 1em 0 0; }
/*----------------------------------------------------------------------------------------------
scfooter
----------------------------------------------------------------------------------------------*/
#scfooter{
	z-index:1000;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	background:rgba(202,202,202,.7);
}
.scfooter_inner{
	display:block;
	width:80%;
	padding:1rem 0;
	margin:auto;
	border-radius:20px;
	text-align:center;
}
.scfooter_inner a{ text-decoration:none; }

.btn_ft{
	position:relative;
	overflow:hidden;
	width:480px;
	border-radius:4px;
}
.btn_ft img{ border-radius:4px; }
.btn_ft a{ text-decoration:none !important; display: block; }

@media screen and (max-width:768px){ .btn_ft{width:75%;} }
@media screen and (max-width:425px){ .btn_ft{width:100%;} }

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
【 SP 】
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:768px){
	/*----------------------------------------------------------------------------------------------
	Basic Style
	----------------------------------------------------------------------------------------------*/
	body{ width:100%; font-size:4.5vw; }
	.main{width: 100%;box-shadow: none;padding-top: 3rem;}
	img{ max-width:100%; }
	
	.sp-small{font-size: 90%;}
	.xslarge{ font-size:115%; }
	.xlarge{font-size: 125%;}
	.xxlarge{ font-size:140%; }
	.xxxlarge{ font-size:140%; }
	
	.shadow{text-shadow: 2px 2px 0.5px #ed2626;
	-webkit-text-stroke: 1px #ed2626;}
	
	.arrow02{width: 60%;}
	
	/*アコーディオン*/
	.toggleBtn{width: 90%;font-size: 5vw;}

	/* Float */
	.img-right{ float:none; width:85%; padding:0; }
	.img-left{ float:none; width:85%; padding:0; }
	.img-right img,.img-left img{ width:100%;}
	.img-right img + img:last-child{padding-bottom: 2rem;}
	.img-sp{width: 95%;}
	
	/*画像キャプション*/
	.caption{
		width: 100%;
		padding-bottom: 2rem;
		font-size: 3.5vw;
	}
		/*カラーボックス*/
	.blue-box{width: 100%; margin: 3rem auto;}
	.blue-box h3{padding: .5rem;font-size: 5vw;}
	.blue-box p{padding: 1rem;}
	.blue-box .flex{margin: 1rem 0 0;width: 100%;}
	.blue-box .flex img{margin-bottom: 1rem;}
	.blue-box .flex3 {display: block;}
	.blue-box .flex3 img{width: 85%;margin: 1rem auto;}
	.blue-box .img-left{width: 85%; padding: 1rem 0 0;}
	
	.black-box{margin-bottom: 0; padding: 1.5rem 1rem;}
	.black-box h4{font-size: 6vw;}
	
	/*コメントボックス*/
	.comment__box{padding: 2rem 0;}
	.comment__box p{width: 95%;margin: 1rem auto; padding: 1rem;font-size: 4.5vw;}
	
	/*flex*/
	.flex{display: block;}
	.flex_2{margin-bottom: 2rem;}
	.flex_3{width: 100%;}
	
	/* PC/SP表示調整 */
	.display_pc{ display:none; }
	.display_sp{ display:block; }
	
	/*----------------------------------------------------------------------------------------------
	prihead
	----------------------------------------------------------------------------------------------*/
	#prihead{ font-size:4.2vw; }
	#prihead #CDT{
		width:100%;
		font-size:3.6vw;
	}
	/*----------------------------------------------------------------------------------------------
	section
	----------------------------------------------------------------------------------------------*/
	section{ padding:3rem 0; }
	section:first-child{padding-top: 0;}
	.sec-top{margin-top: 0;}
	.sec__inner{width: 95%;margin: 0 auto; padding: 0;}
	.bg-black{padding-bottom: 0;margin-top: 0;}
	.bg-black02{width: 100%;}
	.bg-arrow02:after{border-width: 25px 90px 0 90px;}
	
	.sec-01{background-size: contain;padding-top: 3rem;}
	.sec-01 h3{margin-bottom: 2rem;color: #fff;}
	.sec-01 .img-right{width: 70%;margin-bottom: 2rem;}
	.sec-02{width: 100%;box-shadow: none;}
	.sec-03 .sub-head{width: 100%;padding-top: 0;}
	.sec-04{padding-bottom: 0;}
	.sec-04__inner{width: 100%;}
	.sec-04__inner .sub-head{margin-bottom: 0; font-size: 6.5vw;}
	.sec-04__inner .laurel:before{transform: scale(0.5);left: -25px;top:-35px;}
	.sec-04__inner .laurel:after{transform: scale(0.5);right: -25px;top:-35px;}
	.sec-05{padding-top: 4rem;padding-bottom: 3rem;}
	/*----------------------------------------------------------------------------------------------
	sub-head
	----------------------------------------------------------------------------------------------*/
	.sub-head{
		width:95%;
		padding: 0;
		margin:0 auto 1.5rem;
		font-size:6.7vw;
	}
	.slash-hukidashi{line-height: 1.3; font-size: 5vw;}
	.slash-hukidashi::before{
		transform: scale(0.5);
		left: 40px;
		bottom: 0;}
	.slash-hukidashi::after{
		transform: scale(0.5);
		right: 40px;
		bottom: 0;}
	/*----------------------------------------------------------------------------------------------
	countdown
	----------------------------------------------------------------------------------------------*/
	.timer01 { padding:.5rem 0; font-size:4.5vw; line-height:1.2; }
	.timer01 .timer_num { font-size:130%; }
	/*----------------------------------------------------------------------------------------------
	header
	----------------------------------------------------------------------------------------------*/
	header{ background:#000; padding-bottom: 0;}
	header h1{padding-top: 0;}
	/*----------------------------------------------------------------------------------------------
	ブレッド
	----------------------------------------------------------------------------------------------*/
	/* 共有 */
	ul.check1,
	ul.check2,
	ul.check3,
	ul.check4{ font-size:5vw; }
	ul.check1 li,
	ul.check2 li,
	ul.check3 li{ background-size:8%; }
	ul.check1 li,
	ul.check2 li,
	ul.check3 li,
	ul.check4 li{ padding:1.2rem 0 1.2rem 4rem; }

	/* 固有 */
	ul.check1 li{ background-position:0 1.4rem; }
	ul.check2 li{ background-position:0 1.8rem; }
	ul.check3 li{ background-position:0 1.4rem; }
	ul.check4 li{ font-size:4.5vw; background-position:0 2vw; }

	/* 共有 */
	ul.bullet1 li,
	ul.bullet2 li{
		font-size:5vw;
		background-size:8%;
	}
	/* 固有 */
	ul.bullet1 li{ padding:1.2rem 0 1.2rem 4rem; background-position:0 1.4rem; }
	ul.bullet1 img{ margin:1rem auto; }
	ul.bullet2{ border-width:6px; }
	ul.bullet2 li{ padding:1.2rem 1.2rem 1.2rem 4rem; background-position:1rem 1.4rem; }
	
	/*discブレットbox*/
	.bullet__text dl{padding: 1rem;}
	.bullet__text dt{padding-left: 3.5rem; font-size: 4.5vw;}
	.bullet__text dt:before{font-size: 8vw;top:-6px;}
	.bullet__text dd{font-size: 4vw;line-height: 1.3;}
	
	
	/*box*/
	.box01-wrap{width: 95%;margin: 0 auto 2rem; padding: 2rem 0 2rem;background-size: contain;}
	.box01 dt{width: 100%;margin-bottom: .5rem; font-size: 6vw;line-height: 1.2; background: url(../img/base/check3.png) 0 no-repeat;}
	.box01 dd{width: 100%;padding-top: .5rem;padding-left: 4rem; border-left:none;border-top:1px solid #eee;}

		/*----------------------------------------------------------------------------------------------
	case
	----------------------------------------------------------------------------------------------*/
	.case__wrap{width: 100%;}
	.case__box{margin-bottom: 3rem;}
	.case__inner{width: 95%;margin: 0 auto; padding: 2rem 0;}
	.case__inner .flex-2{width: 100%;}
	.case__inner .flex-2:last-of-type{width: 100%;margin-top: 5.5rem;}
	.case__inner .mb101{font-size: 5.5vw;}
	.case-arrow{left: 15%;top: 50%;}
	.case-arrow2{left: 17%;top:17.5%;}
	.case-arrow3{left: 15%;top: 48%;}
	/*----------------------------------------------------------------------------------------------
	merit
	----------------------------------------------------------------------------------------------*/
	.merit__wrap{padding-bottom: 0;}
	.merit__box{
		width: 100%;
		padding: 2.5rem 0 0;
	}
	.merit__inner{width: 95%;margin: 0 auto; padding: 2rem 0 0;}
	.merit__inner .flex_3{width: 85%;margin-bottom: 1rem;}
	.merit__inner .flex_3:last-of-type{margin-bottom: 0;}
	.merit__inner .img-right{
		float: none;
		width:85%;
		margin-bottom: 2rem;
		padding-left: 0;
	}
	
	.merit02__box{width: 95%;margin: 0 auto; padding: 0;}
	.merit02__box .num{font-size: 8vw;text-align: center;}
	.merit02__box h3{font-size: 5vw;text-align: center;}
	.merit02__inner .img-caption{width: 70%;margin: 0 auto;}
	.report h4{font-size:5vw;}
	.report .flex{display: -webkit-flex;display: -moz-flex;display: flex;flex-wrap: wrap;}
	.merit02__inner .flex .img-caption{width: 48%;}
	/*----------------------------------------------------------------------------------------------
	voice
	----------------------------------------------------------------------------------------------*/
	.voice01__wrap .flex-2{width: 100%;}
	.voice01__box{padding: 2rem 1rem;}
	.voice01__ttl{font-size: 6vw;}
	.voice01__inner .img-left{width: 85%;}
	.voice01__name{margin-top: 1rem; font-size: 5.5vw;text-align: center;}
	.voice01__inner .img-caption{width: 85%;margin: 1rem auto 0;}
	/*赤吹き出し*/
	.voice03__wrap{margin-top: 3rem;}
	.voice03__box{margin-bottom: 2rem;}
	.voice03__ttl{padding: 1.5rem 0; font-size: 5.8vw;}
	.voice03__inner{padding: 2rem 1rem;}
	.voice03__inner .img-left{width: 85%; margin: 0 auto; padding-top: 1rem;}
	.voice03__inner .img-right{width: 85%;margin: 0 auto;}
	.voice03__name{font-size: 8vw;text-align: center;padding-bottom: .5rem;}
	.voice03__inner h4{font-size: 5vw;line-height: 1.3;}
	.voice03__inner .flex_2{width: 100%;}
	.voice03__inner .flex_2 .caption{padding-bottom: 0;}
	.voice03__report{padding: 1rem;}
	.voice03__report h4{font-size: 4.5vw;padding: .5rem 1rem;}
	.voice05__inner{width: 95%;margin: 0 auto; padding: 0;}
	
	.voice06{width: 100%;}
	.voice06__inner{width: 95%;margin: 0 auto; padding: .5rem 0;}
	.voice06__inner h4{width: 100%;margin: 2rem 0; font-size: 4.4vw;letter-spacing: -1px;}
	.voice06__inner .laurel::before{transform: scale(0.5);left: -14px;top:-35px;}
	.voice06__inner .laurel::after{transform: scale(0.5);right: -14px;top:-35px;}
	/*----------------------------------------------------------------------------------------------
	product
	----------------------------------------------------------------------------------------------*/
	.product__wrap{width: 100%;}
	.product__wrap h3{font-size: 5vw;}
	.product__box{padding: 1rem 0;margin-bottom: 0;}
	.product__box ul{padding: 0 2rem;}
	.product__box ul li p{display: none;}
	/*----------------------------------------------------------------------------------------------
	tokuten
	----------------------------------------------------------------------------------------------*/
	.tokuten__box{margin-bottom: 3rem;}
	.tokuten__inner{width: 95%;margin: 2rem auto 0; padding: 0;}
	.tokuten__inner .flex-2{width: 85%;}
	.tokuten__list{ padding: 1rem;}
	.tokuten__inner h4{font-size: 4.5vw;}
	.tokuten__list li{padding-left: 3.5rem; padding-bottom: 0; font-size: 4.5vw;}
	.tokuten__list li::before{font-size: 7vw;}
	.tokuten__list li p{font-size: 4vw;}
	.tokuten__list .img-right{width: 60%;margin-bottom: 2rem;}
	/*----------------------------------------------------------------------------------------------
	hoshou
	----------------------------------------------------------------------------------------------*/
	/* 返金保証 */
	.hosho .img-left{width: 85%;}
	/* 返金保証の流れ */
	.hosho_step{ display: block; margin: 1rem 0; }
	.hosho_step .step_box{ width:100%; padding: 0; font-size:4vw; }
	.hosho_step h4{ font-size:5.4vw; }
	.hosho_step img{ margin-bottom: 1rem; }
	.hosho_step img.arrow{ width:6%; margin: -6vmin auto; transform: rotate(90deg); }
	/* 品質保証 */
	.hosho2_flow_wrap {display:block;width:100%; margin: 0 auto 15px; font-size: 4.5vw; }
	.hosho2_flow_list {width:100%;}
	.hosho2_flow_list img {width:80%; margin: 0 auto;flex: 1;}
	.hosho2_flow_list p{width:95%;padding: 5px 0; margin: 0 0 15px;text-align: center;}
	.hosho2_flow_center{border-top:1px solid #BFBFBF; margin: 30px 0;padding:15px 0;}
	/*----------------------------------------------------------------------------------------------
	form
	----------------------------------------------------------------------------------------------*/
	.form{margin-top: 3rem;}
	.formWrap{ margin:0; }
	/* ボタン */
	input.btn_submit,
	input.btn_submit02,
	input.btn_submit03{
		width:100%;
		height:21vw;
		padding:0;
		background-size:100%;
	}
	/* 料金 */
	.price__result_main{ font-size: 7.5vw; }
	.price__result_main img{
		width:14vw;
		padding-right:1.4rem
	}
	.price__result_sub{ font-size:5.8vw; }
	.price__notice{ padding:1rem; }
	.price__notice p{ font-size:3.8vw; }
	/* 特典 */
	.product_tokuten{ margin: 2rem auto; border: 2px solid #040000; }
	.product_tokuten h3{ font-size:5vw; }
	.product_tokuten .flex{ padding: 1rem; }
	.product_tokuten img{ width:46%; margin: .4rem; }
	/* 価格表 */
	.price_table{ border-width: 1px; box-sizing: border-box; }
	.price_table td{ padding: .6rem; font-size: 4.2vw; }
	.price_table td:nth-child(odd){ font-size: 4.2vw; }
	.price_table td:nth-child(even){ border-width: 1px; font-size:4.2vw; }
	/*----------------------------------------------------------------------------------------------
	footer
	----------------------------------------------------------------------------------------------*/
	.footer_logo img{ display:block; }
	.footer_txt{ padding:1rem; }
	#footer__wrap{
		display:block;
		width:100%;
	}
	/*----------------------------------------------------------------------------------------------
	scfooter
	----------------------------------------------------------------------------------------------*/
	.scfooter_inner{ width:100%; }
}