html {
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #4e4e4e;
    font-size: 15px;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img {
    width: 100%;
}

main .content {
    overflow: hidden;
}

/* br */
br.pc-only {
    display: none;
}

/* margin */
.Mt100 {
    margin-top: 100px;
}

.Mb100 {
    margin-bottom: 100px;
}

.Mb80 {
    margin-bottom: 80px;
}

.Mb60 {
    margin-bottom: 60px;
}

.Mb30 {
    margin-bottom: 30px;
}

.Mb20 {
    margin-bottom: 20px;
}

.Mb10 {
    margin-bottom: 10px;
}

/* padding */
.Pd15 {
    padding: 0 15px;
}

/* txt */
.txtCen {
    text-align: center;
}

/* slick slider  */
.slick-dots li.slick-active button:before {
    color: #E6001F;
}

.slick-dots li button:before {
    font-size: 40px;
    color: #E6001F;
}

.title {
    font-size: 25px;
    font-weight: 700;
    color: #E6001F;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}

.title .sub {
    color: #9D9D9D;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.bg-title {
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    background-image: url(../images/common/deco1.png), url(../images/common/deco1a.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 200px;
    background-position: calc(50% - 350px) 20%, calc(50% - -350px) 40%;
    background-position: calc(50% - 240px) 20%, calc(50% - -240px) 40%;
}

.bg-title.red {
    background-color: #E6001F;
}

.bg-title.blue {
    background-color: #1A2B7B;
}

span.red {
    color: #E6001F;
}

span.blue {
    color: #1A2B7B;
}

/* back to top button */
.back-tp {
    text-align: center;
    color: #E6001F;
    border-radius: 50px;
    position: fixed;
    right: 15px;
    bottom: 90px;
    background-color: #FEF1EF;
}

.back-tp::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #E6001F;
    border-right: solid 2px #E6001F;
    transform: translateY(25%) rotate(-45deg);
    position: absolute;
    right: 26px;
    top: 13px;
}


.back-tp a {
    display: block;
    padding: 24px 0px;
    border-radius: 50px;
    border: #E6001F 1px solid;
    width: 60px;
    height: 60px;
    font-size: 13px;
}


/* ボトムボタン */
.Bnr {
    color: #1A2B7B;
    font-weight: 700;
    display: none;
}

.Bnr .Bnr__img {
    display: flex;
    justify-content: space-between;
    background-color: #E2F4FF;
    height: 79px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.Bnr .Bnr__img .img {
    max-width: 85px;
    position: relative;
    top: -20px;
    margin-left: 8px;
}

.Bnr .Bnr__img__inner {
    padding: 10px 0;
}

.Bnr .Bnr__img p.close a i {
    color: #fff;
    font-size: 16px;
}

.Bnr p.close span {
    display: none;
}

.Bnr .Bnr__img p.close a {
    background-color: #414141;
    display: block;
    padding: 8px 9px;
}

.Bnr .Bnr__img a p:first-child {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.Bnr .Bnr__img a p:last-child {
    font-size: 13px;
    position: relative;
}

.Bnr .Bnr__img .Bnr__img__inner {
    align-self: center;
    padding: 0 10px;

}


/* ホームへ戻るボタン */
.MoreBtn {
    background-color: #fff;
    color: #1A2B7B;
    display: block;
    max-width: 200px;
    padding: 8px 8px 8px 0;
    line-height: 1;
    text-align: center;
    background-image: url(../images/common/icon-arrow-r1.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 94% 50%;
    border: 1px solid #1A2B7B;
    margin: 0 auto 100px;
}

.MoreBtn a {
    display: block;
}

/*  ------------------------------- 
               header
  ------------------------------- */
header .header-inner .pc-menu {
    display: none;
}

/*  ------------------------------- 
               footer
  ------------------------------- */
footer {
    background-color: #1A2B7B;
    margin-top: auto;
}

footer .footer-inner {
    color: #fff;
    padding: 20px 15px 8px;
    line-height: 1.7;
}

footer .footer-inner>p:not(:last-child) {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

footer .footer-inner address p {
    margin-bottom: 5px;
}

footer .footer-inner address a,
footer .footer-inner .form a {
    background-color: #fff;
    color: #1A2B7B;
    display: block;
    max-width: 130px;
    padding: 8px 8px 8px 0;
    line-height: 1;
    text-align: center;
    background-image: url(../images/common/icon-arrow-r1.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: 94% 50%;
    border: 1px solid #1A2B7B;
}

footer .footer-inner .form a {
    max-width: 200px;
}

footer .footer-inner .copyright {
    line-height: 1;
}