@charset "utf-8";
/* CSS Document */
body {
  color: #4b4b4b;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}

.bnr {
  margin-top: 70px;
  text-align: center;
}
#pickup, #reason, #point, #flow {
  margin-top: -48px;
  padding-top: 48px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .bnr {
    margin-top: 7vmin;
    text-align: center;
    width: 90%;
    margin: 5vmin auto 5vmin;
  }
  #pickup, #reason, #point, #flow {
    margin-top: 0;
    padding-top: 0;
  }
}
/* --------------------------------------------------------------------
/* メインビジュアル
-------------------------------------------------------------------- */
.mainVisual {
  background: url(../img/top/mv_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0;
}
.mainVisual.noritz {
  background: url(../img/top/mv_bg_noritz.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0;
}
.mainVisual.rinnai {
  background: url(../img/top/mv_bg_rinnai.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0;
}
.mainVisual.paloma {
  background: url(../img/top/mv_bg_paloma.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 0;
}

.mainVisual .img img {
  margin-bottom: -7px;
}
.sub_img {
  text-align: center;
  margin-top: -100px;
}
#top .note p {
  font-size: 12px;
  text-align: center;
	margin-top: 12px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .mainVisual {
    background: none;
    background-size: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 0;
  }
  .mainVisual.noritz {
    background: none;
    background-size: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 0;
  }
  .mainVisual.rinnai {
    background: none;
    background-size: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 0;
  }
  .mainVisual.paloma {
    background: none;
    background-size: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 0;
  }
}
/* --------------------------------------------------------------------
/* cta
-------------------------------------------------------------------- */
.cta {
  background: url("../img/top/cta_ph01.png") no-repeat center;
  background-size: cover;
  width: 1100px;
  height: 320px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cta .title {
  padding-top: 110px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.cta ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 94%;
  margin: auto;
}
.cta ol li {
  width: 506px;
}


/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .cta {
    background: url("../img/common/cta_ph01_sp.png") no-repeat center;
    background-size: 100%;
    background-position: top;
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5vmin;
    margin-bottom: 5vmin;
  }
  .cta .title {
    padding-top: 2vmin;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .cta .in {
    padding-top: 23vw;
    padding-bottom: 13vw;
  }
  .cta ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 94%;
    margin: auto;
    margin-top: 0vmin;
  }
  .cta ol li {
    width: 100%;
    margin-top: 2vmin;
    margin: 2vmin auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .cta .title {
    font-size: 1.3rem;
  }
}
/* --------------------------------------------------------------------
/* sec01
-------------------------------------------------------------------- */
.sec01 {
  background: #f6fbfe;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec01 h2 {
  font-size: 26px;
  text-align: center;
  line-height: 1.5;
}
.sec01 h2 span {
  font-size: 40px;
  color: #e7340c;
}
.sec01 .box {
  background: #fff;
  border: 3px solid #007eca;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  margin-top: 22px;
}
.sec01 .box .flex_box {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec01 .box .flex_box .left {
  width: 344px;
  margin-top: 15px;
}
.sec01 .box .flex_box .left .price01 {
  margin-bottom: 25px;
}
.sec01 .box .flex_box .left .price01 .price {
  border: 3px solid #007eca;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sec01 .box .flex_box .left .price01 .suuji {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
.sec01 .box .flex_box .left .price01 .suuji span {
  font-size: 20px;
  font-weight: bold;
}
.sec01 .box .flex_box .left .price01::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #e7340c;
  margin: auto;
  margin-top: 10px;
  display: block;
}
.sec01 .box .flex_box .left .price02 .price {
  background: #007eca;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.sec01 .box .flex_box .left .price02 .suuji {
  font-size: 65px;
  color: #e7340c;
  text-align: center;
  font-weight: bold;
}
.sec01 .box .flex_box .left .price02 .suuji span {
  font-size: 20px;
  color: #e7340c;
  font-weight: bold;
}
.sec01 .tokuten02 {
  margin-top: 50px;
  text-align: center;
}
.sec01 .tokuten02 .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec01 {
    background: #f6fbfe;
    padding-top: 3vmin;
    padding-bottom: 5vmin;
    margin-bottom: 0;
  }
  .sec01 h2 {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    line-height: 1.5;
    margin-top: 2vmin;
  }
  .sec01 h2 span {
    font-size: 40px;
    color: #e7340c;
  }
  .sec01 h2::before {
    background: none;
    width: auto;
    height: auto;
  }
  .sec01 .box {
    background: #fff;
    border: 3px solid #007eca;
    margin-top: 3vmin;
    padding: 3vmin;
  }
  .sec01 .box .flex_box {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec01 .box .flex_box .left {
    width: 100%;
    margin-top: 2vmin;
  }
  .sec01 .box .flex_box .left .price01 {
    margin-bottom: 3vmin;
  }
  .sec01 .box .flex_box .left .price01 .price {
    border: 2px solid #007eca;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sec01 .box .flex_box .left .price01 .suuji {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
  }
  .sec01 .box .flex_box .left .price01 .suuji span {
    font-size: 20px;
    font-weight: bold;
  }
  .sec01 .box .flex_box .left .price01::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #e7340c;
    margin: auto;
    margin-top: 10px;
    display: block;
  }
  .sec01 .box .flex_box .left .price02 .price {
    background: #007eca;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 10px;
    padding-top: 5px;

    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .sec01 .box .flex_box .left .price02 .suuji {
    font-size: 6.5rem;
    color: #e7340c;
    text-align: center;
    font-weight: bold;
  }
  .sec01 .box .flex_box .left .price02 .suuji span {
    font-size: 1.4rem;
    color: #e7340c;
    font-weight: bold;
  }
  .sec01 .tokuten02 {
    margin-top: 3vmin;
    text-align: center;
  }
  .sec01 .tokuten02 .title {
    font-size: 2rem;
  }
}
/* --------------------------------------------------------------------
/* sec02
-------------------------------------------------------------------- */
.sec02 .note-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px auto 0px;
  border: 2px solid #0ca4a5;
  border-radius: 5px;
  background-color: #fff;
}
.sec02 .note-box-title {
  padding: 30px 80px 30px 30px;
  color: #0ca4a5;
  font-size: 24px;
}
.sec02 .toggle_button {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url("../img/top/ico_open.png") no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 20px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sec02 .toggle_button.switch {
  background: url("../img/top/ico_close.png") no-repeat right top;
  background-size: contain;
}
.sec02 .note-box-cont p {
  font-size: 16px;
  padding: 0 30px 20px 30px;
}
.sec02 .note-box-cont-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px;
}
.sec02 .note-box-cont-img {
  margin-bottom: 30px;
  width: calc(47% + 10px);
}
.sec02 .note-box-cont ul {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #33cc00;
  text-align: center;
}
.sec02 .note-box-cont li {
  position: relative;
  padding-left: 1.2em;
  font-weight: bold;
  font-size: 20px;
  color: #33cc00;
  letter-spacing: -0.8px;
  text-align: left;
}
.sec02 .note-box-cont li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sec02 .note-box-cont li span {
  font-size: 85%;
  letter-spacing: -1px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec02 .note-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 25px auto 0px;
    border: 2px solid #0ca4a5;
    border-radius: 5px;
    background-color: #fff;
  }
  .sec02 .note-box-title {
    padding: 20px 60px 20px 20px;
    font-size: 2.4rem;
  }
  .sec02 .toggle_button {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url("../img/top/ico_open.png") no-repeat right top;
    background-size: contain;
    position: absolute;
    top: 66px;
    right: 20px;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .sec02 .toggle_button.switch {
    background: url("../img/top/ico_close.png") no-repeat right top;
    background-size: contain;
  }
  .sec02 .note-box-cont p {
    font-size: 1.6rem;
    padding: 0 20px 20px 20px;
  }
  .sec02 .note-box-cont-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
    margin-bottom: 10px;
  }
  .sec02 .note-box-cont-img {
    margin-bottom: 5px;
    width: 100%;
  }
  .sec02 .note-box-cont ul {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: #33cc00;
    text-align: center;
  }
  .sec02 .note-box-cont li {
    position: relative;
    padding-left: 1.2em;
    font-weight: bold;
    font-size: 20px;
    color: #33cc00;
    letter-spacing: -0.8px;
    text-align: left;
  }
  .sec02 .note-box-cont li:before {
    content: "●";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec02 .note-box-cont li span {
    font-size: 85%;
    letter-spacing: -1px;
  }
}
/* --------------------------------------------------------------------
/* sec03
-------------------------------------------------------------------- */
.sec03 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec03 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec03 .box {
  display: block;
  background: #e9f7ff;
  border-radius: 20px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1100px;
}
.sec03 .box h3 {
  font-size: 36px;
  text-align: center;
  color: #007eca;
  margin-bottom: 30px;
}
.sec03 .accordion-content {
  display: none;
}
.sec03 .box h3 mark {
  background: linear-gradient(#e9f7ff 70%, #ff1 20%);
  color: #007eca;
}
.sec03 .box .txt_area {
  width: 800px;
  margin: auto;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #b3ddf7;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 130px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.sec03 .box ol {
  width: 650px;
  margin: auto;
}
.sec03 .box ol li {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}
.sec03 .box ol li:last-child {
  border: none;
}
.sec03 .box ol li::before {
  content: "";
  background: url("../img/top/sec03_ph01.png") no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sec03 .page_link {
  margin-top: 80px;
}
.sec03 .page_link ol {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .page_link ol li {
  width: 262px;
  border-radius: 10px;
  border: 2px solid #b0d5ff;
}
.sec03 .page_link ol li a {
  color: #007eca;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  text-decoration: underline;
  position: relative;
}
.sec03 .page_link ol li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid;
  border-color: transparent transparent #007eca #007eca;
  transform: rotate(-45deg);
  border-radius: 3px;
  position: absolute;
  top: 40px;
  right: 20px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec03 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec03 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec03 .box {
    display: block;
    background: #e9f7ff;
    border-radius: 20px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 5vmin;
    padding-top: 5vmin;
    padding-bottom: 1vmin;
    max-width: 100%;
  }
  .sec03 .box h3 {
    font-size: 2.8rem;
    text-align: center;
    color: #007eca;
    margin-bottom: 3vmin;
  }
  .sec03 .box h3 mark {
    background: linear-gradient(#e9f7ff 70%, #ff1 20%);
    color: #007eca;
  }
  .sec03 .box .txt_area {
    width: 96%;
    margin: auto;
    margin-bottom: 5vmin;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #b3ddf7;
    font-size: 1.4rem;
    padding: 4vmin;
    line-height: 1.2;
    text-align: center;
  }
  .sec03 .box ol {
    width: 90%;
    margin: auto;
  }
  .sec03 .box ol li {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  .sec03 .box ol li:last-child {
    border: none;
  }
  .sec03 .box ol li::before {
    content: "";
    background: url("../img/top/sec03_ph01.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec03 .page_link {
    margin-top: 5vmin;
  }
  .sec03 .page_link ol {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec03 .page_link ol li {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #b0d5ff;
    margin-bottom: 4vmin;
  }
  .sec03 .page_link ol li a {
    color: #007eca;
    font-size: 1.6rem;
    display: block;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-decoration: underline;
    position: relative;
  }
  .sec03 .page_link ol li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-color: transparent transparent #007eca #007eca;
    transform: rotate(-45deg);
    border-radius: 3px;
    position: absolute;
    top: 1.5rem;
    right: 8px;
  }
}
/* --------------------------------------------------------------------
/* sec04
-------------------------------------------------------------------- */
.sec04 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding-top: 5vmin;
  padding-bottom: 5vmin;
  margin-bottom: 10vmin;
  position: relative;
}
.sec04 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec04 .box {
  margin-bottom: 65px;
}
.sec04 .box h3 {
  border-left: 6px solid #007eca;
  padding-left: 15px;
  font-size: 30px;
  margin-bottom: 20px;
}
.sec04 .box .slider_area .prev {
  position: absolute;
  left: -30px;
  z-index: 10;
  top: 40%;
  cursor: pointer;
}
.sec04 .box .slider_area .next {
  position: absolute;
  right: -30px;
  z-index: 10;
  top: 40%;
  cursor: pointer;
}
.sec04 .box .slider_area li {
  border: 1px solid #535750;
  padding-bottom: 15px;
  position: relative;
  margin-top: 15px;
}
.sec04 .box .slider_area li.pickup::before {
  content: "";
  background: url("../img/top/sec04_ph02.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 63px;
  height: 77px;
  z-index: 9999;
}
.sec04 .box .slider_area li.no1::before {
  content: "";
  background: url("../img/top/sec04_ph01.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 63px;
  height: 77px;
  z-index: 9999;
}
.sec04 .box .slick-slide {
  margin: 0 10px;
}
.sec04 .box .title {
  background: #fff6d9;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.sec04 .item_box .tag_area{
	
margin-bottom: 10px;
}
.sec04 .item_box .tag_area ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	width: 98%;
	margin: 0 auto;
}
.sec04 .item_box .tag_area ul li{
	border: none;
	color: #fff;
	width: 20%;
	padding: 2px 0px 0 0;
	text-align: center;
	font-size: 12px;
	margin: 0 6px;
}
.sec04 .item_box .left {
  margin: 0 0px 0 0px;
  float: unset;
}
.sec04 .item_box .left .img {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.sec04 .item_box .left .img img{
	width: 60%;
	margin: 0 auto;
}
.sec04 .item_box .right {
	position: relative;
	width: 59%;
	margin: 0 auto;
}
.sec04 .item_box .right .__box {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0px;
  height: 40px;
}
.sec04 .item_box .right .__box.area01::before{
 content: "";
 display: block;
 position: absolute;
 top: 42px;
 left: 71%;
 width: 0;
 height: 0;
 transform: translateX(-50%);
 border: 50px solid transparent;
 border-top: 12px solid #ff9a41;
 border-bottom-width: 0;
}
.sec04 .item_box .right .__box.area01 .__txt{}
.sec04 .item_box .right .__box.area01 .__price{}

.sec04 .item_box .right .__box.area02 {height: 42px;}
.sec04 .item_box .right .__box.area02 .__txt {
    background-color: #e7340c;
    color: #fff;
    line-height: 93%;
    padding-bottom: 0px;
    padding-top: 6px;
}
.sec04 .item_box .right .__box.area02 .__price {
    position: relative;
    top: 3px;
}
.sec04 .item_box .right .__box.area03 {
    height: 94px;
}
.sec04 .item_box .right .__box.area03 .__txt {
    height: 60px;
    font-size: 14px;
    padding: 30px 10px 0 10px;
    font-weight: bold;
}
.sec04 .item_box .right .__box.area03 .__txt span {
	font-size: 12px;
	font-weight: normal;
}
.sec04 .item_box .right .__box.area03 .__kojihi {
	
font-size: 10px;
	
background-color: #f3f3f3;
	
padding: 5px 5px;
	
font-weight: normal;
	
margin-top: -5px;
}
.sec04 .item_box .right .__box.area03 .__kojihi span {
	/* font-weight: 900; */
}
.sec04 .item_box .right .__box.area03 .__price {
    font-size: 32px;
    color: #e7340c;
    font-weight: bold;
    position: relative;
    top: 0px;
}
.sec04 .item_box .right .__box.area04 {
    height: 26px;
    background-color: #f7f7f7;
}
.sec04 .item_box .right .__box.area04 .__txt {
    background-color: #fff;
}
.sec04 .item_box .right .__box.area04 .__price {
    font-size: 17px;
}
.sec04 .item_box .right .__txt {
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  width: 90px;
  float: left;
  line-height: 120%;
  font-weight: 100;
  border-radius: 5px;
}
.sec04 .item_box .right .__price {
  font-size: 26px;
  float: right;
  text-align: right;
  padding-right: 5px;
}
.sec04 .item_box .right .__price span {
  font-size: 10px;
}
.sec04 .item_box .under {
    clear: both;
    margin-bottom: 0px;
    border-top: 1px solid #fcfcfc;
}
.sec04 .item_box .yellow{
	
		font-weight: bold
}

.sec04 .box .btn {
  margin-bottom: 15px;
  margin: 10px 0 0px 0px;
  width: 100%;
}
.sec04 .box .btn img {
  margin: auto;
}
.sec04 .box .link_btn {
  text-align: right;
  width: auto;
  padding: 5px 0 0 0;
}
.sec04 .box .link_btn a {
  text-align: center;
  font-size: 14px;
  margin: auto;
  color: #007eca;
  text-decoration: underline;
}
.sec04 .box.other {
  margin-bottom: 35px;
}
.sec04 .box.other ol {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.sec04 .box.other ol li {
  width: 540px;
  border: 1px solid #007eca;
  position: relative;
  text-align: center;
  color: #007eca;
  font-size: 26px;
  display: inline-block;
}
.sec04 .box.other ol li:first-child::before {
  content: "";
  background: url(../img/top/sec04_ph08.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 58px;
  position: absolute;
  top: 26px;
  left: 40px;
}
.sec04 .box.other ol li + li::before {
  content: "";
  background: url(../img/top/sec04_ph09.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 58px;
  position: absolute;
  top: 26px;
  left: 40px;
}
.sec04 .box.other ol li::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-color: #007eca #007eca transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 47px;
  right: 40px;
  border-radius: 3px;
}
.sec04 .box.other ol a {
  color: #007eca;
  font-weight: 600;
  font-size: 26px;
  display: block;
  width: 100%;
  padding: 33px 0;
}
.sec04 .txt_link {
  text-align: right;
}
.sec04 .txt_link a {
  color: #007eca;
  text-decoration: underline;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
 .sec04 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    margin-bottom: 10vmin;
    position: relative;
  }
  .sec04 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec04 .box {
    margin-bottom: 10vmin;
  }
  .sec04 .box h3 {
    border-left: 6px solid #007eca;
    padding-left: 10px;
    font-size: 2rem;
    margin-bottom: 3vmin;
  }
  .sec04 .box .slider_area {
    width: 90%;
    margin: auto;
  }
  .sec04 .box .slider_area .prev {
    position: absolute;
    left: -20px;
    z-index: 10;
    top: 40%;
    cursor: pointer;
  }
  .sec04 .box .slider_area .next {
    position: absolute;
    right: -20px;
    z-index: 10;
    top: 40%;
    cursor: pointer;
  }
  .sec04 .box .slider_area li {
    border: 1px solid #535750;
    padding-bottom: 10px;
    position: relative;
    margin-top: 15px;
    width: 100%;
  }
  .sec04 .box .slider_area li.pickup::before {
    content: "";
    background: url("../img/top/sec04_ph02.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -7px;
    left: 5px;
    width: 50px;
    height: 59px;
    z-index: 9999;
  }
  .sec04 .box .slider_area li.no1::before {
    content: "";
    background: url("../img/top/sec04_ph01.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: -8px;
    left: 5px;
    width: 47px;
    height: 57px;
    z-index: 9999;
  }
  .sec04 .box .slick-slide {
    margin: 0 10px;
  }
  .sec04 .box .title {
    background: #fff6d9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 1.5vmin;
    font-weight: 600;
    font-size: 1.8rem;
    padding-left: 46px;
    padding-right: 10px;
  }
	
.sec04 .item_box .tag_area{
	
margin-bottom: 10px;
}
.sec04 .item_box .tag_area ul{
	display: block;
	width: 94%;
	margin: 0 auto;
}
.sec04 .item_box .tag_area ul li{
	border: none;
	color: #fff;
	display: inline-block;
	width: 23%;
	padding: 2px 10px 0 10px;
	text-align: center;
	font-size: 12px;
	margin: 5px 1% 0px;
}
.sec04 .item_box .left {
  float: unset;
  width: auto;
  height: auto;
}
.sec04 .item_box .left .img {
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
	.sec04 .item_box .left .img img {
		width: 94%;
		margin: 2vmin auto 0;
	}
.sec04 .item_box .right {
	position: relative;
	float: unset;
	margin: 0 auto 2vmin;
	width: 88%;
}
.sec04 .item_box .right .__box {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0px;
  height: 40px;
}
.sec04 .item_box .right .__box.area01::before{
 content: "";
 display: block;
 position: absolute;
 top: 42px;
 left: 79%;
 width: 0;
 height: 0;
 transform: translateX(-50%);
 border: 50px solid transparent;
 border-top: 12px solid #ff9a41;
 border-bottom-width: 0;
}
.sec04 .item_box .right .__box.area01 .__txt{}
.sec04 .item_box .right .__box.area01 .__price{}


.sec04 .item_box .right .__box.area02 {height: auto;}
.sec04 .item_box .right .__box.area02 .__txt {
    background-color: #e7340c;
    color: #fff;
    line-height: 100%;
    padding-bottom: 3px;
    padding-top: 8px;
}
	.sec04 .item_box .right .__box.area02 .__txt .yellow{
		font-size: 1.2rem;
		font-weight: bold}
.sec04 .item_box .right .__box.area02 .__price {
    position: relative;
    top: 3px;
}
.sec04 .item_box .right .__box.area03 {}
.sec04 .item_box .right .__box.area03 .__txt {
    /* background-color: #e7340c; */
    /* color: #fff; */
    padding: 21px 0px 0px 0px;
    font-size: 12px;
    width: 80px;
    height: 52px;
}
.sec04 .item_box .right .__box.area03 .__price {
    font-size: 27px;
    color: #e7340c;
    font-weight: bold;
    position: relative;
    top: -5px;
}
.sec04 .item_box .right .__box.area04 {
    height: 26px;
    background-color: #f7f7f7;
}
.sec04 .item_box .right .__box.area04 .__txt {
    background-color: #fff;
}
.sec04 .item_box .right .__box.area04 .__price {
    font-size: 17px;
}
.sec04 .item_box .right .__txt {
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px 5px 10px;
  width: 60px;
  float: left;
  line-height: 120%;
  font-weight: 100;
  border-radius: 5px;
}
.sec04 .item_box .right .__price {
  font-size: 22px;
  float: right;
  text-align: right;
  padding-right: 5px;
}
.sec04 .item_box .right .__price span {
  font-size: 10px;
}
.sec04 .item_box .under {
    clear: both;
    display: block;
    margin-bottom: 0px;
    margin-top: 5vmin;
    border-top: 1px solid #fcfcfc;
}


.sec04 .box .btn {
  margin-bottom: 2vmin;
  margin: 0 auto;
  width: 88%;
}
.sec04 .box .btn img {
}
.sec04 .box .link_btn {
  text-align: right;
  width: 94%;
  padding: 3vmin 0px 0px 0;
}
.sec04 .box .link_btn a {
  text-align: center;
  font-size: 14px;
  margin: auto;
  color: #007eca;
  text-decoration: underline;
}
  .sec04 .box.other {
    margin-bottom: 3vmin;
  }
  .sec04 .box.other ol {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5vmin;
  }
  .sec04 .box.other ol a {
    color: #007eca;
    font-weight: 600;
    width: 100%;
  }
  .sec04 .box.other ol li {
    width: 48%;
    border: 1px solid #007eca;
    position: relative;
    text-align: center;
    margin-bottom: 3vmin;
  }
  .sec04 .box.other ol li:first-child::before {
    content: "";
    background: url(../img/top/sec04_ph08.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 28px;
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .sec04 .box.other ol li:nth-child(2)::before {
    content: "";
    background: url(../img/top/sec04_ph09.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 28px;
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .sec04 .box.other ol li::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 3px solid;
    border-color: #007eca #007eca transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 19px;
    right: 16px;
    border-radius: 3px;
  }
  .sec04 .box.other ol li a {
    color: #007eca;
    font-size: 1.6rem;
    padding: 3vmin 0;
    font-weight: 600;
  }
  .sec04 .txt_link {
    text-align: right;
  }
  .sec04 .txt_link a {
    color: #007eca;
    text-decoration: underline;
    font-size: 1.4rem;
  }
	
	.sec04 .item_box .right .__box.area03 .__kojihi {
	
font-size: 10px;
	
background-color: #f3f3f3;
	
padding: 5px 5px;
	
font-weight: normal;
	
margin-top: -5px;
}
.sec04 .item_box .right .__box.area03 .__kojihi span {
	/* font-weight: 900; */
}
	
}


@media only screen and (max-width: 360px) {
.sec04 .item_box .right .__box.area03 .__kojihi {
	
font-size: 10px;
	
background-color: #f3f3f3;
	
padding: 0;
	
font-weight: normal;
	
margin-top: -5px;
}
.sec04 .item_box .right .__box.area03 .__kojihi span {
	/* font-weight: 900; */
}
	.sec04 .item_box .right .__box.area03 .__price {
    font-size: 23px;
    color: #e7340c;
    font-weight: bold;
    position: relative;
    top: -3px;
    width: 160px;
    padding-right: 0;
}
	.sec04 .item_box .right {
    position: relative;
    float: unset;
    margin: 0 auto 2vmin;
    width: 96%;
}
	.sec04 .item_box .right .__box.area03 .__txt {
    /* background-color: #e7340c; */
    /* color: #fff; */
    padding: 16px 0px 0px 0px;
    font-size: 12px;
    width: 80px;
    height: 45px;
}
	.sec04 .item_box .right .__box.area03 {
    height: 80px;
}
}

/* --------------------------------------------------------------------
/* sec05
-------------------------------------------------------------------- */
.sec05 {
  background: #f6fbfe;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 0;
}
.sec05 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec05 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
/** PC **/

@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec05 {
    background: #f6fbfe;
    padding-bottom: 5vmin;
    margin-top: 10vmin;
    margin-bottom: 0;
  }
  .sec05 h2 {
    background: url(../img/top/sec05_ph02.png) #007eca no-repeat;
    color: #fff;
    background-position: top center;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 10vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec05 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
}
/* --------------------------------------------------------------------
/* sec06
-------------------------------------------------------------------- */
.sec06 {
  background: #f6fbfe;
  padding-bottom: 50px;
}
.sec06 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec06 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec06 .box {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sec06 .box h3 {
  font-size: 30px;
  text-align: center;
  color: #007eca;
  margin-bottom: 60px;
}
.sec06 .box h3::before {
  content: "";
  background: url("../img/top/sec06_icon01.png");
  background-size: cover;
  width: 51px;
  height: 51px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.sec06 .box:nth-child(2) h3::before {
  content: "";
  background: url("../img/top/sec06_icon02.png");
  background-size: cover;
  width: 51px;
  height: 51px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.sec06 .box:nth-child(3) h3::before {
  content: "";
  background: url("../img/top/sec06_icon03.png");
  background-size: cover;
  width: 51px;
  height: 51px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.sec06 .box h3::after {
  content: "";
  display: block;
  margin: auto;
  width: 115px;
  border-top: 5px solid #007eca;
  margin-top: 10px;
}
.sec06 .box h3 mark {
  background: linear-gradient(#fff 70%, #ff1 20%);
  color: #007eca;
}
.sec06 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: auto;
}
.sec06 .box .flex .left {
  margin-right: 160px;
}
.sec06 .box .flex .right {
  width: 365px;
  margin: auto;
}
.sec06 .box .flex .right p {
  font-size: 20px;
  line-height: 35px;
}
.sec06 .box .flex .right p .red {
  color: #e7340c;
  font-size: 20px;
}
.sec06 .box .flex .right p.center {
  margin-top: 20px;
  margin-bottom: 10px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec06 {
    background: #f6fbfe;
    padding-bottom: 5vmin;
  }
  .sec06 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec06 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec06 .box {
    background: #fff;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    margin-bottom: 5vmin;
  }
  .sec06 .box h3 {
    font-size: 2.2rem;
    text-align: center;
    color: #007eca;
    margin-bottom: 5vmin;
  }
  .sec06 .box h3::before {
    content: "";
    background: url("../img/top/sec06_icon01.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .sec06 .box:nth-child(2) h3::before {
    content: "";
    background: url("../img/top/sec06_icon02.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
  }
  .sec06 .box:nth-child(3) h3::before {
    content: "";
    background: url("../img/top/sec06_icon03.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  .sec06 .box h3::after {
    content: "";
    display: block;
    margin: auto;
    width: 115px;
    border-top: 5px solid #007eca;
    margin-top: 10px;
  }
  .sec06 .box h3 mark {
    background: linear-gradient(#fff 70%, #ff1 20%);
    color: #007eca;
  }
  .sec06 .box .flex {
    display: block;
    display: block;
    display: block;
    -ms-flex-wrap: blocl;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: auto;
  }
  .sec06 .box .flex .left {
    margin-right: 160px;
    width: 100%;
  }
  .sec06 .box .flex .right {
    width: 100%;
    margin: 4vmin auto 0;
  }
  .sec06 .box .flex .right p {
    font-size: 20px;
    line-height: 35px;
  }
  .sec06 .box .flex .right p .red {
    color: #e7340c;
    font-size: 20px;
  }
  .sec06 .box .flex .right p.center {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* --------------------------------------------------------------------
/* sec07
-------------------------------------------------------------------- */
.sec07 {
  padding-bottom: 50px;
  margin-top: 100px;
}
.sec07 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec07 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec07 .box {
  background: url("../img/top/sec07_bg.png") repeat;
  border: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec07 .box h3 {
  font-size: 36px;
  text-align: center;
  color: #007eca;
  margin-bottom: 50px;
}
.sec07 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec07 .box .flex .left {
  margin-right: 100px;
}
.sec07 .box .flex .left p {
  line-height: 35px;
  font-size: 18px;
}
.sec07 .box02 {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0px;
  border: 1px solid #ececec;
  margin-top: 100px;
}
.sec07 .box02 h3 {
  background: #fb7b34;

  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 36px;
  text-align: center;

}
.sec07 .box02 .step {
  width: 900px;
  margin: auto;
  margin-bottom: 60px;
}
.sec07 .box02 .step h4 {
  background: #fff9f6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.sec07 .box02 .step h4 span.red {
  font-size: 24px;
  color: #e7340c;
}
.sec07 .box02 .step01 h4::before {
  content: "STEP01";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 135px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}
.sec07 .box02 .step02 h4::before {
  content: "STEP02";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 135px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}
.sec07 .box02 .step03 h4::before {
  content: "STEP03";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 135px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}
.sec07 .box02 .step04 h4::before {
  content: "STEP04";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 135px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}
.sec07 .box02 .step05 h4::before {
  content: "STEP05";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 135px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}
.sec07 .box02 .step h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 135px;
  width: 0;
  height: 0;
  border-left: 25px solid #fb7b34;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
}
.sec07 .box02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec07 .box02 .step03 .flex .left {
  margin-left: 30px;
}
.sec07 .box02 .step03 .flex .right {
  margin-right: 50px;
}
.sec07 .box02 .step04 .flex .left {
  margin-left: 60px;
}
.sec07 .box02 .step04 .flex .right {
  margin-right: 30px;
}
.sec07 .box02 .step04 .right .flex {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.sec07 .box02 .normal {
  background: #e8e8e8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  text-align: center;
  font-weight: 600;
  width: 112px;
  height: 50px;
  line-height: 50px;
}
.sec07 .box02 .eco {
  background: #2476b6;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  text-align: center;
  font-weight: 600;
  width: 112px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.sec07 .box02 .step05 .box {
  border: 1px solid #e8e8e8;
  padding-top: 30px;
  padding-bottom: 30px;
  background: none;
  width: 850px;
  margin: auto;
  margin-bottom: 30px;
}
.sec07 .box02 .step05 .title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec07 .box02 .step05 .img {
  text-align: center;
}
.sec07 .box02 .txt_link {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #007eca;
  text-decoration: underline;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec07 {
    padding-bottom: 5vmin;
    margin-top: 10vmin;
  }
  .sec07 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec07 h2::after {

    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec07 .box {
    background: url("../img/top/sec07_bg.png") repeat;
    border: 1px solid #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec07 .box h3 {
    font-size: 2.2rem;
    text-align: center;
    color: #007eca;
    margin-bottom: 5vmin;
  }
  .sec07 .box .flex {
    display: block;
    display: block;
    display: block;
    -ms-flex-wrap: block;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .sec07 .box .flex .left {
    margin-right: 0;
    text-align: left;
  }
  .sec07 .box .flex .left p {
    line-height: 35px;
    font-size: 1.6rem;
  }
  .sec07 .box02 {
    background: #fff;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    border: 1px solid #ececec;
    margin-top: 10vmin;
  }
  .sec07 .box02 h3 {
    background: #fb7b34;
    padding-top: 1.5vmin;
    padding-bottom: 1.5vmin;
    margin-bottom: 5vmin;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    width: 94%;
    margin: 0 auto 3vmin;
  }
  .sec07 .box02 .step {
    width: 94%;
    margin: auto;
    margin-bottom: 6vmin;
  }
  .sec07 .box02 .step h4 {
    background: #fff9f6;
    padding: 10px;
    font-size: 1.5rem;
    text-align: left;
    position: relative;
    margin-bottom: 5vmin;
    padding-left: 75px;
  }
  .sec07 .box02 .step h4 span.red {
    font-size: 2rem;
    color: #e7340c;
  }
  .sec07 .box02 .step01 h4::before {
    content: "STEP01";
    position: absolute;
    top: 15px;
    left: 5px;
    background: #fb7b34;
    width: 60px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2rem;
  }
  .sec07 .box02 .step02 h4::before {
    content: "STEP02";
    position: absolute;
    top: 15px;
    left: 5px;
    background: #fb7b34;
    width: 60px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2rem;
  }
  .sec07 .box02 .step03 h4::before {
    content: "STEP03";
    position: absolute;
    top: 15px;
    left: 5px;
    background: #fb7b34;
    width: 60px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2rem;
  }
  .sec07 .box02 .step04 h4::before {
    content: "STEP04";
    position: absolute;
    top: 15px;
    left: 5px;
    background: #fb7b34;
    width: 60px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2rem;
  }
  .sec07 .box02 .step05 h4::before {
    content: "STEP05";
    position: absolute;
    top: 15px;
    left: 5px;
    background: #fb7b34;
    width: 60px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.2rem;
  }
  .sec07 .box02 .step h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 135px;
    width: 0;
    height: 0;
    border-left: none;
    border-top: none;
    border-bottom: none;
  }
  .sec07 .box02 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec07 .box02 .flex p, .sec07 .box02 .flex p span {
    font-size: 1.6rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vmin;
  }
  .sec07 .box02 .step03 .flex .left {
    margin-left: 0;
  }
  .sec07 .box02 .step03 .flex .right {
    margin-right: 0;
  }
  .sec07 .box02 .step04 .flex .left {
    margin-left: 0;
    width: 75%;
    margin: 0 auto 3vmin;
  }
  .sec07 .box02 .step04 .flex .right {
    margin-right: 5px;
  }
  .sec07 .box02 .step04 .right .flex {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .sec07 .box02 .normal {
    background: #e8e8e8;
    display: inline-block;

    vertical-align: middle;
    margin-right: 30px;
    text-align: center;
    font-weight: 600;
    width: 112px;
    height: 50px;
    line-height: 50px;
  }
  .sec07 .box02 .eco {
    background: #2476b6;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    text-align: center;
    font-weight: 600;
    width: 112px;
    height: 50px;
    line-height: 50px;
    color: #fff;
  }
  .sec07 .box02 .step05 .box {
    border: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .sec07 .box02 .step05 .title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .sec07 .box02 .step05 .img {
    text-align: center;
  }
  .sec07 .box02 .txt_link {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    color: #007eca;
    text-decoration: underline;
  }
}
/* --------------------------------------------------------------------
/* sec08
-------------------------------------------------------------------- */
.sec08 {
  padding-bottom: 50px;
  margin-top: 100px;
}
.sec08 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec08 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec08 .box {
  border: 1px solid #dcf0ff;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 998px;
  margin: auto;
}
.sec08 .box .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec08 .box .title .org {
  color: #fb7b34;
  font-size: 30px;
}
.sec08 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
.sec08 .box .flex .suuji {
  font-size: 120px;
  color: #e7340c;
}
.sec08 .box .flex .suuji {
  font-size: 120px;
  color: #e7340c;
  font-weight: 600;
  margin-right: 50px;
}
.sec08 .box .flex .suuji span {
  font-size: 35px;
  color: #e7340c;
  font-weight: 600;
}
.sec08 .box02 {
  background: #f1f9ff;
  width: 1000px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sec08 .box02 .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec08 .box02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: auto;
}
.sec08 .box02 .flex .left {
  background: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #cae8ff;
  width: 425px;
  position: relative;
  margin-right: 45px;
}
.sec08 .box02 .flex .left::before {
  content: "";
  background: url("../img/top/sec08_ph02.png") no-repeat;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 50px;
}
.sec08 .box02 .flex .left::after {
  content: "+";
  position: absolute;
  font-size: 40px;
  top: 24px;
  right: -34px;
  color: #000;
  font-weight: 100;
}

.sec08 .box02 .flex .right {
  background: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #cae8ff;
  width: 425px;
  position: relative;
}
.sec08 .box02 .flex .right::before {
  content: "";
  background: url("../img/top/sec08_ph03.png") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: 40px;
}
.sec08 .qa_area {
  width: 1000px;
  margin: auto;
}
.sec08 .qa_area dt {
  border: 1px solid #2476b6;
  font-size: 26px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.sec08 .qa_area dt p {
  font-size: 26px;
}
.sec08 .qa_area .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #2476b6;
  transition: all .3s ease-in-out;
}
.sec08 .qa_area .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #2476b6;
  transition: all .2s ease-in-out;
}
.sec08 .qa_area .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.sec08 .qa_area .accordion-container .accordion-title.open::after {
  opacity: 0;
}
.sec08 .qa_area .accordion-content {
  display: none;
  padding-left: 2.3125em;
  border: 1px solid #fb7b34;
  padding-bottom: 20px;
}
/* CSS for CodePen */
.sec08 .qa_area .accordion-container {
  margin: 0 auto;
}
.sec08 .qa_area dt span {
  background: #2476b6;
  font-size: 40px;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 65px;
  display: inline-block;
  margin-right: 50px;
}
.sec08 .qa_area dd {
  position: relative;
}
.sec08 .qa_area dd::before {
  content: "A";
  background: #fb7b34;
  font-size: 40px;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.sec08 .qa_area dd .txt {
  margin: auto;
  font-size: 26px;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-indent: -27px;
}
.sec08 .qa_area dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec08 .qa_area dd .flex ol {
  margin-right: 50px;
}
.sec08 .qa_area dd .flex ol li {
  margin-bottom: 15px;
  font-size: 18px;
  border: 1px solid #d4d4d4;
  padding-right: 15px;
}
.sec08 .qa_area dd .flex ol li span {
  background: #fb7b34;
  color: #fff;
  display: inline-block;
  width: 181px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec08 {
    padding-bottom: 5vmin;
    margin-top: 10vmin;
  }
  .sec08 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec08 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec08 .box {
    border: 1px solid #dcf0ff;
    padding-top: 5vmin;
    padding-bottom: 3vmin;
    width: 98%;
    margin: auto;
  }
  .sec08 .box .title {

    text-align: center;

    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0;
  }

  .sec08 .box .title .org {
    color: #fb7b34;
    font-size: 3rem;
  }
  .sec08 .box .flex {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: -10px auto 0;
  }
  .sec08 .box .flex .suuji {
    font-size: 120px;
    color: #e7340c;
  }
  .sec08 .box .flex .suuji {
    font-size: 6rem;
    color: #e7340c;
    font-weight: 600;
    margin-right: 0;
  }
  .sec08 .box .flex .suuji span {
    font-size: 1.6rem;
    color: #e7340c;
    font-weight: 600;
  }
  .sec08 .box02 {
    background: #f1f9ff;
    width: 98%;
    margin: auto;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    margin-bottom: 5vmin;
  }
  .sec08 .box02 .title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 3vmin;
  }
  .sec08 .box02 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: auto;
  }
  .sec08 .box02 .flex .left {
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 3.4vmin;
    padding-bottom: 3vmin;
    border: 1px solid #cae8ff;
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-bottom: 3vmin;
  }
  .sec08 .box02 .flex .left::before {
    content: "";
    background: url("../img/top/sec08_ph02.png") no-repeat;
    width: 19px;
    background-size: 100%;
    height: 32px;
    position: absolute;
    top: 11px;
    left: 15px;
  }
  .sec08 .box02 .flex .left::after {
    content: "+";
    position: absolute;
    font-size: 40px;
    top: 24px;
    display: none;
    right: -34px;
    color: #000;
    font-weight: 100;
  }
  .sec08 .box02 .flex .right {
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    border: 1px solid #cae8ff;
    width: 100%;
    position: relative;
  }
  .sec08 .box02 .flex .right::before {
    content: "";
    background: url("../img/top/sec08_ph03.png") no-repeat;
    width: 26px;
    background-size: 100%;
    height: 32px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  .sec08 .qa_area {
    width: 98%;
    margin: auto;
  }
  .sec08 .qa_area dt {
    border: 1px solid #2476b6;
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
  }
  .sec08 .qa_area dt p {
    font-size: 1.8rem;
    padding-left: 3.15em;
    text-indent: -3.15em;
    line-height: 100%;
  }
  .sec08 .qa_area .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #2476b6;
    transition: all .3s ease-in-out;
  }
  .sec08 .qa_area .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    /*横線*/
    width: 15px;
    height: 2px;
    background: #2476b6;
    transition: all .2s ease-in-out;
  }
  .sec08 .qa_area .accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
  }
  .sec08 .qa_area .accordion-container .accordion-title.open::after {
    opacity: 0;
  }
  .sec08 .qa_area .accordion-content {
    display: none;
    padding-left: 2.3125em;
    border: 1px solid #fb7b34;
    padding-bottom: 0;
  }
  /* CSS for CodePen */
  .sec08 .qa_area .accordion-container {
    margin: 0 auto;
  }
  .sec08 .qa_area dt span {
    background: #2476b6;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding-left: 0;
    text-indent: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 3vmin;
  }
  .sec08 .qa_area dd {
    position: relative;
  }
  .sec08 .qa_area dd::before {
    content: "A";
    background: #fb7b34;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec08 .qa_area dd .txt {
    margin: auto;
    font-size: 1.8rem;
    margin-left: 77px;
    margin-top: 10px;
    margin-bottom: 5vmin;
    text-indent: -20px;
  }
  .sec08 .qa_area dd .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec08 .qa_area dd .flex ol {
    margin-right: 0;
    width: 96%;
    margin: 0 auto;
  }
  .sec08 .qa_area dd .flex ol li {
    margin-bottom: 10px;
    font-size: 1.4rem;
    border: 1px solid #d4d4d4;
    padding-right: 0;
  }
  .sec08 .qa_area dd .flex ol li span {
    background: #fb7b34;
    color: #fff;
    display: inline-block;
    width: 142px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 15px;
  }
}
/* --------------------------------------------------------------------
/* sec09
-------------------------------------------------------------------- */
.sec09 {
  padding-bottom: 50px;
  margin-top: 100px;
  background-color: #f6fbfe;
}
.sec09 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec09 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec09 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec09 ol li {
  border: 1px solid #84b9e2;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 90px;
  padding-right: 90px;
  width: 368px;
  background-color: #fff;
  min-height: 280px;
}
.sec09 ol li .title {
  border-left: 5px solid #007eca;
  padding-left: 15px;
  font-size: 24px;
  color: #007eca;
  font-weight: 600;
  margin-bottom: 40px;
}
.sec09 ol li .txt {
  font-size: 20px;
  margin-bottom: 20px;
}
.sec09 ol li .img {
  text-align: center;
  margin-top: 20px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec09 {
    padding-bottom: 5vmin;
    margin-top: 10vmin;
  }
  .sec09 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec09 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;

    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec09 ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec09 ol li {
    border: 1px solid #84b9e2;
    padding-top: 8vmin;
    padding-bottom: 8vmin;
    padding-left: 9vmin;
    padding-right: 9vmin;
    width: 100%;
    min-height: auto;
    margin-bottom: 2vmin;
  }
  .sec09 ol li .title {
    border-left: 5px solid #007eca;
    padding-left: 15px;
    font-size: 2rem;
    color: #007eca;
    font-weight: 600;
    margin-bottom: 4vmin;
  }
  .sec09 ol li .txt {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec09 ol li .img {
    text-align: center;

    margin-top: 20px;
  }
}
/* --------------------------------------------------------------------
/* sec10
-------------------------------------------------------------------- */
.sec10 {
  padding-bottom: 100px;
  margin-top: 100px;
  background: #f6fbfe;
}
.sec10 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec10 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec10 .box {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec10 .box .img {
  margin-bottom: 50px;
  text-align: center;
}
.sec10 .box .step {
  width: 900px;
  margin: auto;
  margin-bottom: 50px;
}
.sec10 .box .step .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec10 .box .step::after {
  content: "";
  background: url("../img/top/sec10_ph03.png") no-repeat;
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 40px;
}
.sec10 .box .step:last-child::after {
  content: none;
}
.sec10 .box .step .left {
  margin-right: 15px;
}
.sec10 .box .step .right {
  width: 535px;
}
.sec10 .box .step .right h3 {
  background: #fff9f6;
  color: #fb7b34;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 154px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.sec10 .box .step01 .right h3::before {
  content: "STEP01";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 115px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.sec10 .box .step02 .right h3::before {
  content: "STEP02";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 115px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.sec10 .box .step03 .right h3::before {
  content: "STEP03";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 115px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.sec10 .box .step04 .right h3::before {
  content: "STEP04";
  position: absolute;
  top: 0;
  left: 0;
  background: #fb7b34;
  width: 115px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
.sec10 .box .step .right h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 115px;
  width: 0;
  height: 0;
  border-left: 25px solid #fb7b34;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
}
.sec10 .box .step .right p {
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 36px;
}
.sec10 .box .step .right p:last-child {
  margin-bottom: 0px;
}
.sec10 .box .step .txt_area {
  background: #fff9f6;
  margin-top: 25px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 36px;
}
.sec10 .box .txt_link {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #007eca;
  text-decoration: underline;
  margin-top: 50px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/

@media only screen and (max-width: 768px) {
  .sec10 {
    padding-bottom: 10vmin;
    margin-top: 10vmin;
    background: #f6fbfe;
  }


  .sec10 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec10 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec10 .box {
    background: #fff;
    padding-top: 6vmin;
    padding-bottom: 6vmin;
  }
  .sec10 .box .img {
    margin-bottom: 5vmin;
    text-align: center;
  }
  .sec10 .box .step {
    width: 96%;
    margin: auto;
    margin-bottom: 5vmin;
  }
  .sec10 .box .step .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec10 .box .step::after {
    content: "";
    background: url("../img/top/sec10_ph03.png") no-repeat;
    display: block;
    background-size: 100%;
    margin-top: 3vmin;
    width: 100%;
    height: 20px;
  }
  .sec10 .box .step:last-child::after {
    content: none;
  }
  .sec10 .box .step .left {
    margin-right: 0;
    text-align: center;
    margin-bottom: 2vmin;
  }
  .sec10 .box .step .right {
    width: 100%;
  }
  .sec10 .box .step .right h3 {
    background: #fff9f6;
    color: #fb7b34;
    font-size: 1.7rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 154px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 2vmin;
  }
  .sec10 .box .step01 .right h3::before {
    content: "STEP01";
    position: absolute;
    top: 0;
    left: 0;
    background: #fb7b34;
    width: 95px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .sec10 .box .step02 .right h3::before {
    content: "STEP02";
    position: absolute;
    top: 0;
    left: 0;
    background: #fb7b34;
    width: 95px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .sec10 .box .step03 .right h3::before {
    content: "STEP03";
    position: absolute;
    top: 0;
    left: 0;
    background: #fb7b34;
    width: 95px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .sec10 .box .step04 .right h3::before {
    content: "STEP04";
    position: absolute;
    top: 0;
    left: 0;
    background: #fb7b34;
    width: 95px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .sec10 .box .step .right h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 95px;
    width: 0;
    height: 0;
    border-left: 17px solid #fb7b34;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
  }
  .sec10 .box .step .right p {
    font-size: 1.6rem;
    margin-bottom: 4vmin;
    line-height: 31px;
    width: 92%;
    margin: 0 auto;
  }
  .sec10 .box .step .right p:last-child {
    margin-bottom: 0px;
  }
  .sec10 .box .step .txt_area {
    background: #fff9f6;
    margin-top: 25px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 36px;
  }
  .sec10 .box .txt_link {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    color: #007eca;
    text-decoration: underline;
    margin-top: 5vmin;
  }
}
/* --------------------------------------------------------------------
/* sec11
-------------------------------------------------------------------- */
.sec11 {
  margin-top: 100px;
}
.sec11 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec11 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}

.sec11 .box {
  background: url("../img/top/sec11_ph01.png") repeat;
  border: 1px solid #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.sec11 .box h3 {
  font-size: 36px;
  color: #007eca;
  margin-bottom: 30px;
  text-align: center;
}
.sec11 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec11 .box .flex .left {
  margin-right: 50px;
}
.sec11 .box .flex .left p {
  font-size: 18px;
  line-height: 36px;
}
.sec11 .box02 {
  border: 20px solid #e9f7ff;
  padding: 55px 90px;
}
.sec11 .box02 .service-area .cate-list {
  margin-top: 10px;
  margin-bottom: 30px;
}
.sec11 .box02 .service-area .cate-list li {
  display: inline-block;
  margin-right: 20px;
}
.sec11 .box02 .service-area .cate-list li a:not(.btn) {
  color: #039;
}
.sec11 .box02 .service-area .cate-list li a {
  text-decoration: underline;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec11 {
    margin-top: 10vmin;
  }
  .sec11 h2 {
    background: #007eca;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec11 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec11 .box {
    background: url("../img/top/sec11_ph01.png") repeat;
    border: 1px solid #ececec;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    margin-bottom: 6vmin;
  }
  .sec11 .box h3 {
    font-size: 2.2rem;
    color: #007eca;
    margin-bottom: 3vmin;
    text-align: center;
  }
  .sec11 .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96%;
    margin: 0 auto;
  }
  .sec11 .box .flex .left {
    margin-right: 0;
  }
  .sec11 .box .flex .left p {
    font-size: 1.6rem;
    line-height: 36px;
  }
  .sec11 .box02 {
    border: 20px solid #e9f7ff;
    padding: 6%;
  }
  .sec11 .box02 h4 {
    font-size: 1.8rem;
  }
  .sec11 .box02 .service-area .cate-list {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sec11 .box02 .service-area .cate-list li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.6rem;
  }
  .sec11 .box02 .service-area .cate-list li a:not(.btn) {
    color: #039;
    font-size: 1.4rem;
  }
  .sec11 .box02 .service-area .cate-list li a {
    text-decoration: underline;
  }

}
/* --------------------------------------------------------------------

/* sec12
-------------------------------------------------------------------- */
.sec12 {
  margin-top: 100px;
}
.sec12 h2 {
  background: url("../img/top/sec12_ph01.png") no-repeat #007eca;
  background-position: center;
  color: #fff;
  text-align: center;
  padding-top: 52px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  font-size: 40px;
  position: relative;
}
.sec12 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec12 .slider_area ol li {
  box-shadow: 3px 3px 5px 3px #f1f1f1;
  border-radius: 10px;
  margin: 10px 10px;
  padding-bottom: 20px;
}
.sec12 .slider_area ol li .title {
  background: #f46205;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sec12 .slider_area .prev {
  position: absolute;
  left: -30px;
  z-index: 10;
  top: 45%;
  cursor: pointer;
}
.sec12 .slider_area .next {
  position: absolute;
  right: -30px;
  z-index: 10;
  top: 45%;
  cursor: pointer;
}
.sec12 .txt {
  text-align: center;
  width: 460px;
  margin: auto;
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 36px;
}
.sec12 .slider_area .txt {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.sec12 .slider_area .img {
  text-align: center;
  margin-bottom: 20px;
}
.sec12 .slider_area .img img {
  margin: auto;
}
.sec12 .slider_area .name {
  text-align: right;
  font-size: 18px;
  width: 460px;
  margin: auto;
}
.sec12 .slider_area .slick-dots {
  bottom: -60px;
}
.sec12 .slider_area .slick-dots li {
  padding: 0;
  box-shadow: none;
  margin: 0 5px;
}
.sec12 .slider_area .slick-dots li button:before {
  font-size: 50px;
}
.sec12 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #007eca;
}
.sec12 .txt_link {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #007eca;
  text-decoration: underline;
  margin-top: 100px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec12 {
    margin-top: 10vmin;
  }
  .sec12 h2 {
    background: url("../img/top/sec12_ph01.png") no-repeat #007eca;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec12 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec12 .slider_area {
    margin: auto;
    width: 90%;
  }
  .sec12 .slider_area ol li {
    box-shadow: 3px 3px 5px 3px #f1f1f1;
    border-radius: 10px;
    margin: 10px 10px;
    padding-bottom: 20px;
  }
  .sec12 .slider_area ol li .title {
    background: #f46205;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .sec12 .slider_area .prev {
    position: absolute;
    left: -30px;
    z-index: 10;
    top: 45%;
    cursor: pointer;
  }
  .sec12 .slider_area .next {
    position: absolute;
    right: -30px;
    z-index: 10;
    top: 45%;
    cursor: pointer;
  }
  .sec12 .txt {
    text-align: center;
    width: 100%;
    margin: auto;
    font-size: 20px;
    margin-bottom: 5vmin;
    font-weight: 600;
    line-height: 36px;
  }
  .sec12 .slider_area .txt {
    text-align: left;
    line-height: 1.8;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: normal;
    width: 90%;
  }
  .sec12 .slider_area .img {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec12 .slider_area .img img {
    margin: auto;
    width: 90%;
  }
  .sec12 .slider_area .name {
    text-align: right;
    font-size: 1.2rem;
    width: auto;
    margin: auto;
    margin-right: 10px;
  }
  .sec12 .slider_area .slick-dots {
    bottom: -60px;
  }
  .sec12 .slider_area .slick-dots li {
    padding: 0;
    box-shadow: none;
    margin: 0 5px;
  }

  .sec12 .slider_area .slick-dots li button:before {
    font-size: 50px;
  }
  .sec12 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #007eca;
  }
  .sec12 .txt_link {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    color: #007eca;
    text-decoration: underline;
    margin-top: 10rem;
  }
}
/* --------------------------------------------------------------------
/* sec13
-------------------------------------------------------------------- */
.sec13 {
  margin-top: 100px;
}
.sec13 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec13 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec13 .box {
  background: url("../img/top/sec11_ph01.png") repeat;
  border: 1px solid #ececec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.sec13 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec13 .box .flex .left {
  margin-right: 60px;
}
.sec13 .box .flex .right {
  font-size: 18px;
  line-height: 36px;
}
.sec13 .box .flex .right span {
  font-size: 24px;
  font-weight: 600;
}
.sec13 .point {
  background: #e9f7ff;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.sec13 .point h3 {
  font-size: 36px;
  text-align: center;
  color: #007eca;
  margin-bottom: 30px;
}
.sec13 .point h3 mark {
  background: linear-gradient(#e9f7ff 70%, #ff1 20%);
  color: #007eca;
}
.sec13 .point .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec13 .point .left {
  margin-right: 40px;
}
.sec13 .point .flex ol li {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}
.sec13 .point .flex ol li::before {
  content: "";
  background: url(../img/top/sec03_ph01.png) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sec13 .point .txt_area {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  width: 862px;
  margin: auto;
}
.sec13 .point .txt_area p {
  font-size: 22px;
  text-align: center;
  line-height: 40px;
}
.sec13 .point .txt_area p span {
  font-size: 22px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec13 {
    margin-top: 10vmin;
  }
  .sec13 h2 {
    background: url("../img/top/sec13_ph01.png") no-repeat #007eca;
    background-position: center;
    color: #fff;
    text-align: center;
    padding-top: 7vmin;
    margin-bottom: 8vmin;

    padding-bottom: 7vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec13 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec13 .box {
    background: url("../img/top/sec11_ph01.png") repeat;
    border: 1px solid #ececec;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    margin-bottom: 6vmin;
  }
  .sec13 .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec13 .box .flex .left {
    margin-right: 0;
  }
  .sec13 .box .flex .right {
    font-size: 2.6rem;
    width: 90%;
    line-height: 36px;
    margin: 2vmin auto 0;
  }
  .sec13 .box .flex .right span {
    font-size: 24px;
    font-weight: 600;
  }
  .sec13 .point {
    background: #e9f7ff;
    border-radius: 20px;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
  }
  .sec13 .point h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #007eca;
    margin-bottom: 4vmin;
  }
  .sec13 .point h3 mark {
    background: linear-gradient(#e9f7ff 70%, #ff1 20%);
    color: #007eca;
  }
  .sec13 .point .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3vmin;
    width: 90%;
    margin: 0 auto;
  }
  .sec13 .point .left {
    margin-right: 0;
    margin-bottom: 3vmin;
  }
  .sec13 .point .flex ol li {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }
  .sec13 .point .flex ol li::before {
    content: "";
    background: url(../img/top/sec03_ph01.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .sec13 .point .txt_area {
    background: #fff;
    padding-top: 2vmin;
    padding-bottom: 2vmin;
    border-radius: 2vmin;
    width: 90%;
    margin: auto;
  }
  .sec13 .point .txt_area p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 40px;
    padding: 4%;
  }
  .sec13 .point .txt_area p span {
    font-size: 22px;
  }
}
/* --------------------------------------------------------------------
/* sec14
-------------------------------------------------------------------- */
.sec14 {
  padding-bottom: 100px;
  margin-top: 100px;
  background: #f6fbfe;
}
.sec14 h2 {
  background: #007eca;
  color: #fff;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 80px;
  padding-bottom: 55px;
  font-size: 40px;
  position: relative;
}
.sec14 h2::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eca;
  bottom: -25px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
}
.sec14 .box {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.sec14 .box .info {
  width: 900px;
  margin: auto;
}
.sec14 .box .info h3 {
  font-size: 30px;
  margin-bottom: 30px;
  border-left: 5px solid #007eca;
  padding-left: 15px;
  margin-top: 50px;
}
.sec14 .box .info h4 {
  font-size: 22px;
  color: #007eca;
}
.sec14 .box .info h4 + p {
  font-size: 16px;
  margin: 10px 0 30px 0;
  padding-left: 20px;
  line-height: 180%;
}
.sec14 .box .info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec14 .box .info .flex p {
  font-size: 18px;
  line-height: 36px;
}
.sec14 .box .summary {

  background-color: #f6fcff;
  width: 840px;
  margin: 40px auto 0;
  padding: 30px;
}
.sec14 .box .summary .in {
  background-color: #fff;

  padding: 20px;
}
.sec14 .box .summary h3 {
  text-align: center;
  font-size: 30px;
  padding: 20px 0 20px 0;
}
.sec14 .box .summary ul {
  width: 535px;
  margin: 0 auto 20px;
}
.sec14 .box .summary ul li {
  line-height: 200%;
  font-size: 22px;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
  .sec14 {
    padding-bottom: 0vmin;
    margin-top: 10vmin;
    background: #ffff;
  }
  .sec14 h2 {
    background: url(../img/top/sec05_ph02.png) #007eca no-repeat;
    color: #fff;
    background-position: top center;
    text-align: center;
    padding-top: 5vmin;
    margin-bottom: 8vmin;
    padding-bottom: 5vmin;
    font-size: 2.4rem;
    position: relative;
  }
  .sec14 h2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #007eca;
    bottom: -25px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
  }
  .sec14 .box {
    background: #fff;
    padding-top: 1vmin;
    padding-bottom: 6vmin;
  }
  .sec14 .box .info {
    width: 94%;
    margin: auto;
  }
  .sec14 .box .info h3 {
    font-size: 2.2rem;
    margin-bottom: 5vmin;
    border-left: 5px solid #007eca;
    padding-left: 10px;
    margin-top: 5vmin;
  }
  .sec14 .box .info h4 {
    font-size: 2rem;
    color: #007eca;
  }
  .sec14 .box .info h4 + p {
    font-size: 1.6rem;
    margin: 10px 0 30px 0;
    padding-left: 20px;
    line-height: 180%;
  }
  .sec14 .box .info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec14 .box .info .flex p {
    font-size: 1.6rem;
    line-height: 31px;
    margin-bottom: 2vmin;
  }
  .sec14 .box .summary {
    background-color: #f6fcff;
    width: 95%;
    margin: 5vmin auto 0;
    padding: 3%;
  }
  .sec14 .box .summary .in {
    background-color: #fff;
    padding: 3%;
  }
  .sec14 .box .summary h3 {
    text-align: center;
    font-size: 2rem;
    padding: 20px 0 20px 0;
  }
  .sec14 .box .summary ul {
    width: 98%;
    margin: 0 auto 2vmin;
  }
  .sec14 .box .summary ul li {
    line-height: 200%;
    font-size: 1.6rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* --------------------------------------------------------------------
/* footer-fixed
-------------------------------------------------------------------- */
/** PC **/
@media only screen and (min-width: 769px) {
  .footer-fixed {
    display: none;
  }
  .footer-fixed.active {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgb(36 118 182 / 85%);
    z-index: 99;
    display: block;
  }
  .footer-fixed .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 10px;
    display: flex;
    justify-content: space-between;
  }
  .footer-fixed .inner .txt {
    font-size: 1.2rem;
    color: #ff1;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    top: 12px;
  }
  .footer-fixed .inner ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-fixed .inner ol li {
    margin-right: 10px;
    width: 47%;
  }
  .footer-fixed .inner ol li:last-child {
    margin-right: 0;
  }
}
/** SP **/
@media only screen and (max-width: 768px) {
  .footer-fixed {
    display: none;
  }
  .footer-fixed.active {
    position: fixed;
    bottom: 0;
    background-color: rgb(36 118 182 / 85%);
    padding-top: 10px;
    padding-bottom: 5px;
    z-index: 50;
    display: block;
  }
  .footer-fixed .inner {
    width: 96%;
    margin: auto;
  }
  .footer-fixed .inner .txt {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-fixed .inner ol {
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-fixed .inner ol li {
    margin-right: 10px;
    width: 47%;
  }
  .footer-fixed .inner ol li:last-child {
    margin-right: 0;
  }
}