@charset "utf-8";

/*-------------------------------------
リセット
---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

table,th,td {
	text-align: left;
	border: none;
}
ol,ul,li {
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
input[type=text],
input[type=password],
input[type=button],
input[type=submit],
button,
select,
textarea {
	color: inherit;
	font-family: inherit;
	/* -moz-appearance: none; */
	/* -webkit-appearance: none; */
	/* appearance: none; */
	/* outline: none; */
}
input::-webkit-input-placeholder { color: #999;}
input:-ms-input-placeholder { color: #999;}
input::-moz-placeholder { color: #999;}
textarea::-webkit-input-placeholder { color: #999;}
textarea:-ms-input-placeholder { color: #999;}
textarea::-moz-placeholder { color: #999;}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}
select::-ms-expand{
	display:none;
}


/*-------------------------------------
初期設定
---------------------------------------*/
html.s_modalShow{
	overflow: hidden;
}
@media screen and (max-width: 767px){
	html.s_modalShow,
	html.s_modalShow body{
		height: 100vh;
		overflow: hidden;
	}
}

html {font-size:62.5%;}
body {
	min-width: 320px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, sans-serif;
	font-size: 1.4rem;
	color: #000;
	background-color: #fff;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
/*IE用*/
_:-ms-lang(x)::-ms-backdrop, body {
	font-family: sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}

em, strong {
	font-weight: bold;
}
sub, sup {
	white-space: nowrap;
	font-size: 1rem;
}
*,
*:before,
*:after{
	box-sizing: border-box;
}


/*-------------------------------------
汎用クラス
---------------------------------------*/
.u_fontSS { font-size: 1rem!important; }
.u_fontS  { font-size: 1.2rem!important; }
.u_fontM  { font-size: 1.4rem!important; }
.u_fontL  { font-size: 1.6rem!important; }
.u_fontLL { font-size: 1.8rem!important; }
.u_fontXL { font-size: 2rem!important; }

.u_fontItalic { font-style: italic!important; }

.u_lineL{ line-height: 1.8!important;}
.u_lineM{ line-height: 1.5!important;}
.u_lineS{ line-height: 1.3!important;}

.u_fontBold { font-weight: bold!important; }
.u_fontNormal { font-weight: normal!important; }
.u_colorRed { color: #cc0000!important; }
.u_colorBlue { color: #0b3190!important; }
.u_colorWhite { color: #fff!important; }
.u_color01 { color: #e60012!important; }

.u_clearfix { zoom: 1; }
.u_clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}
.u_ofHidden { overflow: hidden!important; }
.u_ofVisible { overflow: visible!important; }
.u_floatL { float: left!important; }
.u_floatR { float: right!important; }

.u_posStatic { position: static !important;}
.u_posRelative { position: relative!important;}
.u_posAbsolute { position: absolute!important;}
.u_posFixed { position: fixed!important;}

.u_taLeft { text-align: left !important; }
.u_taCenter { text-align: center !important; }
.u_taRight { text-align: right !important; }

.u_tdNon { text-decoration: none !important; }
.u_tdUnder { text-decoration: underline !important; }
.u_tdOver { text-decoration: line-through !important; }

.u_vaTop { vertical-align: top !important; }
.u_vaMdl { vertical-align: middle !important; }
.u_vaBtm { vertical-align: bottom !important; }

.u_mtS { margin-top: 10px !important;}
.u_mtM { margin-top: 20px !important;}
.u_mtL { margin-top: 30px !important;}
.u_mtLL { margin-top: 40px !important;}
.u_mtXL { margin-top: 50px !important;}

.u_mlS { margin-left: 10px !important;}
.u_mlM { margin-left: 20px !important;}
.u_mlL { margin-left: 30px !important;}
.u_mlLL { margin-left: 40px !important;}
.u_mlXL { margin-left: 50px !important;}

.u_mrS { margin-right: 10px !important;}
.u_mrM { margin-right: 20px !important;}
.u_mrL { margin-right: 30px !important;}
.u_mrLL { margin-right: 40px !important;}
.u_mrXL { margin-right: 50px !important;}

.u_mbS { margin-bottom: 10px !important;}
.u_mbM { margin-bottom: 20px !important;}
.u_mbL { margin-bottom: 30px !important;}
.u_mbLL { margin-bottom: 40px !important;}
.u_mbXL { margin-bottom: 50px !important;}

.u_mt0  { margin-top:  0px !important; }
.u_mt3  { margin-top:  3px !important; }
.u_mt5  { margin-top:  5px !important; }
.u_mt10 { margin-top: 10px !important; }
.u_mt15 { margin-top: 15px !important; }
.u_mt20 { margin-top: 20px !important; }
.u_mt25 { margin-top: 25px !important; }
.u_mt30 { margin-top: 30px !important; }
.u_mt35 { margin-top: 35px !important; }
.u_mt40 { margin-top: 40px !important; }
.u_mt45 { margin-top: 45px !important; }
.u_mt50 { margin-top: 50px !important; }
.u_mt60 { margin-top: 60px !important; }
.u_mt70 { margin-top: 70px !important; }
.u_mt80 { margin-top: 80px !important; }
.u_mt90 { margin-top: 90px !important; }

.u_ml0  { margin-left:  0px !important; }
.u_ml3  { margin-left:  3px !important; }
.u_ml5  { margin-left:  5px !important; }
.u_ml10 { margin-left: 10px !important; }
.u_ml15 { margin-left: 15px !important; }
.u_ml20 { margin-left: 20px !important; }
.u_ml25 { margin-left: 25px !important; }
.u_ml30 { margin-left: 30px !important; }
.u_ml35 { margin-left: 35px !important; }
.u_ml40 { margin-left: 40px !important; }
.u_ml45 { margin-left: 45px !important; }
.u_ml50 { margin-left: 50px !important; }
.u_ml60 { margin-left: 60px !important; }
.u_ml70 { margin-left: 70px !important; }
.u_ml80 { margin-left: 80px !important; }
.u_ml90 { margin-left: 90px !important; }

.u_mr0  { margin-right:  0px !important; }
.u_mr3  { margin-right:  3px !important; }
.u_mr5  { margin-right:  5px !important; }
.u_mr10 { margin-right: 10px !important; }
.u_mr15 { margin-right: 15px !important; }
.u_mr20 { margin-right: 20px !important; }
.u_mr25 { margin-right: 25px !important; }
.u_mr30 { margin-right: 30px !important; }
.u_mr35 { margin-right: 35px !important; }
.u_mr40 { margin-right: 40px !important; }
.u_mr45 { margin-right: 45px !important; }
.u_mr50 { margin-right: 50px !important; }
.u_mr60 { margin-right: 60px !important; }
.u_mr70 { margin-right: 70px !important; }
.u_mr80 { margin-right: 80px !important; }
.u_mr90 { margin-right: 90px !important; }

.u_mb0  { margin-bottom:  0px !important; }
.u_mb3  { margin-bottom:  3px !important; }
.u_mb5  { margin-bottom:  5px !important; }
.u_mb10 { margin-bottom: 10px !important; }
.u_mb15 { margin-bottom: 15px !important; }
.u_mb20 { margin-bottom: 20px !important; }
.u_mb25 { margin-bottom: 25px !important; }
.u_mb30 { margin-bottom: 30px !important; }
.u_mb35 { margin-bottom: 35px !important; }
.u_mb40 { margin-bottom: 40px !important; }
.u_mb45 { margin-bottom: 45px !important; }
.u_mb50 { margin-bottom: 50px !important; }
.u_mb60 { margin-bottom: 60px !important; }
.u_mb70 { margin-bottom: 70px !important; }
.u_mb80 { margin-bottom: 80px !important; }
.u_mb90 { margin-bottom: 90px !important; }
.u_mb100 { margin-bottom: 100px !important; }

@media screen and (max-width:767px) {
	.u_mtS  { margin-top: 5px !important;}
	.u_mtM  { margin-top: 10px !important;}
	.u_mtL  { margin-top: 15px !important;}
	.u_mtLL { margin-top: 20px !important;}
	.u_mtXL { margin-top: 25px !important;}

	.u_mlS  { margin-left: 5px !important;}
	.u_mlM  { margin-left: 10px !important;}
	.u_mlL  { margin-left: 15px !important;}
	.u_mlLL { margin-left: 20px !important;}
	.u_mlXL { margin-left: 25px !important;}

	.u_mrS  { margin-right: 5px !important;}
	.u_mrM  { margin-right: 10px !important;}
	.u_mrL  { margin-right: 15px !important;}
	.u_mrLL { margin-right: 20px !important;}
	.u_mrXL { margin-right: 25px !important;}

	.u_mbS  { margin-bottom: 5px !important;}
	.u_mbM  { margin-bottom: 10px !important;}
	.u_mbL  { margin-bottom: 15px !important;}
	.u_mbLL { margin-bottom: 20px !important;}
	.u_mbXL { margin-bottom: 25px !important;}

	.u_spMt0  { margin-top:  0px !important; }
	.u_spMt3  { margin-top:  3px !important; }
	.u_spMt5  { margin-top:  5px !important; }
	.u_spMt10 { margin-top: 10px !important; }
	.u_spMt15 { margin-top: 15px !important; }
	.u_spMt20 { margin-top: 20px !important; }
	.u_spMt25 { margin-top: 25px !important; }
	.u_spMt30 { margin-top: 30px !important; }
	.u_spMt35 { margin-top: 35px !important; }
	.u_spMt40 { margin-top: 40px !important; }
	.u_spMt45 { margin-top: 45px !important; }
	.u_spMt50 { margin-top: 50px !important; }
	.u_spMt60 { margin-top: 60px !important; }
	.u_spMt70 { margin-top: 70px !important; }
	.u_spMt80 { margin-top: 80px !important; }
	.u_spMt90 { margin-top: 90px !important; }

	.u_spMl0  { margin-left:  0px !important; }
	.u_spMl3  { margin-left:  3px !important; }
	.u_spMl5  { margin-left:  5px !important; }
	.u_spMl10 { margin-left: 10px !important; }
	.u_spMl15 { margin-left: 15px !important; }
	.u_spMl20 { margin-left: 20px !important; }
	.u_spMl25 { margin-left: 25px !important; }
	.u_spMl30 { margin-left: 30px !important; }
	.u_spMl35 { margin-left: 35px !important; }
	.u_spMl40 { margin-left: 40px !important; }
	.u_spMl45 { margin-left: 45px !important; }
	.u_spMl50 { margin-left: 50px !important; }
	.u_spMl60 { margin-left: 60px !important; }
	.u_spMl70 { margin-left: 70px !important; }
	.u_spMl80 { margin-left: 80px !important; }
	.u_spMl90 { margin-left: 90px !important; }

	.u_spMr0  { margin-right:  0px !important; }
	.u_spMr3  { margin-right:  3px !important; }
	.u_spMr5  { margin-right:  5px !important; }
	.u_spMr10 { margin-right: 10px !important; }
	.u_spMr15 { margin-right: 15px !important; }
	.u_spMr20 { margin-right: 20px !important; }
	.u_spMr25 { margin-right: 25px !important; }
	.u_spMr30 { margin-right: 30px !important; }
	.u_spMr35 { margin-right: 35px !important; }
	.u_spMr40 { margin-right: 40px !important; }
	.u_spMr45 { margin-right: 45px !important; }
	.u_spMr50 { margin-right: 50px !important; }
	.u_spMr60 { margin-right: 60px !important; }
	.u_spMr70 { margin-right: 70px !important; }
	.u_spMr80 { margin-right: 80px !important; }
	.u_spMr90 { margin-right: 90px !important; }

	.u_spMb0  { margin-bottom:  0px !important; }
	.u_spMb3  { margin-bottom:  3px !important; }
	.u_spMb5  { margin-bottom:  5px !important; }
	.u_spMb10 { margin-bottom: 10px !important; }
	.u_spMb15 { margin-bottom: 15px !important; }
	.u_spMb20 { margin-bottom: 20px !important; }
	.u_spMb25 { margin-bottom: 25px !important; }
	.u_spMb30 { margin-bottom: 30px !important; }
	.u_spMb35 { margin-bottom: 35px !important; }
	.u_spMb40 { margin-bottom: 40px !important; }
	.u_spMb45 { margin-bottom: 45px !important; }
	.u_spMb50 { margin-bottom: 50px !important; }
	.u_spMb60 { margin-bottom: 60px !important; }
	.u_spMb70 { margin-bottom: 70px !important; }
	.u_spMb80 { margin-bottom: 80px !important; }
	.u_spMb90 { margin-bottom: 90px !important; }
}

.u_ptS  { padding-top: 10px !important;}
.u_ptM  { padding-top: 20px !important;}
.u_ptL  { padding-top: 30px !important;}
.u_ptLL { padding-top: 40px !important;}
.u_ptXL { padding-top: 50px !important;}

.u_plS  { padding-left: 10px !important;}
.u_plM  { padding-left: 20px !important;}
.u_plL  { padding-left: 30px !important;}
.u_plLL { padding-left: 40px !important;}
.u_plXL { padding-left: 50px !important;}

.u_prS  { padding-right: 10px !important;}
.u_prM  { padding-right: 20px !important;}
.u_prL  { padding-right: 30px !important;}
.u_prLL { padding-right: 40px !important;}
.u_prXL { padding-right: 50px !important;}

.u_pbS  { padding-bottom: 10px !important;}
.u_pbM  { padding-bottom: 20px !important;}
.u_pbL  { padding-bottom: 30px !important;}
.u_pbLL { padding-bottom: 40px !important;}
.u_pbXL { padding-bottom: 50px !important;}

.u_pt0  { padding-top:  0px !important; }
.u_pt3  { padding-top:  3px !important; }
.u_pt5  { padding-top:  5px !important; }
.u_pt10 { padding-top: 10px !important; }
.u_pt15 { padding-top: 15px !important; }
.u_pt20 { padding-top: 20px !important; }
.u_pt25 { padding-top: 25px !important; }
.u_pt30 { padding-top: 30px !important; }
.u_pt35 { padding-top: 35px !important; }
.u_pt40 { padding-top: 40px !important; }
.u_pt45 { padding-top: 45px !important; }
.u_pt50 { padding-top: 50px !important; }
.u_pt60 { padding-top: 60px !important; }
.u_pt70 { padding-top: 70px !important; }
.u_pt80 { padding-top: 80px !important; }
.u_pt90 { padding-top: 90px !important; }

.u_pl0  { padding-left:  0px !important; }
.u_pl3  { padding-left:  3px !important; }
.u_pl5  { padding-left:  5px !important; }
.u_pl10 { padding-left: 10px !important; }
.u_pl15 { padding-left: 15px !important; }
.u_pl20 { padding-left: 20px !important; }
.u_pl25 { padding-left: 25px !important; }
.u_pl30 { padding-left: 30px !important; }
.u_pl35 { padding-left: 35px !important; }
.u_pl40 { padding-left: 40px !important; }
.u_pl45 { padding-left: 45px !important; }
.u_pl50 { padding-left: 50px !important; }
.u_pl60 { padding-left: 60px !important; }
.u_pl70 { padding-left: 70px !important; }
.u_pl80 { padding-left: 80px !important; }
.u_pl90 { padding-left: 90px !important; }

.u_pr0  { padding-right:  0px !important; }
.u_pr3  { padding-right:  3px !important; }
.u_pr5  { padding-right:  5px !important; }
.u_pr10 { padding-right: 10px !important; }
.u_pr15 { padding-right: 15px !important; }
.u_pr20 { padding-right: 20px !important; }
.u_pr25 { padding-right: 25px !important; }
.u_pr30 { padding-right: 30px !important; }
.u_pr35 { padding-right: 35px !important; }
.u_pr40 { padding-right: 40px !important; }
.u_pr45 { padding-right: 45px !important; }
.u_pr50 { padding-right: 50px !important; }
.u_pr60 { padding-right: 60px !important; }
.u_pr70 { padding-right: 70px !important; }
.u_pr80 { padding-right: 80px !important; }
.u_pr90 { padding-right: 90px !important; }

.u_pb0  { padding-bottom:  0px !important; }
.u_pb3  { padding-bottom:  3px !important; }
.u_pb5  { padding-bottom:  5px !important; }
.u_pb10 { padding-bottom: 10px !important; }
.u_pb15 { padding-bottom: 15px !important; }
.u_pb20 { padding-bottom: 20px !important; }
.u_pb25 { padding-bottom: 25px !important; }
.u_pb30 { padding-bottom: 30px !important; }
.u_pb35 { padding-bottom: 35px !important; }
.u_pb40 { padding-bottom: 40px !important; }
.u_pb45 { padding-bottom: 45px !important; }
.u_pb50 { padding-bottom: 50px !important; }
.u_pb60 { padding-bottom: 60px !important; }
.u_pb70 { padding-bottom: 70px !important; }
.u_pb80 { padding-bottom: 80px !important; }
.u_pb90 { padding-bottom: 90px !important; }

@media screen and (max-width:767px) {
	.u_ptS  { padding-top: 5px !important;}
	.u_ptM  { padding-top: 10px !important;}
	.u_ptL  { padding-top: 15px !important;}
	.u_ptLL { padding-top: 20px !important;}
	.u_ptXL { padding-top: 25px !important;}

	.u_plS  { padding-left: 5px !important;}
	.u_plM  { padding-left: 10px !important;}
	.u_plL  { padding-left: 15px !important;}
	.u_plLL { padding-left: 20px !important;}
	.u_plXL { padding-left: 25px !important;}

	.u_prS  { padding-right: 5px !important;}
	.u_prM  { padding-right: 10px !important;}
	.u_prL  { padding-right: 15px !important;}
	.u_prLL { padding-right: 20px !important;}
	.u_prXL { padding-right: 25px !important;}

	.u_pbS  { padding-bottom: 5px !important;}
	.u_pbM  { padding-bottom: 10px !important;}
	.u_pbL  { padding-bottom: 15px !important;}
	.u_pbLL { padding-bottom: 20px !important;}
	.u_pbXL { padding-bottom: 25px !important;}

	.u_spPt0  { padding-top:  0px !important; }
	.u_spPt3  { padding-top:  3px !important; }
	.u_spPt5  { padding-top:  5px !important; }
	.u_spPt10 { padding-top: 10px !important; }
	.u_spPt15 { padding-top: 15px !important; }
	.u_spPt20 { padding-top: 20px !important; }
	.u_spPt25 { padding-top: 25px !important; }
	.u_spPt30 { padding-top: 30px !important; }
	.u_spPt35 { padding-top: 35px !important; }
	.u_spPt40 { padding-top: 40px !important; }
	.u_spPt45 { padding-top: 45px !important; }
	.u_spPt50 { padding-top: 50px !important; }
	.u_spPt60 { padding-top: 60px !important; }
	.u_spPt70 { padding-top: 70px !important; }
	.u_spPt80 { padding-top: 80px !important; }
	.u_spPt90 { padding-top: 90px !important; }

	.u_spPl0  { padding-left:  0px !important; }
	.u_spPl3  { padding-left:  3px !important; }
	.u_spPl5  { padding-left:  5px !important; }
	.u_spPl10 { padding-left: 10px !important; }
	.u_spPl15 { padding-left: 15px !important; }
	.u_spPl20 { padding-left: 20px !important; }
	.u_spPl25 { padding-left: 25px !important; }
	.u_spPl30 { padding-left: 30px !important; }
	.u_spPl35 { padding-left: 35px !important; }
	.u_spPl40 { padding-left: 40px !important; }
	.u_spPl45 { padding-left: 45px !important; }
	.u_spPl50 { padding-left: 50px !important; }
	.u_spPl60 { padding-left: 60px !important; }
	.u_spPl70 { padding-left: 70px !important; }
	.u_spPl80 { padding-left: 80px !important; }
	.u_spPl90 { padding-left: 90px !important; }

	.u_spPr0  { padding-right:  0px !important; }
	.u_spPr3  { padding-right:  3px !important; }
	.u_spPr5  { padding-right:  5px !important; }
	.u_spPr10 { padding-right: 10px !important; }
	.u_spPr15 { padding-right: 15px !important; }
	.u_spPr20 { padding-right: 20px !important; }
	.u_spPr25 { padding-right: 25px !important; }
	.u_spPr30 { padding-right: 30px !important; }
	.u_spPr35 { padding-right: 35px !important; }
	.u_spPr40 { padding-right: 40px !important; }
	.u_spPr45 { padding-right: 45px !important; }
	.u_spPr50 { padding-right: 50px !important; }
	.u_spPr60 { padding-right: 60px !important; }
	.u_spPr70 { padding-right: 70px !important; }
	.u_spPr80 { padding-right: 80px !important; }
	.u_spPr90 { padding-right: 90px !important; }

	.u_spPb0  { padding-bottom:  0px !important; }
	.u_spPb3  { padding-bottom:  3px !important; }
	.u_spPb5  { padding-bottom:  5px !important; }
	.u_spPb10 { padding-bottom: 10px !important; }
	.u_spPb15 { padding-bottom: 15px !important; }
	.u_spPb20 { padding-bottom: 20px !important; }
	.u_spPb25 { padding-bottom: 25px !important; }
	.u_spPb30 { padding-bottom: 30px !important; }
	.u_spPb35 { padding-bottom: 35px !important; }
	.u_spPb40 { padding-bottom: 40px !important; }
	.u_spPb45 { padding-bottom: 45px !important; }
	.u_spPb50 { padding-bottom: 50px !important; }
	.u_spPb60 { padding-bottom: 60px !important; }
	.u_spPb70 { padding-bottom: 70px !important; }
	.u_spPb80 { padding-bottom: 80px !important; }
	.u_spPb90 { padding-bottom: 90px !important; }
}

.u_disNon { display: none !important; }
.u_disBlock { display: block!important; }
.u_disInline { display: inline!important; }
.u_disInBlock { display: inline-block!important; }
.u_liquid { width: 100%!important; }
.u_nowrap { white-space: nowrap!important; }
.u_breakall { word-break: break-all!important; }

@media screen and (max-width: 1100px){ .u_ov1100 { display: none !important; } }
@media screen and (max-width: 1000px){ .u_ov1000 { display: none !important; } }
@media screen and (max-width: 900px) { .u_ov900  { display: none !important; } }
@media screen and (max-width: 800px) { .u_ov800  { display: none !important; } }
@media screen and (max-width: 767px) { .u_ov767  { display: none !important; } }
@media screen and (max-width: 700px) { .u_ov700  { display: none !important; } }
@media screen and (max-width: 600px) { .u_ov600  { display: none !important; } }
@media screen and (max-width: 500px) { .u_ov500  { display: none !important; } }
@media screen and (max-width: 400px) { .u_ov400  { display: none !important; } }
@media screen and (max-width: 374px) { .u_ov374  { display: none !important; } }
@media screen and (min-width: 1101px){ .u_un1100 { display: none !important; } }
@media screen and (min-width: 1001px){ .u_un1000 { display: none !important; } }
@media screen and (min-width: 901px) { .u_un900  { display: none !important; } }
@media screen and (min-width: 801px) { .u_un800  { display: none !important; } }
@media screen and (min-width: 768px) { .u_un767  { display: none !important; } }
@media screen and (min-width: 701px) { .u_un700  { display: none !important; } }
@media screen and (min-width: 601px) { .u_un600  { display: none !important; } }
@media screen and (min-width: 501px) { .u_un500  { display: none !important; } }
@media screen and (min-width: 401px) { .u_un400  { display: none !important; } }
@media screen and (min-width: 375px) { .u_un374  { display: none !important; } }

.u_over,
.u_over *
{
	text-decoration: none!important;
	transition: opacity 0.5s 0s;
}
@media screen and (max-width: 1000px){
	.l_pageArea:not(.s_touchDevice) .u_over:hover
	{
		opacity: 0.7!important;
	}
}


/*-------------------------------------------------------
フレーム
-------------------------------------------------------*/

/*.l_pageArea
--------------------*/
.l_pageArea{
}

.l_pageArea__inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*.l_main
--------------------*/
.l_main {
	display: block;
  position: relative;
}
.l_main a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.l_pageArea:not(.s_touchDevice) .l_main a:hover {
		text-decoration: none
	}
}

/*.l_header
--------------------*/

.l_header{
	background-color: #f6f6f6;
}
.l_header .l_header__inner{
		max-width: 1280px;
		padding: 0 20px;
		margin: 0 auto;
}
.site_header_container{
	padding: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.site_header_info{
	width: 162px;
	/* height: 1.1rem; */
	margin-left: 60px;
	/* padding-left: 60px; */
	font-size: 1.1rem;
	/* font-weight: bold; */
	/* color: #333; */
	/* height: 13px; */
	display: flex;
	align-items: flex-end;
}
.site_header_info img{
	width: 162px;
}

@media (max-width: 767.98px){
	.l_header .site_header_title img{
		/* height: 1.4rem; */
	}
	.l_header .site_header_info{
		/* margin-left: 40px; */
			/* font-size: 1.4rem; */
			/* height: 14px; */
	}
}

/*.l_footer
--------------------*/
.l_footer{
	text-align: center;
	background: #000;
	color: #fff;
}
.l_footer .l_footer__inner{
	max-width: 1084px;
	margin: 0 auto;
	padding: 35px 0;
}
.l_footer p{
	font-size: 1rem;
}

/*.Title
--------------------*/

.h1Title {
	margin-bottom: 55px;
	padding: 38px 0;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000099;
}
.h1Title.lottery_h1Title {
	background-color: #e60012;
}
.h1Title.refrigerators_h1Title {
	background-color: #14a83b;
}
.h1Title.air_conditioners_h1Title {
	background-color: #009bd6;
}
.h1Title.rice_cookers_h1Title {
	background-color: #f08200;
}
.h1Title.microwaves_h1Title {
	background-color: #e84560;
}
.h1Title.vacuum_cleaners01_h1Title {
	background-color: #6a72b5;
}
.h1Title.vacuum_cleaners02_h1Title {
	background-color: #925da3;
}
.h1Title.top_h1Title {
	background-color: #e40000;
}

.h2Title {
	margin: 100px 0 40px;
	padding: 22px 0;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #000099;
	background-color: #e5e5f5;
}
@media screen and (max-width: 767px){
	.h1Title {
		/* margin-top: 25px; */
		margin-bottom: 25px;
		padding: 20px 0;
		font-size: 2.6rem;
}
	.h2Title {
			margin: 25px 0 10px;
			padding: 10px 0;
			font-size: 2rem;
	}
}

/*.wrap
--------------------*/
.wrap{
	max-width: 1084px;
	width: 100%;
	margin: 0 auto;
}
.wrap .wrap_inner{
	padding: 0 5.719%;
}
.agreementwrap{
	max-width: 1144px;
	padding: 0 30px;
	width: 100%;
	margin: 0 auto;
}
.wrapW1000{
	max-width: 1040px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}
.wrapW700{
	max-width: 750px;
	padding: 0 25px;
	width: 100%;
	margin: 0 auto;
}

.main_imgArea{
    margin: 80px auto 70px;
    text-align: center;
}

/*confirmBtn*/
.confirmBtn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none!important;
	padding: 8px 20px 8px;
	cursor: pointer;
	transition: .3s;
	user-select: none;
}

/*submitBtn*/
.submitBtn{
	display: block;
	max-width: 840px;
	border: none;
	margin: 30px auto 0;
}
.submitBtn_area{
	display: flex;
	justify-content: space-between;
}
.submitBtn.col2{
	width: 49%;
	max-width: 470px;
}
.agreementArea{
	margin: 45px 0 40px;
	padding: 35px 35px 35px 50px;
	border: solid 1px #CCC;
}
.agreementContent {
	box-sizing: border-box;
	width: 100%;
	height: 415px;
	padding-right: 15px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 1.4rem;
}
.agreementArea.agreementArea02 .agreementContent{
	height: auto;

}


@media screen and (max-width: 767px){
	.submitBtn{
		margin: 15px auto 0;
	}
	.submitBtn_area{
		display: block !important;
		justify-content: space-between;
	}
	.submitBtn.col2{
		width: 100%;
		margin: 20px auto 0
	}
	.agreementArea{
		margin: 25px 0 30px;
		padding: 15px 15px 15px 20px;
		/* padding: 20px 20px 20px 30px; */
		border: solid 1px #CCC;
	}
}

.agreementContent::-webkit-scrollbar {
	width: 14px;
}
.agreementContent::-webkit-scrollbar-track {
background: #fff;
}
.agreementContent::-webkit-scrollbar-thumb {
border-radius: 10px;
background:#9c9c9c;
}

.agreementArea .agreementCol2{
	display: flex;
	align-items: flex-end;
}
.agreementArea .agreementCol2 > div{
	margin-right: 5px;
	width: 70%;
}
.agreementArea .agreementCol2 > ul{
	width: 30%;
}
@media screen and (max-width: 767px){
	.agreementArea .agreementCol2{
		display: block;
	}
	.agreementArea .agreementCol2 > div{
		margin-right: 0;
		width: 100%;
	}
	.agreementArea .agreementCol2 > ul{
		width: 100%;
	}
}

.agreementArea .agreementCol2.agreementCol2_02 > div{
	width: 50%;
}
.agreementArea .agreementCol2.agreementCol2_02 > ul{
	width: 50%;
}
@media screen and (max-width: 767px){
	.agreementArea .agreementCol2.agreementCol2_02 > div{
		margin-right: 0;
		width: 100%;
	}
	.agreementArea .agreementCol2.agreementCol2_02 > ul{
		width: 100%;
	}
}


.squareList{
	margin-top: 25px;
}
.squareList:first-child{
	margin-top: 0;
}
.squareList > li {
	padding-left: 1.2em;
	position: relative;
	line-height: 1.928;
}
.squareList > li:before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}
.circleList > li {
	padding-left: 1.2em;
	position: relative;
	line-height: 1.928;
}
.circleList > li:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.scircleList > li {
	padding-left: 1.2em;
	position: relative;
	line-height: 1.928;
}
.scircleList > li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.indentList > li {
	line-height: 1.928;
}
.indentList .p_head {
	float: left;
	margin-right: 5px;
}
.indentList .p_text {
	overflow: hidden;
}
.agreementText{
	line-height: 1.875;
}
.noteList > li {
	padding-left: 1.2em;
	position: relative;
	line-height: 1.928;
}
.noteList > li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.colorpointList > li {
	position: relative;
	padding-left: 15px;
	font-size: 1.2rem;
	line-height: 2;
}
.colorpointList > li:before {
	position: absolute;
	content: '';
	top: 5px;
	width: 10px;
	height: 10px;
	left: 0;
	margin: auto;
	border-radius: 50%;
}
.colorpointList > li.bg01:before {
	background: #e84560;
}
.colorpointList > li.bg02:before {
	background: #925da3;
}
.colorpointList > li.bg03:before {
	background: #6a72b5;
}
.colorpointList > li.bg04:before {
	background: #000;
}

.colorpointList.colorpointList02 > li {
	padding-left: 20px;
	font-size: 1.8rem;
	line-height: 1.75;
}
.colorpointList.colorpointList02 > li:before {
	top: 10px;
	width: 12px;
	height: 12px;
}

.bgColor_box__img img{
	max-width: initial;
}

.borderColorblack_title{
	margin: -1px;
	padding: 10px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	background-color: #000;
}
.borderColorblack_box{
	/* margin: -1px; */
	border: 3px solid #000;
	background-color: #fff;
}
.borderColorblack_box__inner{
	padding: 30px 25px;
}
.fc_red {
  color: #e60012;
}
.fwb {
  font-weight: bold;
}