@charset "UTF-8";
/* Reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
#wrap{
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.hadazu04 img{
    width: 100%;
}
area{
    cursor: pointer;
}
dt{
    font-weight: normal;
}
.footer_link a span {
    padding: 3% 0% 3% 10%;
}

.guide ul li a {
    pointer-events: none;
}
.footer .guide ul li a img{
    max-width: 750px;
}
.footer .guide ul li{
    text-align: center;
    background: #fff;
}

.guide {
    position: relative;
    }
    .guide .banner {
    position: absolute;
    left: 8%;
    top: 23.5%;
    width: 84%;
    height: 3%;
    display: block;
    }
    .guide .text {
    position: absolute;
    left: 33%;
    top: 33.7%;
    width: 42%;
    height: 1%;
    display: block;
    }
    ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
    .guide .toggle_title {
    position: relative;
    cursor: pointer;
    }
    .guide .toggle_title .arrow {
    background: url(../images/assets/footer_arrow.png) no-repeat 97% center;
    background-size: 10px;
    display: block;
    padding: 3% 0% 3% 10%;
    }
    .guide .toggle_btn {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    }
    .guide .toggle_btn:before {
    width: 2px;
    height: 10px;
    }
    .guide .toggle_contents dt {
    background: #c8e7f4;
    list-style: none inside;
    color: #333;
    border-top: #fff solid 1px;
    }
    .guide .toggle_contents dd {
    display: none;
    }
    .footer ul li {
    border-top: #fff solid 1px;
    }
    .guide ul li img{
    width: 100%;
    height: auto;
    vertical-align: top;
    }
    footer{
        text-align: left;
    }
    body {
        margin-bottom: 250px;
    }
    .cta_btn a:hover,.cta_default a:hover{
    opacity: 0.6;
    transition-duration: 0.6s;
}

.cursor_p{
    cursor: pointer;
}
/* =================================================================
footer
================================================================= */
footer{
	background: #5eb9df;
	margin-top:5%;
}
.footer ul li {
  background: #c8e7f4;
  list-style: none inside;
}

.footer ul li + li {
  border-top: #FFF solid 1px;
}

.footer ul li a {
  color: #333;
  text-decoration: none;
}

.footer_link a span {
  background: url(../images/assets/footer_arrow.png) no-repeat 97% center;
  background-size: 10px;
  display: block;
  padding: 3% 0% 3% 10%;
}

.specific {
  background: url(../images/assets/footer_icon_specific.png) no-repeat 3% center;
  background-size: 30px;
  display: block;
}


.company {
  background: url(../images/assets/footer_icon_company.png) no-repeat 3% center;
  background-size: 30px;
  display: block;
}

.privacy {
  background: url(../images/assets/footer_icon_privacy.png) no-repeat 3% center;
  background-size: 30px;
  display: block;
}

.footer_top {
  background: url(../images/assets/footer_icon_top.png) no-repeat 3% center;
  background-size: 30px;
  display: block;
}

.copy {
  background: #5eb9df;
  color: #FFF;
  text-align: center;
  font-size: 0.8rem;
  padding: 2% 0%;
}

.guide{
position: relative;
}
.guide .banner{
position:absolute;
left:9.5%;
top:42%;
width: 38%;
height: 11%;
display:block;
}
.guide .text{
position:absolute;
left:20.5%;
top:65.5%;
width: 18%;
height: 1.65%;
display:block;
}




@media all and (-ms-high-contrast:none){


}



.cta_btn img{
  width: 100%;
  height: auto;
}



.guide {
position: relative;
}
.guide .banner {
position: absolute;
left: 8%;
top: 23.5%;
width: 84%;
height: 3%;
display: block;
}
.guide .text {
position: absolute;
left: 33%;
top: 33.7%;
width: 42%;
height: 1%;
display: block;
}
ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.guide .toggle_title {
position: relative;
cursor: pointer;
}
.guide .toggle_title .arrow {
background: url(../images/assets/footer_arrow.png) no-repeat 97% center;
background-size: 10px;
display: block;
padding: 3% 0% 3% 10%;
}
.guide .toggle_btn {
position: absolute;
top: 50%;
right: 110px;
transform: translateY(-50%);
display: block;
width: 24px;
height: 24px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border-radius: 50%;
}
.guide .toggle_btn:before {
width: 2px;
height: 10px;
}
.guide .toggle_contents dt {
background: #c8e7f4;
list-style: none inside;
color: #333;
border-top: #fff solid 1px;
}
.guide .toggle_contents dd {
display: none;
}
.footer ul li {
border-top: #fff solid 1px;
}
.guide ul li img{
width: 100%;
height: auto;
vertical-align: top;
}
#floating_bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#floating_bnr img{
  width: auto;
}
.float-bnr.b_btn_active {
  display: block;
  opacity: 1;
  transition: 1s;
  pointer-events: painted;
}
.float-bnr {
  display: none;
}


#confirm_iframe{
  display: none;
}