@charset "UTF-8";
/* テーブルアイテム */
@import url("https://fonts.googleapis.com/css2?family=Oswald&text=0123456789");
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* base
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font: 62.5%/1.8 "Noto Sans JP", sans-serif;
  width: 100%;
}

body {
  position: relative;
  color: #222;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
  overflow-x: hidden;
}

a {
  color: #2c3389;
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

i {
  margin-right: 5px;
  font-size: 1.6em !important;
  vertical-align: text-top;
}

/* 本体のスクロール禁止 */
.scroll-prevent {
  overflow: hidden;
}

/* パンくず */
.cmn-topicpath {
  position: relative;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  margin-left: 50%;
  margin-right: 50%;
  background-color: #f8f8f8;
}
.cmn-topicpath ol {
  padding: 0 10px;
  text-align: left;
}
.cmn-topicpath ol li {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
}
.cmn-topicpath ol li a {
  display: inline-block;
  height: 100%;
  text-decoration: underline;
}
.cmn-topicpath ol li:not(:last-child) {
  padding-right: 10px;
}
.cmn-topicpath ol li:not(:last-child)::after {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9rem;
  content: "＞";
}
@media screen and (min-width: 768px) {
  .cmn-topicpath {
    margin-bottom: 48px;
    text-align: center;
  }
  .cmn-topicpath ol {
    max-width: 1000px;
    height: 40px;
    margin: auto;
  }
  .cmn-topicpath ol li {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-topicpath {
    margin-bottom: 24px;
  }
  .cmn-topicpath ol {
    height: 36px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .cmn-topicpath ol li {
    display: inline;
    line-height: 36px;
  }
}

/* コンテンツ直下にある汎用的なテキスト（強調テキスト含む）/ 汎用的な画像 / 汎用的なリスト */
.l-cont .el_text .is-accent {
  color: #d70000;
  font-size: 1.1em;
}
.l-cont .el_img img {
  width: 100%;
  margin: auto;
}
.l-cont .el_list {
  text-align: left;
}
.l-cont .el_list li {
  line-height: 1.5;
}
.l-cont .el_list li:not(:last-child) {
  margin-bottom: 4px;
}
.l-cont .el_list li:before {
  display: inline-block;
  position: relative;
  top: 1.4px;
  margin-right: 5px;
  font-family: "Material Icons";
  content: "chevron_right";
}
.l-cont .el_list li.modal_open {
  color: #2c3389;
  text-decoration: underline;
  cursor: pointer;
}
.l-cont .el_list li a {
  text-decoration: underline;
}
.l-cont .el_list li a.is-blank::after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Material ICons";
  vertical-align: middle;
  content: "open_in_new";
}
@media screen and (min-width: 768px) {
  .l-cont .el_text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .l-cont .el_list li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cont .el_text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .l-cont .el_list li {
    font-size: 1.2rem;
  }
}

/* 汎用ボタン */
.el_btn {
  display: block;
  position: relative;
  padding: 16px;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background-color: #0b3182;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
}
.el_btn.is-lg {
  max-width: 420px;
  font-size: 1.8rem;
}
.el_btn.is-md {
  max-width: 240px;
  font-size: 1.6rem;
}
.el_btn.is-sm {
  max-width: 180px;
  padding: 12px;
  font-size: 1.4rem;
}
.el_btn span {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .el_btn.is-sm {
    max-width: 200px;
  }
}

/* flex item */
.flexList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.flexList_item {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(27, 161, 226, 0.8);
  background-color: #fff;
}
.flexList_item.is-noBorder {
  border-radius: 0;
  border: none;
}
.flexList.is-1col .flexList_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flexList_item {
    margin-bottom: 16px;
  }
  .flexList.is-2col .flexList_item {
    width: 48.5%;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(2), .flexList.is-2col .flexList_item:first-child:nth-last-child(2) ~ .flexList_item {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(3):last-child, .flexList.is-2col .flexList_item:first-child:nth-last-child(3) ~ .flexList_item:last-child {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(4):nth-last-child(-n+2), .flexList.is-2col .flexList_item:first-child:nth-last-child(4) ~ .flexList_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(5):last-child, .flexList.is-2col .flexList_item:first-child:nth-last-child(5) ~ .flexList_item:last-child {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(6):nth-last-child(-n+2), .flexList.is-2col .flexList_item:first-child:nth-last-child(6) ~ .flexList_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(7):last-child, .flexList.is-2col .flexList_item:first-child:nth-last-child(7) ~ .flexList_item:last-child {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:first-child:nth-last-child(8):nth-last-child(-n+2), .flexList.is-2col .flexList_item:first-child:nth-last-child(8) ~ .flexList_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexList.is-2col .flexList_item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .flexList.is-3col .flexList_item {
    width: 32%;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(3), .flexList.is-3col .flexList_item:first-child:nth-last-child(3) ~ .flexList_item {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(4):last-child, .flexList.is-3col .flexList_item:first-child:nth-last-child(4) ~ .flexList_item:last-child {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(5):nth-last-child(-n+2), .flexList.is-3col .flexList_item:first-child:nth-last-child(5) ~ .flexList_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(6):nth-last-child(-n+3), .flexList.is-3col .flexList_item:first-child:nth-last-child(6) ~ .flexList_item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(7):last-child, .flexList.is-3col .flexList_item:first-child:nth-last-child(7) ~ .flexList_item:last-child {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(8):nth-last-child(-n+2), .flexList.is-3col .flexList_item:first-child:nth-last-child(8) ~ .flexList_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:first-child:nth-last-child(9):nth-last-child(-n+3), .flexList.is-3col .flexList_item:first-child:nth-last-child(9) ~ .flexList_item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .flexList.is-3col .flexList_item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .flexList.is-4col .flexList_item {
    width: 23.5%;
  }
  .flexList.is-4col .flexList_item:first-child:nth-last-child(4), .flexList.is-4col .flexList_item:first-child:nth-last-child(4) ~ .flexList_item {
    margin-bottom: 0;
  }
  .flexList.is-4col .flexList_item:first-child:nth-last-child(5):last-child, .flexList.is-4col .flexList_item:first-child:nth-last-child(5) ~ .flexList_item:last-child {
    margin-bottom: 0;
  }
  .flexList.is-4col .flexList_item:first-child:nth-last-child(6):nth-last-child(-n+2), .flexList.is-4col .flexList_item:first-child:nth-last-child(6) ~ .flexList_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .flexList.is-4col .flexList_item:first-child:nth-last-child(7):nth-last-child(-n+3), .flexList.is-4col .flexList_item:first-child:nth-last-child(7) ~ .flexList_item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .flexList.is-4col .flexList_item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .flexList.is-2col .flexList_item, .flexList.is-3col .flexList_item, .flexList.is-4col .flexList_item {
    width: 100%;
  }
  .flexList.is-2col .flexList_item:not(:last-of-type), .flexList.is-3col .flexList_item:not(:last-of-type), .flexList.is-4col .flexList_item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}

/* サブアクセントカラーの枠線で囲われたボックスアイテム */
.boxItem {
  min-height: 0%;
  border-radius: 5px;
  border: 1px solid rgba(27, 161, 226, 0.8);
}
.boxItem.is-noBorder {
  border: none;
}
.boxItem > dt {
  padding: 12px 10px;
  border-radius: 4px 4px 0 0;
  background-color: rgba(27, 161, 226, 0.8);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  word-break: break-word;
  text-shadow: 0 0 3px #1ba1e2, 0 0 3px #1ba1e2;
}
.boxItem > dd {
  min-height: 0%;
  padding: 20px;
  font-size: 1.4rem;
  border-radius: 0 0 5px 5px;
  text-align: left;
}
.boxItem > dd figure {
  width: 100%;
  text-align: center;
}
.boxItem > dd figure img {
  width: 94%;
  margin: auto;
}
.boxItem > dd p.fs-lg {
  font-size: 2rem;
  line-height: 1.5;
}
.boxItem > dd p.fs-md {
  font-size: 1.6rem;
  line-height: 1.5;
}
.boxItem > dd p.fs-sm {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

/* 2カラムのサブアクセントカラーで作られたリスト */
.listItem {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.listItem dt {
  width: 24%;
  padding: 12px 10px;
  background-color: rgba(27, 161, 226, 0.9);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.listItem dd {
  width: 76%;
  padding: 12px 16px 11px;
  background-color: rgba(27, 161, 226, 0.1);
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.25;
}
.listItem dd:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .listItem dt:not(:last-of-type) {
    margin-bottom: 5px;
  }
  .listItem br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .listItem dt, .listItem dd {
    display: block;
    width: 100%;
    padding: 10px 16px;
  }
  .listItem dd {
    text-align: center;
    line-height: 1.25;
  }
  .listItem dd:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

/* 汎用注釈ボックス */
.borderBox {
  border: 2px solid #e8e8e8;
}
@media screen and (min-width: 768px) {
  .borderBox {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .borderBox {
    padding: 20px;
  }
}

.el_comment {
  width: 100%;
}
.el_comment figure img {
  width: 100%;
}
.el_comment dl {
  text-align: left;
}
.el_comment dl dt, .el_comment dl dd {
  line-height: 1.5;
}
.el_comment dl dt {
  margin-bottom: 8px;
}
.el_comment dl dd {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .el_comment {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .el_comment figure {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
  .el_comment dl {
    display: inline-block;
  }
  .el_comment dl dt {
    font-size: 1.5rem;
  }
  .el_comment dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .el_comment {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .el_comment figure {
    display: block;
    width: 60%;
    margin: 0 auto 16px;
  }
  .el_comment figure img {
    max-width: 300px;
  }
  .el_comment dl dt {
    font-size: 1.4rem;
  }
  .el_comment dl dd {
    font-size: 1.2rem;
  }
}

/* 汎用注釈 */
.el_notes {
  padding: 0 16px;
  text-align: left;
}
.el_notes li {
  margin-bottom: 3px;
  margin-left: 1em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .el_notes {
    padding: 0 5px;
  }
  .el_notes li {
    margin-bottom: 2px;
    font-size: 1.15rem;
  }
}

/* 汎用注釈（1行）*/
.el_note {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .el_note {
    font-size: 1.1rem;
  }
}

/* お問い合わせ・申し込みブロック */
.cvCont_tel dd span {
  display: block;
}
.cvCont_tel dd span a {
  color: #222;
}
.cvCont_tel dd .el_number {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
}
.cvCont_tel dd .el_number::before {
  display: inline-block;
  margin-right: 8px;
  font-family: "Material Icons";
  content: "phone";
}
.cvCont_tel dd .el_number.is-freeCall::after {
  display: inline-block;
  margin-left: 8px;
  background-color: #222;
  color: #fff;
  content: "通話料無料";
}
.cvCont_tel dd .el_hours {
  font-weight: 400;
  line-height: 1.5;
}
.cvCont_attn {
  background-color: #f8f8f8;
  text-align: left;
}
.cvCont_attn li {
  margin-left: 1.5em;
  font-weight: 400;
  text-indent: -0.5em;
  line-height: 1.4;
}
.cvCont_attn li::before {
  display: inline-block;
  position: relative;
  left: -0.5em;
  content: "※";
}
.cvCont_attn li:not(:last-child) {
  margin-bottom: 4px;
}
.cvCont .el_title {
  color: #ec6c00;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .cvCont_tel dt {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  .cvCont_tel dd span a[href^="tel:"] {
    pointer-events: none;
  }
  .cvCont_tel dd span a:not([href^="tel:"]) {
    color: #0b3182;
  }
  .cvCont_tel dd .el_number {
    margin-bottom: 16px;
    font-size: 5rem;
  }
  .cvCont_tel dd .el_number::before {
    margin-top: 6px;
    font-size: 4.5rem;
  }
  .cvCont_tel dd .el_number.is-freeCall::after {
    margin-top: 6px;
    padding: 8px 12px;
    border-radius: 3px;
    font-size: 1.4rem;
  }
  .cvCont_tel dd .el_hours {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
  .cvCont_tel dd .el_ipPhone {
    font-size: 1.6rem;
  }
  .cvCont_attn {
    margin-top: 32px;
    padding: 24px;
  }
  .cvCont_attn li {
    font-size: 1.2rem;
  }
  .cvCont .el_title {
    margin-bottom: 24px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .cvCont .el_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .cvCont {
    padding: 32px 12px;
  }
  .cvCont_tel dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
  }
  .cvCont_tel dd {
    text-align: center;
  }
  .cvCont_tel dd .el_number {
    margin-bottom: 10px;
    font-size: 3.4rem;
  }
  .cvCont_tel dd .el_number::before {
    margin-top: 4px;
    font-size: 3rem;
  }
  .cvCont_tel dd .el_number.is-freeCall::after {
    width: 38px;
    height: 38px;
    margin-top: 4px;
    padding: 7.5px 0;
    border-radius: 50%;
    font-size: 0.8rem;
    line-height: 1.4;
    white-space: pre;
    box-sizing: border-box;
    text-align: center;
    content: "通話料\a無料";
  }
  .cvCont_tel dd .el_hours {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .cvCont_tel dd .el_ipPhone {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .cvCont_attn {
    margin-top: 24px;
    padding: 20px 16px;
  }
  .cvCont_attn li {
    font-size: 1.1rem;
  }
  .cvCont .el_title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

/* お問い合わせ・申し込みブロック min */
.cvSec-md {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  position: relative;
}
.cvSec-md .cvCont_attn {
  margin: 0;
  padding: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .cvSec-md {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
    margin-bottom: 32px;
  }
  .cvSec-md .cvCont:first-of-type {
    width: calc(100% - 560px);
    padding-right: 0;
  }
  .cvSec-md .cvCont:last-of-type {
    min-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .cvSec-md {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .cvSec-md .cvCont:first-of-type {
    padding-bottom: 0;
  }
}

/* お支払いイメージ */
.paymentImage {
  background-color: #f8f8f8;
  padding: 32px;
  text-align: center;
}
.paymentImage .flexList.is-sum .flexList_item {
  z-index: 0;
  border-radius: 5px;
}
.paymentImage .flexList.is-sum .flexList_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90px;
  background-color: rgba(27, 161, 226, 0.2);
  content: "";
}
.paymentImage .flexList.is-sum .flexList_item::after {
  display: inline-block;
  position: absolute;
  width: 12.5%;
  height: 13%;
  margin: auto;
  content: "";
}
.paymentImage .flexList.is-sum .flexList_item:first-child::after {
  background: url("../images/ico_plus.svg") no-repeat left top/contain;
}
.paymentImage .flexList.is-sum .flexList_item:nth-child(2)::after {
  background: url("../images/ico_equal.svg") no-repeat left top/contain;
}
.paymentImage .flexList_item .el_caption {
  margin-bottom: 8px;
  padding: 16px;
  border-radius: 5px 5px 0 0;
  background-color: #1ba1e2;
  color: #fff;
}
.paymentImage .flexList_item .el_item {
  position: relative;
  width: 75%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  padding-top: 75%;
  border-radius: 50%;
  background-color: #eee;
}
.paymentImage .flexList_item .el_item::after {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 33.6px;
  height: 43.2px;
  margin: auto;
  background: url("../images/ico_arrow_dot.svg") no-repeat left top;
  opacity: 0.5;
  content: "";
}
.paymentImage .flexList_item .el_item p {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px;
  font-size: 2rem;
  line-height: 1.4;
}
.paymentImage .flexList_item .el_item p img {
  max-height: 30px;
  width: auto;
}
.paymentImage .flexList_item .el_item p span {
  display: block;
  margin-top: 10px;
  font-size: 0.6em;
  font-weight: 500;
}
.paymentImage .flexList_item .el_sample {
  position: relative;
  padding: 4px 16px 18px;
  background-color: rgba(27, 161, 226, 0.2);
}
.paymentImage .flexList_item .el_sample::before {
  display: inline-block;
  position: relative;
  top: -10px;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: rgba(27, 161, 226, 0.8);
  color: #fff;
  font-size: 1.3rem;
}
.paymentImage .flexList_item .el_sample::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.paymentImage .flexList_item .el_sample dt {
  margin-bottom: 6px;
  line-height: 1.4;
}
.paymentImage .flexList_item .el_sample dd {
  line-height: 1.2;
}
.paymentImage .flexList_item .el_sample dd strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.45em;
}
.paymentImage .flexList_item .el_sample dd small {
  padding: 0 3px;
  font-size: 0.6em;
  font-weight: 500;
}
.paymentImage .flexList_item .el_sample .el_tag span {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #fcdb00;
  font-size: 1.2rem;
}
.paymentImage .flexList_item .el_sample .el_tag p {
  font-size: 1.2rem;
}
.paymentImage .flexList_item:first-child .el_sample::before {
  content: "プラン：例";
}
.paymentImage .flexList_item:nth-child(2) .el_sample::before {
  content: "サービスタイプ：例";
}
.paymentImage .flexList_item:nth-child(3) .el_sample::before {
  content: "月額料金：例";
}
@media screen and (min-width: 768px) {
  .paymentImage .el_title {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
  .paymentImage .flexList.is-sum.is-3col .flexList_item {
    width: 30%;
  }
  .paymentImage .flexList.is-sum.is-3col .flexList_item::after {
    top: 0;
    bottom: 0;
    right: -15%;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .paymentImage .flexList.is-sum.is-3col .flexList_item::after {
    /*IE11*/
    right: -14%;
  }
}
@media screen and (min-width: 768px) {
  .paymentImage .flexList.is-sum.is-3col .flexList_item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  .paymentImage .flexList_item .el_caption {
    font-size: 1.5rem;
  }
  .paymentImage .flexList_item .el_sample dt {
    font-size: 1.6rem;
  }
  .paymentImage .flexList_item .el_sample dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 979px) {
  .paymentImage .flexList_item .el_caption {
    font-size: 1.5vw;
  }
  .paymentImage .flexList_item .el_item {
    margin-bottom: 40px;
  }
  .paymentImage .flexList_item .el_item::after {
    bottom: -25px;
    width: 28px;
    height: 36px;
  }
  .paymentImage .flexList_item .el_item p {
    font-size: 2vw;
  }
  .paymentImage .flexList_item .el_sample dt {
    font-size: 1.6vw;
  }
  .paymentImage .flexList_item .el_sample dd {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .paymentImage {
    padding: 20px;
  }
  .paymentImage .el_title {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .paymentImage .flexList.is-sum .flexList_item::after {
    left: 0;
    right: 0;
    bottom: -37.5px;
    width: 32px;
    height: 32px;
  }
  .paymentImage .flexList.is-sum .flexList_item:nth-child(2)::after {
    transform: rotate(90deg);
  }
  .paymentImage .flexList.is-sum .flexList_item:not(:last-child) {
    margin-bottom: 42px;
  }
  .paymentImage .flexList_item .el_caption {
    font-size: 1.6rem;
  }
  .paymentImage .flexList_item .el_item {
    width: 65%;
    padding-top: 65%;
  }
  .paymentImage .flexList_item .el_item p {
    font-size: 1.8rem;
  }
  .paymentImage .flexList_item .el_sample dt {
    font-size: 1.5rem;
  }
  .paymentImage .flexList_item .el_sample dd {
    font-size: 1.8rem;
  }
}

#cancelFee {
  margin-top: -124px;
  padding-top: 124px;
}

.campaignDetail, .oldPlan {
  margin-bottom: 32px;
  text-align: center;
}
.campaignDetail_triger, .oldPlan_triger {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: auto;
  padding-left: 48px;
  padding-right: 72px;
  border-radius: 5px;
  background-color: rgba(27, 161, 226, 0.25);
  color: rgba(34, 34, 34, 0.9) !important;
  font-size: 1.7rem;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.campaignDetail_triger::after, .oldPlan_triger::after {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #1ba1e2;
  font-family: "Material Icons";
  font-size: 2.8rem;
  line-height: 1;
  content: "\e5cf";
}
.campaignDetail_triger.open::after, .oldPlan_triger.open::after {
  content: "\e5ce";
}
.campaignDetail_cont, .oldPlan_cont {
  display: none;
}
@media screen and (max-width: 767px) {
  .campaignDetail_triger, .oldPlan_triger {
    height: auto;
    padding: 14px 40px 12px 24px;
    font-size: 1.55rem;
    line-height: 1.4;
  }
  .campaignDetail_triger::after, .oldPlan_triger::after {
    right: 8px;
  }
}

/* 申し込み方法 */
.flowList_item {
  margin-bottom: 20px;
  padding: 0 32px 32px;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.flowList_item .el_title {
  position: relative;
  width: calc(100% + 32px + 32px);
  height: 64px;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 32px;
  border-radius: 5px 5px 0 0;
  background-color: #e5e5e5;
}
.flowList_item .el_title::before {
  display: inline-block;
  position: absolute;
  left: 24px;
  top: -6px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fcdb00;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  text-align: center;
  line-height: 56px;
}
.flowList_item .el_title p {
  padding-left: 100px;
  font-size: 2rem;
  line-height: 64px;
}
.flowList_item .el_title p span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: 32px;
  margin: auto;
  padding: 0 16px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 32px;
}
.flowList_item .el_title p span::before {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
}
.flowList_item .el_title p span.is-customer::before {
  top: -0.5px;
  width: 19px;
  height: 20px;
  background: url("../images/ico_customer.svg") no-repeat left top/contain;
}
.flowList_item .el_title p span.is-tnc::before {
  width: 14px;
  height: 20px;
  background: url("../images/ico_tnc.svg") no-repeat left top/contain;
}
.flowList_item .el_title p span.is-isp::before {
  top: -1.5px;
  width: 15px;
  height: 20px;
  background: url("../images/ico_isp.svg") no-repeat left top/contain;
}
.flowList_item .el_text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.flowList_item .wrapList {
  padding: 24px 30px 20px;
  border: 1px solid #fcdb00;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}
.flowList_item .wrapList li {
  font-size: 1.4rem;
  line-height: 1.5;
}
.flowList_item .wrapList li:not(:last-child) {
  margin-bottom: 3px;
}
.flowList_item .flexList_item.is-rcmd::after {
  position: absolute;
  top: -4px;
  left: 8px;
  width: 54px;
  height: 36px;
  background: url("../images/ico_rcmd.png") no-repeat left top/contain;
  content: "";
}
.flowList_item .flexList_item > .el_btn {
  padding: 20px 16px;
  font-size: 1.7rem;
}
.flowList_item .flexList_item > .el_btn::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 0.9em;
  margin: auto;
  color: #fff;
  font-family: "Material Icons Round";
  font-size: 1.8em;
  content: "chevron_right";
}
.flowList_item .boxItem dt, .flowList_item .boxItem dd {
  text-align: center;
}
.flowList_item .boxItem .el_btn {
  background-color: rgba(27, 161, 226, 0.25);
  color: rgba(34, 34, 34, 0.9) !important;
  font-size: 1.5rem;
}
.flowList_item .boxItem .el_btn::after {
  display: inline-block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #1ba1e2 transparent;
  content: "";
}
.flowList_item a.is-tel {
  color: #222;
  font-size: 1.5em;
}
.flowList_item a.is-tel::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Material Icons";
  font-size: 0.9em;
  vertical-align: bottom;
  content: "phone";
}
.flowList_item:first-child .el_title::before {
  content: "1";
}
.flowList_item:nth-child(2) .el_title::before {
  content: "2";
}
.flowList_item:nth-child(3) .el_title::before {
  content: "3";
}
.flowList_item:nth-child(4) .el_title::before {
  content: "4";
}
.flowList_item:nth-child(5) .el_title::before {
  content: "5";
}
.flowList_item:nth-child(6) .el_title::before {
  content: "6";
}
.flowList_item:nth-child(7) .el_title::before {
  content: "7";
}
@media screen and (max-width: 767px) {
  .flowList_item {
    padding: 0 16px 16px;
  }
  .flowList_item .el_title {
    width: calc(100% + 16px + 16px);
    height: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px;
  }
  .flowList_item .el_title::before {
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    line-height: 40px;
  }
  .flowList_item .el_title p {
    padding-left: 50px;
    padding-right: 65px;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.5;
  }
  .flowList_item .el_title p span {
    right: 10px;
    height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 24px;
  }
  .flowList_item .el_title p span.is-customer::before {
    width: 15.2px;
    height: 16px;
  }
  .flowList_item .el_title p span.is-tnc::before {
    width: 11.2px;
    height: 16px;
  }
  .flowList_item .el_title p span.is-isp::before {
    width: 12px;
    height: 16px;
  }
}

/* 例）回線のご利用状況ブロック（○○○をご利用中・ご利用でない場合…の部品）*/
.el_usageStatus {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.el_usageStatus li {
  display: inline-block;
  width: 45%;
}
.el_usageStatus li:first-child {
  position: relative;
}
.el_usageStatus li:first-child::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.2rem;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto 10px;
  font-family: "Material Icons";
  font-size: 2.4rem;
  content: "add";
}
.el_usageStatus li p {
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(27, 161, 226, 0.1);
  color: #1ba1e2;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
}
.el_usageStatus li span {
  display: block;
  margin: 8px 0;
  font-size: 1rem;
  text-align: center;
}

/* 例）回線のご利用状況ブロック（flexList_itemの色を変えるパターン）*/
.flexList_item.is-colorChange:nth-of-type(2) {
  border: 1px solid rgba(252, 219, 0, 0.8);
}
.flexList_item.is-colorChange:nth-of-type(2) .boxItem dt {
  background-color: rgba(252, 219, 0, 0.8);
  text-shadow: 0 0 3px #fcdb00, 0 0 3px #fcdb00;
}
.flexList_item.is-colorChange:nth-of-type(2) .boxItem .el_usageStatus li p {
  background-color: rgba(252, 219, 0, 0.1);
  color: #fcdb00;
}

/* modal */
.modal_wrap {
  display: none;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.modal {
  display: none;
  position: relative;
  width: 90%;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
}
.modal_overlay {
  display: none;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal_close_btn {
  display: inline-block;
  position: absolute;
  right: 4.5%;
  top: 20px;
  z-index: 6666;
  transition: 0.2s linear;
  cursor: pointer;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.modal_close_btn:hover {
  opacity: 0.8;
  backface-visibility: hidden;
}
.modal_close_btn::before, .modal_close_btn::after {
  position: absolute;
  width: 4px;
  height: 25px;
  background-color: #000;
  transform: rotate(45deg);
  content: "";
}
.modal_close_btn::after {
  transform: rotate(-45deg);
}
.modal_close {
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.modal_close:hover {
  opacity: 0.8;
  backface-visibility: hidden;
}
.modal_close p {
  display: inline-block;
  margin: auto;
  padding: 6px 30px 8px;
  border: 1px solid #222;
  font-size: 1.3rem;
}
.modal_close p::before {
  display: inline-block;
  position: relative;
  top: 1.5px;
  margin-right: 5px;
  font-size: 1.6rem;
  content: "×";
}
.modal_cont {
  width: 960px;
  margin: auto;
  padding: 60px 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal_cont_title {
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 20px 12px;
  background-color: #ebedf2;
  color: #182c4b;
  font-size: 2.2rem;
  text-align: center;
}
.modal_cont_title br {
  display: none;
}
.modal_cont .el_title {
  margin-bottom: 10px;
  padding: 3px 10px 5px;
  border-left: 5px solid #182c4b;
  border-bottom: 1px solid #182c4b;
  color: #182c4b;
  font-size: 1.5rem;
}
.modal_cont table {
  width: 100%;
  border: 1px solid #ccc;
}
.modal_cont table th, .modal_cont table td {
  padding: 12px 10px;
  border: 1px solid #ccc;
  font-weight: 500;
  line-height: 1.75;
}
.modal_cont table th .fs-xs, .modal_cont table td .fs-xs {
  display: inline-block;
}
.modal_cont table th {
  width: 15%;
  background-color: #ebedf2;
  color: #182c4b;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.modal_cont table thead th, .modal_cont table thead td {
  background-color: #ebedf2;
}
@media screen and (max-width: 1024px) {
  .modal .modal_cont {
    width: 100%;
  }
  .modal .modal_cont_title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal {
    width: 95%;
  }
  .modal_close_btn {
    top: 15px;
    right: 6.5%;
  }
  .modal_close_btn::before, .modal_close_btn::after {
    width: 4px;
    height: 20px;
  }
  .modal_close p::before {
    top: 0;
  }
  .modal_cont {
    padding: 40px 20px;
  }
  .modal_cont_title {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .modal_cont table tr, .modal_cont table th, .modal_cont table td {
    display: block;
    width: 100%;
  }
  .modal_cont table th {
    padding: 9px 10px 8px;
    font-size: 1.4rem;
  }
}

/* effect */
.effect-fade, .effect-fadeUp {
  opacity: 0;
  transition: all 2s;
  transition-duration: 2s;
}
.effect-fade.effect-scroll, .effect-fadeUp.effect-scroll {
  opacity: 1;
}

.effect-fadeUp {
  transform: translate(0, 50px);
}
.effect-fadeUp.effect-scroll {
  transform: translate(0, 0);
}

/* animation */
@keyframes iconFadeOut {
  0% {
    opacity: 0.7;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
  }
  100% {
    opacity: 0;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0));
  }
}
@-webkit-keyframes iconFadeOut {
  0% {
    opacity: 0.7;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
  }
  100% {
    opacity: 0;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0));
  }
}
/* checkbox */
.checkBtn_wrap {
  padding: 20px;
  border: 2px solid #1ba1e2;
  background-color: #fff;
  text-align: center;
}
.checkBtn_wrap .checkBtn_text {
  font-size: 1.3rem;
}
.checkBtn_wrap .checkBtn_area {
  max-width: 400px;
  margin: 0 auto 10px;
  padding: 20px 0;
  border-radius: 5px;
  background-color: rgba(27, 161, 226, 0.5);
  transition-duration: 0.2s;
}
.checkBtn_wrap label {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #222;
  font-size: 1.7rem;
  transition-duration: 0.3s;
  cursor: pointer;
}
.checkBtn_wrap label .checkBtn_inner {
  padding-left: 35px;
}
.checkBtn_wrap label .checkBtn_inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #333;
  content: "";
}
.checkBtn_wrap label input {
  position: relative;
  z-index: -1;
}
.checkBtn_wrap._check .checkBtn_area {
  background-color: #1ba1e2;
}
.checkBtn_wrap._check .checkBtn_area .checkBtn_inner {
  color: #fff;
}
.checkBtn_wrap._check label .checkBtn_inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 10px;
  border-top: 6px solid #d70000;
  border-right: 6px solid #d70000;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .checkBtn_wrap {
    padding: 20px 15px;
  }
  .checkBtn_wrap .checkBtn_text {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .checkBtn_wrap label {
    font-size: 1.5rem;
  }
  .checkBtn_wrap label .checkBtn_inner {
    padding-left: 30px;
  }
  .checkBtn_wrap label .checkBtn_inner::before {
    width: 18px;
    height: 18px;
  }
  .checkBtn_wrap._check label .checkBtn_inner::after {
    width: 17px;
    height: 8px;
    border-top-width: 5px;
    border-right-width: 5px;
  }
}

/* checkbox btn */
.btnArea {
  max-width: 400px;
  margin: 30px auto 0;
  position: relative;
}
.btnArea input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
  transition-duration: 0.3s;
  box-sizing: border-box;
  appearance: none;
  cursor: default;
}
.btnArea._check input[type=submit] {
  z-index: -1;
}
.btnArea._check .el_btn {
  background-color: #0b3182;
}
.btnArea .el_btn {
  position: relative;
  background-color: rgba(11, 49, 130, 0.5);
}

/* オプション */
.boxItem dd p.el_desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.boxItem + .el_bottom {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.el_fee {
  font-size: 1.6rem;
  text-align: center;
}
.el_fee strong {
  position: relative;
  bottom: -1px;
  padding: 0 3px;
  color: #d70000;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
}

.tableItem {
  width: 100%;
  border: 3px solid #ccc;
}
.tableItem th, .tableItem td {
  padding: 16px 10px 15px;
  border: 2px solid #ccc;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
.tableItem .is-low th, .tableItem .is-low td {
  padding: 12px 10px 11px;
  font-size: 95%;
}
.tableItem .is-bg {
  background-color: rgba(27, 161, 226, 0.05);
  color: #1ba1e2;
}
.tableItem .is-bg th, .tableItem .is-bg td {
  background-color: rgba(27, 161, 226, 0.05);
  color: #1ba1e2;
}
.tableItem .is-tnc {
  background-color: rgba(242, 148, 26, 0.1) !important;
  color: #f2941a;
}
.tableItem thead th {
  border-right: 2px solid #fff;
  background-color: rgba(27, 161, 226, 0.8);
  color: #fff;
  text-shadow: 0 0 3px #1ba1e2, 0 0 3px #1ba1e2;
}
.tableItem tbody th {
  background-color: rgba(27, 161, 226, 0.2);
}
.tableItem tbody td strong {
  padding-right: 3px;
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
}
.tableItem.is-simple th, .tableItem.is-simple td {
  padding: 10px;
}
.tableItem.is-simple thead th {
  text-shadow: none;
}
.tableItem.is-simple tbody td strong {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .tableItem {
    margin-left: auto;
    margin-right: auto;
  }
  .tableItem:not(.is-expand) {
    max-width: 768px;
  }
  .tableItem th, .tableItem td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tableItem th, .tableItem td {
    font-size: 1.4rem;
  }
  .tableItem.is-responsive thead {
    display: none;
  }
  .tableItem.is-responsive tbody th, .tableItem.is-responsive tbody td {
    display: block;
    width: 100%;
    text-align: right;
  }
  .tableItem.is-responsive tbody th::before, .tableItem.is-responsive tbody td::before {
    display: inline-block;
    float: left;
    content: attr(aria-label);
  }
  .tableItem.is-responsive tbody th {
    text-align: center;
  }
}

.tableWrap {
  position: relative;
  width: 100%;
}
.tableWrap_tab {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.tableWrap_tab li {
  display: inline-block;
  padding: 16px;
  border-radius: 5px 5px 0 0;
  background-color: #ddd;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}
.tableWrap_tab li.is-current {
  background-color: #1ba1e2;
}
.tableWrap_tab.is-2col li {
  width: 49%;
}
.tableWrap_tab.is-3col li {
  width: 32.5%;
}
.tableWrap_cont {
  display: none;
}
.tableWrap_cont:first-of-type {
  display: block;
}
@media screen and (min-width: ) {
  .tableWrap {
    margin-left: auto;
    margin-right: auto;
  }
  .tableWrap:not(.is-expand) {
    max-width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .js-scrollable {
    overflow: auto;
    overflow-y: hidden !important;
    white-space: nowrap;
  }
  .js-scrollable::-webkit-scrollbar {
    height: 5px;
  }
  .js-scrollable::-webkit-scrollbar-track {
    background-color: #f8f8f8;
  }
  .js-scrollable::-webkit-scrollbar-thumb {
    background-color: #999;
  }
}

/* screen size */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
/* margin */
.mgt0 {
  margin-top: 0px;
}

.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt45 {
  margin-top: 45px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt55 {
  margin-top: 55px;
}

.mgt60 {
  margin-top: 60px;
}

.mgt65 {
  margin-top: 65px;
}

.mgt70 {
  margin-top: 70px;
}

.mgt75 {
  margin-top: 75px;
}

.mgt80 {
  margin-top: 80px;
}

.mgt85 {
  margin-top: 85px;
}

.mgt90 {
  margin-top: 90px;
}

.mgt95 {
  margin-top: 95px;
}

.mgt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mgt20 {
    margin-top: calc((20px) - 8px);
  }
  .mgt25 {
    margin-top: calc((25px) - 8px);
  }
  .mgt30 {
    margin-top: calc((30px) - 8px);
  }
  .mgt35 {
    margin-top: calc((35px) - 8px);
  }
  .mgt40 {
    margin-top: calc((40px) - 8px);
  }
  .mgt45 {
    margin-top: calc((45px) - 8px);
  }
  .mgt50 {
    margin-top: calc((50px) - 8px);
  }
}
.mgb0 {
  margin-bottom: 0px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb55 {
  margin-bottom: 55px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgb65 {
  margin-bottom: 65px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgb75 {
  margin-bottom: 75px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgb85 {
  margin-bottom: 85px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgb95 {
  margin-bottom: 95px;
}

.mgb100 {
  margin-bottom: 100px;
}

.mgb8 {
  margin-bottom: 8px;
}

.mgb16 {
  margin-bottom: 16px;
}

.mgb24 {
  margin-bottom: 24px;
}

.mgb32 {
  margin-bottom: 32px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb48 {
  margin-bottom: 48px;
}

.mgb56 {
  margin-bottom: 56px;
}

.mgb64 {
  margin-bottom: 64px;
}

.mgb72 {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .mgb20 {
    margin-bottom: calc((20px) - 8px);
  }
  .mgb25 {
    margin-bottom: calc((25px) - 8px);
  }
  .mgb30 {
    margin-bottom: calc((30px) - 8px);
  }
  .mgb35 {
    margin-bottom: calc((35px) - 8px);
  }
  .mgb40 {
    margin-bottom: calc((40px) - 8px);
  }
  .mgb45 {
    margin-bottom: calc((45px) - 8px);
  }
  .mgb50 {
    margin-bottom: calc((50px) - 8px);
  }
}
.mgl0 {
  margin-left: 0px;
}

.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl45 {
  margin-left: 45px;
}

.mgl50 {
  margin-left: 50px;
}

.mgr0 {
  margin-right: 0px;
}

.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr45 {
  margin-right: 45px;
}

.mgr50 {
  margin-right: 50px;
}

/* padding */
.pdt0 {
  padding-top: 0px;
}

.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb0 {
  padding-bottom: 0px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdl0 {
  padding-left: 0px;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdr0 {
  padding-right: 0px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

/* font size */
.is-fntXL {
  font-size: 1.3em !important;
}

.is-fntL {
  font-size: 1.2em !important;
}

.is-fntS {
  font-size: 0.95em !important;
}

.is-fntXS {
  font-size: 0.8em !important;
}

/* layout */
.align-left {
  text-align: left;
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block;
}

.disp-inline-block {
  display: inline-block;
}

.disp-flex {
  display: flex;
}

.disp-inline-flex {
  display: inline-flex;
}

.disp-table {
  display: table;
}

.disp-none {
  display: none;
}

/* other */
.is-bold {
  font-weight: bold;
}

.is-attn {
  color: #d70000;
}

.is-em {
  color: #0b3182;
}

/* header
============================================================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.header::before {
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #fff;
  content: "";
}
.header_inner {
  width: 100%;
}
.header_logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.8rem;
}
.header_logo img {
  width: auto;
  height: 38px;
  margin-right: 16px;
}
.header_globalNav_list li {
  font-size: 1.3rem;
}
.header_globalNav_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_localNav {
  display: block;
}
.header_localNav_list {
  width: 100%;
}
.header_localNav_list li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
}
.header_localNav_list li a {
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header::before {
    height: 64px;
  }
  .header_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1000px;
    height: 64px;
    margin: auto;
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .header_logo span {
    display: inline-block;
    min-width: 105px;
  }
}
@media screen and (min-width: 768px) {
  .header_globalNav {
    display: inline-block;
    text-align: right;
  }
  .header_globalNav .el_navBtn {
    display: none;
  }
  .header_globalNav_list li {
    display: inline-block;
    position: relative;
    font-weight: 500;
  }
  .header_globalNav_list li a {
    padding: 0 10px;
    color: #222;
  }
  .header_globalNav_list li a:hover {
    text-decoration: underline;
  }
  .header_globalNav_list li:not(.is-top):not(:last-child)::after {
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 12px;
    margin: auto;
    background-color: #ddd;
    content: "";
  }
  .header_globalNav_list li.is-top {
    display: block;
    margin-bottom: 8px;
  }
  .header_globalNav_list li.is-top a {
    display: inline-block;
  }
  .header_globalNav_list li.is-top a::before {
    display: inline-block;
    margin-right: 5px;
    font-family: "Material Icons";
    content: "home";
  }
  .header_localNav {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  .header_localNav::before {
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    z-index: -1;
    width: 100vw;
    height: 60px;
    margin-left: 50%;
    margin-right: 50%;
    background-color: #0b3182;
    content: "";
  }
  .header_localNav .el_localNav_btn {
    display: none;
  }
  .header_localNav_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: space-around;
    justify-content: space-around;
    height: 60px;
  }
  .header_localNav_list li {
    display: inline-block;
  }
  .header_localNav_list li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    background-color: #0b3182;
  }
  .header_localNav_list li a:hover {
    background-color: #ec6c00;
    opacity: 1;
  }
  .header_localNav_list li:not(:last-child)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 28px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
  }
  .header_localNav_list.is-4menu li {
    width: 25%;
  }
  .header_localNav_list.is-5menu li {
    width: 20%;
  }
  .header_localNav_list.is-6menu li {
    width: 16.6666666667%;
  }
  .header_localNav_list.is-7menu li {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 767px) {
  .header::before {
    height: 60px;
  }
  .header_inner {
    height: 60px;
    padding: 0 16px;
  }
  .header_logo {
    height: 100%;
  }
  .header_logo img {
    height: 36px;
  }
  .header_globalNav .el_navBtn {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 13;
    width: 56px;
    height: 56px;
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
  }
  .header_globalNav .el_navBtn span {
    position: absolute;
    left: 20px;
    width: 20px;
    height: 2px;
    background-color: #222;
    transition: all 0.3s;
  }
  .header_globalNav .el_navBtn span:nth-of-type(1) {
    top: 19px;
  }
  .header_globalNav .el_navBtn span:nth-of-type(2) {
    top: 27px;
  }
  .header_globalNav .el_navBtn span:nth-of-type(3) {
    bottom: 19px;
  }
  .header_globalNav .el_navBtn.active {
    background: none;
  }
  .header_globalNav .el_navBtn.active span {
    background-color: #fff;
  }
  .header_globalNav .el_navBtn.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .header_globalNav .el_navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header_globalNav .el_navBtn.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .header_globalNav_list {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    z-index: 12;
    padding: 80px 24px 120px 24px;
    background-color: rgba(51, 51, 51, 0.9);
    transition: transform 400ms cubic-bezier(0.08, 0.75, 0.49, 0.96), -webkit-transform 400ms cubic-bezier(0.08, 0.75, 0.49, 0.96);
    transform: translateX(100%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header_globalNav_list li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 1.6rem;
    text-align: left;
  }
  .header_globalNav_list li a {
    display: block;
    position: relative;
    padding: 20px 10px;
    color: #fff;
  }
  .header_globalNav_list li a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 30px;
    margin: auto;
    font-family: "Material Icons";
    font-size: 3rem;
    content: "chevron_right";
  }
  .header_globalNav.active {
    width: 100%;
  }
  .header_globalNav.active .header_globalNav_list {
    transform: translateX(0);
  }
  .header_localNav {
    position: relative;
  }
  .header_localNav .el_localNav_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #0b3182;
    color: #fff;
    font-size: 1.8rem;
    line-height: 48px;
    cursor: pointer;
  }
  .header_localNav .el_localNav_btn::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 30px;
    font-family: "Material Icons";
    font-size: 3rem;
    content: "expand_more";
  }
  .header_localNav .el_localNav_btn.active::after {
    content: "expand_less";
  }
  .header_localNav_list {
    display: none;
    position: absolute;
    top: 48px;
    z-index: 1;
    width: 100%;
    padding: 10px 24px;
    border-top: 1px solid #fff;
    background-color: rgba(11, 49, 130, 0.9);
  }
  .header_localNav_list li {
    font-size: 1.6rem;
    text-align: left;
  }
  .header_localNav_list li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 12px;
  }
  .header_localNav_list li a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 30px;
    font-family: "Material Icons";
    font-size: 3rem;
    content: "chevron_right";
  }
  .header_localNav_list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
}

/* footer
============================================================================= */
.footer {
  background-color: #f8f8f8;
}
.footer_inner {
  margin: auto;
}
.footer_copy dt {
  font-size: 1.8rem;
}
.footer_copy dd {
  font-size: 1.2rem;
  font-weight: 400;
}
.footer_copy dd::before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Material Icons";
  vertical-align: bottom;
  content: "copyright";
}
.footer_nav {
  display: inline-block;
  overflow: hidden;
}
.footer_nav li {
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
}
.footer_nav li a {
  padding: 0 10px;
}
.footer_nav li:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 9px;
  margin: auto;
  background-color: #ccc;
  content: "";
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 16px;
  }
  .footer_inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1000px;
  }
  .footer_copy dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: auto;
    padding: 32px 12px;
  }
  .footer_inner {
    text-align: center;
  }
  .footer_copy {
    margin-bottom: 16px;
  }
  .footer_copy dt {
    margin-bottom: 16px;
  }
}

/* レイアウト
============================================================================= */
main {
  display: block;
  padding-top: 124px;
  text-align: center;
}
main .is-accent {
  color: #d70000;
}
@media screen and (max-width: 1000px) {
  main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 108px;
  }
}

/* メインイメージ */
.l-mv {
  position: relative;
  width: 100%;
  background: none;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}
.l-mv::before {
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  width: 100vw;
  margin-left: 50%;
  margin-right: 50%;
  background-color: rgba(11, 49, 130, 0.06);
  content: "";
}
.l-mv .cmn-mvTitle {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.l-mv .cmn-mvTitle img {
  display: inline-block;
  width: auto;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .l-mv {
    max-width: 1000px;
    height: 350px;
    margin: auto;
    background-image: url("../images/img_mainImage_202207_pc.png");
    background-size: 1000px 350px;
  }
  .l-mv::before {
    height: 350px;
  }
  .l-mv .cmn-mvTitle {
    top: 28px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-mv {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-image: url("../images/img_mainImage_202207_sp.png");
    background-size: cover;
  }
  .l-mv::before {
    height: 400px;
  }
  .l-mv .cmn-mvTitle {
    top: 24px;
    font-size: 2rem;
  }
}

/* 下層のページタイトル */
.l-pageTitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  left: -50vw;
  right: -50vw;
  width: 100vw;
  margin-left: 50%;
  margin-right: 50%;
  background-color: rgba(11, 49, 130, 0.07);
}
.l-pageTitle .cmn-pageTitle {
  display: inline-block;
  position: relative;
  top: -16px;
}
.l-pageTitle .cmn-pageTitle::after {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 3px;
  margin: auto;
  background-color: #0b3182;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-pageTitle {
    height: 180px;
  }
  .l-pageTitle .cmn-pageTitle {
    font-size: 2.7rem;
  }
  .l-pageTitle .cmn-pageTitle::after {
    width: 52px;
  }
}
@media screen and (max-width: 767px) {
  .l-pageTitle {
    height: 130px;
  }
  .l-pageTitle .cmn-pageTitle {
    top: -12px;
    font-size: 2.2rem;
  }
  .l-pageTitle .cmn-pageTitle::after {
    width: 48px;
    bottom: -24px;
  }
}

/* セクション */
.l-section {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  text-align: center;
}
.l-section .cmn-sectionTitle {
  border-radius: 5px 5px 0 0;
}
.l-section:not(.cvSec-lg):not(.cvSec-md) .cmn-sectionTitle {
  border-bottom: 3px solid #ec6c00;
  background-color: #f8f8f8;
  text-align: left;
}
.l-section.cvSec-lg .cmn-sectionTitle {
  background-color: #ec6c00;
  color: #fff;
  text-align: center;
}
.l-section.cvSec-lg .cvCont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-section {
    max-width: 1000px;
    margin-bottom: 32px;
  }
  .l-section:not(.cvSec-lg):not(.cvSec-md) .cmn-sectionTitle {
    height: 56px;
    padding: 0 24px;
    font-size: 2rem;
    line-height: 56px;
  }
  .l-section.cvSec-lg .cmn-sectionTitle {
    height: 60px;
    font-size: 2.4rem;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 24px;
  }
  .l-section:not(.cvSec-lg):not(.cvSec-md) .cmn-sectionTitle {
    height: 48px;
    padding: 0 16px;
    font-size: 1.7rem;
    line-height: 48px;
  }
  .l-section.cvSec-lg .cmn-sectionTitle {
    height: 50px;
    font-size: 1.8rem;
    line-height: 50px;
  }
}

/* セクション内のコンテンツ */
.l-cont {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.l-cont .cmn-contTitle {
  display: block;
}
.l-cont .cmn-contTitle::before {
  display: inline-block;
  width: 6px;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #0b3182;
  vertical-align: bottom;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-cont {
    padding: 40px;
  }
  .l-cont .cmn-contTitle {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .l-cont .cmn-contTitle::before {
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont {
    padding: 32px 24px;
  }
  .l-cont .cmn-contTitle {
    margin-bottom: 16px;
    font-size: 1.5rem;
    text-align: left;
  }
  .l-cont .cmn-contTitle::before {
    height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .l-cont {
    padding: 30px 15px;
  }
}