@charset "UTF-8";
/* CSS Document */
/*プリントアウト用CSS（PCと同内容）*/
img {
  width: auto;
}

.page_title {
  background-color: #23B8BC;
  margin-bottom: 0;
}

.page_title h2 {
  margin-bottom: 0;
}

.wrapper {
  background-color: #8B3625;
  padding: 40px 0;
  margin-bottom: 60px;
}

.contents {
  background-color: #FFF;
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  padding: 70px 0 50px;
}

.section01 {
  width: 926px;
  margin: 0 auto 2em;
}

.section01 .block01 {
  float: left;
  width: 184px;
  padding-bottom: 2em;
}

.section01 .block02 {
  float: right;
  width: 702px;
  padding-bottom: 2em;
}

.section02 {
  width: 850px;
  margin: 0 auto 8em;
}

.section02 .block01 {
  width: 424px;
  float: left;
}

.section02 .block02 {
  width: 424px;
  float: right;
}

.section03 {
  text-align: center;
  margin-bottom: 8em;
}

.section03 img {
  width: 100%;
}

.section03 .block01 {
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1000px;
  width: 100%;
}

.section03 .block02 {
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1063px;
  width: 100%;
}

.section03 .block03 {
  margin: 0 auto;
  margin-bottom: 3em;
  max-width: 830px;
  width: 100%;
}

.section03 .block04 {
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 858px;
  width: 100%;
}

.section04 {
  text-align: center;
  background: #F9E9EC;
  width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}

.section04 .block01 {
  position: relative;
  top: -30px;
  margin-bottom: 0;
}

.section04 .block02 {
  width: 670px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 17px;
  background: url(../images/present_q.png) no-repeat;
}

.section04 .block02 p {
  padding-left: 45px;
}

.section04 .block03 {
  margin-bottom: 30px;
}

.section04 .block04 {
  padding-bottom: 30px;
}

.section05 {
  text-align: center;
  margin-bottom: 2em;
}

/*  スマホ向けのスタイル：0以上-------------------------------------------------*/
@media only screen and (min-width: 0px) {
  img {
    width: 100%;
  }
  .page_title {
    background-color: #23B8BC;
    margin-bottom: 0;
  }
  .page_title h2 {
    margin-bottom: 0;
  }
  .wrapper {
    background-color: #8B3625;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .contents {
    background-color: #FFF;
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  .section01 {
    width: 94%;
    margin: 0 auto 1.5em;
  }
  .section01 .block01 {
    float: none;
    width: 25%;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .section01 .block02 {
    float: right;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0em;
  }
  .section02 {
    width: 75%;
    margin: 0 auto 4em;
    line-height: 1;
  }
  .section02 .block01 {
    width: 100%;
    float: left;
  }
  .section02 .block02 {
    width: 100%;
    float: right;
  }
  .section03 {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    /*margin-bottom:4em;*/
  }
  .section03 .block01 {
    margin-bottom: 2em;
  }
  .section03 .block02 {
    margin-bottom: 1em;
  }
  .section03 .block03 {
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 830px;
    width: 100%;
  }
  .section03 .block04 {
    margin: 0 auto;
    margin-bottom: 3em;
    max-width: 858px;
    width: 100%;
  }
  .section04 {
    text-align: center;
    background: #F8E7EB;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5%;
  }
  .section04 img {
    width: 90%;
  }
  .section04 .block01 {
    position: relative;
    top: -30px;
    margin-bottom: 0;
  }
  .section04 .block02 {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    font-size: 13px;
    background: url(../images/present_q.png) no-repeat;
  }
  .section04 .block02 p {
    padding-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section04 .block03 {
    margin-bottom: 20px;
  }
  .section04 .block04 {
    padding-bottom: 5px;
  }
  .section05 {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .section05 img {
    width: 90%;
  }
  .section06 {
    text-align: center;
    margin-bottom: 1em;
  }
  .section06 img {
    width: 90%;
  }
}
/*  タブレット向けのスタイル：768px以上--------------------------------------------*/
@media only screen and (min-width: 768px) {
  img {
    width: 100%;
  }
  .page_title {
    background-color: #23B8BC;
    margin-bottom: 0;
  }
  .page_title h2 {
    margin-bottom: 0;
  }
  .wrapper {
    background-color: #8B3625;
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .contents {
    background-color: #FFF;
    width: 96%;
    margin: 0 auto;
    padding: 70px 0 50px;
  }
  .section01 {
    width: 96%;
    margin: 0 auto 2em;
  }
  .section01 .block01 {
    float: left;
    width: 20%;
    padding-bottom: 2em;
  }
  .section01 .block02 {
    float: right;
    width: 76%;
    padding-bottom: 2em;
  }
  .section02 {
    width: 90%;
    margin: 0 auto 8em;
  }
  .section02 .block01 {
    width: 49.8%;
    float: left;
  }
  .section02 .block02 {
    width: 49.8%;
    float: right;
  }
  .section03 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 8em;
    padding: 0;
  }
  .section03 .block01 {
    margin-bottom: 2em;
  }
  .section03 .block02 {
    margin-bottom: 4em;
  }
  .section03 .block03 {
    margin: 0 auto;
    margin-bottom: 3em;
    max-width: 830px;
    width: 100%;
  }
  .section03 .block04 {
    margin: 0 auto;
    margin-bottom: 4em;
    max-width: 858px;
    width: 100%;
  }
  .section04 {
    text-align: center;
    background: #F8E7EB;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .section04 img {
    width: auto;
  }
  .section04 .block01 {
    position: relative;
    top: -50px;
    margin-bottom: 0;
  }
  .section04 .block02 {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    font-size: 17px;
    background: url(../images/present_q.png) no-repeat;
  }
  .section04 .block02 p {
    padding-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section04 .block03 {
    margin-bottom: 30px;
  }
  .section04 .block04 {
    padding-bottom: 30px;
  }
  .section05 {
    text-align: center;
    margin-bottom: 2em;
  }
  .section05 img {
    width: auto;
  }
  .section06 {
    text-align: center;
    margin-bottom: 2em;
  }
  /*	.section06 img{
  		width:90%;
  	}

  */
}
/*  PC向けのスタイル：1000px以上-------------------------------------------------*/
@media only screen and (min-width: 1000px) {
  img {
    width: auto;
  }
  .page_title {
    background-color: #23B8BC;
    margin-bottom: 0;
  }
  .page_title h2 {
    margin-bottom: 0;
  }
  .wrapper {
    background-color: #8B3625;
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .contents {
    background-color: #FFF;
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    padding: 70px 0 50px;
  }
  .section01 {
    width: 926px;
    margin: 0 auto 2em;
  }
  .section01 .block01 {
    float: left;
    width: 184px;
    padding-bottom: 2em;
  }
  .section01 .block02 {
    float: right;
    width: 702px;
    padding-bottom: 2em;
  }
  .section02 {
    width: 850px;
    margin: 0 auto 8em;
  }
  .section02 .block01 {
    width: 424px;
    float: left;
  }
  .section02 .block02 {
    width: 424px;
    float: right;
  }
  .section03 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .section03 img {
    width: 100%;
  }
  .section03 .block01 {
    margin: 0 auto;
    margin-bottom: 6rem;
    max-width: 1020px;
    width: 100%;
  }
  .section03 .block02 {
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 1020px;
    width: 100%;
  }
  .section03 .block03 {
    margin: 0 auto;
    margin-bottom: 3em;
    max-width: 830px;
    width: 100%;
  }
  .section03 .block04 {
    margin: 0 auto;
    margin-bottom: 4em;
    max-width: 858px;
    width: 100%;
  }
  .section04 {
    text-align: center;
    background: #F8E7EB;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
  }
  .section04 .block01 {
    position: relative;
    top: -50px;
    margin-bottom: 0;
  }
  .section04 .block02 {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    font-size: 17px;
    background: url(../images/present_q.png) no-repeat;
  }
  .section04 .block02 p {
    padding-left: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section04 .block03 {
    margin-bottom: 30px;
  }
  .section04 .block03 img {
    width: 100%;
  }
  .section04 .block04 {
    padding-bottom: 30px;
  }
  .section05 {
    text-align: center;
    margin-bottom: 2em;
  }
  .section06 {
    text-align: center;
    margin-bottom: 8em;
  }
}
/* ------------------------------------------------------*/
/*  追記 ------------------------------------------------*/
/* ------------------------------------------------------*/
.section04 {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 735px) {
  .section04 {
    padding: 20px;
  }
}

.section04 .blockWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 735px) {
  .section04 .blockWrap {
    display: block;
  }
}

.child._l {
  width: 55.5%;
}
.child._l img {
  width: 100%;
}
.child._l .img {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 735px) {
  .child._l {
    width: 100%;
  }
}

.child._r {
  width: 36%;
}
.child._r img {
  width: 100%;
}
@media (max-width: 735px) {
  .child._r {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

.section07 {
  padding: 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 735px) {
  .section07 {
    padding: 0 0 2rem;
  }
}

.section07 .wrap {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1025px) {
  .section07 .wrap {
    width: 90%;
  }
}

.section07 .wrap .breBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section07 .wrap .breBox img {
  width: 100%;
}
.section07 .wrap .breBox .txt {
  width: 65%;
}
@media (max-width: 1025px) {
  .section07 .wrap .breBox .txt {
    width: 100%;
  }
}
.section07 .wrap .breBox .txt .colorT {
  font-size: 140%;
  font-weight: 600;
  color: #9F032D;
  margin-bottom: 0.8rem;
}
.section07 .wrap .breBox .img01 {
  width: 30%;
}
@media (max-width: 1025px) {
  .section07 .wrap .breBox .img01 {
    width: 60%;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 735px) {
  .section07 .wrap .breBox .img01 {
    width: 80%;
  }
}
.section07 .wrap .breBox dl {
  text-align: center;
}
.section07 .wrap .breBox dl dd {
  font-size: 86%;
  line-height: 1.5;
}
.section07 .wrap .breBox dl dd span {
  font-size: 118%;
}

.section07 .wrap .breBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto;
}
@media (max-width: 735px) {
  .section07 .wrap .breBox2 {
    margin: 0.5rem auto 1rem;
  }
}
.section07 .wrap .breBox2 .col {
  width: 23.5%;
  text-align: center;
  margin: 0 0 10px;
}
.section07 .wrap .breBox2 .col p {
  margin: 0 auto;
}
.section07 .wrap .breBox2 .col img {
  width: 100%;
}
@media (max-width: 735px) {
  .section07 .wrap .breBox2 .col {
    width: 48.5%;
  }
}

.section07 .wrap .breBox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 30px;
}
.section07 .wrap .breBox3 img {
  width: 100%;
}
.section07 .wrap .breBox3 .txt {
  width: 40%;
}
@media (max-width: 1025px) {
  .section07 .wrap .breBox3 .txt {
    width: 100%;
  }
}
.section07 .wrap .breBox3 .txt .colorT {
  font-size: 140%;
  font-weight: 600;
  color: #9F032D;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.section07 .wrap .breBox3 .img01 {
  width: 20%;
}
@media (max-width: 1025px) {
  .section07 .wrap .breBox3 .img01 {
    width: 35%;
    margin: 0 auto 1.4rem;
  }
}
@media (max-width: 735px) {
  .section07 .wrap .breBox3 .img01 {
    width: 80%;
  }
}
.section07 .wrap .breBox3 .img02 {
  width: 35%;
}
@media (max-width: 1025px) {
  .section07 .wrap .breBox3 .img02 {
    width: 60%;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 735px) {
  .section07 .wrap .breBox3 .img02 {
    width: 80%;
  }
}
.section07 .wrap .breBox3 dl dd {
  font-size: 84%;
  line-height: 1.65;
}
.section07 .wrap .breBox3 dl dd p {
  font-size: 120%;
  margin: 0;
}

.mb_type01 {
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .mb_type01 {
    margin-bottom: 20px;
  }
}

.section04 .qiz {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section04 .qiz .txt_q {
  width: 53%;
  text-align: left;
  position: relative;
  padding-left: 48px;
}
.section04 .qiz .txt_q img {
  width: 100%;
}
@media (max-width: 735px) {
  .section04 .qiz .txt_q {
    width: 100%;
    padding: 0 0 0 26px;
  }
}
.section04 .qiz .txt_q:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  display: block;
  width: 100%;
  height: 35px;
  background: url(../images/present_q.png) no-repeat;
  background-size: contain;
}
@media (max-width: 735px) {
  .section04 .qiz .txt_q:before {
    height: 15px;
  }
}
.section04 .qiz .img_q {
  width: 35%;
}
.section04 .qiz .img_q img {
  width: 100%;
}
@media (max-width: 735px) {
  .section04 .qiz .img_q {
    width: 100%;
  }
}

.section05 {
  margin: 0 0 80px;
}
@media (max-width: 1025px) {
  .section05 {
    margin: 0 0 60px;
  }
}
@media (max-width: 735px) {
  .section05 {
    margin: 0 0 30px;
  }
}

.section08 {
  margin: 0 auto 80px;
}
@media (max-width: 1025px) {
  .section08 {
    margin: 0 auto 60px;
  }
}
@media (max-width: 735px) {
  .section08 {
    margin: 0 auto 30px;
  }
}
.section08 .wrap {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section08 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section08 .box {
  width: 42%;
  border: 1.5px solid #E4690E;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 735px) {
  .section08 .box {
    padding: 1rem 5%;
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.section08 .box .sec08_ttl {
  margin: 0 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 108%;
  font-weight: 600;
}
.section08 .box .sec08_ttl:before {
  content: "■";
  padding-right: 0.2rem;
  font-size: 1.2rem;
}
.section08 .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px;
}
.section08 .box dl dt {
  background: #E4690E;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  margin-right: 5px;
  color: #fff;
  font-size: 94%;
}
.section08 .box .s_txt {
  font-size: 90%;
  margin: 10px 0 0;
}
.section08 .hakken {
  width: 55%;
}
.section08 .hakken img {
  width: 100%;
}
@media (max-width: 735px) {
  .section08 .hakken {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}

.m_section01 h3 {
  width: 100%;
}
.m_section01 h3 img {
  width: 100%;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media (max-width: 735px) {
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb70 {
    margin-bottom: 70px !important;
  }
  .spmb80 {
    margin-bottom: 80px !important;
  }
}