/*** ----------------
 General
---------------- ***/
body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
}

h2 {
    font-size: 1.6em;
    padding-bottom: 30px;
    font-weight: bold;
}

.o_marker {
    background: linear-gradient(transparent 50%, #FFE6CE 50%);
    font-weight: bold;
}

.o_bg {
    background-color: #F58220;
}

.po_bg {
    background-color: #FFE6CE;
}

.w_bg {
    background-color: #FFFFFF;
}

.o_number {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #F58220;
    color: white;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    padding-top: 5px;
}

.m_content {
    width: 100%;
}

.m_content .container article {
    width: 70%;
    margin: 0 auto;
    /* background-color: red; */
}

.m_content .container article h2 {
    font-size: 1.6em;
    padding-bottom: 30px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .m_content .container article {
        width: 90%;
    }
}

/* Header */
.search_toggle_open {
    display: none;
}

.m_header_contact_btn {
    background-color: #F58220;
    padding: 10px 14px;
    color: white;
    transition: all .3s;
}

.m_header_contact_btn:hover {
    filter: brightness(1.25);
}

@media (max-width: 768px) {
    .m_header_01 .m_header_contents_title {
        width: 45%;
    }

    .m_header_01 .m_header_contents_title img {
        width: 100%;
    }

    .m_header_01 .m_header_contents_info {
        flex-direction: row;
        width: 55%;
        padding: 0;
    }

    .pc_br {
        display: none;
    }
}

@media (max-width: 576px) {
    .m_header_01 .m_header_contents {
        width: 100%;
    }
}

.m_infoBar {
	background: #F58220;
	color: white;
	height: 50px;
}

.m_infoBar .m_button02 a {
	padding: 4px 0px;
}

/*** ----------------
 Front Page
---------------- ***/

/* Main Visual */
#m_top .main_visual {
    height: 500px;
    width: 100%;
    display: flex;
}

#m_top .main_visual .main_visual_img {
    width: 50%;
    background-image: url("http://7109.net/wp-content/uploads/2025/07/top_img.jpg");
    background-size: cover;
}

#m_top .main_visual .main_visual_txt {
    width: 50%;
    padding: 20px 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#m_top .main_visual .main_visual_txt h2 {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#m_top .main_visual .main_visual_txt p {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 30px;
}

#m_top .main_visual .main_visual_txt_services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#m_top .main_visual .main_visual_txt_services div {
    width: 48%;
    background-color: #FFE6CE;
    box-shadow: 0 7px 0 #e8a36f;
    border-radius: 10px;
    height: 130px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
}

#m_top .main_visual .main_visual_txt_services div:nth-child(1) {
    margin-right: 10px;
}

/* ホバー時 */
#m_top .main_visual .main_visual_txt_services div:hover {
    box-shadow: none;
    transform: translateY(5px);
}

#m_top .main_visual .main_visual_txt_services div img {
    width: 100%;
}

#m_top .main_visual .main_visual_txt_services div img:first-child {
    width: 80%;
}

@media (max-width: 768px) {
    #m_top .main_visual {
        display: block;
        height: auto;
    }

    #m_top .main_visual .main_visual_img,
    #m_top .main_visual .main_visual_txt {
        width: 100%;
    }

    #m_top .main_visual .main_visual_img {
        height: 340px;
        background-position: 0 bottom;
    }

    #m_top .main_visual .main_visual_txt {
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    #m_top .main_visual {
        position: relative;
    }

    #m_top .main_visual .main_visual_txt h2 {
        position: absolute;
        width: 100%;
        top: 240px;
        font-size: 2em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
        color: #fff;
        text-shadow: 0 0 15px #F58220;
    }

    #m_top .main_visual .main_visual_txt p {
        position: absolute;
        width: 100%;
        top: 300px;
        font-size: 1em;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
        color: #fff;
        text-shadow: 0 0 15px #F58220;
    }

    .main_visual .main_visual_txt_services {
        display: block;
    }

    #m_top .main_visual .main_visual_txt_services {
        display: block;
    }

    #m_top .main_visual .main_visual_txt_services div {
        width: 100%;
        height: 160px;
    }

    .main_visual .main_visual_txt_services div:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    #m_top .main_visual .main_visual_img {
        height: 300px;
    }

    #m_top .main_visual .main_visual_txt h2 {
        top: 230px;
        font-size: 1.4em;
    }

    #m_top .main_visual .main_visual_txt p {
        top: 270px;
        font-size: 1em;
    }


    #m_top .main_visual .main_visual_txt_services div img:first-child {
        width: 70%;
    }

    #m_top .main_visual .main_visual_txt_services div {
        width: 100%;
        height: 100px;
    }
}

/* Top Info */
#m_top .top_info {
    padding: 40px 0;
    text-align: center;
    position: relative;
}

#m_top .top_info .bg_logo {
    position: absolute;
    width: 240px;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
    opacity: 0.5;
}

#m_top .top_info .container {
    width: 70%;
    margin: 0 auto;
}

#m_top .top_info .container h2 {
    padding: 0;
}

#m_top .top_info .container h2 img {
    width: 300px;
}

#m_top .top_info .container p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

p.bold {
    font-weight: bold;
}

@media (max-width: 768px) {
    #m_top .top_info .container {
        width: 90%;
    }
}

/* TOP Info Point */
#m_top .top_info_point {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

#m_top .top_info_point .container {
    margin: 0 auto;
    width: 70%;
}

#m_top .top_info_point h2 {
    padding: 50px 0px 30px 0px;
}

#m_top .top_info_point .point {
    display: flex;
    justify-content: space-between;
}

#m_top .top_info_point .point div {
    font-size: 1.2em;
    width: 30%;
}

#m_top .top_info_point .point div .point_img {
    display: inline-block;
    height: 160px;
    width: 100%;
    position: relative;
}

#m_top .top_info_point .point div.p01 .point_img {
    background-image: url("http://7109.net/wp-content/uploads/2024/08/point01.jpg");
    background-size: cover;
}

#m_top .top_info_point .point div.p02 .point_img {
    background-image: url("http://7109.net/wp-content/uploads/2024/08/point02.jpg");
    background-size: cover;
}

#m_top .top_info_point .point div.p03 .point_img {
    background-image: url("http://7109.net/wp-content/uploads/2024/08/point03.jpg");
    background-size: cover;
}

/* ラベル部分 左上に表示 */
#m_top .top_info_point .point div .point_img::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #F58220;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

#m_top .top_info_point .point div .point_img::after {
    content: "";
    display: block;
    top: 3px;
    transform: rotate(-45deg);
    color: #fff;
    /* 文字色はここで変更 */
    left: 7px;
    position: absolute;
    z-index: 101;
    font-weight: bold;
    font-size: 1.2em;
}

#m_top .top_info_point .point div.p01 .point_img::after {
    content: "1";
}

#m_top .top_info_point .point div.p02 .point_img::after {
    content: "2";
}

#m_top .top_info_point .point div.p03 .point_img::after {
    content: "3";
}

#m_top .top_info_point .point div p {
    margin-top: 10px;
}


@media (max-width: 768px) {
    #m_top .top_info_point .container {
        width: 90%;
    }

    #m_top .top_info_point .point {
        display: block;
    }

    #m_top .top_info_point .point div {
        width: 100%;
        margin-bottom: 20px;
    }

    #m_top .top_info_point .point div .point_img {
        height: 220px;
    }

    #m_top .bg_logo {
        display: none;
    }
}

#m_top .top_info_point .recommend {
    width: 60%;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 36px 20px 20px 20px;
}

#m_top .top_info_point .recommend p {
    font-size: 1.2em;
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    #m_top .top_info_point .recommend {
        width: 90%;
    }
}

/* QRコード */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay img {
    max-width: 80%;
    max-height: 80%;
}

.closeBtn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    border: none;
    padding: 4px 14px;
    font-size: 16px;
    cursor: pointer;
}

.closeBtn:before {
    content: "× "
}

/* Comic */
#m_top .comic {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

#m_top .comic img {
    width: 60%;
}

@media (max-width: 768px) {
    #m_top .comic img {
        width: 90%;
    }
}


/* Customer Voice */
#m_top .customer_voice {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

#m_top .customer_voice .container {
    width: 80%;
}

#m_top .customer_voice .cv_container {
    display: flex;
    justify-content: space-between;
}

#m_top .customer_voice .cv_container .cv {
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #F58220;
    width: 48%;
    padding: 20px;
}

#m_top .customer_voice .cv_container .cv h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #F58220;
    padding-bottom: 10px;
}

#m_top .customer_voice .cv_container .cv p {
    text-align: left !important;
}

#m_top .customer_voice .cv_container .cv .cv_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    border: 2px solid #FFE6CE;
}

#m_top .customer_voice .cv_container .cv .cv_img.cv01 {
    background-image: url("http://7109.net/wp-content/uploads/2024/08/cv01.png");
    background-size: cover;
}

#m_top .customer_voice .cv_container .cv .cv_img.cv02 {
    background-image: url("http://7109.net/wp-content/uploads/2024/08/cv02.png");
    background-size: cover;
}

@media (max-width: 768px) {
    #m_top .customer_voice .container {
        width: 90%;
    }

    #m_top .customer_voice .cv_container {
        display: block;
    }

    #m_top .customer_voice .cv_container .cv {
        width: 100%;
    }

    #m_top .customer_voice .cv_container .cv:first-child {
        margin-bottom: 30px;
    }
}

/* Recommend */
#m_top .recommend {
    padding: 60px 0;
    text-align: center;
}

#m_top .recommend .container {
    width: 60%;
    margin: 0 auto;
}

#m_top .recommend .container p {
    text-align: left !important;
}

/* Price Table */
#m_top .price_table {
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

table.price_table {
    width: 80%;
}

.price_table th,
td {
    padding: 10px;
    font-size: 1.2em;
    border: 2px solid #fff;
}

.price_table th {
    background-color: #F58220;
    width: 40%;
    color: white;
    font-weight: bold;
}

.price_table td {
    width: 60%;
    background-color: #FFE6CE;
    border: 2px solid #fff;
}

/* Screen Info */
#m_top .screen_info {
    padding: 60px 0;
    position: relative;
}

#m_top .screen_info h2 {
    color: #F58220;
}

#m_top .screen_info .container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#m_top .screen_info .container div {
    width: 50%;
}

#m_top .screen_info .container div:nth-child(1) {
    text-align: center;
}

#m_top .screen_info .container img {
    width: 90%;
    margin-right: 0px;
}

#m_top .screen_info .bg_logo_orange {
    position: absolute;
    width: 240px;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
    opacity: 0.5;
}

@media (max-width: 768px) {
    #m_top .screen_info .container {
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    #m_top .screen_info .bg_logo_orange {
        display: none;
    }

    #m_top .screen_info .container div {
        width: 100%;
    }

    #m_top .screen_info h2 {
        text-align: center;
    }

    #m_top .screen_info .container div:nth-child(1) {
        margin-top: 30px;
    }

    #m_top .screen_info .container img {
        margin-right: 0px;
    }

}

/* CTA */
#m_top .cta {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 100px 0;
    background-image: url("http://7109.net/wp-content/uploads/2024/08/bg_cta.png");
    background-size: cover;
}

#m_top .cta .cta_box {
    margin: 0 auto;
    color: white;
    font-weight: bold;
    width: 40%;
    background-color: #F58220;
    box-shadow: 0 7px 0 #a3540e;
    border-radius: 10px;
    padding: 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4em;
}

#m_top .cta .cta_box:hover {
    box-shadow: none;
    transform: translateY(5px);
}

@media (max-width: 768px) {
    table.price_table {
        width: 100%;
    }

    #m_top .cta .cta_box {
        width: 80%;
        font-size: 1.2em;
    }

}

/* Top Info */
#m_top .top_info,
#m_top .screen_info,
#m_top .recommend {
    overflow: hidden;
}

/*** ----------------
 Sodan Page
---------------- ***/
#m_top.m_sodan {
    border-top: 1px solid #E1E2E5;
}

#m_top.m_sodan .main_visual,
#m_top.m_sodan .top_info_point.rec,
#m_top.m_sodan .top_info.price,
#m_top.m_sodan .customer_voice,
#m_top.m_sodan .screen_info {
    display: none;
}

#m_top.m_sodan .top_info .container h2 img {
    width: 320px;
    margin-bottom: 20px;
}

/* こところ相談所の特徴 */
#m_top.m_sodan .top_info_point .point div {
    font-size: 1em;
    width: 19%;
    margin-top: 30px;
}

#m_top.m_sodan .top_info_point .point div .point_img img {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    position: relative;
}

/* ラベル部分 左上に表示 */
#m_top.m_sodan .top_info_point .point div .point_img {
    background-image: none;
    height: auto;
}

#m_top.m_sodan .top_info_point .point div .point_img::before {
    display: none;
}

#m_top.m_sodan .top_info_point .point div .point_img::after {
    display: none;
}

@media (max-width: 768px) {
    #m_top.m_sodan.top_info_point .container {
        width: 90%;
    }

    #m_top.m_sodan .top_info_point .point {
        display: flex;
        flex-wrap: wrap;
    }

    #m_top.m_sodan .top_info_point .point div {
        width: 30%;
        justify-content: center;
    }

    #m_top.m_sodan .top_info_point .point div:nth-of-type(4) {
        margin-left: 17.5%;
    }

    #m_top.m_sodan .top_info_point .point div:nth-of-type(5) {
        margin-right: 17.5%;
    }

    #m_top.m_sodan .bg_logo {
        display: none;
    }
}

/* 相談員紹介 */
#m_top.m_sodan .top_info_point.members .point {
    flex-wrap: wrap;
}

#m_top.m_sodan .top_info_point.members .point div {
    font-size: 1em;
    width: 48%;
    margin-top: 30px;
}

a.toNote {}

a.toNote::before {
    content: "▶︎";
    color: #F58220;
}

a.toline {
    display: block;
    background-color: #F58220;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 5px 0 #a3540e;
    border-radius: 10px;
    margin-top: 10px;
}

a.toline:nth-child(2) {
    margin-bottom: 30px;
}

a.toline:hover {
    box-shadow: none;
    transform: translateY(3px);
}

#m_top.m_sodan .top_info_point.members .point div .point_img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#m_top.m_sodan .top_info_point.members .point div .point_img img {
    width: 50%;
    text-align: center;
}

@media (max-width: 768px) {
    #m_top.m_sodan .top_info_point.members .point div {
        width: 100%;
        justify-content: center;
    }

    #m_top.m_sodan .top_info_point.members .point div:nth-of-type(4) {
        margin-left: 0%;
    }

    #m_top.m_sodan .top_info_point.members .point div:nth-of-type(5) {
        margin-right: 0%;
    }

    .toLine {
        padding: 6px;
        font-size: 0.8em;
    }
}

/* 相談員の日記 */
.m_sodan .members_diary {
    padding-bottom: 60px;
}

.m_sodan .members_diary h2 {
    text-align: center;
    padding: 60px 0 40px 0;
}

.m_sodan .members_diary .container {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.m_sodan .members_diary .diary_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #F58220;
    margin-bottom: 20px;
}

.m_sodan .members_diary .diary_header .toLine_inner {
    width: 30%;
}

.m_sodan .members_diary .diary_header .toLine {
    width: 100%;
    margin-bottom: 10px;
    padding: 6px;
    font-size: 0.8em;
    margin-top: 10px;
}

.m_sodan .members_diary .diary_header h3 {
    font-size: 1.4em;
    padding: 0;
    margin: 0;
    font-weight: bold;
    position: relative;
    padding-left: 60px;
}

.m_sodan .members_diary .diary_contents {
    display: flex;
    justify-content: flex-start;
}

.m_sodan .members_diary .diary_contents .diary_content {
    width: 24%;
    margin-right: 1.3%;
}

.m_sodan .members_diary .diary_contents:last-child {
    margin-right: 0;
}

.m_sodan .members_diary .diary_contents img {
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 670;
    object-fit: cover;
    background-color: gray;
}

.members_diary .container .diary_header h3::before {
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.2);
    position: absolute;
    top: -130px;
    left: -120px;
}

.members_diary .container.d1 .diary_header h3::before {
    content: url(http://7109.net/wp-content/uploads/2024/08/aiko.png);
}

.members_diary .container.d2 .diary_header h3::before {
    content: url(http://7109.net/wp-content/uploads/2024/08/michihara.png);
}

.members_diary .container.d3 .diary_header h3::before {
    content: url(http://7109.net/wp-content/uploads/2024/08/takeshi.png);
}

.members_diary .container.d4 .diary_header h3::before {
    content: url(http://7109.net/wp-content/uploads/2024/08/rei.png);
}

.members_diary .container.d5 .diary_header h3::before {
    content: url(http://7109.net/wp-content/uploads/2024/08/manabu.png);
}


@media (max-width: 768px) {
    .m_sodan .members_diary .container {
        width: 90%;
    }

    .m_sodan .members_diary .diary_contents {
        flex-wrap: wrap;
    }

    .m_sodan .members_diary .diary_contents .diary_content {
        width: 48%;
        padding-bottom: 20px;
    }

    .m_sodan .members_diary .diary_header {
        flex-wrap: wrap;
    }

    .m_sodan .members_diary .diary_header .toLine_inner {
        width: 100%;
        margin-top: 14px;
        margin-bottom: 10px;
    }

    .m_sodan .members_diary .diary_header a.toline:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media (max-width: 468px) {
    .m_sodan .members_diary .diary_header h3 {
        width: 100%;
    }

    .m_sodan .members_diary .diary_header .toLine_inner {
        width: 100%;
        margin-top: 30px;
    }

    .m_sodan .members_diary .diary_contents img {
        height: 120px;
    }
}

/*** ----------------
 New Front Page
---------------- ***/
#m_top.m_syumi ul.blog_list {
    font-size: 1.1em;
    width: 60%;
    text-align: left;
}

#m_top.m_syumi ul.blog_list .blog_date {
    width: 100px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    #m_top.m_syumi ul.blog_list {
        width: 100%;
    }

    #m_top.m_syumi ul.blog_list .blog_date {
        display: block;
        margin-right: 0px;
        width: 100%;
    }

    #m_top.m_syumi ul.blog_list li {
        margin-bottom: 10px;
    }
}

#m_top.m_syumi .feature {
    padding: 50px 0;
    width: 70%;
    margin: 0 auto;
}

#m_top.m_syumi .feature_box {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#m_top.m_syumi .feature_box h3 {
    font-size: 1.4em;
    color: #F58220;
    font-weight: 600;
    margin-bottom: 20px;
}

#m_top.m_syumi .feature_box .f_info {
    width: 66%;
}

#m_top.m_syumi .feature_box .f_img {
    width: 30%;
}

#m_top.m_syumi .feature_box .f_img img {
    width: 100%;
}

@media (max-width: 768px) {
    #m_top.m_syumi .feature {
        padding: 50px 0;
        width: 100%;
    }

    #m_top.m_syumi .feature_box {
        display: block;
    }

    #m_top.m_syumi .feature_box .f_info {
        width: 100%;
        margin-bottom: 14px;
    }

    #m_top.m_syumi .feature_box .f_img {
        width: 100%;
    }

    #m_top.m_syumi .feature_box .f_img img {
        width: 100%;
        object-fit: cover;
        height: 220px;
    }
}

#m_top.m_syumi .recommend {
    position: relative;
}

#m_top.m_syumi .recommend .cv_container .cv .cv_img.cv01 {
    background-image: url("http://7109.net/wp-content/uploads/2025/07/m_syumi_cv01.png");
    background-size: cover;
}

#m_top.m_syumi .recommend .cv_container .cv .cv_img.cv02 {
    background-image: url("http://7109.net/wp-content/uploads/2025/07/m_syumi_cv02.png");
    background-size: cover;
}

#m_top.m_syumi .recommend .cv_container .cv .cv_img.cv03 {
    background-image: url("http://7109.net/wp-content/uploads/2025/07/m_syumi_cv03.png");
    background-size: cover;
}


#m_top.m_syumi .bg_logo {
    position: absolute;
    width: 240px;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
    opacity: 0.5;
}

#m_top.m_syumi .customer_voice .cv_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#m_top.m_syumi .customer_voice .cv_container .cv:nth-child(3) {
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #F58220;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    #m_top.m_syumi .recommend .container {
        width: 100%;
    }

    #m_top.m_syumi .recommend .cv_container {
        width: 100%;
        display: block;
    }
}

#m_top.m_syumi .price_table th,
td {
    padding: 10px;
    font-size: 1.2em;
    border: 3px solid #FFE6CE;
}

#m_top.m_syumi .price_table th {
    width: 20%;
}

#m_top.m_syumi .price_table td {
    width: 60%;
    background-color: white;
}

.m_sidebar_contents {
  margin-top: 30px;
	padding-top: 10px;
}

.m_sidebar_widget .wp-block-group__inner-container {
	padding: 6px;
	padding-top: 0px!important;
}

.m_sidebar_contents h2 {
	font-weight: 500;
	font-size: 1.6em;
	margin-top: 30px;
	border-bottom: 3px solid #F58220;
	padding-bottom: 3px;
	margin-bottom: 14px;
}

.wp-block-search__button {
	background: #F58220;
	color: white;
	font-size: 0.8em;
	padding: 3px 9px;
	border-radius: 6px;
}

/*** ----------------
 About Page
---------------- ***/

/* About */
#m_about {
    border-top: 1px solid #E1E2E5;
}

#m_about h2 {
    padding: 60px 0 40px 0;
    text-align: center;
}

#m_about .services {
    padding-bottom: 60px;
}

#m_about .services .services_info {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#m_about .services .services_info div {
    width: 46%;
    margin: 0 auto;
    text-align: center;
}

#m_about .services .services_info div img {
    /* margin-bottom: 20px; */
}

/* ホバー時 */
#m_about .services .services_info div a {
    background-color: #FFE6CE;
    box-shadow: 0 7px 0 #e8a36f;
    border-radius: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 180px;
}

#m_about .services .services_info div a:hover {
    box-shadow: none;
    transform: translateY(5px);
}


#m_about .services .services_info div.s_01 img {
    width: 80%;
}

#m_about .services .services_info div.s_02 img {
    width: 80%;
}

#m_about .services .services_info div.s_03 img {
    width: 80%;
}

#m_about .services .services_info div p {
    margin: 20px auto;
    text-align: left;
}

@media (max-width: 768px) {
    #m_about .services .services_info {
        width: 90%;
        flex-wrap: wrap;
    }

    #m_about .services .services_info div {
        width: 100%;
    }
}

/* Table */
.m_content .container article .wp-block-table table {
    font-size: 1em;
    max-width: 700px;
    margin: 0 auto;
}

.m_content .container article .wp-block-table table th {
    background: #FFE6CE;
    font-weight: 600;
    width: 30%;
}

.m_content .container article .wp-block-table table td {
    width: 70%;
}


/* Contact Form */
.cf-area {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em 0;
    border-bottom: 1px dashed #ccc;
    transition: all .3s;
    color: #333;
}

.cf-area:last-child {
    border-bottom: none;
}

.cf-area dt {
    width: 200px;
    padding-right: 30px;
    text-align: right;
    line-height: 1.5em;
}

.cf-area dd {
    flex: 1;
}

.cf-area input,
.cf-area textarea {
    width: 100%;
    padding: 0.8em;
    border: none;
    background-color: #e6e6e6;
    font-size: 16px;
    resize: vertical;
    transition: all .3s;
}

.cf-area input:focus,
.cf-area textarea:focus {
    outline: none;
    background: #dde2e9;
}

.cf-required {
    background: #b91e23;
    color: #fff;
    font-size: 0.8em;
    padding: 3px 6px;
    border-radius: 2px
}

.cf-send input {
    display: block;
    background: F58220;
    width: 300px;
    margin: 20px auto 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    transition: all .3s;
    line-height: 1em;
}

.cf-send input:hover {
    filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fce3e3;
    border: none;
    text-align: center;
}

@media screen and (max-width:768px) {
    .m_content .container article .wp-block-table table th {
        width: 100%;
        display: block;
    }

    .m_content .container article .wp-block-table table td {
        width: 100%;
        display: block;
        border-top: none;
        border-bottom: none;
    }


    .m_content .container article .wp-block-table table tr:last-child {
        border-bottom: 1px solid black;
    }

    .cf-area {
        display: block;
    }

    .cf-area dt {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0;
        text-align: left;
        line-height: 1.5em;
    }

    .cf-area dt p {
        display: flex;
        line-height: 1em;
        align-items: center;
    }

    .cf-area dt p span {
        margin-left: 10px;
    }

    .cf-send input {
        width: 100%;
    }
}

