@charset "UTF-8";
/* --------------------------------------------------
 Block
-------------------------------------------------- */

/* Common Block --------------- */

.commBlc {
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto;
    position: relative;
}

.boxComm {
    padding-top: 7%;
    padding-bottom: 7%;
}

.minBoxComm {
    padding-top: 4%;
    padding-bottom: 4%;
}

.tinyBoxComm {
    padding-top: 2%;
    padding-bottom: 2%;
}

/* endUserBlc --------------- */

.endUserBlc .headTtl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.endUserBlc .headTtl::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 54px 0 54px;
    border-color: #fff transparent transparent transparent;
    margin: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.endUserBlc .headTtl .img {
    width: 250px;
    margin-right: 50px;
}

.endUserBlc .headTtl .img img {
    flex: 0 0 auto;
}

.endUserBlc .headTtl .ttl {
    font-size: 300%;
    line-height: 1.4;
    font-weight: bold;
}

.endUserBlc .headTtl .ttl .highlight {
    color: #fa6466;
    display: inline-block;
}

.endUserBlc .bg {
    background-color: #eefaf3;
    padding: 80px 0 40px;
}

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

@media screen and (max-width: 1000px) {
    .endUserBlc .headTtl .ttl {
        font-size: 170%;
    }
    .endUserBlc .headTtl .img {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .endUserBlc .headTtl::after {
        border-width: 20px 25.5px 0 25.5px;
    }
    .endUserBlc .headTtl .img {
        display: none;
    }
    .endUserBlc .headTtl .ttl {
        text-align: center;
        line-height: 2;
        padding: 20px 0;
    }
    .endUserBlc .bg {
        padding: 40px 0 20px;
    }
}

/* contactBox --------------- */

.contactBox {
    padding: 80px 0 40px;
}

.contactBox .innerBlc {
    max-width: 860px;
    margin: 0 auto;
}

.contactBox .ttl {
    background-color: #fff399;
    font-size: 180%;
    font-weight: 500;
    text-align: center;
    padding: 20px 30px 20px 120px;
    position: relative;
}

.contactBox .ttl.ttl_lg {
    padding-right: 5vw;
    font-size: 250%;
}

.contactBox .ttl::after {
    content: "";
    background: url(../img/top_common/img_deco02.png) no-repeat left bottom;
    background-size: contain;
    width: 100px;
    height: 140px;
    position: absolute;
    bottom: -4px;
    left: 10px;
}

.contactBox .partBlc {
    border: 3px solid #fff399;
    padding: 2% 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contactBox .partBlc .tel {
    width: 66%;
    text-align: center;
    margin-right: 2%;
}

.contactBox .partBlc .tel a {
    font-size: 300%;
    line-height: 1;
    letter-spacing: -0.04em;
    text-decoration: none;
    padding-left: 75px;
    display: inline-block;
    position: relative;
}

.contactBox .partBlc .tel a::before {
    background-image: url(../img/common/free_tel.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 40px;
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
}

.contactBox .partBlc .time {
    font-size: 150%;
    line-height: 1.6;
    text-align: center;
    width: 32%;
}

@media screen and (max-width: 1000px) {
    .contactBox .partBlc {
        padding: 2% 10%;
    }
}

@media screen and (max-width: 767px) {
    .contactBox .ttl {
        font-size: 150%;
        padding: 20px 30px 20px 130px;
    }
    .contactBox .ttl.ttl_lg {
        font-size: 220%;
    }
    .contactBox .partBlc .tel a::before {
        top: 0;
    }
    .contactBox .ttl::after {
        width: 12vw;
        height: 17vw;
    }
}

@media screen and (max-width: 640px) {
    .contactBox .ttl {
        padding: 10px 10px 10px 100px;
    }
    .contactBox .ttl::after {
        width: 80px;
        height: 100px;
    }
    .contactBox .ttl.ttl_lg {
        font-size: 180%;
    }
    .contactBox .partBlc {
        padding: 6%;
    }
    .contactBox .partBlc .tel {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .contactBox .partBlc .time {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .contactBox .partBlc .tel a {
        background-size: auto 26px;
        font-size: 240%;
        padding-left: 50px;
    }
    .contactBox .partBlc .tel a::before {
        top: 3px;
        width: 60px;
        height: 25px;
    }
    .contactBox .ttl {
        padding-left: 70px;
        font-size: 126%;
    }
    .contactBox .ttl::after {
        width: 60px;
        height: 90px;
        left: 5px;
    }
    .contactBox .ttl.ttl_lg {
        font-size: 5.8vw;
        padding-right: 5vw;
    }
}

/* bannerBlc --------------- */

.bannerBlc {
    text-align: center;
    padding-bottom: 4%;
}

/* --------------------------------------------------
 Title
-------------------------------------------------- */

/* --------------------------------------------------
 Table
-------------------------------------------------- */

/* Common Table --------------- */

.tblComm {
    border-top: 1px dotted #fff;
}

.tblComm th, .tblComm td {
    padding: 7px 15px;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
}

.tblComm th {
    background-color: #fff;
    width: 20%;
}

.tblComm th[align="center"], .tblComm td[align="center"] {
    text-align: center;
}

.tblComm th[align="right"], .tblComm td[align="right"] {
    text-align: right;
}

.tblRespon {
    overflow-x: auto;
}

.tblRespon .tblComm {
    min-width: 600px;
}

.noteTbl {
    color: red;
    text-align: center;
    margin: 2% 0;
    display: none;
}

/* Form Table --------------- */

.tblForm th {
    background-color: #fff;
    width: 25%;
    padding: 2%;
    text-align: left;
}

.tblForm td {
    padding: 2%;
    text-align: left;
}

.tblForm th, .tblForm td {
    border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tblRespon {
    overflow-x: auto;
}

.noteTblRespon {
    font-size: 80%;
    color: red;
    margin: 2% 0;
    text-align: center;
    display: none;
}

@media screen and (max-width: 767px) {
    /* Common Table --------------- */
    .tblComm th, .tblComm td {
        font-size: 90%;
    }
    .tblComm th {
        width: 30%;
    }
    .tblComm.singleRow th, .tblForm.singleRow th {
        display: block;
        font-weight: bold;
        padding-bottom: 0;
    }
    .tblComm.singleRow td, .tblForm.singleRow td {
        display: block;
    }
    .noteTbl {
        display: block;
    }
    /* Form Table --------------- */
    .tblForm th {
        width: auto;
    }
    /* tblRespon --------------- */
    .noteTblRespon {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    /* tblRespon --------------- */
    .noteTblRespon {
        display: block;
    }
}

/* --------------------------------------------------
 List
-------------------------------------------------- */

/* Common List --------------- */

.listComm li {
    width: 48%;
    float: left;
}

.listComm li:nth-of-type(2n) {
    float: right;
}

/* --------------------------------------------------
 Button
-------------------------------------------------- */

/* btnStyle01 --------------- */

.btnStyle01 a {
    background-color: #402c1a;
    color: #fff;
    font-size: 126%;
    text-decoration: none;
    padding: 2px 20px;
    display: inline-block;
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.btnStyle01.bgStyle01 a {
    background-color: #72bf3b;
}

.btnStyle01 a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1366px) {
    .btnStyle01 a {
        font-size: 112%;
    }
}

/* btnStyle02 --------------- */

.btnStyle02 a {
    background: #72bf3b url(../img/top_common/img_arrow01.png) no-repeat right 10px center;
    background-size: auto calc(100% - 20px);
    color: #fff;
    font-size: 200%;
    border-radius: 999px;
    text-decoration: none;
    padding: 10px 120px 10px 70px;
    display: inline-block;
    box-shadow: -1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.btnStyle02.orangeColor a {
    background-color: #f39800;
}

.btnStyle02 a:hover {
    opacity: 0.8;
}

.btnStyle02 a .highlight {
    color: #ffdb00;
}

@media screen and (max-width: 1000px) {
    .btnStyle02 a {
        font-size: 160%;
    }
}

@media screen and (max-width: 767px) {
    .btnStyle02 a {
        font-size: 140%;
        padding: 15px 90px 15px 40px;
    }
}

@media screen and (max-width: 480px) {
    .btnStyle02 a {
        font-size: 4.1vw;
        padding: 2vw 11vw 2vw 4vw;
    }
}

/* btnStyle03 --------------- */

.btnStyle03 a {
    background-color: #fa6567;
    color: #fff;
    font-size: 126%;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.btnStyle03 a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1000px) {
    .btnStyle03 a {
        font-size: 160%;
    }
}

@media screen and (max-width: 767px) {
    .btnStyle03 a {
        font-size: 140%;
        padding: 10px 20px;
    }
}

/* --------------------------------------------------
 Text
-------------------------------------------------- */

.txtCenter {
    text-align: center;
}

.txtUnderline {
    text-decoration: underline;
}

.txtBig {
    font-size: 115%;
}

.txtSmall {
    font-size: 85%;
}

.txtWeight {
    font-weight: bold;
}

.txtInlineBlc {
    text-align: left;
    display: inline-block;
}

.txtBlack {
    color: #000;
}

.txtRed {
    color: #BD2D2B;
}

@media screen and (max-width: 767px) {
    .txtForSp {
        text-align: left !important;
    }
    .txtForSp br {
        display: none !important;
    }
    span.txtForSp {
        display: inline-block;
    }
}

@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
}

/* --------------------------------------------------
 Other Classes
-------------------------------------------------- */

/* Spacing --------------- */

.mt-1 {
    margin-top: 1%;
}

.mt-2 {
    margin-top: 2%;
}

.mt-3 {
    margin-top: 3%;
}

.mt-4 {
    margin-top: 4%;
}

.mt-5 {
    margin-top: 5%;
}

.mt-6 {
    margin-top: 6%;
}

.mt-7 {
    margin-top: 7%;
}

.mb-1 {
    margin-bottom: 1%;
}

.mb-2 {
    margin-bottom: 2%;
}

.mb-3 {
    margin-bottom: 3%;
}

.mb-4 {
    margin-bottom: 4%;
}

.mb-5 {
    margin-bottom: 5%;
}

.mb-6 {
    margin-bottom: 6%;
}

.mb-7 {
    margin-bottom: 7%;
}

/* Clear fix --------------- */

.clearFix:after {
    content: "";
    clear: both;
    display: block;
}

/* Clear --------------- */

.clear {
    clear: both;
}

/* Hide --------------- */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.disnon {
    display: none;
}

/* imgDeco --------------- */

.imgDeco {
    border: 1px solid #cdcdcd;
    padding: 1px;
    box-sizing: border-box;
}

/* imgCircle --------------- */

.imgCircle {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

/* imgRightBlc --------------- */

.imgRightBlc {
    margin: 0 0 20px 20px;
    float: right;
}

/* imgZoomEffect --------------- */

.imgZoom {
    overflow: hidden;
}

.imgZoom img, .imgZoom .img {
    -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    transition: all 200ms ease-in-out 0s;
}

.imgZoom img:hover, .imgZoom .img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* PDF icon --------------- */

.icnPdf {
    vertical-align: bottom;
    margin: 0px 3%;
}

/* Form required --------------- */

.required, .nRequired {
    background-color: #EB5151;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px;
    padding: 0 2px 2px;
    text-align: center;
    line-height: 1.6;
    width: 30px;
}

.nRequired {
    background-color: #999;
}

@media screen and (max-width: 1200px) {
    /* Hide --------------- */
    .post.hidden {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    /* imgRightBlc --------------- */
    .imgRightBlc {
        margin: 0 auto 20px;
        float: none;
    }
    /* Popup --------------- */
    .popup {
        display: block;
        position: relative;
    }
}