@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

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

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

del {
    text-decoration: line-through;
}

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

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

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

input, select {
    vertical-align:middle;
}

/* ----------------------------------------------
	基本CSS
-------------------------------------------------*/

* {
    box-sizing: border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    text-align:center;
    background-color: #fff;
    color: #111111;
    position: relative;
}
a {
    color: #0075FF;
    text-decoration: none;
}
a:hover {
    color: #4fa1ff;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
li {
    list-style: none;
}
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* font */
.wf-notoSans { font-family: "Noto Sans JP"; }
.wf-notoSerif { font-family: 'Noto Serif JP', serif; }

/*** Float ***/
.fr {
    float: right;
}
.fl {
    float: left;
}
.float:after {
    content: "";
    display: block;
    clear: both;
}
.inline-block {
    display: inline-block;
}

/*** ぱんくず ***/
.breadcrumbs {
    text-align: left;
    display: flex;
}
.breadcrumbs > li {
    display: block;
    font-size: 14px;
    color: #333;
    background-color: rgba(255,255,255,70%);
    padding: 1px;
}
.breadcrumbs > li a {
    color: #333;
}
.breadcrumbs > li + li:before {
    padding: 0 5px;
    content: "\03e";
}
.breadcrumbs.text-white > li,
.breadcrumbs.text-white > li a {
    color: #ddd;
}

/*** Box ***/
.box {
    border: 1px solid #ddd;
    padding: 20px;
}
.box1 {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    padding: 20px;
    color: #222222;
}
.box1 p {
    font-size: 14px;
    line-height: 1.5;
}
.box2 {
    background-color: #ffffff;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.15);
    padding: 30px;
}
.box2 p {
    font-size: 14px;
    line-height: 1.5;
}
.slider {
    margin: 0 42px;
}

/* Border */
.bdr-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

/*** List ***/
.list > li {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 20px;
}
.list > li:last-child {
    margin-bottom: 0;
}
.list-desc > li {
    list-style: disc outside;
}
.list-check > li {
    font-size: 18px;
    font-family: 'Noto Serif SC', serif;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
    background: url(../img/ico-check.svg) 0 center no-repeat;
    padding-left: 37px;
}
.list-num {
    margin-bottom: 1.5em;
}
.list-num > li {
    margin-bottom: 0.5em;
    list-style: decimal outside;
    padding-left: 0.5em;
    line-height: 1.5;
}
.list-horizon > li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.list-horizon > li:last-child {
    margin-right: 0;
}
.list-narrow > li {
    margin-bottom: 10px;
}

/*** Text Style ***/
.contaner_leed {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}
.text p {
    line-height: 2;
}
.text p:not(:last-child) {
    margin-bottom: 1.0em;
}
@media screen and (max-width:999px) {
    .text p {
        line-height: 1.7;
    }
}

/*** Font ***/
.text-sm {
    font-size: 80%;
}
.font-bold {
    font-weight: bold;
}
.font-normal {
    font-weight: normal;
}
@media screen and (max-width:999px) {
    .sp-font-bold {
        font-weight: bold;
    }
    .sp-font-normal {
        font-weight: normal;
    }
}

.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}


/*** Font Size ***/
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs26 {font-size: 26px;}
.fs30 {font-size: 30px;}
@media screen and (min-width:1000px) {
    .pc-fs11 {font-size: 11px;}
    .pc-fs12 {font-size: 12px;}
    .pc-fs13 {font-size: 13px;}
    .pc-fs14 {font-size: 14px;}
    .pc-fs15 {font-size: 15px;}
    .pc-fs16 {font-size: 16px;}
    .pc-fs18 {font-size: 18px;}
    .pc-fs20 {font-size: 20px;}
    .pc-fs26 {font-size: 26px;}
    .pc-fs30 {font-size: 30px;}
}
@media screen and (max-width:999px) {
    .sp-fs11 {font-size: 11px;}
    .sp-fs12 {font-size: 12px;}
    .sp-fs13 {font-size: 13px;}
    .sp-fs14 {font-size: 14px;}
    .sp-fs15 {font-size: 15px;}
    .sp-fs16 {font-size: 16px;}
    .sp-fs18 {font-size: 18px;}
    .sp-fs20 {font-size: 20px;}
    .sp-fs26 {font-size: 26px;}
    .sp-fs30 {font-size: 30px;}
}

@media screen and (max-width:999px) {
    .sp-fs15 {font-size: 15px;}
}

/*** Text Color ***/
.text-red {
    color: #C9151E;
}
.text-gray {
    color: #C6C6C6;
}
.text-white {
    color: #ffffff!important;
}
.text-blue {
    color: #029df4;
}
.text-green {
    color: #40ACA2;
}
.text-beige {
    color: #DBC713;
}
.text-black {
    color: #323232!important;
}
.text-blue {
    color: #009FB6!important;
}
a.text-beige:hover {
    color: #D3CC42;
}
.text-pink {
    color: #D61D6F;
}

/* Font Family */
.font-serif {
    font-family: 'Noto Serif JP', serif;
}

/*** Text-align ***/
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left!important;
}
@media screen and (max-width:999px) {
    .sp-text-right {
        text-align: right;
    }
    .sp-text-center {
        text-align: center;
    }
    .sp-text-left {
        text-align: left!important;
    }
}
@media screen and (min-width:1000px) {
    .pc-text-right {
        text-align: right;
    }
    .pc-text-center {
        text-align: center;
    }
    .pc-text-left {
        text-align: left!important;
    }
}

/** Label ***/
.label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    margin-right: 5px;
}
.label-orange {background-color: #FF3400;}
.label-blue {background: #199DD8;}

/*** Link ***/
a.link {
    color: #035671;
    text-decoration: underline;
}
a.link-black {
    color: #222222;
    text-decoration: underline;
}
a.link_ico {
    background: url(../img/ico_link@2x.png) 0 center / 16px 16px no-repeat;
    padding-left: 20px;
    text-decoration: none;
}

/*** Well ***/
.well {
    background: #F5F1F1;
    border: 2px solid #541907;
    padding: 20px;
}
.well-lg {
    padding: 20px 100px;
}
.well p:last-child {
    margin-bottom: 0;
}

/*** Alert ***/
.alert {
    border: 2px solid #E60E0E;
    color: #E60E0E;
    padding: 10px;
}
.alert-blue {
    color: #12288a;
    border-color: #12288a;
}

/*** iframe ***/
.iframe iframe {
    width: 100%;
}

/*** Bg ***/
.bg-brown {
    background: #4E454A;
}
.bg-white {
    background: #fff!important;
}
.bg-lightgray {
    background-color: #F5F5F5;
}
.bg-gray {
    background-color: #333;
    color: #fff;
}
.bg-dark {
    background-color: #222;
    color: #FFF;
}
.bg-pink {
    background-color: #FFF4FA;
}

/*** Img ***/
.img-md {
    max-height: 200px;
    width: auto;
}

/*** Table ***/
.table-1, .table-1 table {
    width: 100%;
}
.table-1 th, .table-1 td,
.table-1 table th, .table-1 table td {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 30px 20px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #dddddd;
}
.table-1 > thead > tr > th,
.table-1 table > thead > tr > th {
    font-weight: bold;
    background-color: #eee;
}
.table-1 > tbody > tr > th,
.table-1 table > tbody > tr > th {
    font-weight: bold;
}
.table-1 small {
    font-size: 80%;
}
.table-1.text-left th, .table-1.text-left td,
.table-1 table.text-left th, .table-1 table.text-left td {
    text-align: left;
}
.table-1 td p:not(:last-child),
.table-1 table td p:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
    .table-1, .table-1 tbody, .table-1 thead, .table-1 tr, .table-1 th, .table-1 td {
        display: block;
    }
    .table-1 th {
        border: none;
        padding-bottom: 10px;
    }
    .table-1 td {
        padding-top: 0;
    }
}

.table-2 {
    width: 100%;
}
.table-2 th {
    padding: 20px 10px;
    border-bottom: 1px solid #999999;
}
.table-2 td {
    padding: 20px 10px;
    border-bottom: 1px solid #DDDDDD;
}
.table-fixed {
    table-layout: fixed;
}
.item_data {
    width: 100%;
    border-top: 1px solid #ccc;
}
.item_data th, .item_data td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-weight: normal;
}

/*** Icon ***/
.ico-arrow {
    background: url(../img/ico_arrow_red.svg) 0 center no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}
.ico-arrow2 {
    background: url(../img/ico_arrow.svg) 0 center no-repeat;
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

/*** Position ***/
.relative {
    position: relative;
}
.position-right-top {
    position: absolute;
    top: 6px;
    right: 0;
}

/*** Form ***/
.form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.form-label {
    width: 230px;
    font-size: 16px;
    padding-top: 7px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    position: relative;
}
.form-label small {
    font-size: 80%;
}
.form-input {
    font-size: 16px;
    line-height: 1.5;
}
.confirm .form-input {
    padding-top: 14px;
}
@media screen and (min-width:769px) {
    .form_confirm .form-input {
        padding-top: 14px;
    }
    .form-input {
        width: 540px;
    }
}
@media screen and (max-width:768px) {
    .form-item {
        display: block;
    }
    .form-label {
        width: auto;
        margin-bottom: 20px;
    }
    .form-input {
        width: auto;
    }
}
.form-control,
.form-input input,
.form-input select,
.form-input textarea {
    border: 1px solid #EEEEEE;
    background: #F5F5F5;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}
.form-input select {
    cursor: pointer;
}
.form-control::placeholder {
    color: #CCCCCC;
}
select.form-control {
    width: auto;
}
.form-inline {
    width: auto;
}
.form-inner input {
    border: 1px solid #E5E5E5;
    background: #F5F5F5;
    border-radius: 3px;
    height: 40px;
    width: 30%;
    padding: 0 20px;
    font-size: 16px;
    margin: 0 10px;
}
select.form-control {
    cursor: pointer;
}
textarea.form-control,
.form-input textarea {
    height: auto;
    padding: 10px;
}
.form-md {
    width: calc((100% - 10px) / 2);
}
.form-sm {
    width: 120px;
    margin-right: 5px;
}
.form-xs {
    width: 80px;
    margin-right: 5px;
}
.form-year {
    width: 120px;
    margin-right: 10px;
}
.form-month {
    width: 50px;
    margin-right: 10px;
    margin-left: 20px;
}
.error-text {
    font-size: 14px;
    color: #DE0000;
    line-height: 1.4;
}
@media screen and (max-width:999px) {
    .form-sm {
        width: 25%;
    }
    .form-xs {
        width: 20%;
    }
    .form-month {
        margin-left: 10px;
    }
}
.form-group {
    display: block;
    margin-bottom: 10px;
}
label.form-group {
    cursor: pointer;
}
.checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #E5E5E5;
    background: #F1F1F1;
    border-radius: 3px;
    cursor: pointer;
}
.checkbox-inline {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.checkbox_std {
    display: none;
}
.checkbox_std + label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}
.checkbox_std + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    background-color: #f5f5f5;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.checkbox_std:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 2;
}
.required {
    display: inline-block;
    line-height: 1.4;
    background: #C00000;
    border-radius: 5px;
    padding: 1px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.15em;
    position: absolute;
    top: 10px;
    right: 0px;
}
.required-non {
    background: #707070;
}
.form-set {
    margin-bottom: 10px;
}

.form-set .form-set-item input {
    border-radius: 0;
    margin-bottom: -1px;
}

.form-set .form-set-item:first-child input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-set .form-set-item:last-child input {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form-round {
    border-radius: 10px;
}
.checkbox_std {
    cursor: pointer;
}
.radio_style, .checkbox_style {
    display: none;
}
.radio_style + label, .checkbox_style + label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
}
.radio_style + label::before,
.checkbox_style + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #F5F5F5;
    border: 1px solid #eee;
    border-radius: 100%;
    z-index: 1;
}
.radio_style:checked + label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #3197EE;
    border-radius: 100%;
    z-index: 2;
}
.checkbox_style + label::before {
    border-radius: 4px;
}
.checkbox_style:checked + label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #3197EE;
    font-size: 26px;
    position: absolute;
    top: -5px;
    left: -1px;
    /* width: 12px;
    height: 12px;
    border-right: 3px solid #3197EE;
    border-bottom: 2px solid #3197EE; */
    /* transform: rotate(60deg); */
    z-index: 2;
}

/*** エラー ***/
.alert-error {
    background: #F2CED0;
    border: 1px solid #C9151E;
    padding: 10px;
    color: #C9151E;
}

/* Snow Monkey Form */
.contact .smf-form--simple-table .smf-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.contact .smf-item__col--label {
    width: 35%;
    padding-top: 14px;
    font-weight: bold;
    position: relative;
}
.contact .smf-form--simple-table .smf-item__col--controls {
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
}
.contact .smf-form .smf-item .smf-text-control__control,
.contact .smf-form .smf-item .smf-textarea-control__control {
    display: block;
    width: 100%;
    border: 1px solid #EEEEEE;
    background: #F5F5F5;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    box-shadow: none;
}
.contact .smf-form .smf-item .smf-textarea-control__control {
    height: auto;
    padding: 10px;
}
.contact .has-vivid-red-color {
    position: absolute;
    top: 11px;
    right: 0;
    height: 18px;
    line-height: 18px;
    background: #C00000;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #fff!important;
    font-weight: normal;
}
.contact .smf-action .smf-button-control__control {
    background: #222222;
    display: inline-block;
    text-align: center;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    min-width: 227px;
}
.contact .smf-action .smf-button-control__control::after {
    content: "";
    display: inline-block;
    right: 0px;
    top: 16px;
    width: 20px;
    height: 10px;
    margin-left: 12px;
    background: url(../img/btn_arrow.svg) center center / contain no-repeat;
}

.form-inline .smf-item__col--controls * {
    display: inline-block;
}
.form-inline .smf-item__col--controls .smf-text-control,
.form-inline .smf-item__col--controls p {
    margin-right: 10px;
}
.contact .smf-form .smf-item .smf-text-control__control.form-md {
    width: 100px;
}
.contact .smf-form .smf-item .smf-text-control__control.form-sm {
    width: 60px;
}
.smf-item__controls a {
    text-decoration: underline;
}
.smf-item__controls p {
    margin-bottom: 10px;
}
@media screen and (min-width:1000px) {
    .contact .smf-form--simple-table .smf-item__col--controls {
        max-width: none;
        flex: 0 auto;
    }
    .contact .smf-form--simple-table .smf-item__col--label {
        flex: 0 auto;
        max-width: none;
    }
    .contact .smf-form--simple-table .smf-item {
        padding: 0;
    }
}
@media screen and (max-width:999px) {
    .contact .smf-form--simple-table .smf-item {
        display: block;
        padding: 0;
    }
    .contact .smf-form--simple-table .smf-item__col--label {
        width: auto;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .contact .smf-form--simple-table .smf-item__col--controls {
        width: auto;
    }
}

/*** Button ***/
.btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #D61D6F;
    border: none;
    text-decoration: none;
    color: #fff;
    border-radius: 70px;
    font-weight: 700;
    transition: 0.5s;
}
.btn:hover {
    opacity: 0.9;
    color: #FFF;
}
.btn-sm {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    padding: 0 24px;
}
.btn-md {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    padding: 20px 0;
}
.btn-lg {
    width: 380px;
    font-size: 26px;
    line-height: 80px;
    padding: 0 10px;
    border-radius: 50px;
}
.btn-submit {
    display: block;
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background-color: #D61D6F;
    cursor: pointer;
    border-radius: 70px;
    border: none;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.5s;
}
.btn-submit:hover {
    opacity: 0.8;
}
.btn-more {
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
    padding: 12px 32px;
    transition: 0.5s;
}
.btn-primary {
    background-color: #2E5090;
    color: #fff;
}
.btn-primary:hover {
    opacity: 0.8;
    color: #fff;
}
@media screen and (min-width:769px) {
    .btn-submit {
        min-width: 330px;
        margin: 0 auto;
    }
    .btn-md {
        width: 340px;
    }
}
@media screen and (max-width:768px) {
    .btn-lg {
        display: block;
        font-size: 26px;
        width: auto;
        padding: 0 10px;
        line-height: 70px;
    }
    .btn-more {
        display: block;
    }
    .btn-more:not(:last-child) {
        margin-bottom: 20px;
    }
    .btn-submit {
        width: 100%;
    }
    .btn-md {
        display: block;
    }
}
.btn-block {
    display: block;
    width: 100%;
}

/* PRIVACY */
.privacy_container h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.privacy_container h3:not(:first-child) {
    margin-top: 40px;
}
.privacy_container p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.5em;
}
.privacy_container ul li {
    font-size: 16px;
    line-height: 1.5;
    list-style: inside disc;
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
    .privacy_container h3 {
        font-size: 6vw;
    }
    .privacy_container p {
        font-size: 15px;
    }
    .privacy_container h3:not(:first-child) {
        margin-top: 30px;
    }
}


/*** Width ***/
.w250 {width: 250px!important;}
.w200 {width: 200px!important;}
@media screen and (min-width:1000px) {
    .pc-w360 {width: 360px;}
}

/* Height */
.height360 {height: 360px;}

/* Img Height */
.img-width-auto {
    width: auto;
    height: 100%;
}

/*** Margin Top ***/
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt45 {margin-top: 45px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important;}
.mt100 {margin-top: 100px!important;}
/*** Margin Left ***/
.ml0 {margin-left: 0px!important;}
.ml5 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml35 {margin-left: 35px!important;}
.ml40 {margin-left: 40px!important;}
.ml45 {margin-left: 45px!important;}
.ml50 {margin-left: 50px!important;}
.ml60 {margin-left: 60px!important;}
.ml70 {margin-left: 70px!important;}
.ml80 {margin-left: 80px!important;}
.ml90 {margin-left: 90px!important;}
.ml100 {margin-left: 100px!important;}
/*** Margin Bottom ***/
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100 {margin-bottom: 100px!important;}
/*** Margin Right ***/
.mr0 {margin-right: 0px!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr25 {margin-right: 25px!important;}
.mr30 {margin-right: 30px!important;}
.mr35 {margin-right: 35px!important;}
.mr40 {margin-right: 40px!important;}
.mr45 {margin-right: 45px!important;}
.mr50 {margin-right: 50px!important;}
.mr60 {margin-right: 60px!important;}
.mr70 {margin-right: 70px!important;}
.mr80 {margin-right: 80px!important;}
.mr90 {margin-right: 90px!important;}
.mr100 {margin-right: 100px!important;}
/*** Margin X ***/
.mx5 {margin-top: 5px!important;margin-bottom: 5px!important;}
.mx10 {margin: 0 10px!important;}
.mx15 {margin: 0 15px!important;}
.mx20 {margin: 0 20px!important;}
.mx25 {margin: 0 25px!important;}
.mx30 {margin: 0 30px!important;}
.mx35 {margin: 0 35px!important;}
.mx40 {margin: 0 40px!important;}
.mx45 {margin: 0 45px!important;}
.mx50 {margin: 0 50px!important;}
.mx60 {margin: 0 60px!important;}
.mx70 {margin: 0 70px!important;}
.mx80 {margin: 0 80px!important;}
.mx90 {margin: 0 90px!important;}
.mx100 {margin: 0 100px!important;}
/*** Margin Y ***/
.my0 {margin-top: 0!important;margin-bottom: 0!important;}
.my5 {margin: 5px 0!important;}
.my10 {margin: 10px 0!important;}
.my15 {margin: 15px 0!important;}
.my20 {margin: 20px 0!important;}
.my25 {margin: 25px 0!important;}
.my30 {margin: 30px 0!important;}
.my35 {margin: 35px 0!important;}
.my40 {margin: 40px 0!important;}
.my45 {margin: 45px 0!important;}
.my50 {margin: 50px 0!important;}
.my60 {margin: 60px 0!important;}
.my70 {margin: 70px 0!important;}
.my80 {margin: 80px 0!important;}
.my90 {margin: 90px 0!important;}
.my100 {margin: 100px 0!important;}
/*** Margin ***/
.m0 {margin: 0px!important;}
.m5 {margin: 5px!important;}
.m10 {margin: 10px!important;}
.m15 {margin: 15px!important;}
.m20 {margin: 20px!important;}
.m25 {margin: 25px!important;}
.m30 {margin: 30px!important;}
.m35 {margin: 35px!important;}
.m40 {margin: 40px!important;}
.m45 {margin: 45px!important;}
.m50 {margin: 50px!important;}
@media screen and (min-width:1000px) {
    /*** Margin Top ***/
    .pc-mt5 {margin-top: 5px!important;}
    .pc-mt10 {margin-top: 10px!important;}
    .pc-mt15 {margin-top: 15px!important;}
    .pc-mt20 {margin-top: 20px!important;}
    .pc-mt25 {margin-top: 25px!important;}
    .pc-mt30 {margin-top: 30px!important;}
    .pc-mt35 {margin-top: 35px!important;}
    .pc-mt40 {margin-top: 40px!important;}
    .pc-mt45 {margin-top: 45px!important;}
    .pc-mt50 {margin-top: 50px!important;}
    .pc-mt60 {margin-top: 60px!important;}
    .pc-mt70 {margin-top: 70px!important;}
    .pc-mt80 {margin-top: 80px!important;}
    .pc-mt90 {margin-top: 90px!important;}
    .pc-mt100 {margin-top: 100px!important;}
    /*** Margin Bottom ***/
    .pc-ml5 {margin-left: 5px!important;}
    .pc-ml10 {margin-left: 10px!important;}
    .pc-ml15 {margin-left: 15px!important;}
    .pc-ml20 {margin-left: 20px!important;}
    .pc-ml25 {margin-left: 25px!important;}
    .pc-ml30 {margin-left: 30px!important;}
    .pc-ml35 {margin-left: 35px!important;}
    .pc-ml40 {margin-left: 40px!important;}
    .pc-ml45 {margin-left: 45px!important;}
    .pc-ml50 {margin-left: 50px!important;}
    .pc-ml60 {margin-left: 60px!important;}
    .pc-ml70 {margin-left: 70px!important;}
    .pc-ml80 {margin-left: 80px!important;}
    .pc-ml90 {margin-left: 90px!important;}
    .pc-ml100 {margin-left: 100px!important;}
    /*** Margin Left ***/
    .pc-mb0 {margin-bottom: 0px!important;}
    .pc-mb5 {margin-bottom: 5px!important;}
    .pc-mb10 {margin-bottom: 10px!important;}
    .pc-mb15 {margin-bottom: 15px!important;}
    .pc-mb20 {margin-bottom: 20px!important;}
    .pc-mb25 {margin-bottom: 25px!important;}
    .pc-mb30 {margin-bottom: 30px!important;}
    .pc-mb35 {margin-bottom: 35px!important;}
    .pc-mb40 {margin-bottom: 40px!important;}
    .pc-mb45 {margin-bottom: 45px!important;}
    .pc-mb50 {margin-bottom: 50px!important;}
    .pc-mb60 {margin-bottom: 60px!important;}
    .pc-mb70 {margin-bottom: 70px!important;}
    .pc-mb80 {margin-bottom: 80px!important;}
    .pc-mb90 {margin-bottom: 90px!important;}
    .pc-mb100 {margin-bottom: 100px!important;}
    /*** Margin Right ***/
    .pc-mr5 {margin-right: 5px!important;}
    .pc-mr10 {margin-right: 10px!important;}
    .pc-mr15 {margin-right: 15px!important;}
    .pc-mr20 {margin-right: 20px!important;}
    .pc-mr25 {margin-right: 25px!important;}
    .pc-mr30 {margin-right: 30px!important;}
    .pc-mr35 {margin-right: 35px!important;}
    .pc-mr40 {margin-right: 40px!important;}
    .pc-mr45 {margin-right: 45px!important;}
    .pc-mr50 {margin-right: 50px!important;}
    .pc-mr60 {margin-right: 60px!important;}
    .pc-mr70 {margin-right: 70px!important;}
    .pc-mr80 {margin-right: 80px!important;}
    .pc-mr90 {margin-right: 90px!important;}
    .pc-mr100 {margin-right: 100px!important;}
    /*** Margin X ***/
    .pc-mx5 {margin: 0 5px!important;}
    .pc-mx10 {margin: 0 10px!important;}
    .pc-mx15 {margin: 0 15px!important;}
    .pc-mx20 {margin: 0 20px!important;}
    .pc-mx25 {margin: 0 25px!important;}
    .pc-mx30 {margin: 0 30px!important;}
    .pc-mx35 {margin: 0 35px!important;}
    .pc-mx40 {margin: 0 40px!important;}
    .pc-mx45 {margin: 0 45px!important;}
    .pc-mx50 {margin: 0 50px!important;}
    .pc-mx60 {margin: 0 60px!important;}
    .pc-mx70 {margin: 0 70px!important;}
    .pc-mx80 {margin: 0 80px!important;}
    .pc-mx90 {margin: 0 90px!important;}
    .pc-mx100 {margin: 0 100px!important;}
    /*** Margin Y ***/
    .pc-my5 {margin: 5px 0!important;}
    .pc-my10 {margin: 10px 0!important;}
    .pc-my15 {margin: 15px 0!important;}
    .pc-my20 {margin: 20px 0!important;}
    .pc-my25 {margin: 25px 0!important;}
    .pc-my30 {margin: 30px 0!important;}
    .pc-my35 {margin: 35px 0!important;}
    .pc-my40 {margin: 40px 0!important;}
    .pc-my45 {margin: 45px 0!important;}
    .pc-my50 {margin: 50px 0!important;}
    .pc-my60 {margin: 60px 0!important;}
    .pc-my70 {margin: 70px 0!important;}
    .pc-my80 {margin: 80px 0!important;}
    .pc-my90 {margin: 90px 0!important;}
    .pc-my100 {margin: 100px 0!important;}
    /*** Margin ***/
    .pc-m10 {margin: 10px!important;}
    .pc-m15 {margin: 15px!important;}
    .pc-m20 {margin: 20px!important;}
    .pc-m25 {margin: 25px!important;}
    .pc-m30 {margin: 30px!important;}
    .pc-m35 {margin: 35px!important;}
    .pc-m40 {margin: 40px!important;}
    .pc-m45 {margin: 45px!important;}
    .pc-m50 {margin: 50px!important;}
}
@media screen and (max-width:999px) {
    /*** Margin Top ***/
    .sp-mt5 {margin-top: 5px!important;}
    .sp-mt10 {margin-top: 10px!important;}
    .sp-mt15 {margin-top: 15px!important;}
    .sp-mt20 {margin-top: 20px!important;}
    .sp-mt25 {margin-top: 25px!important;}
    .sp-mt30 {margin-top: 30px!important;}
    .sp-mt35 {margin-top: 35px!important;}
    .sp-mt40 {margin-top: 40px!important;}
    .sp-mt45 {margin-top: 45px!important;}
    .sp-mt50 {margin-top: 50px!important;}
    .sp-mt60 {margin-top: 60px!important;}
    .sp-mt70 {margin-top: 70px!important;}
    .sp-mt80 {margin-top: 80px!important;}
    .sp-mt90 {margin-top: 90px!important;}
    .sp-mt100 {margin-top: 100px!important;}
    /*** Margin Bottom ***/
    .sp-ml5 {margin-left: 5px!important;}
    .sp-ml10 {margin-left: 10px!important;}
    .sp-ml15 {margin-left: 15px!important;}
    .sp-ml20 {margin-left: 20px!important;}
    .sp-ml25 {margin-left: 25px!important;}
    .sp-ml30 {margin-left: 30px!important;}
    .sp-ml35 {margin-left: 35px!important;}
    .sp-ml40 {margin-left: 40px!important;}
    .sp-ml45 {margin-left: 45px!important;}
    .sp-ml50 {margin-left: 50px!important;}
    .sp-ml60 {margin-left: 60px!important;}
    .sp-ml70 {margin-left: 70px!important;}
    .sp-ml80 {margin-left: 80px!important;}
    .sp-ml90 {margin-left: 90px!important;}
    .sp-ml100 {margin-left: 100px!important;}
    /*** Margin Left ***/
    .sp-mb0 {margin-bottom: 0px!important;}
    .sp-mb5 {margin-bottom: 5px!important;}
    .sp-mb10 {margin-bottom: 10px!important;}
    .sp-mb15 {margin-bottom: 15px!important;}
    .sp-mb20 {margin-bottom: 20px!important;}
    .sp-mb25 {margin-bottom: 25px!important;}
    .sp-mb30 {margin-bottom: 30px!important;}
    .sp-mb35 {margin-bottom: 35px!important;}
    .sp-mb40 {margin-bottom: 40px!important;}
    .sp-mb45 {margin-bottom: 45px!important;}
    .sp-mb50 {margin-bottom: 50px!important;}
    .sp-mb60 {margin-bottom: 60px!important;}
    .sp-mb70 {margin-bottom: 70px!important;}
    .sp-mb80 {margin-bottom: 80px!important;}
    .sp-mb90 {margin-bottom: 90px!important;}
    .sp-mb100 {margin-bottom: 100px!important;}
    /*** Margin Right ***/
    .sp-mr5 {margin-right: 5px!important;}
    .sp-mr10 {margin-right: 10px!important;}
    .sp-mr15 {margin-right: 15px!important;}
    .sp-mr20 {margin-right: 20px!important;}
    .sp-mr25 {margin-right: 25px!important;}
    .sp-mr30 {margin-right: 30px!important;}
    .sp-mr35 {margin-right: 35px!important;}
    .sp-mr40 {margin-right: 40px!important;}
    .sp-mr45 {margin-right: 45px!important;}
    .sp-mr50 {margin-right: 50px!important;}
    .sp-mr60 {margin-right: 60px!important;}
    .sp-mr70 {margin-right: 70px!important;}
    .sp-mr80 {margin-right: 80px!important;}
    .sp-mr90 {margin-right: 90px!important;}
    .sp-mr100 {margin-right: 100px!important;}
    /*** Margin X ***/
    .sp-mx5 {margin: 0 5px!important;}
    .sp-mx10 {margin: 0 10px!important;}
    .sp-mx15 {margin: 0 15px!important;}
    .sp-mx20 {margin: 0 20px!important;}
    .sp-mx25 {margin: 0 25px!important;}
    .sp-mx30 {margin: 0 30px!important;}
    .sp-mx35 {margin: 0 35px!important;}
    .sp-mx40 {margin: 0 40px!important;}
    .sp-mx45 {margin: 0 45px!important;}
    .sp-mx50 {margin: 0 50px!important;}
    .sp-mx60 {margin: 0 60px!important;}
    .sp-mx70 {margin: 0 70px!important;}
    .sp-mx80 {margin: 0 80px!important;}
    .sp-mx90 {margin: 0 90px!important;}
    .sp-mx100 {margin: 0 100px!important;}
    /*** Margin Y ***/
    .sp-my5 {margin: 5px 0!important;}
    .sp-my10 {margin: 10px 0!important;}
    .sp-my15 {margin: 15px 0!important;}
    .sp-my20 {margin: 20px 0!important;}
    .sp-my25 {margin: 25px 0!important;}
    .sp-my30 {margin: 30px 0!important;}
    .sp-my35 {margin: 35px 0!important;}
    .sp-my40 {margin: 40px 0!important;}
    .sp-my45 {margin: 45px 0!important;}
    .sp-my50 {margin: 50px 0!important;}
    .sp-my60 {margin: 60px 0!important;}
    .sp-my70 {margin: 70px 0!important;}
    .sp-my80 {margin: 80px 0!important;}
    .sp-my90 {margin: 90px 0!important;}
    .sp-my100 {margin: 100px 0!important;}
    /*** Margin ***/
    .sp-m10 {margin: 10px!important;}
    .sp-m15 {margin: 15px!important;}
    .sp-m20 {margin: 20px!important;}
    .sp-m25 {margin: 25px!important;}
    .sp-m30 {margin: 30px!important;}
    .sp-m35 {margin: 35px!important;}
    .sp-m40 {margin: 40px!important;}
    .sp-m45 {margin: 45px!important;}
    .sp-m50 {margin: 50px!important;}
}
/*** Padding Top ***/
.pt0 {padding-top: 0px!important;}
.pt5 {padding-top: 5px!important;}
.pt10 {padding-top: 10px!important;}
.pt15 {padding-top: 15px!important;}
.pt20 {padding-top: 20px!important;}
.pt25 {padding-top: 25px!important;}
.pt30 {padding-top: 30px!important;}
.pt35 {padding-top: 35px!important;}
.pt40 {padding-top: 40px!important;}
.pt45 {padding-top: 45px!important;}
.pt50 {padding-top: 50px!important;}
.pt60 {padding-top: 60px!important;}
.pt70 {padding-top: 70px!important;}
.pt80 {padding-top: 80px!important;}
.pt90 {padding-top: 90px!important;}
.pt100 {padding-top: 100px!important;}
/*** Padding Bottom ***/
.pl5 {padding-left: 5px!important;}
.pl10 {padding-left: 10px!important;}
.pl15 {padding-left: 15px!important;}
.pl20 {padding-left: 20px!important;}
.pl25 {padding-left: 25px!important;}
.pl30 {padding-left: 30px!important;}
.pl35 {padding-left: 35px!important;}
.pl40 {padding-left: 40px!important;}
.pl45 {padding-left: 45px!important;}
.pl50 {padding-left: 50px!important;}
.pl60 {padding-left: 60px!important;}
.pl70 {padding-left: 70px!important;}
.pl80 {padding-left: 80px!important;}
.pl90 {padding-left: 90px!important;}
.pl100 {padding-left: 100px!important;}
/*** Padding Left ***/
.pb0 {padding-bottom: 0px!important;}
.pb5 {padding-bottom: 5px!important;}
.pb10 {padding-bottom: 10px!important;}
.pb15 {padding-bottom: 15px!important;}
.pb20 {padding-bottom: 20px!important;}
.pb25 {padding-bottom: 25px!important;}
.pb30 {padding-bottom: 30px!important;}
.pb35 {padding-bottom: 35px!important;}
.pb40 {padding-bottom: 40px!important;}
.pb45 {padding-bottom: 45px!important;}
.pb50 {padding-bottom: 50px!important;}
.pb60 {padding-bottom: 60px!important;}
.pb70 {padding-bottom: 70px!important;}
.pb80 {padding-bottom: 80px!important;}
.pb90 {padding-bottom: 90px!important;}
.pb100 {padding-bottom: 100px!important;}
/*** Padding Right ***/
.pr5 {padding-right: 5px!important;}
.pr10 {padding-right: 10px!important;}
.pr15 {padding-right: 15px!important;}
.pr20 {padding-right: 20px!important;}
.pr25 {padding-right: 25px!important;}
.pr30 {padding-right: 30px!important;}
.pr35 {padding-right: 35px!important;}
.pr40 {padding-right: 40px!important;}
.pr45 {padding-right: 45px!important;}
.pr50 {padding-right: 50px!important;}
.pr60 {padding-right: 60px!important;}
.pr70 {padding-right: 70px!important;}
.pr80 {padding-right: 80px!important;}
.pr90 {padding-right: 90px!important;}
.pr100 {padding-right: 100px!important;}
/*** Padding X ***/
.px5 {padding: 0 5px!important;}
.px10 {padding: 0 10px!important;}
.px15 {padding: 0 15px!important;}
.px20 {padding: 0 20px!important;}
.px25 {padding: 0 25px!important;}
.px30 {padding: 0 30px!important;}
.px35 {padding: 0 35px!important;}
.px40 {padding: 0 40px!important;}
.px45 {padding: 0 45px!important;}
.px50 {padding: 0 50px!important;}
.px60 {padding: 0 60px!important;}
.px70 {padding: 0 70px!important;}
.px80 {padding: 0 80px!important;}
.px90 {padding: 0 90px!important;}
.px100 {padding: 0 100px!important;}
/*** Padding Y ***/
.py5 {padding: 5px 0!important;}
.py10 {padding: 10px 0!important;}
.py15 {padding: 15px 0!important;}
.py20 {padding: 20px 0!important;}
.py25 {padding: 25px 0!important;}
.py30 {padding: 30px 0!important;}
.py35 {padding: 35px 0!important;}
.py40 {padding: 40px 0!important;}
.py45 {padding: 45px 0!important;}
.py50 {padding: 50px 0!important;}
.py60 {padding: 60px 0!important;}
.py70 {padding: 70px 0!important;}
.py80 {padding: 80px 0!important;}
.py90 {padding: 90px 0!important;}
.py100 {padding: 100px 0!important;}
/*** Padding ***/
.p10 {padding: 10px!important;}
.p15 {padding: 15px!important;}
.p20 {padding: 20px!important;}
.p25 {padding: 25px!important;}
.p30 {padding: 30px!important;}
.p35 {padding: 35px!important;}
.p40 {padding: 40px!important;}
.p45 {padding: 45px!important;}
.p50 {padding: 50px!important;}
@media screen and (min-width:1000px) {
    /*** Padding Top ***/
    .pc-pt5 {padding-top: 5px!important;}
    .pc-pt10 {padding-top: 10px!important;}
    .pc-pt15 {padding-top: 15px!important;}
    .pc-pt20 {padding-top: 20px!important;}
    .pc-pt25 {padding-top: 25px!important;}
    .pc-pt30 {padding-top: 30px!important;}
    .pc-pt35 {padding-top: 35px!important;}
    .pc-pt40 {padding-top: 40px!important;}
    .pc-pt45 {padding-top: 45px!important;}
    .pc-pt50 {padding-top: 50px!important;}
    .pc-pt60 {padding-top: 60px!important;}
    .pc-pt70 {padding-top: 70px!important;}
    .pc-pt80 {padding-top: 80px!important;}
    .pc-pt90 {padding-top: 90px!important;}
    .pc-pt100 {padding-top: 100px!important;}
    /*** Padding Bottom ***/
    .pc-pl5 {padding-left: 5px!important;}
    .pc-pl10 {padding-left: 10px!important;}
    .pc-pl15 {padding-left: 15px!important;}
    .pc-pl20 {padding-left: 20px!important;}
    .pc-pl25 {padding-left: 25px!important;}
    .pc-pl30 {padding-left: 30px!important;}
    .pc-pl35 {padding-left: 35px!important;}
    .pc-pl40 {padding-left: 40px!important;}
    .pc-pl45 {padding-left: 45px!important;}
    .pc-pl50 {padding-left: 50px!important;}
    .pc-pl60 {padding-left: 60px!important;}
    .pc-pl70 {padding-left: 70px!important;}
    .pc-pl80 {padding-left: 80px!important;}
    .pc-pl90 {padding-left: 90px!important;}
    .pc-pl100 {padding-left: 100px!important;}
    /*** Padding Left ***/
    .pc-pb5 {padding-bottom: 5px!important;}
    .pc-pb10 {padding-bottom: 10px!important;}
    .pc-pb15 {padding-bottom: 15px!important;}
    .pc-pb20 {padding-bottom: 20px!important;}
    .pc-pb25 {padding-bottom: 25px!important;}
    .pc-pb30 {padding-bottom: 30px!important;}
    .pc-pb35 {padding-bottom: 35px!important;}
    .pc-pb40 {padding-bottom: 40px!important;}
    .pc-pb45 {padding-bottom: 45px!important;}
    .pc-pb50 {padding-bottom: 50px!important;}
    .pc-pb60 {padding-bottom: 60px!important;}
    .pc-pb70 {padding-bottom: 70px!important;}
    .pc-pb80 {padding-bottom: 80px!important;}
    .pc-pb90 {padding-bottom: 90px!important;}
    .pc-pb100 {padding-bottom: 100px!important;}
    /*** Padding Right ***/
    .pc-pr5 {padding-right: 5px!important;}
    .pc-pr10 {padding-right: 10px!important;}
    .pc-pr15 {padding-right: 15px!important;}
    .pc-pr20 {padding-right: 20px!important;}
    .pc-pr25 {padding-right: 25px!important;}
    .pc-pr30 {padding-right: 30px!important;}
    .pc-pr35 {padding-right: 35px!important;}
    .pc-pr40 {padding-right: 40px!important;}
    .pc-pr45 {padding-right: 45px!important;}
    .pc-pr50 {padding-right: 50px!important;}
    .pc-pr60 {padding-right: 60px!important;}
    .pc-pr70 {padding-right: 70px!important;}
    .pc-pr80 {padding-right: 80px!important;}
    .pc-pr90 {padding-right: 90px!important;}
    .pc-pr100 {padding-right: 100px!important;}
    /*** Padding X ***/
    .pc-px5 {padding: 0 5px!important;}
    .pc-px10 {padding: 0 10px!important;}
    .pc-px15 {padding: 0 15px!important;}
    .pc-px20 {padding: 0 20px!important;}
    .pc-px25 {padding: 0 25px!important;}
    .pc-px30 {padding: 0 30px!important;}
    .pc-px35 {padding: 0 35px!important;}
    .pc-px40 {padding: 0 40px!important;}
    .pc-px45 {padding: 0 45px!important;}
    .pc-px50 {padding: 0 50px!important;}
    .pc-px60 {padding: 0 60px!important;}
    .pc-px70 {padding: 0 70px!important;}
    .pc-px80 {padding: 0 80px!important;}
    .pc-px90 {padding: 0 90px!important;}
    .pc-px100 {padding: 0 100px!important;}
    /*** Padding Y ***/
    .pc-py5 {padding: 5px 0!important;}
    .pc-py10 {padding: 10px 0!important;}
    .pc-py15 {padding: 15px 0!important;}
    .pc-py20 {padding: 20px 0!important;}
    .pc-py25 {padding: 25px 0!important;}
    .pc-py30 {padding: 30px 0!important;}
    .pc-py35 {padding: 35px 0!important;}
    .pc-py40 {padding: 40px 0!important;}
    .pc-py45 {padding: 45px 0!important;}
    .pc-py50 {padding: 50px 0!important;}
    .pc-py60 {padding: 60px 0!important;}
    .pc-py70 {padding: 70px 0!important;}
    .pc-py80 {padding: 80px 0!important;}
    .pc-py90 {padding: 90px 0!important;}
    .pc-py100 {padding: 100px 0!important;}
}
@media screen and (max-width:999px) {
    /*** Padding Top ***/
    .sp-pt5 {padding-top: 5px!important;}
    .sp-pt10 {padding-top: 10px!important;}
    .sp-pt15 {padding-top: 15px!important;}
    .sp-pt20 {padding-top: 20px!important;}
    .sp-pt25 {padding-top: 25px!important;}
    .sp-pt30 {padding-top: 30px!important;}
    .sp-pt35 {padding-top: 35px!important;}
    .sp-pt40 {padding-top: 40px!important;}
    .sp-pt45 {padding-top: 45px!important;}
    .sp-pt50 {padding-top: 50px!important;}
    .sp-pt60 {padding-top: 60px!important;}
    .sp-pt70 {padding-top: 70px!important;}
    .sp-pt80 {padding-top: 80px!important;}
    .sp-pt90 {padding-top: 90px!important;}
    .sp-pt100 {padding-top: 100px!important;}
    /*** Padding Bottom ***/
    .sp-pl5 {padding-left: 5px!important;}
    .sp-pl10 {padding-left: 10px!important;}
    .sp-pl15 {padding-left: 15px!important;}
    .sp-pl20 {padding-left: 20px!important;}
    .sp-pl25 {padding-left: 25px!important;}
    .sp-pl30 {padding-left: 30px!important;}
    .sp-pl35 {padding-left: 35px!important;}
    .sp-pl40 {padding-left: 40px!important;}
    .sp-pl45 {padding-left: 45px!important;}
    .sp-pl50 {padding-left: 50px!important;}
    .sp-pl60 {padding-left: 60px!important;}
    .sp-pl70 {padding-left: 70px!important;}
    .sp-pl80 {padding-left: 80px!important;}
    .sp-pl90 {padding-left: 90px!important;}
    .sp-pl100 {padding-left: 100px!important;}
    /*** Padding Left ***/
    .sp-pb0 {padding-bottom: 0px!important;}
    .sp-pb5 {padding-bottom: 5px!important;}
    .sp-pb10 {padding-bottom: 10px!important;}
    .sp-pb15 {padding-bottom: 15px!important;}
    .sp-pb20 {padding-bottom: 20px!important;}
    .sp-pb25 {padding-bottom: 25px!important;}
    .sp-pb30 {padding-bottom: 30px!important;}
    .sp-pb35 {padding-bottom: 35px!important;}
    .sp-pb40 {padding-bottom: 40px!important;}
    .sp-pb45 {padding-bottom: 45px!important;}
    .sp-pb50 {padding-bottom: 50px!important;}
    .sp-pb60 {padding-bottom: 60px!important;}
    .sp-pb70 {padding-bottom: 70px!important;}
    .sp-pb80 {padding-bottom: 80px!important;}
    .sp-pb90 {padding-bottom: 90px!important;}
    .sp-pb100 {padding-bottom: 100px!important;}
    /*** Padding Right ***/
    .sp-pr5 {padding-right: 5px!important;}
    .sp-pr10 {padding-right: 10px!important;}
    .sp-pr15 {padding-right: 15px!important;}
    .sp-pr20 {padding-right: 20px!important;}
    .sp-pr25 {padding-right: 25px!important;}
    .sp-pr30 {padding-right: 30px!important;}
    .sp-pr35 {padding-right: 35px!important;}
    .sp-pr40 {padding-right: 40px!important;}
    .sp-pr45 {padding-right: 45px!important;}
    .sp-pr50 {padding-right: 50px!important;}
    .sp-pr60 {padding-right: 60px!important;}
    .sp-pr70 {padding-right: 70px!important;}
    .sp-pr80 {padding-right: 80px!important;}
    .sp-pr90 {padding-right: 90px!important;}
    .sp-pr100 {padding-right: 100px!important;}
    /*** Padding X ***/
    .sp-px5 {padding: 0 5px!important;}
    .sp-px10 {padding: 0 10px!important;}
    .sp-px15 {padding: 0 15px!important;}
    .sp-px20 {padding: 0 20px!important;}
    .sp-px25 {padding: 0 25px!important;}
    .sp-px30 {padding: 0 30px!important;}
    .sp-px35 {padding: 0 35px!important;}
    .sp-px40 {padding: 0 40px!important;}
    .sp-px45 {padding: 0 45px!important;}
    .sp-px50 {padding: 0 50px!important;}
    .sp-px60 {padding: 0 60px!important;}
    .sp-px70 {padding: 0 70px!important;}
    .sp-px80 {padding: 0 80px!important;}
    .sp-px90 {padding: 0 90px!important;}
    .sp-px100 {padding: 0 100px!important;}
    /*** Padding Y ***/
    .sp-py5 {padding: 5px 0!important;}
    .sp-py10 {padding: 10px 0!important;}
    .sp-py15 {padding: 15px 0!important;}
    .sp-py20 {padding: 20px 0!important;}
    .sp-py25 {padding: 25px 0!important;}
    .sp-py30 {padding: 30px 0!important;}
    .sp-py35 {padding: 35px 0!important;}
    .sp-py40 {padding: 40px 0!important;}
    .sp-py45 {padding: 45px 0!important;}
    .sp-py50 {padding: 50px 0!important;}
    .sp-py60 {padding: 60px 0!important;}
    .sp-py70 {padding: 70px 0!important;}
    .sp-py80 {padding: 80px 0!important;}
    .sp-py90 {padding: 90px 0!important;}
    .sp-py100 {padding: 100px 0!important;}
}

/* ----------------------------------------------
	Grid System
-------------------------------------------------*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
@media screen and (min-width:1000px) {
    .pc-col-1 {
        width: 8.33333333%;
    }
    .pc-col-2 {
        width: 16.66666667%;
    }
    .pc-col-3 {
        width: 25%;
    }
    .pc-col-4 {
        width: 33.33333333%;
    }
    .pc-col-5 {
        width: 41.66666667%;
    }
    .pc-col-6 {
        width: 50%;
    }
    .pc-col-7 {
        width: 58.33333333%;
    }
    .pc-col-8 {
        width: 66.66666667%;
    }
    .pc-col-9 {
        width: 75%;
    }
    .pc-col-10 {
        width: 83.33333333%;
    }
    .pc-col-11 {
        width: 91.66666667%;
    }
    .pc-col-12 {
        width: 100%;
    }
}
@media screen and (max-width:999px) {
    .sp-col-1 {
        width: 8.33333333%;
    }
    .sp-col-2 {
        width: 16.66666667%;
    }
    .sp-col-3 {
        width: 25%;
    }
    .sp-col-4 {
        width: 33.33333333%;
    }
    .sp-col-5 {
        width: 41.66666667%;
    }
    .sp-col-6 {
        width: 50%;
    }
    .sp-col-7 {
        width: 58.33333333%;
    }
    .sp-col-8 {
        width: 66.66666667%;
    }
    .sp-col-9 {
        width: 75%;
    }
    .sp-col-10 {
        width: 83.33333333%;
    }
    .sp-col-11 {
        width: 91.66666667%;
    }
    .sp-col-12 {
        width: 100%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    box-sizing: border-box;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.pc-col-1, .pc-col-2, .pc-col-3, .pc-col-4, .pc-col-5, .pc-col-6, .pc-col-7, .pc-col-8, .pc-col-9, .pc-col-10, .pc-col-11, .pc-col-12,
.sp-col-1, .sp-col-2, .sp-col-3, .sp-col-4, .sp-col-5, .sp-col-6, .sp-col-7, .sp-col-8, .sp-col-9, .sp-col-10, .sp-col-11, .sp-col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* flex */
.flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-center {
    justify-content: center;
}
.flex-between {
    justify-content: space-between;
}
.flex-v-center {
    align-items: center!important;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex3-item {
    margin-right: 50px;
}
.flex-item-40 {
    margin-right: 40px;
}
@media screen and (min-width:1000px) {
    .flex-item-40 {
        width: 30%;
    }
}
.flex-wrap .flex3-item:last-child {
    margin-right: 0;
}
@media screen and (min-width:1000px) {
    .pc-flex {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* ページャー */
.pager {
    margin-top: 20px;
    text-align: center;
}
.pager .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager a {
    text-decoration: none;
    color: #222;
    border-radius: 5px;
}
.pager .nav-links a, .pager .nav-links span {
    font-size: 14px;
}
.pager a:hover {
    background: #cccccc;
}
.pager .page-numbers {
    display: block;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #4E454A;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 5px;
}
.pager .current {
    background: #4E454A;
    color: #fff;
}
.pager .page-numbers.next,
.pager .page-numbers.prev {
    background-color: #D61D6F;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}
.pager .page-numbers.next:hover,
.pager .page-numbers.prev:hover {
    opacity: 0.8;
}

/* SP Only */
@media screen and (min-width:769px){
    .sp-only {display: none!important;}
}
@media screen and (max-width:768px) {
    .pc-only {display: none!important;}
}



/* ----------------------------------------------
	Header
-------------------------------------------------*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}
.header_inner {
    margin: 0 auto;
    text-align: left;
}
.logo {
    display: flex;
    align-items: center;
}
.header_navi li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
.header_navi li a {
    color: #222;
    transition: 0.5s;
}
.header_navi li a:hover {
    opacity: 0.8;
}
@media screen and (min-width:769px) {
    body.body {
        padding-top: 80px;
    }
    .customize-support .header {
        top: 32px;
    }
    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0;
        max-width: 1200px;
        height: 80px;
        margin: 0 auto;
    }
    .logo img {
        max-width: 205px;
    }
    .header_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header_navi {
        display: flex;
    }
    .header_navi li:not(:first-child) {
        margin-left: 40px;
    }
    .header_cta {
        margin-left: 30px;
    }
    .nav-drawer {
        display: none;
    }
}
@media screen and (max-width:768px) {
    body.body {
        padding-top: 80px;
    }
    #wpadminbar {
        position: fixed!important;
    }
    .header {
        z-index: 999;
    }
    .customize-support .header {
        top: 46px;
    }
    .header_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
        height: 80px;
    }
    .logo img  {
    }
    .header_right {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background-color: #4E454A;
        box-shadow: 0px 1px 10px 1px rgba(0,0,0,20%);
        display: none;
        z-index: 999;
    }
    .header_navi li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #666;
    }
    .header_cta li a {
        padding: 15px 0;
        text-align: center;
        width: 100%;
        border-radius: 0;
        font-size: 16px;
    }
    .customize-support .header_navi {
        top: 111px;
    }
    /*** ハンバーガーメニュー ***/
    .nav-drawer {
        position: fixed;
        top: 23px;
        right: 10px;
        display: block;
        background-color: #4E454A;
        width: 38px;
        height: 33px;
        border-radius: 5px;
        z-index: 999;
    }
    .customize-support .nav-drawer {
        top: 71px;
    }
    .nav_toggle i {
        color: #fff;
        font-size: 28px;
        line-height: 33px;
    }
    /*** ハンバーガーメニューopen ***/
    .nav_toggle.open span, .nav_toggle.open i:before, .nav_toggle.open i:after {
        position: absolute;
        height: 3px;
        width: 30px;
        border-radius: 3px;
        background: #fff;
        display: block;
        content: '';
        top: 22px;
        left: 10px;
    }
    .nav_toggle.open i {
        width: 0;
    }
    .nav_toggle.open i:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .nav_toggle.open i:after {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,64%);
        z-index: 99;
    }
}


/* ----------------------------------------------
	Footer
-------------------------------------------------*/

.footer {
    background: #4E454A;
    color: #fff;
    text-align: center;
    padding: 30px 0 50px;
}
.footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer_navi {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.footer_navi li {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
        margin: 0 15px;
}
.footer_navi li a {
    color: #fff;
}
.footer_navi li a:hover {
    color: #ddd;
}
.footer_txt {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}
.footer_txt a {
    color: #fff;
}
.footer_sub_navi {
    display: flex;
    justify-content: center;
}
.footer_sub_navi li {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 15px;
}
.footer_sub_navi li a {
    color: #fff;
}
.footer_sub_navi li a:hover {
    color: #ddd;
}
.copyright {
    font-size: 12px;
    color: #FFF;
    margin-top: 50px;
}
.footer_logo {
    margin-bottom: 25px;
}
@media screen and (min-width:769px) {
}
@media screen and (max-width:768px) {
    .footer {
        padding: 20px 20px 30px;
    }
    .footer_navi {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .footer_navi li {
        margin-bottom: 20px;
    }
    .copyright {
        text-align: center;
    }
    .footer_logo {
        margin-bottom: 40px;
    }
}


/* ----------------------------------------------
	Common
-------------------------------------------------*/
.wrapper {
    padding: 80px 0 0;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.inner-800 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.inner-1000 {
    max-width: 1000px;
}
.inner-1080 {
    max-width: 1080px;
}
.inner-wide {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}
.container {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}
@media screen and (min-width:769px) {
    .inner_flex {
        display: flex;
        justify-content: space-between;
    }
    .main {
        width: 870px;
    }
    .side {
        width: 280px;
    }
    .wrapper.bg-dark,
    .wrapper.bg-lightgray {
        padding-bottom: 80px;
    }
}
@media screen and (max-width:768px) {
    .container {
        margin-bottom: 50px;
    }
    .inner {
        padding: 0 20px;
    }
    .wrapper {
        padding: 50px 0;
    }
    .main {
        margin-bottom: 50px;
    }
}
/* Subject */
.page_header {
    text-align: left;
}
.page_ttl {
    display: inline-block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    background-color: #4E454A;
    padding: 5px 25px;
    margin-top: 45px;
}
.page_header_txt {
    font-size: 20px;
    line-height: 1.5;
    color: #4E454A;
    letter-spacing: 0.05em;
    background-color: rgba(255,255,255,80%);
    padding: 20px;
    display: inline-block;
}
.ttl-h2_container {
    margin-bottom: 70px;
    position: relative;
    text-align: center;
}
.ttl-h2_en {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #D61D6F;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
.ttl-h2 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4;
    color: #4E454A;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    position: relative;
}
.ttl-h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background-color: #D61D6F;
    margin-left: -30px;
}
.ttl-h2_lead {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 30px;
}
.ttl-h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    color: #4E454A;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (min-width:769px) {
    .page_header {
        height: 400px;
        padding-top: 30px;
    }
    .page_header_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .ttl-h2_lead_side {
        position: absolute;
        top: 53px;
        right: 0px;
    }
    .page_header_sm {
        height: 230px;
    }
}
@media screen and (max-width:768px) {
    .page_header {
        padding: 20px;
        background-size: cover;
    }
    .page_header_inner {
        position: relative;
        z-index: 10;
    }
    .page_ttl {
        font-size: 6vw;
        padding: 2px 15px;
        display: block;
        letter-spacing: 0.05em;
        margin-top: 30px;
    }
    .page_header_txt {
        font-size: 3.5vw;
        padding: 10px;
    }
    .ttl-h2_container {
        margin-bottom: 50px;
    }
    .ttl-h2_en {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .ttl-h2 {
        font-size: 6vw;
        letter-spacing: 0em;
    }
    .ttl-h2_lead {
        font-size: 4.5vw;
    }
    .ttl-h3 {
        font-size: 6vw;
        margin-bottom: 30px;
    }
}

/* Btn */
.btn-border {
    border: 1px solid #F29243;
    background-color: #fff;
    color: #F29243;
}
.btn-border:hover {
    color: #F29243;
}
.btn-orange {
    background-color: #F29243;
}
.btn-ico {
    position: relative;
}
.btn-ico i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}
.btn-cta {
    display: inline-block;
    background-color: #fff;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    line-height: 1.4;
    padding: 18px 56px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    transition: 0.5s;
}
.btn-cta::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
}
.btn-cta:hover {
    color: #222;
    opacity: 0.8;
}

/* CTA */
.fotter_cta {
    background-color: #222;
    padding: 30px;
    color: #fff;
}
.fotter_cta_ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.fotter_cta_body p {
    font-size: 16px;
    line-height: 1.4;
}
@media screen and (min-width:769px) {
    .fotter_cta {
        display: flex;
        justify-content: center;
    }
    .fotter_cta_body {
        text-align: left;
        margin-right: 40px;
    }
    .fotter_cta_btn {
        margin-left: 40px;
    }
}
@media screen and (max-width:768px) {
    .fotter_cta_body {
        margin-bottom: 20px;
    }
    .fotter_cta_ttl {
        font-size: 6.4vw;
    }
    .fotter_cta_body p {
        font-size: 3.6vw;
    }
}

/* ----------------------------------------------
	TOP
-------------------------------------------------*/
.kv {
    background: url(../img/kv_bg.jpg) center center / cover no-repeat;
    text-align: center;
}
.kv_inner {
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
    text-align: left;
}
.kv_ttl_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
}
.kv_ttl_meta dt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    background-color: #D61D6F;
    padding: 10px 23px;
}
.kv_ttl_meta dd {
    font-size: 28px;
    font-weight: 700;
    color: #4E454A;
    background-color: #fff;
    padding: 10px 15px;
}
.kv_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 88px;
    font-weight: 800;
    color: #4E454A;
    line-height: 1.1;
    transform: rotate(-2deg);
    margin-bottom: 30px;
}
.kv_ttl_sub {
    display: inline-block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 30px;
    font-weight: 800;
    background-color: #4E454A;
    color: #fff;
    line-height: 1.5;
    padding: 2px 10px;
    transform: rotate(-2deg);
    margin-bottom: 0px;
}
.kv_img {
    position: absolute;
}
.kv_labels {
    display: flex;
}
.kv_labels li {
    display: block;
    background-color: #D61D6F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 4px 5px;
}
.kv_point_item {
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kv_point_item dt {
    font-size: 24px;
    color: #D61D6F;
    font-weight: 700;
    line-height: 1.5;
}
.kv_point_item dd {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #4E454A;
}
@media screen and (min-width:769px) {
    .kv {
        display: flex;
        align-items: center;
    }
    .kv_inner {
        width: 1200px;
        height: 600px;
    }
    .kv_labels {
        margin-top: 60px;
    }
    .kv_labels li {
        width: 112px;
    }
    .kv_labels li:not(:last-child) {
        margin-right: 10px;
    }
    .kv_point .kv_point_item {
        position: absolute;
    }
    .kv_point .kv_point_item:nth-child(1) {
        top: 175px;
        right: 534px;
    }
    .kv_point .kv_point_item:nth-child(2) {
        top: 128px;
        right: 388px;
    }
    .kv_point .kv_point_item:nth-child(3) {
        top: 11px;
        right: 297px;
    }
    .kv_point_item {
        width: 134px;
        height: 134px;
    }
    .kv_img {
        bottom: 0px;
        right: 0px;
    }
    .kv_img img {
        max-height: 560px;
        width: auto;
    }
}
@media screen and (max-width:768px) {
    .kv {
    }
    .kv_inner {
        padding: 15px 0px;
        background-color: rgba(255,255,255,50%);
        overflow: hidden;
        height: 128vw;
    }
    .kv_ttl_meta {
        margin-bottom: 4.2vw;
    }
    .kv_ttl_meta dt {
        font-size: 7vw;
        padding: 7px 10px;
        line-height: 1.5;
    }
    .kv_ttl_meta dd {
        font-size: 4.2vw;
        padding: 7px 0 7px 10px;
        line-height: 1.5;
    }
    .kv_ttl_sub {
        font-size: 5.5vw;
        margin: 0px 15px 5px;
    }
    .kv_ttl {
        font-size: 11.2vw;
        line-height: 1.1;
        margin: 0 15px 10px;
    }
    .kv_point {
        display: flex;
    }
    .kv_point_item {
        width: 22.5vw;
        height: 22.5vw;
    }
    .kv_point_item dt {
        font-size: 4vw;
    }
    .kv_point_item dd {
        font-size: 3vw;
    }
    .kv_point .kv_point_item:nth-child(1) {
        margin-top: 2.5vw;
    }
    .kv_point .kv_point_item:nth-child(2) {
        margin-top: 5.5vw;
        margin-left: 1.75vw;
    }
    .kv_point .kv_point_item:nth-child(3) {
        margin-top: -2.5vw;
        margin-left: 1.75vw;
    }
    .kv_labels {
        flex-wrap: wrap;
        position: relative;
        z-index: 10;
        width: 80%;
        margin: 20px 15px 0;
    }
    .kv_labels li {
        font-size: 3.75vw;
        width: 22.5vw;
    }
    .kv_labels li:not(:last-child) {
        margin-right: 10px;
    }
    .kv_labels li:nth-child(n+4) {
        margin-top: 5px;
    }
    .kv_img {
        right: -10vw;
        bottom: -5vw;
        z-index: 9;
    }
    .kv_img img {
        width: 58vw;
    }
}

/* CTA */
.cta {
    padding: 30px 20px 50px;
    background: url(../img/cta_bg.jpg) center center / cover no-repeat;
    text-align: center;
}
.cta-sm {
    padding: 30px 20px;
}
.cta_lead {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #4E454A;
    margin-bottom: 15px;
}
.cta_lead b {
    font-weight: 800;
    color: #D61D6F;
}
.cta_sub_lead {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #444;
    margin-top: 5px;
    margin-bottom: 30px;
}
.cta_tel {
    font-family: "Oswald", sans-serif;
    font-size: 46px;
    line-height: 55px;
    font-weight: 700;
    color: #4E454A;
}
.cta_tel img {
    margin-right: 15px;
}
.cta_tel a {
    color: #4E454A;
}
.cta_btns {
    margin-top: 30px;
}
.btn-mail {
    background-color: #D61D6F;
    position: relative;
    padding-left: 40px;
}
.btn-mail::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 30px;
    font-size: 40px;
}
.btn-line {
    background: #06C755 url(../img/ico_line.svg) left 30px center / auto 50px no-repeat;
    padding-left: 40px;
}
.btn-tel {
    background: #4E454A url(../img/ico_tel.svg) left 30px center / auto 50px no-repeat;
    padding-left: 40px;
}
.btn-mail.btn-md::before {
    top: 10px;
    font-size: 36px;
}
.btn-line.btn-md {
    background-size: auto 40px;
}
@media screen and (min-width:769px) {
    .cta_btns {
        display: flex;
        justify-content: center;
    }
    .cta_btns div {
        margin: 0 25px;
    }
}
@media screen and (max-width:768px) {
    .cta_lead {
        font-size: 6.5vw;
        margin-left: -20px;
        margin-right: -20px;
    }
    .cta_sub_lead {
        font-size: 5vw;
    }
    .cta_tel {
        font-size: 10vw;
        line-height: 10.5vw;
    }
    .cta_tel img {
        width: 11.5vw;
        margin-right: 10px;
    }
    .btn-mail::before {
        font-size: 40px;
    }
    .btn-line {
        background-size: auto 40px;
    }
    .cta_btns div:not(:last-child) {
        margin-bottom: 20px;
    }
    .cta-sm {
        margin: 0 -20px;
    }
}


/* Contents */
.job_flex {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.job_flex_img {
    margin-bottom: 10px;
}
.job_flex_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.5;
    margin-bottom: 10px;
}
.job_flex_text {
    font-size: 16px;
    line-height: 1.4;
}
@media screen and (min-width:769px) {
    .job_flex {
        max-width: 900px;
        margin: 0 auto;
        justify-content: center;
    }
    .job_flex_item {
        width: 220px;
    }
    .job_flex .job_flex_item {
        margin: 0 40px 30px;
    }
    .job_flex_img img {
        width: auto;
        height: 140px;
    }
}
@media screen and (max-width:768px) {
    .job_flex {
        justify-content: flex-start;
    }
    .job_flex .job_flex_item {
        width: 45%;
    }
    .job_flex .job_flex_item:nth-child(odd) {
        margin-right: 5%;
    }
    .job_flex .job_flex_item:nth-child(even) {
        margin-left: 5%;
    }
    .job_flex .job_flex_item:nth-child(n+3) {
        margin-top: 30px;
    }
    .job_flex_img img {
        width: auto;
        height: 100px;
    }
    .job_flex_ttl {
        font-size: 5vw;
    }
    .job_flex_text {
        font-size: 3.5vw;
    }
}

/* お悩み */
.problem_container {
    position: relative;
}
.problem_item {
    position: relative;
    margin-bottom: 40px;
    z-index: 10;
}
.problem_item dt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    color: #D61D6F;
    margin-bottom: 15px;
    background: url(../img/ico_problem.png) center left no-repeat;
    padding-left: 77px;
}
.problem_item dd {
    background-color: #4E454A;
    padding: 0px 10px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
.problem_bg {
    position: absolute;
    z-index: 1;
}
@media screen and (min-width:769px) {
    .problem_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1040px;
        margin: 0 auto;
    }
    .problem_container .problem_item {
        width: 400px;
    }
    .problem_item dt {
        display: flex;
        align-items: center;
        height: 60px;
    }
    .problem_item dd {
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .problem_bg {
        top: 87px;
        left: 300px;
        right: 300px;
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    .problem_item {
        margin-bottom: 20px;
    }
    .problem_item dt {
        font-size: 4.5vw;
        height: 13.5vw;
        display: flex;
        align-items: center;
    }
    .problem_item dd {
        font-size: 4.0vw;
        padding: 15px 10px;
    }
    .problem_bg {
        top: 0px;
        right: -50px;
    }
    .problem_bg img {
        opacity: 0.5;
    }
}

/* STEP */
.step_item {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 20px 35px;
    text-align: center;
    position: relative;
}
.step_no {
    position: absolute;
    top: -30px;
    left: 30%;
    right: 30%;
    text-align: center;
    font-family: "Oswald", serif;
    font-size: 60px;
    color: #4E454A;
}
.step_img {
    margin-bottom: 30px;
}
.step_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #D61D6F;
    margin-bottom: 15px;
}
.step_txt {
    font-size: 16px;
    line-height: 1.5;
}
.more_btn_area {
    margin-top: 50px;
    text-align: center;
}
@media screen and (min-width:769px) {
    .step_container {
        display: flex;
        justify-content: space-between;
    }
    .step_item {
        width: 360px;
    }
    .step_img img {
        max-width: 200px;
    }
    .more_btn_area .btn-more {
        margin: 0 10px;
    }
}
@media screen and (max-width:768px) {
    .step_item:not(:last-child) {
        margin-bottom: 40px;
    }
    .step_img img {
        height: 130px;
        width: auto;
    }
}

/* REASON */
.reason_item {
    background-color: #FFF4FA;
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 20px;
    position: relative;
}
.reason_no {
    font-family: "Oswald", serif;
    position: absolute;
    top: -20px;
    left: 100px;
    right: 100px;
    background-color: #fff;
    border: 2px solid #4E454A;
    border-radius: 30px;
    font-size: 18px;
    color: #4E454A;
    line-height: 40px;
    text-align: center;
}
.reason_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.5;
}
.reason_img {
    margin: 10px 0;
}
.reason_txt {
    font-size: 18px;
    line-height: 1.4;
}
.reason_txt strong {
    font-weight: 700;
    color: #D61D6F;
}
.reason_item_lg {
    background-color: #FFF4FA;
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 20px;
    position: relative;
}
@media screen and (min-width:769px) {
    .reason_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 850px;
        margin: 0 auto;
    }
    .reason_container .reason_item {
        width: 400px;
    }
    .reason_container .reason_item_lg + .reason_item {
        margin-top: 50px;
    }
    .reason_container .reason_item:nth-child(n+3) {
        margin-top: 50px;
    }
    .reason_container .reason_item_lg {
        width: 100%;
    }
    .reason_item_lg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 30px 30px;
    }
    .reason_item_lg_body {
        width: 500px;
    }
    .reason_item_lg .reason_img {
        width: 250px;
    }
    .reason_item_lg .reason_no {
        right: auto;
        width: 200px;
    }
    .reason_item_lg .reason_ttl {
        text-align: left;
        margin-bottom: 20px;
    }
    .reason_item_lg .job_point_txt {
        font-size: 17px;
    }
}
@media screen and (max-width:768px) {
    .reason_container .reason_item:not(:last-child) {
        margin-bottom: 40px;
    }
    .reason_ttl {
        font-size: 6.5vw;
    }
    .reason_txt {
        font-size: 4.5vw;
    }
    .reason_container .reason_item_lg {
        margin-bottom: 40px;
    }
    .reason_item_lg {
        display: flex;
        flex-direction: column-reverse;
    }
    .reason_item_lg_body .reason_ttl {
        margin-bottom: 15px;
    }
}

/* SERVICE */
.service_list_item {
    font-size: 20px;
    font-weight: 700;
    color: #D61D6F;
    line-height: 1.4;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,5%);
    padding: 16px 10px 16px 50px;
    text-align: center;
    position: relative;
}
.service_list_item small {
    font-size: 90%;
}
.service_list_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    width: 60px;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:769px) {
    .service_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 15px;
    }
    .service_list .service_list_item {
        width: 360px;
        margin: 0 15px;
    }
    .service_list .service_list_item:nth-child(n+4) {
        margin-top: 30px;
    }
}
@media screen and (max-width:768px) {
    .service_list .service_list_item:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* PRICE */
.price_item {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.price_item_ttl {
    background-color: #D61D6F;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.price_item_body {
    padding: 30px;
    text-align: center;
}
.price_item_head {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.price_item_lead {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #4E454A;
    margin-bottom: 10px;
}
.price_item_txt {
    font-size: 18px;
    line-height: 1.4;
}
.price_item_price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #D61D6F;
}
.price_item_price b {
    font-family: "Oswald", serif;
    font-size: 40px;
}
.price_item_price span {
    font-size: 24px;
    color: #222;
    margin-right: 3px;
}
.price_item_body p {
    font-size: 16px;
    line-height: 1.4;
}
.price_item_feature {
    margin-top: 20px;
}
.price_item_feature li {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    list-style: disc outside;
    margin-left: 30px;
}
.price_item_feature li:not(:last-child) {
    margin-bottom: 5px;
}
.notice_txt {
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}
.badge_price {
    position: absolute;
    top: -25px;
    right: -15px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    color: #5B490D;
    background: url(../img/badge_price.png) center center/ cover;
}
.price_item_list {
    /* padding: 30px; */
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.price_item_list li {
    font-size: 16px;
    line-height: 1.4;
    color: #999;
    background: url(../img/ico_price.svg) left top no-repeat;
    padding-left: 30px;
}
.price_item_list li.active {
    color: #222;
    background-image: url(../img/ico_price_active.svg);
}
.price_item_list li:not(:last-child) {
    margin-bottom: 15px;
}
.price_btn_area {
    padding: 0 30px 30px;
}
@media screen and (min-width:769px) {
    .price_container {
        display: flex;
        justify-content: space-between;
    }
    .price_container .price_item {
        width: 360px;
    }
    .price_item_txt {
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .price_item_price_container {
        height: 145px;
    }
    .price_btn_area {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    .price_item_main {
        padding-bottom: 75px;
    }
}
@media screen and (max-width:768px) {
    .price_container .price_item:not(:last-child) {
        margin-bottom: 25px;
    }
    .notice_txt {
        font-size: 14px;
        margin-top: 30px;
    }
}

/* MESSAGE */
.message_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.5;
    color: #D61D6F;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
}
.message_txt p {
    font-size: 16px;
    line-height: 1.7;
}
.message_txt p:not(:last-child) {
    margin-bottom: 1.5em;
}
.message_signature {
    font-size: 16px;
    font-weight: 700;
    color: #4E454A;
    line-height: 1.7;
    margin-top: 30px;
}
.message_prof_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #4E454A;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.message_prof p {
    font-size: 14px;
    line-height: 1.7;
}
@media screen and (min-width:769px) {
    .message {
        position: relative;
    }
    .message_container {
        width: 600px;
        padding: 40px 30px 30px;
        background-color: rgba(255,255,255,80%);
        margin-left: auto;
        position: relative;
        z-index: 2;
        margin-bottom: 50px;
    }
    .message_img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }
    .message_img img {
        width: 100%;
    }
    .message_prof_container {
        position: absolute;
        bottom: 100px;
        left: 0px;
        right: 0px;
        z-index: 99;
    }
    .message_prof_inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .message_prof {
        background-color: rgba(255,255,255,80%);
        padding: 30px;
        width: 530px;
    }
    .message_img_lg {
        top: 0px;
        bottom: 0px;
        overflow: hidden;
    }
    .message_img_lg img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width:768px) {
    .message_ttl {
        font-size: 6.5vw;
    }
    .message_prof_inner {
        margin: 0 20px;
    }
}

/* VOICE */
.voice_item {
    background-color: #FFF4FA;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.voice_item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -20px;
    background: #FFF4FA;
    height: calc(tan(60deg) * 30px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.voice_img {
    text-align: center;
    margin-right: 15px;
    position: relative;
}
.voice_img .voice_img_txt {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    z-index: 1;
}
.voice_ttl {
    font-size: 20px;
    font-weight: 700;
    color: #D61D6F;
    line-height: 1.4;
    margin-bottom: 5px;
}
.voice_area {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
.voice_body p {
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (min-width:769px) {
    .voice_container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .voice_item {
        width: 800px;
    }
    .voice_container .voice_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .voice_container .voice_item:nth-child(even) {
        margin-left: auto;
    }
    .voice_container .voice_item:nth-child(even)::after {
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        left: -20px;
        right: auto;
    }
    .voice_img {
        width: 150px;
    }
}
@media screen and (max-width:768px) {
    .voice_body p {
        font-size: 14px;
    }
    .voice_img {
        width: 120px;
    }
    .voice_container .voice_item:not(:last-child) {
        margin-bottom: 20px;
    }
}

/* FAQ */
.faq {
    background-color: #fff;
    padding: 30px;
}
.faq dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 10px 80px 10px 60px;
    background: url(../img/q.png) left center no-repeat;
    position: relative;
    cursor: pointer;
}
.faq dt::after {
    content: "\2b";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    right: -10px;
    top: 3px;
    font-size: 29px;
    color: #5A5A5A;
}
.faq.active dt::after {
    content: "\f068";
}
.faq dd {
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 80px 0 60px;
    display: none;
}
@media screen and (min-width:769px) {
    .faq_container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .faq_container .faq {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:768px) {
    .faq_container .faq {
        margin-bottom: 10px;
    }
    .faq {
        padding: 15px;
    }
    .faq dt {
        font-size: 18px;
        min-height: 40px;
        padding: 0px 10px 0px 55px;
    }
    .faq dt::after {
        font-size: 17px;
        top: 50%;
        margin-top: -9px;
    }
    .faq dd {
        font-size: 15px;
        padding: 15px 10px 5px 55px;
    }
}

/* BLOG */
.blog_item_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog_item_date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #D61D6F;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    padding: 1px 10px;
}
.blog_item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.blog_item a p {
    color: #4E454A;
}
.blog_item a:hover p {
    opacity: 0.8;
}
.blog_item a .blog_item_img {
    transition: 0.5s;
}
.blog_item a:hover .blog_item_img {
    transform: scale(1.1, 1.1);
}
 @media screen and (min-width:769px) {
    .blog_container {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }
    .blog_container .blog_item {
        width: 300px;
    }
 }
 @media screen and (max-width:768px) {
    .blog_container {
        margin: 0px 30px;
    }
    .blog_container .blog_item:not(:last-child) {
        margin-bottom: 30px;
    }
 }

 /* KNOWLEDGE */
 .knowledge_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 50px;
 }
 .knowledge_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #D61D6F;
    line-height: 1.3;
    background: url(../img/ico_book.png) left center no-repeat;
    padding-left: 50px;
    margin-bottom: 30px;
 }
 .knowledge_lead {
    font-size: 16px;
    font-weight: 700;
    color: #4E454A;
    line-height: 1.3;
    margin-bottom: 30px;
 }
 .knowledge_txt p {
    font-size: 16px;
    line-height: 1.7;
 }
 .knowledge_txt p:not(:last-child) {
    margin-bottom: 1.5em;
 }
 .knowledge_txt h4 {
    font-size: 16px;
    font-weight: 700;
    color: #4E454A;
    line-height: 1.3;
    margin: 20px 0;
 }
 .knowledge_txt ul {
    margin-bottom: 20px;
 }
 .knowledge_txt ul li {
    list-style: disc inside;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
 }
 @media screen and (min-width:769px) {
    .knowledge_container .knowledge_item:not(:last-child) {
        margin-bottom: 30px;
    }
 }
 @media screen and (max-width:768px) {
    .knowledge_container .knowledge_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .knowledge_item {
        padding: 20px;
    }
     .knowledge_ttl {
        font-size: 5.5vw;
     }
     .knowledge_lead {
        margin-bottom: 15px;
     }
     .knowledge_txt p {
        font-size: 15px;
     }
 }

 /* 下層ページ */
.kv-service {
    background: linear-gradient(0deg, #FFF4F9, #F2ABCA);
    position: relative;
    overflow: hidden;
 }
.kv-service_img {
    position: absolute;
    top: 0px;
    right: 20px;
    bottom: 0px;
}
.page_header_point {
    display: flex;
    margin-top: 35px;
}
.page_header_point_item {
    background-color: rgba(255,255,255,100%);
    text-align: center;
    padding: 10px;
}
.page_header_point_item dt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #D61D6F;
    margin-bottom: 10px;
}
.page_header_point_item dd {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #4E454A;
}
.page_header_point li {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #D61D6F;
    background-color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.kv-flow {
    background: url(../img/kv_flow.jpg) center center / cover;
}
.kv-price {
    background: url(../img/kv_price.jpg) center center / cover;
}
.kv-voice {
    background: url(../img/kv_voice.jpg) center center / cover;
}
.kv-faq {
    background: url(../img/kv_faq.jpg) center center / cover;
}
.kv-common {
    background: url(../img/kv_common.png) center center / cover;
}
@media screen and (min-width:769px) {
    .page_header_point .page_header_point_item {
        width: 160px;
    }
    .page_header_point .page_header_point_item:not(:last-child) {
        margin-right: 15px;
    }
    .page_header_point li {
        width: 180px;
    }
    .page_header_point li:not(:last-child) {
        margin-right: 15px;
    }
}
@media screen and (max-width:768px) {
    .kv-service_img {
        right: -75%;
    }
    .page_header_point {
        margin-top: 10px;
        justify-content: space-between;
    }
    .page_header_point .page_header_point_item {
        width: 32%;
    }
    .page_header_point_item {
        padding: 10px 0px;
    }
    .page_header_point_item dt {
        font-size: 4vw;
    }
    .page_header_point_item dd {
        font-size: 3.25vw;
    }
    .page_header_point li {
        width: 32%;
        font-size: 3.5vw;
    }
}

/* RECOMMEND */
.recommende_item {
    background-color: #FFF4FA;
    border-radius: 20px;
    padding: 50px 30px 35px;
    text-align: center;
    position: relative;
}
.recommende_no {
    position: absolute;
    top: -30px;
    left: 30%;
    right: 30%;
    text-align: center;
    font-family: "Oswald", serif;
    font-size: 60px;
    color: #4E454A;
}
.recommende_img {
    margin-bottom: 30px;
}
.recommende_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    color: #D61D6F;
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.recommende_txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
@media screen and (min-width:769px) {
    .recommende_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .recommende_item {
        width: 360px;
    }
    .recommende_container .recommende_item:nth-child(n+4) {
        margin-top: 70px;
    }
    .recommende_img img {
        max-width: 200px;
    }
}
@media screen and (max-width:768px) {
    .recommende_item:not(:last-child) {
        margin-bottom: 70px;
    }
    .recommende_img img {
        height: 150px;
        width: auto;
    }
}

/* 私たちが対応できること */
.compatible_container {
    display: flex;
    flex-wrap: wrap;
}
.compatible_item {
    background-color: #FFF4FA;
    padding: 15px 20px 20px;
    border-radius: 20px;
}
.compatible_img {
    text-align: center;
    margin-bottom: 5px;
}
.compatible_img img {
    max-height: 35px;
    width: auto;
}
.compatible_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
}
.compatible_txt {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}
@media screen and (min-width:769px) {
    .compatible_container .compatible_item {
        width: 285px;
    }
    .compatible_container .compatible_item:not(:nth-child(4n)) {
        margin-right: 20px;
    }
    .compatible_container .compatible_item:nth-child(n+5) {
        margin-top: 20px;
    }
    .compatible_ttl {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .compatible_img {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:768px) {
    .compatible_container {
        justify-content: space-between;
    }
    .compatible_container .compatible_item {
        width: 49%;
    }
    .compatible_container .compatible_item:nth-child(n+3) {
        margin-top: 15px;
    }
    .compatible_item {
        padding: 15px;
    }
    .compatible_ttl {
        font-size: 4vw;
        letter-spacing: 0em;
    }
    .compatible_txt {
        font-size: 3.25vw;
    }
}

/* 業種ごとの確定申告のポイント */
.job_point_item {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
}
.job_point_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}
.job_point_img {
    text-align: center;
    margin-bottom: 20px;
}
.job_point_txt {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}
@media screen and (min-width:769px) {
    .job_point_container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .job_point_container .job_point_item {
        width: 380px;
        margin: 0 15px;
    }
    .job_point_container .job_point_item:nth-child(n+4) {
        margin-top: 30px;
    }
    .job_point_ttl {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .job_point_img {
        height: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:768px) {
    .job_point_item {
        padding: 30px 20px 25px;
    }
    .job_point_container .job_point_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .job_point_ttl {
        font-size: 5vw;
        letter-spacing: 0em;
    }
    .job_point_txt {
        font-size: 3.75vw;
    }
}

/* 税務調査バナー */
.tax_investigation_bnr {
    background: url(../img/tax_investigation_bnr.jpg) center top / cover;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    padding: 40px 20px 25px;
    text-align: center;
    border-radius: 20px;
}
.tax_investigation_bnr_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #4E454A;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.tax_investigation_bnr_txt {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media screen and (min-width:769px) {
    .wrapper-tax {
        padding: 50px 0;
    }
    .tax_investigation_bnr {
        width: 800px;
        margin: 0 auto;
    }
}
@media screen and (max-width:768px) {
    .wrapper-tax {
        padding: 0px 0px;
    }
    .tax_investigation_bnr {
        padding: 25px 10px;
    }
    .tax_investigation_bnr_ttl {
        font-size: 7.5vw;
        margin-bottom: 20px;
    }
    .tax_investigation_bnr_txt {
        font-size: 3.75vw;
    }
    .tax_investigation_bnr .btn-more {
        width: 300px;
        margin: 0 auto;
    }
}

/* 次のステップ */
.next_step_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.next_step_item {
    display: block;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
    position: relative;
}
.next_step_item::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    display: inline-block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    bottom: 33px;
    color: #4E454A;
}
a.next_step_item:hover {
    opacity: 0.8;
}
.next_step_img {
    margin-bottom: 10px;
}
.next_step_txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    color: #D61D6F;
    text-align: center;
    letter-spacing: 0.05em;
}
a.next_step_item .next_step_txt {
    color: #D61D6F;
}
.next_step_txt_sub {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}
a.next_step_item .next_step_txt_sub {
    color: #444;
}
@media screen and (min-width:769px) {
    .next_step_container {
        display: flex;
        justify-content: space-between;
    }
    .next_step_container .next_step_item {
        width: 380px;
    }
}
@media screen and (max-width:768px) {
    .next_step_ttl {
        margin-bottom: 30px;
    }
    .next_step_item {
        padding: 20px;
    }
    .next_step_container .next_step_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .next_step_item::after {
        bottom: 22px;
    }
}

/* 5STEP */
.flow_figure {
    display: flex;
    justify-content: center;
}
.flow_figure dl {
    border-radius: 100%;
    background-color: #FFF4FA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.flow_figure dl:not(:last-child)::after {
    content: "";
    display: block;
    background: url(../img/ico_arrow.svg) center center no-repeat;
    width: 25px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: -52px;
    margin-top: -21px;
}
.flow_figure dl dt {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    line-height: 1.4;
    color: #4E454A;
    margin-bottom: 5px;
}
.flow_figure dl dd {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.4;
}
.flow_figure dl:last-child {
    background-color: #D61D6F;
}
.flow_figure dl:last-child dt,
.flow_figure dl:last-child dd {
    color: #fff;
}

.flow_details {
    counter-reset: number 0;
}
.flow_detail_item {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}
.flow_detail_item::before {
    counter-increment: number 1;
    content: counter(number);
    display: inline-block;
    font-family: "Oswald", serif;
    font-size: 60px;
    line-height: 1.4;
    color: #4E454A;
    position: absolute;
    top: 0px;
    left: 40px;
}
.flow_details .flow_detail_item:not(:last-child)::after {
    content: "";
    display: block;
    background: url(../img/ico_arrow_v.svg) center center / 100% auto no-repeat;
    width: 42px;
    height: 25px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -21px;
}
.flow_detail_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}
.flow_detail_lead {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 37px;
}
.flow_detail_body_item {
    background-color: #F4FFF6;
    padding: 20px 25px;
    border-radius: 10px;
}
.flow_detail_body .flow_detail_body_item:nth-child(2) {
    background-color: #F4F9FF;
}
.flow_detail_body_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}
.flow_detail_body_item p {
    font-size: 15px;
    line-height: 1.6;
}
.flow_detail_body2 .flow_detail_body_item {
    background-color: #F6F6F6;
}
.flow_detail_body2 .flow_detail_body_item:not(:last-child) {
    margin-bottom: 15px;
}
.flow_detail_body2 .flow_detail_body_item_g {
    background-color: #FFF4FA;
    border: 2px solid #D61D1D;
}
.flow_detail_body_item_g .flow_detail_body_ttl {
    color: #D61D1D;
}
.flow_detail_body_item_g .flow_detail_body_ttl span {
    display: inline-block;
    background-color: #D61D1D;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    padding: 1px 5px;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: 2px;
}

.flow_figure2 {
    display: flex;
    justify-content: center;
}
.flow_figure2 dl {
    position: relative;
}
.flow_figure2 dl dt {
    border-radius: 100%;
    background-color: #4E454A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 1.4;
    color: #fff;
    margin: 0 auto 20px;
}
.flow_figure2 dl:not(:last-child)::after {
    content: "";
    display: block;
    background: url(../img/ico_arrow.svg) center center no-repeat;
    width: 25px;
    height: 42px;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -21px;
}
.flow_figure2 dl dd {
    text-align: center;
}
.flow_figure2 dl dd b {
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.4;
}
.flow_figure2 dl dd p {
    font-size: 16px;
    margin-top: 10px;
}
@media screen and (min-width:769px) {
    .flow_figure dl {
        width: 150px;
        height: 150px;
        padding-bottom: 20px;
    }
    .flow_figure dl:not(:last-child) {
        margin-right: 80px;
    }
    .flow_details {
        width: 800px;
        margin: 0 auto;
    }
    .flow_detail_item {
        padding: 30px 40px;
    }
    .flow_details .flow_detail_item:not(:last-child) {
        margin-bottom: 65px;
    }
    .flow_detail_img {
        position: absolute;
        top: 0px;
        right: 70px;
        height: 137px;
        display: flex;
        align-items: center;
    }
    .flow_detail_body {
        display: flex;
        justify-content: space-between;
    }
    .flow_detail_body .flow_detail_body_item {
        width: 340px;
    }
    .flow_figure2 dl {
        width: 280px;
    }
    .flow_figure2 dl dt {
        width: 100px;
        height: 100px;
    }
    .flow_figure2 dl:not(:last-child) {

    }
}
@media screen and (max-width:768px) {
    .flow_figure {
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    .flow_figure dl {
        width: 25vw;
        height: 25vw;
        padding-bottom: 2.5vw;
    }
    .flow_figure dl:not(:last-child) {
        margin-right: 9vw;
    }
    .flow_figure dl dt {
        font-size: 7.5vw;
    }
    .flow_figure dl dd {
        font-size: 4vw;
    }
    .flow_figure dl:not(:last-child)::after {
        width: 4vw;
        height: 6.75vw;
        right: -6.5vw;
        margin-top: -3.375vw;
        background-size: 100% auto;
    }
    .flow_figure dl:nth-child(n+3) {
        margin-top: 15px;
    }
    .flow_detail_item {
        padding: 20px;
    }
    .flow_detail_item::before {
        left: 20px;
    }
    .flow_details .flow_detail_item:not(:last-child) {
        margin-bottom: 65px;
    }
    .flow_detail_ttl {
        font-size: 6vw;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .flow_detail_lead {
        font-size: 3.5vw;
        padding-left: 20px;
    }
    .flow_detail_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .flow_detail_body_item {
        padding: 20px
        ;
    }
    .flow_detail_body .flow_detail_body_item:not(:last-child) {
        margin-bottom: 10px;
    }

    .flow_figure2 {
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    .flow_figure2 dl {
        width: calc(100% / 3);
    }
    .flow_figure2 dl dt {
        width: 15vw;
        height: 15vw;
    }
    .flow_figure2 dl dt {
        font-size: 7.5vw;
    }
    .flow_figure2 dl dd b {
        font-size: 3.5vw;
    }
    .flow_figure2 dl dd p {
        font-size: 12px;
    }
    .flow_figure2 dl:not(:last-child)::after {
        width: 4vw;
        height: 6.75vw;
        right: -2vw;
        top: 4.5vw;
        margin-top: 0;
        background-size: 100% auto;
    }
}

/* ご用意いただく書類 */
.things_need_container {
    background-color: #FFF4F9;
    padding: 30px;
    border-radius: 20px;
}
.things_need_item {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    padding-left: 55px;
    background: url(../img/ico_clipboard_check.svg) left top 20px / auto 40px no-repeat;
}
.things_need_item small {
    display: block;
    font-size: 80%;
}
.things_need_item span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #5A5A5A;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.things_need_container > .things_need_item:last-child {
    border: none;
}
.remarks_box {
    background-color: #F6F6F6;
    border-radius: 20px;
    margin-top: 20px;
}
.remarks_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    color: #D61D6F;
    margin-bottom: 20px;
}
.remarks_box p {
    font-size: 17px;
    line-height: 1.6;
}
@media screen and (min-width:769px) {
    .things_need_container {
        width: 800px;
        margin: 0 auto;
    }
    .things_need_split {
        display: flex;
    }
    .things_need_split .things_need_item {
        width: 50%;
    }
    .remarks_box {
        width: 800px;
        margin: 20px auto 0;
        padding: 30px 50px;
    }
}
@media screen and (max-width:768px) {
    .things_need_container {
        padding: 10px 15px;
    }
    .things_need_item small {
        font-size: 70%;
    }
    .things_need_item {
        padding: 15px 0;
        padding-left: 11vw;
        background-position: left top 15px;
    }
    .things_need_item span {
        padding: 2px;
        margin-left: 5px;
    }
    .remarks_box {
        padding: 20px;
    }
    .remarks_ttl {
        font-size: 5vw;
        margin-bottom: 15px;
    }
    .remarks_box p {
        font-size: 14px;
    }
}

/* プランテーブル */
.plan_table {
    width: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.plan_table th,
.plan_table td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
}
.plan_table > thead th {
    background-color: #5A5A5A;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #ddd;
}
.plan_table > thead th.recommend {
    background-color: #D61D1D;
}
.plan_table > tbody th {
    background-color: #F4F9FF;
    font-weight: 700;
    border-right: 1px solid #ddd;
}
.plan_table > tbody td {
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    border-right: 1px solid #ddd;
}
.plan_table > tbody td.recommend {
    color: #D61D1D;
}
.table-3 {
    table-layout: fixed;
    width: 100%;
}
.table-3 th,
.table-3 td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table-3 thead th {
    background-color: #5A5A5A;
    color: #fff;
    text-align: center;
    border-top: 1px solid #ddd;
}
.table-3 tbody th {
    background-color: #F4F9FF;
    border-left: 1px solid #ddd;
}
.table-3 tbody td {
    text-align: center;
    color: #444;
}
.option_price {
    width: 100%;
}
.option_price th,
.option_price td {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.option_price th {
    color: #222;
    text-align: left;
}
.option_price td {
    color: #D61D6F;
    text-align: right;
}
@media screen and (min-width:769px) {
    .plan_table {
        margin: 0 auto;
    }
    .plan_table > tbody th {
        width: 300px;
    }
    .plan_table > tbody td {
        width: 200px;
    }
}
@media screen and (max-width:768px) {
    .plan_container {
        overflow-x: auto;
    }
    .plan_table {
        width: 580px;
    }
    .plan_table > tbody th {
        /* width: 160px; */
        text-align: center;
    }
    .plan_table > tbody td {
        /* width: 140px; */
    }
    .plan_table th,
    .plan_table td {
        padding: 15px 5px;
    }
    .table-3 {
        table-layout: auto;
    }
    .table-3 th,
    .table-3 td {
        padding: 15px 10px;
    }
}

/* POINT */
.point_item {
    background-color: #FFF4FA;
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}
.point_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.5;
}
.point_img {
    margin: 35px 0 20px;
}
.point_txt {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}
.point_txt strong {
    font-weight: 700;
    color: #D61D6F;
}
@media screen and (min-width:769px) {
    .point_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
    }
    .point_container .point_item {
        width: 380px;
    }
    .point_container .point_item:nth-child(n+3) {
        margin-top: 30px;
    }
}
@media screen and (max-width:768px) {
    .point_container .point_item:not(:last-child) {
        margin-bottom: 40px;
    }
    .point_ttl {
        font-size: 5vw;
    }
    .point_img {
        margin-top: 20px;
    }
}

/* VOICE */
.voice_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 35px;
}
.voice_container .voice_box:not(:last-child) {
    margin-bottom: 30px;
}
.voice_head {
    display: flex;
    margin-bottom: 20px;
}
.voice_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #D61D6F;
    margin-bottom: 10px;
}
.voice_area {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.voice_tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding: 3px 10px;
    background-color: #4E454A;
    border-radius: 10px;
}
.voice_msg_item {
    background-color: #F4FFF6;
    padding: 20px 25px;
    border-radius: 10px;
}
.voice_msg .voice_msg_item:nth-child(2) {
    background-color: #F4F9FF;
}
.voice_msg {
    margin-bottom: 20px;
}
.voice_msg_ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #216E2F;
    margin-bottom: 20px;
}
.voice_msg .voice_msg_item:nth-child(2) .voice_msg_ttl {
    color: #2E5090;
}
.voice_msg_item p {
    font-size: 15px;
    line-height: 1.6;
}
.voice_tag_sm {
    display: flex;
}
.voice_tag_sm li {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 1.4;
    padding: 3px 8px;
    border-radius: 5px;
}
.voice_tag_sm li:not(:last-child) {
    margin-right: 10px;
}
@media screen and (min-width:769px) {
    .voice_container {
        max-width: 1000px;
        margin: 0 auto;
    }
    .voice_msg {
        display: flex;
        justify-content: space-between;
    }
    .voice_msg .voice_msg_item {
        width: 450px;
    }
}
@media screen and (max-width:768px) {
    .voice_box {
        padding: 20px
    }
    .voice_img {
        width: 20vw;
    }
    .voice_msg .voice_msg_item:not(:last-child) {
        margin-bottom: 10px;
    }
}

/* FAQ */
.faq_navi {
    display: flex;
}
.faq_navi li a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    color: #222;
    font-weight: 700;
    background-color: #fff;
    padding: 12px 40px;
    border: 1px solid #ddd;
    text-align: center;
    transition: 0.5s;
}
.faq_navi li a:hover {
    opacity: 0.8;
}
@media screen and (min-width:769px) {
    .faq_navi {
        max-width: 1000px;
        margin: 0 auto 50px;
    }
    .faq_navi li:not(:last-child) {
        margin-right: 10px;
    }
}
@media screen and (max-width:768px) {
    .faq_navi {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .faq_navi li a {
        font-size: 14px;
        padding: 10px;
        width: calc((100vw - 60px) / 2);
    }
    .faq_navi li:nth-child(n+3) {
        margin-top: 15px;
    }
}

/* MAP */
.map_txt {
    font-size: 16px;
    line-height: 1.4;
}
@media screen and (min-width:769px) {
    .map_txt {
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width:768px) {
    .map {
        margin: 0 -20px;
    }
    .map iframe {
        width: 100%;
        height: 80vw;
    }
    .map_txt {
        font-size: 14px;
        margin-top: 20px;
    }
}

/* CONTACT */
.contact_guidance_item {
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 20px;
    text-align: center;
}
.contact_guidance_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #D61D6F;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.contact_guidance_txt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
}
label:has(.checkbox) {
    cursor: pointer;
}
@media screen and (min-width:769px) {
    .contact_guidance {
        display: flex;
        justify-content: center;
    }
    .contact_guidance .contact_guidance_item {
        width: 430px;
        margin: 0 15px;
    }
    .wrapper_sm {
        padding: 50px 0;
    }
}
@media screen and (max-width:768px) {
    .contact_guidance_txt {
        margin-bottom: 30px;
    }
    .contact_guidance .contact_guidance_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .wrapper_sm {
        padding: 30px 0;
    }
}

/* BLOG */
.blog_cats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.blog_cats li {
    margin-bottom: 10px;
}
.blog_cats li a {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    text-align: center;
    padding: 10px 30px;
    transition: 0.5s;
}
.blog_cats li a:hover {
    opacity: 0.8;
}
.blog_cats li.active a {
    background-color: #2E5090;
    color: #fff;
}
.blog_cats li:not(:last-child) {
    margin-right: 10px;
}
.blog_list_item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.blog_list_item a {
    transition: 0.5s;
}
.blog_list_item a:hover {
    opacity: 0.8;
}
.blog_list_item_body {
    padding: 20px;
}
.blog_list_item_meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.blog_list_item_cat {
    background-color: #D61D6F;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.blog_list_item_date {
    font-size: 12px;
    line-height: 1.4;
    color: #444;
}
.blog_list_item_ttl {
    font-size: 16px;
    color: #4E454A;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}
.blog_list_item_body p {
    font-size: 13px;
    line-height: 1.3;
    color: #666;
}
@media screen and (min-width:769px) {
    .blog_list {
        display: flex;
        flex-wrap: wrap;
    }
    .blog_list .blog_list_item {
        width: 300px;
        margin-bottom: 30px;
    }
    .blog_list .blog_list_item:not(:nth-child(3n)) {
        margin-right: 50px;
    }
}
@media screen and (max-width:768px) {
    .blog_cats {
        margin-bottom: 40px;
    }
    .blog_cats li a {
        font-size: 14px;
        padding: 5px 15px;
    }
    .blog_list {
        max-width: 300px;
        margin: 0 auto;
    }
    .blog_list .blog_list_item {
        margin-bottom: 30px;
    }
}


/* Single */
.single {
    background-color: #fff;
    margin-bottom: 50px;
}
.single_sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.single_sub_left {
    display: flex;
    align-items: center;
}
.single_sub .article_cat {
    background-color: #D61D6F;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    padding: 4px 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.single_sub .article_date {
    font-size: 16px;
    color: #444;
    line-height: 1.3;
}
.single_sns {
    display: flex;
    justify-content: right;
    align-items: center;
}
.single_sns li {
    margin-left: 10px;
}
.subject_single {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    color: #4E454A;
    margin-bottom: 50px;
}
.single_image {
    margin-bottom: 30px;
}
.single_body h2 {
    font-size: 26px;
    font-weight: bold;
    color: #4E454A;
    padding: 8px 0 8px 30px;
    line-height: 1.4;
    border-left: 8px solid #D61D6F;
    margin: 40px 0;
}
.single_body h3 {
    font-size: 20px;
    font-weight: bold;
    color: #4E454A;
    padding-bottom: 15px;
    border-bottom: 5px solid #ddd;
    margin: 40px 0;
    line-height: 1.4;
}
.single_body h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    line-height: 1.4;
}
.single_body p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5em;
}
.single_body ul, .single_body ol {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
}
.single_body ul li,
.single_body ol li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: 1.5em;
    font-weight: bold;
}
.single_body ul li {
    list-style: outside disc;
}
.single_body ol li {
    list-style: outside decimal;
}
.single_body ul li:last-child,
.single_body ol li:last-child {
    margin-bottom: 0;
}
.single_body table th,
.single_body table td {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.single_body table th {
    background-color: #f3f3f3;
}
/* 引用 */
.single_body blockquote {
    background-color: #eee;
    padding: 15px 15px 15px 60px;
    margin-bottom: 20px;
    position: relative;
}
.single_body blockquote p:last-child {
    margin-bottom: 0;
}
.single_body blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}
@media screen and (min-width:769px) {
    .single {
        padding: 50px 100px;
    }
}
@media screen and (max-width:768px) {
    .single {
        padding: 20px 20px 0;
    }
    .single_sub {
        margin-bottom: 10px;
    }
    .single_sub .article_cat {
        font-size: 12px;
        padding: 3px 10px;
        border-radius: 5px;
    }
    .single_sub .article_date {
        font-size: 14px;
    }
    .subject_single {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .single_body h2 {
        font-size: 22px;
        padding: 4px 0 4px 13px;
        margin: 30px 0 20px;
    }
    .single_body h3 {
        font-size: 18px;
        margin: 30px 0 20px;
    }
    .single_body p {
        font-size: 15px;
    }
}

/* 目次 */
.single #ez-toc-container {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}
.single #ez-toc-container .ez-toc-title {
    font-size: 16px;
    line-height: 1.4;
}
.single #ez-toc-container .ez-toc-title-container {
    margin-bottom: 20px;
}
.single #ez-toc-container .ez-toc-list li {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #D61D6F;
}
.single #ez-toc-container .ez-toc-list li a {
    color: #D61D6F;
    text-decoration: underline;
}
.single #ez-toc-container .ez-toc-list li:not(:last-child) {
    margin-bottom: 10px;
}
.single #ez-toc-container .ez-toc-list-level-3 {
    margin-top: 10px;
}
@media screen and (max-width:768px) {
    .single #ez-toc-container {
        padding: 20px;
    }
    .single #ez-toc-container .ez-toc-title {
        font-size: 14px;
    }
    .single #ez-toc-container .ez-toc-list li {
        font-size: 15px;
    }
}

/* Autoer */
.author_box {
    background-color: #F6F6F6;
    padding: 40px;
    margin-top: 50px;
}
.author_img img {
    border-radius: 100%;
}
.author_position {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #444;
    margin-bottom: 5px;
}
.author_name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #4E454A;
    margin-bottom: 15px;
}
.author_prof {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}
@media screen and (min-width:769px) {
    .author_box {
        display: flex;
        align-items: center;
    }
    .author_box .author_img {
        width: 140px;
        margin-right: 30px;
    }
    .author_box .author_body {
        max-width: 550px;
    }
}
@media screen and (max-width:768px) {
    .author_box {
        margin: 0 -20px;
        padding: 20px;
    }
    .author_img {
        text-align: center;
        margin-bottom: 20px;
    }
    .author_position {
        text-align: center;
    }
    .author_name {
        text-align: center;
    }
}

/* 関連記事 */
.related_posts_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.4;
    color: #4E454A;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
}
.no_relation_txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}
.related_posts {
    display: flex;
    justify-content: center;
}
@media screen and (min-width:769px) {
    .related_posts .blog_list_item {
        width: 300px;
        margin: 0 25px;
    }
}
@media screen and (max-width:768px) {
    .related_posts {
        margin: 0 -1%;
    }
    .related_posts .blog_list_item {
        width: 48%;
        margin: 0 1%;
    }
    .related_posts .blog_list_item_body {
        padding: 10px;
    }
    .related_posts .blog_list_item_ttl {
        font-size: 14px;
    }
}

/* Single CTA */
.single_cta {
    background-color: #FFF4F9;
    border: 3px solid #D61D6F;
    padding: 40px 20px;
    text-align: center;
    border-radius: 20px;
    margin: 50px 0;
}
.single_cta_ttl {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    color: #4E454A;
    margin-bottom: 20px;
}
.single_cta_txt {
    font-size: 18px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 40px;
}
@media screen and (max-width:768px) {
    .single_cta {
        padding: 20px 20px;
        margin: 30px -10px;
    }
    .single_cta_ttl {
        font-size: 20px;
    }
    .single_cta_txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .single_cta_btn .btn-mail::before {
        font-size: 25px;
    }
    .single_cta_btn .btn-lg {
        font-size: 20px;
    }
}

/* Contact */
.contact {
    max-width: 800px;
    margin:  0 auto;
}
.contact p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1.5;
}
.contact .wpcf7 {
    margin-top: 50px;
}
.contact label {
    cursor: pointer;
}
.notice_txt2 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #444;
}

/* Page */
.page {
    max-width: 1000px;
    margin: 0 auto;
}
.page h2 {
    font-size: 36px;
    color: #222;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.page h2:not(:first-child) {
    margin-top: 50px;
}
.page p {
    font-size: 16px;
    color: #222;
    line-height: 2;
}
.page p:not(:last-child) {
    margin-bottom: 1.5em;
}
.page ul {
    margin-bottom: 20px;
}
.page ul li {
    list-style: inside disc;
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (max-width:768px) {
    .page h2 {
        font-size: 6.0vw;
    }
}


/* ページトップ */
.top_scroll {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
}
.page-top{
    display: block;
    font-size: 30px;
    color: #ccc;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}
.page-top:hover{
    opacity: 0.8;
    transform: translateY(-10px);
}
