/*
Theme Name:the-beginning-4
*/

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1em;
    background-color: white;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    /* background-image: url("img/bg.png"); */
    /*font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;*/
    /* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;*/
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
	transition:0.3s;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
}
ul {
    text-align: left;
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
    background-color: #ffffff;
}
/*トップページメイン画面*/
#ibox {
    width: 100%;
    height: 500px;
    /* margin-bottom: 60px; */
    position: relative;
    background: #fff9f6;
}
#ibox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#ibox-in {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 60px;
    /* display: flex; */
    position: relative;
}
#ibox-in p {
    color: #333;
    line-height: 1.7;
    display: inline-block;
}
#ibox-in p.ibox-title {
    color: #eb7542;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 14px;
    line-height: 1.6;
}

#ibox-in .ibox-box-wrap {
    display: flex;
    align-items: center;
}
#ibox-in .ibox-box p {
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.5;
}

.ibox-box {
    text-align: center;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}
.ibox-box.ib-orange {
    background: url(img/ib-orange.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ibox-box.ib-green {
    background: url(img/ib-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ibox-box.ib-pink {
    background: url(img/ib-pink.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ibox-left {
    position: relative;
    z-index: 1;
}
.ibox-right {
    position: absolute;
    right: 0;
    top: 80px;
}
.ibox-profile {
    position: relative;
}
.ibox-profile p {
    position: absolute;
    display: block;
    left: 50px;
	bottom: 10px;
}
.ibox-profile .ip-big {
    font-size: 1.7rem;
    margin-left: 10px;
    font-weight: bold;
}

img.ib-right {
    position: absolute;
    right: -60px;
    top: 60px;
	transition:0.3s;
}
img.ib-left {
    position: absolute;
    left: -50px;
    top: -60px;
	transition:0.3s;
}


@media screen and (min-width: 1200px) { 
img.ib-right,img.ib-left {
    width: 20vw;
	max-width:400px;
	}
}

/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}
#content img {
}
.wrap-inner {
    padding: 0 0;
    width: 1000px;
    margin: 0 auto;
}
#pan {
    font-size: 0.8em;
    width: auto;
    margin: 10px auto 10px;
    text-align: center;
    /* color: #eb7542; */
    color: #333;
    position: relative;
    z-index: 10;
}
#pan a {
    text-decoration: none;
    /* color: #eb7542; */
    color: #333;
}
.breadcrumbs {
    display: inline-block;
}
.infobox-wrap {
    text-align: center;
    margin-top: 30px;
}
/*
.infobox {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2d3cb;
}
*/
.infobox {
    display: inline-block;
    text-align: left;
    margin-bottom: 40px;
    padding: 14px 40px 13px;
    border: 1px solid #c2d3cb;
    border-radius: 10px;
}
.infobox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat {
    font-size: 0.8em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
}
.cat a {
    text-decoration: none;
    background: #f9e0d6;
    color: #d2521b;
    padding: 2px 20px;
    border-radius: 40px;
    font-size: 0.8rem;
    display: inline-block;
	    line-height: 2;
}
.cat .voice.cat-txt a {
    margin-right: 10px;
}
.tags {
    display: inline-block;
}
#content #main .cat p {
    margin-bottom:0;
    line-height: 0;
}
p.cat-txt {
    color: #f1d9c6 !important;
}
.tags a {
     border: 1px solid #c7c7c7;
    padding: 3px 10px;
    font-size: 0.8em !important;
    margin: 3px;
    border-radius: 2px;
    background-color: white;
    color: black;
    text-decoration:none;
}
.tags a:before {

}

#content #main {
    width: 1000px;
    float: none;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}

#content #main .post {
    margin-bottom: 40px;
    background-position: center;
    border: 2px solid #00000075;
}

#content #main.main-sm {
    width: 750px;
    margin: 0;
    order: 2;
}

#content.c-side-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}


/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
    color: #2c3b42;
    text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}


/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
    background-color: white;
}
#header {
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
    height: auto;
    margin: 0px auto;
    position: relative;
    transition: all .3s ease-out;
    width: 1000px;
    padding: 0 0 0 0;
}
/*ロゴ　スクロール時非表示*/

.header_logo {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.header_logo h1 {
    margin: 0 !important;
    line-height: 0;
}
.header_logo img {
    width: 232px;
}
.header_logo a {
    text-decoration: none;
    line-height: 1;
}
.header_logo a:hover {
    opacity: 0.8;
}
/*ロゴ左寄せ*/
.header_logo.logo_left {
    margin-bottom: 0px;
}
header .info_right {
    margin-bottom: 0px;
}
header .tel-zone {

}
header .mail-zone {

}
header .mail-zone a {
    padding: 12px 40px;
    display: block;
    background: #eb7644;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
}
header .mail-zone a:hover {
	opacity:0.8;
}
header .mail-zone img {
    display: block;
    width: 34px;
    margin: 0px auto 12px;
}
.head-wrap.flexwrap {
    align-items: center;
    padding: 30px 0 10px;
}

.h-sub {
    display: block;
    font-size: 0.9em;
    position: relative;
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
}

#pagetop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
a#pagetop:hover {
    opacity: 0.6;
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#gnav {
    background: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-size: auto;
    position: relative;
}
#pc-nav-inner {
    width: 1000px;
    margin: 0 auto;
}

#pc-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin: 0;
}
#pc-nav li {
    /*width: 12%;*/
    width:auto;
    padding: 14px 0 14px;
    position: relative;
}
#pc-nav li a {
    width: 100%;
    height: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 0.9rem;
    color: #333333;
    padding: 2px 0;
}
#pc-nav li a:hover {
    border-bottom: 2px solid #eb7644;
    padding-bottom: 0;
    color: #eb7644;
}
#pc-nav li a:hover:after {
    /* 下線を引きたい場合
    border-bottom: 2px solid green;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -14px;
    */
}
span.li-small {
    font-size: 0.7rem;
}


#sp-nav {
    display:none;
}

#navbutton {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    /* transform: translate(-50%, -50%);*/
    height: auto;
    padding: 0;
    transition: all .5s ease;
    text-align: center;
}

#navbutton .lines {
    background: white;
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    transition: .3s;
    margin: 0 9px 0;
}

#navbutton .lines:after, #navbutton .lines:before {
    background: white;
    position: absolute;
    display: inline-block;
    height: 2px;
    content: '';
    transition: .3s;
}

#navbutton .lines:before {
    top: 9px;
    right: 0;
    width: 30px;
}

#navbutton .lines:after {
top: -9px;
    right: 0px;
    width: 30px;
}
    
#navbutton span.menu-tx {
    font-size: 10px;
    display: block;
    margin-top: 6px;
    color: white;
}

#navbutton a.xclose {
    display: block;
    position: fixed;
    /*padding: 0 0;*/
    margin-top: 0px;
    z-index: 1020;
    cursor: pointer;
    right: 276px;
}

#navbutton .xclose .lines {
    background: 0 0;
}

#navbutton .xclose .lines:before {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,45deg);
    transition: .3s;
    width: 30px;
}

#navbutton .xclose .lines:after {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,-45deg);
    transition: .3s;
}

a#sidr-menu-button {
    display: block;
    position: relative;
    /* height: 80px; */
    /* width: 80px; */
    padding: 8px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease;
    text-decoration: none;
    /* border: 1px solid gray; */
    border-radius: 4px;
    background: #61a29a;
position: fixed;
	    right: 16px;
    top: 22px;
}
#h-nav {
    display: none;
}
/*ハンバーガメニューcss*/
.ac-nav, .sidr-class-ac-nav {
    width: 100%;
    line-height: 1.2;
}

.ac-child a, .sidr-class-ac-child a {
    text-decoration: none;
    padding: 14px 20px 14px 40px;
    display: block;
    font-size: 90%;
    position: relative;
}

.ac-child a:last-child, .sidr-class-ac-child a:last-child {
    /*border: none;*/
}

.ac-parent,
.sidr-class-ac-parent,
.ac-alone,
.sidr-class-ac-alone {
    position: relative;
    /* height: 50px; */
    /* border-bottom: 1px solid #fff; */
    /* background-color: #ffffff; */
    color: black;
    text-align: center;
    /* line-height: 50px; */
    cursor: pointer;
    width: 100%;
    float: none;
    clear: none;
    padding: 0;
    text-align: left;
}

.ac-alone a,
.sidr-class-ac-alone a,
.ac-parent,
.sidr-class-ac-parent {
    text-decoration: none;
    padding: 14px 10px 14px 30px;
    display: block;
   
}

.ac-alone a:hover,
.sidr-class-ac-alone a:hover,
.ac-parent:hover,
.sidr-class-ac-parent:hover,
.ac-child a:hover, .sidr-class-ac-child a:hover {
    opacity:0.6;
}


/* 擬似要素で三角形を作成 */
.ac-alone a:before, .sidr-class-ac-alone a:before, .ac-parent:before, .sidr-class-ac-parent:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #61a29a;
    border-right: 1px solid #61a29a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    transition: .3s;
}

.ac-parent:after, .sidr-class-ac-parent:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after, .sidr-class-ac-parent.open:after {
    transform: rotate(-45deg);
}
.ac-child, .sidr-class-ac-child {
    display: none;
    /* padding: 2em 1em; */
    background-color: white;
    text-align: left;
    padding: 0;
        border: none;
}
.ac-child a:before, .sidr-class-ac-child a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    transition: .3s;
}


.sidr-class-nav-res {
    padding: 20px;
    background: white;
}
.sidr-class-nav-res a {
    display: block;
    margin: 0 0 10px;
}
.sidr-class-nav-res a img {
    width: 100%;
    height: auto;
}
p.sidr-class-nav-info {
    color: rgb(152, 152, 152);
    line-height: 1.4;
    display: block;
}
p.sidr-class-nav-info span {
    color: #0076c1;
}


/*--ここまで--*/


/* -------------------------------------
ドロップダウン
-------------------------------------*/  
ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    z-index: 9999;
    width: auto;
    /* background-color: #ffffff; */
    /* opacity: 0.8; */
}
   
ul.sub-menu li {
    float: none;
    position: static;
    background-image: none;
    width: auto;
    border: none;
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
}
ul.sub-menu li:hover {
opacity:0.6;
}
  
ul.sub-menu li a {
    text-indent: 0px;
    font-size: 0.9em;
    padding: 13px 10px;
    color: #000000;
    display: block !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid black !important;
    height: auto !important;
    /* text-align: left !important; */
}

ul.sub-menu li a:hover {
    opacity: 0.8;
    background: unset;
}

ul.sub-menu li:hover:before{
    content:none;
}

ul.sub-sub-menu {
    margin-bottom:0;
}
ul.sub-sub-menu li a {
    font-size: 90%;
    color: #3c3c3c;
    line-height: 1.3;
    padding-left: 30px;
    position: relative;
}

ul.sub-sub-menu li a:before {
    content: "∟";
    position: absolute;
    top: 9px;
    left: 7px;
}


/* --------------------------------------
サイドバー定義
--------------------------------------*/
#content #side {
    position: relative;
    float: right;
    /*width: 260px;*/
    width: 200px;
    font-size: 0.9em;
}

#content #side ul li {
    position: relative;
}

#content #side a {
    text-decoration: none;
    margin-left: 20px;
    display: block;
    line-height: 1.6;
    padding: 8px 0;
}

#content #side a:before {

}

/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
    margin-top: 110px;
    background: white;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 0.85rem;
    padding-bottom: 0px;
    border-top: 1px solid #eb7542;
}
/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}

.footer_logo a {
    text-decoration: none;
    line-height: 1;
}
.footer_logo a:hover {
    opacity: 0.8;
}
.footer_logo img {
    width: 232px;
    height: auto;
}
.footer_info {
    margin-top: 20px;
}
.footer_com {
    height: auto;
    padding-top: 50px;
}
.footer_com, .footer_com a:visited, .footer_com a:link {
    /*color: rgb(152, 152, 152);*/
}

.footer_top {
    width: 1000px;
    margin: 0px auto 0px;
}
.footer_left {
    text-align:left;
}
.footer_right {
    width: 58%;
    margin-right: -15px;
}

#footer-nav {
    margin: 0;
}
#footer-nav a {
    text-decoration: none;
    font-size: 0.9rem;
    position: relative;
    padding: 0 0 0 18px;
    margin-right: 13px;
    margin-left: 13px;
    color: #333;
}
#footer-nav li:last-child a {
    margin-right: 0;
}
#footer-nav a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #eb7644;
    border-right: 2px solid #eb7644;
    transform: translate(0, -50%) rotate(45deg);
}
#footer-nav a:before {

}
#footer-nav a:hover {
    opacity: 0.6;
}
#footer-nav li {
    /* width: 30%; */
    display: inline-block;
    margin-bottom: 18px;
}
#footer-nav li#f-nav-sub-wrap {
    width: 60%;
}

#footer-nav-sub {
    margin-left: 10px;
}
#footer-nav-sub li {
    width: 100%;
    margin: 0;
}
#footer-nav-sub a {
    font-weight: normal;
    /* color: gray; */
    line-height: 1.4;
    display: block;
    margin: 10px 0;
    padding: 0 0 0 12px;
}
#footer-nav-sub a:before {
    content: "∟";
    color: gray !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #49a56f;
    font-size: 0.9em;
    margin-right: 6px;
}


.footer_btm {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 40px 0 50px;
}
.footer_btm_wrap {
    width: 1000px;
    margin: 0 auto;
}
#footermenu {
    margin: 0px 0px 20px 0;
    text-align: left;/* float: right; */
}
#footermenu ul {
    display: inline;
}
#footermenu ul li {
    display: inline-block;
    font-size: 0.85em;
    padding: 0 0 0 10px;
    width: auto;
    white-space: nowrap;
}
#footermenu ul li:first-child {
    padding: 0 0 0 0;
}
#footermenu ul a {
    text-decoration: none;
    font-size: 0.8em;
}
#footermenu ul a:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

#copyright {
    padding: 0;
    font-size: 0.7rem;
    text-align: center;
    color: #333;
}
#copyright a {
    text-decoration: none;
    color: #333;
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p {
    margin-bottom: 20px;
    padding: 0;
    line-height: 2;
    font-size: 1.1rem;
    color: #333;
}
#content #main .singleline {
    overflow: hidden;
}
#submain {
    height: auto;
    background: #fff9f6;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 80px 10px 70px;
    overflow: hidden;
}
#submain .h1wrap {
    width: auto;
    text-align: center;
    z-index: 10;
    position: relative;
}
#submain h1 {
   /* color: #333; */
	color: #eb7542;
    text-align: center;
    padding: 0px 0px 0px;
    font-size: 2em;
    font-weight: normal;
    display: block;
    margin-top: 0px;
    width: auto;
}
.dotted {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.blog-eyecatch {
    margin: 0 0 20px;
    height: 280px;
}
.two_box .blog-eyecatch img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}


.category-wrap .two_box {
    width: 46%;
}

.post_box {
    margin-bottom: 40px !important;
    position: relative;
}
.postslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 100;
}

.post_box:hover img, .post_box:hover p {
    opacity: 0.8;
}

.news-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news_box {
    width: 23%;
    position: relative;
}
.news_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.news-wrap:before,.news-wrap:after {
    content: "";
    display: block;
    width: 23%;
    order: 2;
}
.news_box:hover .blog-eyecatch img {
    opacity: 0.6;
}
.exc-wrap {
    font-size: 0.8em;
}
.entry {

}
.datetx {
    padding-top: 0px;
 /*   margin-bottom: 6px;  */
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}
.datetx p {
    font-size: 0.9rem ! IMPORTANT;
    display: block;
    text-align: center;
    margin-bottom: 0px !important;
}
.e-title {
    text-align: left;
    font-size: 1.2rem !important;
}



.moretext {
    text-align: center;
    margin-top: 20px;
}

.moretext a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
}

.moretext a:hover {
    background-color: gray;
    color: white;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ded3c5 0%,#ded3c5 100%);
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ffffff 0%,#ffffff 100%);
    /* background-image: url(img/.png);
    background-size: contain; */
}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

#toph1 {
    text-align:center;
    background-color: green;
    margin-bottom:20px;
}

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: #313131;
    font-size: 1.9rem;
    margin: 0 0 0 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    padding: 80px 0px 50px;
    background: url(img/bg-h2.png) center bottom 20px / 140px no-repeat;
    margin-bottom: 24px;
}
#content #main h3 {
    clear: both;
    color: #549c93;
    font-size: 1.5rem;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 40px 10px 36px;
    text-align: center;
}
#content #main h4 {
    clear: both;
    color: #303030;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 30px 10px 32px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0;
}


#side h3 {
clear: both;
    color: #7b7b7b;
    border-top: #e0e0e0 solid 1px;
    font-size: 1em;
    margin: 30px 0 10px 0;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    padding: 12px 0 0;
}
#side h3:first-child {
    margin-top:0px;
}
/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}

.tablestyle th {
	 padding: 24px 10px;
    border-bottom: 2px solid #ffd7d7;
}
.tablestyle tr:first-child th {
    border-top: 2px solid #ffd7d7;
}

.tablestyle td {
    padding: 24px 10px;
       border-bottom: 1px solid #f5e4c8;
}
.tablestyle tr:first-child td {
    border-top: 1px solid #f5e4c8;
}

.tablestyle ul {
	margin-bottom: 0;
}



/*special css*/
/*end special css*/


/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1, .sq2, .sq3, .sq4, .sqred {
    display: inline-block;
}
/* 色:グレー */
.sq1 {
    border: 1px solid #ECEBEB;
    background-color: #F3F3F3;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
    border: 5px solid #F3F3F3;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
    border: 1px solid #FFE8E8;
    background-color: #fff1f4;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
    border: 5px solid #fff1f4;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
    ;
}
/* 囲み：赤 */
.sqred {
    border: 1px solid #f29e9e;
    background-color: #fffafa;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}

/*special css*/
/*end special css*/


/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 90%;
}
.nini {
    font-size: 0.8em;
    color: gray;
    margin-left: 10px;
}
.hissu {
    font-size: 0.9rem;
    color: #f26a6a;
    margin-left: 3px;
    /* background: #eb9085; */
    /* color: white; */
    /* padding: 2px 6px; */
    /* border-radius: 100px; */
    line-height: 0;
    display: inline-block;
    margin-top: 0px;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgb(255 243 178) 30%);
    padding-bottom: 3px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.tkora {
	color:#eb7542;
}
.tkgreen {
    color: #549c93;
}
.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2em;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q {
    background-color: #F3F3F3;
    color: #ff6000;
    padding: 4px;
    font-weight: bold;
}
.a {
    padding: 7px 4px;
    border-bottom: #CCC 1px dotted;
    margin: 5px 0 20px 1em;
    text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: inline;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.yt iframe,  
.yt object,  
.yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.1rem;
    text-indent: -1.1rem;
}
ul.ul_1 li:before {
    content: "・";
    margin-right: 0.1rem;
}



/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}

.two_box {
    width: 48%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.two_box:first-child {
}
.two_box img {
    max-width: 100%;
    height: auto;
}

.three_box {
    width: 31%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.three_box:first-child {

}
.three_box p {

}
.four_box {
    width: 22%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.four_box:first-child {
    margin-left: 0;
}


/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
    border: 1px solid #c1c1c1;
    padding: 15px 5px 15px;
    text-align: center;
    width: 80%;
    margin: 80px auto 0;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/
.link-t1 {
    text-align: left;
    background: none;
    /* color: #003461 !important; */
    display: inline-block;
    width: auto;
    padding: 6px 14px 6px 0px;
    margin: 0 0 20px;
    text-decoration: none !important;
    line-height: 1.2;
    position: relative;
}
.link-t1:after {

}
.link-t1:hover {
    opacity:0.6;
}

.btn-ac-wrap {
    text-align: center;
}
.btn-b {
    display: inline-block;
}

.btn-b a {
    display: inline-block;
    padding: 13px 80px 13px;
    background: #eb7644;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 100px;
}

.btn-b a:hover {
    opacity: 0.6;
}

.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}

#content #main p.wp-caption-text {
    margin-top: 2px;
    font-size: 0.9em;
    text-align: center;
    margin-right: 10px;
    padding: 10px 10px 0;
    line-height: 17px;
}



/* --------------------------------------
フォームボタン
--------------------------------------*/

input.wpcf7-form-control {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
}
input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    line-height: 2;
    margin: 50px auto 60px;
    border: none;
    padding: 10px;
    background-color: #eb7744;
    width: 260px;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    cursor: pointer;
    display: block;
    border-radius: 100px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.6;
}
.wpcf7-form-control .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
select.wpcf7-form-control {/*プルダウンメニュー*/
    width: auto;
    height: auto;
}
textarea.wpcf7-form-control {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
    line-height: 2;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    /*bodyのフォント指定が効かないため設定*/
}
.s-button {
    text-align:center;
}
.s-button input {
    padding: 10px 40px;
    height: auto;
    margin-top: 50px;
    cursor: pointer;
    width: 200px;
    font-size: 1.2em;
    background-color: black;
    color: white;
    border: none;
}
.s-button input:hover {
    opacity:0.6;
}
/*MW form*/
table.table-form td, table.table-form th {
    vertical-align: middle;
    padding: 10px 0;
}
table.table-form th {
    font-weight: normal;
    text-align: right;
    padding: 10px 40px 10px 0;
    width: 28%;
}
.table-form input[type="text"], .table-form input[type="email"], .table-form input[type="tel"] {
height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 8px 20px;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1cdc9;
    font-size: 1.1rem;
}
table.table-form textarea {
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: white;
    border-radius: 4px;
    border: 1px solid #d1cdc9;
    display: block;
}
.form-btn input[type="submit"] {
    display: inline-block;
    padding: 14px 100px 16px;
    background: #123188;
    color: white;
    text-decoration: none;
    transition: 0.6s;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 100px;
        border: none;
        cursor: pointer;
}
.form-btn input[type="submit"]:hover {
    opacity: 0.6;
}
.form-btn {
    text-align: center;
}

.form-time-wrap span.wpcf7-form-control-wrap {
    margin-bottom: 7px;
    display: inline-block;
    text-align: right;
}
select.wpcf7-form-control.wpcf7-select {
    padding: 15px 25px 14px 25px;
    background: white;
    border: 1px solid #d1cdc9;
    /* border-left: 0; */
    line-height: 1.8;
    margin-left: 7px;
}
.table-form input[type="date"] {
    margin-left: 20px;
    border: 1px solid #d1cdc9;
    padding: 10px 10px;
    line-height: 1.8;
}

/* --------------------------------------
ページナビ
--------------------------------------*/

.wp-pagenavi {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#main .wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a.page, .wp-pagenavi .current, .wp-pagenavi span {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px;
    border-radius: 6px;
    color: #333333;
}
#main .wp-pagenavi .current {
    border: none !important;
    background: #eb7644;
    color: white;
    width: 60px;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    border: 1px solid #dddddd;
    font-weight: bold;
    position: relative;
    font-size: 0.9rem;
    margin: 5px;
    border-radius: 6px;
}
#main .wp-pagenavi span {
    border: none;
    width: auto;
}
#main .wp-pagenavi a.last,#main .wp-pagenavi a.first {
    font-weight: normal;
    font-size: 0.8rem;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
    border: 1px solid #dddddd !important;
}
.wp-pagenavi a.nextpostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}
.wp-pagenavi a.previouspostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}



/*コンテンツ装飾
ここから*/

.worries-wrap .wrap-inner {
    text-align: center;
}
.bg-lead {
    background: url(img/bg-lead.jpg);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.worries-white-box {
    display: inline-block;
    background: white;
    padding: 60px 80px;
    margin: 20px 0 65px;
}
#content #main .worries-white-box h2 {
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
    background: none;
}
ul.worries-list {
    margin: 0;
}
ul.worries-list li {
    font-size: 1.3rem;
    line-height: 1.9;
    position: relative;
    padding-left: 28px;
}
ul.worries-list li:before {
    content: "⚫︎";
    font-size: 0.9rem;
    color: #f3bba3;
    position: absolute;
    left: 0;
    top: 7px;
}

.ora-fuki {
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
    padding: 17px 60px;
    border-radius: 9999px;
    background-color: #f9e0d6;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
}
.ora-fuki:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #f9e0d6 transparent transparent;
  translate: -50% 100%;
}

section.reassurance-wrap {
    padding: 20px 0 40px;
}
#content #main h2.reassurance-title {
    background: none;
    margin-bottom: 0;
}
.reassurance-content {
    display: flex;
    justify-content: space-between;
    /*margin-top: 18px;*/
}
.reassurance-img {
    flex-shrink: 0;
    margin-right: 50px;
}
.reassurance-feature-item {
    margin-bottom: 30px;
}

#content #main h3.reassurance-feature-title {
    text-align: left;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    /* border-bottom: 5px solid gainsboro; */
    padding-bottom: 14px;
    padding-top: 0;
	color:#333;
}
#content #main h3.reassurance-feature-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    width: 24px;
    height: 13px;
    border-top: 3px solid #eb7644;
    border-right: 3px solid #eb7644;
    transform: translate(0, -50%) rotate(125deg);
}
#content #main h3.reassurance-feature-title:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background: #EDA655;
    background: linear-gradient(90deg, rgba(237, 166, 85, 1) 0%, rgba(249, 211, 121, 1) 50%, rgba(251, 223, 155, 1) 72%, rgba(249, 206, 183, 1) 100%);
    margin-top: 9px;
}
span.rft-left {
    padding-left: 34px;
}
.bg-orange {
	width: 100vw;
    margin-left: calc(-50vw + 50%);
background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 248, 245, 1) 100%);
}

section.testimonials-wrap {
    padding: 30px 0 50px;
}
section.testimonials-wrap .wrap-inner {
	/*
    width: 100vw;
 margin-left: calc(-50vw + 50%);
	*/
}
#content #main h2.testimonials-title {
    background: none;
    margin-bottom: 0;
}
span.tt-h2-inner {
    /* display: inline-block; */
    position: relative;
}
img.bird-img {
    position: absolute;
    right: -140px;
    top: -50px;
}
.testimonials-slider {
    padding-bottom: 50px !important;
    overflow: visible !important;
}

.testimonials-slider-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
p.testimonials-category {
    font-weight: bold;
    text-align: center;
    line-height: 1.6 !IMPORTANT;
}
.testimonials-card {
   /* width: 330px; */
    background: rgb(84 156 147 / 10%);
    padding: 30px;
    border-radius: 20px;
    display: block;
    text-decoration: none;
}
#content #main p.testimonials-txt {
    margin: 0;
    color: #666666;
}
span.tc-cat {
    display: block;
    color: #549c93;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
}
.swiper-pagination-bullet-active {
    background: #549c93 ! IMPORTANT;
}

/*相談者のカテゴリーページ*/

.testimonials-archive a {
    width: 48%;
    margin-bottom: 4%;
}
.testimonials-archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 80px auto 0;
}

section.consultation-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
#content #main h2.consultation-title {
    margin-bottom: 0;
    background: none;
}

section.consultation-wrap .wrap-inner {
    width: 100%;
    max-width: 1300px;
    background: url(img/bg-orange-pattern.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0px 40px;
}
.consultation-inner {
    width: 1000px;
    margin: 0 auto;
}
.consultation-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.consultation-item {
    background: white;
    width: 300px;
    border-radius: 20px;
    text-align: center;
    padding: 0 30px;
    box-shadow: 2px 2px 4px #eddab8;
}

#content #main h3.consultation-item-title {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 40px 0px 30px;
}


#content #main h3.consultation-item-title .cit-small {
	font-size: 1.4rem;
}
#content #main h3.consultation-item-title.cit-h3-mini {
    padding: 22px 0px 12px;
}
span.cit-ora {
    color: #eb7644;
}
span.cit-green {
    color: #549c93;
}
span.cit-blue {
    color: #2259a3;
}
.consultation-img {
    margin-bottom: 20px;
}
#content #main p.consultation-item-txt {
    line-height: 1.8;
    font-size: 1rem;
}
p.btn-b.btn-con a {
    background: #db2f2f;
    padding: 18px 80px 18px;
}

section.menu-wrap {
    padding: 50px 0 40px;
}
#content #main h2.menu-title {
    margin-bottom: 0;
    background: none;
}
.menu-wrap h2.menu-title .mt-h2-inner {
    position: relative;
    display: inline-block;
}
img.clover-img {
    position: absolute;
    bottom: 0;
    left: -120px;
    z-index: -1;
}

.menu-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu-item {
    width: 300px;
    background: #fef8f5;
    border-radius: 20px;
    margin-bottom: 50px;
}
#content #main h3.menu-item-title {
    color: #eb7644;
    padding: 30px 0 18px;
	position:relative;
}
#content #main p.menu-item-txt {
    padding: 0 30px;
    line-height: 1.8;
    color: #444;
    font-size: 1rem;
}

section.pricing-wrap {
    background: url(img/bg-leaf.png) left -10px top -10px no-repeat, #f5faf9;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 30px 0 60px;
}
#content #main h2.pricing-title {
    padding: 60px 0 40px;
    margin-bottom: 0;
    background: none;
}
.pricing-table-wrap {
    border: 1px solid #549c93;
    border-radius: 10px;
    background: white;
    font-size: 1.1rem;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    max-width: 900px;
    margin: 0 auto 10px;
    color: #333;
}
table.pricing-table {
    margin: 0;
}
td.pricing-label {
    width: 60%;
    text-align: left;
    padding: 20px 20px 20px 110px;
    font-weight: bold;
    font-size: 1.2rem;
}
#content #main p.pricing-note {
    text-align: center;
    font-size: 0.9rem;
    margin: 20px 0 30px;
}
section.notes-wrap {
    margin-bottom: 80px;
}

section.flow-wrap {
    padding: 20px 0 50px;
}
#content #main h2.flow-title {
    padding: 60px 0px 40px;
    margin-bottom: 0;
    background: none;
}


ol.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;        /* ← 中央寄せ */
  width: fit-content;    /* ← ol がコンテンツ幅に縮む */
  display: flex;
  flex-direction: column;
  gap: 0;
}
ol.flow-list li {
    display: grid;
    grid-template-columns: 2em 1fr;
    align-items: center;
    gap: 8px;
    background: #fef8f5;
    border-radius: 999px;
    padding: 12px 200px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    max-width: 800px;
}
/*
ol.flow-list {
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
}
ol.flow-list li {
    background: #fef8f5;
    padding: 20px 30px 20px 230px;
    border-radius: 100px;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}
*/
ol.flow-list li:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-style: solid;
    border-width: 12px 13px 0 13px;
    border-color: #549c93 transparent transparent;
    translate: -50% 100%;
}
ol.flow-list li:last-child:after {
	content:none;
}
#content #main ol.flow-list li p {
    margin: 0;
    text-align: left;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
}
span.flow-step {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #549c93;
    margin-right: 20px;
}

.counselor-inner {
    border: 10px solid #f9e3c5;
    padding: 70px 90px 40px;
}
#content #main h2.counselor-title {
    padding: 0 0 50px;
    background: url(img/bg-h-profile.png) center bottom 40px no-repeat;
}
.counselor-profile {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.counselor-img {
    order: 2;
    margin-left: 60px;
}
#content #main h3.counselor-name {
    text-align: left;
    padding: 0 0 20px;
    font-size: 1.6rem;
}
#content #main p.counselor-role {
    font-weight: bold;
    font-size: 1.15rem;
}
.counselor-info {
    border: 1px dashed #eb7644;
    border-radius: 20px;
    padding: 30px 30px;
    margin-bottom: 40px;
}
ul.counselor-credentials {
    /* margin: 0; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: fit-content;
    margin: 0 auto;
}
ul.counselor-credentials li {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 10px 10px 47px;
    background: url(img/profile-ora.png) left top / 63px no-repeat;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

section.column-wrap {
    padding: 40px 0 100px;
}
#content #main h2.column-title {
    padding: 60px 0px 40px;
    background: url(img/bg-h-column.png) center bottom 10px no-repeat;
    margin-bottom: 24px;
}
.column-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.column-item {
    width: 220px;
}
a.column-link {
    text-decoration: none;
}
.column-img {
    margin-bottom: 20px;
    height: 170px;
}
.column-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.column-meta {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
    text-align: center;
}
.column-date {
    font-size: 0.9rem;
    color: #444;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}
.column-tag {
    background: #f9e0d6;
    display: inline-block;
    padding: 2px 14px;
    margin: 0 2px 5px 2px;
    border-radius: 100px;
    font-size: 0.7rem;
    color: #d2521b;
    flex-shrink: 0;
}
#content #main p.column-item-title {
    font-weight: bold;
    line-height: 1.8;
}

.txt-zei {
    font-size: 0.7em;
}

table.tablestyle.pricing-table th {
    border-bottom: 6px solid #f9e3c5;
	    border-top: 0;
    text-align: center;
    font-size: 1.1rem;
    padding: 20px;
}

table.tablestyle.pricing-table td {
    text-align: center;
    border-bottom: 1px solid #c2d3cb;
}
table.tablestyle.pricing-table tr:first-child td {
    padding-top: 30px;
}

ul.pricing-time-list {
    text-align: center;
}

.individual-pricing-wrap, .couple-pricing-wrap, .extra-pricing-wrap {
    margin-bottom: 60px;
}
ul.notes-list {
    max-width: 800px;
    margin: 0 auto;
}
ul.notes-list li {
    font-size: 1.1rem;
    line-height: 1.7;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}
ul.notes-list li:before {
    content: "⚫︎";
    font-size: 0.9rem;
    color: #f3bba3;
    position: absolute;
    left: 0;
    top: 2px;
}


.counselor-page-wrap {
    margin-top: 80px;
margin-bottom: 80px;
}
.counselor-message-wrap, .counselor-career-wrap {
    margin-bottom: 60px;
}

.counselor-message-wrap {
    padding: 40px 0 60px;
}
.counselor-message-inner {
    max-width: 860px;
    margin: 0 auto;
}
.bg-orange-pattern-thin {
    background: url(img/bg-orange-pattern-thin.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.counselor-message-img {
    float: left;
    width: 380px;
    margin-right: 50px;
    margin-bottom: 40px;
}

.counselor-career-inner {
    max-width: 860px;
    margin: 0 auto;
}

.counselor-career-img {
    margin-bottom: 30px;
}


.life-history-wrap {
    border: 3px solid #a0c7c1;
    padding: 10px 50px 30px;
    max-width: 740px;
    margin: 50px auto 0;
}

.life-history-list-wrap {
    position: relative;
}
.life-history-list-wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 10;
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
ul.life-history-list {
    max-height:500px;
	overflow-y:scroll;
    padding-bottom: 50px;
}
ul.life-history-list li:before {
    content: "⚫︎";
    font-size: 0.7rem;
    color: #f3bba3;
    position: absolute;
    left: 0;
    top: 3px;
}
ul.life-history-list li {
    font-size: 0.9rem;
    line-height: 1.7;
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
}

#content #main p.life-history-closing {
    text-align: center;
    font-size: 1.1rem;
}
#content #main p.life-history-closing .tkora {
    font-size: 1.3rem;
}

section.life-last-wrap {
    margin-bottom: 40px;
}


section.faq-intro-wrap {
    margin-top: 60px;
    text-align: center;
}
.faq-item {
    margin-bottom: 40px;
}
#content #main .faq-question p {
    font-size: 1.3rem;
    color: #549c93;
    margin-bottom: 10px;
    position: relative;
    padding-left: 46px;
}
.faq-question p:before {
    content: "Ｑ.";
    color: rgb(84 156 147 / 45%);
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -14px;
    font-size: 1.9rem;
}
#content #main .faq-answer p {
    padding-left: 46px;
	padding-right: 46px;
}
section.faq-content-wrap {
    margin-bottom: 80px;
}

.about-info-inner {
    display: flex;
    justify-content: space-between;
}
.about-photos-list {
    width: 34%;
}
.about-info-inner .tablestyle {
    width: 54%;
}
.about-photos-item {
    position: relative;
}
.about-photos-item img.clover-img {
    right: -20px;
    bottom: -30px;
    z-index: 10;
    width: 90px;
    height: auto;
    left: unset;
}

section.about-info-wrap {
    margin-top: 80px;
    margin-bottom: 60px;
}
.access-map {
    margin-bottom: 40px;
}
ul.access-list {
    margin-top: 40px;
    margin-bottom: 60px;
}
ul.access-list li {
    font-size: 1rem;
    line-height: 1.9;
    position: relative;
    padding-left: 24px;
}
ul.access-list li:before {
    content: "⚫︎";
    font-size: 0.7rem;
    color: #f3bba3;
    position: absolute;
    left: 0;
    top: 4px;
}
.form-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 60px 0;
    background: white;
}
#content #main p.form-lead-txt {
    text-align: center;
    font-size: 0.8rem;
}
#content #main p.form-ac {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.8;
}
section.form-wrap {
    padding-bottom: 80px;
}

.privacy-item-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 40px;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #c2d3cb;
    border-radius: 20px;
}
.privacy-item-wrap p {
    font-size: 0.9rem ! IMPORTANT;
}
.payment-box {
    border: 10px solid #f9e3c5;
    padding: 60px 90px 50px;
    max-width: 800px;
    margin: 0 auto;
}

p.payment-method {
    text-align: center;
	margin-bottom:0 !important;
}
#content #main p.payment-method strong {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 10px 10px 47px;
    background: url(img/profile-ora.png) left top / 63px no-repeat;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
#content #main p.payment-point {
    text-align: center;
    font-size: 0.8rem;
}
#content #main p.payment-notes-title {
    text-align: center;
    margin-top: 40px;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

ul.notes-list.nl-small li {
    font-size: 1rem;
    padding-left: 22px;
}
ul.notes-list.nl-small li:before {
    font-size: 0.8rem;
}

.cancel-box {
    border: 10px solid #f5e0e0;
    padding: 60px 90px 50px;
    max-width: 800px;
    margin: 0 auto;
}
p.cancel-lead {
    text-align: center;
}

.category-wrap {
    margin: 80px auto 0;
}

.wp-block-button a {
    background: #eb7744;
    color: white;
}

a.testimonials-card:hover,
a.column-link:hover {
    opacity: 0.8;
}

.entry {
    text-align: center;
}


/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
#header .header_logo img {
    width: 200px;
}
.head-wrap.flexwrap {
    padding: 20px 14px;
}
header .res-wrap {
    display: none;
}
.h-sub {
    font-size: 0.8em;
}

#submain .h1wrap {
    width: auto;
}
#content #side {/* スマホ用のサイドバー */
    display: block;
    width: 90%;
    margin: 50px auto 0;
    float: none;
    max-width: 700px;
}
#content #side h3 {
    width: 100%;
}

#pc-nav {
    display:none;
}

#sp-nav {
    display:block;
}

#navbutton {
	/*
        top: 22px;
        right: 14px;
        position: fixed;
	*/
    }
header .info_right {
    margin-right: 90px;
}
    
#content #main,
#content #main.main-sm {
    margin:0 auto;
   /* width: 94%; */
	width:100%;
    float:none;
    order: 0;
}

#content img {
    max-width: 100%;
    height: auto;
}
#content {
padding-top: 0;
    width: auto;
}
#pan {
    width: auto;
    margin-left: 10px;
}
#content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* ヘッダー */    
#header {
    width: 100%;
}
#header .header_logo {
    display: block;
    position: relative;
    margin-bottom: 0;
}

#pc_button {
    display: none;
}
#mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.side_area img {
    display: block;
    margin: 0 auto;
}
#mobile_side .side_area h3 {
    width: 100%;
}
/* テーブル */

.tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: none;
}
.tablestyle ul {
    text-align: center;     
}   
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}
/* 固定ページ */

.alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 0px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
    display: none;
}
/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.wpcf7-text {
    width: 90%;
}
.k-year .wpcf7-form-control {/*年号のテキスト*/
    width: 5rem;
}
.wpcf7 td {/* フォームの行を縦に並べる */
    display: block;
    width: 100%;
}
.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
    text-align: left;
}

.footer_top {
    width: 94%;
    margin: 0px auto 0px;
}
    
.footer_left {
    width: 100%;
text-align: center;
}
.footer_right {
    width: 100%;
    margin-top: 40px;
}
#footer-nav {
    text-align: center;
}
#footer-nav li {

}
#footer-nav li#f-nav-sub-wrap {

}
ul#footer-nav-sub li {
    display:none;
}

    
.footer_btm_wrap {
    width: 100%;
    float: none;
}
.footer_com {
}
#logo_footer {
    float: none;
    display: inline-block;
}

#footer .footer_btm {
    width: 100%;
    text-align: center;
}

#footermenu {
    text-align: center;
}
#copyright {
    text-align: center;
}


/*コンテンツ装飾
ここから*/  

#ibox-in {
    width: 100%;
}
.ibox-left {
    padding: 0 20px;
}
#ibox-in p.ibox-title {
    font-size: 1.7rem;
}
.ibox-box {
    width: 180px;
    height: 180px;
margin-right: 12px;
}
.ibox-box.ib-orange,.ibox-box.ib-green,.ibox-box.ib-pink {
    background-size: 170px;
}
#ibox-in .ibox-box p {
    font-size: 1.1rem;
}
.ibox-right {
    right: -30px;
}
	
.wrap-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
	
	
#content #main p {
    font-size: 1rem;
    line-height: 1.8;
}
#content #main h2 {
    font-size: 1.6rem;
}
#content #main h3 {
    font-size: 1.4rem;
}
ul.worries-list li {
    font-size: 1.2rem;
}
.ora-fuki {
    font-size: 1.2rem;
}
.reassurance-img {
    width: 240px;
    margin-right: 40px;
}
#content #main h3.reassurance-feature-title {
    font-size: 1.2rem;
}
#content #main p.reassurance-feature-txt {
    font-size: 1rem;
    line-height: 1.8;
}
	
.consultation-inner {
    width: 100%;
    padding: 0 20px;
}
.consultation-item {
    width: 32%;
    padding: 0 20px;
}

#content #main h3.consultation-item-title.cit-h3-mini {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 27px 0px 16px;
}
#content #main h3.consultation-item-title {
    font-size: 1.2rem;
    letter-spacing: 0;
}
#content #main h3.consultation-item-title .cit-small {
    font-size: 1.1rem;
}
#content #main p.consultation-item-txt {
    line-height: 1.7;
    font-size: 0.9rem;
}
	
.menu-grid {
    max-width: 630px;
    margin: 0 auto;
}
.menu-item {
    width: 47%;
        margin-bottom: 5%;
}
	
#content #main p.menu-item-txt {
    font-size: 0.9rem;
    line-height: 1.6;
}
td.pricing-label {
    padding: 20px 20px 20px 4vw;
    font-size: 1.1rem;
}
td.pricing-price {
    text-align: right;
}
ol.flow-list li {
    padding: 12px 14vw;
}
#content #main ol.flow-list li p {
    font-size: 1.1rem;
}
	
.counselor-inner {
        padding: 50px 30px 30px;
    }
#content #main h2.counselor-title {
    padding: 0 0 30px;
    background: url(img/bg-h-profile.png) center bottom 20px no-repeat;
}
#content #main h3.counselor-name {
    font-size: 1.4rem;
}
#content #main p.counselor-role {
    font-size: 1.1rem;
}
.counselor-img {
    margin-left: 0px;
}
#content #main p.counselor-bio {
    font-size: 1rem;
    line-height: 1.8;
}
	
.counselor-info {
    padding: 30px 20px;
}
ul.counselor-credentials li {
        font-size: 1.1rem;
        padding: 10px 10px 10px 27px;
background-size: 54px;
    }
	
.column-list {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 680px;
        margin: 0 auto;
    }
.column-item {
    margin: 0 20px 20px;
}
#content #main p.column-item-title {
    font-size: 1rem;
}
	
.footer_logo img {
    width: 200px;
}
	
	
#submain h1 {
        font-size: 1.8rem;
        padding: 0px 20px 0px;
    }
.counselor-message-img {
    width: 30%;
    margin-right: 30px;
}
#content #main .counselor-message-inner p {
    font-size: 0.9rem;
    line-height: 1.8;
}
#content #main .counselor-career-inner p {
    font-size: 0.9rem;
    line-height: 1.8;
}
	
.testimonials-archive {
    padding: 0 30px;
}
	
#content #main .faq-question p {
    font-size: 1.2rem;
    line-height: 1.8;
}
	
.about-photos-list {
        margin-right: 3vw;
        width: 40%;
    }
.about-photos-list img {
    margin: 0;
}
.about-photos-item img.clover-img {
    width: 80px;
}
	
.category-wrap.flexwrap {
    padding: 0 30px;
}
.e-title {
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    display: block;
}
.blog-eyecatch {
    height: 240px;
}

.form-inner {
    padding: 0 20px 0;
}
table.table-form th {
    width: 30%;
    padding: 10px 30px 10px 0;
}
#content #main table.table-form p {
    font-size: 0.9rem;
}	
#content #main table.table-form th p {
    font-size: 0.8rem;
	}
span.form-time-txt {
    font-size: 0.8rem ! IMPORTANT;
}
.table-form input[type="date"] {
    margin-left: 10px;
}
.table-form input[type="text"], .table-form input[type="email"], .table-form input[type="tel"] {
    font-size: 0.9rem;
}
	
#content #main p.payment-method strong {
    font-size: 1.3rem;
}
.payment-box {
    padding: 50px 50px 40px;
}
.cancel-box {
    padding: 50px 50px 40px;
}
	
}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}

#navbutton {

}
        
#content #main,
#content #main.main-sm {
 /*   width: 94%;  */
}
#content #main h1.singletitle, #content #main h1 {
    font-size: 2em;
}
#content #main h2 {

}
#content #main h3 {

}
#submain {
    height: auto;
}

#submain .h1wrap {
    margin: 0;
    text-align: center;
}
#submain h1 {
    font-size:2.8em;
}
    
.footer_tel {
    padding: 10px 0;
}
.f_telbtn {
    display: block;
}
#logo_footer {
    float: none;
    text-align: center;
    display: inline-block;
}
.footer_com {
}
#footer .footer_btm {
    margin-bottom: 0px;
}
.footer_btm_wrap {
    margin-top: 0px;
    float: none;
    /*padding-top: 25px;*/
    width: auto;
}
.telnum {
    display: none;
}
#footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#footer-nav li {
        width: 44%;
        text-align: left;
    }
#footer-nav a {
    margin-left: 0;
    /* padding-left: 0px; */
    display: block;
}
    
#logo_footer img {
    margin-top: 40px;
}

.two_box,.three_box,.four_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
    
a.link, a.link2 {
    width: 90%;
}

.responsedevise {
    width: 100%;

}

#main .wp-pagenavi a, #main .wp-pagenavi span {
    font-size: 0.8rem;
}
#main .wp-pagenavi a.last, #main .wp-pagenavi a.first {
    font-size: 0.6rem;
    line-height: 1.3;
}
    
/*コンテンツ装飾
ここから*/  
	
#header .header_logo img {
    width: 130px;
}
header .info_right {
    margin-right: 20px;
}
header .mail-zone a {
        font-size: 0.7rem;
        padding: 7px 20px;
        line-height: 1.3;
        text-align: center;
    }
header .mail-zone {
    margin-right: 60px;
}
    
a#sidr-menu-button {
    top: 14px;
    right: 14px;
}
	

#ibox {
        /* height: auto; */
        height: 450px;
    }
.ibox-box {
    width: 32%;
    margin: 0;
height: 130px;
        z-index: 10;
        position: relative;
}
.ibox-box.ib-orange, .ibox-box.ib-green, .ibox-box.ib-pink {
    background-size: 100%;
}
#ibox-in {
        padding: 90px 0 210px;
        position: static;
    }
#ibox-in .ibox-box p {
    font-size: 0.9rem;
}
#ibox-in .ibox-box-wrap {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 0 20px;
	justify-content:space-between;
}
#ibox-in p.ibox-title {
        font-size: 1.5rem;
        margin-bottom: 0;
        position: relative;
        z-index: 10;
}
	
.ibox-right {
        width: 100%;
        right: -30px;
        top: 100px;
        text-align: right;
    }
.ibox-right img {
        width: 220px;
    }
	
.ibox-left {
        padding: 0 20px;
        position: static;
    }
.ibox-profile p {
    left: unset;
right: 50px;
        font-size: 0.9rem;
}
.ibox-profile .ip-big {
    font-size: 1.3rem;
}
	
img.ib-left {
    width: 200px;
}
img.ib-right {
    width: 170px;
}
	
.wrap-inner {
        padding: 0 20px;
    }
	
.worries-white-box {
    padding: 40px 18px;
}
	
#content #main h2 {
    font-size: 1.4rem;
        padding: 60px 0px 50px;
margin-bottom: 20px;
}
#content #main h3 {
    font-size: 1.2rem;
}
	
ul.worries-list li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 23px;
}
ul.worries-list li:before {
    top: 2px;
}
	
.ora-fuki {
    font-size: 1.1rem;
    padding: 12px 30px;
    letter-spacing: 0;
}

section.reassurance-wrap {
    padding: 0 0 30px;
}
.reassurance-content {
    flex-wrap: wrap;
}
.reassurance-img {
    margin: 0 auto 30px;
}
	
#content #main p.reassurance-feature-txt {
    font-size: 0.9rem;
    line-height: 1.6;
}

#content #main p.testimonials-txt {
    line-height: 1.6;
}
	
section.consultation-wrap .wrap-inner {
    padding: 0px 0px 30px;
}
.consultation-list {
    flex-wrap: wrap;
}	
.consultation-item {
    width: 90%;
    margin: 0 auto 10px;
}

section.menu-wrap {
    padding: 0 0 40px;
}
	
    .menu-grid {
        max-width: 630px;
        margin: 0 auto;
        align-items: flex-start;
    }
  .menu-item-txt {
    display: none; /* 初期状態で非表示 */
  }

  .menu-item-title {
    cursor: pointer;
  }
#content #main h3.menu-item-title {
    font-size: 1.1rem;
    padding: 20px 0 16px;
}
#content #main p.menu-item-txt {
    padding: 0 20px;
    line-height: 1.4;
    font-size: 0.8rem;
}

.menu-wrap img.clover-img {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 90px;
    z-index: -1;
}
	
  /* 開いていることを示す矢印など（任意） */

.menu-item-title::after {
    content: '＋';
    font-size: 0.6rem;
    position: absolute;
    right: 4px;
    bottom: 20px;
    border: 1px solid;
    border-radius: 100px;
    width: 13px;
    height: 13px;
    display: grid;
    place-items: center;
    line-height: 1;
}

.menu-item-title.open::after {
    content: '－';
}
	
	
td.pricing-label {
    font-size: 0.9rem;
    line-height: 1.5;
}
td.pricing-price {
    line-height: 1.5;
    font-size: 1rem;
}
#content #main p.pricing-note {
    font-size: 0.8rem;
}
	
#content #main ol.flow-list li p {
    font-size: 1rem;
    line-height: 1.6;
}
	

.counselor-inner {
    padding: 50px 26px 10px;
}
.counselor-profile {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
.counselor-img {
    order: 0;
    width: 70%;
    margin: 0 auto 20px;
}
#content #main h2.counselor-title {
    margin-bottom: 10px;
}
#content #main h3.counselor-name {
        font-size: 1.3rem;
        display: block;
        text-align: center;
    }
#content #main p.counselor-role {
    font-size: 1rem;
    text-align: left;
}
	
.btn-b a {
    line-height: 1.4;
}
	
ul.counselor-credentials {
    grid-template-columns: 1fr;
    gap: 8px;
}
ul.counselor-credentials li {
    width: 100%;
    font-size: 1rem;
    padding: 2px 10px 2px 27px;
    background-size: 34px;
}
	
.column-img {
    height: 140px;
    margin-bottom: 12px;
}
	
#content #main p.column-item-title {
    line-height: 1.5;
}
	
#submain h1 {
    font-size: 1.5rem;
}
	
table.tablestyle.pricing-table th {
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 20px 0;
}
table.tablestyle.pricing-table td {
    padding: 20px 0;
    font-size: 0.8rem;
 line-height: 1.5;
}
	
ul.notes-list li {
    font-size: 1rem;
    padding-left: 24px;
    line-height: 1.6;
}
ul.notes-list li:before {
    top: 1px;
}
.counselor-message-img {
    float: none;
    width: 170px;
    margin: 0 auto 30px;
}
	
.life-history-wrap {
    padding: 0 30px 10px;
}
	
#content #main p.life-history-closing {
    font-size: 1rem;
}
#content #main p.life-history-closing .tkora {
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: inline-block;
}

.testimonials-archive a {
    width: 90%;
    margin: 0 auto 20px;
}
	
#content #main .faq-question p {
    font-size: 1.1rem;
    line-height: 1.7;
}
#content #main .faq-answer p {
    line-height: 1.7;
    padding-right: 20px;
}
	
.about-info-inner {
    flex-wrap: wrap;
}
.about-photos-list {
    margin: 0 auto 40px;
    width: 90%;
}
	
.tablestyle th {
    font-size: 0.9rem;
    line-height: 1.5;
}
.tablestyle td {
    font-size: 0.9rem;
    line-height: 1.5;
}
.access-map {
    margin-bottom: 30px;
}

ul.access-list li {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 20px;
}
ul.access-list li:before {
    top: 2px;
}
	
.category-wrap .two_box {
        width: 240px;
}
.blog-eyecatch {
    height: 140px;
}
p.e-title {
    line-height: 1.5 !important;
}
	
.column-item {
    width: 240px;
    margin: 0 0px 20px;
}
	
table.table-form th {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
}
	
#content #main table.table-form th p {
		margin-bottom:0;
        font-size: 0.9rem;
	}
	
span.form-time-txt {
    display: block;
    margin-top: 10px;
}
table.table-form td {
    padding: 10px;
}
.table-form input[type="date"] {
    margin-left: 0;
}
select.wpcf7-form-control.wpcf7-select {
    border-left: 1px solid #d1cdc9;
        padding: 15px 15px 14px;
}
.form-time-wrap span.wpcf7-form-control-wrap {
        /* text-align: left;*/
}
#content #main p.form-ac {
    font-size: 0.8rem;
}
	
.payment-box,.cancel-box {
    padding: 30px 30px 20px;
}
#content #main p.payment-method strong {
    font-size: 1.2rem;
    background-size: 50px;
    padding-left: 32px;
}
.cat a {
    font-size: 0.7rem;
    margin: 3px 0;
    padding: 2px 10px;
}
.infobox {
    padding: 14px 30px 13px;
}
.footer_logo img {
        width: 170px;
    }
	
}/*end*/
