#key {
	background-image: url('../img/access/key.jpg');
}
#sec01 {
	background: url('../img/access/sec1_bg.png') no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 93px 0 48px;
	text-align: center;
	line-height: 26px;
	color: #fff;
}
#sec01 .list {
	margin-top: 44px;
}
#sec01 .list dl {
	background: url('../img/access/sec1_line.png') no-repeat center bottom;
	padding: 13px 0;
}
#sec01 .list dl dt {
	font-weight: bold;
}
#sec01 .list dl dd.tel_info {
	font-weight: bold;
	font-size: 18px;
}
#sec01 .sec01_btn {
	margin-top: 47px;
}
#sec01 .sec01_btn {
	padding-left: 184px;
}
#sec01 .sec01_btn p {
	float: left;
}
#sec01 .sec01_btn p + p {
	margin-left: 22px;
}
#sec01 .note {
	position: absolute;
	bottom: -37px;
	left: 264px;
	color: #c7c5c5;
	letter-spacing: 0.5px;
}
#sec01 .copy_btn {
    display: inline-block;
    cursor: pointer;
    width: 294px;
    line-height: 46px;
    text-align: center;
    background-color: #443f3a;
    font-size: 17px;
    padding-top: 4px;
}
#sec01 .copy_btn:before {
	content: url('../img/access/arrow.png');
	margin-right: 6px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
#sec02 {
	padding: 49px 0 88px;
}
#mail .special [class^=error] {
	bottom: -20px;
}
#sec02 .wrap {
	background-color: #f0e9db;
	padding: 87px 0 68px;
}
#sec02 .txt {
	line-height: 26px;
	margin-top: 43px;
}
#sec02 .note {
	margin-top: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #cd302e;
	line-height: 32px;
}
#sec02 .note span {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}
#sec02 .note span:before {
	content: url('../img/access/sec2_deco.png');
	position: absolute;
	top: 0;
	left: 0;
}
#sec03 {
	padding: 0 0 51px;
}
#sec03 p {
	margin-top: 51px;
	text-align: center;
}
#sec03 iframe {
	width: 100%;
	height: 600px;
}
#sec04 {
	background: url('../img/access/sec4_bg.png') no-repeat center top,
	url('../img/shared/partent512.jpg') repeat center top;
	padding: 84px 0 70px;
	line-height: 26px;
	color: #fff;
}
#sec04 h2 {
	position: absolute;
	top: 0;
	right: -35px;
	z-index: 1;
}
#sec04 .set1 {
	position: relative;
	top: -43px;
	margin-bottom: -43px;
	line-height: 26px;
}
#sec04 dl {
	width: 440px;
}
#sec04 dl.fr {
	padding-top: 34px;
}
#sec04 dl dt {
	margin-bottom: 7px;
}
#sec04 dl dd.post {
	margin-top: 16px;
	width: 442px;
}
#sec05 {
	background: url('../img/shared/partent512.jpg') repeat center top;
	position: relative;
	padding: 120px 0 109px;
	line-height: 28px;
}
#sec05 .sec05_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background-color: #f0e9db;
	-webkit-transform: skewY(-5.6deg);
	-ms-transform: skewY(-5.6deg);
	-o-transform: skewY(-5.6deg);
	transform: skewY(-5.6deg);
	overflow: hidden;
}
#sec05 .sec05_bg:before {
	content: "";
	position: absolute;
	top: -110px;
	right: 0;
	width: 50%;
	height: 697px;
	padding-left: 174px;
	-webkit-transform: skewY(5.6deg);
	-ms-transform: skewY(5.6deg);
	-o-transform: skewY(5.6deg);
	transform: skewY(5.6deg);
	background: url('../img/access/sec5_img2.png') no-repeat left bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec05 h2 {
	position: absolute;
	left: 426px;
	top: 0;
}
#sec05 dl {
	margin-top: 10px;
}
#sec05 .box01 {
	width: 389px;
}
#sec05 .box01 dl {
	width: 358px;
}
#sec05 .box02 {
	position: absolute;
	top: 348px;
	right: 0;
	width: 372px;
}
#sec05 .set1 {
	margin-top: 22px;
}
#sec05 .box03 {
	width: 541px;
	float: left;
}
#sec05 .box03 dl {
    width: 358px;
    position: relative;
    top: -48px;
    margin-bottom: -48px;
}
#sec05 .box03 .sec05_img {
	margin-left: -54px;
}
#sec05 .box04 {
	width: 449px;
	float: right;
	padding-top: 134px;
}
#sec05 .box04 dl {
	width: 364px;
}
#sec05 .box04 dl dd {
	width: 340px;
}

#sec02 input[type^='radio'] {
  opacity: 0;
}
#sec02 .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 11px;
    width: 11px;
    border: 2px solid #b1b1b1;
    border-radius: 50%
}
#sec02 label {
  position: relative;
}
/* #sec02 label:hover input ~ .checkmark {
    background-color: #000;
    border-color: #000;
} */
#sec02 input:checked ~ .checkmark {
    background-color: #000;
    /*border-color: #000;*/
}


#text_box{
	width:700px;
	margin:0px auto 20px auto;
	padding:20px 0;
    border: double 3px #000000;
	background-color: #FFFFFF;
}
#text_box p.ttl{
	font-size:26px;
	margin-bottom: 8px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-weight: bold;
}
#text_box p.txt{
	text-align:center;
	font-size:17px;
	color:#000;
	line-height:32px;
}