@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-align: inherit;
  color: inherit;
  font-weight: inherit;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="url"],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: visible;
  color: #222222;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

input::-ms-clear {
  visibility: hidden;
}

img {
  border: 0;
  max-width: 100%;
}

/* common --------------------------------------------------- */
html {
  touch-action: manipulation;
  background: #fff;
  font-size: 16px;
}

body {
  background: #fff;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #0491da;
  text-decoration: none;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 700px;
}

.blanklink {
  padding-right: 25px;
  background: url(../images/common/icn-newwin.svg) no-repeat right center;
  background-size: 14px 14px;
}

.pdflink {
  padding-right: 25px;
  background: url(../images/common/icn-pdf.svg) no-repeat right center;
  background-size: 14px 16px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.cl {
  clear: both;
}

.breakword {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

b,
strong,
.bold {
  font-weight: bold;
}

.weight-normal {
  font-weight: normal;
}

.red {
  color: #e51374;
}

.blue {
  color: #0491da;
}

.text-center,
.has-text-align-center {
  text-align: center !important;
}

.text-left,
.has-text-align-left {
  text-align: left !important;
}

.text-right,
.has-text-align-right {
  text-align: right !important;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

@media screen and (max-width: 768px) {
  .text-center-sp {
    text-align: center !important;
  }

  .text-left-sp {
    text-align: left !important;
  }

  .text-right-sp {
    text-align: right !important;
  }
}

/* margin/padding */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly0 {
    margin-top: 0px !important;
  }

  .mb-pconly0 {
    margin-bottom: 0px !important;
  }

  .ml-pconly0 {
    margin-left: 0px !important;
  }

  .mr-pconly0 {
    margin-right: 0px !important;
  }

  .pt-pconly0 {
    padding-top: 0px !important;
  }

  .pb-pconly0 {
    padding-bottom: 0px !important;
  }

  .pl-pconly0 {
    padding-left: 0px !important;
  }

  .pr-pconly0 {
    padding-right: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly5 {
    margin-top: 5px !important;
  }

  .mb-pconly5 {
    margin-bottom: 5px !important;
  }

  .ml-pconly5 {
    margin-left: 5px !important;
  }

  .mr-pconly5 {
    margin-right: 5px !important;
  }

  .pt-pconly5 {
    padding-top: 5px !important;
  }

  .pb-pconly5 {
    padding-bottom: 5px !important;
  }

  .pl-pconly5 {
    padding-left: 5px !important;
  }

  .pr-pconly5 {
    padding-right: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly10 {
    margin-top: 10px !important;
  }

  .mb-pconly10 {
    margin-bottom: 10px !important;
  }

  .ml-pconly10 {
    margin-left: 10px !important;
  }

  .mr-pconly10 {
    margin-right: 10px !important;
  }

  .pt-pconly10 {
    padding-top: 10px !important;
  }

  .pb-pconly10 {
    padding-bottom: 10px !important;
  }

  .pl-pconly10 {
    padding-left: 10px !important;
  }

  .pr-pconly10 {
    padding-right: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly15 {
    margin-top: 15px !important;
  }

  .mb-pconly15 {
    margin-bottom: 15px !important;
  }

  .ml-pconly15 {
    margin-left: 15px !important;
  }

  .mr-pconly15 {
    margin-right: 15px !important;
  }

  .pt-pconly15 {
    padding-top: 15px !important;
  }

  .pb-pconly15 {
    padding-bottom: 15px !important;
  }

  .pl-pconly15 {
    padding-left: 15px !important;
  }

  .pr-pconly15 {
    padding-right: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly20 {
    margin-top: 20px !important;
  }

  .mb-pconly20 {
    margin-bottom: 20px !important;
  }

  .ml-pconly20 {
    margin-left: 20px !important;
  }

  .mr-pconly20 {
    margin-right: 20px !important;
  }

  .pt-pconly20 {
    padding-top: 20px !important;
  }

  .pb-pconly20 {
    padding-bottom: 20px !important;
  }

  .pl-pconly20 {
    padding-left: 20px !important;
  }

  .pr-pconly20 {
    padding-right: 20px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly25 {
    margin-top: 25px !important;
  }

  .mb-pconly25 {
    margin-bottom: 25px !important;
  }

  .ml-pconly25 {
    margin-left: 25px !important;
  }

  .mr-pconly25 {
    margin-right: 25px !important;
  }

  .pt-pconly25 {
    padding-top: 25px !important;
  }

  .pb-pconly25 {
    padding-bottom: 25px !important;
  }

  .pl-pconly25 {
    padding-left: 25px !important;
  }

  .pr-pconly25 {
    padding-right: 25px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly30 {
    margin-top: 30px !important;
  }

  .mb-pconly30 {
    margin-bottom: 30px !important;
  }

  .ml-pconly30 {
    margin-left: 30px !important;
  }

  .mr-pconly30 {
    margin-right: 30px !important;
  }

  .pt-pconly30 {
    padding-top: 30px !important;
  }

  .pb-pconly30 {
    padding-bottom: 30px !important;
  }

  .pl-pconly30 {
    padding-left: 30px !important;
  }

  .pr-pconly30 {
    padding-right: 30px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly35 {
    margin-top: 35px !important;
  }

  .mb-pconly35 {
    margin-bottom: 35px !important;
  }

  .ml-pconly35 {
    margin-left: 35px !important;
  }

  .mr-pconly35 {
    margin-right: 35px !important;
  }

  .pt-pconly35 {
    padding-top: 35px !important;
  }

  .pb-pconly35 {
    padding-bottom: 35px !important;
  }

  .pl-pconly35 {
    padding-left: 35px !important;
  }

  .pr-pconly35 {
    padding-right: 35px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly40 {
    margin-top: 40px !important;
  }

  .mb-pconly40 {
    margin-bottom: 40px !important;
  }

  .ml-pconly40 {
    margin-left: 40px !important;
  }

  .mr-pconly40 {
    margin-right: 40px !important;
  }

  .pt-pconly40 {
    padding-top: 40px !important;
  }

  .pb-pconly40 {
    padding-bottom: 40px !important;
  }

  .pl-pconly40 {
    padding-left: 40px !important;
  }

  .pr-pconly40 {
    padding-right: 40px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly45 {
    margin-top: 45px !important;
  }

  .mb-pconly45 {
    margin-bottom: 45px !important;
  }

  .ml-pconly45 {
    margin-left: 45px !important;
  }

  .mr-pconly45 {
    margin-right: 45px !important;
  }

  .pt-pconly45 {
    padding-top: 45px !important;
  }

  .pb-pconly45 {
    padding-bottom: 45px !important;
  }

  .pl-pconly45 {
    padding-left: 45px !important;
  }

  .pr-pconly45 {
    padding-right: 45px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly50 {
    margin-top: 50px !important;
  }

  .mb-pconly50 {
    margin-bottom: 50px !important;
  }

  .ml-pconly50 {
    margin-left: 50px !important;
  }

  .mr-pconly50 {
    margin-right: 50px !important;
  }

  .pt-pconly50 {
    padding-top: 50px !important;
  }

  .pb-pconly50 {
    padding-bottom: 50px !important;
  }

  .pl-pconly50 {
    padding-left: 50px !important;
  }

  .pr-pconly50 {
    padding-right: 50px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly55 {
    margin-top: 55px !important;
  }

  .mb-pconly55 {
    margin-bottom: 55px !important;
  }

  .ml-pconly55 {
    margin-left: 55px !important;
  }

  .mr-pconly55 {
    margin-right: 55px !important;
  }

  .pt-pconly55 {
    padding-top: 55px !important;
  }

  .pb-pconly55 {
    padding-bottom: 55px !important;
  }

  .pl-pconly55 {
    padding-left: 55px !important;
  }

  .pr-pconly55 {
    padding-right: 55px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly60 {
    margin-top: 60px !important;
  }

  .mb-pconly60 {
    margin-bottom: 60px !important;
  }

  .ml-pconly60 {
    margin-left: 60px !important;
  }

  .mr-pconly60 {
    margin-right: 60px !important;
  }

  .pt-pconly60 {
    padding-top: 60px !important;
  }

  .pb-pconly60 {
    padding-bottom: 60px !important;
  }

  .pl-pconly60 {
    padding-left: 60px !important;
  }

  .pr-pconly60 {
    padding-right: 60px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly65 {
    margin-top: 65px !important;
  }

  .mb-pconly65 {
    margin-bottom: 65px !important;
  }

  .ml-pconly65 {
    margin-left: 65px !important;
  }

  .mr-pconly65 {
    margin-right: 65px !important;
  }

  .pt-pconly65 {
    padding-top: 65px !important;
  }

  .pb-pconly65 {
    padding-bottom: 65px !important;
  }

  .pl-pconly65 {
    padding-left: 65px !important;
  }

  .pr-pconly65 {
    padding-right: 65px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly70 {
    margin-top: 70px !important;
  }

  .mb-pconly70 {
    margin-bottom: 70px !important;
  }

  .ml-pconly70 {
    margin-left: 70px !important;
  }

  .mr-pconly70 {
    margin-right: 70px !important;
  }

  .pt-pconly70 {
    padding-top: 70px !important;
  }

  .pb-pconly70 {
    padding-bottom: 70px !important;
  }

  .pl-pconly70 {
    padding-left: 70px !important;
  }

  .pr-pconly70 {
    padding-right: 70px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly75 {
    margin-top: 75px !important;
  }

  .mb-pconly75 {
    margin-bottom: 75px !important;
  }

  .ml-pconly75 {
    margin-left: 75px !important;
  }

  .mr-pconly75 {
    margin-right: 75px !important;
  }

  .pt-pconly75 {
    padding-top: 75px !important;
  }

  .pb-pconly75 {
    padding-bottom: 75px !important;
  }

  .pl-pconly75 {
    padding-left: 75px !important;
  }

  .pr-pconly75 {
    padding-right: 75px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly80 {
    margin-top: 80px !important;
  }

  .mb-pconly80 {
    margin-bottom: 80px !important;
  }

  .ml-pconly80 {
    margin-left: 80px !important;
  }

  .mr-pconly80 {
    margin-right: 80px !important;
  }

  .pt-pconly80 {
    padding-top: 80px !important;
  }

  .pb-pconly80 {
    padding-bottom: 80px !important;
  }

  .pl-pconly80 {
    padding-left: 80px !important;
  }

  .pr-pconly80 {
    padding-right: 80px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly85 {
    margin-top: 85px !important;
  }

  .mb-pconly85 {
    margin-bottom: 85px !important;
  }

  .ml-pconly85 {
    margin-left: 85px !important;
  }

  .mr-pconly85 {
    margin-right: 85px !important;
  }

  .pt-pconly85 {
    padding-top: 85px !important;
  }

  .pb-pconly85 {
    padding-bottom: 85px !important;
  }

  .pl-pconly85 {
    padding-left: 85px !important;
  }

  .pr-pconly85 {
    padding-right: 85px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly90 {
    margin-top: 90px !important;
  }

  .mb-pconly90 {
    margin-bottom: 90px !important;
  }

  .ml-pconly90 {
    margin-left: 90px !important;
  }

  .mr-pconly90 {
    margin-right: 90px !important;
  }

  .pt-pconly90 {
    padding-top: 90px !important;
  }

  .pb-pconly90 {
    padding-bottom: 90px !important;
  }

  .pl-pconly90 {
    padding-left: 90px !important;
  }

  .pr-pconly90 {
    padding-right: 90px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly95 {
    margin-top: 95px !important;
  }

  .mb-pconly95 {
    margin-bottom: 95px !important;
  }

  .ml-pconly95 {
    margin-left: 95px !important;
  }

  .mr-pconly95 {
    margin-right: 95px !important;
  }

  .pt-pconly95 {
    padding-top: 95px !important;
  }

  .pb-pconly95 {
    padding-bottom: 95px !important;
  }

  .pl-pconly95 {
    padding-left: 95px !important;
  }

  .pr-pconly95 {
    padding-right: 95px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media screen and (min-width: 769px) {
  .mt-pconly100 {
    margin-top: 100px !important;
  }

  .mb-pconly100 {
    margin-bottom: 100px !important;
  }

  .ml-pconly100 {
    margin-left: 100px !important;
  }

  .mr-pconly100 {
    margin-right: 100px !important;
  }

  .pt-pconly100 {
    padding-top: 100px !important;
  }

  .pb-pconly100 {
    padding-bottom: 100px !important;
  }

  .pl-pconly100 {
    padding-left: 100px !important;
  }

  .pr-pconly100 {
    padding-right: 100px !important;
  }
}

.pconly {
  display: block;
}

.sponly,
.sponly550 {
  display: none;
}

br.pconly {
  display: inline;
}

br.sponly,
br.sponly550 {
  display: none;
}

.pconly1160 {
  display: block;
}

.sponly1160 {
  display: none;
}

@media screen and (max-width: 1160px) {
  .pconly1160 {
    display: none;
  }

  .sponly1160 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }

  .sponly {
    display: block;
  }

  br.pconly {
    display: none;
  }

  br.sponly {
    display: inline;
  }
}

@media screen and (max-width: 550px) {
  .sponly550 {
    display: block;
  }

  br.sponly550 {
    display: inline;
  }
}

/* layout --------------------------------------------------- */
#pagetop {
  position: relative;
}

/* pagetop --------------------------------------------------- */
#btnpagetop {
  position: fixed;
  right: 30px;
  top: 100%;
  width: 60px;
  height: 60px;
  z-index: 890;
  padding: 3px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
}

#btnpagetop a {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 3px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
}

#btnpagetop img {
  display: block;
  width: 54px;
  height: 54px;
}

@media screen and (min-width: 769px) {
  #btnpagetop:hover img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  #btnpagetop {
    right: 7px;
    width: 60px;
    height: 60px;
  }

  #btnpagetop a {
    width: 50px;
    height: 50px;
  }

  #btnpagetop img {
    width: 54px;
    height: 54px;
  }
}

/* header --------------------------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 130px;
  padding: 0 20px;
  background: #fff;
  border-top: 10px solid #0491da;
}

header .headerInner {
  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;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

header .headerInner .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 330px;
}

header .headerInner .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerInner .rightBox .telBox {
  margin-right: 14px;
}

header .headerInner .rightBox .telBox .tel {
  color: #0491da;
  font-size: 36px;
  font-weight: bold;
}

header .headerInner .rightBox .telBox .tel a {
  text-decoration: none;
}

header .headerInner .rightBox .telBox .note {
  padding: 0px 10px;
  background: #0491da;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}

header .headerInner .rightBox .lineIconPc {
  position: relative;
  top: 4px;
  width: 256px;
	display: none;
}

header .headerInner .rightBox .lineIconPc a {
  display: block;
  width: 256px;
  height: 80px;
  overflow: hidden;
  background: url("../images/line-header-pc-ov.png") no-repeat left top;
  background-size: 256px 76px;
}

header .headerInner .rightBox .btnBox {
  width: 256px;
}

header .headerInner .rightBox .btnBox a {
  display: block;
  width: 256px;
  height: 80px;
  overflow: hidden;
  background: url("../images/btn-header-ov.png") no-repeat left top;
  background-size: 256px 80px;
}

@media screen and (min-width: 769px) {
  header .headerInner .rightBox .btnBox a:hover {
    text-indent: -256px;
  }

  header .headerInner .rightBox .lineIconPc a:hover {
    text-indent: -256px;
  }
}

@media screen and (max-width: 1160px) {
  header .headerInner .rightBox .lineIconSp {
    width: 80px;
	display: none;
  }

  header .headerInner .rightBox .telBox .tel {
    font-size: 22px;
  }

  header .headerInner .rightBox .telBox .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 930px) {
  header .headerInner .logo {
    width: 280px;
  }

  header .headerInner .rightBox .btnBox {
    width: 180px;
  }

  header .headerInner .rightBox .btnBox a {
    width: 180px;
    height: 56px;
    background: url("../images/btn-header-ov.png") no-repeat left top;
    background-size: 180px 56px;
  }

  header .headerInner .rightBox .lineIconSp {
    position: relative;
    top: 2px;
    width: 56px;
  }
}

@media screen and (max-width: 780px) {
  header .headerInner .rightBox .telBox .note {
    font-size: 11px;
  }
}

@media screen and (max-width: 930px) and (min-width: 769px) {
  header .headerInner .rightBox .btnBox a:hover {
    text-indent: -180px;
  }

  header .headerInner .rightBox .lineIconPc a:hover {
    text-indent: -40px;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 65px;
    padding: 0 15px;
    border-top: 5px solid #0491da;
  }

  header .headerInner .logo {
    width: 165px;
  }

  header .headerInner .rightBox .telBox {
    display: none;
  }

  header .headerInner .rightBox .btnBox {
    width: 130px;
  }

  header .headerInner .rightBox .lineIconSp {
    position: relative;
    top: 2px;
    width: 40px;
  }

  header .headerInner .rightBox .btnBox a {
    width: 130px;
    height: 40px;
    overflow: hidden;
    background: url("../images/btn-header-ov.png") no-repeat left top;
    background-size: 130px 40px;
  }
}

/* footer --------------------------------------------------- */
footer {
  background: #fff;
}

footer .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: calc(1080px + 20px * 2);
  margin: 0 auto;
  padding: 50px 20px;
}

footer .footerInner .leftbox .logo {
  width: 330px;
}

footer .footerInner .leftbox .company {
  margin: 40px 0 15px 0;
  font-size: 22px;
  font-weight: bold;
}

footer .footerInner .leftbox .address {
  line-height: 1.5;
}

footer .footerInner .leftbox .tel {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
}

footer .footerInner .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}
footer .footerInner .rightBox .sdgs {
  width: 200px;
}
footer .footerInner .rightBox .iso {
  width: 150px;
}

footer .footerMid {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(1080px + 20px * 2);
  margin: 0 auto;
  padding: 0px 20px 50px 20px;
}

@media screen and (max-width: 768px) {
  footer .footerMid {
    display: none;
  }
}

footer .footerMid .no-break {
  white-space: nowrap;
}

footer .footerMid .topContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footerMid .bottomContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footerMid .company {
  margin: 40px 0 15px 0;
  font-size: 22px;
  font-weight: bold;
}

footer .footerMid .address {
  line-height: 1.5;
}

footer .footerMid .tel {
  margin-top: 25px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

footer .footerLink {
  padding: 35px 20px;
  background: #02669b;
  text-align: center;
  color: #fff;
}

footer .footerLink ul {
  display: inline-block;
}

footer .footerLink ul li {
  display: inline-block;
}

footer .footerLink ul li a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  footer .footerLink ul li a:hover {
    opacity: 0.8;
  }
}

footer .footerLink ul li + li::before {
  content: "　｜　";
  display: inline-block;
}

footer .copyright {
  padding: 35px 20px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .footerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
  }

  footer .footerInner .leftbox {
    width: auto;
    margin: 0 auto;
  }

  footer .footerInner .leftbox .logo {
    width: 165px;
    margin: 0 auto;
  }

  footer .footerInner .leftbox .company {
    margin: 20px 0 15px 0;
    font-size: 18px;
    text-align: center;
  }

  footer .footerInner .leftbox a {
    color: #222222;
  }

  footer .footerInner .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .footerInner .rightBox .sdgs {
    width: 200px;
    margin-top: 40px;
  }
  footer .footerInner .rightBox .iso {
    width: 150px;
    margin-top: 40px;
  }

  footer .footerLink {
    padding: 25px 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  footer .copyright {
    padding: 25px 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  footer .copyright span {
    display: inline-block;
  }
}

/* main --------------------------------------------------- */
main {
  padding-top: 130px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 65px;
  }
}

/* kv --------------------------------------------------- */
.kv .kvHeader {
  padding: 3px 20px;
  background-color: #fcd73c;
  font-size: 22px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}

.kv .kvInner {
  position: relative;
  background: #c8ebf8 url(../images/img-kv-bg.png) no-repeat center center;
  background-size: cover;
}

.kv .kvInner .img {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.kv .kvInner .img img {
  margin: 0 auto;
}

.kv .kvInner .btnBox {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  max-width: 1120px;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.kv .kvInner .btnBox a {
  display: block;
  width: 600px;
  height: 217px;
  margin: 0 0 0 auto;
  overflow: hidden;
  background: url("../images/btn-form-ov.png") no-repeat left top;
  background-size: 600px 217px;
}

@media screen and (min-width: 769px) {
  .kv .kvInner .btnBox a:hover {
    text-indent: -600px;
  }
}

@media screen and (max-width: 930px) {
  .kv .kvInner .btnBox a {
    width: 500px;
    height: 181px;
    background: url("../images/btn-form-ov.png") no-repeat left top;
    background-size: 500px 181px;
  }
}

@media screen and (max-width: 930px) and (min-width: 769px) {
  .kv .kvInner .btnBox a:hover {
    text-indent: -500px;
  }
}

@media screen and (max-width: 768px) {
  .kv .kvHeader {
    padding: 3px 20px;
    font-size: 12px;
  }

  .kv .kvInner {
    padding-bottom: 30px;
    background-image: none;
  }

  .kv .kvInner .img {
    padding-top: 0;
  }

  .kv .kvInner .btnBox {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .kv .kvInner .btnBox a {
    display: block;
    width: 320px;
    height: 116px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/btn-form-ov.png") no-repeat left top;
    background-size: 320px 116px;
  }

  .kv .kvInner .btnBox .lineKvImg {
    /*display: block;*/
    width: 320px;
    height: 96px;
    margin: 0 auto;
    overflow: hidden;
    background: url("../images/line-rec-ov.png") no-repeat left top;
    background-size: 320px 96px;
	display: none;
  }
}

.youtube {
  padding: 20px 20px 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
	display: none;
}

/* block　共通 --------------------------------------------------- */
.block {
  padding: 0 20px;
}

.block .blockInner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 165px;
}

.block .blockInner .blockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 45px;
  background: url(../images/icn-block-title.svg) no-repeat center top;
  background-size: 90px 90px;
}

.block .blockInner .blockTitle div {
  padding: 10px 30px;
  background: #0091da;
  border-radius: 45px;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

.block .blockInner .blockTitle div span {
  display: inline-block;
}

.block .blockInner .blockTitle.blockTitleOrange {
  background: url(../images/icn-block-title-orange.svg) no-repeat center top;
  background-size: 90px 90px;
}

.block .blockInner .blockTitle.blockTitleOrange div {
  background: #ff6d12;
}

.block .blockInner .catch1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 10px;
}

.block .blockInner .catch1::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 41px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 8px;
  background: url(../images/bg-catch-left.svg) no-repeat center top;
  background-size: 41px 60px;
}

.block .blockInner .catch1::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 41px;
  height: 60px;
  margin-left: 20px;
  margin-bottom: 8px;
  background: url(../images/bg-catch-right.svg) no-repeat center top;
  background-size: 41px 60px;
}

.block .blockInner .catch1.catch1Orange::before {
  background: url(../images/bg-catch-left-orange.svg) no-repeat center top;
  background-size: 41px 60px;
}

.block .blockInner .catch1.catch1Orange::after {
  background: url(../images/bg-catch-right-orange.svg) no-repeat center top;
  background-size: 41px 60px;
}

.block .blockInner .catch1 h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.block .blockInner .catch1 h2 span {
  display: inline-block;
}

.block .blockInner .catch1 h2 .em {
  margin: 0 3px;
  font-size: 40px;
  font-weight: 900;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    #fcd73c 50%,
    #fcd73c 88%,
    rgba(0, 0, 0, 0) 88%,
    rgba(0, 0, 0, 0) 100%
  );
}

.block .blockInner .catch2 {
  margin-bottom: 60px;
}

.block .blockInner .catch2 h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.block .blockInner .catch2 h3 span {
  display: inline-block;
}

.block .blockInner .catch2 h3 .em {
  margin: 0 3px;
  font-size: 50px;
  font-weight: 900;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 65%,
    #fcd73c 65%,
    #fcd73c 95%,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0) 100%
  );
}

.block .blockInner .catch1 + .catch2 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .block {
    padding: 0 15px;
  }

  .block .blockInner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block .blockInner .blockTitle {
    padding-top: 30px;
    background-size: 60px 60px;
  }

  .block .blockInner .blockTitle div {
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .block .blockInner .blockTitle.blockTitleOrange {
    background-size: 60px 60px;
  }

  .block .blockInner .catch1 {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .block .blockInner .catch1::before {
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 1;
    width: 23px;
    height: 33px;
    margin-right: 0;
    margin-bottom: 0;
    background-size: 23px 33px;
  }

  .block .blockInner .catch1::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    z-index: 2;
    width: 23px;
    height: 33px;
    margin-left: 0;
    margin-bottom: 0;
    background-size: 23px 33px;
  }

  .block .blockInner .catch1.catch1Orange::before {
    background-size: 23px 33px;
  }

  .block .blockInner .catch1.catch1Orange::after {
    background-size: 23px 33px;
  }

  .block .blockInner .catch1 h2 {
    position: relative;
    z-index: 3;
    font-size: 16px;
  }

  .block .blockInner .catch1 h2 .em {
    margin: 0 3px;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      #fcd73c 50%,
      #fcd73c 90%,
      rgba(0, 0, 0, 0) 90%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .block .blockInner .catch2 {
    margin-bottom: 30px;
  }

  .block .blockInner .catch2 h3 {
    font-size: 18px;
  }

  .block .blockInner .catch2 h3 .em {
    margin: 0 3px;
    font-size: 23px;
    font-weight: 900;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 60%,
      #fcd73c 60%,
      #fcd73c 93%,
      rgba(0, 0, 0, 0) 93%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .block .blockInner .catch1 + .catch2 {
    margin-top: 5px;
  }
}

/* cvBlock --------------------------------------------------- */
.cvBlock {
  position: relative;
  z-index: 2;
}

.cvBlock .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #00669b;
}

.cvBlock .title .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 190px;
}

.cvBlock .title .img .imgInner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 199px;
}

.cvBlock .title .img .imgInner img {
  display: block;
}

.cvBlock .title h2 {
  padding: 25px 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.cvBlock .btnBox {
  padding: 20px 20px 30px 20px;
  background-color: #0491da;
}

.cvBlock .btnBox .btnBoxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.lineBtn {
  position: relative;
  top: 9px;
}

.cvBlock .btnBox .btnBoxInner .formBtn {
  width: calc(50% - 10px);
}

.cvBlock .btnBox .btnBoxInner .lineBtn {
  width: calc(50% - 10px);
	display: none;
}

.cvBlock .btnBox .btnBoxInner .formBtn a {
  display: block;
}

.cvBlock .btnBox .btnBoxInner .lineBtn a {
  display: block;
}

.cvBlock .btnBox .btnBoxInner .formBtn a .def {
  display: block;
}

.cvBlock .btnBox .btnBoxInner .lineBtn a .def {
  display: block;
}

.cvBlock .btnBox .btnBoxInner .formBtn a .ov {
  display: none;
}

.cvBlock .btnBox .btnBoxInner .lineBtn a .ov {
  display: none;
}

@media screen and (min-width: 769px) {
  .cvBlock .btnBox .btnBoxInner .formBtn a:hover .def {
    display: none;
  }

  .cvBlock .btnBox .btnBoxInner .formBtn a:hover .ov {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .cvBlock .btnBox .btnBoxInner .lineBtn a:hover .def {
    display: none;
  }

  .cvBlock .btnBox .btnBoxInner .lineBtn a:hover .ov {
    display: block;
  }
}

.cvBlock .btnBox .btnBoxInner .telBtn {
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .cvBlock .title .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 110px;
  }

  .cvBlock .title .img .imgInner {
    width: 100px;
  }

  .cvBlock .title h2 {
    padding: 13px 0;
    font-size: 24px;
    line-height: 1.4;
  }

  .cvBlock .btnBox {
    padding: 10px 15px 20px 15px;
  }

  .cvBlock .btnBox .btnBoxInner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cvBlock .btnBox .btnBoxInner .formBtn {
    width: 320px;
  }

  .cvBlock .btnBox .btnBoxInner .telBtn {
    width: 320px;
  }

  .cvBlock .btnBox .btnBoxInner .lineBtn {
    width: 320px;
  }
}

.cvBlock_hidden {
	display: none;
}

#flowchartContainer {
  margin: 60px 0;
}

@media screen and (max-width: 915px) {
  #flowchartH3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  #flowchartContainer {
    margin: 30px 0;
  }
  #flowchartContainer img {
    width: 100%;
  }
}

.kvTel {
  background: none !important;
}

/* block1 --------------------------------------------------- */
#block1 .blockContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

#block1 .blockContents .item {
  width: calc((100% - 40px) * 0.333);
}

#block1 .blockContents .item .img {
  max-width: 260px;
  margin: 0 auto;
}

#block1 .blockContents .item h4 {
  margin: 25px 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#block1 .blockContents .item .text1 {
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#block1 .blockContents .item .text2 {
  line-height: 1.5;
}

#block1 .blockContents .item1 .img {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  #block1 .blockContents {
    display: block;
    padding-bottom: 30px;
  }

  #block1 .blockContents .item {
    width: 100%;
  }

  #block1 .blockContents .item .img {
    max-width: 182px;
  }

  #block1 .blockContents .item h4 {
    margin: 25px 0 8px 0;
    font-size: 22px;
  }

  #block1 .blockContents .item .text1 {
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  #block1 .blockContents .item1 .img {
    max-width: 210px;
  }

  #block1 .blockContents .item + .item {
    margin-top: 30px;
  }
}
/* blockRecycle --------------------------------------------------- */
#blockRecycle {
  background-color: #fdf9e8;
	display: none;
}

#blockRecycle .blockInnerRecycle {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

#blockRecycle h2 {
  display: flex;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  margin-bottom: 40px;
}

#blockRecycle h2 span {
  background-color: #ff6d12;
  padding: 10px 45px;
  border-radius: 30px;
}

#blockRecycle .blockContents {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#blockRecycle .blockContents .item {
  width: calc((100% - 40px) * 0.333);
  line-height: 1.5;
}

#blockRecycle .blockContents .item .container {
  margin-top: 25px;
}

#blockRecycle .blockContents .item .container h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

#blockRecycle .blockContents .item .container .span {
  font-size: 16px;
  margin-top: 20px;
}

#blockRecycle .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
}

@media screen and (max-width: 807px) {
  #blockRecycle .blockContents .item .container h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #blockRecycle h2 {
    font-size: 18px;
    padding: 5px 30px;
    border-radius: 30px;
    line-height: 20px;
  }

  #blockRecycle .blockContents {
    display: flex;
    flex-direction: column;
  }

  #blockRecycle img {
    width: 100%;
  }

  #blockRecycle .blockContents .item {
    width: 100%;
  }

  #blockRecycle .blockContents .item .container {
    margin-bottom: 20px;
  }

  #blockRecycle .blockContents .item .container h4 {
    font-size: 18px;
  }

  #blockRecycle .blockContents .item .container .h4special {
    height: 50px;
  }

  #blockRecycle .blockContents .item .container .span {
    margin-top: 10px;
  }

  #blockRecycle .bottom {
    font-size: 22px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 412px) {
  #blockRecycle h2 {
    font-size: 14px;
  }
}
#block1 {
	display: none;
}

/* block2 --------------------------------------------------- */
#block2 {
  background-color: #fdf9e8;
	display: none;
}

#block2 .blockContents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

#block2 .blockContents .item .point {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 108px;
  padding: 27px 10px 0 0;
  background-color: #0091da;
  border-left: 10px solid #02669b;
  color: #fff;
  text-align: center;
}

#block2 .blockContents .item .point::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 30px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 9px;
  border-color: transparent transparent transparent #0091da;
}

#block2 .blockContents .item .point .text1 {
  display: block;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}

#block2 .blockContents .item .point .no {
  display: block;
  font-size: 50px;
  font-weight: bold;
}

#block2 .blockContents .item .text {
  padding: 30px 25px 30px 30px;
}

#block2 .blockContents .item .text h4 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #0091da;
}

#block2 .blockContents .item .text p {
  line-height: 1.5;
}

#block2 .blockContents .item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 340px;
  padding: 20px 20px 20px 0;
}

#block2 .blockContents .item .img img {
  display: block;
  margin: 0 0 0 auto;
}

#block2 .blockContents .item + .item {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #block2 .blockContents .item {
    display: block;
  }

  #block2 .blockContents .item .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 77px;
    padding: 0 0 5px 0;
    background-color: #0091da;
    border-left: 0;
    border-top: 5px solid #02669b;
  }

  #block2 .blockContents .item .point::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8.5px 0 8.5px;
    border-color: #0091da transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #block2 .blockContents .item .point .text1 {
    margin-bottom: 3px;
    font-size: 17px;
  }

  #block2 .blockContents .item .point .no {
    font-size: 35px;
  }

  #block2 .blockContents .item .text {
    padding: 20px 20px 10px 20px;
  }

  #block2 .blockContents .item .text h4 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  #block2 .blockContents .item .img {
    width: 100%;
    padding: 0 20px 20px 20px;
  }

  #block2 .blockContents .item .img img {
    margin: 0 auto;
  }

  #block2 .blockContents .item + .item {
    margin-top: 15px;
  }
}

/* block3 --------------------------------------------------- */
#block3 {
	display: none;
}

#block3 .blockContents {
  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;
}

#block3 .blockContents .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 32px;
  background-color: #fdf9e8;
  border: 8px solid #8dceef;
}

#block3 .blockContents .item .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #999999;
}

#block3 .blockContents .item .titleBox .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  margin-right: 20px;
}

#block3 .blockContents .item .titleBox .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#block3 .blockContents .item .titleBox .text p {
  margin-top: 15px;
}

#block3 .blockContents .item .textBox p {
  margin-top: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #block3 .blockContents {
    display: block;
  }

  #block3 .blockContents .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px;
    border: 6px solid #8dceef;
  }

  #block3 .blockContents .item .titleBox {
    display: block;
    padding: 0 10px 15px 10px;
    margin-bottom: 0;
  }

  #block3 .blockContents .item .titleBox .img {
    margin: 0 auto 10px auto;
  }

  #block3 .blockContents .item .titleBox .text p {
    margin-top: 10px;
  }

  #block3 .blockContents .item .textBox p {
    margin-top: 15px;
  }
}

/* block4 --------------------------------------------------- */
#block4 {
  background-color: #fdf9e8;
}

#block4 .blockContents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

#block4 .blockContents .item .step {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 108px;
  padding: 27px 10px 0 0;
  background-color: #f0c202;
  border-left: 10px solid #ff6d12;
  color: #fff;
  text-align: center;
}

#block4 .blockContents .item .step::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 30px;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 9px;
  border-color: transparent transparent transparent #f0c202;
}

#block4 .blockContents .item .step .text1 {
  display: block;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}

#block4 .blockContents .item .step .no {
  display: block;
  font-size: 50px;
  font-weight: bold;
}

#block4 .blockContents .item .text {
  padding: 30px 25px 30px 30px;
}

#block4 .blockContents .item .text h4 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #ff6d12;
}

#block4 .blockContents .item .text p {
  line-height: 1.5;
}

#block4 .blockContents .item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 340px;
  padding: 20px 20px 20px 0;
}

#block4 .blockContents .item .img img {
  display: block;
  margin: 0 0 0 auto;
}

#block4 .blockContents .arwBox {
  width: 60px;
  margin: 20px auto;
}

#block4 .blockContents .arwBox img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  #block4 .blockContents .item {
    display: block;
  }

  #block4 .blockContents .item .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 77px;
    padding: 0 0 5px 0;
    background-color: #f0c202;
    border-left: 0;
    border-top: 5px solid #ff6d12;
  }

  #block4 .blockContents .item .step::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8.5px 0 8.5px;
    border-color: #f0c202 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #block4 .blockContents .item .step .text1 {
    margin-bottom: 3px;
    font-size: 17px;
  }

  #block4 .blockContents .item .step .no {
    font-size: 35px;
  }

  #block4 .blockContents .item .text {
    padding: 20px 20px 10px 20px;
  }

  #block4 .blockContents .item .text h4 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  #block4 .blockContents .item .img {
    width: 100%;
    padding: 0 20px 20px 20px;
  }

  #block4 .blockContents .item .img img {
    margin: 0 auto;
  }
}

/* modal --------------------------------------------------- */
.modal {
  /*display: none;*/
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 100px 20px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}

.modal.open {
  display: block;
}

.modal .modalBase {
  max-width: 815px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
}

.modal .modalBase .modalHeader {
  position: relative;
  padding: 50px 0 25px 0;
}

.modal .modalBase .modalHeader p {
  font-size: 40px;
  font-weight: bold;
  color: #0091da;
  text-align: center;
}

.modal .modalBase .modalHeader .closeBtn {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 20px;
  cursor: pointer;
}

.modal .modalBase .modalHeader .closeBtn img {
  width: 20px;
  height: 20px;
}

.modal .modalBase .modalContents {
  padding: 0 60px 50px 60px;
}

.modal .modalBase .modalContents .text1 {
  padding: 25px 0;
  border-top: 1px dotted #999999;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.modal .modalBase .modalContents .inputRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal .modalBase .modalContents .inputSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.modal .modalBase .modalContents .inputSet .label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.modal .modalBase .modalContents .inputSet .inputBox {
  width: calc(100% - 75px);
}

.modal .modalBase .modalContents .inputSet.inputSet1 {
  width: 100%;
}

.modal .modalBase .modalContents .inputSet.inputSet2 {
  width: calc(100% - 285px - 35px);
}

.modal .modalBase .modalContents .inputSet.inputSet3 {
  width: 285px;
}

.modal .modalBase .modalContents .inputSet.inputSet3 .label {
  width: 110px;
}

.modal .modalBase .modalContents .inputSet.inputSet3 .inputBox {
  width: 175px;
}

.modal .modalBase .modalContents .error {
  margin-top: 12px;
  font-size: 18px;
  color: #e51374;
}

.modal .modalBase .modalContents .selectWrap.error,
.modal .modalBase .modalContents input.inputText.error,
.modal .modalBase .modalContents .radioItem label {
  margin-top: 0;
  color: #222222;
}

.modal .modalBase .modalContents .contactWrap {
  margin-bottom: 20px;
}

.modal .modalBase .modalContents .contactWrap .radioWrap {
  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;
}

.modal .modalBase .modalContents .contactWrap .radioWrap .note {
  margin: 5px 0 5px 20px;
}

.modal .modalBase .modalContents .contactWrap .inputBox {
  margin-left: 75px;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.modal
  .modalBase
  .modalContents
  .contactWrap
  .inputBox
  .inputText
  + .inputText {
  margin-top: 10px;
}

.modal .modalBase .modalContents .contactWrap .inputBox .error + .inputText {
  margin-top: 14px;
}

.modal .modalBase .modalContents .contactWrap .inputBox.open {
  height: auto;
  padding: 10px 0;
}

.modal .modalBase .modalContents .contactWrap + .contactWrap {
  margin-bottom: 0;
}

.modal .modalBase .modalContents .text2 {
  margin-top: 20px;
  padding: 25px 0;
  border-top: 1px dotted #999999;
  text-align: center;
}

.modal .modalBase .modalContents .text2 a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .modal .modalBase .modalContents .text2 a:hover {
    opacity: 0.8;
  }
}

.modal .modalBase .modalContents .text3 {
  padding: 10px 0 35px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.modal .modalBase .modalContents .text3 p + p {
  margin-top: 2em;
}

.modal .modalBase .modalContents .submitBtn {
  width: 400px;
  margin: 0 auto;
}

.modal .modalBase .modalContents .submitBtn button {
  display: block;
}

.modal .modalBase .modalContents .submitBtn button .default {
  display: block;
}

.modal .modalBase .modalContents .submitBtn button .over {
  display: none;
}

@media screen and (min-width: 769px) {
  .modal .modalBase .modalContents .submitBtn button:hover .default {
    display: none;
  }

  .modal .modalBase .modalContents .submitBtn button:hover .over {
    display: block;
  }
}

.modal .modalBase .modalContents .submitBtn button:disabled {
  opacity: 60%;
  cursor: default;
}

.modal .modalBase .modalContents .submitBtn button:disabled .default {
  display: block;
}

.modal .modalBase .modalContents .submitBtn button:disabled .over {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: 20px;
  }

  .modal .modalBase .modalHeader {
    padding: 57px 0 35px 0;
  }

  .modal .modalBase .modalHeader p {
    font-size: 24px;
  }

  .modal .modalBase .modalHeader .closeBtn {
    right: 20px;
    top: 20px;
  }

  .modal .modalBase .modalContents {
    padding: 0 20px 25px 20px;
  }

  .modal .modalBase .modalContents .text1 {
    padding: 20px 0 24px 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .modal .modalBase .modalContents .inputRow {
    display: block;
  }

  .modal .modalBase .modalContents .inputSet {
    display: block;
    margin-bottom: 24px;
  }

  .modal .modalBase .modalContents .inputSet .label {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .modal .modalBase .modalContents .inputSet .inputBox {
    width: 100%;
  }

  .modal .modalBase .modalContents .inputSet.inputSet1 {
    width: 100%;
  }

  .modal .modalBase .modalContents .inputSet.inputSet2 {
    width: 100%;
  }

  .modal .modalBase .modalContents .inputSet.inputSet3 {
    width: 100%;
  }

  .modal .modalBase .modalContents .inputSet.inputSet3 .label {
    width: 100%;
  }

  .modal .modalBase .modalContents .inputSet.inputSet3 .inputBox {
    width: 175px;
  }

  .modal .modalBase .modalContents .error {
    font-size: 16px;
  }

  .modal .modalBase .modalContents .contactWrap .radioWrap {
    display: block;
  }

  .modal .modalBase .modalContents .contactWrap .radioWrap .note {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  .modal .modalBase .modalContents .contactWrap .inputBox {
    margin-left: 0;
  }

  .modal .modalBase .modalContents .text2 {
    margin-top: 20px;
    padding: 20px 0 25px 0;
    line-height: 1.5;
  }

  .modal .modalBase .modalContents .text3 {
    padding: 10px 0 35px 0;
    font-size: 14px;
  }

  .modal .modalBase .modalContents .submitBtn {
    width: 295px;
  }
}

/* inputText --------------------------------------------------- */
input.inputText {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 8px;
  box-shadow: none;
  font-size: 18px;
  line-height: calc(50px - 4px);
  box-sizing: border-box;
}

input.inputText::-webkit-input-placeholder {
  color: #999999;
}

input.inputText::placeholder {
  color: #999999;
}

input.inputText:-moz-placeholder {
  color: #999999;
}

input.inputText:disabled::placeholder {
  color: #999999;
}

input.inputText:disabled:-moz-placeholder {
  color: #999999;
}

input.inputText:focus::placeholder {
  color: transparent;
}

input.inputText:focus::-webkit-input-placeholder {
  color: transparent;
}

input.inputText:focus:-moz-placeholder {
  color: transparent;
}

input.inputText.error {
  border-color: #e51374;
}

/* select --------------------------------------------------- */
.selectWrap {
  height: 50px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.selectWrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 20px;
  top: 20px;
  border-style: solid;
  border-width: 7px 8.5px 0 8.5px;
  border-color: #0091da transparent transparent transparent;
  z-index: -1;
}

.selectWrap.error {
  border-color: #e51374;
}

.selectWrap.error::after {
  border-width: 7px 8.5px 0 8.5px;
  border-color: #e51374 transparent transparent transparent;
}

.selectWrap select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;
  line-height: calc(50px - 4px);
}

/* radio --------------------------------------------------- */
.radioItem label {
  display: block;
}

.radioItem label span {
  display: block;
  position: relative;
  height: auto;
  padding: 0 0 0 40px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.radioItem label span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #0091da;
  border-radius: 50%;
  box-sizing: border-box;
}

.radioItem label.error span:before {
  border: 2px solid #e51374;
}

.radioItem label input[type="radio"] {
  display: none;
}

.radioItem label input[type="radio"]:checked + span:before {
  border: 10px solid #0091da;
}

@media screen and (max-width: 768px) {
  .radioItem label span {
    padding: 0 0 0 38px;
    font-size: 16px;
    line-height: 26px;
  }

  .radioItem label span:before {
    width: 26px;
    height: 26px;
  }

  .radioItem label input[type="radio"]:checked + span:before {
    border: 8px solid #0091da;
  }
}

/* 20231215 入力フォームモーダル追加CSS */

.modal .modalBase .modalContents .inputSet.inputSet2 {
  width: 48%;
}
.modal .modalBase .modalContents .inputSet.inputSet3 {
  width: 48%;
}
.modal .modalBase .modalContents .inputSet .label {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .modal .modalBase .modalContents .inputSet.inputSet2 {
    width: 100%;
  }
}
.inputText.date {
  display: inline-block;
  width: 4em;
  margin: 0 20px;
}
.inputText.emailConf,
.inputText.emailConf.error {
  margin-top: 10px !important;
}
label.date {
  display: inline;
}
.unit-year,
.unit-km {
  position: relative;
}
.unit-year:after {
  content: "年";
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
}
.unit-km:after {
  content: "km";
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
}
.caption {
  display: block;
  margin: 20px 0;
  font-size: 0.75em;
  color: #e51374;
}

.areaSectionOuterDiv {
  border-top: 10px solid #02669b;
}
.areaSection {
  border-color: #0091da;
  border-width: 4px;
  border-style: solid;
  position: relative;
  margin-bottom: 155px;
}
.areaSectionBadge {
  display: block;
  position: absolute;
  top: -30px;
  right: 30px;
  width: 200px;
  height: 200px;
  background-color: #ff6d12;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  line-height: 39px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.areaSectionTop {
  background: #0491da;
  text-align: left;
  color: #ffffff;
  padding: 0 40px;
}
.areaSectionTop-div1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 39px;
  padding-top: 40px;
}
.areaSectionTop-div2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 39px;
  padding: 16px 0 64px 0;
}
.areaSectionBadgeSmall {
  display: none;
}
.areaSectionLocation1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: left;
  color: #000000;
  margin: 30px 40px;
}
.areaSectionLocation2 {
  background: #8dceef;
  font-size: 32px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  margin: 0 40px 30px 40px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
.areaSectionLocation2-row1 {
  display: flex;
  flex-direction: row;
}
.areaSectionLocation3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  text-align: left;
  color: #000000;
  margin: 0 40px 36px 40px;
}
.areaSectionLocation-title {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .areaSectionOuterDiv {
    border-top: 6px solid #02669b;
  }
  .areaSectionBadge {
    display: none;
  }
  .areaSectionBadgeSmall {
    display: block;
    float: right;
    width: 100px;
    height: 100px;
    background-color: #ff6d12;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-20px, -20px);
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
  }
  .areaSectionTop {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .areaSectionTop-div1 {
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
  }
  .areaSectionTop-div2 {
    font-size: 22px;
    line-height: 33px;
    padding: 3px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .areaSectionLocation1 {
    font-size: 16px;
    line-height: 32px;
    margin: 20px;
  }
  .areaSectionLocation2 {
    font-size: 18px;
    line-height: 27px;
    margin: 6px 20px 20px 20px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .areaSectionLocation3 {
    font-size: 16px;
    line-height: 32px;
    margin: 0 20px 26px 20px;
  }
}
@media screen and (max-width: 768px) {
  .areaSection {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 768px) {
  .catchWhite {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    padding: 17px 0 22px;
    position: relative;
  }

  .catchWhite::before,
  .catchWhite::after {
    content: "";
  }

  .catchWhite::before {
    background: url(../images/bg-catch-left-white.svg) no-repeat center top;
    background-size: 23px 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 32px;
    margin-left: -310px;
    top: 22px;
    position: absolute;
  }

  .catchWhite::after {
    background: url(../images/bg-catch-right-white.svg) no-repeat center top;
    background-size: 23px 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 32px;
    margin-right: -310px;
    top: 22px;
    position: absolute;
  }

  .redBand {
    background: #ce2d15;
    color: #fff;
    align-self: center;
    font-size: 30px;
    font-weight: 700;
	display: none;
  }

  .blueBand {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0491da;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 16px;
    line-height: 1.2;
    text-align: center;
  }

  .blueBand-l {
    font-size: 24px;
  }

  .blueBand-s {
    font-size: 16px;
  }

  .redBand > span {
    align-self: center;
  }

  .redBandTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .redBandTitle-bottom {
    padding: 25px;
  }

  .reasonSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .reasonSection-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    /*background: #222;*/
    color: #fff;
    border-radius: 45px;
    padding: 20px 45px;
    margin-top: 30px;
	background: #0491da;
  }

  .reasonSection-yellow {
    color: #fcd73c;
  }

  .reasonSection-subHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    padding: 45px 0;
  }

  .reasonSection-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    /*color: #fcd73c;*/
	color: #fff;
  }

  .reasonSection-showcase > span {
    /*background: #222;*/
    padding: 20px 125px;
    border-radius: 45px;
	background: #0491da;
  }

  .reason-pricesection {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    margin-top: 8px;
  }

  .reason-priceactual {
    font-size: 60px;
    color: #ce2d15;
    margin-left: 18px;
    font-weight: 700;
  }

  .reason-currency {
    font-size: 40px;
    color: #ce2d15;
  }

  .reason-pricelabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ce2d15;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding-top: 9px;
  }

  .reason-carname {
    font-size: 22px;
    font-weight: 700;
    margin: 12px 0;
    text-align: center;
  }

  .howmuch {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: 8px;
  }

  .btn-reason {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px;
  }

  .reason-imgallcontainer {
    margin: 0 16px;
  }

  .reason-showcaseContainer {
    margin: 40px 16px;
  }

  .reviewer {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin: 13px 0 22px;
  }

  .reviewer-car {
    font-size: 14px;
  }

  .triangle-red {
    display: block;
  }

  .pconlyR {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .block .redBand-Inner {
    padding-top: 36px;
  }

  .catchWhite {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    align-items: center;
    padding: 28px 0 32px;
    position: relative;
  }

  .catchWhite::before,
  .catchWhite::after {
    content: "";
  }

  .catchWhite::before {
    background: url(../images/bg-catch-left-white.svg) no-repeat center top;
    background-size: 41px 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 41px;
    height: 60px;
    margin-left: -425px;
    top: 20px;
    position: absolute;
  }

  .catchWhite::after {
    background: url(../images/bg-catch-right-white.svg) no-repeat center top;
    background-size: 41px 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 41px;
    height: 60px;
    margin-right: -425px;
    top: 20px;
    position: absolute;
  }
  .redBand {
    background: #ce2d15;
    color: #fff;
    align-self: center;
    font-size: 40px;
    font-weight: 700;
	display: none;
  }

  .blueBand {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0491da;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 16px;
    line-height: 1.2;
    text-align: center;
  }

  .blueBand-l {
    font-size: 40px;
  }

  .blueBand-s {
    font-size: 22px;
  }

  .redBand > span {
    align-self: center;
  }

  .redBandTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .redBandTitle-bottom {
    padding: 60px;
    flex-direction: row;
    justify-content: center;
    font-size: 50px;
  }

  .reasonSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .reasonSection-header {
    display: flex;
    flex-direction: row;
    font-size: 32px;
    font-weight: 700;
    background: #222;
    color: #fff;
    border-radius: 45px;
    padding: 13px 15px;
    margin: 60px 0 30px;
  }

  .reasonSection-yellow {
    color: #fcd73c;
  }

  .reason-imgallcontainer {
    margin: 0 15px;
  }

  .reasonSection-subHeaderPC {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    padding: 65px 0;
  }
  .reasonSection-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    /*color: #fcd73c;*/
    color: #fff;
  }
  .reasonSection-showcase > span {
    /*background: #222;*/
    background: #0491da;
    padding: 13px 80px;
    border-radius: 45px;
  }

  .reason-showcaseContainer {
    margin: 60px 15px;
    display: flex;
  }

  .reason-showcaseContainer > div {
    margin: 0 15px;
  }

  .reason-pricesection {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    margin-top: 8px;
  }

  .reason-priceactual {
    font-size: 46px;
    color: #ce2d15;
    margin-left: 18px;
    font-weight: 700;
  }

  .reason-currency {
    font-size: 28px;
    color: #ce2d15;
  }

  .reason-pricelabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ce2d15;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding-top: 7px;
  }

  .reason-carname {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0;
    text-align: center;
  }

  .howmuch {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 45px;
  }

  .btn-reason {
    display: flex;
    justify-content: center;
    margin: 40px 15px 60px;
  }

  #block3 .blockContents .itemR {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 32px;
    background-color: #fdf9e8;
    border: 8px solid #8dceef;
  }

  .itemR-left {
    margin-right: 20px;
  }

  .triangle-red {
    display: block;
  }

  .reviewer {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 13px 0 22px;
  }

  .reviewer-car {
    font-size: 16px;
  }

  .sponlyR {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .redBandTitle-bottom {
    padding: 60px;
    flex-direction: row;
    justify-content: center;
    font-size: 60px;
  }

  .reasonSection-header {
    display: flex;
    flex-direction: row;
    font-size: 40px;
    font-weight: 700;
    background: #0491DA;
    color: #fff;
    border-radius: 45px;
    padding: 13px 78px;
    margin: 60px 0 30px;
  }

  .reason-imgallcontainer {
    margin: 0 143px;
  }

  .reason-showcaseContainer {
    margin: 60px 115px;
    display: flex;
  }

  .reason-priceactual {
    font-size: 60px;
    color: #ce2d15;
    margin-left: 18px;
    font-weight: 700;
  }

  .reason-currency {
    font-size: 40px;
    color: #ce2d15;
  }

  .reason-pricelabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ce2d15;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 20px;
    padding-top: 9px;
  }

  .reason-carname {
    font-size: 22px;
    font-weight: 700;
    margin: 24px 0;
    text-align: center;
  }

  .btn-reason {
    display: flex;
    justify-content: center;
    margin: 40px 0 60px;
  }

  .sponlyR {
    display: none;
  }
}

.tmpNotice {
  display: flex;
  flex-direction: column;
  border-top: 3px solid #0491da;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.tmpNotice_title {
  margin-bottom: 10px;
  color: #e11717;
  font-size: 20px;
}

.tmpNotice div {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .tmpNotice {
    font-size: 12px;
  }

  .tmpNotice_title {
    font-size: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
