﻿@charset "utf-8";

/*------------------------------------------------------------
	文章・画像・見出し
------------------------------------------------------------*/

.imgBox, .imgBox02, .imgBox03 {
    width: 100%;
    height: auto;
    margin: 24px auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.imgBox02 {
    margin: 24px auto 0;
}

.imgBox03 {
    margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .imgBox03 {
        margin: 0 auto 24px;
    }
}

.imgBox img, .imgBox02 img, .imgBox03 img {
    width: 100%;
    height: 100%;
}

.middleImg {
    max-width: 400px;
}

.txt {
    line-height: 2.53;
    text-align: justify;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .txt {
        line-height: 1.73;
    }
}

.headLine03a {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 2.7px;
    font-weight: normal;
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 44px;
    justify-content: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .headLine03a {
        font-size: 1.7rem;
    }
}

.headLine03a::before {
    position: absolute;
    content: "";
    bottom: -18px;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
}

.headLine03a::after {
    position: absolute;
    content: "";
    width: 90px;
    left: 50%;
    bottom: -18px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #60B1BF;
    z-index: 2;
}

.imgHeadLineBox {
    position: relative;
}

.headLine03b {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 3.2rem;
    line-height: 1.4;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 1.3px;
    color: #60B1BF;
    font-weight: normal;
    transform: translateY(-50%);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .headLine03b {
        font-size: 1.6rem;
        left: 10px;
    }
}

.headLine03c {
    position: relative;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: flex;
    justify-content: center;
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 40px;
}

.headLine03c::after {
    position: absolute;
    content: "";
    width: 64px;
    left: 50%;
    bottom: -18px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #333;
    z-index: 2;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .headLine03c {
        font-size: 1.7rem;
    }
}

.charmBoxItemTtl span {
    font-size: 2.2rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: flex;
    justify-content: center;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 16px;
}


/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#main .mainImg {
    background: url("../img/mesonaj/main_img.jpg") no-repeat center top;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .mainImg {
        height: 300px;
        background: url("../img/mesonaj/main_img_sp.jpg") no-repeat center top;
    }
    #main .mainImg .headline02 {
        position: relative;
        top: 98px;

        width: 280px;
        padding: 10px 0 20px;
        background: #fff;
    }
}

/*------------------------------------------------------------
	目次
------------------------------------------------------------*/
.menuListBox {
    position: relative;
    width: 100%;
    background-image: url("../img/mesonaj/menuBg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 56px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .menuListBox {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.menuListBox::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(255, 255, 255, .8);
    z-index: 1;
}

.menuListUl {
    padding: 24px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 614px;
    margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .menuListUl {
        grid-template-columns:1fr;
        padding: 16px 32px;
    }
}

.menuListUl li {
    border-bottom: 1px dotted #e7e7e7;
}

.menuListUl li:nth-child(odd) {
    border-right: 1px dotted #e7e7e7;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .menuListUl li:nth-child(odd) {
        border-right: 0;
    }
}

/* .menuListUl li:last-child{
    border-bottom: 0;
} */

.menuListUl li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 1.5rem;
    padding-left: 40px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .menuListUl li a {
        font-size: 1.4rem;
        padding-left: 24px;
    }
}

.menuListUl li a::before {
    content: "";
    position: absolute;
    background-image: url("../img/mesonaj/icon_arrow.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

@media all and (min-width: 0) and (max-width: 767px) {
    .menuListUl li a::before {
        left: 0;
    }
}

.menuListUl li a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
	このようなお悩みはございませんか？
------------------------------------------------------------*/

.checkListBox {
    width: 100%;
    padding: 56px 48px;
    background-color: #F3F9FA;
    box-sizing: border-box;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .checkListBox {
        padding: 40px 16px;
    }
}

.checkListUl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 140px;
    margin-bottom: 48px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .checkListUl {
        grid-template-columns: 1fr;
        gap: 24px 0;
    }
}

.checkListUl li {
    position: relative;
    font-weight: bold;
    padding-left: 48px;
}

.checkListUl li::before {
    content: "";
    position: absolute;
    background-image: url("../img/mesonaj/icon_check.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.checkListAtt {
    padding: 24px 16px;
    background-color: #fff;
    border: 1px solid #60B1BF;
}

/*------------------------------------------------------------
	メソナJの魅力
------------------------------------------------------------*/
.charmBoxUl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.charmBoxUl > li {
    background-image: url("../img/mesonaj/bg01.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.charmBoxItemUl {
    display: flex;
    padding: 28px;
    margin: 28px;
    border: .5px solid #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .charmBoxItemUl {
        padding: 16px;
        margin: 10px;
    }
}

.charmBoxItemUl > li:first-child {
    margin-right: 32px;
    width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .charmBoxItemUl > li:first-child {
        margin-right: 0;
    }
}

/*------------------------------------------------------------
	オーダーメイド
------------------------------------------------------------*/
.orderMadeBoxUl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .orderMadeBoxUl {
        grid-template-columns: 1fr;
    }
}

.orderMadeBoxUl li {
    border: 12px solid #F0F2F2;
    padding: 32px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .orderMadeBoxUl li {
        border: 4px solid #F0F2F2;
        padding: 24px 16px;
    }
}

.orderMadeBoxUl li .txt {
    line-height: 1.8;
}

.orderMadeTtl {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: .5px solid #F3F9FA;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .orderMadeTtl {
        margin-bottom: 16px;
    }
}


.orderMadeTtl p {
    position: relative;
    font-size: 2rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-left: 56px;
    letter-spacing: 2.7px;
    font-weight: normal;
}

.orderMadeImg01::before, .orderMadeImg02::before, .orderMadeImg03::before, .orderMadeImg04::before,
.orderMadeImg05::before, .orderMadeImg06::before, .orderMadeImg07::before, .orderMadeImg08::before,
.orderMadeImg09::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    background-position: center center;
    background-size: 46px;
    background-repeat: no-repeat;
}

.orderMadeImg01::before {
    background-image: url("../img/mesonaj/icon_order01.jpg");
}

.orderMadeImg02::before {
    background-image: url("../img/mesonaj/icon_order02.jpg");
}

.orderMadeImg03::before {
    background-image: url("../img/mesonaj/icon_order03.jpg");
}

.orderMadeImg04::before {
    background-image: url("../img/mesonaj/icon_order04.jpg");
}

.orderMadeImg05::before {
    background-image: url("../img/mesonaj/icon_order05.jpg");
}

.orderMadeImg06::before {
    background-image: url("../img/mesonaj/icon_order06.jpg");
}

.orderMadeImg07::before {
    background-image: url("../img/mesonaj/icon_order07.jpg");
}

.orderMadeImg08::before {
    background-image: url("../img/mesonaj/icon_order08.jpg");
}

.orderMadeImg09::before {
    background-image: url("../img/mesonaj/icon_order09.jpg");
}

@media all and (min-width: 0) and (max-width: 767px) {
    .orderMadeTtl p {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/

.faqBox {
	margin-bottom: 32px;
}

.faqBox dt {
	margin-bottom: 15px;
	position: relative;
	padding-left: 50px;
	line-height: 36px;
	text-indent: -0.7em;
}

@media all and (min-width: 0) and (max-width: 767px) {

    .faqBox dt {
		margin-bottom: 16px;
		margin-left: 10px;
		padding-left: 30px;
		line-height: 30px;
        text-align: justify;
	}
}

.faqBox dt::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: YuGo-Bold;
	font-size: 27px;
	content: 'Q';
}

.faqBox dd {
	position: relative;
	padding-left: 50px;
	line-height: 36px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e9e9e9;
	text-indent: -0.7em;
    text-align: justify;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.faqBox dd {
		margin-left: 10px;
		padding-top: 8px;
		padding-left: 30px;
		line-height: 1.73;
	}
}

.faqBox dd::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: YuGo-Bold;
	font-size: 27px;
	color: #60B1BF;
	content: 'A';
	margin-right: 23px;
}

.mesonaj-courseBox table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 12px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .mesonaj-courseBox table {
        font-size: 1.4rem;
    }
}

.mesonaj-courseBox td, .mesonaj-courseBox th {
    border-collapse: separate;
    border-spacing: 0px 12px;
}

.mesonaj-courseBox td, .mesonaj-courseBox th {
	padding: 3px;
	width: 30px;
	height: 25px;
}

.mesonaj-courseBox th {
	padding: 14px 12px;
    width: 27.3%;
    text-align: center;
    background-color: #f3f8fb;
    font-weight: 400;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .mesonaj-courseBox th {
        width: 50%;
    }
}

.mesonaj-courseBox td {
    padding-left: 12px;
}

.mesonaj-courseBox .mesonaj-courseTh {
    background-color: #ffe4f2;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .mesonaj-courseBox td {
        padding-left: 20px;
    }
}

/*------------------------------------------------------------
	余白
------------------------------------------------------------*/
.mb24 {
    margin-bottom: 24px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb88 {
    margin-bottom: 88px !important;
}

.mb96 {
    margin-bottom: 96px !important;
}

.secSpace {
    margin-bottom: 96px;
}