@charset "UTF-8";
html {
  overflow: auto;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
  text-decoration: underline;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

h1 img, h2 img, h3 img, h4 img, h5 img {
  display: block;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.over {
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}

.over:hover {
  opacity: 0.6;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.contentsWrap {
  -webkit-text-size-adjust: 100%;
  /* default setting */
  background-color: #ffffff;
  color: #333333;
  /* iOS Form */
  /* placeholder */
  /* placeholder fot IE */
  /* placeholder for Edge */
  color: #333333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.65385;
  /* SP style */
  /* PC style */
  /* layouts */
  /* # =============================================
   # LayoutSingle
   # ============================================= */
  /* blocks */
}

.contentsWrap a {
  color: #148df0;
  text-decoration: underline;
}

.contentsWrap a:hover {
  text-decoration: none;
}

.contentsWrap ol, .contentsWrap ul, .contentsWrap dl {
  list-style: none;
}

.contentsWrap em, .contentsWrap i {
  font-style: normal;
}

.contentsWrap h1, .contentsWrap h2, .contentsWrap h3, .contentsWrap h4, .contentsWrap h5, .contentsWrap h6 {
  font-weight: 500;
}

.contentsWrap input[type="submit"],
.contentsWrap input[type="button"],
.contentsWrap button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contentsWrap input[type="submit"]::-webkit-search-decoration,
.contentsWrap input[type="button"]::-webkit-search-decoration,
.contentsWrap button::-webkit-search-decoration {
  display: none;
}

.contentsWrap input[type="input"],
.contentsWrap input[type="text"],
.contentsWrap input[type="email"],
.contentsWrap input[type="number"],
.contentsWrap input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

.contentsWrap input[type="input"]::-webkit-search-decoration,
.contentsWrap input[type="text"]::-webkit-search-decoration,
.contentsWrap input[type="email"]::-webkit-search-decoration,
.contentsWrap input[type="number"]::-webkit-search-decoration,
.contentsWrap input[type="search"]::-webkit-search-decoration {
  display: none;
}

.contentsWrap input[type="input"]:focus,
.contentsWrap input[type="text"]:focus,
.contentsWrap input[type="email"]:focus,
.contentsWrap input[type="number"]:focus,
.contentsWrap input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 640px) {
  .contentsWrap input[type="input"],
  .contentsWrap input[type="text"],
  .contentsWrap input[type="email"],
  .contentsWrap input[type="number"],
  .contentsWrap input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.contentsWrap input[type="input"].error,
.contentsWrap input[type="text"].error,
.contentsWrap input[type="email"].error,
.contentsWrap input[type="number"].error,
.contentsWrap input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

.contentsWrap textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.contentsWrap textarea.error {
  border-color: #b40019;
}

.contentsWrap input::-webkit-input-placeholder {
  color: #ccc;
}

.contentsWrap input::-moz-placeholder {
  color: #ccc;
}

.contentsWrap input:-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap input::-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap input::placeholder {
  color: #ccc;
}

.contentsWrap input:-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap input::-ms-input-placeholder {
  color: #ccc;
}

.contentsWrap .main {
  display: block;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap {
    font-weight: normal;
  }
  .contentsWrap img {
    height: auto;
    width: 100%;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link img {
    width: 180px;
  }
  .contentsWrap .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap {
    font-weight: lighter;
  }
  .contentsWrap .sp {
    display: none !important;
  }
}

.contentsWrap .LayoutSingle {
  width: 100%;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap .LayoutSingle .LayoutSingle__inner {
    padding: 0 10px;
  }
  .contentsWrap .LayoutSingle .LayoutSingle__inner.-narrow {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .LayoutSingle {
    margin: auto;
  }
  .contentsWrap .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 20px;
  }
}

.contentsWrap .Choose .Choose__text1 {
  padding: 22px 0 4px;
}

.contentsWrap .Choose .Choose__text2 {
  color: #007eca;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin: 0 0 10px;
  text-align: center;
}

.contentsWrap .Choose .Choose__text3 {
  color: #007eca;
  font-size: 10px;
  letter-spacing: 0;
  margin: 0 0 0 auto;
  padding: 10px 0;
  white-space: nowrap;
  width: 170px;
}

.contentsWrap .Choose .Choose__figure1 {
  margin: 0 -3px 0 0;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Choose .Choose__text1 {
    padding: 45px 0 12px;
  }
  .contentsWrap .Choose .Choose__text2 {
    font-size: 40px;
    margin: 0 0 20px;
  }
  .contentsWrap .Choose .Choose__text3 {
    font-size: 11px;
    padding: 0 0 10px;
  }
}

.contentsWrap .Coldwave {
  position: relative;
  background-color: #ff7700;
  color: #fff;
  margin: 0 auto 20px;
  padding: 20px;
  text-align: center;
}

.contentsWrap .Coldwave .Coldwave__headText {
  margin-left: 15px;
}

.contentsWrap .Coldwave .Coldwave__headText:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 35px;
  background-size: contain;
  background-position: 0 0;
  background-image: url(/lp1/assets/images/ico_attention.png);
  background-repeat: no-repeat;
}

.contentsWrap .Coldwave .Coldwave__headText span {
  display: inline-block;
  text-align: left;
  padding-left: 40px;
}

.contentsWrap .Coldwave .Coldwave__headText span a {
  color: #fff;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap .Coldwave .Coldwave__headText:before {
    top: 30px;
    left: 25px;
  }
  .contentsWrap .Coldwave .Coldwave__headText span {
    padding-left: 30px;
  }
}

/* ----------------------------------------------------------
 新型コロナウイルス感染症対策について
---------------------------------------------------------- */

.pc-show {
  display: block;
}
.pc-show.inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .pc-show.inline {
    display: none;
  }
}

.sp-show {
  display: none;
}
.sp-show.inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: block;
  }
  .sp-show.inline {
    display: inline;
  }
}

/*pc*/
.note-box {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 25px auto 25px;
  border: 2px solid #0ca4a5;
  border-radius: 5px;
  background-color: #fff;
}
.note-box-title {
  padding: 30px 80px 30px 30px;
  line-height: 0;
}
.toggle_button {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url(/common/images/ico_open.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_button.switch {
  background: url(/common/images/ico_close.png) no-repeat right top;
  background-size: contain;
}
.note-box-cont p {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 30px 20px 30px;
}
.note-box-cont-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px;
}
.note-box-cont-img {
  margin-bottom: 30px;
  width: calc(47% + 3px);
}

/*sp*/
@media screen and (max-width: 767px) {
  .note-box {
    display: block;
    margin: 20px auto 0;
    border: 2px solid #0ca4a5;
    border-radius: 5px;
  }
  .note-box-title {
    padding: 20px 70px 20px 20px;
    line-height: 0;
  }
  .toggle_button {
    margin-top: 8%;
    right: 15px;
  }
  .note-box-cont p {
    padding: 10px 20px 30px 20px;
  }
  .note-box-cont-inner {
    margin: 0;
  }
  .note-box-cont-img {
    margin: 0 20px 10px;
    width: 100%;
  }
  .note-box-cont-img:last-child {
    margin-bottom: 20px;
  }
  .note-box-cont-img img {
    width: 100%;
  }
    .contentsWrap .bnr01 {
    padding: 40px 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .toggle_button {
    margin-top: 11%;
  }
}


.contentsWrap .Cv {
  margin: 50px 0 50px;
}

.contentsWrap .Cv.-cv1 {
  margin: 20px 0 10px;
}

.contentsWrap .Cv .Cv__lead {
  margin: 0 0 10px;
}

.contentsWrap .Cv .Cv__cta {
  margin: 0 0 10px;
}

.contentsWrap .Cv .Cv__cta a {
  display: block;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Cv {
    padding: 30px 0 48px;
  }
  .contentsWrap .Cv.-cv1 {
    padding: 30px 0 10px;
  }
  .contentsWrap .Cv .Cv__lead {
    margin: 0 0 20px;
  }
  .contentsWrap .Cv .Cv__cta {
    position: relative;
    margin: 0 auto 20px;
    max-width: 500px;
    cursor: pointer;
  }
  .contentsWrap .Cv .Cv__cta:hover {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: .6;
  }
  .contentsWrap .Cv .Cv__cta_tel {
    position: absolute;
    top: -28px;
    right: 0;
    left: 70px;
    bottom: 0;
    pointer-events: none;
    color: #f46205;
    font-size: 63px;
    font-weight: 700;
    text-decoration: none;
  }
  .contentsWrap .bnr01 {
    padding: 40px 0 70px;
  }
}

.contentsWrap .CvSmall {
  background-color: #204e9e;
  bottom: 0;
  height: 67px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.contentsWrap .CvSmall figure {
  margin: auto;
  max-width: 375px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .CvSmall {
    display: none;
  }
}

.contentsWrap .Deco.-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fae92c));
  background: linear-gradient(transparent 60%, #fae92c 60%);
}

.contentsWrap .Entrust .Entrust__title {
  color: #007eca;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin: 17px 0;
  text-align: center;
}

.contentsWrap .Entrust .Entrust__titleMain {
  font-size: 135%;
}

.contentsWrap .Entrust .Entrust__wrapper {
  background-color: #fff;
  margin: 0 10px;
  max-width: 600px;
}

.contentsWrap .Entrust .Entrust__text1 {
  background-color: #f46205;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 0 1em;
}

.contentsWrap .Entrust .Entrust__figure1 {
  vertical-align: top;
}

.contentsWrap .Entrust .Entrust__inner {
  padding: 10px 10px 0;
}

.contentsWrap .Entrust .Entrust__text2 {
  font-size: 14px;
  letter-spacing: 0;
  margin: 3px 0;
  padding: 0 0 10px;
  text-align: center;
}

.contentsWrap .Entrust .Entrust__text2 sup {
  font-size: 2.5vw;
  /* font-size: 80%; */
}

.contentsWrap .Entrust .Entrust__note {
  font-size: 10px;
  margin: 10px;
  /* margin: 10px 0 10px; */
  text-align: left;
  /* text-align: center; */
}

.contentsWrap .Entrust .Entrust__text3 {
  color: #007eca;
  font-size: 18px;
  margin: 34px 0 25px;
  padding: 0 20px 0 0;
  position: relative;
  text-align: center;
}

@media print, screen and (max-width: 374px) {
  .contentsWrap .Entrust .Entrust__text3 {
    font-size: 4.8vw;
    padding: 0 35px 0 0;
  }
}

.contentsWrap .Entrust .Entrust__text3::before {
  background-image: url(/common/images/entrust_image3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 65px;
  z-index: 0;
}

.contentsWrap .Entrust .Entrust__text3Inner {
  display: block;
  position: relative;
}

.contentsWrap .Entrust .Entrust__text3Inner span {
  position: relative;
  z-index: 3;
}

.contentsWrap .Entrust .Entrust__text3Inner::before {
  background-image: url(/common/images/entrust_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 150px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: 0;
}

.contentsWrap .Entrust .Entrust__text4 {
  background-color: #007eca;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.contentsWrap .Entrust .Entrust__text5 {
  color: #007eca;
  font-size: 31px;
  line-height: 1.2;
  margin: 20px 0;
  text-align: center;
}

.contentsWrap .Entrust .Entrust__text5Strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fae92c), color-stop(95%, #fae92c), color-stop(95%, transparent));
  background: linear-gradient(transparent 80%, #fae92c 80%, #fae92c 95%, transparent 95%);
  color: #f44c0a;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.contentsWrap .Entrust .Entrust__wrapper2 {
  background-color: #fff;
  border: 1px solid #007eca;
  padding: 0 15px 5px;
}

.contentsWrap .Entrust .Entrust__title2 {
  color: #007eca;
  font-size: 17px;
  margin: 5px 0;
  text-align: center;
}

.contentsWrap .Entrust .Entrust__list2 {
  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;
}

.contentsWrap .Entrust .Entrust__item {
  background-color: #007eca;
  border-radius: 5px;
  color: #fff;
  -ms-flex-preferred-size: calc(50% - 6px);
  flex-basis: calc(50% - 6px);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  margin: 0 0 6px;
  text-align: center;
}

.contentsWrap .Entrust .Entrust__section3 {
  padding: 0 10px 40px;
}

.contentsWrap .Entrust .Entrust__figure1 .-sp {
  display: block;
}

.contentsWrap .Entrust .Entrust__figure1 .-pc {
  display: none;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Entrust .Entrust__lead {
    background-color: #dadada;
    padding: 50px 0 35px;
    text-align: center;
  }
  .contentsWrap .Entrust .Entrust__title {
    font-size: 30px;
    line-height: 1.4;
    margin: 40px 0;
  }
  .contentsWrap .Entrust .Entrust__wrapper {
    margin: auto;
  }
  .contentsWrap .Entrust .Entrust__note {
    font-size: 11px;
  }
  .contentsWrap .Entrust .Entrust__text3 {
    font-size: 30px;
    margin: 34px 0 36px;
    padding: 0 30px 0 0;
  }
  .contentsWrap .Entrust .Entrust__text3::before {
    content: none;
  }
  .contentsWrap .Entrust .Entrust__text3Inner::before {
    background-image: url(/common/images/entrust_bg_pc.png);
    height: 134px;
    width: 244px;
  }
  .contentsWrap .Entrust .Entrust__text4 {
    font-size: 30px;
    line-height: 55px;
    position: relative;
  }
  .contentsWrap .Entrust .Entrust__text4::before {
    background-image: url(/common/images/entrust_image3_pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 40px;
    content: '';
    display: block;
    height: 159px;
    position: absolute;
    right: 15px;
    width: 117px;
    z-index: 0;
  }
  .contentsWrap .Entrust .Entrust__text5 {
    font-size: 50px;
    margin: 25px 0 46px;
  }
  .contentsWrap .Entrust .Entrust__text5Strong {
    font-size: 72px;
  }
  .contentsWrap .Entrust .Entrust__wrapper2 {
    border: 2px solid #007eca;
    padding: 0 27px 11px;
  }
  .contentsWrap .Entrust .Entrust__title2 {
    font-size: 24px;
    margin: 8px 0 11px;
  }
  .contentsWrap .Entrust .Entrust__item {
    border-radius: 10px;
    -ms-flex-preferred-size: calc((100% - 44px)/3);
    flex-basis: calc((100% - 44px)/3);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 26px;
    line-height: 40px;
    margin: 0 0 12px;
    max-width: calc((100% - 44px)/3);
  }
  .contentsWrap .Entrust .Entrust__section3 {
    padding: 0 0 50px;
  }
}

@media print, screen and (min-width: 900px) {
  .contentsWrap .Entrust .Entrust__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100%;
  }
  .contentsWrap .Entrust .Entrust__text1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .contentsWrap .Entrust .Entrust__figure1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 314px;
    flex: 1 1 314px;
    margin-left: 30px;
    max-width: 314px;
  }
  .contentsWrap .Entrust .Entrust__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 446px;
    flex: 1 1 446px;
    margin-right: 30px;
    max-width: 446px;
    padding: 0 0 0 30px;
  }
  .contentsWrap .Entrust .Entrust__text2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 24px;
    margin: 16px 0 0;
    max-width: 100%;
    padding: 0 0 24px;
  }
  .contentsWrap .Entrust .Entrust__text2 sup {
    font-size: 13px;
    /* font-size: 60%; */
  }
  .contentsWrap .Entrust .Entrust__figure1 .-sp {
    display: none;
  }
  .contentsWrap .Entrust .Entrust__figure1 .-pc {
    display: block;
  }
}

.contentsWrap .EntrustList .EntrustList__section1 {
  border-bottom: 1px dashed;
  padding: 5px 0;
}

.contentsWrap .EntrustList .EntrustList__list1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.contentsWrap .EntrustList .EntrustList__term1 {
  color: #333;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  font-size: 16px;
  line-height: 1;
  max-width: 45%;
  padding: 0 0 0 29px;
}

@media print, screen and (max-width: 350px) {
  .contentsWrap .EntrustList .EntrustList__term1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    padding: 0 0 0 10px;
  }
}

.contentsWrap .EntrustList .EntrustList__term1.-term1 {
  margin: 0 0 25px;
}

.contentsWrap .EntrustList .EntrustList__term1.-term2 {
  margin: 0 0 10px;
}

.contentsWrap .EntrustList .EntrustList__term1.-term3 {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}

@media print, screen and (max-width: 350px) {
  .contentsWrap .EntrustList .EntrustList__term1.-term3 {
    padding: 0;
  }
}

.contentsWrap .EntrustList .EntrustList__desc1 {
  color: #676767;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  max-width: 55%;
  white-space: nowrap;
}

@media print, screen and (max-width: 350px) {
  .contentsWrap .EntrustList .EntrustList__desc1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    white-space: nowrap;
  }
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc1 {
  font-size: 28px;
  margin: 0 0 25px;
  position: relative;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc1 .text {
  position: relative;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc1 .text::after {
  border-color: #f46205 transparent transparent transparent;
  border-style: solid;
  border-width: 13px 16px 0 16px;
  bottom: -17px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc1::before, .contentsWrap .EntrustList .EntrustList__desc1.-desc1::after {
  background-color: #f46205;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 150px;
  z-index: 2;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc1::before {
  top: 44%;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc1::after {
  top: 56%;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc2 {
  color: #f46205;
  font-size: 36px;
  margin: 0 0 10px;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc2 .yen {
  display: block;
  font-size: 13px;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc2 .tax {
  display: block;
  font-size: 10px;
  -webkit-transform: none;
  transform: none;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc3 {
  font-size: 36px;
  margin: 0 0 10px;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc3 .yen {
  display: block;
  font-size: 13px;
}

.contentsWrap .EntrustList .EntrustList__desc1.-desc3 .tax {
  display: block;
  font-size: 10px;
  -webkit-transform: none;
  transform: none;
}

.contentsWrap .EntrustList .EntrustList__section2 {
  padding: 10px 0;
}

.contentsWrap .EntrustList .EntrustList__list2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.contentsWrap .EntrustList .EntrustList__term2 {
  color: #333;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  font-size: 16px;
  line-height: 1;
  max-width: 45%;
  padding: 0 0 0 20px;
}

.contentsWrap .EntrustList .EntrustList__term2.-term4 {
  margin: 0 0 10px;
}

.contentsWrap .EntrustList .EntrustList__term2 img {
  width: 100%;
}

.contentsWrap .EntrustList .EntrustList__term2Figure {
  width: 90px;
}

.contentsWrap .EntrustList .EntrustList__desc2 {
  color: #676767;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  max-width: 55%;
  white-space: nowrap;
}

.contentsWrap .Entrust .EntrustList__desc2 sup {
  font-size: 2.5vw;
  padding-bottom: 25px;
}

.contentsWrap .EntrustList .EntrustList__desc2.-desc4 {
  color: #f46205;
  font-size: 36px;
  margin: 0 0 10px;
}

.contentsWrap .EntrustList .EntrustList__desc2.-desc4 .yen {
  display: block;
  font-size: 13px;
}

.contentsWrap .EntrustList .EntrustList__desc2.-desc4 .tax {
  display: block;
  font-size: 10px;
  -webkit-transform: none;
  transform: none;
}

.contentsWrap .EntrustList .EntrustList__desc2.-desc5 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007eca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contentsWrap .EntrustList .EntrustList__desc2.-desc5 .text1 {
  padding: 10px 0 0;
}

.contentsWrap .EntrustList .EntrustList__desc2.-desc5 .text2 {
  font-size: 40px;
  padding: 0 5px;
}

.contentsWrap .EntrustList .EntrustList__yenWrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
}

.contentsWrap .EntrustList .EntrustList__yenWrapper .yen {
  display: block;
  font-size: 12px;
}

.contentsWrap .EntrustList .EntrustList__yenWrapper .tax {
  display: block;
  font-size: 10px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.contentsWrap .EntrustList .Entrust__figure1.-sp {
  display: block;
}

.contentsWrap .EntrustList .Entrust__figure1.-pc {
  display: none;
}

@media print, screen and (min-width: 900px) {
  .contentsWrap .EntrustList .EntrustList__section1 {
    margin: -8px 0 0;
    padding: 0 0 5px;
  }
  .contentsWrap .EntrustList .EntrustList__list1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contentsWrap .EntrustList .EntrustList__term1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    font-size: 25px;
    letter-spacing: 0;
    max-width: 44%;
    padding: 0 0 0 5px;
  }
  .contentsWrap .EntrustList .EntrustList__term1.-term1 {
    margin: 0 0 30px;
  }
  .contentsWrap .EntrustList .EntrustList__term1.-term3 {
    padding: 0 0 0 2px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc1 {
    font-size: 44px;
    margin: 0 0 30px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc1 .text::after {
    border-width: 22px 28px 0 28px;
    bottom: -24px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc1::before, .contentsWrap .EntrustList .EntrustList__desc1.-desc1::after {
    height: 2px;
    left: -10px;
    width: 200px;
    z-index: 2;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc2 {
    font-size: 56px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc2 .yen {
    font-size: 26px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc2 .tax {
    font-size: 12px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc3 {
    font-size: 56px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc3 .yen {
    font-size: 26px;
  }
  .contentsWrap .EntrustList .EntrustList__desc1.-desc3 .tax {
    font-size: 12px;
  }
  .contentsWrap .EntrustList .EntrustList__section2 {
    padding: 15px 0;
  }
  .contentsWrap .EntrustList .EntrustList__term2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    padding: 0 0 0 14px;
  }
  .contentsWrap .EntrustList .EntrustList__term2Figure {
    max-width: 146px;
    width: auto;
  }
  .contentsWrap .EntrustList .EntrustList__desc2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
  .contentsWrap .EntrustList .EntrustList__desc2 sup {
    font-size: 13px;
  }
  .contentsWrap .EntrustList .EntrustList__desc2.-desc4 {
    font-size: 56px;
  }
  .contentsWrap .EntrustList .EntrustList__desc2.-desc4 .yen {
    font-size: 26px;
  }
  .contentsWrap .EntrustList .EntrustList__desc2.-desc4 .tax {
    font-size: 12px;
  }
  .contentsWrap .EntrustList .EntrustList__desc2.-desc5 {
    font-size: 28px;
  }
  .contentsWrap .EntrustList .EntrustList__desc2.-desc5 .text2 {
    font-size: 60px;
    padding: 0 7px;
  }
  .contentsWrap .EntrustList .EntrustList__yenWrapper {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  .contentsWrap .EntrustList .EntrustList__yenWrapper .yen {
    font-size: 22px;
  }
  .contentsWrap .EntrustList .EntrustList__yenWrapper .tax {
    font-size: 12px;
    -webkit-transform: none;
    transform: none;
  }
  .contentsWrap .EntrustList .Entrust__figure1.-sp {
    display: none;
  }
  .contentsWrap .EntrustList .Entrust__figure1.-pc {
    display: block;
  }
}

.contentsWrap .Flow {
  background-image: url(/common/images/flow_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px 0 0;
}

.contentsWrap .Flow .Flow__figure {
  padding: 10px 0 20px;
}

.contentsWrap .Flow .Flow__wrapper {
  margin: 15px 0 59px;
}

.contentsWrap .Flow .Flow__content {
  padding: 0 10px;
}

.contentsWrap .Flow .Flow__item {
  padding: 0 0 43px;
  position: relative;
}

.contentsWrap .Flow .Flow__item::after {
  background-image: url(/common/images/flow_arrow_sp.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 15px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 3.73134%;
  position: absolute;
  width: 100%;
}

.contentsWrap .Flow .Flow__item:nth-child(1) .Flow__title::before {
  background-image: url("/common/images/icon_number1.png");
}

.contentsWrap .Flow .Flow__item:nth-child(2) .Flow__title::before {
  background-image: url("/common/images/icon_number2.png");
}

.contentsWrap .Flow .Flow__item:nth-child(3) .Flow__title::before {
  background-image: url("/common/images/icon_number3.png");
}

.contentsWrap .Flow .Flow__item:nth-child(4) .Flow__title::before {
  background-image: url("/common/images/icon_number4.png");
}

.contentsWrap .Flow .Flow__item:nth-child(5) .Flow__title::before {
  background-image: url("/common/images/icon_number5.png");
}

.contentsWrap .Flow .Flow__title {
  color: #007eca;
  font-size: 25px;
  letter-spacing: -0.05em;
  margin: 0 -10px 20px -5px;
  padding: 0 0 0 50px;
  position: relative;
}

.contentsWrap .Flow .Flow__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
}

.contentsWrap .Flow .Flow__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.contentsWrap .Flow .Flow__block.-noImage {
  display: block;
  padding: 0;
}

.contentsWrap .Flow .Flow__figure2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.59701%;
  flex: 0 0 40.59701%;
  margin: 0 0 10px;
}

.contentsWrap .Flow .Flow__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 59.40299%;
  flex: 0 0 59.40299%;
  font-size: 13px;
  line-height: 1.41667;
  padding: 0 0 0 10px;
}

.contentsWrap .Flow .Flow__note {
  background-color: #e1f5ff;
  font-size: 13px;
  line-height: 1.41667;
  margin: 15px 0 0px;
  padding: 10px 25px;
}

.contentsWrap .Flow .Flow__strong {
  color: #f44c0a;
}

.contentsWrap .Flow .Flow__linkWrapper {
  text-align: right;
}

.contentsWrap .Flow .Flow__link {
  color: #007eca;
  font-size: 12px;
}

.contentsWrap .Flow .Flow__lead {
  font-size: 13px;
  margin: 0 0 12px;
}

.contentsWrap .Flow .Flow__figure3 {
  margin: 0 0 15px;
  padding: 18px 10px 0;
}

.contentsWrap .Flow .Flow__text2 {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 0 30px;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Flow {
    background-image: none;
  }
  .contentsWrap .Flow .Flow__figure {
    padding: 45px 0 60px;
  }
  .contentsWrap .Flow .Flow__content {
    padding: 0;
  }
  .contentsWrap .Flow .Flow__item {
    overflow: hidden;
    padding: 0 0 83px;
  }
  .contentsWrap .Flow .Flow__item::after {
    background-image: url(/common/images/flow_arrow_pc.png);
    bottom: 35px;
    padding-top: 25px;
  }
  .contentsWrap .Flow .Flow__title {
    float: right;
    font-size: 32px;
    margin: 0 0 20px;
    padding: 0 0 0 60px;
    width: 53.57143%;
  }
  .contentsWrap .Flow .Flow__title::before {
    height: 50px;
    width: 50px;
  }
  .contentsWrap .Flow .Flow__block {
    display: block;
  }
  .contentsWrap .Flow .Flow__block.-clear {
    clear: both;
  }
  .contentsWrap .Flow .Flow__figure2 {
    float: left;
    margin: 0 0 20px;
    padding: 0 46px 0 0;
    width: 46.42857%;
  }
  .contentsWrap .Flow .Flow__text {
    float: right;
    font-size: 18px;
    line-height: 1.77778;
    margin: 0 0 20px;
    padding: 0;
    width: 53.57143%;
  }
  .contentsWrap .Flow .Flow__note {
    clear: both;
    font-size: 18px;
    padding: 20px 25px;
  }
  .contentsWrap .Flow .Flow__note.-tac {
    text-align: center;
  }
  .contentsWrap .Flow .Flow__linkWrapper {
    margin: 14px 0 0;
  }
  .contentsWrap .Flow .Flow__link {
    font-size: 18px;
  }
  .contentsWrap .Flow .Flow__lead {
    float: right;
    font-size: 18px;
    line-height: 1.77778;
    padding: 0;
    width: 53.57143%;
  }
  .contentsWrap .Flow .Flow__figure3 {
    text-align: center;
  }
  .contentsWrap .Flow .Flow__text2 {
    font-size: 22px;
    padding: 0 0 50px;
  }
  .contentsWrap .Flow .Flow__wrapper {
    background-image: url(/common/images/flow_bg_pc.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 80px;
  }
}

.contentsWrap .Footer {
  background-color: #007eca;
  position: relative;
}

.contentsWrap .Footer .Footer__inner {
  font-size: 12px;
  padding: 10px 0 20px;
  text-align: center;
}

.contentsWrap .Footer .Footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 3px;
}

.contentsWrap .Footer .Footer__item {
  padding: 0 5px;
  position: relative;
}

.contentsWrap .Footer .Footer__item::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.contentsWrap .Footer .Footer__item:last-child::after {
  content: none;
}

.contentsWrap .Footer .Footer__link {
  color: #fff;
  text-decoration: underline;
}

.contentsWrap .Footer .Footer__copyright {
  color: #fff;
  font-size: 12px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Footer {
    margin: auto;
  }
  .contentsWrap .Footer .Footer__inner {
    font-size: 20px;
    padding: 20px 0 20px;
  }
  .contentsWrap .Footer .Footer__pageTop {
    margin: 0 0 7px;
  }
  .contentsWrap .Footer .Footer__list {
    margin: 0 0 5px;
  }
  .contentsWrap .Footer .Footer__link:hover {
    text-decoration: none;
  }
  .contentsWrap .Footer .Footer__copyright {
    font-size: 20px;
  }
}

.contentsWrap .GlobalNav {
  background-color: #fff;
  padding: 0;
}

.contentsWrap .GlobalNav .GlobalNav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentsWrap .GlobalNav .GlobalNav__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65px;
  flex: 0 1 65px;
  height: 60px;
}

.contentsWrap .GlobalNav .GlobalNav__item.-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 240px;
  flex: 1 1 240px;
}

.contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link {
  max-width: 240px;
  padding: 0 10px 0 10px;
}

.contentsWrap .GlobalNav .GlobalNav__item.-tel {
  position: relative;
  background-color: #f46205;
}

.contentsWrap .GlobalNav .GlobalNav__item.-mail {
  background-color: #007eca;
}

.contentsWrap .GlobalNav .GlobalNav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}

.contentsWrap .GlobalNav .GlobalNav__link_tel {
  position: absolute;
  top: 4px;
  right: 0;
  left: 52px;
  bottom: 0;
  pointer-events: none;
  color: #f46205;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.contentsWrap .GlobalNav .GlobalNav__icon {
  display: block;
  font-size: 33px;
  text-align: center;
}

.contentsWrap .GlobalNav .GlobalNav__linkText {
  font-size: 10px;
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .GlobalNav {
    border: none;
  }
  .contentsWrap .GlobalNav .-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .contentsWrap .GlobalNav .-pc {
    display: none !important;
  }
  .contentsWrap .GlobalNav__item.-tel:hover {
    opacity: .6;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .contentsWrap .GlobalNav .GlobalNav__list {
    margin: auto;
    max-width: 1100px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item {
    height: 100px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item img {
    width: 100%;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo {
    -ms-flex-preferred-size: 307px;
    flex-basis: 307px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link {
    max-width: 307px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link img {
    width: 287px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-tel {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
    max-width: 250px;
    padding: 0 10px 0;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 74px;
    flex: 0 1 74px;
    max-width: 74px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail .GlobalNav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail .GlobalNav__linkText {
    font-size: 14px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail .GlobalNav__icon {
    font-size: 46px;
    margin: 0;
  }
}

@media print, screen and (min-width: 900px) {
  .contentsWrap .GlobalNav {
    border: none;
  }
  .contentsWrap .GlobalNav .-sp {
    display: none !important;
  }
  .contentsWrap .GlobalNav .-pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .contentsWrap .GlobalNav .GlobalNav__list {
    margin: auto;
    max-width: 1100px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item {
    height: 100px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo {
    -ms-flex-preferred-size: 382px;
    flex-basis: 382px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link {
    max-width: 382px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-logo .GlobalNav__link img {
    width: 300px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-tel {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 298px;
    flex: 0 1 298px;
    max-width: 298px;
    padding: 0 10px 0;
  }
  .contentsWrap .GlobalNav .GlobalNav__link_tel {
    top: -3px;
    left: 60px;
    font-size: 32px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 106px;
    flex: 0 1 106px;
    max-width: 106px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail .GlobalNav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail .GlobalNav__linkText {
    font-size: 17px;
  }
  .contentsWrap .GlobalNav .GlobalNav__item.-mail .GlobalNav__icon {
    font-size: 54px;
    margin: -5px 0 0;
  }
}

.contentsWrap .Header {
  border-top: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

@media print, screen and (min-width: 900px) {
  .contentsWrap .Header {
    -webkit-transition: 0s;
    transition: 0s;
    width: 100%;
  }
}

.contentsWrap .List1 {
  margin: 0 0 15px;
}

.contentsWrap .List1 li {
  color: #333333;
  font-size: 11px;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .List1 {
    margin: 0 0 25px;
  }
  .contentsWrap .List1 li {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.66667;
  }
}

.contentsWrap .List2 {
  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;
}

.contentsWrap .List2 li {
  background-color: #dfeef7;
  border-radius: 5px;
}

.contentsWrap .List2 li img {
  width: 100%;
}

.contentsWrap .List2 .List2__text {
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.41667;
  padding: 10px 10px;
  text-align: center;
}

@media print, screen and (max-width: 640px) {
  .contentsWrap .List2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 11px)/2);
  }
  .contentsWrap .List2 li:nth-child(n+3) {
    margin-top: 10px;
  }
  .contentsWrap .List2 .List2__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .List2 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    width: 210px;
  }
  .contentsWrap .List2 li:nth-child(n+5) {
    margin-top: 1em;
  }
  .contentsWrap .List2 .List2__text {
    font-size: 20px;
    height: 115px;
    line-height: 28px;
    padding: 13px 3px;
  }
}

.contentsWrap .List5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentsWrap .List5 li {
  text-align: center;
  width: 50%;
}

.contentsWrap .Mv {
  padding: 60px 0 0;
}

.contentsWrap .Mv .mv-note {
  margin-top: -1px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Mv {
    margin: auto;
    max-width: 1100px;
    padding: 100px 0 0;
  }
}

.contentsWrap .PageTop {
  bottom: 83px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 5px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 68px;
  z-index: 11;
}

.contentsWrap .PageTop .PageTop__link {
  display: block;
}

body.-scrolled .contentsWrap .PageTop {
  opacity: 1;
  pointer-events: auto;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .PageTop {
    right: 20px;
    width: 95px;
  }
}

.contentsWrap .Qa {
  margin: 0 0 15px;
}

.contentsWrap .Qa .Qa__list {
  padding: 38px 10px 20px;
}

.contentsWrap .Qa .Qa__item {
  letter-spacing: 0;
  margin: 0 0 23px;
}

.contentsWrap .Qa .Qa__item.-open .Qa__qText::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.contentsWrap .Qa .Qa__q::before,
.contentsWrap .Qa .Qa__a::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  left: 12px;
  position: absolute;
  width: 32px;
  z-index: 3;
}

.contentsWrap .Qa .Qa__qText,
.contentsWrap .Qa .Qa__aText {
  border-radius: 3px;
  line-height: 1.46154;
  position: relative;
  z-index: 2;
}

.contentsWrap .Qa .Qa__q {
  cursor: pointer;
  position: relative;
}

.contentsWrap .Qa .Qa__q::before {
  background-image: url(/common/images/qa_q_sp.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contentsWrap .Qa .Qa__qText {
  background-color: #007eca;
  color: #fff;
  font-size: 15px;
  padding: 17px 28px 17px 60px;
}

.contentsWrap .Qa .Qa__qText::after {
  background-image: url(/common/images/qa_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 11px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 19px;
}

.contentsWrap .Qa .Qa__qText::before {
  border-color: transparent #204e9e transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contentsWrap .Qa .Qa__a {
  margin: 13px 0 0;
  position: relative;
}

.contentsWrap .Qa .Qa__a::before {
  background-image: url(/common/images/qa_a_sp.png);
  top: 12px;
}

.contentsWrap .Qa .Qa__aText {
  background-color: #fff;
  color: #5a5a5a;
  font-size: 13px;
  padding: 15px 13px 15px 52px;
}

.contentsWrap .Qa .Qa__aText::before {
  border-color: transparent #fff transparent transparent;
  top: 10px;
}

.contentsWrap .Qa .Qa__strong {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.contentsWrap .Qa .Qa__aWrapper {
  display: none;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Qa .Qa__list {
    padding: 78px 0 20px;
  }
  .contentsWrap .Qa .Qa__item {
    margin: 0 0 50px;
  }
  .contentsWrap .Qa .Qa__q::before,
  .contentsWrap .Qa .Qa__a::before {
    height: 48px;
    left: 30px;
    width: 58px;
  }
  .contentsWrap .Qa .Qa__qText,
  .contentsWrap .Qa .Qa__aText {
    border-radius: 6px;
  }
  .contentsWrap .Qa .Qa__q {
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .contentsWrap .Qa .Qa__q:hover {
    opacity: .6;
  }
  .contentsWrap .Qa .Qa__q::before {
    background-image: url(/common/images/qa_q_pc.png);
  }
  .contentsWrap .Qa .Qa__qText {
    font-size: 24px;
    padding: 26px 65px 26px 105px;
  }
  .contentsWrap .Qa .Qa__qText::after {
    background-image: url(/common/images/qa_arrow.png);
    height: 18px;
    right: 25px;
    width: 30px;
  }
  .contentsWrap .Qa .Qa__a {
    margin: 30px 0 0;
  }
  .contentsWrap .Qa .Qa__a::before {
    background-image: url(/common/images/qa_a_pc.png);
    top: 19px;
  }
  .contentsWrap .Qa .Qa__aText {
    font-size: 18px;
    padding: 25px 30px 25px 100px;
  }
}

.contentsWrap .Reason {
  padding: 0 0 20px;
}

.contentsWrap .Reason .Reason__list {
  margin: 30px 0 0;
}

.contentsWrap .Reason .Reason__item {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 10px 13px;
}

.contentsWrap .Reason .Reason__item:nth-child(1) .Reason__title::before {
  background-image: url("/common/images/icon_number1.png");
}

.contentsWrap .Reason .Reason__item:nth-child(2) .Reason__title::before {
  background-image: url("/common/images/icon_number2.png");
}

.contentsWrap .Reason .Reason__item:nth-child(3) .Reason__title::before {
  background-image: url("/common/images/icon_number3.png");
}

.contentsWrap .Reason .Reason__item:nth-child(4) .Reason__title::before {
  background-image: url("/common/images/icon_number4.png");
}

.contentsWrap .Reason .Reason__item:nth-child(5) .Reason__title::before {
  background-image: url("/common/images/icon_number5.png");
}

.contentsWrap .Reason .Reason__title {
  color: #007eca;
  font-size: 24px;
  letter-spacing: 0;
  padding: 0 0 0 48px;
  position: relative;
}

.contentsWrap .Reason .Reason__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 44px;
}

.contentsWrap .Reason .Reason__titleText {
  border-bottom: 1px dashed #787878;
  display: block;
  padding: 3px 0;
}

.contentsWrap .Reason .Reason__text {
  font-size: 13px;
  letter-spacing: 0;
  padding: 10px 10px 15px;
}

.contentsWrap .Reason .Reason__strong {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.contentsWrap .Reason .Reason__strong.-red {
  color: #f46205;
}

.contentsWrap .Reason .Reason__note {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  text-align: right;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Reason .Reason__list {
    margin: 50px 0 0;
  }
  .contentsWrap .Reason .Reason__item {
    border-radius: 20px;
    margin: 0 0 43px;
    padding: 20px 50px;
  }
  .contentsWrap .Reason .Reason__title {
    display: inline-block;
    font-size: 34px;
    padding: 0 0 13px 70px;
  }
  .contentsWrap .Reason .Reason__title::before {
    height: 48px;
    left: 0;
    top: calc(50% - 7px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 48px;
  }
  .contentsWrap .Reason .Reason__head {
    border-bottom: 1px dashed #787878;
    text-align: center;
  }
  .contentsWrap .Reason .Reason__titleText {
    border-bottom: none;
  }
  .contentsWrap .Reason .Reason__text {
    font-size: 18px;
    padding: 20px 0;
  }
}

.contentsWrap .Section.-bgDot {
  background-image: url(/common/images/section2_bg.png);
  background-repeat: repeat;
  background-size: 2.5px 2.5px;
}

.contentsWrap .Section.-bgBlue {
  background-color: #e1f5ff;
}

.contentsWrap .Section.-corona {
  padding: 15px 0 40px;
}

.contentsWrap .Section .Section__image {
  text-align: center;
}

.contentsWrap .Section .Section__note {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}

.contentsWrap .Settlement .Settlement__figure {
  padding: 50px 10px 77px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Settlement .Settlement__figure {
    padding: 50px 0 125px;
  }
}

.contentsWrap .TextLink {
  color: #204e9e;
  display: inline;
  text-decoration: underline !important;
}

.contentsWrap .TextLink:visited {
  color: #204e9e;
  text-decoration: underline;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .TextLink:hover {
    text-decoration: none !important;
  }
}

.contentsWrap .Title1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008ce0), to(#0077bf));
  background-image: linear-gradient(to bottom, #008ce0, #0077bf);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 92px;
  padding: 8px 0;
  position: relative;
  text-align: center;
}

@media print, screen and (max-width: 374px) {
  .contentsWrap .Title1 {
    font-size: 6.93333vw;
  }
}

.contentsWrap .Title1::after {
  border-color: #0077bf transparent transparent transparent;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 99.9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.contentsWrap .Title1 .Title1__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

.contentsWrap .Title1 .Title1__small1 {
  font-size: 22.5px;
}

.contentsWrap .Title1 .Title1__large1 {
  font-size: 44px;
}

.contentsWrap .Title1.-voice::before {
  background-image: url(/common/images/voice_titie_bg2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 430px auto;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media print, screen and (max-width: 374px) {
  .contentsWrap .Title1.-voice::before {
    background-image: url(/common/images/voice_titie_bg.png);
    background-size: contain;
  }
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Title1 {
    font-size: 48px;
    min-height: 120px;
    padding: 25px 0;
  }
  .contentsWrap .Title1::after {
    border-width: 26px 18px 0 18px;
  }
  .contentsWrap .Title1 .Title1__small1 {
    font-size: 33px;
  }
  .contentsWrap .Title1 .Title1__large1 {
    font-size: 63px;
  }
  .contentsWrap .Title1.-reason {
    padding: 13px 0 16px;
  }
  .contentsWrap .Title1.-voice {
    position: relative;
  }
  .contentsWrap .Title1.-voice::before {
    background-image: url(/common/images/voice_titie_bg_pc.png);
    background-position: center bottom;
    background-size: 842px auto;
    bottom: 0;
    height: 137px;
    left: 52%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 842px;
  }
}

@media print, screen and (min-width: 641px) and (max-width: 900px) {
  .contentsWrap .Title1.-voice::before {
    background-position: center bottom;
    background-size: 100% auto;
    max-width: 842px;
    width: 110%;
  }
}

.contentsWrap .Voice .Voice__title2 {
  font-size: 15px;
  margin: 24px 0 7px;
}

.contentsWrap .Voice * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

.contentsWrap .Voice .Voice__wrapper {
  margin: 0 0 15px;
  padding-bottom: 60px;
}

.contentsWrap .Voice .Voice__item {
  padding: 3px 20px 5px;
}

.contentsWrap .Voice .Voice__figure {
  margin: 0 0 15px;
}

.contentsWrap .Voice .Voice__itemBox {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
}

.contentsWrap .Voice .Voice__lead {
  background-color: #f46205;
  color: #fff;
  padding: 2px 0 4px;
  text-align: center;
}

.contentsWrap .Voice .Voice__inner {
  padding: 20px 20px 20px;
}

.contentsWrap .Voice .Voice__text {
  font-size: 14px;
  line-height: 1.64286;
}

.contentsWrap .Voice .Voice__person {
  font-size: 14px;
  text-align: right;
}

.contentsWrap .Voice .slick-dots {
  bottom: -32px;
  font-size: 0;
}

.contentsWrap .Voice .slick-dots li {
  margin: 0 5px;
}

.contentsWrap .Voice .slick-dots li button {
  background-color: #c9c9c9;
  border-radius: 50%;
  display: block;
}

.contentsWrap .Voice .slick-dots li button::before {
  color: #c9c9c9;
  font-size: 0;
}

.contentsWrap .Voice .slick-dots li.slick-active button {
  background-color: #007eca;
}

.contentsWrap .Voice .slick-dots li.slick-active button::before {
  color: #007eca;
}

.contentsWrap .Voice .slick-arrow {
  background-image: url(/common/images/slide_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 30px;
  z-index: 3;
}

.contentsWrap .Voice .slick-arrow.slick-prev {
  left: 4px;
  -webkit-transform: translate(0, -50%) rotateY(180deg);
  transform: translate(0, -50%) rotateY(180deg);
}

.contentsWrap .Voice .slick-arrow.slick-next {
  right: 4px;
}

@media print, screen and (min-width: 641px) {
  .contentsWrap .Voice .Voice__list {
    margin: 0 auto;
    max-width: 900px;
  }
  .contentsWrap .Voice .Voice__item {
    text-align: center;
  }
  .contentsWrap .Voice .Voice__item img {
    margin: auto;
  }
  .contentsWrap .Voice .Voice__title2 {
    font-size: 24px;
    margin: 45px 0 30px;
  }
  .contentsWrap .Voice .Voice__wrapper {
    padding-bottom: 78px;
  }
  .contentsWrap .Voice .Voice__figure {
    margin: 0 auto 15px;
    max-width: 595px;
  }
  .contentsWrap .Voice .Voice__itemBox {
    -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.1);
    margin: auto;
    max-width: 840px;
  }
  .contentsWrap .Voice .Voice__lead {
    font-size: 30px;
    line-height: 56px;
    padding: 0;
  }
  .contentsWrap .Voice .Voice__inner {
    margin: 0 auto;
    max-width: 655px;
    padding: 30px;
  }
  .contentsWrap .Voice .Voice__text {
    font-size: 18px;
    line-height: 1.88889;
    text-align: left;
  }
  .contentsWrap .Voice .Voice__person {
    font-size: 22px;
  }
  .contentsWrap .Voice .slick-dots {
    bottom: -40px;
  }
  .contentsWrap .Voice .slick-dots li {
    margin: 0 8px;
  }
  .contentsWrap .Voice .slick-dots li button {
    height: 20px;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    width: 20px;
  }
  .contentsWrap .Voice .slick-dots li button:hover {
    opacity: .6;
  }
  .contentsWrap .Voice .slick-arrow {
    width: 46px;
  }
}

.Contact .Contact__inner {
  margin: 0 auto;
}

.Contact .form_wrap {
  padding: 30px 10px;
}

@media print, screen and (min-width: 641px) {
  .Contact {
    margin-top: -10px;
    padding-top: 10px;
  }
  .Contact .Contact__inner {
    max-width: 900px;
  }
  .Contact .form_wrap {
    padding: 55px 0;
  }
}

/*===============================================
	セッティング：768px未満
===============================================*/
@media screen and (max-width:767px) {
	.only_pc {display: none;} /* only PC */
}

/*===============================================
	セッティング：768px以上
===============================================*/
@media screen and (min-width:768px) {
	.only_sp {display: none;} /* only SP */
}

.cmn_container {
	margin: 0 auto;
	max-width: calc(1000px + 2em);
	padding: 0 1em;
	position: relative;
	width: 100%;
}

.home_linkbnr_visual.warranty {
	margin-bottom: 2.5em;
}


/* ---------------------------------------------------------

	給湯器延長保証のご案内（※SEOサイト用のcssからコピー）

--------------------------------------------------------- */
.page-warranty .cmn_container {
	max-width: none;
	padding: 0;
}

.warranty_mv {
	margin: 40px auto 0;
	max-width: calc(1000px + 2em);
	padding-bottom: 0;
}

.warranty_price {
	background-color: var(--warm-sub-color);
}

.warranty_price_inner {
	margin: 0 auto;
	max-width: calc(1000px + 2em);
	padding: 40px 0;
}

.warranty_price_inner h2 {
	display: block;
	position: relative;
	text-align: center;
	max-width: 140px;
	font-size: 34px;
	margin: 0 auto;
	padding: 0 0 30px 60px;
}

.warranty_price_inner h2:before {
	content: "";
	position: absolute;
	background: url(/wp/wp-content/themes/qracian/img/warranty/ico_price.svg) center/contain no-repeat;
	top: -8px;
	left: 0px;
	width: 50px;
	height: 50px;
}

.warranty_price_detail {
	display: flex;
}

.warranty_price_detail .warranty_price_item {
	position: relative;
	width: calc((1000px + 2em) / 4);
	margin-right: 25px;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #fff;
	padding-bottom: 10px;
}

.warranty_price_detail .warranty_price_item:last-child {
	margin-right: 0px;
}

.warranty_price_detail .warranty_price_text {
	text-align: center;
}

.warranty_price_detail .warranty_price_text .warranty_price_itemname {
	position: absolute;
	width: 100%;
	bottom: 20%;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 15px 0 13px;
	background-color:rgba(255,255,255,0.65);
	border-bottom: 2px solid #ddd;
}

.warranty_price_detail .warranty_price_text .warranty_price02 {
	font-size: 16px;
	font-weight: bold;
	color: #FF6708;
	margin-top: 25px;
	padding: 0 0 5px;
}

.warranty_price_detail .warranty_price_text .warranty_price03 {
	font-size: 34px;
	color: #FF6708;
	padding-left: 0.3em;
}

.warranty_price_detail .warranty_price_text .warranty_price03 .tax {
	font-size: 14px;
	font-weight: bold;
	padding-left: 0.3em;
}

.warranty_explanation_inner {
	margin: 0 auto;
	max-width: calc(1000px + 2em);
	padding: 60px 0 40px;
}

.warranty_explanation_inner h2 {
	display: block;
	position: relative;
	text-align: center;
	max-width: 520px;
	font-size: 34px;
	margin: 0 auto;
	padding: 0 0 30px 60px;
}

.warranty_explanation_inner h2:before {
	content: "";
	position: absolute;
	background: url(/wp/wp-content/themes/qracian/img/warranty/ico_warranty.svg) center/contain no-repeat;
	top: -8px;
	left: 0px;
	width: 50px;
	height: 50px;
}

.warranty_explanation_detail {
	display: flex;
}

.warranty_explanation_detail p {
	width: calc((1000px + 2em) / 2);
}

.warranty_explanation_detail p img {
	padding: 0 10px;
}

.warranty_explanation_text {
	padding-left: 30px;
}

.warranty_explanation_text h3 {
	font-size: 28px;
	padding: 0 0 20px;
}

.warranty_explanation_text h3.construction {
	padding-top: 40px;
}

.warranty_explanation_text h4 {
	font-size: 18px;
	color: #FF6708;
	padding: 0 0 15px;
}

.warranty_explanation_text p {
	font-size: 18px;
	line-height: 2;
	text-indent: -1.3em;
	padding-left: 1.3em;
	padding-bottom: 1.8em;
}

.warranty_explanation_text span.note {
	font-size: 1.05rem;
	display: block;
	margin-top: 0.8em;
	margin-left: 1.3em;
}

.warranty_flow {
	background-color: var(--warm-sub-color);
}

.warranty_flow_inner {
	margin: 0 auto;
	max-width: calc(1000px + 2em);
	padding: 60px 0;
}

.warranty_flow_inner h2 {
	display: block;
	position: relative;
	text-align: center;
	max-width: 340px;
	font-size: 34px;
	margin: 0 auto;
	padding: 0 0 30px 60px;
}

.warranty_flow_inner h2:before {
	content: "";
	position: absolute;
	background: url(../img/warranty/ico_app.svg) center/contain no-repeat;
	top: -8px;
	left: 0px;
	width: 50px;
	height: 50px;
}

.warranty_flow_detail {
	display: flex;
}

.warranty_flow_detail .warranty_flow_info {
	position: relative;
	width: calc((1000px + 2em) / 4);
	margin-right: 25px;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #fff;
}

.warranty_flow_detail .warranty_flow_info:last-child {
	margin-right: 0px;
}

.warranty_flow_detail .warranty_flow_info:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #fff;
}

.warranty_flow_detail .warranty_flow_info:last-child:before {
	content: none;
}

.warranty_flow_detail .warranty_flow_text {
	font-size: 18px;
	line-height: 2;
	background-color: #fff;
	padding: 10px 10px 10px 20px;
}

.warranty_flow_note {
	margin-top: 40px;
	padding: 40px;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #FF6708;
}

.warranty_flow_note h3 {
	text-align: center;
	font-size: 27px;
	color: #FF6708;
	padding: 0 0 20px;
}

.warranty_flow_note p {
	font-size: 18px;
	line-height: 2;
	padding-bottom: 0.8em;
}

.warranty_flow_note p.note {
	font-size: 14px;
}

.warranty_flow_note sup {
	padding-right: 0.5em;
}

.warranty_regulations {
	margin: 0 auto;
	max-width: calc(1000px + 2em);
}

.warranty_regulations h2 {
	text-align: center;
	font-size: 34px;
	padding: 40px 0 20px;
}

.warranty_regulations p {
	font-size: 18px;
	line-height: 2;
	text-indent: -1.3em;
	padding-left: 1.3em;
	padding-bottom: 0.8em;
}

.warranty_regulations p.note {
	font-size: 14px;
	line-height: 1;
	text-indent: 0em;
	padding-left: 2.5em;
	padding-bottom: 0.9em;
}

.warranty_regulations ul {
	font-size: 18px;
	line-height: 2;
	text-indent: -1em;
	padding-left: 3em;
}

.warranty_regulations ul li {
	padding-bottom: 0.8em;
}

.page-warranty .cmn_footer .cmn_container {
	max-width: calc(1000px + 2em);
}

/*===============================================
	給湯器延長保証のご案内：767px以下
===============================================*/
@media screen and (max-width:767px) {
	.page-warranty .cmn_container {
		padding: 0;
	}
	.warranty_mv {
		padding: 0;
	}
	.warranty_price_inner {
		padding-top: 2.75em;
	}
	.warranty_price_icon {
		max-width: 50px;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.warranty_price_inner h2 {
		padding: 0;
		max-width: 100%;
		margin-bottom: 0.75em;
	}
	.warranty_price_inner h2:before {
		content: none;
	}
	.warranty_price_detail {
		display: block;
	}
	.warranty_price_detail .warranty_price_item {
		width: 65%;
		margin: 0 auto 2em;
	}
	.warranty_price_detail .warranty_price_item:last-child {
		margin: 0 auto 0.5em;
	}
	.warranty_price_detail .warranty_price_text .warranty_price_itemname {
		font-size: 18px;
	}
	.warranty_explanation_inner {
		padding-top: 2.75em;
	}
	.warranty_explanation_icon {
		max-width: 50px;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.warranty_explanation_inner h2 {
		padding: 0 0.5em;
		max-width: 100%;
		margin-bottom: 0.75em;
	}
	.warranty_explanation_inner h2:before {
		content: none;
	}
	.warranty_explanation_detail {
		display: block;
	}
	.warranty_explanation_detail p {
		width: 100%;
	}
	.warranty_explanation_detail p.warranty_explanation_img {
		width: 95%;
		margin: 0 auto 2em;
	}
	.warranty_explanation_text {
		padding: 0 1.5em;
	}
	.warranty_explanation_text h3 {
		font-size: 1.4rem;
	}
	.warranty_explanation_text p {
		font-size: 1.1rem;
		line-height: 1.8;
		padding-bottom: 1.6em;
	}
	.warranty_explanation_text p.sp_noindent {
		text-indent: 0;
		padding-left: 0;
	}
	.warranty_flow_inner {
		padding-top: 2.75em;
	}
	.warranty_flow_icon {
		max-width: 50px;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.warranty_flow_inner h2 {
		padding: 0;
		max-width: 100%;
		margin-bottom: 0.75em;
	}
	.warranty_flow_inner h2:before {
		content: none;
	}
	.warranty_flow_detail {
		display: block;
	}
	.warranty_flow_detail .warranty_flow_info {
		display: flex;
		width: 90%;
		margin: 0 auto 1.8em;
	}
	.warranty_flow_detail .warranty_flow_info:last-child {
		margin: 0 auto 3.5em;
	}
	.warranty_flow_detail .warranty_flow_info:before {
		top: 105%;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
		border-top: 25px solid #fff;
		border-bottom: none;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
	}
	.warranty_flow_detail .warranty_flow_info img {
		width: 50%;
		max-width: 180px;
		height: 50%;
	}
	.warranty_flow_detail .warranty_flow_text {
		font-size: 1rem;
		line-height: 1.6;
		padding: 15px 10px 15px 20px;
	}
	.warranty_flow_note {
		width: 90%;
		margin: 0 auto;
		padding: 30px 25px 15px;
	}
	.warranty_flow_note h3 {
		font-size: 1.35rem;
	}
	.warranty_flow_note p {
		font-size: 0.95rem;
		line-height: 1.8;
	}
	.warranty_regulations {
		width: 90%;
	}
	.warranty_regulations p.note {
		font-size: 0.9rem;
		line-height: 1.4;
	}
}


/* ---------------------------------------------------------

	ピックアップアイテム（※エコキュートLP用のcssからコピー）

--------------------------------------------------------- */
@media print,
screen and (min-width: 641px) {
	.contentsWrap .LayoutSingle .LayoutSingle__inner.pickup {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		max-width: 890px;
	}

	.pickup picture {
		margin-top: 30px;
	}
}

@media print,
screen and (max-width: 640px) {
	.contentsWrap .LayoutSingle .LayoutSingle__inner.pickup:last-of-type {
		margin-bottom: 30px;
	}

	.pickup picture {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


/* ---------------------------------------------------------

	子育てエコホーム支援事業（※toilet-change用のcssからコピー）

--------------------------------------------------------- */
.contentsWrap .Mirai {
  margin: 0 auto;
  text-align: center;
}

.mirai-title {
  margin: 50px auto 35px;
}

.mirai-subttl {
  margin: 15px auto 15px;
}

.mirai-about {
  margin-bottom: 45px;
  line-height: 1.8;
}

.mirai-about a {
  border-bottom: 1px dotted #f00;
}

.mirai-about span.strong {
  font-weight: bold;
  color: #e65d5d;
}

.mirai-about span.small {
  font-size: 85%;
}

.mirai-box {
  margin: 0 auto 60px;
  text-align: -webkit-center;
}

.mirai-box-title {
  max-width: 409px;
  margin: 0 auto;
}

.mirai-box-cont img {
  margin: 30px auto 30px;
}

/*===============================================
	子育てエコホーム支援事業：767px以下
===============================================*/
@media screen and (max-width:767px) {
	.mirai-title {
  		margin-top: 60px;
	}

	.mirai-title img {
  		position: relative;
  		display: block;
  		width: 96%;
  		margin: 30px auto 10px;
	}

	.mirai-subttl img {
  		position: relative;
  		display: block;
  		width: 96%;
  		margin: 25px auto 15px;
	}

	.mirai-about {
  		width: 96%;
  		margin: 0px auto 15px;
  		line-height: 1.8;
	}

	.mirai-about a {
  		border-bottom: 1px dotted #f00;
	}

	.mirai-about span.strong {
  		font-weight: bold;
  		color: #e65d5d;
	}

	.mirai-about span.small {
  		font-size: 85%;
	}

	.mirai-box img {
  		position: relative;
  		display: block;
  		width: 96%;
  		margin: 0px auto;
	}

	.mirai-box-cont img {
  		margin: 30px auto 30px;
	}
}

