/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.guidetop{font-size:15px;line-height:1.8;color:#333333;}
.guidetop .ct{margin:0 auto;text-align:center;}
.guidetop .contents{margin:0 auto;width:660px;}
.guidetop 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;}

.guidetop h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 60px;
	position: relative;
}
.guidetop 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;
}
.guidetop h1::after{
	content: "";
    position: absolute;
    left: 51.5%;
    bottom: -20px;
    display: block;
    width: 55px;
    height: 4px;
    background: #FECE00;
    transform: translate3d(-50%, 0, 0);
}
.guidetop h2.title{
	margin: 0 auto 20px;
	max-width: 1240px;
	width: 100%;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.guidetop h2.title.br{
	line-height: 1.3;
}
.guidetop h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FE1F8D;
}
.guidetop h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.guidetop h3.h3-anker{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #000;
}
.guidetop h3.ttl{
	border-left: 4px solid #FE1F8D;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 4px;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto 15px;
}
.guidetop div.anker-area{
	margin: 0 auto;
	background: #FEFCEF;
	padding: 30px 30px 25px;
	max-width: 1070px;
	width: 100%;
}
.guidetop div.anker-area ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.guidetop div.anker-area ul li{
	margin-right: 15px;
}
.guidetop div.anker-area ul li::last-child{
	margin-right: 0;
}
.guidetop div.anker-area ul li a{
	font-size: 14px;
	background: #fff;
	display: inline-block;
	width: 236px;
	text-align: left;
	line-height: 1.4;
	border-radius: 10px;
	border: 1px solid #D5D5D5;
	position: relative;
}
.guidetop div.anker-area ul li a::after{
	content: '';
    position: absolute;
    left: 12px;
    top: 23px;
    width: 18px;
    height: 18px;
    background: url(/img/special/guidetop/arr_r.png) no-repeat;
}
/*.guidetop div.anker-area ul li a.button.b01,
.guidetop div.anker-area ul li a.button.b03{
	padding: 11px 20px 11px 40px;
}*/
.guidetop div.anker-area ul li a.button{
	padding: 21px 20px 21px 40px;
}
.guidetop div.anker-area ul li a:hover{
	text-decoration: none;
}
.guidetop #link-area{
	max-width: 1000px;
	width: 100%;
	margin: 20px auto 0;
}
.guidetop #link-area div.wrap{
	display: flex;
    justify-content: space-between;
}
.guidetop #link-area div.wrap a.bnr{
	width: 490px;
	display: flex;
	align-items: center;
	border: 1px solid #E5E5E5;
	position: relative;
}
.guidetop #link-area div.wrap a.bnr div.img{
	width: 150px;
}
.guidetop #link-area div.wrap a.bnr div.txt{
	width: 340px;
	background: #fff;
	padding-left: 30px;
}
.guidetop #link-area div.wrap a.bnr div.txt p.ttl{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.guidetop #link-area div.wrap a.bnr.b01 div.txt p.txt{
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.3;
}
.guidetop #link-area div.wrap a.bnr div.arr{
	position: absolute;
	right: 20px;
	top: 42px;
	width: 17px;
	height: 17px;
}
.guidetop #link-area div.wrap a.bnr:hover{
	text-decoration: none;
}
.guidetop div.block{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.guidetop div.block.b01{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DADADA;
}
.guidetop div.block ul{
	width: 530px;
	margin-left: 30px;
}
.guidetop div.block ul li{
	font-size: 16px;
	line-height: 2.0;
	position: relative;
	padding-left: 20px;
}
.guidetop div.block ul li::before{
	content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: url(/img/special/guidetop/list_icon.png) no-repeat;
}
.guidetop div.block ul li a{
	text-decoration: underline;
}
.guidetop div.cmn_qr_contact_box{
	max-width: 1120px;
	width: 100%;
	margin: 50px auto 0;
	background: #FEFCEF;
	padding: 50px 30px;
}
.guidetop div.cmn_qr_contact_box p.lead{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.guidetop div.cmn_qr_contact_box div.button-area{
	width: 820px;
	margin: 30px auto 0;
	display: flex;
    justify-content: space-between;
}
.guidetop div.cmn_qr_contact_box div.button-area div.btn{
	width: 400px;
}
.guidetop 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;
}
.guidetop div.cmn_qr_contact_box div.button-area div.btn a.button:hover{
	text-decoration: none;
}
.guidetop div.cmn_qr_contact_box div.button-area div.btn a.button span {
	position: absolute;
	top: 11px;
    width: 17px;
	height: 17px;
}
.guidetop div.cmn_qr_contact_box div.button-area div.btn.b01 a.button span {
	left: 85px;
}
.guidetop div.cmn_qr_contact_box div.button-area div.btn.b02 a.button span {
	left: 62px;
}
.guidetop #section01{
	max-width: 1240px;
	width: 100%;
	margin: 50px auto 0;
}
.guidetop #section02,
.guidetop #section03,
.guidetop #section04,
.guidetop #section05{
	max-width: 1240px;
	width: 100%;
	margin: 30px auto 0;
}
@media print, screen and (max-width: 767px) {
	.guidetop h1 {
		font-size: 24px;
	}
	.guidetop h1::before{
	    left: 47%;
	    bottom: -20px;
	    width: 60px;
	    height: 4px;
	}
	.guidetop h1::after{
	    left: 53%;
	    bottom: -20px;
	    width: 55px;
	    height: 4px;
	}
	.guidetop h2.title{
		margin: 0 auto 20px;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
		line-height: 1.4;
	}
	.guidetop div.anker-area{
		margin: 0 auto;
		background: #FEFCEF;
		padding: 25px 10px 20px;
	}
	.guidetop div.anker-area ul{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.guidetop div.anker-area ul li{
		margin-right: 0;
		width: 48.5%;
	}
	.guidetop div.anker-area ul li a{
		width: 100%;
	}
	.guidetop div.anker-area ul li a::after{
	    left: 10px;
	    top: 20px;
	}
	/*.guidetop div.anker-area ul li a.button.b01,
	.guidetop div.anker-area ul li a.button.b03{
		padding: 11px 10px 11px 35px;
	}*/
	.guidetop div.anker-area ul li a.button{
		padding: 20px 10px 20px 35px;
	}
	.guidetop div.anker-area ul li a.button.b01,
	.guidetop div.anker-area ul li a.button.b02{
		margin-bottom: 10px;
	}
	.guidetop #link-area div.wrap{
		display: block;
	}
	.guidetop #link-area div.wrap a.bnr{
		width: 100%;
	}
	.guidetop #link-area div.wrap a.bnr.b01{
		margin-bottom: 10px;
	}
	.guidetop #link-area div.wrap a.bnr div.img{
		width: 150px;
	}
	.guidetop #link-area div.wrap a.bnr div.txt{
		width: 60%;
		padding-left: 15px;
	}
	.guidetop #link-area div.wrap a.bnr div.txt p.ttl{
		font-size: 15px;
	}
	.guidetop #link-area div.wrap a.bnr.b01 div.txt p.txt{
		font-size: 14px;
	}
	.guidetop #link-area div.wrap a.bnr div.arr{
		right: 10px;
		top: 34px;
	}
	.guidetop div.block{
		display: block;
	}
	.guidetop div.block.b01{
		padding-bottom: 0;
		margin-bottom: 25px;
		border-bottom: none;
	}
	.guidetop div.block ul{
		width: 100%;
		margin-left: 0;
	}
	.guidetop div.cmn_qr_contact_box{
		margin: 40px auto 0;
		padding: 30px 20px;
	}
	.guidetop div.cmn_qr_contact_box p.lead{
		font-size: 18px;
		text-align: left;
	}
	.guidetop div.cmn_qr_contact_box div.button-area{
		width: 320px;
		margin: 30px auto 0;
		display: block;
	}
	.guidetop div.cmn_qr_contact_box div.button-area div.btn{
		width: 320px;
	}
	.guidetop 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;
	}
	.guidetop div.cmn_qr_contact_box div.button-area div.btn a.button span {
		top: 4px;
	}
	.guidetop div.cmn_qr_contact_box div.button-area div.btn.b01{
		margin-bottom: 15px;
	}
	.guidetop div.cmn_qr_contact_box div.button-area div.btn.b01 a.button span {
		left: 52px;
	}
	.guidetop div.cmn_qr_contact_box div.button-area div.btn.b02 a.button span {
		left: 28px;
	}
}