@charset "UTF-8";

.inner_1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
.inner_1060 {
  max-width: 1060px;
  width: 94%;
  margin: 0 auto;
}

.all_Wrap {
}

/*
#title_Box {
  width: 100%;
  margin-top: 83px;
  padding: 350px 0 350px;
  padding-top: 35.7142857142857%;
  z-index: 0;
  background: url("../img/sss/title_bg.jpg") center top no-repeat;
  background-size: cover;
   text-shadow: 2px 0 2px #FEFEFE, -2px 0 2px #FEFEFE, 0 2px 2px #FEFEFE, 0 -2px 2px #FEFEFE; 
  text-shadow: 5px 0 5px #FEFEFE, -5px 0 5px #FEFEFE, 0 5px 5px #FEFEFE, 0 -5px 5px #FEFEFE;
   position: relative; 
}
*/
#title_Box {
  width: 100%;
  margin-top: 83px;
  padding: 50px 0 50px;
  z-index: 0;
  background: #EFEFEF;
  background: url("../img/common/title_bg.jpg") center 0 repeat;
  background-size: cover;
}

/*
.page_Ttl {
  color:#5f5f5f;
  color:#fff;
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top:8%;
  right:3%; 
  opacity: .8;
   text-shadow: 2px 0 2px #FEFEFE, -2px 0 2px #FEFEFE, 0 2px 2px #FEFEFE, 0 -2px 2px #FEFEFE; 
  text-shadow: 5px 0 5px #FEFEFE, -5px 0 5px #FEFEFE, 0 5px 5px #FEFEFE, 0 -5px 5px #FEFEFE;
  z-index: 2;
}
*/
.page_Ttl {
  color:#FFF;
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  /* text-shadow: 5px 0 5px #FEFEFE, -5px 0 5px #FEFEFE, 0 5px 5px #FEFEFE, 0 -5px 5px #FEFEFE; */
  z-index: 2;
}

.contents {
  /* padding: 80px 0 0; */
}



/* common
--------------------------- */


/* sec01
--------------------------- */
.sec01 {
  margin: 100px auto;
  text-align: center;
}
.sec01 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.16em;
  margin: 0 auto 2em;
}
.sec01 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
}
.sec01 p.lead {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 auto 40px;
}

/* sec02
--------------------------- */
.sec02 {
  margin: 0 auto 100px;
}
.sec02 ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 ul li {

}
 .sec02 ul li:nth-child(1) {
width: 100%;
margin-bottom: 0.357142857142857%;
} 
.sec02 ul li:nth-child(2),
.sec02 ul li:nth-child(3){
width: 33.071428571428571%;
}
.sec02 ul li:nth-child(4){
width: 33.142857142857143%;
}
.sec02 ul li figure {
  position: relative;
}
.sec02 ul li figcaption {
  position: absolute;
  bottom:9px;
  right:10px;
  font-size: 12px;
  color:#FFF;
  font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transform: rotate(.028deg);
  -ms-transform: rotate(.028deg);
  transform: rotate(.028deg);
}

/* sec03
--------------------------- */
.sec03 h3 {
  font-size:28px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto 2.142857142857143em;
}

.step {
border: 1px solid #9c9c9c;
box-sizing: border-box;
}

.step figure{
position: relative;
width: 50%;
height: fit-content;
}
.step figure figcaption{
  position: absolute;
  bottom:7px;
  right:7px;
  font-size: 12px;
  color:#FFF;
  -webkit-transform: rotate(.028deg);
  -ms-transform: rotate(.028deg);
  transform: rotate(.028deg);
}
.step figure figcaption.cap_B{
  color:#333;
}
.step figure figcaption.cap_ShaB{
-moz-text-shadow: 0px 0px 15px rgba(98, 111, 118, 1);
-webkit-text-shadow: 0px 0px 15px rgba(98, 111, 118, 1);
-ms-text-shadow: 0px 0px 15px rgba(98, 111, 118, 1);
text-shadow: 0px 0px 15px rgba(98, 111, 118, 1);
}

.step .text_box{
width: 50%;
padding: 2.5%;
}
.step .text_box h4{
display: flex;
align-items: center;
font-size: 21px;
line-height: 1.4;
letter-spacing: 0.06em;
color: #004c76;
margin-bottom: 0.8em;
}
.step .text_box h4 span{
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #004c76;
font-size: 110%;
width: 35px;
height: 35px;
margin-right: 0.4em;
padding: 0 0 0 0.07em;
font-family: 'Jost', sans-serif;
}
.step .text_box p{
font-size: 15px;
line-height: 1.6;
margin-bottom: 0.6em;
}
.step .text_box p span{
display: inline-block;
text-align: center;
border: 1px solid #000;
width: 19px;
height: 19px;
line-height: 1.4;
margin: 0 0.3em;
font-family: 'Jost', sans-serif;
}
.step .text_box p.text_notes{
font-size: 80%;
}

.step .text_box ul{

}
.step .text_box ul li{
line-height: 1.3;
}
.step .text_box ul:nth-of-type(1){
margin-bottom: 1em;
}
.arrow {
display: flex;
justify-content: center;
margin: 32px auto;
}


.tab_sp { display: none;}

/* -------------------------------
  調整
------------------------------- */
@media only screen and (min-width: 831px) and (max-width: 1350px) {



  .tab_sp { display: block;}

}


/* -------------------------------
  SP
------------------------------- */
@media only screen and (max-width: 830px) {

  .tab_sp { display: block;}

  .inner_1000,
  .inner_1060 {
    width: 88%;
  }

/*
  #title_Box {
    width: 100%;
    margin-top: 74px;
    padding: 120px 0 120px;
    background: url("../img/sss/title_bg_sp.jpg") top 25% center no-repeat;
    background-size: cover;
    z-index: 0;
  }
*/
    #title_Box {
    width: 100%;
    margin-top: 74px;
    padding: 30px 0 30px;
    z-index: 0;
  }

  .page_Ttl {
    font-size: 26px;
    margin: 0 auto;
    z-index: 1;
  }

  .contents {
    /* padding: 40px 0 0; */
  }


  /* common
  --------------------------- */


  /* sec01
  --------------------------- */
  .sec01 {
    margin: 50px auto;
    text-align: center;
  }
  .sec01 h3 {
    font-size: 18px;
    margin: 0 auto 40px;
  }
  .sec01 p {
  /*text-align: justify;*/
    font-size: 13px;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
  }
  .sec01 p.lead {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
  }

  /* sec02
  --------------------------- */
  .sec02 {
    margin: 0 auto 50px;
  }

  /* sec03
  --------------------------- */
  .sec03 h3 {
    font-size: 24px;
  }
  .step {
  flex-wrap: wrap;
  }
  .step figure {
      width: 100%;
  }
  .step .text_box {
      width: 100%;
      padding: 4% 4% 2.5%;
  }
  .step .text_box h4 {
  font-size: 18px;
  }
  .step .text_box h4.f-size {
  font-size: 16px;
  }
  .step .text_box p {
      font-size: 13px;
      letter-spacing: 0.06em;
      margin-bottom: 1em;
  }
  .step .text_box p span {
      line-height: 1.6;
      }
  .step .text_box p.text_notes {
      font-size: 11px;
  }
  .step .text_box ul {
  font-size: 13px;
  }
  .arrow {
  margin: 20px auto;
  }

}
