@charset "UTF-8";
/* --------------------------------------------------
 Block
-------------------------------------------------- */

/* Common Block --------------- */

#contents .commBlc {
    margin: 4% auto 2%;
}

.commBlc {
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.boxComm {
    padding-top: 7%;
    padding-bottom: 7%;
}

.minBoxComm {
    padding-top: 4%;
    padding-bottom: 4%;
}

.tinyBoxComm {
    padding-top: 2%;
    padding-bottom: 2%;
}

.mainTtl {
    background-color: #eee9e5;
    color: #402c1a;
    font-size: 240%;
    line-height: 1.6;
    text-align: center;
    padding: 30px 4%;
}

.ttl {
    margin-bottom: 20px;
    border-top: #402c1a solid 4px;
}

.ttl p {
    padding: 25px;
    border: #d3d3d3 solid 1px;
    border-top: none;
    font-size: 150%;
    font-weight: bold;
}

.under_lamp {
    text-align: center;
}

.desTxt {
    text-align: center;
}

.desTxt .txtStyle {
    background: #402c1a url(../img/top_common/img_arrow01.png) no-repeat right 10px center;
    background-size: auto calc(100% - 20px);
    color: #fff;
    font-size: 100%;
    border-radius: 999px;
    text-decoration: none;
    padding: 10px 60px;
    margin-bottom: 4%;
    display: inline-block;
    box-shadow: -1px 3px 7px 0px rgb(0 0 0 / 35%);
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

@media screen and (max-width: 1000px) {
    .mainTtl {
        font-size: 170%;
    }
}

@media screen and (max-width: 767px) {
    .mainTtl {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .desTxt .txtStyle {
        padding: 10px 10%;
    }
}

@media screen and (max-width: 640px) {
    .ttl p {
        padding: 15px;
    }
    #contents .commBlc {
        margin: 8% auto 2%;
    }
}

@media screen and (max-width: 480px) {
    .ttl p {
        font-size: 126%;
    }
    .desTxt .txtStyle {
        padding: 10px 20vw 10px 20px;
        margin-bottom: 8%;
    }
}

/* 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: 170px;
    margin-right: 20px;
}

.endUserBlc .headTtl .img img {
    flex: 0 0 auto;
}

.endUserBlc .headTtl .ttl {
    font-size: 240%;
    font-weight: 500;
    line-height: 1.4;
}

.endUserBlc .headTtl .ttl .highlight {
    background-color: #fa6668;
    color: #fff;
    border-radius: 8px;
    padding: 0 10px;
    display: inline-block;
}

.endUserBlc .bg {
    background-color: #f0f5fa;
    padding: 80px 0 40px;
}

.endUserBlc .btn {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .endUserBlc .headTtl .img {
        width: 110px;
    }
}

@media screen and (max-width: 1000px) {
    .endUserBlc .headTtl .ttl {
        font-size: 170%;
    }
}

@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: 40px 0;
}

.contactBox .innerBlc {
    max-width: 640px;
    margin: 0 auto;
}

.contactBox .ttl {
    background-color: #e0f1e7;
    font-size: 140%;
    text-align: center;
    padding: 20px 70px 20px 10px;
    position: relative;
}

.contactBox .ttl::after {
    content: "";
    background: url(../img/top_common/img_deco02.png) no-repeat left bottom;
    background-size: 100% auto;
    width: 77px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.contactBox .partBlc {
    border: 3px solid #e0f1e7;
    padding: 2%;
    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: 280%;
    line-height: 1;
    letter-spacing: -0.04em;
    text-decoration: none;
    padding-left: 35px;
    display: inline-block;
    position: relative;
}

.contactBox .partBlc .tel a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f3cd';
    color: #319f2d;
    font-weight: 900;
    font-size: 38px;
    position: absolute;
    top: 5px;
    left: 0;
}

.contactBox .partBlc .time {
    font-size: 126%;
    line-height: 1.6;
    text-align: center;
    width: 32%;
}

@media screen and (max-width: 767px) {
    .contactBox .ttl {
        font-size: 126%;
    }
    .contactBox .partBlc .tel a {
        padding-left: 30px;
    }
    .contactBox .partBlc .tel a::before {
        font-size: 30px;
        top: 5px;
    }
}

@media screen and (max-width: 640px) {
    .contactBox .ttl {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 50px;
    }
    .contactBox .ttl::after {
        width: 50px;
        height: 59px;
    }
    .contactBox .partBlc .tel {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    .contactBox .partBlc .time {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .contactBox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contactBox .partBlc .tel a {
        background-size: auto 26px;
        font-size: 240%;
        padding-left: 26px;
    }
    .contactBox .partBlc .tel a::before {
        font-size: 26px;
        top: 3px;
    }
}

/* bannerBlc --------------- */

.bannerBlc {
    text-align: center;
    margin: 2% 0;
}

/* --------------------------------------------------
 Title
-------------------------------------------------- */

/* --------------------------------------------------
 Table
-------------------------------------------------- */

/* Common Table --------------- */

.tblForm {
    width: 100%;
}

.tblForm tr.bordNon {
    border-bottom: none;
}

.tblForm th, .tblForm td {
    padding: 20px;
    box-sizing: border-box;
}

.tblForm th {
    width: 30%;
    font-weight: bold;
    background: #EFEFEF;
    border-bottom: 1px solid #fff;
}

.tblForm td {
    border-bottom: 1px solid #efefef;
}

.tblForm input {
    font-size: 100%;
}

.tblForm input[name=name], .tblForm input[name=kana] {
    width: 250px;
}

.tblForm input[name=postcode] {
    width: 80px;
}

.tblForm input[name=add2] {
    width: 90%;
}

.tblForm select[name=add1] {
    width: 200px;
    font-size: 100%;
}

.tblForm select {
    font-size: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.tblForm input[type=tel] {
    text-align: center;
    width: 50px;
}

.tblForm input[name=email] {
    width: 270px;
}

.tblForm textarea[name=message] {
    width: 99%;
    height: 100px;
    font-size: 100%;
}

/* 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: #fa6668;
    text-align: center;
    margin: 2% 0;
    display: none;
}

.ctMsg::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.ctMsg {
    position: relative;
    margin-top: 10px;
    line-height: 1.5;
    color: #fa6668;
    padding-left: 25px;
    display: block;
}

.errorTxt:not(:empty)::before {
    content: '\f06a';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
}

.errorTxt {
    color: #fa6668;
    position: relative;
    margin-top: 10px;
    line-height: 1.5;
    padding-left: 20px;
    display: block;
}

.fullSize {
    width: 100%;
    box-sizing: border-box;
}

.middleSize {
    width: 70%;
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    .middleSize {
        width: 100%;
    }
}

/* tblRespon --------------- */

.tblRespon {
    overflow-x: auto;
}

.noteTblRespon {
    font-size: 80%;
    color: #fa6668;
    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;
    }
    /* tblRespon --------------- */
    .noteTblRespon {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    /* tblRespon --------------- */
    .noteTblRespon {
        display: block;
    }
    /* Form Table --------------- */
    .tblForm th, .tblForm td {
        padding: 3%;
        width: 100%;
        display: block;
    }
    .tblForm td, .tblForm th {
        border-bottom: 0;
    }
}

/* --------------------------------------------------
 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 30px;
    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: #0066cc 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.8vw;
        padding: 2vw 13vw 2vw 4vw;
    }
}

/* btnStyle03 --------------- */

.btnStyle03 a {
    background-color: #0066cc;
    color: #fff;
    font-size: 126%;
    text-decoration: none;
    padding: 2px 30px;
    display: inline-block;
    transition: all 400ms cubic-bezier(.25,.46,.45,.94);
}

.btnStyle03 a:hover {
    opacity: 0.8;
}

/* --------------------------------------------------
 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: #fa6668;
}

@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: #fa6668;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px;
    padding: 3px 7px;
    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;
    }
}