@charset "UTF-8";

/*=====================================================================================================
defult
=====================================================================================================*/

.official_caption {
    position: absolute;
    padding: 0;
    left: 3%;
    margin-top: 5%;
}

#sub_container img {
  max-width:100%;
  vertical-align:bottom
}

#sub_container .str_clr {
  color:#dea239;
  font-weight:bold
}

p {

}

#sub_container a {
  color:#FFA134;
  text-decoration:none;
  display: inline !important;
}

#sub_container a:link {
  color:#FFA134;
}

#sub_container a:visited {
  color:#FFA134;
}

#sub_container a:active {
  color:#FFA134;
}

#wrap {
  width:100%;
  overflow-x:hidden
}
.magb10 {
  margin-bottom:10px!important
}
.magb30 {
  margin-bottom:30px!important
}

#sub_container .btn img{
  width:85%;
  margin:0 auto;
  display:block;
}

header .visual{
border-bottom:0px double #a2ad94;
}
#teller_Area{
background:#fff;
margin-left: 6px;
margin-right: 6px;
}


header .topContents p{
  background:url('../img/title_txt_bg.jpg') repeat-y;
  background-position: center top;
  text-align:center;
  background-size:100%;
  padding:5%;
}

header .visual2 img{
position: absolute;
    top: 0;
    z-index: 1;
    max-width: 480px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
header p {
  
}
/*=====================================================================================================
container
=====================================================================================================*/

#contents_top {
background-size:100%;
position: relative;
}


#contents_top p{
line-height: 40px;
margin: 0px;
font-size: 14px;
}


.lady {
    width: 90px;
    margin-top: -50%;
    margin-left: 5%;
}

/*=====================================================================================================
video
=====================================================================================================*/

#movie_area {
    padding-bottom: 0;
}

#movie_area h3{
    text-align: center;
    position: relative;
    font-size: 1.1em;
    margin: 10% 0 7%;
}

#movie_area h3 span{
    background: linear-gradient(transparent 60%, #F8F5AC 60%);
}


#movie_area img{
    background: #F9BB00;
    padding: 5px;
    width: 55%;
    margin: 5% auto;
    display: block;
}

iframe {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 2px #ddd;
    box-sizing: border-box;
}

.video_txt {
text-align: center;
line-height: 1.5;
margin: 5%;
font-size: 17px;
}


#sub_txt label input{
  display: none;
}


#sub_txt label .image {
    position: absolute;
    display: block;
    background: url(../img/checkbox.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 0 0.25em;
}
#sub_txt label input:checked + .image{
    background-position: 0 -2.46em;
}
#sub_txt .image_on {
    position: absolute;
    display: block;
    background: url(../img/checkbox_on.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: 0 0.25em;
}

/*=====================================================================================================
sub_container
=====================================================================================================*/


#sub_container {
  margin-top: 5%;
}

#sub_txt{

}

#sub_container .box{
    position: relative;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3% 3%;
    height: 4.5em;
}


#sub_txt p{

    display: block;
    line-height: 1.5;
    margin-left: 3.2em;
    font-weight: bold;
    font-size: 14px;
}

  .clear {
    clear:both;　/*floatの解除、ここがポイント*/
}



.suppor_txt {
    position: relative;
    padding: 1rem 1rem;
    width: 90%;
    font-size: 14px;
    line-height: 1.5em;
    background: #F8F7F4;
    margin: 0 auto 5%;
    text-align: center;
}

.suppor_txt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    border: 13px solid transparent;
    border-top-color: #F8F7F4;
}

#sub_container .txt2 {
    font-size: 1em;
    padding: 0;
    margin: 0;
    color:#FFA134;
    border: none;
    background: none;
}


/*=====================================================================================================
Btn
=====================================================================================================*/

#d_check {
    font-size: 15px;
    color: #000;
    margin-top: 3%;
    overflow-x: hidden;
}


#btn_area {
padding: 5%;
}

#btn_area a:link {

}

#btn_area a:visited {

}

#btn_area a:active {

}


input[type="submit"] {
   -webkit-appearance: none;
}

button[type="submit"] {
   -webkit-appearance: none;
}



#btn1 {
  position: relative;
  margin-bottom: 4%;
}

.btn1 {
   text-align: center;
    padding: 2.5em 1em;
    text-decoration: none;
    background: #FFA134;/*ボタン色*/
    color: #FFF;
    box-shadow:0px 4px 5px -1px #c0c0c0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 1em;
    border-color: #FFA134;
} 


#btn1 p::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10%;
    bottom: 42px;
}

#btn2 {
  position: relative;
  margin-bottom: 4%;
}

.btn2 {
    text-align: center;
    padding: 1em 1em;
    text-decoration: none;
    background: #fff;
    border: 1px solid #C9C6C0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #C9C6C0 !important;
}

#btn3 {
  position: relative;
  margin-bottom: 4%;
}

#btn3 a{
    text-align: center;
    padding: 1em 1em;
    text-decoration: none;
    background: #FFFAEA;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 1px solid #F5AB55 !important;
    line-height: 1.4em;
    color: #564f4e !important;
    display: block !important;
    font-weight: bold;
    box-shadow: 0 2px 2px 2px rgb(159 159 159 / 18%);
} 


#btn4 {
  position: relative;
  margin-bottom: 4%;
}

.btn4{
  text-align: center;
    padding: 1.5em 1em;
    text-decoration: none;
    background: #FFA134;/*ボタン色*/
    color: #FFF;
    box-shadow:0px 4px 5px -1px #c0c0c0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 1.3;
    display: block;
    font-size: 1.1em;
    border-color: #FFA134;

} 
#btn4 p::after{
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10%;
    bottom: 37px;
}



#btn5 {
  position: relative;
}

#btn5 a{
    text-align: center;
    padding: 1em 1em;
    text-decoration: none;
    background: #fff;
    border: 1px solid #C9C6C0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block !important;
    border: 1px solid #C9C6C0 !important;
    color: #564f4e !important;
    line-height: 1em;
} 


#btn5 a::after{

}


#btn6 {
  position: relative;
  margin-bottom: 4%;
}

button,input[type="submit"]{
	outline: none;
	border: none;
}


#btn6 button[type="submit"]{
    padding: 2.5em 1em;
    text-decoration: none;
    background: #FFA134;/*ボタン色*/
    color: #FFF;
    box-shadow:0px 4px 5px -1px #d3d3d3;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
    border-color: #FFA134;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;

} 

#btn6 button[type="submit"][disabled]{

    border-color: #FFC684;
    background: #FFC684;/*ボタン色*/
    text-align: center;
    padding: 2.5em 1em;
    text-decoration: none;
    color: #FFF;
    box-shadow:0px 4px 5px -1px #c0c0c0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 1.1em

}


/*=====================================================================================================
footer
=====================================================================================================*/



/*=====================================================================================================
kiyaku
=====================================================================================================*/

 #summary1 {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    border: 2px solid #F9BB00;
    border-radius: 5px;
    line-height: 1.5;
    margin-bottom: 5%;
}

  #summary1 h1 {
    text-align: center;
    background: #F9BB00;
    color: #fff;
    font-size: 18px;
    margin:0;
    text-align: center;
    display: block;
    font-weight: bold;
  }

 #summary {
    height: 240px;
    overflow: scroll;
    margin: 0 auto;
    padding: 5%;;
    font-size: 13px;
}



/*=================================================
UNDER 320 DEVICE
=================================================*/
@media only screen and (max-width: 320px) {



#sub_txt label input:checked + .image {
    background-position: 0 -2.9em;
}

#sub_txt p {
    font-size: 13px;
}

#sub_container .icon {
    float: left;
    margin-right: 3%;
    margin-top: 4px;

}


.lady {
    width: 70px;
    margin-top: -50%;
    margin-left: 5%;
}


#btn2 p::after {

  bottom: 17px;
}


#btn_area {
font-size: 12px;
}



}

