@charset "utf-8";

/* =============================================================

　　個別設定

============================================================= */


/*  Section01
---------------------------------------------*/
.boxSection01 {
  position: relative;
  min-height: 633px;
  padding: 30px;
  background-image: url(../img/bg-section01_pc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.boxSection01 .boxTtl {
  text-align: center;
}

.boxSection01 .boxTable {
  display: table;
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-top: 1px solid #a5a39d;
  font-size: 18px;
  font-size: 1.8rem;
}

.boxSection01 .boxTable dl {
  display: table-row;
  border-bottom: 1px solid #a5a39d;
}

.boxSection01 .boxTable dl:last-child {
  border-bottom: none;
}

.boxSection01 .boxTable dl.bdn {
  border-bottom: none;
}

.boxSection01 .boxTable dt {
  display: table-cell;
  width: 18%;
  padding: 15px;
  font-weight: bold;
}

.boxSection01 .boxTable dd {
  display: table-cell;
  width: 82%;
  padding: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 768px){
  .boxSection01 {
    position: relative;
    min-height: auto;
    margin: 0 10px;
    padding: 30px 10px;
    background-image: url(../img/bg-section01_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .boxSection01 .boxTtl {
    text-align: center;
  }
  
  .boxSection01 .boxTtl img {
    width: 112px;
  }  

  .boxSection01 .boxTable {
    display: table;
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-top: 1px solid #a5a39d;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .boxSection01 .boxTable dl {
    display: table-row;
    border-bottom: 1px solid #a5a39d;
  }

  .boxSection01 .boxTable dl:last-child {
    border-bottom: none;
  }

  .boxSection01 .boxTable dl.bdn {
    border-bottom: 1px solid #a5a39d;
  }

  .boxSection01 .boxTable dt {
    display: block;
    width: 100%;
    padding: 15px 5px 0;
    font-weight: bold;
  }

  .boxSection01 .boxTable dd {
    display: block;
    width: 100%;
    padding: 15px 5px;
    line-height: 1.4;
  } 
}


/*  Section02
---------------------------------------------*/
.boxSection02 {
  margin-top: 60px;
  text-align: center;
}

.boxSection02 iframe {
  margin-top: 30px;
}

@media screen and (max-width: 768px){
  .boxSection02 {
    margin: 60px 10px;
    text-align: center;
  }

  .boxSection02 iframe {
    margin-top: 30px;
  }  
}


/*  Section03
---------------------------------------------*/
.boxSection03 {
  margin-top: 80px;
  text-align: center;
}

.boxSection03 .txt-top {
  margin-top: 30px;
/*   text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff; */
  font-size: 20px;
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.5;
}


.boxSection03 .boxStep {
  display: flex;
  margin: 20px auto 60px;
}

.boxSection03 .boxStep.icon-arrow {
  position: relative;
}

.boxSection03 .boxStep.icon-arrow::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 50%;
  width: 70px;
  height: 20px;
  background-image: url(../img/icon-arrow.png);
}

.boxSection03 .boxStepTtl {
  width: 300px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #575545;
}

.boxSection03 .boxStepTtl .inner {
  height: 100%;
  padding: 20px 10px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
}

.boxSection03 .boxStepTtl .icon {
  display: inline-block;
  vertical-align: middle;
}

.boxSection03 .boxStepTtl .txt {
  display: inline-block;
  padding-left: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  vertical-align: middle;
}

.boxSection03 .boxStepTtl .icon.step03,
.boxSection03 .boxStepTtl .txt.step03,
.boxSection03 .boxStepTtl .icon.step04,
.boxSection03 .boxStepTtl .txt.step04 {
/*   padding-top: 20px; */
}

.boxSection03 .boxStepTtl .txt span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

.boxSection03 .boxTxt {
  width: 690px;
  margin-left: 6px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #575545;
  background-color: rgba(255,255,255,0.7);
}

.boxSection03 .boxTxt .inner {
  height: 100%;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #575545;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  text-align: left;
}

.boxSection03 .boxTxt .inner .txt01 {
  padding-top: 10px;
}

.boxSection03 .boxTxt .inner .color {
  font-weight: bold;
  color: #e10fab;
}

@media screen and (max-width: 768px){
  .boxSection03 {
    margin: 60px 10px;
  }
  
  .boxSection03 .txt-top {
    margin-top: 30px;
    text-shadow: 2px 2px 3px #fff;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .boxSection03 .boxStep {
    display: flex;
    flex-direction:column;
    margin: 10px auto 40px;
  }

  .boxSection03 .boxStep.icon-arrow {
    position: relative;
  }

  .boxSection03 .boxStep.icon-arrow::after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 45%;
    width: 40px;
    height: 15px;
    background-image: url(../img/icon-arrow.png);
    background-size: 100% 100%;
  }

  .boxSection03 .boxStepTtl {
    width: auto;
    margin-bottom: 10px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #575545;
  }

  .boxSection03 .boxStepTtl .inner {
    height: 100%;
    padding: 10px 10px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
  }

  .boxSection03 .boxStepTtl .icon {
    display: inline-block;
    vertical-align: middle;
  }
  
  .boxSection03 .boxStepTtl .icon img {
    width: 28px;
  }

  .boxSection03 .boxStepTtl .txt {
    display: inline-block;
    padding-left: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    vertical-align: middle;
  }

  .boxSection03 .boxStepTtl .icon.step03,
  .boxSection03 .boxStepTtl .txt.step03,
  .boxSection03 .boxStepTtl .icon.step04,
  .boxSection03 .boxStepTtl .txt.step04 {
    padding-top: 0px;
  }

  .boxSection03 .boxStepTtl .txt span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .boxSection03 .boxTxt {
    width: auto;
    margin-left: 0px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #575545;
    background-color: rgba(255,255,255,0.7);
  }

  .boxSection03 .boxTxt .inner {
    height: 100%;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #575545;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }

  .boxSection03 .boxTxt .inner .txt01 {
    padding-top: 0px;
  }

  .boxSection03 .boxTxt .inner .color {
    color: #e10fab;
  }  
  
}

/*  Section04
---------------------------------------------*/
.boxSection04 {
  height: 330px;
  margin-top: 80px;
  text-align: center;
}

.boxSection04 .txt-coming {
  margin-top: 60px;
/*   text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff; */
  font-size: 30px;
  font-size: 3.0rem;
}

@media screen and (max-width: 768px){
  .boxSection04 {
    height: 200px;
    margin-top: 80px;
    text-align: center;
  }

  .boxSection04 .txt-coming {
    margin-top: 60px;
    font-size: 20px;
    font-size: 2.0rem;
  }  
  
}

/*  Section05
---------------------------------------------*/
.boxSection05 {
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}

.boxSection05 .txt {
  margin-top: 20px;
  padding: 4em;
  background: rgba(255,255,255,0.7);
/*   text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff; */
  line-height: 1.5;
}

.boxSection05 .txt p {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px){
  .boxSection05 .txt {
    margin: 20px 10px;
    padding: 1em;
  }  
  
}


