@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
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,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:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}



/* =Common
-------------------------------------------------------------- */
body {
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
input[type="submit"], input[type="reset"] {
	appearance: none;
	cursor: pointer;
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../font/NotoSansJP.woff2') format('woff2'),
		url('../font/NotoSansJP.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('../font/Rubik-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}


/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}


/* =Styles 
-------------------------------------------------------------- */
body {
	/* win：游ゴシック、mac：游ゴシック、iPhone：San Francisco、ヒラギノ（-1px） */
	font-family: 'Noto Sans JP', YuGothic, -apple-system, BlinkMacSystemFont, 'Yu Gothic Medium', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	color: #333;
	font-weight: bold;
}

.cmnHeader_mypage { display: none!important; }
h1 {
    background-color: #fffbef;
    border-top: #ffcf50 solid 3px!important;
    border-bottom: #ffcf50 solid 3px!important;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h1 img {
    display: block;
    width: 100%;
    max-width:525px;
    margin: 0 auto;
}

.header-contents {
    display: block;
    width: 100%;
	height: auto;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.header-contents h2 {
    display: flex;
    max-width: 600px;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    font-size: 36px;
    font-weight: 600;
    margin: 50px auto;
}
.header-contents h2 img {
    max-width: 280px;
}
.header-contents .fukidashi_box {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.header-contents .fukidashi_box .hikaridake {
    position: absolute;
    left: -5%;
    bottom: -85px;
    width: 140px;
    z-index: 99;
}
.header-contents .fukidashi_box .hukidashi {
  display: block;
  width: 700px;
  background-color: #ffcf50;
  border-radius: 30px;
  text-align: center;
  padding: 48px 30px;
  margin: 0 auto;
}
.header-contents .fukidashi_box .hukidashi::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 46%;
    margin-left: 15px;
    border: 15px solid transparent;
    border-top: solid 15px #ffcf50;
}

.size-1 {font-size: 28px;font-weight: 600;line-height: 1.8em;}
.size-2 {font-size: 34px;font-weight:  bold;line-height: 1.2em;}

button.entry {
    max-width: 450px;
	margin: 25px auto;
	background-color: transparent;
	border: none;
}
button.entry a {
	position: relative;
	display: block;
	text-decoration: none;
	height: 82px;
	line-height: 82px;
	color: #fff;
	background-color: #e30e44;
	border-radius: 43px;
	border: solid 1px #e30e44;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding-right: 30px;
	padding: 0 45px;
	cursor: pointer;
}
button.entry a::after {
	content: url("../img/btn_arrow.png");
	position: absolute;
	color: #fff;
	right: 17px;
	top: 55%;
	transform: translateY(-50%);
	font-size: 16px;
}

.sp {
	display: none;
}

@media ( max-width: 860px ) {
	.header-contents .fukidashi_box .hukidashi {
		width: 95%;
		max-width: 600px;
	}
	.header-contents .fukidashi_box .hikaridake {
		position: absolute;
		left: 1%;
		bottom: -55px;
		width: 130px;
	}
	.size-1 {font-size: 3.4vw;line-height: 1.5em;}
	.size-2 {font-size: 4.2vw;line-height: 1.2em;}	
}

@media ( max-width: 768px ) {
	h1 img {
	    width: 90%;
	}
	.header-contents h2 {
		font-size: 4.8vw;
	}
	.header-contents h2 img {
		width: 40vw;
	}
	.header-contents .fukidashi_box .hukidashi {
		width: 88%;
	}
	.header-contents .fukidashi_box .hikaridake {
		position: absolute;
		left: 0;
		bottom: -55px;
		width: 110px;
	}
	.size-1 {font-size: 3.2vw;line-height: 1.5em;}
	.size-2 {font-size: 4.2vw;line-height: 1.2em;}
}
@media ( max-width: 640px ) {
	.sp {
		display: block;
	}
	.header-contents .fukidashi_box .hukidashi {
		width: 80%;
		padding: 20px 30px ;
	}
	.header-contents .fukidashi_box .hikaridake {
		position: absolute;
		left: 0;
		bottom: -10%;
		width: 100px;
	}
}
@media ( max-width: 480px ) {
	h1 img {
	    width: 80%;
	}
	.header-contents h2 {
	    margin: 30px auto;
	}
	.header-contents h2 img {
		max-width: 280px;
		gap: 24px;
	}
	.header-contents .fukidashi_box .hukidashi {
		width: 80%;
		max-width: 350px;
		padding: 20px 20px;
		margin-bottom: 30px;
	}
	.header-contents .fukidashi_box .hukidashi::before {
		margin-left: 0;
	}
	.header-contents .fukidashi_box .hikaridake {
		position: absolute;
		left: 5px;
		bottom: -45px;
		width: 85px;
	}
	button.entry {
		width: 80%;
		max-width: 290px;
		margin: 10px auto;
	}
	button.entry a {
		font-size: 3.5vw;
		padding: 0px 20px;
		height: 72px;
		line-height: 72px;
	}
	button.entry a::after {
	    width: 5px;
		transform: scale(0.8);
		right: 15px;
		top: 5%;
		font-size: 15px;
	}
}
@media ( max-width: 375px ) {
	.header-contents .fukidashi_box .hukidashi {
		width: 80%;
		max-width: 280px;
		padding: 20px;
		margin-bottom: 50px;
	}
	.header-contents .fukidashi_box .hikaridake {
		position: absolute;
		left: 10px;
		bottom: -60px;
		width: 80px;
	}
	button.entry {
		max-width: 250px;
		margin: 0 auto;
	}
	button.entry a {
		font-size: 3.8vw;
		padding: 0px 5px;
		height: 60px;
		line-height: 60px;
	}
	button.entry a::after {
		transform: scale(0.7);
		font-size: 14px;
	}
}

/* =attention
-------------------------------------------------------------- */

.attention-contents {
    width: 100%;
    margin: 50px auto 0;
    padding-bottom: 30px;
    background-color: #ebebeb;
}
.attention-contents h2 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #707070;
    color:#fff;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.attention-contents .attention_box {
    display: block;
    background-color: #fff;
    max-width: 1024px;
    padding: 30px;
    margin:30px auto;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
}
.attention_box .small {
	font-size: 12px;
}
.attention_box img {
	display: block;
	margin: 10px auto;
}
.attention_box .blk {
	display: block;
	list-style-type: none;
}
.attention_box .red {
	color: #e30e44;
}
.attention_box .gray {
	color: #707070;
}
.attention_box a {
	text-decoration: underline;
}
@media (hover: hover) {
	.attention_box a:hover {
		text-decoration: none;
	}
}
.attention_box p {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.attention_box .bold_txt1 {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.attention_box .bold_txt2 {
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.attention_box ul {
	display: flex;
	flex-direction: column;
}
.attention_box ol {
	margin: 0;
	padding: 0;
}
.attention_box ol li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
	line-height: 2;
}
.indent-reset {
	padding-left: 0;
	text-indent: 0;
}
.attention_box li ul {
	padding-left: 1em;
}
.attention_box li {
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.attention_box ul.dotted li {
	position: relative;
	padding-left: 1em;
}
.attention_box ul.dotted li::before {
	position: absolute;
	content: '・';
	left: 0;
}

@media ( min-width: 769px ){
	.attention_box a.gaibu {
		padding-right: 11px;
		background: url("../img/gaibulink.png") no-repeat right center;
		background-size: 10px;
	}
	.note a.gaibu {
		padding-right: 12px;
		background: url("../img/gaibulink_2.svg") no-repeat right center;
		background-size: 11px;
	}
	.faq_list  a.gaibu {
		padding-right: 14px;
		background: url("../img/gaibulink_3.svg") no-repeat right center;
		background-size: 13px;
	}
	.attention_box a.seni {
		padding-right: 13px;
		background: url("../img/seni.svg") no-repeat right center;
		background-size: 11px;
	}
	.note a.seni {
		padding-right: 13px;
		background: url("../img/seni_2.svg") no-repeat right center;
		background-size: 11px;
	}
	.faq_list a.seni {
		padding-right: 15px;
		background: url("../img/seni_3.svg") no-repeat right center;
		background-size: 13px;
	}
	.attention_box p {
		font-size: 14px;
	}
	.attention_box .bold_txt1 {
		font-size: 18px;
	}
	.attention_box .bold_txt2 {
		font-size: 16px;
	}
	.attention_box ul {
		gap: 10px;
	}
	.attention_box li {
		font-size: 14px;
	}
	.attention_box ul.pad {
		margin-top: 10px;
	}
}
@media ( max-width: 768px ){
	.attention-contents h2 {
		/* font-size: 5vw; */
		height: 60px;
		line-height: 60px;
	}
	.attention_box a.gaibu {
		padding-right: 3vw;
		background: url("../img/gaibulink.png") no-repeat right center;
		background-size: 2.5vw;
	}
	.note a.gaibu {
		padding-right: 3vw;
		background: url("../img/gaibulink_2.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.faq_list  a.gaibu {
		padding-right: 3.2vw;
		background: url("../img/gaibulink_3.svg") no-repeat right center;
		background-size: 2.7vw;
	}
	.attention_box a.seni {
		padding-right: 3vw;
		background: url("../img/seni.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.note a.seni {
		padding-right: 3vw;
		background: url("../img/seni_2.svg") no-repeat right center;
		background-size: 2.5vw;
	}
	.faq_list a.seni {
		padding-right: 3.2vw;
		background: url("../img/seni_3.svg") no-repeat right center;
		background-size: 2.7vw;
	}

	.attention-contents  {
		margin: 0 auto 0;
	}
}


@media ( max-width: 480px ){
	.attention-contents {
	    margin: 20px auto 0;
	}
	.attention-contents h2 {
		font-size: 4vw;
		height: 50px;
		line-height: 50px;
		margin-bottom: 0;
		margin-top: 0;
	}
	.attention-contents .attention_box {
		padding: 15px;
		margin: 15px auto;
	}
	.attention_box ul {
		padding-left: 0;
	}
	.attention_box ol {
		padding-left: 0;
	}
	.attention_box .blk {
		margin: 0;
		padding: 0;
		text-indent: 0;
	}
	.attention_box li ul {
		padding-left: 0;
	}
	.attention_box img {
		margin: 10px auto 0;
	}
}
