.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.full-width img {
  width: 100%;
  height: auto;
}


/*提携用ヘッダー*/

.mainHeader_tei_topNav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 14px 10px 12px 10px;
  width: 1080px;
}

.mainHeader_tei_headerLogo img {
  max-width: 150px;
  width: 100%;
  border: 1px solid #fff;
}

@media screen and (max-width:799px) {
  .mainHeader_tei_sp {
    background-color: #ed0000;
  }
  .mainHeader_tei_sp_topNav {
    background-color: #ed0000;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
    z-index: 140;
  }
  .mainHeader_tei_sp_headerLogo {
    /*padding: 4.7% 5% 4.7% 4%;*/
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 13px;
    text-align: center;
    width: 38.67%;
  }
  .mainHeader_tei_sp_headerLogo img {
    max-width: 114px;
    width: 100%;
    border: 1px solid #fff;
  }
}


/*提携用ヘッダー*/


/*共通*/

#contents {
  width: 980px;
  margin: 0 auto;
  font-size: 1.6rem;
}

#contents a {
  color: #1a0dab;
  text-decoration: underline;
}

.bg1 {
  background-color: #f7f7f0;
  margin: 0 -200%;
  padding: 5% 200%;
}

.sbtitle {
  margin: 50px 0 15px;
  border-left: 5px solid #FF0000;
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -1em;
}

.textarea {
  margin: 30px 40px;
  text-align: center;
  display: block;
}

.area1 {
  padding-left: 1em;
  margin-top: 3em;
}

.text {
  font-size: 20px;
  text-align: left;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 20px;
}

.text span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.text1 {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin-bottom: 8px;
}

.text2 {
  font-size: 15px;
  text-align: left;
}

.text2-2 {
  font-size: 15px;
  text-align: left;
  margin-left: 250px;
}

.text2-3 {
  font-size: 15px;
  text-align: left;
  padding-left: 3.5em;
}

.text3 {
  font-size: 13px;
  text-align: left;
  padding-left: 4.5em;
}

.text4 {
  font-size: 15px;
  text-align: left;
}

.text5 {
  font-size: 15px;
  padding-left: 2em;
}

.red {
  color: #FF0004;
}

.imgarea {
  text-align: center;
  margin: 20px;
}

.btnarea {
  text-align: center;
  margin: 80px 0;
}

.button2007 {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.button2007::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button2007:hover {
  opacity: 0.8;
  text-decoration: none!important;
}

.last {
  margin-bottom: 5.0rem;
}

.accordion {
  margin: auto;
  /*max-width: 60vw;*/
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin: 2em 0;
}

.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  border: solid 1px #ccc;
  padding: 8px;
  display: block;
  color: #333;
  font-weight: bold;
  width: 500px;
  text-align: center;
  margin-left: 1.5rem;
}

.title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}


/*.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}*/

.toggle:checked+.title+.content {
  max-height: 100%;
  transition: all 1.5s;
}

.toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

@media screen and (max-width:799px) {
  #contents {
    width: 100%;
    padding: 0 8px;
  }
  .text {
    font-size: 13px;
  }
  .btnarea {
    text-align: center;
    margin: 50px 0;
  }
  .sbtitle {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .textarea {
    margin: 5px;
  }
  .area1 {
    padding-left: 5px;
    margin-top: 3em;
  }
  .text {
    font-size: 15px;
  }
  .text1 {
    font-size: 13px;
  }
  .text2 {
    font-size: 13px;
    text-align: left;
  }
  .text2-2 {
    font-size: 13px;
    text-align: left;
    margin-left: 0px;
  }
  .text2-3 {
    font-size: 13px;
    text-align: left;
    padding-left: 0px;
  }
  .text3 {
    font-size: 12px;
    text-align: left;
    padding-left: 1em;
  }
  .text4 {
    font-size: 13px;
    text-align: left;
  }
  .text5 {
    font-size: 13px;
    padding-left: 0em;
  }
  .accordion {
    max-width: 100%;
    margin: 1em auto;
  }
  .title {
    font-size: 13px;
    padding: 8px;
    width: 80%;
    margin-left: 2rem;
  }
  .pa10 {
    padding-top: 10px;
  }
}