/**
 * body
 */
.dispc {
    display: block;
}
.dissp {
    display: none;
}
@media screen and (max-width: 767px){
    .dispc {
        display: none;
    }
    .dissp {
        display: block;
    }
}

/**
 * body
 */
body {
    text-align: justify;
    letter-spacing: .04em;
}

/**
 * header
 */
header {
    max-width: 1200px;
    margin: 10px auto 0 auto;
    text-align: left;
    z-index: 10000;
}
@media screen and (max-width: 767px){
    header {
        position: fixed;
        width: 100%;
        top: 0;
        margin: 0 auto;
        background-color: #fff;
        padding-top: 10px;
        border-bottom: 3px solid #1AB7B0;
    }
    .wrapper {
        margin-top: 63px;
    }
}
header .navbar {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 767px){
    header .navbar {
        margin-bottom: 5px;
    }
}
header .navbar .navbar-logo {
    width: 170px;
    margin: 0;
}
@media screen and (max-width: 1098px){
    header .navbar .navbar-logo img.logo {
        width: 350px;
    }
}
@media screen and (max-width: 1008px){
    header .navbar .navbar-logo img.logo {
        width: 270px;
    }
}
@media screen and (max-width: 914px){
    header .navbar .navbar-logo img.logo {
        width: 220px;
    }
}
@media screen and (max-width: 767px){
    header .navbar .navbar-logo img {
        max-width: 260px;
        margin-left: 10px;
    }
}
header .navbar .header-nav {
    width: 650px;
}
@media screen and (max-width: 767px){
    header .navbar .header-nav {
        width: 45px;
    }
}
header .navbar .header-nav .pc-menu-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .navbar .header-nav .pc-menu-block .pc-menu {
    width: 550px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: 20px;
}
header .navbar .header-nav .pc-menu-block .pc-menu li{
    list-style: none;
    line-height: 51px;
}
header .navbar .header-nav .pc-menu-block .entry-button {
    width: 120px;
    line-height: 51px;
}
header .navbar .header-nav .pc-menu-block .entry-button .btn-entry {
    background-color: #00A19E;
    color: #fff;
}
header .navbar .header-nav .pc-menu-block .entry-button .btn-entry:hover {
    opacity: 0.7;
}
header .navbar .header-nav .sp-menu-bar {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 10px;
}
header .navbar .header-nav .sp-menu-bar .bar {
    position: absolute;
    left: 0;
    transition: .20s ease-in-out;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
}
header .navbar .header-nav .bar01 {
    top: 0;
}
header .navbar .header-nav .bar02 {
    top: 9px;
}
header .navbar .header-nav .bar03 {
    top: 18px;
}
header .navbar .header-nav .sp-menu-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30000;
}
header .navbar .header-nav .sp-menu-block .sp-menu-title {
    font-size: 150%;
    margin: 10px;
}
header .navbar .header-nav .sp-menu-block .sp-menu-title-block {
    margin: 10px 0 10px 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .navbar .header-nav .sp-menu-block .entry-button {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
}
header .navbar .header-nav .sp-menu-block .entry-button .btn-entry {
    background-color: #00A19E;
    color: #fff;
}
header .navbar .header-nav .sp-menu-block .sp-menu-bar.active .bar01 {
    top: 10px;
    transform: rotate(45deg);
    background-color: #000;
}
header .navbar .header-nav .sp-menu-block .sp-menu-bar.active .bar02 {
    width: 0;
}
header .navbar .header-nav .sp-menu-block .sp-menu-bar.active .bar03 {
    top: 10px;
    transform: rotate(-45deg);
    background-color: #000;
}
header .navbar .header-nav .sp-menu-block .sp-menu {
    width: 100%;
    padding: 0;
}
header .navbar .header-nav .sp-menu-block .sp-menu li {
    width: 100%;
    list-style: none;
    background-color: #e8e8e8;
    margin-bottom: 3px;
    padding: 10px 0 10px 25px;
}
header .navbar .header-nav .sp-menu-block .sp-menu li a {
    color: #000;
    position: relative;
    width: 100%;
    display: block;
}
header .navbar .header-nav .sp-menu-block .sp-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    border-top: solid 2px #484848;
    border-right: solid 2px #484848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
 * section
 */
.section {
    width: 95%;
    margin: 0 auto;
}

/**
 * toppage-btn-bock
 */
.toppage-btn-bock {
    width: 100%;
    text-align: center;
}
.toppage-btn-bock .toppage-btn {
    background-color: #00A19E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    display: block;
    width: 200px;;
    height: 100%;
    margin: 0 auto;
}

/**
 * page-title-bg
 */
.page-title-bg {
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/bg_top_main_pc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
}
@media screen and (max-width: 767px){
    .page-title-bg {
        background-image: url(/assets/img/bg_top_main_sp.png);
        height: 100px;
    }
}
.page-title-bg .page-title-read-block {
    padding: 0;
    position: absolute;
    top: 60px;
    width: 100%;
}

.page-title-bg .page-title-read-block .page-title-main {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 8px;
    list-style: none;
}
.page-title-bg .page-title-read-block .page-title-read {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 8px;
    list-style: none;
}
@media screen and (max-width: 767px){
    .page-title-bg .page-title-read-block {
        top: 25px;
    }
    .page-title-bg .page-title-read-block .page-title-main {
        color: #fff;
        font-size: 18px;
        letter-spacing: inherit;
    }
    .page-title-bg .page-title-read-block .page-title-read {
        color: #fff;
        letter-spacing: inherit;
        font-size: 14px;
    }
}

/**
 * pagetop
 */
.pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #33B495;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    border: 5px solid #89CEBA;
    box-shadow: 0 0 15px gray;
}
.pagetop:hover {
    cursor: pointer;
    opacity: 0.7;
}
@media screen and (max-width: 767px){
    .pagetop {
        bottom: 30px;
        right: 30px;
        font-size: 20px;
    }
}


/**
 * footer
 */
footer {
    font-size: 11px;
    text-align: center;
}

/**
 * Overlay
 */
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: rgba(255,255,255,0.7);
}
.overlay .loading_icon {
    width: 100%;
    text-align: center;
    margin-top: 400px;
    position: fixed;
}

/**
 * Form
 */
@media screen and (max-width: 767px){
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="url"],
    input[type="password"],
    input[type="datetime"],
    input[type="date"],
    input[type="month"],
    input[type="week"] {
        font-size: 16px;
    }
}

/**
 * font-color
 */
.fcolor_red {
    color: #f00;
}
.fcolor_blue {
    color: #00f;
}
.fcolor_green {
    color: #0f0;
}

/**
 * ボタン
 */
ul.btn-area {
    padding: 20px;
}

ul.btn-area a {
    text-align: center;
    font-size: 0.9em !important;
    border-radius: 5px;
    margin-bottom: 5px;
}
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-link,
.page-link {
    border-radius: 5px;
}
.page-link:hover {
    color: #004E87 !important;
    background-color: #ffffff !important;
 }

.section-header {
    padding: 0;
    border-bottom: 4px solid #004E87;
}

/**
 * 入力フォームナビ
 */
.form-navi {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    z-index: 0;
    margin: 0 auto;
}
.form-navi-bar {
    position: absolute;
    top: 12px;
    left: 5%;
    width: 90%;
    height: 2px;
    background-color: #eaeaea;/*バーの色*/
    z-index: -1;
}
@media screen and (min-width: 768px) {
    .form-navi-bar {
        top: 17px;
        height: 5px;
    }
}
.navi-shape-border.form-navi-active {
    border: 1px solid #e2264d;
}
.navi-circle {
    border-radius: 50%;
}
.form-navi-item {
    color: #b7b7b7;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-navi-item.form-navi-active {
    color: #e2264d;
}
.form-navi-item-circle-outer {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .form-navi-item-circle-outer {
        width: 39px;
        height: 39px;
    }
}
.form-navi-item-circle-outer.form-navi-active {
    background: #fff;
}
.form-navi-item-circle-inner {
    width: 16px;
    height: 16px;
    background-color: #b7b7b7;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .form-navi-item-circle-inner {
        width: 25px;
        height: 25px;
    }
}
.form-navi-item-circle-inner.form-navi-active {
    background: #e2264d;
}
.form-navi-item-circle-inner:last-of-type::after {
    content: none;
}
.form-navi-item-Text {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

/**
 * display
 */
.display_b {
    display: block;
}
.display_ib {
    display: inline-block;
}
.display_b {
    display: block;
}

/**
 * text-align
 */
.talign_c {
    text-align: center;
}
.talign_r {
    text-align: right;
}
.talign_l {
    text-align: left;
}

/**
 * width
 */
.width-5p {
    width: 5% !important;
}
.width-10p {
    width: 10% !important;
}
.width-15p {
    width: 15% !important;
}
.width-20p {
    width: 20% !important;
}
.width-25p {
    width: 25% !important;
}
.width-30p {
    width: 30% !important;
}
.width-35p {
    width: 35% !important;
}
.width-40p {
    width: 40% !important;
}
.width-45p {
    width: 45% !important;
}
.width-50p {
    width: 50% !important;
}
.width-55p {
    width: 55% !important;
}
.width-60p {
    width: 60% !important;
}
.width-65p {
    width: 65% !important;
}
.width-70p {
    width: 70% !important;
}
.width-75p {
    width: 75% !important;
}
.width-80p {
    width: 80% !important;
}
.width-85p {
    width: 85% !important;
}
.width-90p {
    width: 90% !important;
}
.width-95p {
    width: 95% !important;
}
.width-100p {
    width: 100% !important;
}
.width-10p {
    width: 10% !important;
}
.width-10 {
    width: 10px !important;
}
.width-15 {
    width: 15px !important;
}
.width-20 {
    width: 20px !important;
}
.width-25 {
    width: 25px !important;
}
.width-30 {
    width: 30px !important;
}
.width-35 {
    width: 35px !important;
}
.width-40 {
    width: 40px !important;
}
.width-45 {
    width: 45px !important;
}
.width-50 {
    width: 50px !important;
}
.width-55 {
    width: 55px !important;
}
.width-60 {
    width: 60px !important;
}
.width-65 {
    width: 65px !important;
}
.width-70 {
    width: 70px !important;
}
.width-75 {
    width: 75px !important;
}
.width-80 {
    width: 80px !important;
}
.width-85 {
    width: 85px !important;
}
.width-90 {
    width: 90px !important;
}
.width-95 {
    width: 95px !important;
}
.width-100 {
    width: 100px !important;
}
.width-110 {
    width: 110px !important;
}
.width-120 {
    width: 120px !important;
}
.width-130 {
    width: 130px !important;
}
.width-140 {
    width: 140px !important;
}
.width-150 {
    width: 150px !important;
}
.width-160 {
    width: 160px !important;
}
.width-170 {
    width: 170px !important;
}
.width-180 {
    width: 180px !important;
}
.width-190 {
    width: 190px !important;
}
.width-200 {
    width: 200px !important;
}
.width-210 {
    width: 210px !important;
}
.width-220 {
    width: 220px !important;
}
.width-230 {
    width: 230px !important;
}
.width-240 {
    width: 240px !important;
}
.width-250 {
    width: 250px !important;
}
.width-260 {
    width: 260px !important;
}
.width-270 {
    width: 270px !important;
}
.width-280 {
    width: 280px !important;
}
.width-290 {
    width: 290px !important;
}
.width-300 {
    width: 300px !important;
}
.width-350 {
    width: 350px !important;
}
.width-400 {
    width: 400px !important;
}
.width-450 {
    width: 450px !important;
}
.width-500 {
    width: 500px !important;
}
.width-550 {
    width: 550px !important;
}
.width-600 {
    width: 600px !important;
}
.width-550 {
    width: 550px !important;
}
.width-600 {
    width: 600px !important;
}
.width-550 {
    width: 550px !important;
}
.width-600 {
    width: 600px !important;
}
.width-650 {
    width: 650px !important;
}
.width-700 {
    width: 700px !important;
}
.width-750 {
    width: 750px !important;
}
.width-800 {
    width: 800px !important;
}
.width-850 {
    width: 850px !important;
}
.width-900 {
    width: 900px !important;
}
.width-950 {
    width: 950px !important;
}
.width-1000 {
    width: 1000px !important;
}

/**
 * max-width
 */
.mwidth-100 {
    max-width: 100px !important;
}
.mwidth-200 {
    max-width: 200px !important;
}
.mwidth-300 {
    max-width: 300px !important;
}

/**
 * padding
 */
.pall-5 {
    padding: 5px !important;
}
.pall-10 {
    padding: 10px !important;
}
.pall-15 {
    padding: 15px !important;
}
.pall-20 {
    padding: 20px !important;
}
.pall-25 {
    padding: 25px !important;
}
.pall-30 {
    padding: 30px !important;
}
.pall-35 {
    padding: 35px !important;
}
.pall-40 {
    padding: 40px !important;
}

.pt-none {
    padding-top: 0 !important;
}
.pt-7 {
    padding-top: 7px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pr-none {
    padding-right: 0 !important;
}
.pr-7 {
    padding-right: 7px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-35 {
    padding-right: 35px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pb-none {
    padding-bottom: 0 !important;
}
.pb-7 {
    padding-bottom: 7px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pl-none {
    padding-left: 0 !important;
}
.pl-7 {
    padding-left: 7px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-35 {
    padding-left: 35px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.p-none {
    padding: 0 !important;
}

/**
 * margin
 */
.mt-none {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mr-none {
    margin-right: 0 !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-35 {
    margin-right: 35px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mb-none {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-110 {
    margin-bottom: 110px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mb-130 {
    margin-bottom: 130px !important;
}
.mb-140 {
    margin-bottom: 150px !important;
}
.mb-150 {
    margin-bottom: 160px !important;
}
.mb-160 {
    margin-bottom: 160px !important;
}
.mb-170 {
    margin-bottom: 170px !important;
}
.mb-180 {
    margin-bottom: 180px !important;
}
.mb-190 {
    margin-bottom: 190px !important;
}
.mb-200 {
    margin-bottom: 200px !important;
}
.ml-none {
    margin-left: 0 !important;
}
.ml-9 {
    margin-left: 9px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}

/**
 * top
 */
.top-5 {
    top: 5px !important;
}
.top-10 {
    top: 10px !important;
}
.top-15 {
    top: 15px !important;
}
.top-20 {
    top: 20px !important;
}
.top-25 {
    top: 25px !important;
}
.top-30 {
    top: 30px !important;
}
.top-35 {
    top: 35px !important;
}
.top-40 {
    top: 40px !important;
}
.top-45 {
    top: 45px !important;
}
.top-50 {
    top: 50px !important;
}
.top-55 {
    top: 55px !important;
}
.top-60 {
    top: 60px !important;
}