@charset "shift_jis";
/*737px以上*/



@media screen and (min-width:737px),print {
	#wrapper .maincontents .copy {
		text-align: center;
		font-size: 16px;
		margin-bottom: 2em;
	}
	
	#wrapper .maincontents .gotop {
		text-align: center;
	}
	
	#wrapper .maincontents .gotop a {
		color: #00f !important
	}
	
	#wrapper .maincontents .gotop a:hover {
		text-decoration: underline;
	}
	
	
	#wrapper p.oubokochira {
		text-align: center;
		margin-bottom: 50px;
	}
	
	#wrapper p.oubokochira a {
		display: inline-block;
		background: #cc0000;
		color: #fff;
		width: 500px;
		max-width: 100%;
		border-radius: 4px;
		padding: 0.6em 0;
		font-size: 18px;
		position: relative;
	}
	
	#wrapper p.oubokochira a:hover {
		opacity: 0.8;
	}

	#wrapper p.oubokochira a::after {
		content: "";
		position: absolute;
		right: 20px;
		top : 18px;
		display: block;
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

#wrapper .maincontents {
    margin-top: 0 !important;
	padding-bottom: 4em;
}


/*Thankyouページ*/
p.enqTitle { margin-bottom: 30px;}

p.enqTitle img { width: 100%;}

.spshow { display:none;}



/* ------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:736px) {
/*スマホcss*/
.spNone { display: none;}
	
	#wrapper .btnflex {
		width: 90%;
		margin: 0 auto;
	}
	
	#wrapper p.oubokochira {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#wrapper p.oubokochira a {
		display: inline-block;
		background: #cc0000;
		color: #fff;
		width: 100%;
		border-radius: 4px;
		padding: 0.6em 0;
		font-size: 12px;
		position: relative;
	}

	#wrapper p.oubokochira a::after {
		content: "";
		position: absolute;
		right: 15px;
		top : 36%;
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}



p.enqTitle { width: 90%; margin: 5%;}

	.pcshow { display: none;}
	.spshow { display: block;}
	
	
	#wrapper .maincontents .copy {
		text-align: center;
		font-size: 13px;
		margin-bottom: 2em;
	}
	
	#wrapper .maincontents .gotop {
		font-size: 13px;
		text-align: center;
	}
	
	#wrapper .maincontents .gotop a {
		color: #00f !important
	}
	
	#wrapper .maincontents .gotop a:hover {
		text-decoration: underline;
	}
	

}



/*202210add*/

@media only screen and (min-width:737px) {
#top_step_flow{
    width: 980px;
    margin: 37px auto 41px;
  }

.step_flow_wrap{
      width: 841px;
      height: 56px;
      margin: 0 auto;
      content: "";
      display: block;
  }
.step_flow_wrap.flow_03{
    background: url(../img/img_flow_03_pc.jpg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width:736px) {
	#top_step_flow{
    width: 90%;
    margin: 25px auto;
  }
  .step_flow_wrap{
      width: 100%;
      aspect-ratio: 700 / 71;
      margin: 0 auto;
      content: "";
      display: block;
  }
	
  .step_flow_wrap.flow_03{
    background: url(../img/img_flow_03_sp.jpg) 0 0 no-repeat;
    background-size: contain;
  }
}


.oneQ h2.hissu::after{
	content: "必須";
    background: #cc0000;
	box-sizing: border-box;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.4px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 36px;
	text-align: center;
    padding: 2px 4px;
	padding-left: 36px;
    margin-left: 5px;
}


#wrapper div.centerQ ul li label span{
	content: "必須";
    background: #cc0000;
	box-sizing: border-box;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.4px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 36px;
	text-align: center;
    padding: 2px 4px;
    margin-left: 5px;
}

.oneQ h2.ninni::after {
	content: "任意";
    background: #aaa;
	box-sizing: border-box;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.4px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 36px;
	text-align: center;
    padding: 2px 4px;
	padding-left: 36px;
    margin-left: 5px;
}

