@charset "UTF-8";
/**
 * メインCSSのテンプレートです。
 * @package nipura protector
 * @since 1.0
 */
/**
 * mixinのテンプレートです。
 * @package Nipura Protector
 * @since 1.0
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * 共通CSSのテンプレートです。
 * @package Nipura Protector
 * @since 1.0
 */
html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif, 'PT Serif', serif;
  font-size: 16px;
  line-height: 2;
  text-decoration: none;
  border: none;
  list-style: none;
  color: #333;
}

input,
textarea,
select,
button {
  border: none;
  font-family: 'Noto Sans JP', sans-serif, 'PT Serif', serif;
  font-size: 16px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a {
  color: #0057b2;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}

.container {
  width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1199px) {
  .container {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 35px);
    padding: 0 17.5px;
  }
}

.container--outer {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .container--outer {
    width: 1600px;
    margin: 0 auto;
  }
}

.container10 {
  width: 945px;
  margin: 0 auto;
}

@media screen and (max-width: 1105px) {
  .container10 {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .container10 {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}

.container7 {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 870px) {
  .container7 {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .container7 {
    width: calc(100% - 35px);
    padding: 0 17.5px;
  }
}

.section-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text-left--sp {
    text-align: left;
  }
}

/* PC/SP表示切り替え
-----------------------------------------------*/
@media screen and (max-width: 767px) {
  .visible--pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .visible--sp {
    display: none !important;
  }
}

.pc_br {
  display: initial;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: initial;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

@media screen and (max-width: 767px) {
  .mb-30--sp {
    margin-bottom: 30px !important;
  }
}

.flag {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.flag--reverse {
  flex-direction: row-reverse;
}

.flag-image {
  flex-basis: 25%;
  padding: 0 15px;
}

.flag-text {
  flex-basis: 75%;
  padding: 0 15px;
}

.flag-text .title-lv3 {
  margin-top: -10.5px;
}

.flag + .flag {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .flag {
    flex-direction: column;
    padding: 0;
  }
  .flag--reverse {
    flex-direction: column;
  }
  .flag-image {
    width: 165px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .flag-text .title-lv3 {
    margin-top: 0;
  }
  .flag + .flag {
    margin-top: 30px;
  }
}

.row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
    margin: 0;
  }
}

.row--sp {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .row--sp {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.col-3 {
  width: calc((3/12*100%) - 30px);
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .col-3 {
    width: 100%;
    margin: 0 0 17.5px;
  }
}

.col-4 {
  width: calc((4/12*100%) - 30px);
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .col-4 {
    width: 100%;
    margin: 0 0 17.5px;
  }
}

.col-6 {
  width: calc((6/12*100%) - 30px);
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .col-6 {
    width: 100%;
    margin: 0 0 17.5px;
  }
}

@media screen and (max-width: 767px) {
  .col-6--sp {
    width: calc((6/12*100%) - 10px);
    margin: 5px;
  }
}

.section-title {
  color: #00aad7;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 1.38889;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 20px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 35px;
  }
}

.section-title--white {
  color: #fff;
}

.section-title + .row {
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .section-title + .row {
    margin-top: 0;
  }
}

.title-lv2 {
  background-color: #00aad7;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .title-lv2 {
    font-size: 20px;
    padding: 2.5px;
    line-height: 1.5;
    border-radius: 7.5px;
  }
}

.title-lv3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.78571;
  color: #00aad7;
}

@media screen and (max-width: 767px) {
  .title-lv3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.title-lv4 {
  color: #00aad7;
  text-align: center;
  font-weight: 700;
}

.text {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif, 'PT Serif', serif;
  line-height: 2;
  margin-top: -8px;
  text-align: justify;
}

.text + .text {
  margin-top: 2em;
}

.text-md {
  font-size: 20px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .text-md {
    font-size: 16px;
  }
}

.top-line {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-line {
    padding-top: 17.5px;
    margin-top: 15px;
  }
}

.notice {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0057b2;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .notice {
    font-size: 18px;
    padding: 7.5px 10px;
    text-align: left;
  }
}

.note {
  color: #e44;
}

.em {
  color: #e44;
}

.button-go-top {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .button-go-top {
    right: 17.5px;
    bottom: 17.5px;
  }
}

.button-go-top__image {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .button-go-top__image {
    width: 40px;
    height: 40px;
  }
}

/**
 * ヘッダーCSSのテンプレートです。
 * @package nipura protector
 * @since 1.0
 */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  background-color: #00aad7;
}

@media screen and (max-width: 767px) {
  .header {
    height: 45px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
}

.header__logo {
  width: 306px;
  height: 40px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 160.5px;
    height: auto;
    padding-top: 12px;
  }
}

.header__nav {
  width: 360px;
  height: 60px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .header__nav {
    width: 155px;
    height: auto;
    padding-top: 7.5px;
  }
}

#top {
  height: 80px;
}

@media screen and (max-width: 767px) {
  #top {
    height: 45px;
  }
}

/**
 * フッターCSSのテンプレートです。
 * @package nipura protector
 * @since 1.0
 */
.footer .container {
  position: relative;
}

.footer a {
  color: #fff;
}

.footer__body {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer__logo {
  display: block;
  height: 60px;
  width: 263px;
  margin: 5px auto 10px auto;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 219px;
    margin-bottom: 15px;
  }
}

.footer__text span + span {
  margin-left: .5rem;
}

@media screen and (max-width: 767px) {
  .footer__text span + span {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__text span {
    display: block;
  }
}

.footer__copy {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 11px;
    text-align: center;
  }
}

/**
 * バックグラウンドCSSのテンプレートです。
 * @package nipura protector
 * @since 1.0
 */
/* 全画面画像の処理 */
.section-over .container {
  position: relative;
}

.section-over-inner {
  margin: 0 -230px;
}

@media screen and (max-width: 767px) {
  .section-over-inner {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-over .container {
    width: 100%;
    padding: 0;
  }
}

.section1-1 {
  padding-top: 50px;
  padding-bottom: 125px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section1-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section1-2 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  margin-bottom: 75px;
}

.section1-2::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section1-2 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section1-2::before {
  background-color: #fe0;
}

@media screen and (max-width: 767px) {
  .section1-2 {
    margin-bottom: 52.5px;
  }
}

.section1-3 {
  position: relative;
  padding-bottom: 80px;
}

.section1-3::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 140px);
  background-color: #fe0;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 140px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section1-3 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
  .section1-3::before {
    height: 100%;
    top: 0;
  }
}

.section1-4 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  color: #fff;
}

.section1-4::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section1-4 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section1-4::before {
  background-color: #00aad7;
}

.section1-5 {
  position: relative;
  margin-top: -75px;
}

@media screen and (max-width: 767px) {
  .section1-5 {
    margin-top: 0;
  }
}

.section1-5 .section-over-inner {
  position: relative;
  z-index: -20;
}

.section1-5 .btn {
  position: absolute;
  display: inline-block;
  width: 457px;
  right: 100px;
  bottom: 130px;
}

@media screen and (max-width: 767px) {
  .section1-5 .btn {
    width: 340px;
    left: calc(50% - 170px);
    bottom: 52.5px;
  }
}

.section2-1 {
  padding-top: 50px;
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .section2-1 {
    padding-top: 35px;
    padding-bottom: 52.5px;
  }
}

.section2-2 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.section2-2::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(5.356deg);
          transform: skewY(5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section2-2 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section2-2::before {
  background-color: #fe0;
}

.section2-3 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.section2-3::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(5.356deg);
          transform: skewY(5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section2-3 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section2-3::before {
  background-color: #00aad7;
}

.section2-4 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .section2-4 {
    margin-top: -52.5px;
  }
}

.section2-4 .section-over-inner {
  position: relative;
  margin-top: -75px;
}

@media screen and (max-width: 767px) {
  .section2-4 .section-over-inner {
    z-index: -20;
  }
}

.section2-4 .btn {
  position: absolute;
  display: inline-block;
  width: 457px;
  left: 100px;
  bottom: 130px;
}

@media screen and (max-width: 767px) {
  .section2-4 .btn {
    width: 340px;
    left: calc(50% - 170px);
    bottom: 70px;
  }
}

.section3 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  padding-top: 50px;
}

.section3::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section3 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section3::before {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section3 {
    margin-top: -26.25px;
  }
}

.section4 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  color: #fff;
}

.section4::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section4 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section4::before {
  background-color: #00aad7;
}

.section5 {
  padding-top: 125px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .section5 {
    padding-top: 52.5px;
    padding-bottom: 17.5px;
  }
}

.section6 {
  padding-top: 50px;
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .section6 {
    padding-top: 17.5px;
    padding-bottom: 52.5px;
  }
}

.section7-1 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
}

.section7-1::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section7-1 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section7-1::before {
  background-color: #fe0;
}

.section7-2 {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  padding-top: 375px;
  padding-bottom: 165px;
  margin-top: -250px;
}

.section7-2::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(5.356deg);
          transform: skewY(5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section7-2 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section7-2::before {
  background-color: #00aad7;
  z-index: -30;
}

@media screen and (max-width: 767px) {
  .section7-2 {
    padding-top: 157.5px;
    margin-top: -105px;
    padding-bottom: 0;
  }
}

.section-shop {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  position: relative;
  z-index: 5;
}

.section-shop::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(5.356deg);
          transform: skewY(5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-shop {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section-shop::before {
  background-color: #fff;
}

.section-form {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  position: relative;
  z-index: 0;
  padding-top: 375px;
  padding-bottom: 375px;
  margin-top: -250px;
}

.section-form::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(5.356deg);
          transform: skewY(5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-form {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.section-form::before {
  background-color: #fe0;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .section-form {
    padding-top: 105px;
    margin-top: -52.5px;
    padding-bottom: 105px;
  }
}

.section-form--confirm,
.section-form--thanks {
  padding-top: 50px;
  padding-bottom: 375px;
}

@media screen and (max-width: 767px) {
  .section-form--confirm,
  .section-form--thanks {
    padding-top: 52.5px;
    padding-bottom: 105px;
  }
}

.footer {
  padding-top: 125px;
  padding-bottom: 125px;
  position: relative;
  position: relative;
  color: #fff;
  margin-top: -250px;
  padding-bottom: 0;
  z-index: 5;
}

.footer::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-5.356deg);
          transform: skewY(-5.356deg);
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
  }
}

.footer::before {
  background-color: #00aad7;
  height: calc(100% - 160px);
}

.footer::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #00aad7;
  bottom: 0;
  z-index: -5;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: -52.5px;
    padding-bottom: 0;
  }
}

/**
 * メインCSSのテンプレートです。
 * @package nipura protector
 * @since 1.0
 */
.section1-list {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 50px;
  color: #00aad7;
}

@media screen and (max-width: 767px) {
  .section1-list {
    padding: 35px 17.5px 0;
    border-radius: 7.5px;
  }
}

.section1-list > ul > li {
  position: relative;
  padding-left: 65px;
  line-height: 2.5;
  font-size: 28px;
  font-weight: 700;
}

.section1-list > ul > li::before {
  content: '';
  width: 48px;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  background-image: url(../images/check.svg);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .section1-list > ul > li {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 58px;
    min-height: 47.5px;
  }
  .section1-list > ul > li::before {
    width: 36px;
    height: 30px;
    top: 6px;
  }
}

.section1-figure {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 492px;
}

@media screen and (max-width: 767px) {
  .section1-figure {
    position: relative;
    width: 250px;
    right: unset;
    bottom: unset;
    margin: 15px auto 0;
  }
}

.spec-section {
  margin-top: -50px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .spec-section {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.list-outer {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .list-outer + .list-outer {
    margin-top: 30px;
  }
}

.list-title {
  color: #00aad7;
  font-weight: 700;
}

.text-list > li::before {
  content: '●';
  color: #00aad7;
}

.section1-3 .item1 figure,
.section1-3 .item2 figure,
.section1-3 .item3 figure {
  margin-bottom: 30px;
}

.section1-3 .item1 {
  padding-top: 60px;
}

.section1-3 .item2 {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .section1-3 .item1 figure,
  .section1-3 .item2 figure,
  .section1-3 .item3 figure {
    margin-bottom: 17.5px;
  }
  .section1-3 .item1,
  .section1-3 .tem2 {
    padding-top: 0;
  }
}

.section1-4-1 {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .section1-4-1 {
    padding-bottom: 30px;
  }
}

.movie-outer {
  margin-bottom: 15px;
  position: relative;
}

.movie-title {
  font-size: 28px;
  font-weight: 700;
  background-color: #fe0;
  color: #00aad7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie-title {
    font-size: 16px;
  }
}

.movie-item {
  position: relative;
  padding-top: 56.14035%;
  background-color: #fff;
}

.movie-item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section1-4-2 {
  padding-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .section1-4-2 {
    padding-bottom: 26.25px;
  }
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-list > li {
  width: calc( (4/12*100%) - 30px);
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .flex-list {
    flex-direction: column;
  }
  .flex-list > li {
    width: 100%;
    margin: 8.75px 0;
  }
}

.section-inner-box {
  background-color: #fff;
  color: initial;
  border-radius: 10px;
  padding: 50px;
}

.section-inner-box--faq {
  padding: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-inner-box {
    padding: 35px 17.5px;
    border-radius: 7.5px;
  }
  .section-inner-box--faq {
    padding: 17.5px;
    margin-top: 17.5px;
  }
}

.section1-4-3 {
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .section1-4-3 {
    padding-bottom: 0;
  }
  .section1-4-3 .col-4 {
    margin-bottom: 35px;
  }
}

.caption {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .caption {
    margin-top: 13.5px;
  }
}

.border-box {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  margin-top: 50px;
}

.table {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table {
    font-size: 12px;
  }
}

.table tr {
  border-bottom: 1px solid #cccccc;
}

.table td, .table th {
  border-left: 1px solid #cccccc;
  height: 60px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table td, .table th {
    height: 50px;
    line-height: 1.5;
  }
}

.table .col-th {
  background-color: #e5f7fb;
  text-align: center;
}

.table .current-th {
  background-color: #00aad7;
  color: #fff;
}

.table .row-th {
  text-align: left;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .table .row-th {
    padding-left: 7px;
  }
}

.table td {
  text-align: center;
  width: 25%;
}

.table .current-td {
  background-color: #fffab2;
  font-weight: 700;
}

.table-note {
  text-align: right;
  font-size: 12px;
}

.faq-section + .faq-section {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .faq-section + .faq-section {
    margin-top: 35px;
  }
}

.q {
  color: #00aad7;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.q::before {
  content: 'Q. ';
}

@media screen and (max-width: 767px) {
  .q {
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.section7-2-text {
  width: 500px;
  color: #fff;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .section7-2-text {
    width: 100%;
  }
}

.section7-2 .container10 {
  position: relative;
}

.section7-2 .container10 .section7-2-image {
  position: absolute;
  width: calc(100% - 550px);
  top: -125px;
  right: 0;
  z-index: -10;
}

@media screen and (max-width: 767px) {
  .section7-2 .container10 .section7-2-image {
    position: relative;
    width: 175px;
    margin: 30px auto -10px;
    top: unset;
    right: unset;
  }
}

.section-shop .row {
  justify-content: center;
}

.btn_tel {
  display: block;
  width: 457px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn_tel {
    width: 100%;
  }
}

/**
 * メールフォームCSSのテンプレートです。
 * @package Nipura Protector
 * @since 1.0
 */
.form {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .form {
    margin-top: 40px;
  }
}

.form__item {
  display: flex;
}

@media screen and (max-width: 767px) {
  .form__item {
    flex-direction: column;
  }
}

.form__title {
  padding-top: 26px;
  padding-bottom: 20px;
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .form__title {
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
  }
}

.form__input {
  padding-bottom: 30px;
  width: calc(100% - 15rem);
}

@media screen and (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}

.form input[type=text],
.form input[type=email],
.form textarea {
  background-color: #e5f7fb;
  border-radius: 5px;
  padding: 30px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
  .form input[type=text],
  .form input[type=email],
  .form textarea {
    padding: 13px 17.5px;
    width: calc(100% - 35px);
  }
}

.form ::-webkit-input-placeholder {
  color: #bebebe;
}

.form ::-moz-placeholder {
  color: #bebebe;
}

.form :-ms-input-placeholder {
  color: #bebebe;
}

.form ::-ms-input-placeholder {
  color: #bebebe;
}

.form ::placeholder {
  color: #bebebe;
}

.form textarea {
  height: 190px;
}

@media screen and (max-width: 767px) {
  .form textarea {
    height: 224px;
  }
}

.form button[type=submit] {
  cursor: pointer;
}

.form .submit_wrapper {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 457px;
}

@media screen and (max-width: 767px) {
  .form .submit_wrapper {
    width: 100%;
  }
}

.form__button {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  width: 100%;
  padding: 32.5px 0;
  border-radius: 10px;
  border: none;
  background-color: #00aad7;
  box-shadow: 0 2.6882px 0 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .form__button {
    font-size: 20px;
    padding: 22.5px 0;
    border-radius: 7.5px;
  }
}

.form__button--back {
  background-color: #ccc;
  color: #000;
}

.section-form--confirm .section-inner-box {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-radius: 0;
  padding: 0;
}

.section-form--confirm .form__item {
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .section-form--confirm .form__item {
    flex-direction: row;
    font-size: 12px;
  }
}

.section-form--confirm .form__title {
  padding: 20px;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .section-form--confirm .form__title {
    width: 8rem;
    padding: 19px 15px;
  }
}

.section-form--confirm .form__input {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .section-form--confirm .form__input {
    width: calc(100% - 8rem);
    padding: 19px 15px;
  }
}

.section-form--confirm .row {
  flex-direction: row-reverse;
}

.section-form--confirm .submit_wrapper {
  width: calc(50% - 30px);
}

@media screen and (max-width: 767px) {
  .section-form--confirm .submit_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-form--confirm .submit_wrapper + .submit_wrapper {
    margin-top: 15px;
  }
}

.page_thanks {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page_thanks {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.page_thanks .title_character {
  margin-bottom: -10px;
}

.page_thanks .bgYellow {
  border-radius: 65px;
}

@media screen and (max-width: 767px) {
  .page_thanks .bgYellow {
    border-radius: 10px;
    text-align: left;
  }
}

.page_thanks .bodyTel {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page_thanks .bodyTel {
    margin-bottom: 35px;
  }
}

/*# sourceMappingURL=../maps/style.css.map */
