@charset "UTF-8";

/* Scss Document */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a img {
    border: 0;
}

figure {
    margin: 0;
}

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

/* -------------------------------------------------------------- */
body {
    color: #555;
    font-size: 15px;
    font-family: "verdana", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

/* リンク設定
------------------------------------------------------------*/
a {
    color: #8da650;
    text-decoration: none;
}

a:hover {
    color: #7d9540;
}

a:active,
a:focus {
    outline: 0;
}

#sidebar-right a:hover {
    opacity: 0.8;
}

/* 全体
------------------------------------------------------------*/
#wrapper {
    margin: 0 auto;
    padding: 0 1%;
    width: 98%;
    position: relative;
    background: #fff;
}

.inner {
    margin: 0 auto;
    width: 100%;
}

/* page-top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 2;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: px;
    padding: 30px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
}

/*************
/* ヘッダー
*************/
#header {
    height: 110px;
}

#header h1 {
    padding: 8px 0 2px;
    font-size: 13px;
    font-weight: normal;
}

/*************
/* ロゴ
*************/
.logo {
    float: left;
    /*text-align: center;*/
}

.logo span {
    display: block;
}

/*************
/* 電話番号
*************/
.info {
    float: right;
    text-align: right;
}

.info .open {
    font-size: 15px;
    padding: 2px 0;
}

/*************
/* ロゴ+電話番号
*************/
.logo {
    margin-top: 6px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.logo img {
    margin-top: 0.4em;
}

.info .tel {
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
}

.logo span,
.info span {
    font-size: .6em;
    font-weight: normal;
}

.info .mail {
    margin-top: 6px;
    font-size: 15px;
    font-weight: bold;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
    margin: 20px auto;
    padding: 0;
    position: relative;
    line-height: 0;
    /* border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb; */
    text-align: center;
}

#mainBanner img {
    max-width: 100%;
    height: auto;
}

.slogan {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: 10px;
    left: 0;
    padding: 5px 10px;
    line-height: 1.4;
    text-align: right;
}

.slogan h2 {
    padding-bottom: 5px;
    font-size: 20px;
}

#subpage #mainBanner {
    margin-top: 0;
}

/**************************
/* グリッド
**************************/
.gridWrapper {
    padding-bottom: 20px;
    overflow: hidden;
}

* html .gridWrapper {
    height: 1%;
}

.grid {
    float: left;
}

.box {
    padding: 10px;
    text-align: center;
}

.box img {
    max-width: 100%;
    height: auto;
}

.box h3 {
    padding: 10px 0 5px;
    font-weight: bold;
}

.box h3,
.box p {
    text-align: left;
}

.box p.readmore {
    padding: 10px 5px 5px;
    text-align: right;
}

.box p.readmore a {
    padding: 3px 7px;
    border-radius: 3px;
    color: #fff;
    background: #8da650;
}

.box p.readmore a:hover {
    background: #7d9540;
}

/*************
メイン コンテンツ
*************/
section.content article {
    padding: 10px 10px;
    margin: 10px 0 20px 0;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

* html section.content article {
    height: 1%;
}

section.content p {
    margin-bottom: 5px;
}

h2.title {
    padding: 0.8em;
    border-top: 3px double #8da650;
    border-bottom: 3px double #8da650;
    margin-bottom: 20px;
    font-size: 1.143em;
    font-weight: bold;
}

h3.title {
    position: relative;
    margin: 2em 0 1em;
    padding: 0.8em 0 0.8em 2.5em;
    border: 1px solid #008000;
    font-weight: 600;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

h3.title:before {
    content: "";
    position: absolute;
    background: #008000;
    top: 50%;
    left: 0.5em;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}

h3.heading {
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 5px;
    border-top: 3px double #8da650;
    border-bottom: 3px double #8da650;
}


h3.top_sub {
    font-weight: 600;
    margin-bottom: 0.6em;
    border-left: solid 1.5em #8da650;
    padding: 0.1em 0.5em;
    margin: 1em 0 0.5em;
}

h4.title {
    padding: 0.5em;
    /*文字周りの余白*/
    color: #494949;
    /*文字色*/
    background: #fffaf4;
    /*背景色*/
    border-left: solid 5px #ffaf58;
    /*左線（実線 太さ 色）*/
    padding-left: 15px;
    margin: 15px 0;
    font-weight: 600;
}

section.content p {
    margin: 10px 0;
}

section.content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.alignleft {
    float: left;
    clear: left;
    margin: 3px 10px 10px 0;
}

.alignright {
    float: right;
    clear: right;
    margin: 3px 0 10px 10px;
}

#gallery .grid {
    background: transparent;
}

#gallery .grid img,
.border {
    box-shadow: 0 0 3px #ccc;
}

/*************
アドバイス専用
*************/
#advice .ContentImg {
    margin: 15px;
}

#advice .column {
    margin: 1.2em 0;
    border: solid #ff6600 4px;
    padding: 0;
}

#advice .column p {
    padding: 10px 20px;
}

#advice h4.column_title {
    display: block;
    padding: 0.5em;
    /*文字周りの余白*/
    color: #ffffff;
    /*文字色*/
    background: #ff6600;
    /*背景色*/
    margin: 0 0;
    padding-left: 1.1em;
    font-weight: 400;
}

#advice .column_arrow {
    text-align: center;
    margin: 0 !important;
}

/*************
吹き出し
*************/
p.fukidashi_left {
    position: relative;
    background: #fffafd;
    border: 1px solid #c2e1f5;
    padding: 5px;
}

p.fukidashi_left:before,
.p.fukidashi_left:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

p.fukidashi_left:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 6px;
    margin-top: -6px;
}

p.fukidashi_left:after {
    border-color: rgba(255, 250, 253, 0);
    border-right-color: #fffafd;
    border-width: 5px;
    margin-top: -5px;
}

p.fukidashi_right {
    position: relative;
    background: #fffafd;
    border: 1px solid #c2e1f5;
    padding: 5px;
}

p.fukidashi_right:before,
.p.fukidashi_right:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

p.fukidashi_right:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #c2e1f5;
    border-width: 6px;
    margin-top: -6px;
}

p.fukidashi_right:after {
    border-color: rgba(255, 250, 253, 0);
    border-left-color: #fffafd;
    border-width: 5px;
    margin-top: -5px;
}

/*************
テーブル
*************/
table.table {
    border-collapse: collapse;
    margin: 5px auto 15px auto;
}

table.table td {
    border-collapse: collapse;
    background-color: #F9F9F9;
    text-align: left;
    padding: 8px;
    border: 1px solid #D6D6D6;
    line-height: 20px;
}

table.table th {
    background-color: #F5F5F5;
    text-align: right;
    padding: 8px;
    white-space: nowrap;
    color: #151515;
    border-top: 1px solid #D4D4D4;
    border-right: 4px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    background-repeat: repeat-x;
    background-position: top;
}

table.price {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table.price td {
    width: 25%;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    color: #444;
    background-color: #fafafa;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.price th {
    color: #8da650;
    padding: 4px;
    background-color: #fafafa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.fukidashi {
    width: 100%;
}

table.fukidashi td {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    color: #444;
}

table.fukidashi th {
    vertical-align: middle;
    text-align: center;
    width: 15%;
    color: #8da650;
    padding: 4px;
}

table.voice {
    width: 100%;
}

table.voice td {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    color: #444;
}

table.voice th {
    vertical-align: middle;
    text-align: center;
    width: 15%;
    color: #8da650;
    padding: 4px;
}

table.map {
    width: 100%;
}

table.map td {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    color: #444;
}

table.map th {
    vertical-align: middle;
    text-align: center;
    width: 15%;
    color: #8da650;
    padding: 4px;
}

table.flow {
    width: 100%;
}

table.flow td {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    color: #444;
}

table.flow th {
    vertical-align: middle;
    text-align: center;
    width: 30%;
    color: #8da650;
    padding: 4px;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
    vertical-align: middle;
}

/*************
/* サイドバー
*************/
#sidebar ul {
    padding: 10px;
}

#sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px dashed #ebebeb;
}

#sidebar li:last-child {
    border: 0;
    margin-bottom: 0px;
}

#sidebar li a {
    display: block;
}

#sidebar ul.list li {
    clear: both;
    margin-bottom: 5px;
    padding: 5px 0;
    overflow: hidden;
    border: 0;
}

ul.list li {
    height: 1%;
}

ul.list li img {
    float: left;
    margin-right: 10px;
}

ul.list li {
    font-size: 15px;
    line-height: 1.35;
}

/*************
/* フッター
*************/
#footer {
    clear: both;
}

#footer .inner {
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    overflow: hidden;
}

* html #footer .inner {
    height: 1%;
}

#footer .grid {
    margin: 0;
}

#footer #info .logo,
#footer #info .info {
    float: none;
}

#footer #info .info {
    clear: both;
    text-align: left;
}

#footer .logo {
    font-size: 18px;
}

#footer .info .tel,
#footer .info .tel span,
#footer #info .open {
    font-size: 12px;
}

ul.footnav {
    float: right;
    width: 630px;
    padding: 10px 0;
}

ul.footnav li {
    float: left;
    margin-bottom: 10px;
    padding: 0 7px 0 8px;
    border-right: 1px solid #ebebeb;
}

address {
    clear: both;
    padding: 20px 0;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #555;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {

    #wrapper,
    #header,
    .inner {
        width: 960px;
        padding: 0;
        margin: 0 auto;
    }

    #wrapper {
        padding-bottom: 20px;
    }

    nav#mainNav {
        clear: both;
        overflow: hidden;
        position: relative;
    }

    nav#mainNav ul li {
        float: left;
        position: relative;
    }

    nav#mainNav ul li a {
        display: block;
        text-align: center;
        _float: left;
        font-size: 13px;
        width: 160px;
        padding: 20px 0;
        border-top: 2px solid #ebebeb;
        border-bottom: 2px solid #ebebeb;
    }

    nav#mainNav ul li.last a {
        width: 159px;
    }

    nav#mainNav ul li a span,
    nav#mainNav ul li a strong {
        display: block;
    }

    nav#mainNav ul li a span {
        color: #bababa;
        font-size: 10px;
    }

    nav div.panel {
        display: block !important;
        float: left;
    }

    a#menu {
        display: none;
    }

    nav#mainNav li.active a,
    nav#mainNav li a:hover {
        border-color: #8da650;
    }

    #main-wrap {
        float: right;
    }

    #main {
        width: 680px;
        padding: 15px 0 0 0;
    }

    #side-wrap {
        float: left;
    }

    #sidebar {
        width: 250px;
        padding: 15px 0 0 0;
        overflow: hidden;
        background-color: #ffffff;
        display: inline-block;
    }

    #sidebar article {
        padding: 7px;
        margin-bottom: 20px;
        border: 1px solid #ebebeb;
        overflow: hidden;
        background-color: #ffffff;
    }

    .fixed-side {
        position: fixed;
        top: 0;
    }

    .bottom-side {
        position: fixed;
        bottom: 175px;
    }

    .static-side {
        position: static;
    }

    /* グリッド全体 */
    .gridWrapper {
        width: 990px;
        margin: 0 0 0 -30px;
    }

    #gallery article {
        padding: 10px 0 10px 10px;
    }

    /* グリッド */
    .grid {
        float: left;
        width: 300px;
        margin-left: 30px;
    }

    #subpage .grid {
        width: auto;
    }

    #gallery .grid {
        width: auto;
        margin: 10px 0 2px 10px;
    }

    #footer .inner {
        width: 940px;
        padding: 10px;
    }
}

@media only screen and (max-width: 959px) {
    * {
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    #header {
        padding: 0 10px;
    }

    nav#mainNav {
        clear: both;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0, #f7f7f7));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
        background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
        border: 1px solid #e4e4e4;
    }

    nav#mainNav a.menu {
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        text-align: left;
    }

    nav#mainNav a#menu span {
        padding-left: 10px;
    }

    nav#mainNav a.menu span:before {
        content: "→ ";
    }

    nav#mainNav a.menuOpen span:before {
        content: "↓ ";
    }

    nav#mainNav a#menu:hover {
        cursor: pointer;
    }

    nav .panel {
        display: none;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1;
    }

    nav#mainNav ul li {
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        line-height: 1.2;
    }

    nav#mainNav ul li a,
    nav#mainNav ul li.current-menu-item li a {
        display: block;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 1px dashed #ccc;
    }

    nav#mainNav ul li a span {
        padding-left: 10px;
    }

    nav#mainNav ul li:first-child a {
        border-top: 1px solid #e4e4e4;
    }

    nav#mainNav ul li:last-child a {
        border: 0;
    }

    nav#mainNav ul li.active a {
        color: #7d9540;
    }

    nav div.panel {
        float: none;
    }

    #subpage #mainBanner {
        margin-top: 20px;
    }

    #sidebar {
        padding-bottom: 30px;
    }

    #sidebar article {
        padding: 7px 0;
    }

    #sidebar p {
        text-align: center;
    }

    #footer .grid,
    #footer ul.footnav {
        float: none;
        width: 100%;
        text-align: center;
    }

    ul.footnav li {
        float: none;
        display: inline-block;
    }

    .grid {
        width: 32%;
        margin: 10px 0 0 1%;
    }

    #gallery .grid {
        float: left;
        width: 31%;
        margin: 0 0 0 1%;
    }

    #footer .grid img,
    #footer .info {
        float: none;
    }

    #footer .grid p {
        display: block;
    }

    #footer #info .info {
        float: none;
        text-align: center;
    }

    #footer.logo,
    #footer .info {
        width: 100%;
        float: none;
    }
}

/* タブレット */
@media only screen and (min-width: 481px) and (max-width: 959px) {
    #sidebar-right {
        width: 50%;
        float: right;
    }

    #sidebar-left {
        width: 50%;
        float: left;
    }
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width: 640px) {
    #header {
        height: auto;
        padding-bottom: 20px;
    }

    #header h1,
    .logo,
    .info {
        text-align: center;
    }

    .logo,
    .info {
        clear: both;
        width: 100%;
        float: none;
        margin: 0;
    }

    .box img {
        float: left;
        margin-right: 5px;
    }

    .box h3 {
        padding-top: 0;
    }

    .alignleft,
    .alignright {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }

    #gallery .grid {
        float: left;
    }

    table.formTable td,
    table.formTable th {
        padding: 3px;
        font-size: 12px;
        width: 100%;
        display: block;
    }

    p.price {
        font-size: 90%;
    }
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
    .grid {
        width: 100%;
    }

    .box img {
        max-width: 100px;
    }

    .flow img {
        width: 100px;
    }

    #mainBanner h2,
    #mainBanner p {
        font-size: 80%;
    }

    section.content article {
        padding-left: 5px;
        padding-right: 5px;
    }

    table.formTable td,
    table.formTable th {
        padding: 3px;
        font-size: 12px;
        width: 100%;
        display: block;
    }

    p {
        font-size: 80%;
    }

    p.price {
        font-size: 75%;
    }

    h3 {
        font-size: 85%;
    }
}

/* ボタン設定　*/
.btn01 {
    width: 210px;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    color: #fff;
    background-color: #9ba650;
}

.t_cap {
    font-size: 0.4em;
    font-weight: normal;
    margin: 2px 0;
    text-align: center;
}

/**************************
/* パンくずリスト
**************************/
nav#breadcrumbs {
    margin: 4px 0 15px;
}

nav#breadcrumbs ol li {
    display: inline-block;
    list-style-type: none;
    font-size: 0.8em;
}

nav#breadcrumbs ol li:before {
    content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
    content: "";
}

/* 追加修正　*/
h4 {
    font-size: 14px;
}

h4.footer_sub {
    font-size: 13px;
}


/* CTA */
#column_box {
    text-align: center;
    border: solid 1px #ececec;
    background-image: url(/images/column_back_01.jpg);
    background-repeat: none;
    background-position: center center;
    background-size: cover;
    padding: 1em;
    margin: 1em 0 1em;
}


#column_box h3 {
    font-weight: 600;
    margin-bottom: 1em;
}

#column_box .column_ph img {
    margin-top: 0;
    margin-bottom: 0;
}

#column_box .column_ph img {}

#column_box .column_txt {
    font-size: 0.9em;
}



/* ボタン設定 */
.square_btn {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0.5em 0 2em;
    text-decoration: none;
    background: #8da750;
    /*ボタン色*/
    color: #FFF;
    border-right: solid 4px #afce65;
    border-bottom: solid 4px #afce65;
    border-radius: 3px;
}

a.square_btn:hover {
    color: #fff !important;
    background: #afce65;
}

.square_btn:active {
    /*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}

/* Topバナー修正 */
#Top_BannerSpace {
    text-align: center;
    margin: 10px 0 20px 0;
}

#Top_BannerSpace .Top_Banner {
    margin-right: 5px;
    padding: 2px;
    border: solid #333 1px;
}

#Top_BannerSpace a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* 治療日記 追加css　*/
#diary .diary_date p {
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: solid 1.3px #2ca6e0;
    margin: 0.5em 1em 2em 0;
    padding: 0 0 0.4em 0.4em;
}

#diary .diary_box .diary_title {
    font-weight: 600;
}

#diary .diary_box .diary_s_title {
    color: #fff;
    font-size: 0.9em;
    padding: 0.5em 1em 0.6em;
    background-color: #2ca6e0;
    border-radius: 10px;
}

#diary .diary_box th {
    vertical-align: top;
    padding-top: 1em;
}

#diary .diary_box th img {
    width: 60px;
    height: auto;
}

#diary .diary_box th img.gikou {
    width: 80px;
    height: auto;
}

#diary .diary_box h4 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0.3em;
    margin: 0.5em 0;
    border-bottom: solid 1px #2ca6e0 !important;
}

#diary .diary_box p {
    text-align: justify;
    padding-bottom: 1em;
}

/* 画像のhover設定 */
.alpha a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

/* ヘッダーのうかがいたいこと5つ*/

.header-5q {
    font-size: 0.9em !important;
}

/* 電話番号：PCの場合、クリックしても発信しない */

@media(min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* 5つの質問バナー */

#5q-box {
    text-align: center;
    margin: 1em 0 2em;
}

#5q-box a {}

#5q-box img {
    width: 100%;
    margin: 1em 0 2em;
}

/*  top_flow  */

#top_flow {
    margin: 1.5em 0 2em;
}

#top_flow .flow_box {
    display: flex;
    margin: 0 0 2em;
}

#top_flow .flow_box .flow_step {
    position: relative;
    display: inline-block;
    font-size: 0.9em;
    background-color: #92aa54;
    font-weight: 600;
    margin: 0 1em 0 0;
    min-width: 25%;
    max-width: 100%;
}

#top_flow .flow_box .flow_step:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #92aa54;
}

#top_flow .flow_box .flow_step_stop {
    font-size: 0.9em;
    background-color: #92aa54;
    font-weight: 600;
    margin: 0 1em 0 0;
    min-width: 25%;
    max-width: 100%;
}

@media only screen and (max-width: 749px) {
    #top_flow .flow_box .flow_step {
        font-size: 1.1em;
        width: 35%;
    }

    #top_flow .flow_box .flow_step_stop {
        font-size: 1.1em;
        width: 35%;
    }
}

#top_flow .flow_box .flow_step p {
    color: #fff;
    font-size: 1.2em;
    padding: 0.5em 20px;
    text-shadow: 2px 2px 3px #808080;
}

#top_flow .flow_box .flow_step_stop p {
    color: #fff;
    font-size: 1.2em;
    padding: 0.5em 20px;
    text-shadow: 2px 2px 3px #808080;
}

@media only screen and (max-width: 749px) {
    #top_flow .flow_box .flow_step p {
        font-size: 0.9em;
    }

    #top_flow .flow_box .flow_step_stop p {
        font-size: 0.9em;
    }
}

#top_flow .flow_box .flow_desc {
    background-color: cornsilk;
    width: 75%;
    padding: 0.5em 1.5em;
}


@media only screen and (max-width: 749px) {
    #top_flow .flow_box .flow_desc {
        width: 65%;
    }
}



#top_flow .flow_box .flow_desc .desc_block {}

#top_flow .flow_box .flow_desc .desc_block .flow_time {
    font-weight: 600;
}

#top_flow .flow_box .flow_desc .desc_block .flow_txt {}

#top_flow .flow_arrow {
    text-align: center;
}

#top_flow .flow_arrow img {
    width: 60px;
    margin: 0.6em 0 0.6em;
}

.flow_title {
    text-align: center;
    margin-top: 1.5em;
}

.flow_title h3 {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 1em;
    padding: 0 0.5em;
    border-bottom: solid 3px #92aa54;
}


/* 解像度による画像切り替え・PC */
@media only screen and (min-width: 749px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* 解像度による画像切り替え・mobile */
@media only screen and (max-width: 750px) {
    .pc {

        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* 改行制御 */
@media screen and (min-width: 650px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

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

    .br-sp {
        display: block;
    }
}



/* アラート */
#top-alert {
    background-color: darkslateblue;
    background-size: cover;
    background-position: center top;
    padding: 1em;
    margin-bottom: 1.5em;
    color: #fff;
}

#top-alert .alert-txt-box {
    padding: 0.5em;
    text-align: center;

}

#top-alert .alert-txt-box h2 {
    font-size: 1.6em;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    border-bottom: solid 1px #fff;
    padding-bottom: 0.5em;
}

#top-alert .alert-txt-box p {
    margin: 1em;

}

#top-alert .alert-ph-box {
    display: flex;
    width: 100%;
}

#top-alert .alert-ph-box .alert-ph {
    position: relative;
}

#top-alert .alert-ph-box .alert-ph img {

    width: 100%;
}


#top-alert .alert-ph-box .alert-ph p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1vw;
    font-weight: 600;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .6));
}

@media only screen and (max-width: 749px) {
    #top-alert .alert-ph-box .alert-ph p {
        position: relative;
        margin-top: 0;
    }
}


@media only screen and (max-width: 749px) {
    #top-alert .alert-ph-box .alert-ph p {
        font-size: 0.6em;

    }
}

#top-alert .alert-pr-box {
    text-align: center;
    background: #06f;
    margin-top: 1em;
    padding: 0.5em 0.5em 1em;
}

#top-alert .alert-pr-box h2 {
    font-size: 1.4em;
    font-weight: 600;
    padding: 0.5em;
}

#top-alert .alert-inner {
    text-align: :center !important;
}

#top-alert .alert-inner h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 1em;
    padding: 0.2em;
    background-color: crimson;
    border-radius: 10px;
}

#top-alert .alert-inner p {
    color: #fff;


}

#top-alert .alert-inner img {
    width: 20%;

}

@media only screen and (max-width: 749px) {
    #top-alert .alert-inner img {
        width: 40%;
    }
}
