/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.guidedetail{font-size:15px;line-height:1.8;color:#333333;}
.guidedetail .ct{margin:0 auto;text-align:center;}
.guidedetail .contents{margin:0 auto;width:660px;}
.guidedetail div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.guidedetail h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
    margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}
.guidedetail h1::before{
	content: "";
    position: absolute;
    left: 48.5%;
    bottom: -20px;
    display: block;
    width: 60px;
    height: 4px;
    background: #FE1F8D;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
}
.guidedetail h1::after{
	content: "";
    position: absolute;
    left: 51.5%;
    bottom: -20px;
    display: block;
    width: 55px;
    height: 4px;
    background: #FECE00;
    transform: translate3d(-50%, 0, 0);
}
.guidedetail h2.title{
	margin: 0 auto 35px;
	max-width: 1240px;
	width: 100%;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.guidedetail h2.title.br{
	line-height: 1.3;
}
.guidedetail h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FE1F8D;
}
.guidedetail h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.guidedetail h3.title{
	border-left: 4px solid #FE1F8D;
	background: #F7F8FA;
	padding: 18px 10px 15px 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 30px;
}
.guidedetail h4.ttl{
	border-left: 4px solid #FE1F8D;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 4px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 20px;
}
.guidedetail p{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.guidedetail p.txt{
	margin-bottom: 20px;
}
.guidedetail p.txt.btm{
	margin-bottom: 0;
}
.guidedetail p.txt a,
.guidedetail ul.disc li a{
	text-decoration: underline;
}
.guidedetail p.bold{
	font-weight: bold;
}
.guidedetail p.txt sup{
	vertical-align: top;
	font-size: 11px;
}
.guidedetail p.att{
	font-size: 14px;
	margin-top: 20px;	
}
.guidedetail ul.disc{
	margin-bottom: 20px;
}
.guidedetail ul.disc.btm{
	margin-bottom: 0;
}
.guidedetail ul.disc li{
	list-style-type: disc;
	margin-left: 21px!important;
}
.guidedetail div.img{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.guidedetail div.img.btm{
	margin-bottom: 0;
}
.guidedetail div.imghaisou{
	width: 100%;
	margin: 30px auto;
}
.guidedetail div.img img{
	width: 100%;
	height: auto;
}
.guidedetail div.img img.border{
	border: 1px solid #CCC;
}
.guidedetail div.imgwrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.guidedetail div.imgwrap div.left-img{
	width: 49%;
}
.guidedetail div.imgwrap div.right-img{
	width: 49%;
}
.guidedetail div.imgwrap div.right-img img.upper{
	margin-bottom: 15px;
}
.guidedetail div.mov{
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
  padding-top: 30%;
}
.guidedetail div.mov iframe{
	position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.guidedetail span.bold{
	font-weight: bold;
}
.guidedetail div.block:before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.guidedetail div.block{
	max-width: 1120px;
	width: 100%;
	padding-bottom: 30px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #E5E5E5;
}
.guidedetail div.block.n-btm{
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 auto 70px;
}
.guidedetail div.block.btm{
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 auto;
}
.guidedetail #postage,
.guidedetail #haisouyotei_area,
.guidedetail #delivery_schedule_area{
	margin-top: -30px;
	padding-top: 30px;
}
.guidedetail div.cmn_qr_contact_box{
	max-width: 1120px;
	width: 100%;
	margin: 50px auto 0;
	background: #FEFCEF;
	padding: 50px 30px;
}
.guidedetail div.cmn_qr_contact_box p.lead{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.guidedetail div.cmn_qr_contact_box div.button-area{
	max-width: 820px;
	width: 100%;
	margin: 30px auto 0;
	display: flex;
    justify-content: space-between;
}
.guidedetail div.cmn_qr_contact_box div.button-area div.btn{
	width: 400px;
}
.guidedetail div.cmn_qr_contact_box div.button-area div.btn a.button{
    display: inline-block;
    text-align: center;
    outline: none;
	border: 1px solid #4A545E;
	background: #fff;
	border-radius: 20px;
	width: 400px;
	padding: 6px 0;
	position: relative;
}
.guidedetail div.cmn_qr_contact_box div.button-area div.btn a.button:hover{
	text-decoration: none;
}
.guidedetail div.cmn_qr_contact_box div.button-area div.btn a.button span {
	position: absolute;
	top: 11px;
    width: 17px;
	height: 17px;
}
.guidedetail div.cmn_qr_contact_box div.button-area div.btn.b01 a.button span {
	left: 85px;
}
.guidedetail div.cmn_qr_contact_box div.button-area div.btn.b02 a.button span {
	left: 62px;
}
.guidedetail ul li{
	font-size: 16px;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.guidedetail ol li{
	font-size: 16px;
	font-weight: bold;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	list-style-type: decimal;
	margin-bottom: 30px;
}
.guidedetail ol li:last-child{
	margin-bottom: 0;
}
.guidedetail ol li span{
	font-weight: normal;
}
.guidedetail ol li ul{
	max-width: 1080px;
	width: 100%;
	margin: 30px auto 0;
}
.guidedetail ol li ul li{
	margin-bottom: 0;
	list-style-type: none;
	font-weight: normal;
}
.guidedetail dl{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.guidedetail dl dt{
	font-weight: bold;
}
.guidedetail #section01{
	max-width: 1240px;
	width: 100%;
	margin: 50px auto 0;
}
.guidedetail #section02,
.guidedetail #section03,
.guidedetail #section04,
.guidedetail #section05{
	max-width: 1240px;
	width: 100%;
	margin: 70px auto 0;
}
/* table */
.guidedetail div.tablewrap{
  margin-bottom: 50px;
}
.guidedetail table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.guidedetail table th,
.guidedetail table td {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 10px;
  word-break: break-word;
  vertical-align: middle;
}
.guidedetail table thead tr:first-child th {
  text-align: center;
  background: #F7F8FA;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #D8D8D8;
}
.guidedetail table thead tr:first-child th:first-child{
	border-left: none;
}
.guidedetail table thead tr:nth-child(2) th {
	text-align: center;
  background: #F7F8FA;
  font-size: 14px;
  border-left: 1px solid #D8D8D8;
}
.guidedetail table tbody th {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}
.guidedetail table tbody td {
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #D8D8D8;
}
@media print, screen and (max-width: 767px) {
	.guidedetail h1 {
		font-size: 24px;
	}
	.guidedetail h1::before{
	    left: 47%;
	    bottom: -20px;
	    width: 60px;
	    height: 4px;
	}
	.guidedetail h1::after{
	    left: 53%;
	    bottom: -20px;
	    width: 55px;
	    height: 4px;
	}
	.guidedetail h2.title{
		margin: 0 auto 20px;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.guidedetail h3.title{
		padding: 10px 10px 8px 20px;
		font-size: 18px;
		margin: 0 auto 15px;
	}
	.guidedetail h4.ttl{
		font-size: 16px;
		margin: 0 auto 15px;
	}
	.guidedetail p{
		font-size: 14px;
	}
	.guidedetail ul li{
		font-size: 14px;
		width: 95%;
	}
	.guidedetail ol li{
		font-size: 14px;
		width: 95%;
	}
	.guidedetail div.block:before {
	  height: 90px;
	  margin-top: -90px;
	}
	.guidedetail div.imgwrap{
		display: block;
	}
	.guidedetail div.imgwrap div.left-img{
		width: 100%;
		margin-bottom: 15px;
	}
	.guidedetail div.imgwrap div.right-img{
		width: 100%;
	}
	.guidedetail div.mov{
		padding-top: 56%;
	}
	.guidedetail div.block{
		padding-bottom: 20px;
		margin: 0 auto 20px;
	}
	.guidedetail div.block.n-btm{
		margin: 0 auto 40px;
	}
	.guidedetail div.cmn_qr_contact_box{
		margin: 40px auto 0;
		padding: 30px 20px;
	}
	.guidedetail div.cmn_qr_contact_box p.lead{
		font-size: 18px;
		text-align: left;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area{
		width: 320px;
		margin: 30px auto 0;
		display: block;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area div.btn{
		width: 320px;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area div.btn a.button{
	    display: inline-block;
	    text-align: center;
	    outline: none;
		border: 1px solid #4A545E;
		background: #fff;
		border-radius: 20px;
		width: 320px;
		padding: 6px 0;
		position: relative;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area div.btn a.button span {
		top: 4px;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area div.btn.b01{
		margin-bottom: 15px;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area div.btn.b01 a.button span {
		left: 52px;
	}
	.guidedetail div.cmn_qr_contact_box div.button-area div.btn.b02 a.button span {
		left: 28px;
	}
	.guidedetail #section01{
		margin: 50px auto 0;
	}
	.guidedetail #section02,
	.guidedetail #section03,
	.guidedetail #section04,
	.guidedetail #section05{
		margin: 40px auto 0;
	}
	/* table */
	.guidedetail div.tablewrap{
	  overflow-x: scroll;
	}
	.guidedetail div.tablewrap table{
		width: 1120px;
	}
	.guidedetail table thead tr:first-child th {
		font-size: 13px;
	}
	.guidedetail table tbody th {
	  font-size: 15px;
	}
	.guidedetail table tbody td {
	  font-size: 15px;
	}
}