@charset "UTF-8";
/*
 *
 * 太字
 *
 */
/*
 *
 * Helvetica
 *
 */
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, em, 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 {
    background: transparent;
    border: 0;
    color: #333;
    font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.66667;
}

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, em, 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 {
    font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, main, 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 {
    background: transparent;
    color: #333;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    vertical-align: baseline;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

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;
    width: 100%;
}

button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

button:focus, input:focus, select:focus, textarea:focus {
    outline-style: none;
}

input, select {
    vertical-align: middle;
}

select::-ms-expand {
    display: none;
}

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

.ib {
  display: inline-block;
  color: inherit !important;
  margin: auto !important;
  padding: 0 !important;
  text-decoration: none !important;
  font-size: 100%;
}

.top-desc {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.els {
    text-align: center;
    padding-bottom: 50px;
}

.els img {
    width: 300px;
}

.step_img {
    text-align: center;
}

.movie {
    margin: 0 auto;
    text-align: center;
    margin: 80px 0;
}
@media (max-width: 939px) {
  iframe {
    width: calc(100vw - 80px);
    height: calc(56.25vw - 45px);
  }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

small {
    font-size: 1.2rem;
}

sup {
    font-size: 1.2rem;
    vertical-align: top;
}

sub {
    font-size: 1.2rem;
    vertical-align: baseline;
}

main {
    display: block;
}

*, * ::before, * ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

svg {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

/*
 * margin
 */
.m-0 {
    margin: 0 !important;
}

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

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

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

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

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

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

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

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

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

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

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

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

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

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

/*
 * padding
 */
.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

/*
 * font-weight
 */
.fw-bold {
    font-weight: bold !important;
}

/*
 * text-align
 */
.ta-center {
    text-align: center !important;
}

.ta-left {
    text-align: left !important;
}

.ta-right {
    text-align: right !important;
}

.c-fixednav {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 -3px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -3px 18px rgba(0, 0, 0, 0.08);
    left: 0;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.c-fixednav .c-btn-group-wrap {
    margin-top: 0;
}

.c-fixednav .c-btn {
    padding-bottom: 11px;
    padding-top: 15px;
}

.c-fixednav .c-btn span {
    font-size: 1.6rem;
}

.l-footer {
    border-top: 1px solid #fcc800;
}

.l-footer .l-footer-wrap {
    background: #f5f5f5;
    padding: 0 40px;
}

.l-footer .l-footer__inr {
    margin: 0 auto;
    max-width: 1200px;
}

.l-footer .nav {
    border-bottom: 1px solid #ddd;
    padding-bottom: 38px;
    padding-top: 42px;
}

.l-footer .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
}

.l-footer .nav .nav__item {
    margin-top: 10px;
}

.l-footer .nav .nav__item:not(:last-child) {
    margin-right: 5%;
}

.l-footer .nav .nav__item .c-icon--arrow-r {
    height: 8.7px;
    margin-top: -4.3px;
    min-height: 8.7px;
    min-width: 5.8px;
    width: 5.8px;
}

.l-footer .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24.4px 0 25.8px;
}

.l-footer .utility .l-footer-company__logo {
    background: url(http://mspnet.co.jp/common/img/layouts/logo_company.png) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    height: 0;
    margin-right: 46.5px;
    padding-top: 33.31px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 261px;
}

.l-footer .utility ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
}

.l-footer .utility ul a {
    text-decoration: underline;
}

.l-footer .l-footer-copy {
    padding: 23px 40px 19px;
    text-align: center;
}

.enefuri-header {
  text-align: center;
  margin-top: 10px;
}
.enefuri-header img {
  max-width: 80vw;
  position: relative;
}

.l-header {
    background: #fffae6;
    padding: 30px;
    text-align: center;
}

.l-header .l-header__inr {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 40px;
}

.l-header .l-header-company {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 9px;
}

.l-header .l-header-company__logo {
    height: 0;
    margin: 0;
    padding-top: 25.53px;
}

.l-header .l-header-company__logo img {
    width: 30%;
    height: auto;
}

.l-header .l-header-site {
    background: #fff;
    border-bottom: 2px solid #fcc800;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 10px 0 11px;
}

.l-header .l-header-site .l-header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-header .l-header-site__logo {
    background: url(http://mspnet.co.jp/common/img/layouts/logo_site.png) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    height: 0;
    margin: 9px 23px 8px 0;
    padding-top: 22px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 187px;
}

.l-header .l-header-site .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-header .l-header-site .l-header__nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.l-header .l-header-site .l-header__nav .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .nav ul > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .nav ul > * :not(:last-child) {
    position: relative;
}

.l-header .l-header-site .l-header__nav .nav ul > * :not(:last-child)::after {
    background: #eee;
    content: '';
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.l-header .l-header-site .l-header__nav .nav ul a {
    margin-top: 2px;
}

.l-header .l-header-site .l-header__nav .nav ul a span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
}

.l-header .l-header-site .l-header__nav .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
}

.l-header .l-header-site .l-header__nav .utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .utility ul > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .utility .login a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    position: relative;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .utility .login a .c-icon--login {
    height: 16.5px;
    left: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 16.5px;
}

.l-header .l-header-site .l-header__nav .utility .login a span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2px 0 0 54px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .utility .menu {
    background: #555;
    height: 60px;
    width: 60px;
}

.l-header .l-header-site .l-header__nav .utility .menu a {
    padding: 12.3px 0 8.5px 0;
    text-align: center;
    width: 100%;
}

.l-header .l-header-site .l-header__nav .utility .menu a i {
    background: #fff;
    display: block;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

.l-header .l-header-site .l-header__nav .utility .menu a i:not(:last-of-type) {
    margin-bottom: 7px;
}

.l-header .l-header-site .l-header__nav .utility .menu a span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.l-header .l-header-site.js-fixed-nav.is-fixed {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.l-header .c-main-nav {
    background: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
}

.l-header .c-main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-header .c-main-nav .c-main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
}

.l-header .c-main-nav .c-main-nav__item:not(:last-child) {
    border-right: 2px solid #fff;
    width: 30%;
}

.l-header .c-main-nav .c-main-nav__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 5px;
    width: 100%;
}

.l-header .c-main-nav .c-main-nav__item span {
    font-size: 1.2rem;
}

.l-header .c-main-nav .c-main-nav__item .c-icon--arrow-r {
    fill: #333;
    height: 7.9px;
    margin: 0 0 0 7px;
    min-height: 7.9px;
    min-width: 5.2px;
    width: 5.2px;
}

.c-box-outline {
    margin-top: 80px;
    padding: 30px;
    border: 1px solid #ccc;
}

.c-box-outline > * :first-child {
    margin-top: 0;
}

.c-box-outline > * :last-child {
    margin-bottom: 0;
}

.c-box-outline .c-box__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
}

.c-box-outline .c-box__ttl + * {
    margin-top: 30px;
}

/*
 *
 * ページ上部へ戻るボタン
 *
 */
.p-pagetop {
    display: none;
    position: relative;
}

.p-pagetop.is-fixed {
    position: fixed;
    bottom: 118px;
    right: 40px;
    z-index: 5;
}

.l-contents + .p-pagetop.is-fixed {
    bottom: calc(118px - 84px);
}

.p-pagetop .c-btn-pagetop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(51, 51, 51, 0.85);
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 54px;
}

.p-pagetop .c-btn-pagetop::after {
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    display: inline-block;
    height: 16px;
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 16px;
}

/*
 *
 * ボタン
 *
 */
.c-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 32px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 376px;
    padding: 16px 10px 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.c-btn span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    width: 100%;
}

.c-btn--primary {
    background: #fcc800;
    border: 2px solid #fcc800;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.c-btn--secondary {
    background: #59a2c2;
    border: 2px solid #59a2c2;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.c-btn--line-info {
    background: #00b050;
    border: 2px solid #00b050;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.c-btn--secondary span {
    color: #fff;
}

.c-btn--line-info span {
    color: #fff;
}

.c-btn--outline {
    background: #fff;
    border: 2px solid #fcc800;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    padding: 12.5px 10px 9.5px;
}

.c-btn--outline > * {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.c-btn--outline span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 25px;
}

.c-btn--outline.c-btn--disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #aaa;
    background: #fff;
}

.c-btn--outline.c-btn--disabled span {
    color: #aaa;
}

.c-btn--outline.c-btn--disabled:hover {
    opacity: 1;
}

.c-btn--outline.c-btn--disabled:hover span {
    opacity: 1;
    color: #aaa;
}

.c-btn--disabled {
    background: #ddd;
    border: 2px solid #ddd;
    cursor: default;
    pointer-events: none;
}

.c-btn--disabled span {
    color: #666;
}

.c-btn--icon {
    padding-left: 30px;
    padding-right: 30px;
}

.c-btn--icon .c-icon {
    margin-right: 0;
    position: absolute;
}

.c-btn--icon span {
    padding: 0 25px;
}

.c-btn--icon.c-btn--outline .c-icon--arrow-l {
    fill: #333;
    margin-top: -5px;
    left: 24px;
    top: 50%;
    width: 7px;
    height: 10.5px;
}

.c-btn--icon.c-btn--outline .c-icon--arrow-r {
    fill: #333;
    margin-top: -5px;
    right: 24px;
    top: 50%;
}

.c-btn--icon.c-btn--outline .c-icon--blank {
    fill: #333;
    margin-top: -4px;
    right: 24px;
    top: 50%;
}

.c-btn--l {
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 273px;
    padding: 21.8px 10px 19px;
}

.c-btn--l .c-icon {
    position: static;
    margin-bottom: 18.3px;
}

.c-btn--l span {
    padding: 0;
}

.c-btn--l.js-page-anchor::after {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    bottom: 9px;
    content: '';
    display: inline-block;
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 13px;
    z-index: 0;
}

.c-btn-group-wrap {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

.c-btn-group-wrap .c-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -18px;
    margin-right: -18px;
    text-align: center;
}

.c-btn-group-wrap .c-btn-group > * {
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 376px;
    width: 100%;
}

.c-btn-group-wrap + .c-btn-group-wrap {
    margin-top: 28px;
}

.c-btn-group-wrap.c-btn--l-group-wrap {
    max-width: 582px;
}

.c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group > * {
    max-width: 273px;
}

/*
 *
 * お問い合わせ
 *
 */
.l-contents__contact {
    background: #fffae6;
    margin: 0 calc(-50vw + 50%);
    padding: 0 40px　40px;
}

.l-contents__contact .l-contents__inr {
    max-width: 994px !important;
}



.l-contents__contact .c-contact-heading .c-contact-heading__inr {
    padding: 20px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-contents__contact .c-contact-heading .c-contact-heading__inr picture {
    margin-right: 20px;
    min-width: 70px;
}

.l-contents__contact .c-contact-heading .c-contact-heading__inr .c-contact-heading__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

.l-contents__contact .c-contact__head {
    margin-bottom: 33.5px;
}

.l-contents__contact .c-contact__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-contents__contact .c-contact__ttl span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-left: 15px;
}

.l-contents__contact .c-contact--web {
    background: #fff;
    height: 100%;
    padding: 32.5px 30px 46px;
    text-align: center;
}

.l-contents__contact .c-contact--web .c-contact__foot {
    padding-top: 46px;
}

.l-contents__contact .c-contact--web .c-contact__foot .c-btn-group-wrap {
    margin-top: 0;
}

.l-contents__contact .c-contact--tel {
    background: #fff;
    height: 100%;
    padding: 32.5px 30px 46px;
    text-align: center;
}

.l-contents__contact .c-contact--tel a {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #59a2c2;
    line-height: 1;
}

.l-contents__contact .c-contact--tel .c-contact__foot div {
    border-top: 1px dashed #ccc;
    line-height: 1.8;
    margin-top: 14px;
    padding-top: 21px;
}

.l-contents__contact .c-contact--tel .c-contact__foot div p:first-child {
    margin-bottom: 10px;
}

#wrapper {
    overflow: hidden;
}

.l-contents {
    padding: 0 40px;
}

.l-contents__inr {
    margin: 0 auto;
    max-width: 994px;
}

.l-contents__ylw {
    background: #fffae6;
    margin: 0 calc(-50vw + 50%);
}

.c-horizontal-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -36px;
  }

.c-horizontal-group > * {
    padding-left: 36px;
}

.c-horizontal-group .c-horizontal-group {
    margin-left: 0;
}

.c-horizontal-group .c-horizontal-group > * :first-child {
    padding-left: 0;
}

.c-horizontal-group[data-col='1'] > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}

.c-horizontal-group[data-col='2'] > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
}
.c-horizontal-group[data-col='2'] > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
}

.c-horizontal-group[data-col='3'] > * {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
    width: 33.3%;
}

.c-horizontal-group[data-col='4'] > * {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
}

.c-horizontal-group img {
   width: 100%;
}

#charmBox01 .c-horizontal-group {
  width: 100%;
  margin-left: auto;
}
#charmBox01 .charmBox1_inner {
  text-align: center;
}


.step {
    margin-bottom: 60px;
}

/*
 *
 * SPナビのoverlay
 *
 */
.js-nav-overlay {
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
}

/*
 *
 * SPナビ表示時
 *
 */
body.is-open {
    height: 100%;
    overflow: hidden;
}

.l-contents__faq {
    padding-bottom: 74px;
}

.l-contents__faq > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 994px;
}

.l-contents__faq .c-faq-item {
    border: 2px solid #fcc800;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
}

.l-contents__faq .c-faq-item:last-child {
    margin-bottom: 24px;
}

.l-contents__faq .c-faq__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.6;
}

.l-contents__faq .c-faq-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-contents__faq .c-faq-item__head::before {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fcc800;
    color: #fff;
    content: 'Q';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    min-width: 48px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 48px;
}

.l-contents__faq .c-faq-item__head .c-faq__txt {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 12px 40px 9px 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-contents__faq .c-faq-item__head .c-faq__txt::before, .l-contents__faq .c-faq-item__head .c-faq__txt::after {
    border-top: 3px solid #333;
    content: '';
    display: inline-block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    top: 50%;
    width: 16px;
}

.l-contents__faq .c-faq-item__head .c-faq__txt::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.l-contents__faq .c-faq-item__head .c-faq__txt::after {
    margin-top: 1px;
}

.l-contents__faq .c-faq-item__head.is-open .c-faq__txt::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.l-contents__faq .c-faq-item__foot {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-contents__faq .c-faq-item__foot::before {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #59a2c2;
    content: 'A';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-top: 22px;
    min-width: 48px;
    width: 48px;
}

.l-contents__faq .c-faq-item__foot .c-faq__txt {
    padding: 25px 20px 22px 0;
}

.c-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-form-group > * {
    -ms-flex-preferred-size: 376px;
    flex-basis: 376px;
}

.c-form-group--2 > * {
    -ms-flex-preferred-size: calc(50% - 18px);
    flex-basis: calc(50% - 18px);
}

.c-form-group--2 > * :first-child {
    margin-right: 36px;
}

.c-form-label {
    margin: 30px 0 10px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
}

.c-form-text {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 48px;
}

.c-form-text::-webkit-input-placeholder {
    color: #aaa;
}

.c-form-text::-moz-placeholder {
    color: #aaa;
}

.c-form-text:-ms-input-placeholder {
    color: #aaa;
}

.c-form-text::-ms-input-placeholder {
    color: #aaa;
}

.c-form-text::placeholder {
    color: #aaa;
}

.c-form-text:-ms-input-placeholder {
    color: #aaa;
}

.c-form-text[disabled] {
    background: #f5f5f5;
    border-color: #ddd;
}

.c-form-text--inline:not(:first-child) {
    margin-left: 10px;
    margin-right: 10px;
}

.c-form-text--inline:first-child {
    margin-right: 10px;
}

.c-form-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.c-form-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 6px solid #59a2c2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.c-form-select select {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0 35px 0 20px;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 48px;
    cursor: pointer;
}

.c-form-select--inline {
    display: inline;
    margin-right: 10px;
}

.c-form-select--inline select {
    display: inline;
}

.c-form-radio {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
    line-height: 48px;
    cursor: pointer;
}

.c-form-radio input {
    position: absolute;
    left: -20px;
}

.c-form-radio input + span {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0 35px 0 60px;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    font-size: 1.6rem;
    line-height: 48px;
}

.c-form-radio input + span::before, .c-form-radio input + span::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
    border-radius: 100%;
}

.c-form-radio input + span::before {
    left: 20px;
    width: 28px;
    height: 28px;
    border: 1px solid #333;
    background: #fff;
}

.c-form-radio input:checked + span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
}

.c-form-radio input:checked + span::after {
    left: 24px;
    width: 20px;
    height: 20px;
    background: #59a2c2;
}

.c-form-radio--inline {
    margin-left: 5px;
    margin-right: 5px;
}

.c-form-checkbox {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 48px;
    font-size: 1.6rem;
    line-height: 48px;
}

.c-form-checkbox input {
    position: absolute;
    left: -20px;
}

.c-form-checkbox input + span {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0 0 0 38px;
    background: #fff;
    font-size: 1.4rem;
    line-height: 48px;
}

.c-form-checkbox input + span::before, .c-form-checkbox input + span::after {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    content: "";
}

.c-form-checkbox input + span::before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #333;
    background: #fff;
    border-radius: 6px;
}

.c-form-checkbox input:checked + span::after {
    top: 16px;
    left: 6px;
    width: 16px;
    height: 10px;
    border-left: 3px solid #59a2c2;
    border-bottom: 3px solid #59a2c2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-form-checkbox--inline {
    margin-left: 5px;
    margin-right: 5px;
}

.c-form-error {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #ef0000;
}

.c-form-error--all {
    margin-top: 50px;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
}

.c-heading-1 {
    margin: 30px 0 38px;
    padding-top: 50px;
    background: url(http://mspnet.co.jp/common/img/icon/light.svg) no-repeat 50% 0;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}

.c-heading-2 {
    margin-bottom: 40px;
    padding-bottom: 13px;
    border-bottom: 2px solid #CCCCCC;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1em;
}

.c-heading-3 {
    margin-bottom: 30px;
    padding-bottom: 13px;
    border-bottom: 2px dotted #CCCCCC;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1em;
}

.c-charm-heading .c-charm-heading__inr {
    text-align: center;
}

.c-charm-heading .c-charm-heading__inr .c-charm__unit {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #59a2c2;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-charm-heading .c-charm-heading__inr .c-charm__unit span {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #59a2c2;
  vertical-align: middle;
}

.c-charm-heading .c-charm-heading__inr .c-charm__unit picture {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.c-charm-heading .c-charm-heading__inr .c-charm__unit::before, .c-charm-heading .c-charm-heading__inr .c-charm__unit::after {
    background: #59a2c2;
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 23px;
}

.c-charm-heading .c-charm-heading__inr .c-charm__unit::before {
    left: 0;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}

.c-charm-heading .c-charm-heading__inr .c-charm__unit::after {
    right: 0;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.c-icon {
    display: inline-block;
    vertical-align: middle;
}

.c-icon--arrow-r {
    fill: #59a2c2;
    height: 11.4px;
    margin-right: 12.5px;
    min-height: 11.4px;
    min-width: 7.5px;
    width: 7.5px;
}

.c-icon--web {
    position: relative;
}

.c-icon--web::before {
    background: url(http://mspnet.co.jp/common/img/icon/web.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 26.6px;
    vertical-align: middle;
    width: 38.5px;
}

.c-icon--blank {
    background: url(http://mspnet.co.jp/common/img/icon/blank.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 12px;
    margin-left: 8.3px;
    vertical-align: middle;
    width: 14px;
}

.c-icon--tel {
    position: relative;
}

.c-icon--tel::before {
    background: url(../img/icon/tel.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}

.c-icon--mail {
    left: 30px;
}

.c-icon--mail::before {
    background: url(http://mspnet.co.jp/common/img/icon/mail.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 21px;
}

.c-icon--close {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 29px;
    margin: 0 auto;
    position: relative;
    width: 29px;
}

.c-icon--close::before, .c-icon--close::after {
    background: #fff;
    content: '';
    display: block;
    height: 2.9px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.c-icon--close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-icon--close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-icon--simulation {
    fill: #fff;
    height: 28px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20.2px;
}

.c-icon--camera {
    fill: #fff;
    height: 20px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25.8px;
}

.c-icon--camera-l {
    height: 34.9px;
    left: 0;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 44.9px;
}

.c-icon--form {
    fill: #fff;
    height: 25.6px;
    left: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26.9px;
}

.c-icon--form-l {
    height: 37.6px;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 39.5px;
}

.c-icon-border {
    background-color: #fff;
    border-color: #fcc800;
    border-style: solid;
    border-radius: 50%;
    border-width: 2px;
    height: 85px;
    position: relative;
    width: 85px;
}

.c-icon-border img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.c-icon-border--secondary {
    border-color: #59a2c2;
}

.c-icon-border.c-icon--present img {
    width: 39.6px;
}

.c-icon-border.c-icon--point img {
    width: 35.2px;
}

.c-icon-border.c-icon--plan img {
    width: 39.2px;
}

.c-icon-border.c-icon--request img {
    width: 36px;
}

.c-text-link {
    display: block;
}

.c-text-link--blank::after {
    background: url(http://mspnet.co.jp/common/img/icon/blank.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 12px;
    margin-left: 8.3px;
    margin-top: -3px;
    vertical-align: middle;
    width: 14px;
}

.c-text-link--pdf::after {
    background: url(http://mspnet.co.jp/common/img/icon/pdf.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: inline-block;
    height: 15px;
    margin-left: 8.3px;
    margin-top: -2px;
    vertical-align: middle;
    width: 12px;
}

.c-text-link--anchor {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}

.c-text-link--anchor::before {
    border-left: 3px solid #59a2c2;
    border-bottom: 3px solid #59a2c2;
    content: '';
    display: inline-block;
    height: 10px;
    left: 0;
    margin-top: -7px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    width: 10px;
    z-index: 0;
}

.c-text-link--qa::before {
    display: inline-block;
    content: "?";
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin-right: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    background: #59a2c2;
    border-radius: 100%;
    text-align: center;
}

a[href^='tel:'] {
    display: inline-block;
    pointer-events: none;
}

.c-list li {
    list-style: disc;
    margin-left: 20px;
}

.p-modal {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.p-modal.is-open {
    display: block;
}

.p-modal .p-modal-content-wrap {
    background-color: #fff;
    left: 50%;
    height: 830px;
    max-height: 90%;
    max-width: 900px;
    padding: 54px 0 54px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2100;
}

.p-modal .p-modal-content {
    height: 100%;
    overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 30px;
    padding-right: 30px;
}

.p-modal .btn-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.p-modal .btn-close > * {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.p-modal .btn-close .icon-box-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 29px;
    left: 50%;
    margin: -1px auto 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 29px;
}

.p-modal .btn-close .icon-box-close::before, .p-modal .btn-close .icon-box-close::after {
    background: #fff;
    content: '';
    display: block;
    height: 2.9px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.p-modal .btn-close .icon-box-close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.p-modal .btn-close .icon-box-close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-modal .p-modal-ttl {
    margin-bottom: 27px;
    text-align: center;
}

.p-modal .p-modal-ttl span {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    background: #eee;
    border-radius: 15px;
    display: inline-block;
    margin: 10px 0 15px;
    padding: 6px 2px 4px;
    position: relative;
    width: 244px;
}

.p-modal .p-modal-ttl span::after {
    border-color: #eee transparent transparent transparent;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    bottom: -10px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.p-modal .p-modal-ttl p.p-modal-ttl__txt {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.p-modal .c-pref-group-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 34.5px;
    padding-bottom: 60.5px;
    width: 100%;
}

.p-modal .c-pref-group-wrap .c-pref-group {
    border: 2px solid #aaa;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 26px 0 40px;
    overflow: hidden;
}

html:not(.msie) .p-modal .c-pref-group-wrap .c-pref-group {
    margin: 26px .1px 40px 0;
}

.p-modal .c-pref-group-wrap .c-pref-group > * {
    border-right: 2px solid #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3);
}

.p-modal .c-pref-group-wrap .c-pref-group > *:nth-child(3n) {
    border-right: none !important;
}

.p-modal .c-pref-group-wrap .c-pref-group > *:nth-child(n + 4) {
    border-top: 2px solid #aaa;
}

.p-modal .c-pref-group-wrap .c-pref-group > * .is-active {
    background: #59a2c2;
}

.p-modal .c-pref-group-wrap .c-pref-group input {
    display: none;
}

.p-modal .c-pref-group-wrap .c-pref-group input[type=radio]:checked + label {
    background: #59a2c2;
    color: #fff;
}

.p-modal .c-pref-group-wrap .c-pref-group label,
.p-modal .c-pref-group-wrap .c-pref-group a {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 13px 10px 11px;
    text-align: center;
    width: 100%;
}
.p-modal .c-pref-group-wrap .c-pref-group a:hover {
   opacity: 0.3;
}

.p-modal .c-area-group-wrap {
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -24px 0 24.5px 0;
    padding-bottom: 46.5px;
}

.p-modal .c-area-group-wrap .c-area-group {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 24px;
    max-width: 50%;
    width: 50%;
}

.p-modal .c-area-group-wrap .c-area-group:nth-child(even) {
    padding-left: 40px;
}

.p-modal .c-area-group-wrap .c-area__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 11px;
    padding: 8px 10px 5px;
}

.p-modal .c-select-request {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 40px;
    padding-bottom: 60px;
}

.c-note-1 {
    color: #666;
    font-size: 1.2rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
}

.c-note-2 {
    color: #666;
    font-size: 1.4rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
}

.c-tab-wrap {
    margin-top: 50px;
}

.c-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 4px solid #fcc800;
}

.c-tab li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2px;
    margin-right: 2px;
}

.c-tab li a, .c-tab li button {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 10px 10px 0 0;
    background: #ddd;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.c-tab li a:hover, .c-tab li button:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.c-tab li:first-child {
    margin-left: 0;
}

.c-tab li:last-child {
    margin-right: 0;
}

.c-tab a.is-active, .c-tab button.is-active {
    background: #fcc800;
}

.c-tab-content {
    padding: 40px 30px;
    background: #f5f5f5;
    display: none;
}

.c-tab-content.is-active {
    display: block;
}

.c-tab-content--white {
    background: #fff;
    border: 1px solid #ddd;
}

.c-text-decoration-wrap {
    text-align: center;
}

.c-text-decoration {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #59a2c2;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.c-text-decoration::before, .c-text-decoration::after {
    background: #59a2c2;
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 23px;
}

.c-text-decoration::before {
    left: 0;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}

.c-text-decoration::after {
    right: 0;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.c-text-decoration--blk {
    color: #333;
}

.c-text-decoration--blk::before, .c-text-decoration--blk::after {
    background: #333;
}

.js-toggle-wrap .js-toggle-trig {
    cursor: pointer;
}

.js-toggle-wrap .js-toggle-tgt {
    display: none;
}

.js-toggle-wrap .js-toggle-tgt.is-open {
    display: block;
}

.l-contents__accordion .c-accordion-item {
    border: 2px solid #fcc800;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
}

.l-contents__accordion .c-accordion-item:last-child {
    margin-bottom: 24px;
}

.l-contents__accordion .c-accordion__txt {
    line-height: 1.6;
}

.l-contents__accordion .c-accordion-item__head {
    background: #fff;
}

.l-contents__accordion .c-accordion-item__head .c-accordion__txt {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 12px 40px 9px 20px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-contents__accordion .c-accordion-item__head .c-accordion__txt::before, .l-contents__accordion .c-accordion-item__head .c-accordion__txt::after {
    border-top: 3px solid #333;
    content: '';
    display: inline-block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    top: 50%;
    width: 16px;
}

.l-contents__accordion .c-accordion-item__head .c-accordion__txt::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.l-contents__accordion .c-accordion-item__head .c-accordion__txt::after {
    margin-top: 1px;
}

.l-contents__accordion .c-accordion-item__head.is-open .c-accordion__txt::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.l-contents__accordion .c-accordion-item__foot {
    background: #f5f5f5;
}

.l-contents__accordion .c-accordion-item__foot ._inner {
    padding: 13px 18px 15px;
}

.l-contents--charge .l-contents__accordion {
    padding-bottom: 74px;
}

.l-contents--charge .l-contents__accordion > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 994px;
}

.l-contents--charge .l-contents__accordion .c-accordion__txt span {
    color: #59A2C2;
    font-size: 1.8rem;
    font-weight: bold;
}

.l-contents--charge .l-contents__accordion .c-accordion-item__foot ._inner {
    padding: 25px 18px 30px;
}

.l-contents--charge .l-contents__accordion .c-accordion-item__foot ._ttl {
    padding: 13px 0;
    background: #59A2C2;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.l-contents--charge .l-contents__accordion .c-accordion-item__foot ._subTtl {
    padding: 5px 0 6px;
    margin-bottom: 15px;
    background: #eee;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.l-contents--charge .l-contents__accordion .c-accordion-item__foot ._ctn {
    background: #fff;
    padding: 15px 15px 30px;
    border: 1px solid #DDDDDD;
    border-top: none;
}

/*
 *
 * TOP
 *
 */
.l-contents--top .l-contents__inr {
    width: auto;
    max-width: 1200px;
}

.l-contents--top .c-heading-balloon .c-heading-balloon__inr {
    padding: 50px 0 37px;
    text-align: center;
    position: relative;
}
.l-contents--top .c-heading-balloon .c-heading-balloon__inr picture {
    display: block;
    position: absolute;
    right: -30px;
    top: -20px;
}

.l-contents--top .c-heading-balloon .c-heading-balloon__inr p {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff6d1;
    border-radius: 15px;
    display: inline-block;
    margin: 10px 0 15px;
    padding: 6px 2px 4px;
    position: relative;
    width: 170px;
}

.l-contents--top .c-heading-balloon .c-heading-balloon__inr p::after {
    border-color: #fff6d1 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    bottom: -10px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.l-contents--top .c-heading-balloon .c-heading-balloon__inr .c-heading-balloon__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
}

.l-contents--top .l-kv-wrap {
    margin: 0 calc(-50vw + 50%);
}

.l-contents--top .l-kv-wrap img {
    image-orientation: none;
}

.l-contents--top .l-kv-wrap .l-kv__inr {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 40px;
    position: relative;
}

.l-contents--top .l-kv-wrap .l-kv__txt {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    padding: 49px 98.5px 54px 59px;
    text-align: center;
    position: inherit;
}

.l-contents--top .l-kv-wrap p {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
}

.l-contents--top .l-kv-wrap .l-kv__logo {
    background-size: 100% auto;
    display: block;
    height: 0;
    margin: 0 auto;
    padding-top: 81px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 380px;
}

.l-contents--top .l-site-desc {
    background: #f5f5f5 url(http://mspnet.co.jp/common/img/icon/light.png) no-repeat top center;
    background-size: 67px auto;
    margin: 0 calc(-50vw + 50%);
    padding: 0 40px;
    text-align: center;
}

.l-contents--top .l-site-desc .c-site-desc__txt {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding: 20px 0 48px;
}

.l-contents--top .l-contents__charm_lst {
    padding-bottom: 89.2px;
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap {
    margin-bottom: 60px;
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group {
    margin-top: 42px;
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * {
    border: 2px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f5f5f5', GradientType=0);
    height: 100%;
    min-height: 217px;
    padding: 56px 10px 52px;
    position: relative;
    text-align: center;
}


.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > *::before {
  background: #f5f5f5;
  bottom: 0;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > *::after {
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  bottom: 11px;
  content: '';
  display: inline-block;
  height: 13px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 13px;
  z-index: 0;
}





.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-icon {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -42px;
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-icon img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #59a2c2;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit::before {
    left: 0;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit::after {
    right: 0;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-contents--top .l-bg-charm {
    background-color: #f5f5f5;
    background-image: url(http://mspnet.co.jp/common/img/top/bg_charm_pc.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 calc(-50vw + 50%);
    padding: 61px 40px 80px;
}

.l-contents--top .l-bg-charm .l-charm-box {
    max-width: 994px;
}

.l-contents--top .l-bg-charm .l-charm-box + .l-charm-box {
    margin-top: 140.5px;
}

.l-contents--top .l-bg-charm .c-charm-heading {
    margin-bottom: 33px;
    margin-top: -4px;
    text-align: center;
}

.l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #59a2c2;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::before, .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::after {
    background: #59a2c2;
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 23px;
}

.l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::before {
    left: 0;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}

.l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::after {
    right: 0;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.l-contents--top .l-bg-charm .c-charm-heading .c-charm__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10.5px;
}

.l-contents--top .l-bg-charm .c-charm-txt {
    line-height: 1.8;
}

.l-contents--top .l-bg-charm .c-charm-txt > * :not(:first-child) {
    margin-top: 18px;
}

.l-contents--top .l-bg-charm .c-charm-desc {
    margin-top: 44px;
}

.l-contents--top .l-bg-charm .c-charm-desc ._ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
}

.l-contents--top .l-bg-charm .c-btn-group-wrap {
    margin-top: 50px;
}

.l-contents--top .l-contents__safety {
    padding-bottom: 74px;
}

.l-contents--top .l-contents__safety .c-safety-electric-icon {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
    width: 130px;
}

.l-contents--top .l-contents__safety .c-safety-electric-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 70%;
    width: auto;
    margin: 0 20px;
    text-align: justify;
}

.l-contents--top .l-contents__safety .c-icon-border {
    height: 130px;
    width: 135%;
}

.l-contents--top .l-contents__safety .c-icon-border.c-icon--safety img {
    width: 66.6px;
}

.l-contents--top .l-contents__safety .c-icon-border.c-icon--electric img {
    width: 38.6px;
}

.l-contents--top .l-contents__safety .c-safety-electric__ttl {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.l-contents--top .l-contents__safety .c-safety-electric__desc {
    line-height: 1.8;
}

.l-contents--top .l-contents__info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 74px;
}

.l-contents--top .l-contents__info > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 994px;
}

.l-contents--top .l-contents__info .c-info-item {
    border-bottom: 1px dashed #555;
    margin-bottom: 25px;
    padding-bottom: 24px;
}

.l-contents--top .l-contents__info .c-info-item:last-child {
    margin-bottom: 21px;
}

.l-contents--top .l-contents__info .c-info-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
    margin-left: -15px;
}

.l-contents--top .l-contents__info .c-info-item__head > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}

.l-contents--top .l-contents__info .c-info-item__head .c-info-tag {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 26px;
    overflow: hidden;
    padding: 1px 2px 0;
    text-align: center;
    width: 114px;
}

.l-contents--top .l-contents__info .c-info-item__head .c-info-tag--important {
    background: #fcc800;
}

.l-contents--top .l-contents__info .c-info-item__head .c-info-tag--info {
    background: #59a2c2;
    color: #fff;
}

.l-contents--top .l-contents__info .c-info-item__head .c-info-tag--campaign {
    background: #59a2c2;
    color: #fff;
}

.l-contents--top .l-contents__info .c-info-item__head .c-info-date {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
}

.l-contents--top .l-kv-alert p {
    color: red;
}

.u-d-b {
    display: block !important;
}

.u-d-n {
    display: none !important;
}

.u-mt-0 {
    margin-top: 0 !important;
}

.u-mb-xxl {
    margin-bottom: 90px;
}

.u-mb-xl {
    margin-bottom: 70px;
}

.u-mb-l {
    margin-bottom: 50px;
}

.u-mb-m {
    margin-bottom: 30px;
}

.u-mb-s {
    margin-bottom: 20px;
}

.u-mb-xs {
    margin-bottom: 15px;
}

.u-mt-m {
    margin-top: 30px;
}

@media print, (min-width: 768px) {
    .mb-0-pc {
        margin-bottom: 0px !important;
    }

    .ml-0-pc {
        margin-left: 0px !important;
    }

    .mr-0-pc {
        margin-right: 0px !important;
    }

    .mt-0-pc {
        margin-top: 0px !important;
    }

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

    .ml-5-pc {
        margin-left: 5px !important;
    }

    .mr-5-pc {
        margin-right: 5px !important;
    }

    .mt-5-pc {
        margin-top: 5px !important;
    }

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

    .ml-10-pc {
        margin-left: 10px !important;
    }

    .mr-10-pc {
        margin-right: 10px !important;
    }

    .mt-10-pc {
        margin-top: 10px !important;
    }

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

    .ml-15-pc {
        margin-left: 15px !important;
    }

    .mr-15-pc {
        margin-right: 15px !important;
    }

    .mt-15-pc {
        margin-top: 15px !important;
    }

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

    .ml-20-pc {
        margin-left: 20px !important;
    }

    .mr-20-pc {
        margin-right: 20px !important;
    }

    .mt-20-pc {
        margin-top: 20px !important;
    }

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

    .ml-25-pc {
        margin-left: 25px !important;
    }

    .mr-25-pc {
        margin-right: 25px !important;
    }

    .mt-25-pc {
        margin-top: 25px !important;
    }

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

    .ml-30-pc {
        margin-left: 30px !important;
    }

    .mr-30-pc {
        margin-right: 30px !important;
    }

    .mt-30-pc {
        margin-top: 30px !important;
    }

    .l-footer .utility .l-footer-company__logo:hover {
        opacity: 0.6;
    }

    .l-footer .utility ul li:not(:last-child) {
        border-right: 1px solid #ddd;
        line-height: 1;
        margin-right: 20px;
        padding-right: 20px;
    }

    .l-footer .utility ul a:hover {
        text-decoration: none;
    }

    .l-header .l-header-company__logo:hover {
        opacity: 0.6;
    }

    .l-header .l-header-site__logo:hover {
        opacity: 0.6;
    }

    .l-header .l-header-site .l-header__nav .nav ul a:hover {
        opacity: 0.6;
    }

    .l-header .l-header-site .l-header__nav .utility .login a: hover svg, .l-header .l-header-site .l-header__nav .utility .login a:hover span {
        opacity: 0.6;
    }

    .p-pagetop .c-btn-pagetop:hover::after {
        opacity: 0.6;
    }

    .c-btn--primary:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18), inset 0 0 25px white;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18), inset 0 0 25px white;
    }

    .c-btn--secondary:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), inset 0 0 25px white;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), inset 0 0 25px white;
    }

    .c-btn--line-info:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), inset 0 0 25px white;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12), inset 0 0 25px white;
    }

    .c-btn--outline:hover > * {
        opacity: 0.6;
    }

    .l-contents__faq .c-faq-item__head:hover::before {
        opacity: 0.6;
    }

    .l-contents__faq .c-faq-item__head:hover .c-faq__txt {
        opacity: 0.6;
    }

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

    .p-modal .btn-close:hover > * {
        opacity: 0.6;
    }

    .p-modal .c-pref-group-wrap .c-pref-group label:hover {
        opacity: 0.6;
    }

    .l-contents__accordion .c-accordion-item__head:hover::before {
        opacity: 0.6;
    }

    .l-contents__accordion .c-accordion-item__head:hover .c-accordion__txt {
        opacity: 0.6;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * :hover .c-charm__unit, .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * :hover .c-charm__ttl, .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * :hover img {

    }

    .u-only-sp {
        display: none !important;
    }
}

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

    .ml-0-sp {
        margin-left: 0px !important;
    }

    .mr-0-sp {
        margin-right: 0px !important;
    }

    .mt-0-sp {
        margin-top: 0px !important;
    }

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

    .ml-5-sp {
        margin-left: 5px !important;
    }

    .mr-5-sp {
        margin-right: 5px !important;
    }

    .mt-5-sp {
        margin-top: 5px !important;
    }

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

    .ml-10-sp {
        margin-left: 10px !important;
    }

    .mr-10-sp {
        margin-right: 10px !important;
    }

    .mt-10-sp {
        margin-top: 10px !important;
    }

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

    .ml-15-sp {
        margin-left: 15px !important;
    }

    .mr-15-sp {
        margin-right: 15px !important;
    }

    .mt-15-sp {
        margin-top: 15px !important;
    }

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

    .ml-20-sp {
        margin-left: 20px !important;
    }

    .mr-20-sp {
        margin-right: 20px !important;
    }

    .mt-20-sp {
        margin-top: 20px !important;
    }

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

    .ml-25-sp {
        margin-left: 25px !important;
    }

    .mr-25-sp {
        margin-right: 25px !important;
    }

    .mt-25-sp {
        margin-top: 25px !important;
    }

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

    .ml-30-sp {
        margin-left: 30px !important;
    }

    .mr-30-sp {
        margin-right: 30px !important;
    }

    .mt-30-sp {
        margin-top: 30px !important;
    }

    .els img {
    width: 300px;
    }
    
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    
    .c-fixednav {
        padding: 0;
    }

    .c-fixednav .c-btn-group > * {
        margin: 0;
        max-width: 50%;
        width: 50%;
    }

    .c-fixednav .c-btn {
        border-radius: 0;
        padding: 17px 13px 13px 15px;
    }

    .c-fixednav .c-btn .c-icon {
        left: 15px;
    }

    .c-fixednav .c-btn span {
        font-size: 1.3rem;
        padding-right: 0;
    }

    .l-footer .l-footer-wrap {
        padding: 0 15px;
    }

    .l-footer .nav {
        padding-bottom: 24px;
        padding-top: 26px;
    }

    .l-footer .nav .nav__item {
        width: 50%;
    }

    .l-footer .nav .nav__item:not(:last-child) {
        margin-right: 0;
    }

    .l-footer .nav .nav__item .c-icon--arrow-r {
        margin-top: -3.3px;
    }

    .l-footer .utility {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24.8px 0 34px;
    }

    .l-footer .utility .l-footer-company__logo {
        margin: 0 auto 20px;
        padding-top: 33.9px;
        width: 265.5px;
    }

    .l-footer .utility ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -12px;
    }

    .l-footer .utility ul li {
        margin-top: 12px;
    }

    .l-footer .utility ul li:first-child {
        border-right: 1px solid #ddd;
        line-height: 1;
        margin-right: 15px;
        padding-right: 15px;
    }

    .l-footer .utility ul li:nth-child(n + 3) {
        text-align: center;
        width: 100%;
    }

    .l-footer .l-footer-copy {
        padding: 8px 15px 6px;
    }

    .l-header .l-header__inr {
        padding: 0;
    }

    .l-header .l-header-company {
        padding: 9.1px 15px 7.9px;
    }

    .l-header .l-header-company__logo {
        margin-left: 0;
        padding-top: 18.1px;
        width: 141.5px;
    }

    .l-header .l-header-site {
        border-bottom: 2px solid #fcc800;
        padding: 0 0 0 15px;
    }

    .l-header .l-header-site__logo {
        margin: 21px 0 19.5px;
        padding-top: 19.5px;
        width: 168.3px;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt {
        background: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        position: fixed;
        right: -100%;
        text-align: left;
        top: 0;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
        width: calc(100% - 79px);
        z-index: 1150;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt .js-sp-nav-close {
        background: #555;
        height: 60px;
        margin-left: auto;
        width: 60px;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt .js-sp-nav-close .c-icon--close {
        margin: 5px auto 7px;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt .js-sp-nav-close span {
        font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        display: block;
        line-height: 1;
        text-align: center;
        width: 100%;
    }

    .is-open .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt {
        right: 0;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt ul {
        border-top: 2px solid #fcc800;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt .nav__item {
        border-bottom: 2px solid #ccc;
        padding: 0;
        width: 100%;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt .nav__item::after {
        content: none;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt a {
        padding: 19px 22px 18px 22px;
        position: relative;
        width: 100%;
    }

    .l-header .l-header-site .l-header__nav .nav.js-sp-nav-tgt .c-icon--arrow-r {
        fill: #333;
        margin-right: 0;
        margin-top: -5.7px;
        position: absolute;
        right: 15px;
        top: 50%;
    }

    .l-header .l-header-site .l-header__nav .utility {
        width: auto;
    }

    .l-header .l-header-site .l-header__nav .utility .login {
        background: #fff;
        height: 60px;
        width: 60px;
    }

    .l-header .l-header-site .l-header__nav .utility .login a {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 7.5px 0 8.5px 0;
        text-align: center;
    }

    .l-header .l-header-site .l-header__nav .utility .login a .c-icon--login {
        height: 28px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 7.5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 28px;
    }

    .l-header .l-header-site .l-header__nav .utility .login a span {
        font-size: 1rem;
        line-height: 1;
        padding: 35px 0 0 0;
    }

    .c-box-outline {
        margin-top: 60px;
        padding: 25px 15px;
    }

    .c-box-outline .c-box__ttl + * {
        margin-top: 20px;
    }

    .p-pagetop.is-fixed {
        bottom: 120px;
        right: 15px;
    }

    .c-btn span {
        font-size: 1.6rem;
    }

    .c-btn--outline {
        padding: 13.5px 10px 10.5px;
    }

    .c-btn--l .c-icon {
        margin-bottom: 13.3px;
    }

    .c-btn--l {
        border-radius: 4px;
        max-width: 100%;
        padding: 14px 5px 15px;
    }

    .c-btn--l.js-page-anchor::after {
        bottom: 14px;
        height: 11px;
        width: 11px;
    }

    .c-btn-group-wrap {
        margin-top: 40px;
    }

    .c-btn-group-wrap .c-btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }

    .c-btn-group-wrap .c-btn-group > * {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .c-btn-group-wrap + .c-btn-group-wrap {
        margin-top: 20px;
    }

    .c-btn-group-wrap.c-btn--l-group-wrap {
        max-width: 100%;
    }

    .c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group {
        margin-left: -8.5px;
        margin-right: -8.5px;
    }

    .c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group > * {
        margin-left: 8.5px;
        margin-right: 8.5px;
        max-width: 100%;
    }

    .l-contents__contact {
        padding: 0 15px 15px;
    }

    .l-contents__contact .c-contact-heading .c-contact-heading__inr {
        padding: 30px 0 17px;
        padding-bottom: 50px;
    }

    .l-contents__contact .c-contact-heading .c-contact-heading__inr .c-contact-heading__ttl {
        font-size: 2.4rem;

    }

    .l-contents__contact .c-contact__head {
        margin-bottom: 16px;
    }

    .l-contents__contact .c-contact__ttl span {
        font-size: 1.8rem;
    }

    .l-contents__contact .c-contact--web {
        height: auto;
        margin-bottom: 15px;
        padding: 22px 15px 40px;
    }

    .l-contents__contact .c-contact--web .c-contact__foot {
        padding-top: 0;
    }

    .l-contents__contact .c-contact--tel {
        height: auto;
        padding: 22px 15px 34px;
    }

    .l-contents__contact .c-contact--tel .c-contact__foot div {
        margin-top: 24px;
        padding-top: 20px;
    }

    .l-contents__contact .c-contact--tel .c-contact__foot div p:first-child {
        margin-bottom: 9px;
    }

    .l-contents {
        padding: 0 15px;
    }

    .c-horizontal-group {
        margin-left: -15px;
    }

    .c-horizontal-group > * {
        padding-left: 15px;
    }

    .c-horizontal-group[data-col-sp='1'] > * {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .c-horizontal-group[data-col-sp='2'] > * {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }

    .c-horizontal-group[data-col-sp='4'] > * {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        width: 25%;
    }

    .l-contents__faq {
        padding-bottom: 54px;
    }

    .l-contents__faq .c-faq-item {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
    }

    .l-contents__faq .c-faq-item:last-child {
        margin-bottom: 26px;
    }

    .l-contents__faq .c-faq-item__head::before {
        font-size: 2.6rem;
    }

    .l-contents__faq .c-faq-item__head .c-faq__txt {
        font-size: 1.4rem;
        padding: 11.5px 35px 9.5px 15px;
    }

    .l-contents__faq .c-faq-item__head .c-faq__txt::before, .l-contents__faq .c-faq-item__head .c-faq__txt::after {
        right: 13px;
    }

    .l-contents__faq .c-faq-item__foot::before {
        margin-top: 13px;
    }

    .l-contents__faq .c-faq-item__foot .c-faq__txt {
        padding: 16px 13px 17px 0;
    }

    .c-form-label {
        margin: 25px 0 10px;
    }

    .c-form-text--inline:not(:first-child) {
        margin-left: 5px;
        margin-right: 5px;
    }

    .c-form-text--inline:first-child {
        margin-right: 5px;
    }

    .c-form-select select {
        padding: 0 35px 0 10px;
    }

    .c-form-select--inline {
        margin-right: 5px;
    }

    .c-form-error {
        font-size: 1.4rem;
    }

    .c-form-error--all {
        margin-top: 30px;
    }

    .c-heading-1 {
        margin: 25px 0 30px;
        padding-top: 40px;
        font-size: 3.0rem;
        line-height: 4.4rem;
    }

    .c-heading-2 {
        margin-bottom: 30px;
        font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .c-heading-3 {
        margin-bottom: 20px;
        font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit {
        font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 23px;
        line-height: 1.4;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit::before, .c-charm-heading .c-charm-heading__inr .c-charm__unit::after {
        width: 16px;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp {
        padding: 0 15px;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp::before, .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp::after {
        width: 2.6em;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp::before {
        left: -1.1em;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp::after {
        right: -1.1em;
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
    }

    .c-icon--web::before {
        height: 23.1px;
        width: 33.4px;
    }

    .c-icon--tel::before {
        height: 26.5px;
        width: 26.5px;
    }

    .c-icon--mail::before {
        height: 18px;
        width: 24px;
    }

    .c-icon--camera-l {
        height: 27.6px;
        width: 35.5px;
    }

    .c-icon--form-l {
        height: 28.5px;
        width: 29.9px;
    }

    .c-icon-border {
        height: 66px;
        width: 66px;
    }

    .c-icon-border.c-icon--present img {
        width: 33.3px;
    }

    .c-icon-border.c-icon--point img {
        width: 31.1px;
    }

    .c-icon-border.c-icon--plan img {
        width: 33.7px;
    }

    .c-icon-border.c-icon--request img {
        width: 32.7px;
    }

    a[href^='tel:'] {
        border-bottom: 1px solid #59a2c2;
        pointer-events: auto;
    }

    .p-modal .p-modal-content-wrap {
        height: 508px;
        padding: 54px 0 54px;
        width: calc(100% - 30px);
    }

    .p-modal .p-modal-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-modal .btn-close {
        height: 45px;
        width: 45px;
    }

    .p-modal .p-modal-ttl {
        margin-bottom: 19px;
    }

    .p-modal .p-modal-ttl span {
        margin: 10px 0 21px;
        padding: 5px 2px;
    }

    .p-modal .p-modal-ttl p {
        text-align: left;
    }

    .p-modal .p-modal-ttl p.p-modal-ttl__txt {
        font-size: 2rem;
    }

    .p-modal .c-pref-group-wrap {
        margin-bottom: 33px;
        padding-bottom: 40px;
    }

    .p-modal .c-pref-group-wrap .c-pref-group {
        margin: 14px .1px 30px 0;
    }

    .p-modal .c-pref-group-wrap .c-pref-group label {
        padding: 8px 5px 6px;
    }

    .p-modal .c-area-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: -24px 0 16px 0;
        padding-bottom: 34px;
    }

    .p-modal .c-area-group-wrap .c-area-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .p-modal .c-area-group-wrap .c-area-group:nth-child(even) {
        padding-left: 0;
    }

    .p-modal .c-select-request {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }

    .p-modal .c-select-request .c-btn--l {
        padding: 14px 5px 30px;
    }

    .p-modal .c-select-request .c-btn--l .c-icon {
        margin-bottom: 11.3px;
    }

    .c-tab-wrap {
        margin-top: 40px;
    }

    .c-tab {
        border-bottom: 2px solid #fcc800;
    }

    .c-tab li a, .c-tab li button {
        padding: 13px;
        font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
    }

    .c-tab-content--white {
        padding: 20px 10px;
    }

    .c-text-decoration {
        font-size: 1.4rem;
        padding: 0 23px;
    }

    .c-text-decoration::before, .c-text-decoration::after {
        width: 16px;
    }

    .l-contents__accordion .c-accordion-item {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
    }

    .l-contents__accordion .c-accordion-item:last-child {
        margin-bottom: 26px;
    }

    .l-contents__accordion .c-accordion-item__head .c-accordion__txt {
        font-size: 1.4rem;
        padding: 11.5px 35px 9.5px 15px;
    }

    .l-contents__accordion .c-accordion-item__head .c-accordion__txt::before, .l-contents__accordion .c-accordion-item__head .c-accordion__txt::after {
        right: 13px;
    }

    .l-contents--charge .l-contents__accordion {
        padding-bottom: 54px;
    }

    .l-contents--charge .l-contents__accordion .c-accordion__txt span {
        font-size: 1.6rem;
    }

    .l-contents--top .c-heading-balloon .c-heading-balloon__inr {
        padding: 30px 0 17px;
    }

    .l-contents--top .c-heading-balloon .c-heading-balloon__inr p {
        margin: 10px 0;
        padding: 5px 2px;
    }

    .l-contents--top .c-heading-balloon .c-heading-balloon__inr .c-heading-balloon__ttl {
        font-size: 2.4rem;
    }

    .l-contents--top .l-kv-wrap .l-kv__inr {
        padding: 0 15px;
    }

    .l-contents--top .l-kv-wrap .l-kv__txt {
        padding: 20px 20.8px 25px 17px;
    }

    .l-contents--top .l-kv-wrap p {
        font-size: 1.4rem;
        margin-bottom: 7px;
    }

    .l-contents--top .l-kv-wrap .l-kv__logo {
        padding-top: 53px;
        width: 250.2px;
    }

    .l-contents--top .l-site-desc {
        background-size: 50px auto;
        padding: 0 15px;
    }

    .l-contents--top .l-site-desc .c-site-desc__txt {
        font-size: 1.4rem;
        line-height: 1.8;
        padding: 66px 0 24px;
    }

    .l-contents--top .l-contents__charm_lst {
        padding-bottom: 49px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap {
        margin-bottom: 50px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group {
        margin-top: 30px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group:nth-child(n + 3) {
        margin-top: 48px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        min-height: 161px;
        padding: 41px 5px 29px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * ::before {
        height: 25px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * ::after {
        bottom: 9px;
        height: 11px;
        width: 11px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-icon {
        top: -33px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit {
        font-size: 1.4rem;
        padding: 0 23px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit::before, .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit::after {
        width: 16px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__ttl {
        font-size: 1.6rem;
        margin-top: 6px;
    }

    .l-contents--top .l-bg-charm {
        background-image: url(http://mspnet.co.jp/common/img/top/bg_charm_sp.png);
        padding: 37px 15px 59px;
    }

    .l-contents--top .l-bg-charm .l-charm-box + .l-charm-box {
        margin-top: 100px;
    }

    .l-contents--top .l-bg-charm .c-charm-heading {
        margin-bottom: 19px;
    }

    .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit {
        font-size: 1.4rem;
        padding: 0 23px;
    }

    .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::before, .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::after {
        width: 16px;
    }

    .l-contents--top .l-bg-charm .c-charm-heading .c-charm__ttl {
        font-size: 1.8rem;
        margin-top: 6.5px;
    }

    .l-contents--top .l-bg-charm .c-charm-txt {
        margin-top: 14px;
    }

    .l-contents--top .l-bg-charm .c-charm-desc {
        margin-top: 28px;
    }

    .l-contents--top .l-bg-charm .c-charm-desc img {
        width: 100%;
    }

    .l-contents--top .l-bg-charm .c-charm-desc ._ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .l-contents--top .l-bg-charm .c-btn-group-wrap {
        margin-top: 40px;
    }


    .js-bottom-fixed .c-btn-group > * {
      margin-top: 0;
    }
    .js-bottom-fixed .c-btn-group > *:first-child {
      width: 100%;
      max-width: 100%;
    }
    .js-bottom-fixed .c-btn-group > *:first-child a {
      width: 100%;
      max-width: 100%;
    }



    .l-contents--top .l-contents__safety {
        padding-bottom: 54px;
    }

    .l-contents--top .l-contents__safety .c-safety-electric-group:not(:first-child) {
        margin-top: 30px;
    }

    .l-contents--top .l-contents__safety .c-safety-electric-icon {
        -ms-flex-preferred-size: 97px;
        flex-basis: 97px;
        width: 97px;
        width: 97px;
    }

    .l-contents--top .l-contents__safety .c-safety-electric-txt {
        padding-left: 20px;
    }

    .l-contents--top .l-contents__safety .c-icon-border {
        height: 97px;
    }

    .l-contents--top .l-contents__safety .c-icon-border.c-icon--safety img {
        width: 58px;
    }

    .l-contents--top .l-contents__safety .c-icon-border.c-icon--electric img {
        width: 33.5px;
    }

    .l-contents--top .l-contents__safety .c-safety-electric__ttl {
        font-size: 1.6rem;
        margin-bottom: 7px;
    }

    .l-contents--top .l-contents__info {
        padding-bottom: 54px;
    }

    .l-contents--top .l-contents__info .c-info-item {
        margin-bottom: 18px;
        padding-bottom: 9px;
    }

    .l-contents--top .l-contents__info .c-info-item:last-child {
        margin-bottom: 26px;
    }

    .l-contents--top .l-contents__info .c-info-item__head {
        margin-bottom: 9px;
        margin-left: -12px;
    }

    .l-contents--top .l-contents__info .c-info-item__head > * {
        margin-left: 12px;
    }

    .l-contents--top .l-contents__info .c-info-item__head .c-info-tag {
        font-size: 1.2rem;
        height: 22px;
        line-height: 22px;
        padding: 1px 2px;
        width: 90px;
    }

    .l-contents--top .l-kv-alert {
        padding: 15px 0;
    }

    .u-only-pc {
        display: none !important;
    }

    .u-mb-xxl--sp {
        margin-bottom: 60px;
    }

    .u-mb-xl--sp {
        margin-bottom: 40px;
    }

    .u-mb-l--sp {
        margin-bottom: 30px;
    }

    .u-mb-m--sp {
        margin-bottom: 20px;
    }

    .u-mb-s--sp {
        margin-bottom: 15px;
    }

    .u-mb-xs--sp {
        margin-bottom: 8px;
    }

    .u-mt-m--sp {
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .c-fixednav .c-btn {
        padding: 17px 5px 13px 15px;
    }

    .c-fixednav .c-btn span {
        font-size: 1.1rem;
    }

    .l-footer .nav .nav__item a {
        font-size: 1.2rem;
    }

    .c-heading-2 {
        font-size: 2.2rem;
    }

    .c-heading-3 {
        font-size: 1.6rem;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit {
        font-size: 1.4rem;
        padding: 0 19px;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit::before, .c-charm-heading .c-charm-heading__inr .c-charm__unit::after {
        width: 13px;
    }

    .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp::before, .c-charm-heading .c-charm-heading__inr .c-charm__unit.u-two-row--sp::after {
        width: 2.2em;
    }

    .c-text-decoration {
        font-size: 1.2rem;
        padding: 0 19px;
    }

    .c-text-decoration::before, .c-text-decoration::after {
        width: 13px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm-group > * {
        min-height: 151px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit {
        font-size: 1.2rem;
        padding: 0 19px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit::before, .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__unit::after {
        width: 13px;
    }

    .l-contents--top .l-contents__charm_lst .c-charm-group-wrap .c-charm__ttl {
        font-size: 1.3rem;
    }

    .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit {
        font-size: 1.2rem;
        padding: 0 19px;
    }

    .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::before, .l-contents--top .l-bg-charm .c-charm-heading .c-charm__unit::after {
        width: 13px;
    }
}


