@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* *{outline: 1px solid rgba(102, 102, 102, 0.2);} */
.disnone{display: none !important;}


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,font,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,figure{
background:transparent;border:0;margin:0;padding:0;}img{vertical-align: bottom;}h1,h2,h3,h4,h5,h6,th{font-weight:normal;}
ol,ul{list-style:none;}blockquote{quotes:none;}blockquote:before,blockquote:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}
.clear:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clear{min-height:1px;}
* html .clear{height:1px;/*\*//*/height: auto;overflow: hidden;/**/
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
address{font-style:normal;}
hr{margin:0;}
img{
	width: 100%;
	height: auto;
}
a{text-decoration: none;color: inherit;}
body{
	color: #1e1e1e;
	font-size: 16px;
	/* font-family: 'Fugaz One', cursive; */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	min-width: 1020px;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
}


.underline{text-decoration: underline;}

.lead{
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
.notes{
	text-align: justify;
}
.red{
	color: #ed0b0b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.uline{
	background: linear-gradient(transparent 40%, rgba(225, 118, 4, 0.3) 40%);
}
.inner{
	max-width: 1020px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
p.notes,
ul.notes{
	display: inline-block;
	line-height: 1.6;
	font-size: 14px;
}
ul.notes>li{
	position: relative;
	padding-left: 1.1em;
}
ul.notes>li:before{
	content: "※";
	position: absolute;
	left: 0;
}


.sp{display: none;}
@media only screen and (max-width: 640px) {
	body{
		min-width: 100%;
	}
	.pc{ display: none;}
	.sp{ display: block;}
	.lead{
		font-size: 14px;
	}
	
	.masthead .header-title{
		padding-top: 2vw;
	}
	.inner{
		padding-left: 4vw;
		padding-right: 4vw;
	}
	ul.notes{
		font-size: 12px;
	}
}





.mklist.sq{
	counter-reset: number 0;
}
.mklist.dot>li:before{
	content: "・";

}
.mklist.dot>li{
	/* text-indent: -1em; */
	padding-left: 1em;
}
.mklist>li{
	position: relative;
}
.mklist.sq>li{
	padding-left: 36px;
}
.mklist>li:before{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.mklist.sq>li:before{
	counter-increment: number 1;
	content: counter(number) " ";
	border: 2px solid #1e1e1e;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.mklist.cir>li{
	padding-left: 1.3em;
}
.mklist.cir>li:before{
	content: "●";
	color: #e37a0e;
}
@media only screen and (max-width: 640px) {
	.mklist.sq>li{
		padding-left: 28px;
	}
	.mklist.sq>li:before{
		border: 1px solid #1e1e1e;
		width: 17px;
		height: 17px;
		line-height: 17px;
		font-size: 12px;
		top: 0.2em;
	}
}



.com-makkdl p.notes,
.com-makkdl ul.notes{
	display: block;
	/* outline: 2px solid #b50404; */
}
.com-makkdl dt{
	padding-left: 32px;
	background: url(../img/com-mark-cir.png) no-repeat 0 0.3em;
	background-size: 19px;
	font-size: 18px;
	font-weight: 500;
}
.com-makkdl dd{
	padding-left: 32px;
	margin-top: 5px;
}
.com-makkdl dd+dt{
	margin-top: 25px;
}
.com-makkdl dd *+.notes{
	margin-top: 0.4em;
}
@media only screen and (max-width: 640px) {
	.com-makkdl dt{
		padding-left: 16px;
		background-size: 12.5px;
		font-size: 14px;
	}
	.com-makkdl dd{
		padding-left: 16px;
		margin-top: 3px;
	}
	.com-makkdl dd+dt{
		margin-top: 12px;
	}
}





.btn-ell{
	display: inline-block;
	border: 2px solid #9c7d3a;
	text-align: center;
	border-radius: 32px;
}
.btn-ell>*{
	display: block;
	position: relative;
	color: #9c7d3a;
	font-size: 17px;
	height: 60px;
	line-height: 60px;
	padding: 0 2.5em;
	letter-spacing: 0.1em;
}

.btn-ell>*:after{
	content: "";
	display: block;
	position: absolute;
	right: 12px;
	top: calc(50% - 4px);
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #9c7d3a;
	border-right: 1px solid #9c7d3a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	/* top: calc(50% - 3.5px);
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #9c7d3a; */
}

.btn-ell{
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.btn-ell:hover{
	opacity: 0.7;
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}
@media only screen and (max-width: 640px) {
	.btn-ell{
		border-radius: 22px;
	}
	.btn-ell>*{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		padding: 0 2.5em;
	}
}

/* 
.com-cta{
	text-align: center;
}
.com-cta .txt1{
	font-size: 12px;
	margin-top: 0.5em;
	text-align: center;
}
.com-cta .txt2{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0.7em;
	text-align: center;
} */


.wrap-btn{
	display: flex;
}
.com-btn-cta{
	position: relative;
	display: inline-block;
	color: #FFF;
	background: #e03232;
	background: -moz-linear-gradient(45deg,  #e03232 0%, #b50404 50%, #e03232 100%);
	background: -webkit-linear-gradient(45deg,  #e03232 0%,#b50404 50%,#e03232 100%);
	background: linear-gradient(45deg,  #e03232 0%,#b50404 50%,#e03232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03232', endColorstr='#e03232',GradientType=1 );
	background-size: 200% 100%;

	-webkit-transition: background 0.5s cubic-bezier(0,.6,.4,1);
			transition: background 0.5s cubic-bezier(0,.6,.4,1);

	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	padding: 1.15em 3em;
	border-radius: 10px;
	text-align: center;
	box-shadow: 4px 10px 14px rgba(120, 120, 120, 0.4);

	min-width: 360px;
}



.com-btn-cta::after{
	content: "";
	position: absolute;
	right: 32px;
	top: calc(50% - 4px);
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 641px) {
	.com-btn-cta:hover{
		background-position: 100% 0;
	}

}
@media only screen and (max-width: 640px) {
	.com-btn-cta{
		font-size: 14px;
		min-width: 76.5vw;
		border-radius: 5px;
		box-shadow: 2px 5px 7px rgba(120, 120, 120, 0.4);
	}
	.com-btn-cta::after{
		width: 6px;
		height: 6px;
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
}




.shiny_img{
	position: relative;
	overflow: hidden;
}
.shiny_img:before {
	position: absolute;
	top: -100%;
	left: -30%;
	display: block;
	width: 40px;
	height: 300%;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(65%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 65%);
	content: '';
	opacity: .8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: shiny 2.5s ease infinite;
	animation: shiny 2.5s ease infinite;
}
@-webkit-keyframes shiny {
	0% {left: -30%;}
	30% {left: 120%;}
	100% {left: 120%;}
}
@keyframes shiny {
	0% {left: -30%;}
	30% {left: 120%;}
	100% {left: 120%;}
}



.com-coverbox{
    position: relative;
    width: 100%;
}
.com-coverbox:before{
    content:"";
    display: block;
    padding-top: 48%;
}
.com-coverbox>*{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.com-coverbox>.coverimg{
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.box2{
	display: flex;
	flex-wrap: nowrap;
}
.box2>.box{
	width: 50%;
}
@media only screen and (max-width: 640px) {
	.box2{
		display: block;
	}
	.box2>.box{
		width: 100%;
	}
}


.com-part-shd {
    display: block;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 60%);
}






.com-part-title{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding-bottom: 50px;
}
.com-part-title .txt.pc{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.com-part-title .num{
	color: #0454c0;
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.15em;
	font-family: 'Fugaz One', cursive;
	width: 2.3em;
}
.com-part-title .seg{
	position: relative;
	z-index: 1;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	padding: 0.1em 0 0.4em;
	color: #FFF;
}
.com-part-title .seg+.seg{
	margin-top: 0.2em;
}
.com-part-title .seg>span{
	position: relative;
	z-index: 0;
	background-color: #1a1a1a;
	padding: 0em 0.2em 0.1em;
}
.com-part-title .seg:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 12px;
	bottom: -12px;
	left: 0;
	right: -12px;
	background: rgb(225,119,4);
	background: -moz-linear-gradient(left,  rgba(225,119,4,1) 0%, rgba(4,84,192,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(225,119,4,1) 0%,rgba(4,84,192,1) 100%);
	background: linear-gradient(to right,  rgba(225,119,4,1) 0%,rgba(4,84,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e17704', endColorstr='#0454c0',GradientType=1 );
}
.com-part-title .seg+.seg:before{
	top: 4px;
}

@media only screen and (max-width: 640px) {
	.com-part-title{
		display: flex;
		flex-direction: column;
		padding-bottom: 7vw;
	}
	.com-part-title .txt.pc{
		display: none;
	}
	.com-part-title .txt.sp{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.com-part-title .num{
		font-size: 40px;
		padding-right: 0;
		margin-bottom: 0.3em;
	}
	.com-part-title .seg+.seg{
		margin-top: 0.2em;
	}
	.com-part-title .seg{
		font-size: 20px;
		padding: 0.1em 0 0.4em;
	}
	.com-part-title .seg>span{
		padding: 0em 0.2em 0.1em;
	}
	.com-part-title .seg:before{
		top: 2px;
		bottom: -6px;
		left: 0;
		right: -6px;
	}
	.com-part-title .seg+.seg:before{
		top: 2px;
	}
}


.com-table tbody{
	width: 100%;
	table-layout: fixed;

}
.com-table table{
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
	font-weight: 500;
}
.com-table tr>th{
	color: #FFF;
	background-color: #1e1e1e;
}
.com-table:not(.type-col) tr:nth-child(even)>td,
.com-table.type-col tr:nth-child(4n-1)>td,
.com-table.type-col tr:nth-child(4n)>td{
	background-color: #f6f6f6;
}
.com-table:not(.type-col) tr:nth-child(odd)>td,
.com-table.type-col tr:nth-child(4n+1)>td,
.com-table.type-col tr:nth-child(4n+2)>td{
	background-color: #e5e5e5;
}
.com-table tr>*{
	text-align: center;
	line-height: 1.4;
	padding: 0.75em 1em;
}

@media only screen and (max-width: 640px) {
	.com-table table{
		border-spacing: 1px;
	}
	.com-table tr>th{
		padding: 0.6em 1em;
	}
	.com-table tr>*{
		font-size: 14px;
		padding: 0.3em 1em;
	}
}



.wbox{
	background-color: #FFF;
	box-shadow: 0 10px 20px rgb(120 120 120 / 20%);
}
.com-fixtxt{
	font-size: 87px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	opacity: 0.1;
	position: absolute;
	color: #FFF;
}
@media only screen and (max-width: 640px) {
	.com-fixtxt{
		font-size: 43px;
	}
	.wbox{
		box-shadow: 0 5px 10px rgb(120 120 120 / 20%);
	}
}











header{
	display: flex;
	justify-content: center;
	background-color: #1e1e1e;
}
header .inner{
	max-width: 1300px;
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .part-name,
header .part-logos{
	font-size: 0;
}
header .part-logos{
	display: flex;
	align-items: center;
}
header .part-logos .part-logo img{
	width: auto;
	height: 100%;
}
header .part-logos .part-logo{
	height: 30px;
}
header .part-logos .part-logo+.part-logo{
	border-left: 1px solid #FFF;
	margin-left: 11px;
	padding-left: 11px;
}


.sp-header,
#navbox{
	display: none;
}

@media only screen and (max-width: 640px) {
	header{
		display: flex;
		justify-content: center;
		background-color: #1e1e1e;
		/* padding-top: 50px; */
	}
	header .inner{
		height: 8.5vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .part-name{
		width: 62.5vw;
	}
	header .part-logos{
		display: flex;
		align-items: center;
	}
	header .part-logos .part-logo img{
		width: auto;
		height: 100%;
	}
	header .part-logos .part-logo{
		height: 4vw;
	}
	header .part-logos .part-logo+.part-logo{
		border-left: 1px solid #FFF;
		margin-left: 11px;
		padding-left: 11px;
	}




	.sp-header {
		z-index: 3;
		position: fixed;
		border: none;
	}
	.sp-header{
		padding: 0 0 0 3%;
		width: 100%;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		top: 0;
		left: 0;
	}
	.sp-header .btn {
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background-color: #1e1e1e;
		width: 50px;
		height: 50px;
	}
	.sp-header .btn .txt{
		position: absolute;
		bottom: 10px;
		left: calc(50% - 12.5px);
		width: 25px;
		font-size: 0;
	}
	.sp-header .btn div {
		position: relative;
	}
	.sp-header .btn div span {
		position: absolute;
		display: block;
		width: 18px;
		height: 2px;
		background-color: #FFF;
		left: calc(50% - 9px);
		-webkit-transition: all 0.2s cubic-bezier(.5,0,1,.5);
				transition: all 0.2s cubic-bezier(.5,0,1,.5);
	}
	.sp-header .btn .top {
		top: 12px;
	}
	.sp-header .btn .middle {
		top: 18px;
	}
	.sp-header .btn .bottom {
		top: 24px;
	}
	.sp-header .btn.open .top {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		top: 18px;
	}
	.sp-header .btn.open .bottom {
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
		top: 18px;
	}
	.sp-header .btn.open .middle {
		opacity: 0;
	}


	#navbox {
		display: none;
		width: 100%;
		position: fixed;
		z-index: 2;
		top: 0px;
		right: 0px;
		bottom: 0px;
		height: auto;
		min-height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		pointer-events: all;
		cursor: default;
	}
	.sidenav{
		display: flex;
		flex-direction: column;
		width: 83vw;
		height: 100%;
		background-color: #fff;
		box-shadow: 0 10px 15px rgba(120, 120, 120, 0.2);
		margin-left: auto;
		margin-right: 0;
	}
	.sidenav .wrap-btn{
		justify-content: center;
		margin-top: auto;
		padding-bottom: 3.3vw;
	}
	.sidenav .com-btn-cta{
		font-size: 12px;
		min-width: 59vw;
		padding: 0.9em 3em;
	}
	.elem-sidenavi{
		padding-top: 65px;
		
	}
	.elem-sidenavi>li a{
		display: flex;
		padding-right: 50px;
	}
	.elem-sidenavi>li{
		position: relative;
	}
	.elem-sidenavi>li:after{
		content: "";
		position: absolute;
		right: 32px;
		top: calc(50% - 3px);
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #0454c0;
		border-right: 1px solid #0454c0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.elem-sidenavi>li+li{
		border-top: 1px solid #f7f7f7;
	}
}



.site-footer .section-content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-footer .notes{
	font-size: 10px;
	color: #848484;
}
.site-footer .row {
    padding: 0 20px;
    max-width: 1020px;
    margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.site-footer .row {
		padding: 0 4vw;
	}
}



.com-cta-fix{
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(30, 30, 30, 0.9);
	padding: 16px;
}
.com-cta-fix .wrap-btn{
	justify-content: center;
}
.com-cta-fix .com-btn-cta{
	/* box-shadow: none; */
	padding: 0.7em 3em;
}
@media only screen and (max-width: 640px) {
	.com-cta-fix{
		padding: 12px;
	}
}





#pagetop {
	display: none;
	position: fixed;
	bottom: 140px;
	right: 0;
	width: 43px;
	height: 180px;
	border-radius: 10px 0 0 10px;
	background: rgb(48,123,225);
	background: -moz-linear-gradient(top,  rgba(48,123,225,1) 0%, rgba(4,84,192,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(48,123,225,1) 0%,rgba(4,84,192,1) 100%);
	background: linear-gradient(to bottom,  rgba(48,123,225,1) 0%,rgba(4,84,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307be1', endColorstr='#0454c0',GradientType=0 );

	z-index: 2;
}
#pagetop .txt{
	position: absolute;
	width: 180px;
	height: 43px;
	transform-origin: 100% 0%;
	top: 0;
	left: -180px;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#pagetop:hover {
	cursor: pointer;
}
#pagetop:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: calc(50% - 3.5px);
	width: 7px;
	height: 7px;
	border: 1px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 640px) {

	#pagetop {
		bottom: 100px;
		right: 0;
		width: 25px;
		height: 106px;
		border-radius: 5px 0 0 5px;
	}
	#pagetop .txt{
		height: 25px;
		width: 106px;
		left: -106px;
		font-size: 10px;
		
	}
}











/* quote sbs-cs css_v3 */


/* @group modal btn */

#js-kantan-modal {
	display: none;
  }
  
  .modaal-container {
	width: 980px;
	max-width: 100%;
  }
  @media screen and (max-width: 768px) {
	.modaal-container {
	  width: 100%;
	}
  }
  
  .modal_btn_container {
	max-width: 600px;
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding: 50px 20px;
  }
  
  .btn-block {
	padding: 0 30px;
  }
  @media screen and (max-width: 768px) {
	.btn-block {
	  padding: 0;
	}
  }
  .btn-block .btn-offer {
	display: block;
	background: -moz-linear-gradient(13.58% -101.13% -45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	background: -webkit-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	background: -webkit-gradient(linear, 13.58% -101.13%, 88.7% 210.56%, color-stop(0, rgba(0, 102, 156, 1)), color-stop(0.1275, rgba(0, 102, 156, 0.5)), color-stop(0.2564, rgba(0, 102, 156, 1)));
	background: -o-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	background: -ms-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8', endColorstr='#DB817C' ,GradientType=0)";
	background: linear-gradient(135deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	box-shadow: 0px 0px 2px rgba(94, 40, 27, 0.55);
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#5E281B') progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8',endColorstr='#DB817C' , GradientType=1);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 22px 15px;
	border-radius: 6px;
	text-decoration: none;
	margin-bottom: 20px;
  }
  .btn-block .btn-offer.notes_bottom {
	margin-bottom: 0;
  }
  
  .btn-block .btn-kantan {
	display: block;
	background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	background: -webkit-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(187, 84, 0, 1)), color-stop(0.1279, rgba(187, 84, 0, 0.5)), color-stop(0.2564, rgba(187, 84, 0, 1)));
	background: -o-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	background: -ms-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8', endColorstr='#5081AD' ,GradientType=0)";
	background: linear-gradient(135deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8',endColorstr='#5081AD' , GradientType=1);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 6px;
	text-decoration: none;
	line-height: 1.5;
	margin-bottom: 20px;
  }
  
  .btn-block .notes {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
  }
  .btn-block .notes a {
	color: #00a0e9;
	text-decoration: underline;
  }
  
  .btn-block .btn-kantan span {
	font-size: 14px;
  }
  
  .mwacTitle01 {
	padding: 0 30px;
	display: block;
  }
  
  .mwacTitle01 a {
	background: #ededed;
	border-radius: 50px;
	padding: 10px;
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	position: relative;
  }
  
  .mwacTitle01 a::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 13px;
	right: 30px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	z-index: 1;
	transform: rotate(-45deg);
  }
  
  .mwacTitle01 a.open::after {
	transform: rotate(135deg);
	top: 20px;
  }
  
  .mwacContents {
	line-height: 1.8;
	text-align: left;
	margin: 20px 0 0;
	display: none;
	padding: 0 30px;
	font-size: 13px;
  }
  
  .mwacContents p {
	margin-bottom: 1.5em;
	text-align: left;
  }
  .mwacContents .note li {
	text-align: left;
	font-size: 11px;
  }
  .mwacContents .list li {
	text-align: left;
  }
  
  .modalTitle04 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
  }
  
  .modalTitle01 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
  }
  
  .modalTitle03 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
  }
  
  .stepBody {
	background: #ebebeb;
	padding: 20px;
  }
  
  .stepBody .inner {
	display: flex;
	justify-content: space-between;
	padding: 0;
  }
  
  .stepBody .inner .img {
	width: 48%;
  }
  
  .stepBody .inner .text {
	width: 48%;
	text-align: left;
  }
  
  .stepBlock {
	position: relative;
	margin-top: 34px;
  }
  
  .stepBlock + .stepBlock::before {
	content: "";
	display: block;
	position: absolute;
	top: -24px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 23px 0 23px;
	border-color: #000 transparent transparent transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  .modal_btn_att {
	text-align: left;
	margin: 10px 0 0;
	font-size: 16px;
	color: #ed8aa8;
	display: inline-block;
  }
  
  @media screen and (max-width: 768px) {
	#js-kantan-modal {
	  display: none;
	}
  
	.modal_btn_container {
	  max-width: 600px;
	  background: #ffffff;
	  margin: 0 auto;
	  text-align: center;
	  padding: 20px;
	}
  
	.btn-block .btn-offer {
	  display: block;
	  background: -moz-linear-gradient(13.58% -101.13% -45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	  background: -webkit-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	  background: -webkit-gradient(linear, 13.58% -101.13%, 88.7% 210.56%, color-stop(0, rgba(0, 102, 156, 1)), color-stop(0.1275, rgba(0, 102, 156, 0.5)), color-stop(0.2564, rgba(0, 102, 156, 1)));
	  background: -o-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	  background: -ms-linear-gradient(-45deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8', endColorstr='#DB817C' ,GradientType=0)";
	  background: linear-gradient(135deg, rgba(0, 102, 156, 1) 0%, rgba(0, 102, 156, 0.5) 12.75%, rgba(0, 102, 156, 1) 25.64%);
	  box-shadow: 0px 0px 2px rgba(94, 40, 27, 0.55);
	  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#5E281B') progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED8AA8',endColorstr='#DB817C' , GradientType=1);
	  color: #ffffff;
	  font-size: 16px;
	  font-weight: bold;
	  padding: 21px 15px;
	  border-radius: 6px;
	  text-decoration: none;
	  margin-bottom: 20px;
	}
  
	.btn-block .btn-kantan {
	  display: block;
	  background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	  background: -webkit-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	  background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(187, 84, 0, 1)), color-stop(0.1279, rgba(187, 84, 0, 0.5)), color-stop(0.2564, rgba(187, 84, 0, 1)));
	  background: -o-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	  background: -ms-linear-gradient(-45deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8', endColorstr='#5081AD' ,GradientType=0)";
	  background: linear-gradient(135deg, rgba(187, 84, 0, 1) 0%, rgba(187, 84, 0, 0.5) 12.79%, rgba(187, 84, 0, 1) 25.64%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#688AA8',endColorstr='#5081AD' , GradientType=1);
	  color: #ffffff;
	  font-size: 16px;
	  font-weight: bold;
	  padding: 10px 15px;
	  border-radius: 6px;
	  text-decoration: none;
	  line-height: 1.5;
	  margin-bottom: 20px;
	}
  
	.btn-block .btn-kantan span {
	  font-size: 12px;
	}
  
	.mwacTitle01 {
	  padding: 0;
	}
  
	.mwacTitle01 a {
	  background: #ededed;
	  border-radius: 50px;
	  padding: 10px;
	  display: block;
	  font-size: 14px;
	  color: #333;
	  text-decoration: none;
	  position: relative;
	}
  
	.mwacTitle01 a::after {
	  content: "";
	  width: 10px;
	  height: 10px;
	  position: absolute;
	  top: 13px;
	  right: 30px;
	  border-left: 1px solid #333;
	  border-bottom: 1px solid #333;
	  z-index: 1;
	  transform: rotate(-45deg);
	}
  
	.mwacTitle01 a.open::after {
	  transform: rotate(135deg);
	  top: 20px;
	}
  
	.mwacContents {
	  line-height: 1.8;
	  text-align: left;
	  margin: 20px 0 0;
	  display: none;
	  padding: 0 10px;
	}
  
	.mwacContents p {
	  margin-bottom: 1.5em;
	}
  
	.modalTitle04 {
	  font-size: 16px;
	  font-weight: bold;
	  color: #ed8aa8;
	  margin-top: 20px;
	}
  
	.modalTitle01 {
	  font-size: 18px;
	  font-weight: bold;
	  color: #ed8aa8;
	  margin-top: 20px;
	}
  
	.modalTitle03 {
	  font-size: 16px;
	  font-weight: bold;
	  color: #333;
	  text-align: center;
	  margin: 0;
	  padding-bottom: 10px;
	}
  
	.stepBody {
	  background: #f8eeed;
	  padding: 10px 0;
	}
  
	.stepBody .inner {
	  display: flex;
	  justify-content: space-between;
	}
  
	.stepBody .inner .img {
	  width: 48%;
	}
  
	.stepBody .inner .text {
	  width: 48%;
	}
  
	.stepBlock {
	  position: relative;
	  margin-top: 34px;
	}
  
	.stepBlock + .stepBlock::before {
	  content: "";
	  display: block;
	  position: absolute;
	  top: -24px;
	  left: 50%;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 16px 23px 0 23px;
	  border-color: #ed8aa8 transparent transparent transparent;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	}
  
	.modal_btn_att {
	  text-align: left;
	  margin: 10px 0 0;
	  font-size: 13px;
	  color: #ed8aa8;
	}
  }
  
  /* @end */






  .mile_notes_box{
	padding-top: 1em;
}

.mile_notes_box .underline {
	text-decoration: underline;
	color: #c41d1f;
	font-weight: bold;
	position: relative;
	padding-left: 1em;
  }
  .mile_notes_box .underline:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #c41d1f;
	position: absolute;
	left: 0;
	top: 0.15em;
  }
  @media only screen and (min-width: 641px) {
	.mile_notes_box {
	  text-align: right;
	}
	.mile_notes_box .underline:before {
	  border-width: 8px 0 8px 10px;
	}
  }
  @media only screen and (max-width: 640px) {
	.mile_notes_box .underline {
	  font-size: 13px;
	}
	.mile_notes_box .underline:before {
	  border-width: 6px 0 6px 8px;
	}
  }
  
  .mile_notes_modal_box .wide > *:not(:last-child) {
	margin-bottom: 10px;
  }
  .mile_notes_table {
	background-color: #fff;
	width: 100%;
	table-layout: fixed;
	border: 1px solid;
	word-break: break-all;
	word-wrap: break-all;
  }
  .mile_notes_table th {
	border-bottom: 1px solid;
  }
  .mile_notes_table tr th:first-child,
  .mile_notes_table tr td:first-child {
	background-color: #f5f5f5;
  }
  .mile_notes_table tr th:nth-child(2),
  .mile_notes_table tr td:nth-child(2) {
	border-left: 1px solid;
	border-right: 1px solid;
  }
  .mile_notes_table tr th:not(:first-child),
  .mile_notes_table tr td:not(:first-child) {
	background-color: rgba(196, 29, 31, 0.1);
  }
  .mile_notes_table tr td .small {
	display: inline-block;
	line-height: 1.2;
  }
  @media only screen and (min-width: 641px) {
	.mile_notes_modal_box .lead {
	  font-size: 16px;
	}
	.mile_notes_table tr th,
	.mile_notes_table tr td {
	  font-size: 14px;
	  padding: 10px;
	}
	.mile_notes_table tr td .small {
	  font-size: 12px;
	}
  }
  @media only screen and (max-width: 640px) {
	.mile_notes_table .lead {
	  font-size: 14px;
	}
	.mile_notes_table tr th,
	.mile_notes_table tr td {
	  font-size: 12px;
	  padding: 5px;
	}
	.mile_notes_table tr td .small {
	  font-size: 10px;
	}
  }