@charset "UTF-8";

/*---------------------------------------
-------
構造
form_main
  bg
  form_content
    #blcMethod タイトル
    #blcForm > form メインのフォーム
1      fast_wrap
         fast_box > square
2      second_wrap
         second_box_table
3      third_wrap
         third_box
4      third_wrap
         third_box
5      five_wrap
         five_box
6      six_wrap
         six_box_table > six_one
7      sev_wrap
         sev_box_table
    #formSubmit > button 確認画面へ

@media only screen and (max-width: 768px) {

}

-___________________________________________-*/

/*fontなど全体的な設定*/
body{font-size: 16px;}
.form_main{
  padding: 0px 0;
}
.bg {
    width: 100%;
    height: 100vh;
    background: url(../img/bk.jpg)no-repeat top center/cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.form_content{
  max-width: 900px;
  margin: 40px auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;

box-shadow: 5px 5px 5px #11236c1a;
}


h1{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

h2{
  font-size: 22px;
  margin: 0 0 15px;
  padding: 15px 20px 15px 80px;
  background: rgb(221 234 255);
  position: relative;
  color: #24337a;
  font-weight: bold;
}
h2 span{
    position: absolute;
    top: -5px;
    left: 20px;
    display: inline-block;
    width: 42px;
    height: 35px;
    text-align: center;
    background: #24337a;
    color: #fff;
    padding: 15px 0 0;
}
h3{
  font-size: 18px;
  font-weight: bold;
  color: #24337a;
}
.txtError{
  color:#f00;
  line-height: 1.8;
}
.required{color:#fa0}

a:hover{
  text-decoration: none;
}

div[class$="wrap"]{
      margin: 0 0 30px;

}
div[class$="box"]{
  max-width: 660px;
  margin: 0 auto;
padding: 0 20px;
 line-height: 1.8;
}

div[class$="table"]{
  max-width:none;
  padding: 0 20px;
}

p.info {
    padding: 0 10px;
    max-width: 740px;
    margin: 0 auto 10px;
    line-height: 1.3em;
  
}

input[type="radio" i] {
  margin: 0px 3px 0px 5px;
}

@media screen and (max-width: 768px) {
  .bg{
        height: 20vh;
    background: url(../img/bk__.jpg)no-repeat center 60%/cover;
  }
  .form_content{
 margin: 20vh auto 0px;
}
  body{font-size: 14px;}
h1{
  font-size: 22px;
}
  h2{
    font-size: 16px;
    padding: 15px 15px 15px 65px;
    line-height: 1.2em;
  }
  h2 span{
    left: 10px;
    height: 30px;
    padding: 14px 0 0;
  }
h3{
  font-size: 14px;
  font-weight: bold;
  color: #24337a;
}
  div[class$="box"]{
padding: 0 10px;
}
  div[class$="table"]{
  padding: 0 10px;
}
}

/* /fontなど全体的な設定end
___________________________________________-*/


/*---------------------------------------------------
タイトル#blcMethod*/
#blcMethod{
  text-align: center;
  padding: 30px 20px;
  background: #24337A;
background: linear-gradient(340deg, rgb(139 14 208) 0%, rgba(96,36,194,1) 34%, rgba(99,36,194,1) 61%, rgba(36,51,122,1) 98%);
background: linear-gradient(315deg, rgba(36,51,122,1) 0%, rgba(99,36,194,1) 50%, rgba(158,12,238,1) 100%);
background: linear-gradient(339deg, rgba(54,0,236,1) 0%, rgba(35,51,129,1) 29%, rgba(43,49,137,1) 45%, rgba(99,36,194,1) 79%, rgba(158,12,238,1) 100%);
background: linear-gradient(339deg, rgba(10,97,103,1) 0%, rgba(35,51,129,1) 29%, rgba(43,49,137,1) 45%, rgba(99,36,194,1) 79%, rgba(158,12,238,1) 100%);
background:linear-gradient(339deg, rgba(10,97,103,1) 0%, rgba(35,51,129,1) 29%, #951ddf 80%, #DF1D37 100%);
      background: linear-gradient(339deg, rgba(10,97,103,1) 0%, rgba(35,51,129,1) 60%, #a82f3f 100%);
  color: #fff;
  line-height: 1.5;
}
/* /タイトルend
___________________________________________-*/
/*---------------------------------------
中身#blcForm-------*/
#blcForm{
  padding: 30px 30px 20px;
}
@media screen and (max-width: 768px) {
  #blcForm {
    padding: 25px 10px 15px;
}
}
/* /中身end
___________________________________________-*/
/*---------------------------------------
table-------*/

table{
  width: 100%;
}
table tr{
    position: relative;
  overflow: hidden;
  box-sizing: border-box;
    display: flex;

}
table tr th,table tr td{
    position: relative;
  padding: 1.5em 1em;
}
table tr th{
  width: 30%;
  color: #24337a;
  border-bottom: 3px solid #24337a;
/*
  display: flex;
  align-items: center;
*/
}

table tr td{
  width: 70%;
  border-bottom: 3px solid #d7d7d7;
  box-sizing: border-box;
  display: block;
  line-height: 1.8;
}

table tr:first-child th {
    border-top: 3px solid #24337a;
}
table tr:first-child td {
    border-top: 3px solid #d7d7d7;
}

table tr:last-child th,table tr:last-child td{
  border-bottom:0px;
}

input {
    padding: 5px 8px;
}

input[type="text" i] {
      width: 90%;
}
input.narrowSize{
box-sizing:border-box;
width:15%;
}
input.smallSize{
box-sizing:border-box;
width:35%;
}
input.middleSize{
box-sizing:border-box;
width:55%;
}
input.wideSize{
box-sizing:border-box;
width:80%;
}
input.fullSize{
box-sizing:border-box;
width:100%;
}
textarea.fullSize{
box-sizing:border-box;
   resize: vertical;
width:100%;
height:100px;
}
@media screen and (max-width: 768px) {
  
  table tr{
    flex-direction: column;
  }
  table tr th{
        text-align: center;
    width: 100%;
    display: block;
    padding: .8em .2em;
    color: #fff;
    background: #24337a;
  }
  table tr td{
    padding: 0.8em 0.5em 1.5em;
    display: block;
    width: 100%;
    border: 0px;
  }
  table tr:first-child td {
    border-top: 0px solid #d7d7d7;
  }
  input.narrowSize{
  width:35%;
  }
  input.smallSize{
  width:60%;
  }
  input.middleSize{
  width:100%;
  }
  input.wideSize{
  width:100%;
  }
}
.focusAnimation{
border:1px solid #aaa;
transition:all 0.3s ease-in-out 0s;
}
.focusAnimation:focus{
border:1px solid #39c;
box-shadow:0 0 5px #39c;
outline:medium none;
transition:all 0.3s ease-in-out 0s;
}

/*---------------------------------------
#formSubmit button.btn-------*/

#formSubmit{
    text-align: center;
}
#formSubmit button{
  background: #24337a;
    padding: 24px 35px 24px;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.1em;
    border: 1px solid #24337a;
    margin: 20px 0 90px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
#formSubmit button:hover{
      color: #24337a;
  background: #fff;
  border: 1px solid #24337a;
}
/* .confirmページ */
.confirm #formSubmit button{
  margin: 30px 15px 90px;
  padding: 24px 45px 24px;
}
.confirm #formSubmit button.back{
  background: #fff;
    color: #24337a;
}
.confirm #formSubmit button.back:hover{
  background: #eef4ff;
}
@media screen and (max-width: 768px) {
  #formSubmit button{
    font-size: 16px;
    padding: 18px 35px 18px;
  }
.confirm #formSubmit button{
    font-size: 16px;
      padding: 13px 35px 13px;
  }

}
/* /#formSubmit button.btn
___________________________________________-

/* /table end
___________________________________________-*/
/*---------------------------------------
policy-------*/
.policy{
      width: 90%;
    margin: 20px auto;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  
}

/* /policye end
___________________________________________-*/
*/
/*---------------------------------------
#blcPolicy-------*/
#blcPolicy{
  max-width: 900px;
     margin: 50px auto 0;
}

#blcPolicy h2{
      text-align: center;
    font-size: 22px;
    color: #24337a;
    font-weight: bold;
      margin-bottom: 20px;
}
#blcPolicy dt{
      font-size: 18px;
      margin: 1em 0 0em;
}
#blcPolicy dl{
      margin-bottom: 10px;
}
/* /#blcPolicy
___________________________________________-*/

/*---------------------------------------
1 fast_wrap-------*/
.fast_wrap .pdf{
  text-align: center;
  margin: 20px 0;
}
.fast_wrap .square{
  text-align: center;
  font-size: 18px;
}
.fast_wrap .square label{
      display: inline-block;
      margin: 0px auto 0px;
    border: 1px solid #24337a;
padding: 15px 20px;
    border-radius: 10px;
}
.fast_wrap .square label img {
  max-width: 50px;
    margin: 0 0 7px;
}
@media screen and (max-width: 768px) {
  .fast_wrap .square label{
        padding: 15px 10px;
  }
}


/* /1 fast_wrapend
___________________________________________-*/
/*
---------------------------------------
2 second_wrap-------*/
.second_box_table table tr:first-child th,.second_box_table table tr:first-child td {
    border-top: 0px;
}
@media screen and (max-width: 768px) {
  .second_wrap tr.birthday input.narrowSize {
    width: 20%;
}

}



/* /2 second_wrap end
___________________________________________-*/
/*---------------------------------------
3 third_wrap-------*/
.third_box{
/*
max-width: 595px;
    margin: 0 auto;
  line-height: 1.5em !important;
*/
}

/* /3 third_wrap end
___________________________________________-*/
@media screen and (max-width: 768px) {
.five_box h3,.six_box_table h3{
text-align: center;
    width: 100%;
    display: block;
    padding: 0.8em 0.2em;
    color: #fff;
    background: #24337a;
  font-weight: normal;
      margin-bottom: 5px;
}
}
/*
---------------------------------------
6 six_wrap-------*/
.six_box_table .six_one{
  text-align: center;
    margin: 10px 20px 20px;
}
.six_box_table .six_one h3{
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .six_box_table .six_one {
    text-align: center;
    margin: 10px 0px 20px;
    line-height: 1.3;
}
}
/* /6 six_wrap end
___________________________________________-*/

/*
---------------------------------------
7 sev_wrap-------*/

.sev_box_table table tr:last-child th,.sev_box_table table tr:last-child td {
    border-bottom: 3px solid #24337a;
}

.sev_box_table h3{
  padding: 10px 0 10px 20px;
}
.sev_box_table h3.kikoku{
  padding: 30px 0 10px 20px;
}
@media screen and (max-width: 768px) {
.sev_box_table h3{
padding: 10px 0 10px;
      font-size: 18px;
    text-align: center;
}
  .sev_box_table h3.kikoku{
  padding: 30px 0 10px 0px;
}
}

/* /7 sev_wrap end
___________________________________________-*/

/*
---------------------------------------
confirm.php-------*/
.confirm .kakunin{
  text-align: center;
    font-size: 26px;
    color: #24337a;
    font-weight: bold;
      padding: 0 0 15px;
}
.confirm p.info{
  text-align: center;
}




.confirmbtn button.back {
    background: #fff;
    color: #24337a;
}
.confirmbtn button.back:hover {
    background: #eef4ff;
}
@media screen and (max-width: 768px) {
  .confirm tr td{
    padding: 0.3em 0.5em 1em;
  }
.confirm .kakunin{
  font-size: 22px;
  }
}
/* / confirm.php
___________________________________________-*/

.copyright>.inner {
    text-align: center;
    display: block;
    font-size: 11px;
}


