/*
Theme Name: a-tsubaki
Description: a-tsubaki
Theme URI: https://www.a-tsubaki.jp
Version: 1.0
License: a-tsubaki
License URI: https://www.a-tsubaki.jp
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
/*Garamond*/


/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/****************************************

body設定(主に書式)

*****************************************/

body {
    min-width: 1280px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444444;
    line-height: 2.0;
    background: #FFF;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
        line-height: 1.8;
    }

}


/****************************************

ページ共通

*****************************************/

#wrapper {
    float: none;
    width: 100%;
    min-width: 1240px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
    #wrapper {
        float: none;
        width: 100%;
        min-width: 0;
        min-height: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-size: contain;
    }

}


/****************************************

フォント指定

*****************************************/

li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
}

h1 {
    color: #CC5F79;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.5;
}

h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
}

h3 {
    color: #CC5F79;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {

    li,
    tt,
    tr,
    dt,
    dd,
    p {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    h2 {
        font-size: 2.0rem;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


/****************************************

リンク指定

*****************************************/

a:link,
a:visited {
    font-weight: normal;
    color: #444444;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
}

a:hover,
a:active {
    font-weight: normal;
    color: #CC5F79;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}


/****************************************

pcヘッダー

*****************************************/

@media print,
screen and (min-width:768px) {

    header {
        width: 100%;
    }

    .logo {
        margin-top: 20px;
    }

    .header_top {
        display: flex;
        justify-content: space-between;
        padding: 30px 50px 0;
    }

    .header_inner_top {
        display: flex;
        justify-content: right;
        align-items: start;
        margin-bottom: 30px;
    }

    .header_tel_txt01 {
        width: 150px;
        height: 25px;
        font-size: 1.3rem;
        color: #525252;
        background-color: #F6DFE5;
        text-align: center;
        margin: 5px 10px 0 0;
        font-weight: bold;
    }

    .header_tel {
        text-align: right;
        margin: 5px 20px 0 0;
    }

    .header_tel img {
        height: auto;
        margin-bottom: 5px;
    }

    .header_btn {
        display: flex;

    }

    .header_btn a:first-child {
        margin-right: 25px;
    }

}

@media (min-width: 768px) and (max-width: 1450px) {

    .header_top {
        padding: 30px 0 0;
    }

}


/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    header {
        display: block;
        width: 100%;
    }

    .header_logo {
        width: 100%;
        padding: 5px 0;
    }

    .logo a {
        display: block;
        width: 60%;
        margin: 15px;
    }

    .header_inner_top {
        display: none;
    }

    .navi_box {
        display: none;
    }

    #toggle {
        position: fixed;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 9999;
        border: 1px solid #CC5F79;
        padding: 14px 8px;
        background-color: #FFF;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #CC5F79;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    #toggle span:first-child {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle {
        position: fixed;
    }


    .open_navi #toggle span:first-of-type {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background: url(images/sp_navi_bg.png) no-repeat right bottom rgba(204, 95, 123, 0.9);
        background-size: contain;
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #FFF 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: #FFF 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #FFF 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(48, 155, 167, 0.9);
    }

    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #FFF;
        border-right: solid 3px #FFF;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }

    #g_navi {
        display: none;
    }

    .sp_navi_info {
        margin: 20px;
        padding: 25px;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;

    }

    .sp_navi_info dt {
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #E95273;
        color: #E95273;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.03em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1;
    }

    .sp_navi_info dd {
        text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
    }

    .sp_navi_info dd .add{
        margin-bottom: 10px;
    }

    .sp_navi_info dd.tel a,
    .sp_navi_info dd.fax {
        display: inline-block;
        margin: 5px 0;
        background-size: 18px;
        color: #309BA7;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.03em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1;
    }
}



/****************************************

pc用 横ナビ

*****************************************/

@media print,
screen and (min-width: 768px) {

    #sp_navi,
    #toggle {
        display: none;
    }

}

#g_navi {
    width: auto;
}

#g_navi .menu {
    list-style-type: none;
    display: flex;
    justify-content: right;
    align-items: center;
}


#g_navi .menu>li {
    position: relative;
    width: auto;
    height: 55px;
    text-align: center;
    line-height: 1;
}

#g_navi .menu>li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 0;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

#g_navi .menu>li>a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #A7A7A7;
    bottom: 10px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#g_navi .menu>li>a:hover::before {
    transform: scale(1, 1);
}


#g_navi .menu li ul {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -20px;
    margin: 0;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
}

#g_navi .menu li ul li a {
    display: block;
    padding: 13px 2px;
    border: 1px solid #626262;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #FFF;
    color: #383838;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    transition: .5s;
}

#g_navi .menu li ul li:last-child a {
    border-bottom: 1px solid #626262;
}

#g_navi .menu li ul li a:hover {
    background: #626262;
    color: #FFF;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1450px) {
    #g_navi .menu>li>a {
        padding: 0 12px;
    }
}

/****************************************

ティーザー

*****************************************/

/* TOPスライダー共通 */

@media print,
screen and (min-width: 768px) {

    #teaser_top {
        position: relative;
        height: 750px;
    }

    #teaser_top figure {
        height: 750px;
    }

    #teaser_top figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .teaser_top_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #teaser_page {
        position: relative;
        height: 360px;
    }

    #teaser_page img {
        position: absolute;
        top: 0;
        left: calc(50% - 960px);
    }

    .teaser_page_txt {
        width: 500px;
        height: 140px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 2px 2px 0px #FFF;
        background-color: rgba(255, 255, 255, 0.8);
        outline: 1px solid rgba(130, 114, 0, 0.2);
        outline-offset: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.6rem;
        color: #CC5F79;
        font-weight: bold;
        border-radius: 12px;
    }

    .teaser_page_txt span {
        position: absolute;
        content: "";
    }

    .firsts {
        background: url(images/teaser_page_txt_deco01.png);
        width: 157px;
        height: 80px;
        top: -20px;
        left: -50px;
    }

    .worries {
        background: url(images/teaser_page_txt_deco02.png);
        width: 209px;
        height: 83px;
        top: -20px;
        left: -50px;
    }

    .counseling {
        background: url(images/teaser_page_txt_deco03.png);
        width: 276px;
        height: 103px;
        top: -40px;
        left: -30px;
    }

    .case {
        background: url(images/teaser_page_txt_deco04.png);
        width: 116px;
        height: 72px;
        top: -10px;
        left: -30px;
    }

    .fee {
        background: url(images/teaser_page_txt_deco05.png);
        width: 116px;
        height: 72px;
        top: -10px;
        left: -30px;
    }

    .contact {
        background: url(images/teaser_page_txt_deco06.png);
        width: 212px;
        height: 96px;
        top: -30px;
        left: -30px;
    }

}

@media (min-width: 768px) and (max-width: 1450px) {

    #teaser_top {
        height: 650px;
    }

    #teaser_top figure {
        height: 650px;
    }

}

@media screen and (max-width: 767px) {

    #teaser_top {
        position: relative;
        height: 370px;
    }

    #teaser_top figure {
        height: 370px;
    }

    #teaser_top figure img {
        object-fit: cover;
        object-position: right;
        width: 100%;
        height: 100%;
    }

    .teaser_top_txt {
        position: absolute;
        width: 94%;
        top: 53%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    #teaser_page {
        position: relative;
        height: 180px;
        width: 100%;
    }

    #teaser_page img {
        height: 180px;
        object-fit: cover;
    }

    .teaser_page_txt {
        width: 80%;
        height: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 2px 2px 0px #FFF;
        background-color: rgba(255, 255, 255, 0.8);
        outline: 1px solid rgba(130, 114, 0, 0.2);
        outline-offset: -5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.3rem;
        color: #CC5F79;
        font-weight: bold;
        border-radius: 12px;
    }


}


/****************************************

content 共通設定

*****************************************/

#contents {
    width: 100%;
    margin: 0 auto;
}

main#top_main {
    width: 100%;
    margin: 0 auto;
}

main#page_main {
    width: 100%;
}

.breadcrumb_area {
    width: 100%;
    margin: 20px auto 30px;
    text-align: right;
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb p {
    color: #5D5D5D;
    font-size: 1.3rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
    color: #5D5D5D;
    text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
    color: #A18F81;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {

    .pc_none {
        display: none;
    }

}

@media screen and (max-width: 767px) {


    main#page_main {
        width: 100%;
        margin: 0 auto 50px;
    }

    main#page_main figure {
        margin: 0 auto;
    }

    .breadcrumb_area {
        padding: 0 10px;
        margin: 10px auto 30px;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb p {
        font-size: 1.2rem;
    }

    .sp_none {
        display: none;
    }

}


/****************************************

contentトップ用

*****************************************/

/* 1カラム目 */
.top_box01 {
    padding: 100px calc((100% - 1200px)/2);
    text-align: center;
}

.top_box01_tit {
    font-size: 3.2rem;
    color: #CC5F79;
    background: url(images/top_box01_tit_bg.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.top_box02 {
    text-align: center;
    padding-bottom: 100px;
}

.top_box02_tit {
    background: url(images/top_worries_bg.png) repeat top left;
    font-size: 3.4rem;
    text-align: center;
    padding: 45px 0;
    margin-bottom: 40px;
}

.top_box02_tit span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    font-family: "EB Garamond", serif;
}

.top_box02_txt {
    background: url(images/top_box02_txt_bg.png) no-repeat top center;
    font-size: 2.6rem;
    padding-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.8;
}

.top_box02_txt span {
    font-size: 3.2rem;
    color: #C54666;
}

.top_box02_inner {
    padding: 0 calc((100% - 1200px)/2);
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.top_box02_inner dl {
    position: relative;
    width: 580px;
    background: url(images/top_box02_inner_dl_bg.jpg) no-repeat bottom center;
    padding: 40px 50px 30px;
}

.top_box02_inner dl::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_inner_dl_deco.png) no-repeat;
    width: 142px;
    height: 101px;
    top: 11px;
    right: 5px;
}

.top_box02_inner dt {
    font-size: 2.6rem;
    color: #C54666;
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.6);
    background: url(images/top_box02_inner_dt_bg.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.top_box03 {
    background-color: #FAEFF2;
    padding: 100px calc((100% - 1440px) / 2);
}

.top_box03_inner {
    background-color: #FFFFFF;
    border: 3px solid #E0DBC0;
    padding: 73px 100px 72px;
    margin-right: 20px;
    margin-left: 20px;
}

/* 保存用
.top_box03_inner:first-child {
    background-image: url(images/top_box03_inner_bg01.png);
    background-repeat: no-repeat;
    background-position: top 8px left 8px;
}

.top_box03_inner:last-child {
    background-image: url(images/top_box03_inner_bg02.png);
    background-repeat: no-repeat;
    background-position: top 8px left 8px;
}
*/

.top_box03_inner:first-child {
    outline: 1px solid #E0D1AB;
    outline-offset: -8px;
    background: url(images/top_box03_inner_bg02_01.svg) no-repeat left 8px top 8px, url(images/top_box03_inner_bg02_02.svg) no-repeat right 8px top 8px,
        url(images/top_box03_inner_bg02_03.svg) no-repeat right 8px bottom 8px, url(images/top_box03_inner_bg02_04.svg) no-repeat left 8px bottom 8px #FFF;
}

.top_box03_inner:last-child {
    outline: 1px solid #E0D1AB;
    outline-offset: -8px;
    background: url(images/top_box03_inner_bg02_01.svg) no-repeat left 8px top 8px, url(images/top_box03_inner_bg02_02.svg) no-repeat right 8px top 8px,
        url(images/top_box03_inner_bg02_03.svg) no-repeat right 8px bottom 8px, url(images/top_box03_inner_bg02_04.svg) no-repeat left 8px bottom 8px #FFF;
}

.top_box03_tit {
    margin-bottom: 25px;
    text-align: center;
}

.top_box03_tit_inner {
    display: inline-block;
    position: relative;
    padding: 0 120px;
}

.top_box03_tit_inner::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 94px;
    height: 51px;
    background: url(images/top_box03_tit_left.png) no-repeat;
}

.top_box03_tit_inner::after {
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    width: 94px;
    height: 51px;
    background: url(images/top_box03_tit_right.png) no-repeat;
}

.top_box03_tit_inner .en {
    color: #CC5F79;
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    display: block;
}

.top_box03_tit_inner h2 {
    font-size: 3.2rem;
    color: #CC5F79;
}

.top_box03_post {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.top_box03_inner:first-child .top_box03_list {
    width: 380px;
}

.top_box03_inner:last-child .top_box03_list {
    width: 580px;
}

.top_box03_list figure img {
    margin-bottom: 20px;
}

.top_box03_list_tit {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.6rem;
}

.top_box03_list_txt {
    margin-bottom: 30px;
}

.top_box03 .btn_box01 {
    width: 280px;
}

.top_box03 .btn_box01 a {
    padding: 10px 0 11px;
    font-size: 1.6rem;
}

.top_box04 {
    text-align: center;
    padding-bottom: 100px;
    background: url(images/top_flow_bg.png) repeat top left;
    border-bottom: 1px solid #EFCED6;
}

.top_box04_tit {
    background: url(images/top_worries_bg.png) repeat top left;
    font-size: 3.4rem;
    text-align: center;
    padding: 45px 0;
    margin-bottom: 60px;
}

.top_box04_tit span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    font-family: "EB Garamond", serif;
}

.top_box04_inner {
    position: relative;
    width: 1200px;
    padding: 40px;
    margin: 0 auto 90px;
    background-color: #FFF;
    border: 1px solid #D37A91;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.top_box04_inner:nth-child(4) {
    margin-bottom: 50px;
}

.top_box04_inner:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 40px;
    background: url(images/top_box04_arrow.png) no-repeat;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box04_inner:nth-child(4)::after {
    content: none;
}

.top_box04_inner_label {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
    background-color: #CD5F7C;
    color: #FFF;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top_box04_inner_label span {
    font-size: 2.0rem;
}

.top_box04_inner_tit {
    font-size: 2.6rem;
    text-shadow: 2px 2px 0 #FFF;
    text-align: left;
    border-bottom: 3px double #C54867;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.top_box04_inner_txt {
    width: 710px;
    text-align: left;
}

.top_box04_inner_txt dl dt {
    display: inline;
    font-size: 1.8rem;
    color: #27838C;
    background: linear-gradient(transparent 60%, rgba(41, 131, 141, 0.15) 60%);
    margin-bottom: 10px;
    font-weight: bold;
}


.top_box05 {
    background-color: #FAEFF2;
    padding: 100px calc((100% - 1440px) / 2);
}

.top_box05_inner {
    border: 3px solid #E0DBC0;
    margin-right: 20px;
    margin-left: 20px;
    padding: 55px 100px;
    outline: 1px solid #E0D1AB;
    outline-offset: -8px;
    background: url(images/top_box03_inner_bg02_01.svg) no-repeat left 8px top 8px, url(images/top_box03_inner_bg02_02.svg) no-repeat right 8px top 8px,
        url(images/top_box03_inner_bg02_03.svg) no-repeat right 8px bottom 8px, url(images/top_box03_inner_bg02_04.svg) no-repeat left 8px bottom 8px #FFF;
}

.top_box05_tit {
    margin-bottom: 30px;
    text-align: center;
}

.top_box05_tit_inner {
    display: inline-block;
    position: relative;
    padding: 0 120px;
}

.top_box05_tit_inner::before {
    position: absolute;
    content: '';
    top: 20px;
    left: 0;
    width: 94px;
    height: 51px;
    background: url(images/top_box03_tit_left.png) no-repeat;
}

.top_box05_tit_inner::after {
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    width: 94px;
    height: 51px;
    background: url(images/top_box03_tit_right.png) no-repeat;
}

.top_box05_tit_inner .en {
    color: #CC5F79;
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    display: block;
}

.top_box05_tit_inner h2 {
    font-size: 3.2rem;
    color: #CC5F79;
}

.top_box05_price {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}

.top_box05_price_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue_label {
    width: 180px;
    background-color: #329FAB;
    font-size: 1.8rem;
    color: #FFF;
    text-align: center;
    border-radius: 22px;
    padding: 6px 0;
    margin-right: 20px;
}

.green_label {
    width: 180px;
    background-color: #4DB45E;
    font-size: 1.8rem;
    color: #FFF;
    text-align: center;
    border-radius: 22px;
    padding: 6px 0;
    margin-right: 20px;
}

.top_box05_price_inner_txt {
    font-size: 3.6rem;
    color: #4C4639;
    font-weight: bold;
}

.fs20 {
    font-size: 2.0rem;
}

.fs24 {
    font-size: 2.4rem;
}

.top_box05_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.top_box05_table th {
    width: 20%;
    background-color: #FAEDF0;
    color: #CC5F79;
    border: 1px solid #CCCCCC;
    font-size: 1.6rem;
    padding: 17px 0 18px;
}

.top_box05_table td {
    width: 13%;
    text-align: center;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
}

.top_box05_table tr:first-child td {
    background-color: #FAEDF0;
    color: #CC5F79;
    font-weight: bold;
}

.top_box06 {
    padding: 90px calc((100% - 1200px)/2) 100px;
    display: flex;
    background: url(images/top_box06_bg.png) no-repeat top right;
}

.top_box06_tit {
    width: 20%;
    font-size: 6.0rem;
    color: #CC5F7B;
    text-shadow: 2px 2px 0px #FFF;
    font-family: "EB Garamond", serif;
}

.top_box06_tit span {
    display: block;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #444444;
}

.top_box06_inner {
    width: 80%;
}

.accordion {
    padding: 25px;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.accordion_summary {
    display: block;
    position: relative;
    padding: 15px 60px;
    background: url(images/faq_q.png) no-repeat left top 12px;
    font-size: 2.0rem;
    font-weight: bold;
    list-style: none;
    line-height: 1.5;
    cursor: pointer;
}

.accordion_summary::after {
    content: "+";
    font-size: 2em;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #999;
    font-weight: normal;
    text-align: center;
    transform: translateY(-50%);
    transition: 0.3s;
}

.accordion[open] .accordion_summary::after {
    content: "−";
    transition: 0.3s;
}

.accordion_answer {
    position: relative;
    margin-top: 15px;
    padding: 5px 60px 0 60px;
    background: url(images/faq_a.png) no-repeat left top 10px;
}

.top_box07 {
    padding: 0 calc((100% - 1200px)/2) 100px;
    background: url(images/top_box07_bg.png) no-repeat bottom left;
}

.top_box07_inner {
    text-align: center;
    background-color: #F0EEDF;
    padding: 50px 0 60px;
}

.top_box07_tit {
    font-size: 3.0rem;
    color: #CC5F79;
    background: url(images/top_box07_tit_bg.png) no-repeat top center;
    padding-top: 30px;
    margin-bottom: 30px;
}

.top_box07_txt a {
    color: #CC5F79;
    text-decoration: underline;
}

.top_box07_txt a:hover {
    color: #B8AD6D;
}

.btn_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.top_box07 .btn_box01 {
    width: 280px;
    margin: 0;
}

.top_box07 .btn_box01 a {
    padding: 10px 0 11px;
    font-size: 1.6rem;
}





@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {

    .top_box01 {
        padding: 30px 10px;
    }

    .top_box01_tit {
        font-size: 2.0rem;
    }

    .top_box01 p {
        text-align: left;
    }

    .top_box02 {
        padding: 50px 0;
    }

    .top_box02_tit {
        font-size: 2.0rem;
        padding: 35px 0;
    }

    .top_box02 figure {
        padding: 0 10px;
    }

    .top_box02_txt {
        padding: 20px 10px 35px;
        font-size: 1.6rem;
        margin-bottom: 0;
    }

    .top_box02_txt span {
        font-size: 1.8rem;
    }

    .top_box02_inner {
        padding: 0 10px;
        flex-direction: column;
    }

    .top_box02_inner dl {
        width: 100%;
        padding: 20px;
        background-size: cover;
    }

    .top_box02_inner dt {
        font-size: 2.0rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .top_box02_inner dl::after {
        width: 80px;
        height: 80px;
        background-size: 100%;
    }

    .top_box02_inner dl {
        border-left: 2px solid #E390A4;
        border-right: 2px solid #E390A4;
        background-position: bottom left;
    }

    .top_box02_inner dl:first-child {
        margin-bottom: 20px;
    }

    .top_box03 {
        padding: 30px 10px;
    }

    .top_box03_inner {
        padding: 20px;
        margin-right: 0;
        margin-left: 0;
    }

    .top_box03_tit_inner::before,
    .top_box03_tit_inner::after {
        content: none;
    }

    .top_box03_tit_inner {
        padding: 0;
    }

    .top_box03_tit_inner h2 {
        font-size: 2.0rem;
    }

    .top_box03_post {
        flex-direction: column;
    }

    .top_box03_inner:first-child,
    .top_box03_inner:last-child {
        background-image: none;
    }

    .top_box03_inner:first-child .top_box03_list,
    .top_box03_inner:last-child .top_box03_list {
        width: 100%;
    }

    .top_box03_list figure{
        text-align: center;
    }


    .top_box03_list_tit {
        font-size: 2.0rem;
        padding: 0;
        margin-bottom: 10px;
    }

    .top_box04 {
        padding-bottom: 30px;
    }

    .top_box04_tit {
        font-size: 2.0rem;
        padding: 35px 0;
    }

    .top_box04_inner {
        width: 95%;
        flex-direction: column;
        padding: 20px;
    }

    .top_box04_inner_label {
        position: static;
        margin: 0 auto 10px;
        width: 80px;
        height: 80px;
        font-size: 2.6rem;
    }

    .top_box04_inner_tit {
        font-size: 1.8rem;
        text-align: center;
    }

    .top_box04_inner_txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .top_box05 {
        padding: 30px 10px;
    }

    .top_box05_inner {
        padding: 30px 20px;
        margin-right: 0;
        margin-left: 0;
        background-image: none;
    }

    .top_box05_tit_inner h2 {
        font-size: 2.0rem;
    }

    .top_box05_price {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .top_box05_price_inner {
        flex-direction: column;
    }

    .top_box05_tit_inner::before,
    .top_box05_tit_inner::after {
        content: none;
    }

    .top_box05_tit_inner {
        padding: 0;
    }

    .blue_label {
        font-size: 1.6rem;
        border-radius: 100vmax;
        padding: 4px 0;
    }

    .green_label {
        font-size: 1.6rem;
        border-radius: 100vmax;
        padding: 4px 0;
    }

    .table_wrappre {
        overflow-x: scroll;
    }

    .top_box05_table {
        width: 200%;
    }

    .top_box06 {
        flex-direction: column;
        padding: 30px 10px;
        background-size: 50%;
    }

    .top_box06_tit {
        width: 100%;
        text-align: center;
        font-size: 4rem;
    }

    .top_box06_tit span {
        font-size: 1.4rem;
        margin-top: -5px;
    }

    .top_box06_inner {
        width: 100%;
    }

    .accordion {
        padding: 10px;
    }

    .accordion_summary {
        font-size: 1.6rem;
        padding-right: 40px;
    }

    .accordion_answer{
        padding-right: 40px;
    }

    .top_box07 {
        padding: 0 10px 50px;
        background-size: 50%;
    }

    .top_box07_tit {
        font-size: 2.0rem;
    }

    .top_box07_inner {
        padding: 30px 10px;
    }

    .top_box07_txt {
        text-align: left;
    }

    .btn_wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

}

/****************************************

news トップ用

*****************************************/



@media screen and (min-width: 768px) {

    #news_box {
        padding: 100px calc((100% - 1400px)/2);
        background-image: url(images/news_box_bg.jpg);
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .news_box_inner {
        position: relative;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 11px;
        display: flex;
        justify-content: space-between;
        padding: 70px 100px 70px 120px;
    }

    .news_box_tit {
        font-family: "EB Garamond", serif;
        font-size: 60px;
        color: #CC5F7A;
        text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF;
        text-align: center;
        margin-top: 30px;
    }

    .news_box_tit span {
        color: #444444;
        font-size: 1.6rem;
        font-family: "Noto Sans JP", sans-serif;
        display: block;
        margin-top: -10px;
    }

    .news_post {
        width: 870px;
        height: 300px;
        overflow-y: scroll;
    }

    .news_post a:hover {
        text-decoration: none;
    }

    .news_list {
        display: flex;
        align-items: center;
        border-top: 1px solid #DDDDDD;
        padding: 27px 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .news_list:hover {
        background-color: rgba(169, 148, 1, 0.3);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .news_post a:last-child .news_list {
        border-bottom: 1px solid #DDDDDD;
    }

    .news_date {
        font-size: 1.6rem;
        color: #444;
    }

    .news_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #A99401;
        border-radius: 13px;
        text-align: center;
        margin: 0 40px;
    }

    .case_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #309BA7;
        border-radius: 13px;
        text-align: center;
        margin: 0 40px;
    }

    .column_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #4DB45E;
        border-radius: 13px;
        text-align: center;
        margin: 0 40px;
    }

    .voice_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #BD1C54;
        border-radius: 13px;
        text-align: center;
        margin: 0 40px;
    }

    .news_list_tit {
        font-size: 1.6rem;
        color: #444;
    }

    .news_box_inner .btn_box02 {
        position: absolute;
        bottom: 130px;
        left: calc((100% - 1200px)/2)
    }

}

@media (min-width: 768px) and (max-width: 1450px) {
    .news_box_inner {
        border-radius: 0;
    }
}

@media screen and (max-width: 767px) {

    #news_box {
        padding: 40px 10px;
        background: url(images/news_box_bg.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .news_box_inner {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 11px;
        padding: 30px 15px;
    }

    .news_box_tit {
        font-family: "EB Garamond", serif;
        font-size: 40px;
        color: #CC5F7A;
        text-shadow: 2px 2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF;
        text-align: center;
        margin-bottom: 20px;
    }

    .news_box_tit span {
        color: #444444;
        font-size: 1.4rem;
        font-family: "Noto Sans JP", sans-serif;
        display: block;
        margin-top: -5px;
    }

    .news_post {
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 20px;
    }

    .news_post a:hover {
        text-decoration: none;
    }

    .news_list {
        align-items: center;
        border-top: 1px solid #DDDDDD;
        padding: 15px 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .news_list:hover {
        background-color: rgba(169, 148, 1, 0.3);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .news_post a:last-child .news_list {
        border-bottom: 1px solid #DDDDDD;
    }

    .news_date {
        font-size: 1.6rem;
        color: #444;
        margin-bottom: 10px;
    }

    .news_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #A99401;
        border-radius: 13px;
        text-align: center;
        margin-bottom: 10px;
    }

    .case_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #309BA7;
        border-radius: 13px;
        text-align: center;
        margin-bottom: 10px;
    }

    .column_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #4DB45E;
        border-radius: 13px;
        text-align: center;
        margin-bottom: 10px;
    }

    .voice_lable {
        width: 110px;
        font-size: 1.3rem;
        color: #FFF;
        background-color: #BD1C54;
        border-radius: 13px;
        text-align: center;
        margin-bottom: 10px;
    }

    .news_list_tit {
        font-size: 1.6rem;
        color: #444;
    }

}


/****************************************

content下層用

*****************************************/

/* 全ページ共通　フレックスボックス*/
.flex {
    display: flex;
    justify-content: space-between;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.txt720 {
    width: 720px;
}

.txt730 {
    width: 730px;
}

.txt740 {
    width: 740px;
}

.txt780 {
    width: 780px;
}

.width1200 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.center {
    text-align: center;
}


@media screen and (max-width: 767px) {

    .flex,
    .flex_r {
        flex-direction: column;
    }

    #page_main img {
        margin: 10px 0;
    }

    .txt720,
    .txt730,
    .txt740,
    .txt780 {
        width: 100%;
    }

    .width1200 {
        width: 100%;
        padding: 0 10px;
    }

    .center {
        text-align: left;
    }


}

/* カウンセラー紹介 */

.counselor_policy {
    background-color: #F3F1E6;
    border: 3px solid #E0DBC0;
    padding: 10px;
}

.counselor_policy dl {
    background-color: #FFF;
    border: 1px solid #E0D1AB;
    padding: 40px;
}

.counselor_policy dl dt {
    font-size: 2.2rem;
    color: #9D924C;
    background: url(images/counselor_policy_dt_bg.png) no-repeat top 15px left;
    padding: 0 0 10px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CEC8A6;
    font-weight: bold;
}

.counselor_policy dl dd {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.counselor_policy dl dd img {
    margin-right: 50px;
}

.counselor_position {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.counselor_position::after {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url(images/page_arrow.png) no-repeat;
    width: 140px;
    height: 40px;
}

.counselor_answer_wrapper {
    padding: 80px calc((100% - 1200px) /2);
    background: url(images/top_flow_bg.png) repeat top left;
}

.counselor_answer {
    background-color: #FFF;
    border: 3px solid #E0DBC0;
    padding: 10px;
}

.counselor_answer dl {
    background-color: #FFF;
    border: 1px solid #E0D1AB;
    padding: 40px;
    text-align: center;
    background-image: url(images/counselor_answer_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.counselor_answer dl dt {
    font-size: 2.4rem;
    color: #CC5F79;
    font-weight: bold;
    margin-bottom: 30px;
}

.counselor_answer dl dd .blue {
    font-size: 1.8rem;
    color: #3099A5;
    font-weight: bold;
    background: linear-gradient(transparent 75%, rgba(255, 220, 115, 0.5) 75%);
    display: inline-block;
}

/* ご依頼の流れ */

.flow_box {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border: 1px solid #D37A91;
}

.flex_position {
    position: relative;
}

.flex_position::after {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url(images/page_arrow.png) no-repeat;
    width: 140px;
    height: 40px;
}


.flow_box_label {
    position: absolute;
    top: -20px;
    left: -30px;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
    background-color: #B8AD6D;
    color: #FFF;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.flow_box_label span {
    font-size: 2.0rem;
}

.flow_box_inner {
    padding: 0 40px 40px 40px;
}

.flow_tel {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.flow_tel p {
    margin-left: 20px;
    font-size: 1.4rem;
}

.flow_txt dt {
    display: inline-block;
    font-size: 1.8rem;
    color: #27838C;
    background: linear-gradient(transparent 60%, rgba(41, 131, 141, 0.15) 60%);
    margin-bottom: 10px;
    font-weight: bold;
}

.gray_bg {
    background-color: #F2F0F2;
    padding: 30px;
}

.flow_fee_txt p {
    font-size: 1.4rem;
}

.flow_fee_txt a,
.flow_box a {
    color: #3099A5;
    text-decoration: underline;
}

.flow_fee_txt a:hover,
.flow_box a:hover {
    color: #CC5F79;
}

/* 事務所情報・アクセス */

.ocher_bg {
    background-color: #F3F1E6;
    padding: 40px;
    margin-bottom: 40px;
}

.txt_red {
    color: #FF0000;
    font-weight: bold;
}


/* 夫婦関係のお悩み */

.marriedlife_worries {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.marriedlife_worries:after {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url(images/page_arrow.png) no-repeat;
    width: 140px;
    height: 40px;
}

.lady_box {
    position: relative;
    background-color: #FAEDF0;
    border: 3px solid #EEC4CE;
    padding: 10px;
}

.lady_box dl {
    background-color: #FFF;
    border: 1px solid #E0D1AB;
    padding: 40px 30px;
    background-image: url(images/lady_box_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right 10px;
}

.lady_box dl dt {
    font-size: 2.4rem;
    color: #CC5F79;
    background: url(images/lady_box_dt_bg.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.men_box {
    background-color: #E0EEEF;
    border: 3px solid #A4CACE;
    padding: 10px;
}

.men_box dl {
    background-color: #FFF;
    border: 1px solid #ADCFD3;
    padding: 40px 30px;
    background-image: url(images/men_box_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right 10px;
}

.men_box dl dt {
    font-size: 2.4rem;
    color: #46A5B0;
    background: url(images/men_box_dt_bg.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.lady_box ul li,
.men_box ul li {
    background: url(images/marriedlife_list_bg.png) no-repeat top 3px left;
    border-bottom: 1px dotted #BBBBBB;
    padding: 0 0 11px 35px;
    margin-bottom: 15px;
}

.lady_box ul li:last-child,
.men_box ul li:last-child {
    margin-bottom: 0;
}

/* 夫婦関係の修復 */

.repair_position {
    position: relative;
}

.repair_position:after {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: url(images/page_arrow.png) no-repeat;
    width: 140px;
    height: 40px;
}

.repair_worries {
    background-color: #F3F1E6;
    border: 3px solid #E0DBC0;
    padding: 10px;
}

.repair_worries_inner {
    background-color: #FFF;
    border: 1px solid #E0D1AB;
    padding: 40px;
}

.repair_worries_inner dl:first-child {
    border-bottom: 1px dotted #BBBBBB;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.repair_worries_inner dl dt {
    font-size: 2.2rem;
    color: #9D924C;
    font-weight: bold;
    margin-bottom: 30px;
}

.repair_worries_inner dl:first-child dt {
    background: url(images/repair_worries_dt_bg01.png) no-repeat top 10px left;
    padding: 0 0 0 130px;
}

.repair_worries_inner dl:last-child dt {
    background: url(images/repair_worries_dt_bg02.png) no-repeat top 10px left;
    padding: 0 0 0 130px;
}

.repair_analysis {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C7D8B1;
    margin-bottom: 25px;
}

.repair_analysis p {
    padding-left: 30px;
}

.repair_box {
    background-image: url(images/repair_box_dl_bg.jpg);
    background-repeat: no-repeat;
    padding: 70px calc((100% - 1200px)/2);
}

.repair_box dl {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 53px 0;
    text-align: center;
    border-radius: 12px;
}

.repair_box dl dt {
    font-size: 2.6rem;
    color: #CC5F79;
    margin-bottom: 30px;
    font-weight: bold;
}

/* 電話相談 */

.consultation_tel {
    display: inline-block;
    border: 1px solid #CD627E;
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 8px;
}

.consultation_tel p {
    font-size: 1.4rem;
    margin-top: 7px;
}

.consultation_link a {
    color: #3099A5;
    text-decoration: underline;
}

.consultation_link a:hover {
    color: #CC5F79;
}

/* 個人カウンセリング */

.individual_txt_wrapper {
    background: url(images/top_flow_bg.png) repeat top left;
    padding: 80px 0;
    margin-bottom: 80px;
}

.individual_txt {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    border: 3px solid #E0DBC0;
    padding: 10px;
}

.individual_txt_inner {
    background-color: #FFF;
    border: 1px solid #E0D1AB;
    padding: 40px;
    background: url(images/counselor_answer_bg.png) no-repeat bottom right;
    text-align: center;
}

/* ペアカウンセリング */

.pair_box {
    background: url(images/top_flow_bg.png) repeat top left;
    padding: 80px 0;
    margin-bottom: 80px;
}

.pair_post {
    display: flex;
    justify-content: space-between;
}

.pair_post li {
    position: relative;
    background: url(images/pair_post_li_bg.png) no-repeat;
    width: 280px;
    padding: 40px 25px 100px;
    font-weight: 600;
}

.pair_post li:after {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 30px;
}

.pair_post li:first-child:after {
    background: url(images/pair_post_li_img01.png) no-repeat;
    width: 82px;
    height: 80px;
}

.pair_post li:nth-child(2):after {
    background: url(images/pair_post_li_img02.png) no-repeat;
    width: 76px;
    height: 74px;
}

.pair_post li:nth-child(3):after {
    background: url(images/pair_post_li_img03.png) no-repeat;
    width: 75px;
    height: 70px;
}

.pair_post li:nth-child(4):after {
    background: url(images/pair_post_li_img04.png) no-repeat;
    width: 73px;
    height: 73px;
}

.pair_box_txt01 p {
    text-align: center;
    font-size: 2.6rem;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    background: url(images/pair_box_txt01_bg.png) no-repeat top center;
    padding: 40px 0 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.pair_box_txt01 p span {
    font-size: 3.2rem;
    color: #C54666;
}

.pair_box_txt02 {
    text-align: center;
}

.pair_faq {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.pair_faq dt {
    font-size: 2.0rem;
    font-weight: bold;
    background: url(images/pair_faq_dt_bg.png) no-repeat top 7px left;
    padding: 10px 0 10px 60px;
    margin-bottom: 10px;
}

.pair_faq dd {
    background: url(images/pair_faq_dd_bg.png) no-repeat top 7px left;
    padding: 10px 0 10px 60px;
}

/* ご相談事例・コラム */

.consultation_post,
.column_post {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
}

.consultation_parts,
.column_parts {
    border: 1px solid #D37A91;
    background: url(images/consultation_parts_bg.png) no-repeat bottom right;
    padding: 50px;
}

.consultation_parts_tit,
.column_parts_tit {
    font-size: 2.4rem;
    color: #C54666;
    text-shadow: 2px 2px 0 #fff;
    border-bottom: 3px double #C54867;
    background: url(images/consultation_parts_tit_bg.png) no-repeat top 10px left;
    padding: 0 0 10px 50px;
    margin-bottom: 30px;
}

.consultation_parts .flex,
.column_parts .flex {
    align-items: end;
}

.consultation_parts_txt,
.column_parts_txt {
    width: 860px;
    font-size: 1.6rem;
}

.consultation_parts .btn_box01,
.column_parts .btn_box01 {
    width: 200px;
}

.consultation_parts .btn_box01 a,
.column_parts .btn_box01 a {
    padding: 9px 0;
}

/* お客様の声 */

.voice_post {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 200px;
}

.voice_parts {
    border: 1px solid #D37A91;
}

.voice_parts .subhead01 {
    margin-bottom: 0;
}

.voice_parts_txt {
    font-size: 1.6rem;
    padding: 40px 50px;
}

/* 料金について */

.fee_face {
    width: 585px;
    background-color: #F8E9ED;
    border-radius: 12px;
    text-align: center;
    padding: 35px 0 15px;

}

.fee_face_label {
    width: 180px;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #CF6782;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 100vmax;

}

.fee_tel {
    width: 585px;
    background-color: #D6EBED;
    border-radius: 12px;
    text-align: center;
    padding: 35px 0 15px;

}

.fee_tel_label {
    width: 180px;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #309BA7;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 100vmax;
}

.fee_face p,
.fee_tel p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #4D463A;
}

.fee_face .fs52,
.fee_tel .fs52 {
    font-size: 5.2rem;
}

.fee_face .fs36,
.fee_tel .fs36 {
    font-size: 3.6rem;
}

.trip_txt a {
    color: #3099A5;
    text-decoration: underline;
}

.trip_txt a:hover {
    color: #CC5F79;
}

.time01 span {
    width: 300px;
    display: inline-block;
    background-color: #329FAB;
    color: #FFF;
    padding: 8px 0;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
}

.time02 span {
    width: 300px;
    display: inline-block;
    background-color: #4DB45E;
    color: #FFF;
    padding: 8px 0;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
}

.time01,
.time02 {
    color: #4C4639;
    margin-bottom: 15px;
}

.payment_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payment_post dl {
    width: 580px;
}

.payment_post dd {
    display: flex;
    justify-content: left;
    gap: 100px;
    background-color: #F2F0F2;
    padding: 30px;
}

.payment_post ul li {
    margin-bottom: 10px;
}

/* お問い合わせ */

.contact_txt {
    text-align: center;
    margin-bottom: 80px;
}

.contact_txt img {
    height: auto;
    margin-bottom: 10px;
}

.contact_foam {
    background-color: #FAEFF2;
    padding: 80px 0;
}

.policy {
    background-color: #FFF;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #EFCED6;
    border-radius: 11px;
}

.policy dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #CC5F79;
    font-weight: bold;
}



/* 3列投稿 */

.three_column_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_parts {
    width: 320px;
    height: auto;
    margin: 0 40px 40px 0;
}

@media screen and (min-width: 768px) {

    /* お問い合わせ */

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    /*  */



    /*  */

}

@media screen and (max-width: 767px) {


    /* カウンセラー紹介 */
    .counselor_img {
        max-width: 300px;
    }

    .counselor_position {
        width: 100%;
        padding: 0 10px;
    }

    .counselor_answer_wrapper {
        padding: 30px 10px;
    }

    .counselor_answer dl {
        padding: 10px;
    }

    .counselor_policy dl dt {
        font-size: 1.8rem;
    }

    .counselor_answer dl dd {
        text-align: left;
    }

    .counselor_answer dl dd .blue {
        display: inline;
    }

    .counselor_policy dl {
        padding: 10px;
    }

    .counselor_answer dl dt {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .counselor_policy dl dd {
        flex-wrap: wrap;
        justify-content: center;
    }


    /*  */

    .flow_box {
        width: 95%;
        margin-top: 170px;
    }

    .flow_box:first-child{
        margin-top: 140px;
    }

    .flow_box_label {
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
    }

    .flow_tel {
        flex-direction: column;
    }

    .flow_txt dt {
        display: inline;
    }

    .flow_box_inner {
        padding: 10px;
        margin-top: -10px;
    }

    .flow_box_inner .flex a {
        text-align: center;
    }

    .flow_box_inner .flex a img {
        width: 75%;
        max-width: 350px;
    }

    .flex_position::after {
        bottom: -45px;
    }

    /*  */

    .ocher_bg {
        padding: 15px;
    }


    /* 夫婦関係のお悩み */

    .marriedlife_worries {
        flex-direction: column;
        margin-bottom: 100px !important;
    }

    .marriedlife_worries dl {
        padding: 10px;
    }

    .lady_box{
        margin-bottom: 30px;
    }

    .lady_box dl dt,
    .men_box dl dt {
        font-size: 1.8rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    /*  */

    .repair_worries {
        margin-bottom: 100px;
    }

    .repair_worries_inner {
        padding: 10px;
    }

    .repair_worries_inner dl dt {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .repair_worries_inner dl:first-child dt,
    .repair_worries_inner dl:last-child dt {
        background-position: top 10px center;
        padding: 50px 10px 0;
    }

    .repair_analysis p {
        padding: 10px;
    }

    .repair_box {
        padding: 30px 10px;
        background-size: cover;
    }

    .repair_box dl {
        padding: 20px 15px;
    }

    .repair_box dl dt {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .repair_box dl dd {
        text-align: left;
    }




    /* 個人カウンセリング */

    .individual_txt_wrapper {
        padding: 10px;
    }

    .individual_txt {
        width: 100%;
    }

    .individual_txt_inner {
        text-align: left;
        padding: 15px;
        background-size: 55%;
    }

    /* ペアカウンセリング */

    .pair_box {
        padding: 35px 0;
        margin-bottom: 50px;
    }

    .pair_post {
        flex-wrap: wrap;
    }

    .pair_post li {
        width: 48%;
        padding: 10px 10px 100px;
        margin-bottom: 10px;
    }

    .pair_box_txt01 p {
        font-size: 1.8rem;
        padding: 10px 0 20px;
    }

    .pair_box_txt01 p span {
        font-size: 2.0rem;
        display: block;
    }

    .pair_box_txt02 {
        text-align: left;
    }

    .pair_faq dt {
        font-size: 1.6rem;
        background-size: 35px;
        padding: 5px 0 5px 40px;
        background-size: 30px;
    }

    .pair_faq dd {
        background-size: 35px;
        padding: 5px 0 5px 40px;
        background-size: 30px;
    }

    /* ご相談事例・コラム */

    .consultation_post,
    .column_post {
        width: 95%;
        margin-bottom: auto;
    }

    .consultation_parts,
    .column_parts {
        padding: 20px 15px;
    }

    .consultation_parts_tit,
    .column_parts_tit {
        font-size: 1.8rem;
        background-position: top 10% left;
        margin-bottom: 25px;
    }

    .consultation_parts_txt,
    .column_parts_txt {
        width: 100%;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }

    /*  お客様の声*/

    .voice_post {
        width: 95%;
        margin-bottom: auto;
    }

    .voice_parts {
        border: 1px solid #D37A91;
    }

    .voice_parts .subhead01 {
        margin-bottom: 0;
    }

    .voice_parts_txt {
        font-size: 1.5rem;
        padding: 15px 15px 20px;
    }

    /* 料金について */

    .fee_face,
    .fee_tel {
        width: 100%;
        margin-bottom: 10px;
    }

    .fee_face_label,.fee_tel_label {
        font-size: 1.6rem;
    }

    .fee_face .fs52,
    .fee_tel .fs52,
    .fee_face .fs36,
    .fee_tel .fs36 {
        font-size: 2.8rem;
    }

    .time01,
    .time02 {
        text-align: center;
    }

    .time01 span,
    .time02 span {
        display: block;
        margin: 0 auto;
    }

    .payment_post dl {
        width: 100%;
        margin-bottom: 30px;
    }

    .payment_post dl:last-child {
        margin-bottom: 0;
    }

    .payment_post dd {
        flex-direction: column;
        gap: 0;
    }





    /* お問い合わせ */

    .contact_txt {
        text-align: left;
        padding: 0 10px;
        margin-bottom: 50px;
    }

    .contact_txt div {
        width: 249px;
        margin: -15px auto 0;
        text-align: center;
    }

    .policy {
        width: 95%;
    }

    .policy dd {
        text-align: left;
    }

    .contact_foam{
        padding: 50px 0;
    }



    /* 3列投稿 */




}

/****************************************

single.php

*****************************************/

h1.single_headline {
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

#single_box img {
    max-width: 1200px;
    padding: 10px 0;
    height: auto;
}

.nav-below {
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-below a {
    margin: 0 5px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

    h1.single_headline {
        margin-bottom: 30px;
    }

    #single_box img {
        width: auto;
        max-width: 100%;
        padding: 10px 0px;
    }
}



/****************************************

投稿　pager設定

*****************************************/

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

a.page-numbers,
.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 1);
    border: solid 1px rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


@media screen and (max-width: 767px) {

    .pager {
        padding: 30px 0;
    }
}



/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {

    .pagetop {
        display: none !important;
    }

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

    .footer_logo img {
        width: 80%;
    }

    .footer_txt {
        text-align: center;
        margin-bottom: 10px;
    }

    .site_map {
        display: none;
    }


    #sp_bnr {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
    }

    #sp_bnr div {
        position: relative;
        width: 34%;
        background: url(images/top_box05_bg.jpg);
        border-top: 1px solid #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #CC5F7B;
    }

    #sp_bnr div:nth-child(4) {
        background: #3F3933;
    }

    #sp_bnr div:not(:last-child) {
        border-right: 1px solid #FFF;
    }

    #sp_bnr div img {
        width: auto;
        margin-bottom: 7px;
    }

    #sp_bnr div:nth-child(2) img {
        width: 20px;
    }

    #sp_bnr div p {
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }

    #sp_bnr a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .copyright {
        padding: 15px 0 75px;
        text-align: center;
        color: #FFF;
        font-size: 1.2rem;
        background: #CC5F7B;
    }

    .sp_footer_content {
        margin: 30px 0;
        padding: 30px 10px 0;
        border-top: 1px dotted #999;
    }

}


/****************************************

pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {

    #sp_bnr {
        display: none;
    }

    #footer {}

    .pagetop {
        position: fixed;
        right: 30px;
        bottom: 80px
    }

    .footer_logo {
        margin-bottom: 30px;
    }

    .footer_box {
        padding: 70px calc((100% - 1200px)/2) 0;
    }

    .footer_content {
        text-align: center;
        margin-bottom: 50px;
    }

    .site_map {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
        border-top: 1px solid #ddd;
        padding-top: 40px;
    }

    .site_map dt {
        color: #CC5F7B;
        font-weight: bold;
        margin-bottom: 10px;
        text-shadow: 2px 2px 0px #fff;
    }

    .site_map dd {
        background: url(images/site_map_dd_bg.png) no-repeat left center;
        padding: 0px 20px;
    }

    .copyright_area {
        background: #CC5F7B;
    }

    .copyright {
        text-align: center;
        color: #FFFFFF;
        font-size: 1.4rem;
        padding: 12px 0;
    }

}


/****************************************

sidebar/aside

*****************************************/

@media print,
screen and (min-width: 768px) {

    .bottom_box {
        padding: 95px calc((100% - 1200px)/2);
        text-align: center;
        background: url(images/bottom_box_bg.jpg) no-repeat bottom center;
    }

    .bottom_box_inner {
        position: relative;
        background: rgba(255, 255, 255, 0.9);
        padding: 65px 0;
        border-radius: 12px;
    }

    .bottom_box_inner::before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_deco01.png) no-repeat;
        width: 212px;
        height: 96px;
        top: -20px;
        left: 90px;
    }

    .bottom_box_inner::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_deco02.png) no-repeat;
        width: 178px;
        height: 180px;
        top: -70px;
        right: 20px;
    }

    .bottom_box_tit {
        font-size: 2.8rem;
        color: #CC5F79;
        background: url(images/bottom_box_tit_bg.png) no-repeat bottom center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .bottom_box_flex {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .bottom_box_flex ul {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .bottom_tel img {
        height: auto;
    }

    .bottom_tel_txt01 {
        font-size: 1.3rem;
        color: #525252;
        background-color: #F6DFE5;
        width: 310px;
        margin-bottom: 10px;
    }

    .bottom_tel_txt02 {
        font-size: 1.3rem;
        line-height: 1.2;
    }


}

@media screen and (max-width: 767px) {

    .bottom_box {
        padding: 30px 10px;
        text-align: center;
        background: url(images/bottom_box_bg.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .bottom_box_inner {
        position: relative;
        background: rgba(255, 255, 255, 0.9);
        padding: 80px 10px 30px;
        border-radius: 12px;
    }

    .bottom_box_inner::before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_deco01.png) no-repeat;
        width: 212px;
        height: 96px;
        top: -10px;
        left: 0px;
    }

    .bottom_box_inner::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_deco02.png) no-repeat;
        width: 110px;
        height: 115px;
        top: -30px;
        right: 20px;
        background-size: 100%;
    }

    .bottom_box_tit {
        font-size: 2.0rem;
        color: #CC5F79;
        background: url(images/bottom_box_tit_bg.png) no-repeat bottom center;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .bottom_tel img {
        height: auto;
    }

    .bottom_tel_txt01 {
        font-size: 1.3rem;
        color: #525252;
        background-color: #F6DFE5;
        margin: 0 auto 10px;
    }

    .bottom_tel_txt02 {
        font-size: 1.3rem;
        line-height: 1.2;
    }

    .bottom_box_flex a img {
        width: 70%;
        max-width: 310px;
    }


}


/****************************************

タイトル

*****************************************/

/* 下層ページ共通見出し */

.headline {
    text-align: center;
    font-size: 3.2rem;
    color: #CC5F79;
    background: url(images/headline_bg.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.subhead01 {
    font-size: 2.6rem;
    color: #FFF;
    background: url(images/top_worries_bg.png) repeat top left;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 40px;
}

.subhead01 span {
    font-size: 1.8rem;
    display: block;
    line-height: 1.6;
}

.subhead02 {
    font-size: 2.2rem;
    color: #CC5F79;
    background: url(images/subhead02_bg.png) no-repeat top left;
    padding: 0 0 0 25px;
    margin-bottom: 25px;
    font-weight: bold;
}

.subhead03 {}

.subhead04 {}

@media screen and (max-width: 767px) {

    .headline {
        font-size: 2.0rem;
        background-size: 95%;
        margin-bottom: 35px;
    }

    .subhead01 {
        font-size: 1.8rem;
        padding: 17px 8px;
        margin-bottom: 25px;
    }


    .subhead02 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .subhead03 {
        font-size: 1.6rem;
    }

    .subhead04 {
        font-size: 1.6rem;
    }

}


/****************************************

共通div

*****************************************/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb130 {
    margin-bottom: 130px;
}

@media screen and (max-width: 767px) {

    .mb40 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 40px;
    }

    .mb60,
    .mb70,
    .mb80,
    .mb90,
    .mb100,
    .mb110,
    .mb130 {
        margin-bottom: 50px;
    }

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

/****************************************

テーブル

*****************************************/

/* ご依頼の流れ・電話相談・料金について */

.flow_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.flow_table th {
    width: 20%;
    background-color: #F0EEDF;
    color: #4D463A;
    border: 1px solid #CDCAB5;
    font-size: 1.6rem;
    padding: 17px 0 18px;
}

.flow_table td {
    width: 13%;
    text-align: center;
    border: 1px solid #CDCAB5;
    background-color: #FFF;
    text-align: left;
    padding: 0 0 0 40px;
}

.flow_table tr:first-child td {
    background-color: #F0EEDF;
    color: #4D463A;
    font-weight: bold;
}

/* 会社情報 */

.overview_table {
    width: 100%;
    border-collapse: collapse;
}

.overview_table th {
    width: 33%;
    line-height: 2;
    padding: 20px 0 20px 40px;
    color: #CC5F79;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #CC5F79;
    text-align: left;
    vertical-align: middle;
    background-color: #FFF;
}

.overview_table td {
    width: 67%;
    line-height: 2;
    padding: 20px 0 20px 40px;
    color: #333333;
    font-size: 1.6rem;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

.overview_table td a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    .flow_table {
        width: 200%;
    }

    .flow_table td {
        padding: 10px;
    }

    .flow_table th {
        font-size: 1.5rem;
    }

    .overview_table th {
        display: block;
        width: 100%;
        padding: 0 13px;
        border-bottom: none;
        font-size: 1.5rem;
    }

    .overview_table td {
        display: block;
        width: 100%;
        padding: 0 13px 10px;
        font-size: 1.5rem;
    }

    .overview_table tr:not(:last-child) td {
        margin-bottom: 15px;
    }

}

/****************************************

P

*****************************************/

/* 改行 */
.line_break {
    padding-top: 20px;
}

@media print,
screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

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

    .br-sp {
        display: block;
    }
}


/****************************************

ボタン

*****************************************/

/* ピンクボタン */

.btn_box01 {
    position: relative;
    width: 330px;
    background-color: #CC5F79;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box01 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px 0 17px;
    color: #FFF;
    border-radius: 6px;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    top: 40%;
    right: 10px;
}

.btn_box01 a:hover {
    background: #a99401;
}

/* ピンク枠ボタン */

.btn_box02 {
    position: relative;
    width: 200px;
    border: 1px solid #CC5F7B;
    background-color: transparent;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    color: #CC5F79;
    border-radius: 6px;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box02::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #CC5F79;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    top: 45%;
    right: 10px;
}

.btn_box02 a:hover {
    background: #CC5F79;
    color: #FFF;
}

.btn_box02:hover::after {
    color: #FFF;
}

/* 紺色枠ボタン */

.btn_box03 {
    position: relative;
    width: 250px;
    border: 1px solid #626262;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box03 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0 17px;
    color: #626262;
    font-size: 1.8rem;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box03 a:hover {
    background: #626262;
    color: #E1E0E0;
}



@media screen and (max-width: 767px) {

    .btn_box01 {
        max-width: 280px;
        width: 100%;
        margin-bottom: 10px;
    }

    .btn_box01 a {
        font-size: 1.6rem;
        padding: 10px 0;
    }

}

/****************************************

Contact Form7

*****************************************/

.wpcf7 {
    width: 100%;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.contactfoam_txt {
    font-size: 1.3rem;
}

.form_row .form_input {
    width: calc(100% - 300px);
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_input_radio input {
    margin-bottom: 5px;
}

.wpcf7-form textarea {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post {
    width: 180px;
}

.form_row .form_input_post_txt {
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row .last_row {
    padding-bottom: 0;
    border-bottom: none;
}

.tc {
    text-align: center;
}

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    background-color: #CC5F79;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #A99401;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

    .form_row {
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .form_row .form_label {
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input {
        width: 100%;
    }

}


/****************************************

clearfix

*****************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */



/****************************************

追加用

*****************************************/