@charset "utf-8";
/* CSS Document 
ヘッダー　フッターなど
*/
.pcareaa{
	display:block;	
}

.spareaa{
	display:none;
	-webkit-text-size-adjust: 100%;
	
}
@media only screen and (max-width:767px) {
.pcareaa{
	display:none;	
}

.spareaa{
	display:block;
	-webkit-text-size-adjust: 100%;
	
}	
}
img{
	width:100%;
	height: auto;
}
main{
	width:960px;
	margin:0 auto 8%;
}
@media only screen and (max-width:767px) {
	main{
		width:96%;
	}

}
.block1{
	padding:75px 0 182px;
}
@media only screen and (max-width:767px) {
	.block1{
		padding:8vw 0 16vw;
	}
}
.block1 .in{
	position: relative;
}
.block1 .in .line1{
	position: absolute;
	display: block;
	width:64px;
	padding:13px 0;
	background: #c30d23;
	border-top:6px solid #ffa200;
	top: 30px;
	left: 22px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size:24px;
	line-height: 30px;
}
	.block1 .in:first-child .line1{
		top: 48px;
	}
@media only screen and (max-width:767px) {
	.block1 .in .line1 {
	  position: absolute;
	  display: block;
	  width: 5vw;
	  padding: 1vw 0;
	  background: #c30d23;
	  border-top: 6px solid #ffa200;
	  top: 1vw;
	  left: 2vw;
	  color: #FFF;
	  text-align: center;
	  font-weight: bold;
	  font-size: 3.2vw;
		line-height: 1.1;
	}

	.block1 .in:first-child .line1{
		  top: 2.7vw;
	}
}
.block1 .in .line2{
	position: absolute;
	display: block;
	width:100%;
	padding: 58px 0 0 130px;

	top:0;
	left:0;
	font-weight: bold;
	font-size:32px;
	line-height: 2;
}
	.block1 .in:first-child .line2{
		padding: 70px 0 0 130px;
	}
@media only screen and (max-width:767px) {
	.block1 .in .line2 {
	  position: absolute;
	  display: block;
	  width: 100%;
	  padding: 5.4vw 0 0 10vw;
	  top: 0;
	  left: 0;
	  font-weight: bold;
	  font-size: 3.2vw;
	  line-height: 2;
	}
	.block1 .in:first-child .line2{
		padding: 6.4vw 0 0 10vw;
	}
}
h2{
	width:100%;
	text-align: center;
	color: #b50027;
	font-size:38px;
	line-height: 1;
	padding-bottom: 24px;
}
@media only screen and (max-width:767px) {
	h2{
		font-size:6vw;
		padding-bottom:4vw;
	}
}
.titleborder{
	width:101px;
	border-top:solid 1px #b50027;
	border-bottom:solid 1px #b50027;
	height: 3px;
	margin:0 auto 30px;
}
.block2{
	padding-bottom: 65px;
}
.block2 dl{
	
	display: flex;
	flex-wrap: wrap;
}
.block2 dl dt{
	width:20%;
	line-height: 2.2;
	font-size:22px;
	padding:30px 0;
	border-bottom: solid 1px #c30d23;
	font-weight: bold;
}
.block2 dl dd{
	width:80%;
	line-height: 2.2;
	font-size:22px;
	padding:30px 0;
	border-bottom: solid 1px #e4e4e4;
}
@media only screen and (max-width:767px) {
	.block2 dl dt{
		width:30%;
		line-height: 2.2;
		font-size:3.2vw;
		padding:5vw 0;

	}
	.block2 dl dd{
		width:70%;
		line-height: 2.2;
		font-size:3.2vw;
		padding:5vw 0;
	}

	
}
.block3{
	padding:63px 0 67px;
	background: #f7f7f7;
	border-radius: 16px;
}
.pdflink{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 92%;
	margin: 0 auto 28px;
	padding: 0px 0;
}
.pdflink a{
	font-size:20px;
	line-height: 34px;
	color: #c30d23;
}
@media only screen and (max-width:767px) {
	.pdflink a{
		font-size:4.8vw;
		line-height:1.2;

	}
	
}
.pdflink a span {
	border-bottom: solid 1px #c30d23;
	display: inline;
	padding: 0 4px;
	font-weight: bold;
}
.pdflink a img{
	width:30px;
	height: auto;
}
.douiline{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 92%;
	margin: 0 auto 28px;
	padding: 0px 0;
	font-size:19px;
	line-height: 2.2;
	color: #555555;
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.douiline{
		font-size: 3.2vw;	
	}
	
}
.douiline input[type=checkbox] {
    display: none;
}

.douibox1,.douibox2,.douibox3 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.douibox1::before,.douibox2::before,.douibox3::before{
    background: #f7f7f7;
    border: 1px solid #b7b7b7;
    content: '';
    display: block;

	height: 24px;
	left: 1px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 24px;
}
@media only screen and (max-width:767px) {
	
	.douibox1::before,.douibox2::before,.douibox3::before{
		margin-top:-12px;	
	}
}
.douibox1::after,.douibox2::after,.douibox3::after{
    border-right: 3px solid #444;
    border-bottom: 3px solid #444;
    content: '';
    display: block;
    height: 18px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .douibox1::after ,
input[type=checkbox]:checked + .douibox2::after ,
input[type=checkbox]:checked + .douibox3::after {
    opacity: 1;
}
.douilink{
	width:525px;
	margin:35px auto 21px;
}
@media only screen and (max-width:767px) {
	.douilink{
		width:85%;
		margin:4% auto 3%;
	}

}
.douilink a{
	width:100%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	background: #c30d23;
	line-height: 1;
	padding:29px 0;
	border-radius: 45px;
	display: block;
	margin-bottom: 21px;
  box-shadow: 0px 0px 26.97px 2.03px rgba(229, 31, 36, 0.36);

}
@media only screen and (max-width:767px) {
	.douilink a{
		padding:4vw 0;
		border-radius: 3vw;
		margin-bottom: 4vw;
	}
}
.tomail{
	width:100%;
	text-align: center;
	margin-bottom: 70px;
	font-size:21px;
	line-height: 1.76;
	font-weight: bold;
	color: #555555;
}
.tomail a{
	font-size:21px;
	line-height: 1.76;
	color: #c30d23;
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.tomail{
		margin-bottom: 8vw;
		font-size: 3.6vw;
	}
	.tomail a{
		display: block;
		font-size: 3.6vw;
	}	
}
.block3 .text{
	font-size:24px;
	line-height: 1;
	text-align: center;
	width:100%;
	color: #000;
	margin-bottom: 36px;
	font-weight: bold;
}
@media only screen and (max-width:767px) {
	.block3 .text{
		font-size:3.6vw;
		margin-bottom: 6vw;
	}

}
.block3 .caution{
	width:88%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 3.84% ;
	background: #FFF;
	border-radius: 8px;
	margin:0 auto 0;
}
@media only screen and (max-width:767px) {
	.block3 .caution{
		width:96%;
	}
	
}
.block3 .caution .line1{
	width:12.65%;
}
.block3 .caution .line2{
	width:87.35%;
	padding-left:2%;
	color: #c30d23;
	font-size:19px;
}
@media only screen and (max-width:767px) {
	.block3 .caution .line2{
		font-size:3.2vw;	
	}
	
}
.block4{
	padding:178px 0 190px;
}
@media only screen and (max-width:767px) {
	.block4{
		padding:8vw 0;
	}
	
}
.block4 .ruby{
	width:100%;
	text-align: center;
	font-size:24px;
	color: #c30d23;
	margin-bottom: 1%;
	font-weight: bold;
}
.block4 .text1{
	font-size:20px;
	line-height: 2.1;
	margin-top:25px;
	color: #333333;
	margin-bottom: 170px;

}
@media only screen and (max-width:767px) {
	.block4 .ruby{
		font-size:3.2vw;

	}
	.block4 .text1{
		font-size:3.2vw;
		margin-top:2.8vw;
		margin-bottom:10vw;

	}
	
}
h3{
	font-size:26px;
	color: #000;
	margin:40px 0 24px;
	line-height: 1;
}
@media only screen and (max-width:767px) {
	h3{
		font-size:3.4vw;
		margin:6vw 0 4vw;
		line-height: 1.6;
	}
	h3 span{
		display: block;
	}
	
}
h3:before{
	content:'● ';
	color: #c30d23;
}
.block4 .text2{
	font-size:20px;
	line-height: 2.2;

	color: #333333;
	margin-bottom: 54px;

}
.block4 .text2 span{
	font-size:16px;
}
@media only screen and (max-width:767px) {
	.block4 .text2{
		font-size:3.2vw;
		line-height: 2.2;
		margin-bottom: 5vw;

	}
	.block4 .text2 span{
		font-size:2.8vw;
	}
	
}
.photos{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.photos p{
	width:47.3%;
	line-height: 1.8;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.photos p{
		font-size:2.8vw;
	}
	
	
}
.photos p span{
	display: inline-block;
	position:relative;
	width:100%;
	height:0;
	padding-top: 56.25%;
}
.photos p span iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.syutuen{
	width:100%;
	text-align: center;
	font-size: 19px;
	margin-top: 3%;
	margin-bottom: 80px;
}
@media only screen and (max-width:767px) {
	.syutuen{
		font-size: 3.2vw;
	}
}
.block4 .price{
	font-size:60px;
	color: #000;
	margin-top:5%;
	margin-bottom: 3%;
	font-weight: bold;
}
.block4 .price span{
	font-size:36px;
}
@media only screen and (max-width:767px) {
	.block4 .price{
		font-size:8vw;
	}
	.block4 .price span{
		font-size:4.2vw;
	}

	
}
.block5 .text1{
	font-size:20px;
	line-height: 2.1;
	margin-top:55px;
	color: #333333;
	margin-bottom: 190px;

}
.block6 .text1{
	font-size:20px;
	line-height: 2.1;
	margin-top:32px;
	color: #333333;
	margin-bottom: 100px;

}
@media only screen and (max-width:767px) {
	.block5 .text1,.block6 .text1{
		font-size:3.2vw;	
	}
	.block5 .text1{
		margin-top:3vw;
		margin-bottom:8vw;
	}
	.block5 .text1{
		margin-top:3vw;
		margin-bottom:8vw;
	}	
}
.block6 h3{
	margin:68px 0 24px;
}
.block6 .text1 a{
	color:#c30d23;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
.block7 dl{
	margin-bottom: 4%;
}

.block7 dl dt,
.block7 dl dd{
	 padding:2% 3% 2% 7.5%;
	font-size: 17px;
	line-height: 37px;
	position: relative;
}
@media only screen and (max-width:767px) {
	.block7 dl dt,
	.block7 dl dd{
		 padding:2% 3% 2% 16%;
		font-size:3.2vw;
		line-height: 1.8;
		position: relative;
	}
	
}
.block7 dl dt{
	background:#f5f5f5; 
	color: #c30d23;
	
}
.block7 dl dt:before {
  content:"?";
  background-color: #c30d23;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  color: #ffffff;
  font-size:20px;
	font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 30%;
  left: 19px;
	padding-left: 3px;
	padding-bottom: 1px;
}
.block7 dl dd:before {
  content:"A";
  background-color: #c4c4c4;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
	padding-left: 3px;
	padding-bottom: 1px;
  color: #ffffff;
  font-size:20px;
	font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 30%;
  left: 19px;
}
@media only screen and (max-width:767px) {
	.block7 dl dt:before{
		top:0;
	}
	.block7 dl dt:before,
	.block7 dl dd:before{
		  height: 5.2vw;
		  width: 5.2vw;
		  font-size:2.8vw;
		padding-left: 0.2vw;
		padding-bottom:0.1vw;
		top: calc(50% - 2.6vw);
	}
	
	
	
	
}


.error{
	font-size:20px;
	width:100%;
	text-align: center;
	color: red;
	margin-bottom: 2%;
	margin-top: 1%;
	display: none;
}
@media only screen and (max-width:767px) {
	.error{
		font-size:2.8vw;
	}
	
}