@charset "utf-8";

/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

body {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #000;
}

a[href^="tel:"] {
    cursor: default;
}

/*------------------------------------------------------------
    書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.taRight {
    text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
    font-size: 1.08em !important;
}

.fsP2 {
    font-size: 1.16em !important;
}

.fsP3 {
    font-size: 1.24em !important;
}

.fsP4 {
    font-size: 1.32em !important;
}

.fsP5 {
    font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
    font-size: 0.92em !important;
}

.fsM2 {
    font-size: 0.84em !important;
}

.fsM3 {
    font-size: 0.76em !important;
}

.fsM4 {
    font-size: 0.68em !important;
}

.fsM5 {
    font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
    font-weight: normal !important;
}

.fwBold {
    font-weight: bold !important;
}

/*------------------------------------------------------------
    微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/
body {
    min-width: 1314px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

#container {
    text-align: left;
}

#main {
    padding-bottom: 188px;
    background: url(../img/common/main_bg.jpg) repeat center top;
}

#main .mainBox {
    margin: 0 auto;
    padding-top: 81px;
    width: 1200px;
}

/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
#gHeader {
    min-width: 1420px;
}
#gHeader .clearfix {
    padding-bottom: 10px;
}

#gHeader .hBox h1 {
    padding: 5px 0 0 20px;
    font-weight: bold;
    float: left;
}

#gHeader .hedaerLink {
    float: right;
}

#gHeader .hBox .logo {
    margin: 5px 0 0 20px;
    float: left;
    display: flex;
    gap: 13px;
    align-items: center;
}

#gHeader .hBox .logo img {
    width: 100%;
}

#gHeader .hBox .logo a {
    color: #168080;
    text-decoration: none;
    width: 365px;
}

#gHeader .hBox .logo span {
    font-size: 13px;
    position: relative;
    top: 5px;
}

#gHeader .rBox {
    /*width: 675px;*/
    float: right;
}

#gHeader .rBox .notice {
    color: #e93b3b;
    background: #fff0f0;
    border: #ffd7d7 1px solid;
    font-size: 14px;
    float: left;
    width: 290px;
    padding: 5px 20px;
    height: 64px;
}

#gHeader .rBox .notice span {
    font-weight: bold;
}

#gHeader .newsBox {
    float: left;
    border: #ff2222 2px solid;
    color: #ff2222;
    font-size: 12px;
    padding: 5px 10px;
    margin: 13px 0 0;
}

#gHeader .newsBox.newsBox01 {
    border: #ff2222 2px solid;
    float: none;
    color: #ff2222;
    font-size: 16px;
    padding: 5px 10px;
    margin: 13px 0 0;
}

#index #main .newsBox {
    display: none;
}

#gHeader .txtBox {
    margin-top: 5px;
    /*width: 360px;*/
    padding: 0 10px;
    float: left;
    text-align: right;
}

#gHeader .txtBox p {
    color: #a28200;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

#gHeader .txtBox span {
    padding-left: 34px;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    background: url(../img/common/img01.png) no-repeat left center;
}

#gHeader .hLink,
#gHeader .hLineLink {
    width: 270px;
    float: right;
    text-align: center;
}

#gHeader .hLink a,
#gHeader .hLineLink a {
    height: 72px;
    font-weight: bold;
}

#gHeader .hLineLink {
    margin-right: 10px;
}

#gHeader .hLink a {
    display: flex;
    padding: 0 9px 0 2px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.26;
    background-color: #A99765;
    justify-content: space-around;
    align-items: center;
}

#gHeader .hLink a img {
    width: 23px;
    margin-left: 10px;
}

#gHeader .hLineLink a {
    display: flex;
    padding: 0 19px 0 2px;
    color: #FFF;
    font-size: 18px;
    line-height: 1.26;
    background-color: #06C755;
    justify-content: space-around;
    align-items: center;
}

#gHeader .hLineLink a img {
    width: 40px;
    margin-left: 5px;
}

#gHeader .hLink a .arrow {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

#gHeader .hLineLink a .arrow {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

#gHeader .hLineLink .flexBox {
    display: flex;
    flex-direction: column;
    text-align: left;
}

#gHeader .hLineLink .flexBox .sTxt {
    font-size: 13px;
}

#gHeader .hLink a:hover,
#gHeader .hLineLink a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

#gHeader .hLink span {
    display: block;
    margin-left: 8px;
    /* background: url(../img/common/icon03.png) no-repeat right center; */
}

#gHeader .spMenu {
    display: none;
}

/*------------------------------------------------------------
    gNavi
------------------------------------------------------------*/
#gNavi {
    font-size: 0;
    text-align: center;
    border-top: 1px solid #EFEFEF;
}

#gNavi li {
    display: inline-block;
}

#gNavi li a {
    padding: 13px 36px 10px;
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 3px solid #FFF;
}

#gNavi li a:hover {
    border-color: #339999;
}

/*------------------------------------------------------------
    エリア一覧
------------------------------------------------------------*/
.site_links_btn p.btn {
    display: none;
}

#site_links {
    width: 1000px;
    font-size: 14px;
    margin: 30px auto 20px;
    text-align: center;
}

.site_links_btn p.btn {
    display: none;
}

#site_links a:visited {
    color: #040404;
    text-decoration: none;
}

#site_links a:link {
    color: #040404;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #gHeader .newsBox.newsBox01 {
        display: none;
    }

    /* エリア一覧ボタン */
    .site_links_btn {
        border-bottom: #e5e5e5 1px solid;
    }

    .site_links_btn p.btn {
        display: block;
        padding: 5%;
        background: url(/img/ico_plus.png) no-repeat center right 5%;
        background-size: 17px;
        border-top: 1px solid #ddd;
    }

    .site_links_btn p.btn.active {
        display: block;
        padding: 5%;
        background: url(/img/ico_minus.png) no-repeat center right 5%;
        background-size: 17px;
    }

    #site_links {
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
    }

    #site_links .wrap {
        color: #fff;
        padding: 0 0 0 0;
    }

    #site_links .wrap a {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        border-bottom: #e5e5e5 1px solid;
        background: url(/img/arrow_right_black.png) no-repeat center right 5%;
        background-size: 7px;
    }

    #site_links .wrap a:first-child {
        border-top: #e5e5e5 1px solid;
    }
}

/*------------------------------------------------------------
    pagePath
------------------------------------------------------------*/
#pagePath {
    padding: 13px 0;
    background: url(../img/common/page_path_bg.gif) repeat left top;
}

#pagePath ul {
    margin: 0 auto;
    width: 1200px;
}

#pagePath li {
    display: inline-block;
    font-size: 14px;
}

#pagePath li a {
    margin: 0 10px 0 0;
    text-decoration: underline;
}

#pagePath li a:hover {
    text-decoration: none;
}

#pagePath li span {
    margin: 0 5px 0 0;
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
    padding-bottom: 26px;
}

#gFooter .fBox01 {
    clear: both;
    padding-top: 9px;
    background: url(../img/common/f_bg01.jpg) repeat left top;
}

#gFooter .fBox01 .content {
    margin: 0 auto;
    width: 1082px;
}

#gFooter .fBox01 .photoBox {
    float: left;
}

#gFooter .fBox01 .textBox {
    margin-top: 60px;
    width: 815px;
    float: right;
}

#gFooter .fBox01 .textBox p {
    font-size: 14px;
    line-height: 2.14;
}

#gFooter .fBox01 .textBox h2 {
    margin-bottom: 44px;
    color: #309d9c;
    font-size: 22px;
    width: auto;
    padding: 0;
    letter-spacing: 4px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    font-weight: normal;
}

#gFooter .line {
    margin-bottom: 3px;
    height: 3px;
    border-top: 4px solid #339999;
    border-bottom: 1px solid #339999;
}

#gFooter .fBox02 {
    margin-bottom: 23px;
    padding: 23px 0 25px;
    background: url(../img/common/f_bg02.jpg) repeat left top;
}

#gFooter .fBox02 .content {
    margin: 0 auto;
    width: 1200px;
}

#gFooter .fBox02 .lBox {
    /*width: 410px;*/
    float: left;
}

#gFooter .fBox02 p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
}

#gFooter .fBox02 .txt01 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.88;
}

#gFooter .fBox02 .fLogo {
    margin-bottom: 10px;
}

#gFooter .fBox02 .fLogo a {
    text-decoration: none;
}

#gFooter .fBox02 .txt02 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 1.33;
}

#gFooter .fBox02 .rBox {
    margin-top: 16px;
    /* width: 518px; */
    float: right;
}

#gFooter .fBox02 .rBox .rFlexBox {
    display: flex;
}

#gFooter .fBox02 .rBox .fLineLink,
#gFooter .fBox02 .rBox .fLink {
    width: 270px;
    /* float: right; */
    text-align: center;
}

#gFooter .fBox02 .rBox .fLineLink a,
#gFooter .fBox02 .rBox .fLink a {
    display: flex;
    padding: 12px 12px 12px 8px;
    color: #FFF;
    font-size: 17px;
    height: 40px;
    line-height: 1.26;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
}

#gFooter .fBox02 .rBox .fLineLink a:hover,
#gFooter .fBox02 .rBox .fLink a:hover {
    text-decoration: none;
    opacity: .8;
}

#gFooter .fBox02 .rBox .fLineLink a {
    background-color: #06C755;
}

#gFooter .fBox02 .rBox .fLineLink a img {
    width: 38px;
    margin-right: -8px;
}

#gFooter .fBox02 .rBox .fLineLink a img.arrow {
    width: 21px;
    margin-right: 0;
}

#gFooter .fBox02 .rBox .fLineLink .flexBox {
    flex-direction: column;
    text-align: left;
}

#gFooter .fBox02 .rBox .fLineLink .flexBox .sTxt {
    font-size: 13px;
}

#gFooter .fBox02 .rBox .fLink a {
    background-color: #A99765;
    padding: 12px 6px;
    margin-left: 8px;
}

#gFooter .fBox02 .rBox .fLink a img {
    width: 23px;
}

#gFooter .fBox02 .rBox .fLink a .arrow {
    width: 23px;
}

#gFooter .fBox02 .rBox ul {
    margin-bottom: 6px;
}

#gFooter .fBox02 .lBox .txt01 a {
    color: #339999;
    text-decoration: underline;
    margin: 5px 0;
    display: inline-block;
    font-size: 14px;
}

#gFooter .fBox02 .lBox .txt01 a:hover {
    text-decoration: none;
}

#gFooter .fBox02 .rBox li {
    padding: 7px 5px 6px;
    width: 205px;
    float: right;
    color: #C05252;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #C05252;
    text-indent: 0;
}
#gFooter .fBox02 .rBox li.boxType01 {
    margin-top: 7px;
    padding: 7px 12px;
}

#gFooter .fBox02 .rBox li span {
    display: block;
    font-size: 20px;
}

#gFooter .fBox02 .rBox li a {
    color: #C05252;
}

#gFooter .fBox02 .rBox li a:hover {
    text-decoration: none;
}

#gFooter .fBox02 .rBox li:first-child {
    width: 280px;
    float: left;
    color: black;
    font-weight: normal;
    font-size: 15px;
    border: none;
}


#gFooter .fBox02 .link a {
    padding: 2px 3px;
    position: relative;
    display: block;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #A99765;
    border-radius: 3px;
    box-shadow: 0 3px 0 #706033;
    behavior: url(common/js/pie.htc);
    zoom: 1;
}

#gFooter .fBox02 .link a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#gFooter .fBox02 .link span {
    padding: 11px;
    position: relative;
    display: block;
    border: 1px solid #FFF;
}

#gFooter .fBox02 .link span:before {
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background: url(../img/common/icon03.gif) no-repeat left top;
    background-size: 8px 12px;
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
}

.form_button .txt01 {
    padding: 0 0 30px;
}

#gFooter .fBox02 .link01 a,
.form_button .txt01 a,
#gHeader .hedaerLink a {
    color: #399;
    text-decoration: underline;
    padding: 10px 0 0 5px;
    display: inline-block;
    margin: 0 10px 0 0;
}

#gFooter .fBox02 .link01 a {
    margin: 0 10px 20px 0;
    padding-left: 0;
}

#gHeader .hedaerLink a {
    padding: 3px 3px 0 0;
}

#gFooter .fBox02 .link01 a:hover,
.form_button .txt01 a:hover,
#gHeader .hedaerLink a:hover {
    text-decoration: none;
}

#gFooter .fBox02 .link01 a::before,
#gHeader .hedaerLink a::before {
    content: "▶";
    display: inline-block;
    font-size: 10px;
    padding: 0 7px 0 0;
}

#gFooter .copyright {
    font-size: 14px;
    text-align: center;
}

.sp {
    display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gFooter .fBox02 .rBox .rFlexBox {
        justify-content: space-between;
    }

    #gFooter .fBox02 .rBox .fLineLink {
        margin-bottom: 10px;
    }

    #gFooter .fBox02 .rBox .fLink a {
        margin: 0px;
    }
}

/*------------------------------------------------------------
    mainVisual
------------------------------------------------------------*/
.mainVisual {
    padding-top: 100px;
    min-height: 130px;
    background: url(../img/faq/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/faq/main_visual_bg.jpg', sizingMethod='scale');
}

.mainVisual h2,
.mainVisual p {
    margin: 0 auto;
    width: 1200px;
}

/*------------------------------------------------------------
    headLine01
------------------------------------------------------------*/
#main .headLine01 {
    margin-bottom: 98px;
    text-align: center;
}

/*------------------------------------------------------------
    comTable
------------------------------------------------------------*/
#main .comTable {
    width: 100%;
    border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
    padding-left: 77px;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
    line-height: 2.6;
}

#main .comTable .tdStyle01 {
    padding-left: 70px;
}

#main .comTable .br {
    border-right: 1px solid #FFF;
}

#main .comTable th {
    padding-left: 0;
    color: #C3B693;
    font-weight: bold;
    border-bottom: 1px solid #C3B693;
}

#main .comTable .trStyle td {
    padding-top: 2px;
    padding-bottom: 2px;
    background: url(../img/common/table_bg.png) repeat left top;
}

/*------------------------------------------------------------
    comContact
------------------------------------------------------------*/
.comContact {
    padding: 46px 0 47px;
    text-align: center;
    background: #339999;
}

.comContact h2 {
    margin-bottom: 39px;
}

.comContact .content .comTtl05 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    letter-spacing: 3px;
    color: #fff;
    font-size: 25px;
    width: auto;
    padding: 0;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 14px;
}

.comContact .comTxt {
    color: #fff;
    margin-bottom: 20px;
}

/* CVエリア２　↓↓ */
.comContact .content .subBox {
    margin: 0 auto;
    width: 1201px;
    /* position: relative; */
    /* border-left: 1px solid #5CADAD;
    border-right: 1px solid #5CADAD; */
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 30px;
    align-items: center;
}

.comContact .content .subBox .flexBox {
    display: flex;
    margin-bottom: 0;
}

.comContact .content .subBox .smTxt {
    font-size: 14px;
}

.comContact .content .subBox .flexBox .lineLink,
.comContact .content .subBox .flexBox .contactLink {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #FFF;
    font-weight: bold;
    width: 192px;
    padding: 5px;
    margin-right: 10px;
}

.comContact .content .subBox .flexBox .lineLink:hover,
.comContact .content .subBox .flexBox .contactLink:hover {
    opacity: .8;
}

.comContact .content .subBox .flexBox .lineLink {
    background-color: #06C755;
}

.comContact .content .subBox .flexBox .contactLink {
    background-color: #A99765;
}

.comContact .content .subBox .flexBox .lineLink img {
    width: 36px;
    margin-right: -10px;
}

.comContact .content .subBox .flexBox .lineLink img.arrow {
    margin: 0;
}

.comContact .content .subBox .flexBox .contactLink img {
    width: 22px;
}

.comContact .content .subBox .flexBox .lineLink .arrow,
.comContact .content .subBox .flexBox .contactLink .arrow {
    width: 17px;
}

.comContact .content .subBox .flexBox .lineLink:hover,
.comContact .content .subBox .flexBox .contactLink:hover {
    text-decoration: none;
}

#index .comContact .subBox .rBox .comTtl05 {
    color: #268383;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

/*.comContact .content .subBox:before {
    width: 1px;
    height: 100%;
    background: #5CADAD;
    position: absolute;
    top: 0;
    left: 50%;

    content: "";
}*/
.comContact .lBox {
    /* padding: 21px 20px 0 20px; */
    width: auto;
    float: left;
    line-height: 1.5;
}

.comContact .lBox p {
    margin-bottom: 3px;
    font-size: 16px;
}

.comContact .lBox p a {
    display: block;
}

.comContact .lBox p img {
    margin-bottom: 2px;
}

.comContact .lBox .bgTxt {
    margin-bottom: 0;
    padding-top: 3px;
    /* line-height: 1.6; */
    /* background-color: #3FA8A8; */
    font-weight: bold;
    font-size: 16px;
}

.comContact .lBox .bgTxt span {
    display: block;
    /* font-size: 24px; */
    /* font-weight: bold; */
}

.comContact .lBox .bgTxt a {
    /* color: #fff; */
    text-decoration: none;
}

.comContact .lBox a:hover {
    text-decoration: none;
}

.comContact .rBox {
    /* padding: 22px 20px 0 20px; */
    width: auto;
    float: right;
    text-align: left;
    margin-left: 80px;
}

.comContact .rBox p {
    margin-bottom: 24px;
}

.comContact .rBox .link a {
    padding: 5px;
    position: relative;
    display: block;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    background-color: #A99765;
    border-radius: 3px;
    box-shadow: 0 6px 0 #2D847A;
    behavior: url(common/js/pie.htc);
    zoom: 1;
    width: 390px;
}

.comContact .rBox .link a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.comContact .rBox .link span {
    padding: 25px;
    position: relative;
    display: block;
    border: 1px solid #FFF;
}

.comContact .rBox .link span:before {
    margin-top: -8px;
    width: 10px;
    height: 16px;
    background: url(../img/common/icon02.gif) no-repeat left top;
    background-size: 10px 16px;
    position: absolute;
    top: 50%;
    right: 19px;
    content: "";
}

/* レスポンシブ↓↓ */
@media all and (min-width: 0) and (max-width: 767px) {
    .comContact .subBox .lBox .lTxt img {
        width: 90%;
    }

    .comContact .content .subBox {
        padding: 20px;
    }

    footer .comContact .content .subBox {
        padding: 0;
        background: none;
    }

    .comContact .content .subBox .flexBox {
        display: flex;
        justify-content: space-between;
    }

    .comContact .content .subBox .rBox {
        margin: 0 auto;
        max-width: 400px;
        padding: 0;
    }

    #index .comContact .subBox .rBox .comTtl05 {
        font-size: 15px;
        text-align: center;
    }

    .comContact .content .subBox .smTxt {
        font-size: 11px;
        text-align: center;
        display: block;
        margin-top: 6px;
    }
    #gFooter .fBox02 .rBox li.boxType01 {
        margin-top: 0;
        padding: 7px 5px;
    }
}

/* レスポンシブ↑↑ */
/*------------------------------------------------------------
    index
------------------------------------------------------------*/
#index #gNavi .navi01 a {
    border-color: #339999;
}

#index #main {
    padding-bottom: 2px;
    background: none;
}

#index #gFooter .comContact {
    display: none;
}

#index #main .mainImg {
    margin-bottom: 86px;
    padding-top: 118px;
    height: 622px;
    text-align: center;
    background: url(../img/index/main_bg_new.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/main_bg_new.jpg', sizingMethod='scale');
    position: relative;
}

#index #main .mainImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
}

#index #main .h2Ttl {
    margin-bottom: 11px;
    padding-bottom: 29px;
    text-align: center;
    background: url(../img/index/line01.gif) repeat-x left bottom;
}

/* 181025追加 */
#index #main .comTtl01 {
    color: #268383;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    text-shadow: none;
    letter-spacing: 5px;
    line-height: 1.3em;
    font-size: 36px;
    text-align: center;
}

#index #main .comTtl01.ttl0102 {
    margin-bottom: 11px;
    padding-bottom: 29px;
    background: url(../img/index/line01.gif) repeat-x left bottom;
}

#index #main .comTtl01 .comTtl0101 {
    display: block;
    line-height: 1;
    padding-top: 20px;
}

#index #main .comTtl0201 {
    font-size: 30px;
    font-weight: normal;
    color: #a9995d;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    letter-spacing: 1.6px;
}

#index #main .ozoneBox .comTtl0201 {
    margin: 16px 0 0 38px;
    display: inline-block;
}

#index #main .comTtl03 {
    font-weight: normal;
    color: #a9995d;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    letter-spacing: 4px;
    font-size: 30px;
}

#index #main .comTtl03::before {
    content: "~";
    vertical-align: baseline;
    padding-right: 20px;
}

#index #main .comTtl03::after {
    content: "~";
    vertical-align: baseline;
    padding-left: 20px;
}

#index #main .comTtl04 {
    font-size: 37px;
    color: #fff;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    letter-spacing: 4px;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 8px !important;
}

#index .comTtl05 {
    color: #268383;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    /* font-style: italic; */
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: normal;
    width: 360px;
    padding-bottom: 5px;
}

#index .comContact .comTtl05 {
    color: #268383;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    letter-spacing: 3px;
    color: #fff;
    font-size: 25px;
    width: auto;
    padding: 0;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 14px;
}

#index .comContact .comTxt {
    color: #fff;
    margin-bottom: 20px;
}

#index #main .comTtl06 {
    font-size: 38px;
    display: inline-block;
    color: #309d9c;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    padding-left: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.4em;
}

#index .comTtl06 .comTtl0601 {
    color: #b84d4d;
    font-size: 44px;
    line-height: 1;
}

#index .comTtl07 {
    color: #309d9c;
    font-size: 25px;
    width: auto;
    padding: 0;
    letter-spacing: 4px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #index #main .comTtl01 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    #index #main .comTtl01.ttl0102 {
        margin-top: 35px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        background: url(../img/index/line01.gif) repeat-x left bottom;
        background-size: 1px 5px;
    }

    #index #main .comTtl01 .comTtl0101 {
        display: block;
        line-height: 1;
        padding-top: 10px;
    }

    #index #main .comTtl01 .comTtl0101 img {
        margin: 0 auto;
    }

    #index #main .comTtl01 .comTtl0101 .sub01 {
        /* width: 50%; */
        width: auto;
        height: 37px;
    }

    #index #main .comTtl01 .comTtl0101 .sub02 {
        width: 36%;
    }

    #index #main .comTtl01 .comTtl0101 .sub03 {
        width: 50%;
    }

    #index #main .comTtl0201 {
        font-size: 5vw;
        display: inline-block;
        width: auto;
    }

    #index #main .ozoneBox .comTtl0201 {
        width: 82%;
        margin: 0;
    }

    #index #main .comTtl03 {
        font-size: 22px;
        letter-spacing: 3px;
    }

    #index #main .comTtl04 {
        font-size: 26px;
        letter-spacing: 3px;
    }

    #index .comTtl05 {
        width: auto;
        letter-spacing: 0;
    }

    #index .comContact .comTtl05 {
        color: #fff;
        font-size: 18px;
        width: auto;
        padding: 0;
        letter-spacing: 0;
        margin: 0 0 5px;
    }

    #index #main .comTtl06 {
        font-size: 22px;
        padding: 0;
    }

    #index #main .comTtl06 .comTtl0601 {
        font-size: 26px;
    }

    #index .comTtl07 {
        font-size: 6.6vw;
        margin-top: 10%;
        line-height: 1.4;
    }

    #index #main .mainImg img {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        height: 260px;
        width: 355px;
    }
}

/* 181025追加 　ここまで*/
#index #main .bgBox01 {
    padding: 65px 0 0;
    background: url(../img/index/bg01.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/bg01.jpg', sizingMethod='scale');
}

#index #main .bgBox01 .contentBox {
    margin: 0 auto;
    width: 1314px;
}

#index #main .bgBox01 .imgBox {
    width: 810px;
}

#index #main .bgBox01 .photoBox {
    margin: 36px 0 -9px;
    float: left;
}

#index #main .bgBox01 .textBox {
    width: 546px;
    float: right;
}

#index #main .bgBox01 .textBox p {
    line-height: 1.88;
}

#index #main .bgBox01 .textBox h3 {
    margin-bottom: 46px;
    position: relative;
}

#index #main .bgBox01 .textBox h3 .positionImg {
    position: absolute;
    left: -127px;
    top: -14px;
}

#index #main .bgBox01 .textBox .name {
    margin: 25px 90px 0 0;
    font-weight: bold;
    text-align: right;
}

#index #main .bgBox02 {
    padding: 65px 0 53px;
    background: url(../img/index/bg02.jpg) repeat center top;
}

.bgBox02 .atn {
    text-align: right;
    margin-top: 20px;
}

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

#index #main .bgBox02 h2 {
    margin-bottom: 43px;
    text-align: center;
}

#index #main .bgBox02 .infoBox {
    margin: 0 40px;
    width: 900px !important;
    padding: 8px 10px 8px 8px;
    position: relative;
    border: 1px solid #A99765;
    border-radius: 1px;
    background-color: #FFF;
    behavior: url(js/pie.htc);
    zoom: 1;
}

#index #main .bgBox02 .title {
    margin-bottom: 9px;
    padding: 5px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    background: url(../img/index/title_bg.gif) repeat left top;
}

#index #main .bgBox02 .phoList {
    margin-bottom: 9px;
}

#index #main .bgBox02 .phoList li {
    float: left;
}

#index #main .bgBox02 .lTxt {
    padding: 21px 38px 12px;
    width: 554px;
    float: left;
    background: url(../img/index/l_txt_bg.gif) no-repeat left top;
}

#index #main .bgBox02 .lTxt p {
    margin-bottom: 20px;
    line-height: 1.2;
}

#index #main .bgBox02 .lTxt li {
    margin-right: 10px;
    float: left;
}

#index #main .bgBox02 .rTxt {
    float: right;
    padding: 5px 10px 0 0;
}

#index #main .bgBox03 {
    padding-top: 45px;
    position: relative;
    background: url(../img/index/bg03_3.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/bg03_3.jpg', sizingMethod='scale');
}

#index #main .bgBox03:before {
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
}

#index #main .bgBox03:after {
    width: 100%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 11px;
    left: 0;
    content: "";
}

#index #main .bgBox03 .contentBox {
    margin: 0 auto;
    padding-bottom: 52px;
    width: 1248px;
    position: relative;
    z-index: 10;
}

#index #main .bgBox03 .photo {
    position: absolute;
    left: -10px;
    bottom: 0;
}

#index #main .bgBox03 .topBox {
    padding: 0 48px 22px 0;
    width: 698px;
    float: right;
}

#index #main .bgBox03 .topBox h2 {
    margin-bottom: 13px;
}

#index #main .bgBox03 .topBox p {
    margin-bottom: 25px;
    color: #FFF;
    font-size: 16px;
}

#index #main .bgBox03 .topBox ul {
    margin-left: 4px;
}

#index #main .bgBox03 .topBox li {
    float: right;
}

#index #main .bgBox03 .topBox li:first-child {
    float: left;
}

#index #main .bgBox03 .contact {
    margin-left: 113px;
    padding: 15px 0 0 217px;
    clear: both;
    background-color: #FFF;
    border-top: 1px solid #C2E5E0;
}

#index #main .bgBox03 .contact .content {
    padding: 0 25px 10px 0;
    width: 100%;
    /* float: right; */
    display: flex;
    justify-content: flex-end;
}

#index #main .bgBox03 .contact .content .lTxt {
    width: 360px;
    float: left;
}

#index #main .bgBox03 .contact .content .lTxt .telType01  {
    width: 347px;
    text-align: left;
    float: none;
}
#index #main .bgBox03 .contact .content .lTxt .telType01 a {
    justify-content: flex-start;
}
#index #main .bgBox03 .contact .content .lTxt .telType01 a:hover {
    text-decoration: none;
}
#index #main .bgBox03 .contact .content .lTxt .telType01 img {
    width: 26px;
}
#index #main .bgBox03 .contact .content .lTxt .telType01 .telNum {
    font-size: 46px;
}

#index #main .bgBox03 .contact .content .link {
    /* margin-top: 7px; */
    /* width: 345px; */
    /* float: right; */
}

#index #main .bgBox03 .contact .content .link a {
    /* padding: 2px;
    position: relative;
    display: block;
    color: #FFF;
    font-size: 20px;
    text-align: center; */
    text-decoration: none;
    /* background-color: #A99765;
    border-radius: 3px;
    box-shadow: 0 4px 0 #7E7048;
    behavior: url(js/pie.htc);
    zoom: 1; */
}

/* CVエリアリンク↓↓ */
#index #main .bgBox03 .contact .content .link .smTxt {
    font-size: 13px;
}

#index #main .bgBox03 .contact .content .link .flexBox {
    display: flex;
    margin-bottom: 5px;
}

#index #main .bgBox03 .contact .content .link .lineLink,
#index #main .bgBox03 .contact .content .link .contactLink {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #06C755;
    color: #FFF;
    width: 176px;
    padding: 7px 4px;
    margin-right: 10px;
    font-weight: bold;
}

#index #main .bgBox03 .contact .content .link .contactLink {
    background-color: #06C755;
}

#index #main .bgBox03 .contact .content .link .contactLink {
    background-color: #A99765;
}

#index #main .bgBox03 .contact .content .link .lineLink img {
    width: 32px;
    margin-right: -8px;
}

#index #main .bgBox03 .contact .content .link .lineLink img.arrow {
    margin-right: 0;
}

#index #main .bgBox03 .contact .content .link .contactLink img {
    width: 19px;
}

#index #main .bgBox03 .contact .content .link .lineLink .arrow,
#index #main .bgBox03 .contact .content .link .contactLink .arrow {
    width: 17px;
}

#index #main .bgBox03 .contact .content .link a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#index #main .bgBox03 .contact .content .link span {
    /* padding: 20px 11px; */
    /* position: relative; */
    display: block;
    /* border: 1px solid #FFF; */
    border-radius: 3px;
    behavior: url(js/pie.htc);
    zoom: 1;
}

/* CVエリアリンク↑↑ */
/* #index #main .bgBox03 .contact .content .link span:before {
    margin-top: -8px;
    width: 10px;
    height: 16px;
    background: url(../../img/common/icon02.gif) no-repeat left top;
    background-size: 10px 16px;
    position: absolute;
    top: 50%;
    right: 8px;

    content: "";
} */
#index #main .bgBox03 .contact .time {
    clear: both;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.9;
}

#index #main .bgBox03 .contact .time:hover {
    text-decoration: none;
}

#index #main .bgBox03 .contact .time span {
    width: 810px;
    float: right;
    text-align: center;
    background: #F56D18;
    letter-spacing: 2.5px;
}

#index #main .bgBox04 {
    margin-bottom: 51px;
    padding: 89px 0 103px;
    background: url(../img/index/bg04.jpg) no-repeat center bottom;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/index/bg04.jpg', sizingMethod='scale');
}

#index #main .bgBox04 h2,
#index #main .pointBox h2 {
    margin-bottom: 26px;
    text-align: center;
}

#index #main .bgBox04 .bdBox {
    margin: 0 auto;
    width: 1060px;
    padding: 2px;
    border: 1px solid #339999;
    background-color: #FFF;
}

#index #main .bgBox04 .content {
    padding: 10px;
    border: 5px solid #339999;
}

#index #main .bgBox04 .bgBox {
    padding: 25px 24px 30px 35px;
    position: relative;
    background: url(../img/index/bg_box_bg.gif) repeat left top;
}

#index #main .bgBox04 .bgBox:before {
    width: 1px;
    background: url(../img/index/line02.png) repeat-y left top;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    content: "";
}

#index #main .bgBox04 ul {
    width: 453px;
    float: right;
}

#index #main .bgBox04 ul:first-child {
    float: left;
}

#index #main .bgBox04 li {
    padding: 8px 0 7px 32px;
    color: #593805;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    background: url(../img/index/img02.png) no-repeat left center
}

#index #main .pointBox .bgText {
    margin: 0 auto 36px;
    padding: 7px 0 5px;
    width: 899px;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    background-color: #A99765;
}

#index #main .pointBox .h2Ttl {
    margin-bottom: 46px;
    padding-bottom: 30px;
    color: #168080;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 36px;
    font-style: italic;
    letter-spacing: 2px;
}

#index #main .pointBox .h2Ttl img {
    margin: 10px auto 0;
    display: block;
}

#index #main .pointBox .text {
    margin-bottom: 52px;
    text-align: center;
}

#index #main .pointBox .photoBox {
    width: 50%;
    float: left;
    height: 447px;
    background: url(../img/index/photo07.jpg) no-repeat right top;
    background-size: cover;
}

#index #main .pointBox .textBox {
    width: 50%;
    height: 447px;
    float: right;
    background: url(../img/index/point_box_bg.gif) no-repeat center top;
    background-size: cover;
}

#index #main .pointBox .textBox .content {
    padding: 47px 0 0 189px;
    width: 450px;
    float: left;
    position: relative;
}

#index #main .pointBox .textBox .positionTxt {
    position: absolute;
    left: 0;
    top: 0;
}

#index #main .pointBox .textBox h3 {
    margin-bottom: 36px;
    color: #339999;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 48px;
    font-style: italic;
    line-height: 1.21;
}

#index #main .pointBox .textBox h3 {
    margin-bottom: 42px;
}

#index #main .pointBox .textBox p {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.78;
}

#index #main .pointBox .imgBoxR .photoBox {
    float: right;
    background: url(../img/index/photo08.jpg) no-repeat left top;
    background-size: cover;
}

#index #main .pointBox .imgBoxR .textBox {
    float: left;
}

#index #main .pointBox .imgBoxR .textBox .content {
    padding: 47px 100px 0 0;
    float: right;
}

#index #main .pointBox .imgBoxR .textBox .positionTxt {
    left: -189px;
}

#index #main .pointBox .imgBoxL01 .photoBox {
    background: url(../img/index/photo09_2.jpg) no-repeat right top;
    background-size: cover;
}

#index #main .resolveBox {
    margin-bottom: 68px;
    padding: 89px 0 78px;
    text-align: center;
    background: url(../img/index/resovle_bg.jpg) no-repeat center top;
    background-size: cover;
}

#index #main .resolveBox h2 {
    margin-bottom: 39px;
    color: #fff;
}

#index #main .resolveBox .textImg {
    margin-bottom: 13px;
}

#index #main .resolveBox p {
    margin-bottom: 25px;
    color: #FFF;
    line-height: 1.88;
}

#index #main .resolveBox ul {
    margin: 0 auto;
    padding-left: 20px;
    width: 1040px;
}
/* 20230607  padding: 22px 30px 23px;調整 */
#index #main .resolveBox li {
    padding: 22px 27px 23px;
    width: 200px;
    float: left;
    color: #FFF;
    font-weight: bold;
}

#index #main .resolveBox li img {
    margin: 0 auto 17px;
    display: block;
}

#index #main .btmSubBox {
    margin: 0 auto 80px;
    width: 1112px;
}

#index #main .btmSubBox ul {
    float: left;
}

#index #main .btmSubBox li {
    margin-right: 10px;
    padding: 8px;
    float: left;
    border: 3px solid #168080;
}

#index #main .btmSubBox h2 {
    margin-top: 30px;
}

#index #main .slideUl {
    margin-bottom: 47px;
}

#index #main .slideUl li {
    margin-right: 1px;
    float: left;
    width: 600px !important;
}

#index #main .h2Ttl01 {
    margin: 15px 0;
    color: #339999;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
}

#index #main .placeTxt {
    margin-bottom: 48px;
    color: #339999;
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
}

#index #main .placeTxt span {
    font-size: 24px;
    line-height: 1.5;
}

#index #main .ozoneBox {
    padding-top: 99px;
}

#index #main .ozoneBox h2 {
    margin-bottom: 10px;
    padding-bottom: 37px;
}

#index #main .ozoneBox .bgBox {
    padding-right: 284px;
    text-align: center;
    background: url(../img/index/ozone_bg01.jpg) no-repeat center top;
    background-size: cover;
}

#index #main .ozoneBox .contentBox {
    margin: 0 auto 34px;
    padding: 52px 0 0 41px;
    min-height: 370px;
    width: 1245px;
    background: url(../img/index/ozone_bg02.jpg) no-repeat right top;
}

#index #main .ozoneBox h3 {
    margin-bottom: 34px;
}

#index #main .ozoneBox .contentBox .hImg {
    margin: 16px 0 0 38px;
}

#index #main .ozoneBox .contentBox p {
    width: 892px;
    font-size: 18px;
    line-height: 1.78;
}

#index #main .ozoneBox .contentBox p span {
    font-weight: bold;
}

#index #main .ozoneBox .contentBox p span.small {
    font-weight: normal;
    font-size: 16px;
}

#index #main .ozoneBox .linkList {
    padding: 65px 0 66px;
    /* text-align: center; */
    background: url(../img/index/link_list_bg.jpg) repeat left top;
}

#index #main .ozoneBox .linkList .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

#index #main .ozoneBox .linkList li {
    margin: 0 0 15px;
    /* display: inline-block; */
}

#index #main .ozoneBox .linkList li:nth-of-type(3) {
    margin-bottom: 0;
}

#index #main .ozoneBox .linkList li a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#index #main .blogBox {
    padding-bottom: 68px;
    background: url(../img/index/blog_bg.jpg) repeat left top;
}

#index #main .blogBox .mainBox {
    padding-top: 71px;
}

#index #main .blogBox .lBox {
    width: 706px;
    float: left;
}

#index #main .blogBox .lBox h2 {
    margin-bottom: 24px;
    text-align: center;
}

#index #main .blogBox .lBox .bdBox {
    padding: 2px;
    border: 1px solid #339999;
    background-color: #FFF;
}

#index #main .blogBox .lBox dl {
    padding: 44px 42px;
    height: 232px;
    color: #168080;
    font-size: 18px;
    line-height: 2;
    border: 5px solid #339999;
    overflow-y: scroll;
    background-color: #FFF;
}

#index #main .blogBox .lBox dt {
    float: left;
}

#index #main .blogBox .lBox dd {
    margin-bottom: 22px;
    padding-left: 9.8em;
    font-weight: bold;
    border-bottom: 1px solid #D1CFCA;
}

#index #main .blogBox .lBox dd span {
    margin-right: 14px;
    padding: 2px 10px 0;
    display: inline-block;
    color: #FFF;
    font-size: 11px;
    line-height: 1.5;
    background-color: #A99765;
    vertical-align: 2px;
}

#index #main .blogBox .lBox dd a {
    color: #168080;
}

#index #main .blogBox .rBox {
    width: 416px;
    float: right;
}

/*------------------------------------------------------------
    price/
------------------------------------------------------------*/
#price #gNavi .navi02 a {
    border-color: #339999;
}

#price .mainVisual {
    background: url(../img/price/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/price/main_visual_bg.jpg', sizingMethod='scale');
}

#price #main .headLine01 {
    margin-bottom: 86px;
}

#price #main h4 {
    margin-bottom: 46px;
    text-align: center;
}

#price #main .text {
    margin-bottom: 32px;
    padding-bottom: 34px;
    text-align: center;
    border-bottom: 1px solid #EEE;
}

#price #main .text.newPay {
    padding-bottom: 0;
    border-bottom: none;
}

#price #main .comTable {
    margin-bottom: 43px;
}

#price #main .comTable .br {
    border-right: 3px solid #FFF;
}

#price #main .table01 .wid01 {
    width: 44.5%;
}

#price #main .table01 td {
    padding-left: 120px;
    font-weight: bold;
}

#price #main .table01 td.br {
    width: 27.5%;
    padding-left: 0;
    font-weight: normal;
    text-align: center;
}

#price #main .comTable .trStyle td {
    background: url(../img/price/table_bg.png) repeat left top;
}

#price #main .table01 .last td {
    padding-bottom: 4px;
    border-bottom: 2px solid #E7E2D4;
}

#price #main .noteList {
    margin-bottom: 50px;
}

#price #main .noteList li {
    line-height: 1.88;
}

#price #main .bdBox {
    margin-bottom: 142px;
    position: relative;
    background-color: #DDD;
    border: 2px solid #339999;
    border-radius: 2px;
    behavior: url(js/pie.htc);
    zoom: 1;
}

#price #main .bdBox .content {
    padding: 11px 10px;
    background-color: #FFF;
}

#price #main .bdBox p {
    margin-right: 62px;
    padding: 17px 14px 17px 0;
    width: 256px;
    float: left;
    text-align: center;
    background: url(../img/price/txt_bg.gif) repeat left top;
}

#price #main .bdBox ul {
    margin-right: 57px;
    padding: 11px 53px 7px 0;
    float: left;
    border-right: 1px solid #EAF5F5;
}

#price #main .bdBox .list01 {
    margin-right: 56px;
    padding-right: 65px;
}

#price #main .bdBox .list02 {
    margin-right: 0;
    padding-right: 0;
}

#price #main .bdBox li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 2.14;
    background: url(../img/price/icon01.gif) no-repeat left center;
}

#price #main .table02 th {
    border-bottom: 2px solid #C3B693;
}

#price #main .table02 .wid01 {
    width: 27.5%;
}

#price #main .table02 tr td:first-child {
    padding-left: 68px;
}

#price #main .noteList01 {
    margin-bottom: 152px;
}

#price #main .text01 {
    margin-bottom: 27px;
    padding-bottom: 34px;
}

#price #main .text01.newPay {
    padding-bottom: 0;
}

#price #main .subList {
    margin-bottom: 135px;
    clear: both;
    margin-top: 70px;
    padding-top: 30px;
    /*border-top: 1px solid #EEE;*/
}

#price #main .subList li {
    padding-left: 30px;
    width: 380px;
    float: left;
}

#price #main .subList li .title {
    margin-bottom: 20px;
    padding: 12px;
    position: relative;
    color: #A99765;
    font-size: 18px;
    text-align: center;
    background-color: #F1EEE7;
}

#price #main .subList li .title:before {
    width: 100%;
    height: 2px;
    background: #C7BB9A;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
}

#price #main .subList li .txt {
    padding: 30px 26px;
    line-height: 1.88;
    border: 1px solid #EEE;
}

#price #main .subList li:first-child {
    padding-left: 0;
}

#price #main .h4Ttl {
    margin-bottom: 40px;
}

#price #main .text02 {
    margin-bottom: 27px;
    padding-bottom: 2px;
    line-height: 1.88;
}

#price #main .subList01 {
    margin-bottom: 0;
}

#price #main .subList01 li {
    padding: 0;
    width: 739px;
}

#price #main .subList01 li .txt {
    padding: 34px;
    text-align: center;
}

#price #main .subList01 .liStyle {
    float: right;
    width: 448px;
}

#price #main .subList01 .liStyle .txt {
    padding: 26px 10px;
    color: #B15757;
    font-size: 24px;
    font-weight: bold;
}

/*------------------------------------------------------------
    flow/
------------------------------------------------------------*/
#flow #gNavi .navi03 a {
    border-color: #339999;
}

#flow .mainVisual {
    background: url(../img/flow/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/flow/main_visual_bg.jpg', sizingMethod='scale');
}

#flow #main .headLine01 {
    margin-bottom: 42px;
}

#flow #main .text {
    margin-bottom: 62px;
    padding: 15px 10px 14px;
    text-align: center;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

#flow #main .flowBox {
    position: relative;
}

#flow #main .flowBox:before {
    width: 1px;
    height: 100%;
    background: #A99765;
    position: absolute;
    top: 0;
    left: 115px;
    content: "";
}

#flow #main .flowBox .subBox {
    margin-bottom: 35px;
}

#flow #main .flowBox .lBox {
    padding-bottom: 35px;
    position: relative;
    width: 456px;
    float: left;
}

#flow #main .flowBox .lBox .photo {
    float: right;
}

#flow #main .flowBox .lBox p {
    padding: 27px 25px;
    width: 180px;
    height: 156px;
    float: left;
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    background-color: #A99765;
}

#flow #main .flowBox .lBox p span {
    margin-bottom: 31px;
    padding-bottom: 22px;
    display: block;
    border-bottom: 1px solid #FFF;
}

#flow #main .flowBox .rBox {
    padding: 12px 30px 15px 0;
    width: 650px;
    float: right;
    border-bottom: 1px solid #EAF5F5;
}

#flow #main .flowBox .rBox p {
    line-height: 1.88;
}

#flow #main .flowBox .rBox .title {
    margin-bottom: 13px;
    color: #339999;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    font-style: italic;
}

#flow #main .flowBox .rBox ul {
    width: 400px;
}

#flow #main .flowBox .rBox li {
    width: 183px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
}

#flow #main .flowBox .last {
    margin-bottom: 0;
}

#flow #main .flowBox .last .lBox {
    padding-bottom: 0;
}

#flow #main .flowBox .last .rBox {
    height: auto !important;
}

/*------------------------------------------------------------
    greeting/
------------------------------------------------------------*/
#greeting #gNavi .navi06 a {
    border-color: #339999;
}

#greeting .mainVisual {
    background: url(../img/greeting/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/greeting/main_visual_bg.jpg', sizingMethod='scale');
}

#greeting #main .headLine01 {
    margin-bottom: 86px;
}

#greeting #main .imgBox {
    margin-bottom: 46px;
}

#greeting #main .imgBox .photoBox {
    margin-top: 28px;
    float: left;
}

#greeting #main .imgBox .textBox {
    width: 748px;
    float: right;
}

#greeting #main h4 {
    margin-bottom: 38px;
    padding-bottom: 22px;
    color: #A99765;
    font-size: 16px;
    border-bottom: 1px solid #EEE;
}

#greeting #main h4 span {
    margin-bottom: 4px;
    display: block;
}

#greeting #main p {
    margin-bottom: 29px;
    line-height: 1.88;
}

#greeting #main .text {
    margin-bottom: 100px;
}

#greeting #main .h4Ttl {
    margin-bottom: 33px;
}

#greeting #main .comTable .wid01 {
    width: 27.5%;
}

/*------------------------------------------------------------
    faq/
------------------------------------------------------------*/
#faq #gNavi .navi04 a {
    border-color: #339999;
}

#faq #main .mainBox {
    padding-top: 72px;
}

#faq #main p {
    margin-bottom: 38px;
    line-height: 1.875;
}

#faq #main .naviList {
    margin-bottom: 101px;
}

#faq #main .naviList li {
    padding-left: 13px;
    width: 290px;
    float: left;
}

#faq #main .naviList li:first-child {
    padding-left: 0;
}

#faq #main .naviList li a {
    padding: 15px 15px 16px;
    position: relative;
    display: block;
    font-size: 18px;
    text-align: center;
    border: 3px solid #339999;
    border-bottom: 8px solid #339999;
    text-decoration: none;
    background-color: #FFF;
}

#faq #main .naviList li a:before {
    margin-top: -4px;
    width: 13px;
    height: 8px;
    background: url(../img/faq/arrow.gif) no-repeat left top;
    background-size: 13px 8px;
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
}

#faq #main .naviList li a:hover {
    margin-top: 3px;
    border-bottom: 5px solid #339999;
}

#faq #main h3 {
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

#faq #main h3 img {
    position: relative;
}

#faq #main h3:before {
    width: 100%;
    height: 1px;
    background: #EEE;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
}

#faq #main dl {
    margin-bottom: 91px;
}

#faq #main dt {
    margin-top: 4px;
    padding: 13px 15px 13px 79px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: url(../img/faq/dt_bg.png) repeat left top;
}

#faq #main dt:before {
    width: 53px;
    height: 53px;
    background: url(../img/faq/q_img.gif) no-repeat left top;
    background-size: 53px 53px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

#faq #main dt span {
    padding-right: 25px;
    display: block;
    background: url(../img/faq/img01.png) no-repeat right center;
}

#faq #main dt.open span {
    background: url(../img/faq/img02.png) no-repeat right center;
}

#faq #main dd {
    padding: 22px 20px 53px 80px;
    position: relative;
    display: none;
    line-height: 1.86;
    background: url(../img/faq/dd_bg.png) repeat left top;
}

#faq #main dd:first-of-type {
    display: block;
}

#faq #main dd:before {
    width: 53px;
    height: 52px;
    background: url(../img/faq/a_img.gif) no-repeat left top;
    background-size: 53px 52px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
}

/*------------------------------------------------------------
contact
------------------------------------------------------------*/
#contact .mainVisual {
    background: url(../img/contact/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contact/main_visual_bg.jpg', sizingMethod='scale');
}

#contact #main .mainBox {
    width: 930px;
}

#contact #main .headLine01 {
    margin-bottom: 40px;
}

#contact #main .read {
    margin-bottom: 40px;
    padding: 20px 50px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

#contact #main .finBox .read {
    border-top: none;
}

#contact #main .finBox .center {
    text-align: center;
}

#contact #main .finBox .center a {
    background: #339999;
    color: #fff;
    border: none;
    padding: 10px 50px;
    font-weight: normal;
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

#contact .mainBox .lineTitle {
    padding: 0;
    margin: 20px 5px 15px 5px;
    font-size: 140%;
    color: black;
    line-height: 160%;
    text-indent: 18px;
    border-bottom: solid 1px #339999;
    border-left: solid 4px #339999;
    clear: both;
}

#contact table.contentTable {
    width: 94%;
    margin: 0 3% 30px;
    border: #e5e5e5 1px solid;
    border-collapse: collapse;
}

#contact table.contentTable .smallTitle {
    font-weight: bold;
    background: #f7f7f7;
    width: 25%;
    text-align: center;
}

#contact table.contentTable td {
    padding: 10px;
    border: #e5e5e5 1px solid;
}

#contact table.contentTable input.text,
#contact table.contentTable textarea.text {
    padding: 2px 5px;
    border: #ddd 1px solid;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

#contact table.contentTable .notes {
    color: gray;
    font-size: 0.8em;
}

.red {
    color: #c00;
}

.error-message {
    background: #c00;
    color: #fff;
    font-size: 0.9em;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 5px;
}

#flashMessage {
    border: #ffd2d2 3px solid;
    background: #fff8f8;
    padding: 20px;
    margin: 0 0 30px 0;
    line-height: 2;
    text-align: center;
}

#flashMessage .error-message {
    background: none;
    color: #ff4d4d;
    font-size: 1.1em;
}

.form_button {
    text-align: center;
}

.form_button input {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.form_button input[type="reset"],
.form_button input[type="button"] {
    -webkit-appearance: none;
    background: #bbb;
    color: #fff;
    border: none;
    padding: 15px 20px;
    font-weight: normal;
    margin: 0 0 0 30px;
}

.form_button input[type="submit"] {
    -webkit-appearance: none;
    background: #c05252;
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-weight: normal;
}

.form_button input[type="reset"]:hover,
.form_button input[type="submit"]:hover {
    cursor: pointer;
    opacity: .8;
}

/*------------------------------------------------------------
link
------------------------------------------------------------*/
#link #main .mainBox {
    width: 930px;
}

#link .mainVisual {
    background: url(../img/link/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/link/main_visual_bg.jpg', sizingMethod='scale');
}

#link li {
    padding: 10px 0;
}

#link li a {
    color: #339999;
}

/*------------------------------------------------------------
blog
------------------------------------------------------------*/
#blog #gNavi .navi05 a {
    border-color: #339999;
}
#blog.idCase #gNavi .navi05 a {
    border-color: white;
}
#blog.idCase #gNavi .navi08 a {
    border-color: #339999;
}
#blog.idVoice #gNavi .navi05 a {
    border-color: white;
}
#blog.idVoice #gNavi .navi09 a {
    border-color: #339999;
}
#case #gNavi .navi08 a {
    border-color: #339999;
}
#voice #gNavi .navi09 a {
    border-color: #339999;
}

#blog #main,#voice #main,#case #main {
    padding: 0 0 50px;
}

#blog .contents,#case .contents,#voice .contents {
    float: left;
    width: 900px;
    font-size: 14px;
}

#blog .mainVisual,#case .mainVisual,#voice .mainVisual {
    background: url(../img/blog/main_visual_bg.jpg) no-repeat center top;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/blog/main_visual_bg.jpg', sizingMethod='scale');
}

#blog .title,#cas .title,#voice .title {
    padding: 1px;
    margin: 0 0 30px 0;
    background: #71ba2c;
    background: linear-gradient(to bottom, #71ba2c 0%, #3ead35 45%, #009e40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71ba2c', endColorstr='#009e40', GradientType=0);
    font-size: 100%;
    font-weight: bold;
}

#blog .title h3,#case .title h3,#voice .title h3 {
    margin: 0;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: none;
    font-size: 100%;
    line-height: 1.3;
}

#blog .title h3 span,#case .title h3 span,#voice .title h3 span {
    display: block;
    padding: 0 0 0 10px;
    border-left: 5px solid #ff3;
    border-bottom: none;
    background: none;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
}

/*contents*/
.entry {
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.entry h3 {
    line-height: 1.3;
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #009e40;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #e6f5da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6f5da', GradientType=0);
    font-size: 150%;
    color: #006428;
    font-weight: bold;
}

.entry h3 span {
    display: block;
    padding: 7px 5px 7px 30px;
    border-bottom: 1px solid #fff;
    background: transparent url(../img/blog/icon_square.png) 10px .7em no-repeat;
}

.entry a:link,
.entry a:visited
    {
    color: #0EA642;
}

.entryHeader {
    margin: 0 0 15px;
    text-align: right;
}

.entryHeader li {
    display: inline;
    margin: 0 0 0 1em;
}

.date,
.notes {
    color: gray;
    font-size: 0.8em;
}

.entry p {
    margin: 0 0 1.5em;
    font-size: 117%;
}

.entry .more {
    text-align: right;
}

/*side*/
#blog #aside,#case #aside,#voice #aside {
    float: right;
    width: 250px;
    font-size: 12px;
}

#aside a {
    color: #000;
    text-decoration: underline;
}

.blogSide {
    margin: 0 0 30px 0;
    padding: 1px;
    border: 1px solid #e5e5e5;
}

.blogSide h2 {
    padding: 8px 15px;
    background: #71BA2B;
    color: #fff;
    font-size: 133%;
    font-weight: bold;
}

.blogSide ul {
    padding: 15px 5px 5px 10px;
    background: url(/img/blog/home_aside_bg02.gif) #fff center top no-repeat;
    font-size: 117%;
}

.blogSide li {
    margin: 0 0 8px;
}

#aside .hurry {
    margin: 0 0 30px 0;
    padding: 1px;
    border: solid 1px #c00;
}

#aside .hurry h3 {
    padding: 10px 0;
    font-size: 116%;
    background: #fee;
    color: #c00;
    text-align: center;
}

#aside .hurry h3 span {
    font-size: 130%;
}

#aside .hurry p {
    padding: 10px 5px 10px 118px;
    min-height: 136px;
    background: transparent url(/img/blog/aside_hurry_img.jpg) bottom left no-repeat;
    line-height: 1.5;
}

#aside .caution {
    margin: 0 0 30px 0;
    padding: 10px;
    border: 1px solid #fca;
    background: #ffffec;
}

#aside .caution h2 {
    margin: -11px -11px 10px;
}

#aside .caution h3 {
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px dashed #ccc;
    font-size: 133%;
    font-weight: bold;
    line-height: 1.3;
    color: #c00;
}

#aside .caution p {
    line-height: 1.3;
}

#aside .reason {
    margin: 0 0 30px;
    padding: 1px;
    border: 1px solid #ccc;
    background: url(/img/blog/aside_reason_bg.png) repeat-x 0 39px;
}

#aside .reason ul {
    padding: 10px 5px 0 10px;
}

#aside .reason li {
    line-height: 1.2;
    margin: 0 0 10px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 117%;
    text-decoration: underline;
    background: url(/img/blog/icon_circle.gif) 0 .2em no-repeat;
}

#aside .pro {
    margin: 0 0 20px;
}

#aside .pro h2,
#aside .pro li {
    margin: 0 0 10px;
}

#aside .link {
    line-height: 1.5;
    margin: 0 0 30px 0;
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
}

/*pager*/
.pager {
    text-align: center;
}

.lower #article ul {
    line-height: 1.3;
    font-size: 117%;
}

.pager li {
    display: inline-block;
    margin: 0 5px;
}

.pageLink {
    margin: 20px 0;
    padding: 30px 0;
    border-top: 1px dashed #ccc;
}

.pageLink .prev {
    float: left;
}

.pageLink .top {
    margin: 0;
    text-align: center;
}

.pageLink .next {
    float: right;
}

#site_links {
    text-align: center;
    font-size: 14px;
}

#site_links .center {
    visibility: hidden;
}

/*--------------------------------------------------
* 生前整理
--------------------------------------------------*/
#contents.seizen {
    margin-top: 0;
    padding: 0 15px;
    background: transparent url(/img/seizen/main_bg.jpg) center top no-repeat;
    font-size: 14px;
    line-height: 1.5;
    width: 910px;
    margin: auto;
    margin-top: 50px;
}

.seizen {
    margin-top: 0;
    padding: 0 15px;
    background: transparent url(/img/seizen/main_bg.jpg) left top no-repeat;
    font-size: 14px;
    line-height: 1.5;
}

.seizen .lead {
    position: relative;
    height: 358px;
}

.seizen .lead .title {
    position: absolute;
    top: 28px;
    left: 17px;
}

.seizen .lead .txt {
    position: absolute;
    top: 231px;
    left: 22px;
}

.seizen .troubleWrap {
    margin: 0 0 30px;
    padding: 0 0 11px;
    background: transparent url(/img/seizen/trouble_b_bg.png) center bottom no-repeat;
}

.seizen .trouble {
    margin: 0 auto;
    padding: 20px 24px 10px;
    width: 860px;
    border: 1px solid #ccc;
    background: #fff url(/img/seizen/trouble_bg.jpg) right bottom no-repeat;
}

.seizen .trouble h2 {
    margin: 0 0 24px;
}

.seizen .trouble h3 {
    margin: 0 0 15px 14px;
}

.seizen .trouble p {
    margin: 0 0 18px 14px;
}

.seizen .intro {
    margin: 0 auto 70px;
    width: 910px;
}

.seizen .intro h2 {
    margin: 0 0 22px;
}

.seizen .intro .case {
    margin: 20px 0 0 0;
    padding: 0 0 0 420px;
}

.seizen .intro .case .image img {
    float: left;
    margin: 0 0 0 -420px;
}

.seizen .intro .case table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.seizen .intro .case th,
.seizen .intro .case td {
    border: 1px solid #c66300;
}

.seizen .intro .case th {
    padding: 3px 0;
    width: 96px;
    background: #f3a91f;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.seizen .intro .case td {
    padding: 3px 10px;
    background: #fbfffb;
}

.seizen .intro .case .workprice {
    margin: 0 0 5px;
}

.seizen .intro .case .workprice th {
    padding: 10px 0;
    width: 110px;
    border-top: none;
}

.seizen .intro .case .workprice td {
    padding: 10px;
    border-top: none;
}

.seizen .intro .case .comment {
    padding: 10px 0 0 0;
    background: transparent url(/img/seizen/comment_t_bg.png) left top no-repeat;
}

.seizen .intro .case .comment p {
    padding: 0 15px 10px;
    background: transparent url(/img/seizen/comment_b_bg.png) left bottom no-repeat;
}

.seizen .flow {
    margin: 0 auto;
    width: 910px;
}

.seizen .flow h2 {
    margin: 0 0 32px;
}

.seizen .flow .boxs {
    float: left;
    width: 446px;
    height: 220px;
    background: transparent url(/img/seizen/flow_box_bg01.png) 100% 9px no-repeat;
}

.seizen .flow .boxm {
    float: right;
    width: 464px;
    height: 220px;
    background: transparent url(/img/seizen/flow_box_bg02.png) 100% 9px no-repeat;
}

.seizen .flow .boxl {
    clear: both;
    margin: -4px 0 45px;
    width: 910px;
    height: 180px;
    background: transparent url(/img/seizen/flow_box_bg03.png) 100% 9px no-repeat;
}

.seizen .flow .end {
    height: 204px;
    background: transparent url(/img/seizen/flow_box_bg04.png) 100% 9px no-repeat;
}

.seizen .flow .box {
    padding: 0;
}

.seizen .flow .box h3 {
    margin: 0 0 12px;
}

.seizen .flow .boxm h3 {
    text-align: right;
}

.seizen .flow .boxs .txt,
.seizen .flow .boxl .txt {
    padding: 0 20px 0 32px;
    font-size: 14px;
}

.seizen .flow .boxm .txt {
    padding: 0 20px 0 50px;
}

.seizen .flow .num02 {
    margin-top: 20px;
}

.seizen .price {
    margin: 0 auto 75px;
    width: 911px;
}

.seizen .price h2 {
    margin: 0 0 20px;
}

.seizen .price .txt {
    margin: 0 0 20px;
}

.seizen .price table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.seizen .price caption {
    padding: 7px 0;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    background: #eaad3e;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.seizen .price th,
.seizen .price td {
    border: 1px solid #ccc;
    text-align: center;
}

.seizen .price th {
    padding: 5px 0;
    background: #fff7db;
    font-weight: bold;
}

.seizen .price td {
    padding: 8px 0;
    font-size: 16px;
}

.seizen .price .room {
    width: 160px;
}

.seizen .price .number {
    width: 110px;
}

.seizen .price .pricedata {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
}

.seizen .contact {
    position: relative;
    margin: 0 auto 90px;
    width: 926px;
    height: 250px;
    background: transparent url(/img/seizen/contact_bg.png) center bottom no-repeat;
}

.seizen .contact h3,
.seizen .contact p {
    position: absolute;
}

.seizen .contact .txt01 {
    top: 82px;
    left: 39px;
}

.seizen .contact .tel {
    top: 142px;
    left: 27px;
}

.seizen .contact .txt02 {
    top: 82px;
    left: 457px;
}

.seizen .contact .txt03 {
    top: 196px;
    left: 57px;
    font-weight: bold;
    color: #f00;
}

.seizen .contact .btn {
    top: 134px;
    left: 444px;
}

/*--------------------------------------------------
* 特殊清掃
--------------------------------------------------*/
#contents.cleaning {
    margin-top: 0;
    padding: 0 15px;
    background: transparent url(/img/cleaning/main_bg.jpg) center top no-repeat;
    font-size: 14px;
    line-height: 1.5;
    width: 910px;
    margin: auto;
    margin-top: 50px;
}

.cleaning {
    margin-top: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5;
}

.cleaning .lead {
    position: relative;
    height: 358px;
}

.cleaning .lead .title {
    position: absolute;
    top: 28px;
    left: 17px;
}

.cleaning .lead .txt {
    position: absolute;
    top: 180px;
    left: 22px;
}

.cleaning .troubleWrap {
    margin: -40px 0 30px;
    padding: 0 0 11px;
    background: transparent url(/img/seizen/trouble_b_bg.png) center bottom no-repeat;
}

.cleaning .trouble {
    margin: 0 auto;
    padding: 20px 24px 10px;
    width: 860px;
    border: 1px solid #ccc;
    background: #fff url(/img/seizen/trouble_bg.jpg) right bottom no-repeat;
}

.cleaning .trouble h2 {
    margin: 0 0 24px;
}

.cleaning .trouble li {
    margin: 0 0 15px 14px;
}

.cleaning .trouble p {
    margin: 0 0 18px 14px;
}

.cleaning .intro {
    margin: 0 auto 70px;
    width: 910px;
}

.cleaning .intro h2 {
    margin: 0 0 22px;
}

.cleaning .intro .caseList li {
    width: 303px;
    float: left;
}

.cleaning .flow {
    margin: 0 auto;
    width: 910px;
}

.cleaning .flow h2 {
    margin: 0 0 32px;
}

.cleaning .flow .boxs {
    float: left;
    width: 446px;
    height: 220px;
    background: transparent url(/img/cleaning/flow_box_bg01.png) 100% 9px no-repeat;
    font-size: 14px;
}

.cleaning .flow .boxm {
    float: right;
    width: 464px;
    height: 220px;
    background: transparent url(/img/cleaning/flow_box_bg02.png) 100% 9px no-repeat;
    font-size: 14px;
}

.cleaning .flow .boxl {
    clear: both;
    margin: -4px 0 45px;
    width: 910px;
    height: 180px;
    background: transparent url(/img/cleaning/flow_box_bg03.png) 100% 9px no-repeat;
}

.cleaning .flow .end {
    height: 204px;
    background: transparent url(/img/cleaning/flow_box_bg04.png) 100% 9px no-repeat;
}

.cleaning .flow .box {
    padding: 0;
}

.cleaning .flow .box h3 {
    margin: 0 0 12px;
}

.cleaning .flow .boxm h3 {
    text-align: right;
}

.cleaning .flow .boxs .txt,
.cleaning .flow .boxl .txt {
    padding: 0 20px 0 32px;
    font-size: 14px;
}

.cleaning .flow .boxm .txt {
    padding: 0 20px 0 50px;
}

.cleaning .flow .num02 {
    margin-top: 20px;
}

.cleaning .spPrice {
    width: 910px;
    margin: 0 auto 50px auto;
}

.cleaning .spPrice table {
    margin: 20px;
}

.cleaning .spPrice td {
    padding: 10px;
}

.cleaning .price {
    margin: 0 auto 75px;
    width: 911px;
}

.cleaning .price h2 {
    margin: 0 0 20px;
}

.cleaning .price .txt {
    margin: 0 0 20px;
}

.cleaning .price table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.cleaning .price caption {
    padding: 7px 0;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    background: #eaad3e;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.cleaning .price th,
.cleaning .price td {
    border: 1px solid #ccc;
    text-align: center;
}

.cleaning .price th {
    padding: 5px 0;
    background: #fff7db;
    font-weight: bold;
}

.cleaning .price td {
    padding: 8px 0;
    font-size: 16px;
}

.cleaning .price .room {
    width: 160px;
}

.cleaning .price .number {
    width: 110px;
}

.cleaning .price .pricedata {
    font-size: 18px;
    font-weight: bold;
    color: #f00;
}

.cleaning .contact {
    position: relative;
    margin: 0 auto 90px;
    width: 926px;
    height: 250px;
    background: transparent url(/img/seizen/contact_bg.png) center bottom no-repeat;
}

.cleaning .contact h3,
.cleaning .contact p {
    position: absolute;
}

.cleaning .contact .txt01 {
    top: 82px;
    left: 39px;
}

.cleaning .contact .tel {
    top: 142px;
    left: 27px;
}

.cleaning .contact .txt02 {
    top: 82px;
    left: 457px;
}

.cleaning .contact .txt03 {
    top: 196px;
    left: 57px;
    font-weight: bold;
    color: #f00;
}

.cleaning .contact .btn {
    top: 134px;
    left: 444px;
}

/*------------------------------------------------------------
    photos/
------------------------------------------------------------*/
#photos .mainVisual {
    background-image: url("../img/flow/main_visual_bg.jpg");
}

#photos #main .headLine01 {
    margin: 81px 0;
}

#photos h4 {
    text-align: center;
    margin-bottom: 46px;
}

#photos .imgBoxL .photoBox,
#photos .imgBoxR .photoBox {
    width: 50%;
    float: left;
    height: 447px;
    background: url(../img/photos/img01.png?2021) no-repeat right top;
    background-size: cover;
}

#photos #main .textBox {
    width: 50%;
    height: 447px;
    float: right;
    background: url(../img/index/point_box_bg.gif) no-repeat center top;
    background-size: cover;
}

#photos #main .textBox .content {
    padding: 57px 0 0 80px;
    width: 480px;
    float: left;
    position: relative;
}

#photos #main .textBox h3 {
    margin-bottom: 36px;
    color: #339999;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 42px;
    font-style: italic;
    line-height: 1.21;
}

#photos #main .textBox p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.78;
}

#photos #main .imgBoxR .photoBox {
    float: right;
    background: url(../img/photos/img02.png) no-repeat left top;
    background-size: cover;
}

#photos #main .imgBoxR .textBox {
    float: left;
}

#photos #main .imgBoxR .textBox .content {
    padding: 47px 100px 0 0;
    float: right;
}

#photos #main .subList li .title {
    margin-bottom: 20px;
    padding: 12px;
    position: relative;
    color: #A99765;
    font-size: 18px;
    text-align: center;
    background-color: #F1EEE7;
}

#photos #main .subList {
    display: flex;
    justify-content: space-between;
    margin: 0 0 120px;
}

#photos #main .comTable {
    margin: 0 0 120px;
}

#photos #main .subList li {
    width: 32%;
}

#photos #main .subList li .txt img {
    width: 100%;
    margin: 0 0 10px;
}

#photos #main .subList li .title::before {
    width: 100%;
    height: 2px;
    background: #C7BB9A;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
}

#photos #main dt {
    margin-top: 4px;
    padding: 13px 15px 13px 79px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: url(../img/faq/dt_bg.png) repeat left top;
}

#photos #main dt:before {
    width: 53px;
    height: 53px;
    background: url(../img/faq/q_img.gif) no-repeat left top;
    background-size: 53px 53px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

#photos #main dt span {
    padding-right: 25px;
    display: block;
    background: url(../img/faq/img01.png) no-repeat right center;
}

#photos #main dt.open span {
    background: url(../img/faq/img02.png) no-repeat right center;
}

#photos #main dd {
    padding: 22px 20px 53px 80px;
    position: relative;
    display: none;
    line-height: 1.86;
    background: url(../img/faq/dd_bg.png) repeat left top;
}

#photos #main dd:first-of-type {
    display: block;
}

#photos #main dd:before {
    width: 53px;
    height: 52px;
    background: url(../img/faq/a_img.gif) no-repeat left top;
    background-size: 53px 52px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
}

#photos #main dd {
    padding: 22px 20px 53px 80px;
    position: relative;
    display: none;
    line-height: 1.86;
    background: url(../img/faq/dd_bg.png) repeat left top;
}

#photos #main dd:first-of-type {
    display: block;
}

#photos #main dd:before {
    width: 53px;
    height: 52px;
    background: url(../img/faq/a_img.gif) no-repeat left top;
    background-size: 53px 52px;
    position: absolute;
    top: 1px;
    left: 0;
    content: "";
}

#photos #main .greeting .photoBox {
    /* margin-top: 28px; */
    float: left;
}

#photos #main .greeting .textBox {
    width: 748px;
    float: right;
    background: none;
    height: auto;
    margin: 20px 0 0;
}

#photos #main .greeting .textBox h4 {
    text-align: left;
    margin-bottom: 38px;
    padding-bottom: 22px;
    color: #A99765;
    font-size: 16px;
    border-bottom: 1px solid #EEE;
}

#photos #main .greeting .textBox h4 span {
    margin-bottom: 4px;
    display: block;
    /* position: relative; */
}

#photos #main .greeting .textBox .yagou {
    margin: 0;
    padding: 0 0 .2rem 0;
    font-size: 16px;
    font-style: italic;
    font-weight: lighter;
}

/* #photos #main .greeting .textBox h4 span::before {
    content: "crop heaven field";
    position: absolute;
    left: 1.8rem;
    bottom: 1.6rem;
} */
#photos #main .greeting .textBox p {
    margin-bottom: 29px;
    line-height: 1.88;
}

#photos #main .greeting {
    margin: 0 0 120px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #photos #main .greeting .photoBox {
        margin: 0 0 15px;
        float: none;
        text-align: center;
    }

    #photos #main .greeting .textBox {
        width: auto;
        float: none;
    }

    #photos #main .greeting .textBox h4 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    #photos #main .greeting .textBox h4 span {
        margin-bottom: 2px;
    }

    #photos #main .greeting .textBox .yagou {
        padding: 0 0 .1rem 0;
        font-size: 13px;
    }

    #photos #main .greeting h4 img {
        height: 15px;
    }

    #photos #main .mainBox {
        padding: 40px 10px 0;
    }

    #photos h4 {
        margin-bottom: 30px;
    }

    #photos h4 img {
        height: 30px;
    }

    #photos #main .headLine01 {
        margin: 45px 0;
    }

    #photos #main .photoBox {
        width: auto;
        float: none;
        height: auto;
        background: none;
    }

    #photos #main .photoBox img {
        width: 100%;
    }

    #photos #main .textBox {
        width: auto;
        height: auto;
        float: none;
    }

    #photos #main .textBox .content,
    #photos #main .imgBoxR .textBox .content {
        padding: 12px 20px 30px;
        width: auto;
        float: none;
    }

    #photos #main .textBox h3 {
        margin: 8px 0 12px 0;
        font-size: 24px;
        font-weight: normal;
    }

    #photos #main .subList,
    #photos #main .comTable,
    #photos #main .greeting {
        margin: 0 0 70px;
        flex-wrap: wrap;
    }

    #photos #main .subList li {
        width: 100%;
        margin: 0 0 20px;
    }

    #photos #main .subList li .title {
        font-size: 12px;
        margin: 0 0 12px;
    }

    #photos #main .textBox p {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.5;
    }

    #photos #main dl {
        margin: 0 0 30px;
    }

    #photos #main dt {
        margin-top: 4px;
        padding: 5px 6px 5px 40px;
        font-size: 13px;
    }

    #photos #main dt.open span {
        background: url(../img/faq/img02.png) no-repeat right center;
        background-size: 10px 10px;
    }

    #photos #main dd {
        padding: 10px 10px 25px 40px;
    }

    #photos #main dd:before {
        width: 26px;
        height: 26px;
        background: url(../img/faq/a_img.gif) no-repeat left top;
        background-size: 26px 26px;
    }

    #photos #main dt:before {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
    }
}

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

    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style] {
        width: 100% !important;
    }

    .sp.w100 img {
        width: 100%;
        height: auto;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    /*------------------------------------------------------------
        レイアウト
    ------------------------------------------------------------*/
    body {
        min-width: inherit;
        font-size: 12px;
        padding: 55px 0 0;
    }

    #main {
        padding-bottom: 28px;
        background: url(../img/common/main_bg.jpg) repeat center top;
        background-size: 100% auto;
    }

    #main .mainBox {
        padding: 30px 10px 0;
        width: auto;
    }

    /*------------------------------------------------------------
        ヘッダー
    ------------------------------------------------------------*/
    h1 {
        background: #f3f6fb;
        padding: 2%;
    }

    #gHeader {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: rgba(255, 255, 255, .95);
        transition: .3s;
        min-width: unset;
    }

    #gHeader h1 {
        width: 100%;
        padding: 2% 5%;
        line-height: 1.2;
        background: #f3f6fb;
        box-sizing: border-box;
    }

    /* #gHeader .hBox h1 {
      background: #f3f6fb;
      padding: 2%;
      position: absolute;
      top: 65px;
    } */
    #gHeader .hedaerLink {
        position: absolute;
        top: 70px;
        right: 5px;
    }

    #gHeader .hBox {
        background: #fff;
        height: 100%;
    }

    #gHeader .hBox .logo {
        margin: 0;
        float: none;
        display: flex;
        flex-direction: column;
        width: 160px;
        gap: 0;
        align-items: flex-start;
    }

    #gHeader .hBox .logo a {
    color: #168080;
    text-decoration: none;
    width: 100%;
    }

    #gHeader .hBox .logo span {
        font-size: 10px;
        top: 4px;
        left: 2px;
    }

    #gHeader .hBox .logo img {
        height: auto;
        width: 160px;
        padding: 0;
    }

    #gHeader .rBox {
        display: none;
    }

    .notice {
        color: #e93b3b;
        background: #fff0f0;
        border-top: #ffd7d7 1px solid;
        font-size: 14px;
        width: 100%;
        padding: 2% 4%;
        box-sizing: border-box;
    }

    .notice span {
        font-weight: bold;
    }

    #gHeader .spMenu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        padding: 23px 20px;
        background-color: #168080;
        height: 18px;
    }

    #gHeader .spTel {
        position: absolute;
        right: 59px;
        top: 13px;
        z-index: 10;
    }

    #gHeader .spMail {
        position: absolute;
        top: 0;
        right: 64px;
        z-index: 10;
        border-left: 1px solid #eee;
        height: 64px;
    }

    #gHeader .spMail a {
        display: block;
        padding: 24px 20px 23px 20px;
    }

    #gHeader .spMenu img {
        width: 24px;
        height: 18px;
    }

    #gHeader .spTel a {
        padding: 3px;
        position: relative;
        display: block;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        /*background-color: #A99765;
        border-radius: 4px;
        box-shadow: 0 3px 0 #7E7048;*/
    }

    #gHeader .spTel img {
        border: #fff 1px solid;
        width: 25px;
        padding: 5px;
        height: auto;
        border-radius: 2px;
    }

    #gHeader .spMail img {
        /*border: #fff 1px solid;*/
        width: 25px;
        /*padding: 5%;*/
        height: 17px;
        /*border-radius: 2px;*/
    }

    /*------------------------------------------------------------
        gNavi
    ------------------------------------------------------------*/
    #gNavi {
        display: none;
        position: absolute;
        width: 100%;
        top: 45px;
        /*position: absolute;
        top: -500px;
        width: 100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 1;*/
    }

    #gNavi.open {
        transform: translateY(564px);
    }

    #gNavi li {
        display: block;
        width: 100%;
        background: #168080;
    }

    #gNavi li a {
        padding: 4% 0;
        display: block;
        font-size: 13px;
        border-bottom: 1px solid #339999;
        color: #fff;
        background: url(../img/common/arrow_white.png) no-repeat top 49% right 15px;
        background-size: 7px;
    }

    #gNavi .navi01,
    #gNavi .navi02,
    #gNavi .navi03,
    #gNavi .navi04,
    #gNavi .navi05,
    #gNavi .navi06,
    #gNavi .navi07 {
        width: 100%;
    }

    /*------------------------------------------------------------
        pagePath
    ------------------------------------------------------------*/
    #pagePath {
        padding: 8px 0;
    }

    #pagePath ul {
        margin: 0 10px;
        width: auto;
    }

    #pagePath li {
        margin-right: 4px;
        font-size: 10px;
    }

    #pagePath li a {
        margin-right: 7px;
    }

    /*------------------------------------------------------------
        フッター
    ------------------------------------------------------------*/
    #gFooter {
        padding-bottom: 15px;
    }

    #gFooter .fBox01 {
        padding: 10px 0;
        background: url(../img/common/f_bg01.jpg) repeat left top;
        background-size: cover;
    }

    #gFooter .fBox01 .content {
        margin: 0 10px;
        width: auto;
    }

    #gFooter .fBox01 .photoBox {
        float: none;
        /*background: url(../img/common/f_img.jpg) no-repeat left top;
        background-size: 50%;*/
    }

    #gFooter .fBox01 .photoBox .pho {
        width: 35%;
        float: left;
    }

    #gFooter .fBox01 .photoBox h2 {
        width: 60%;
        float: right;
    }

    #gFooter .fBox01 .photoBox h2 img {
        width: 100%;
        vertical-align: middle;
        padding-top: 40%;
    }

    #gFooter .fBox01 .textBox {
        margin-top: 15px;
        width: auto;
        float: none;
    }

    #gFooter .fBox01 .textBox p {
        font-size: 12px;
        line-height: 1.5;
    }

    #gFooter .fBox01 .textBox h2 {
        margin-bottom: 10px;
    }

    #gFooter .fBox01 .textBox h2 img {
        max-width: 100%;
    }

    #gFooter .fBox02 {
        margin: 0 0 4%;
        padding: 4% 0 0;
        background: url(../img/common/f_bg02.jpg) repeat left top;
        background-size: cover;
    }

    #gFooter .fBox02 .content {
        margin: 0;
        width: auto;
        padding: 0;
    }

    #gFooter .fBox02 .lBox {
        width: 100%;
        margin: 0;
        padding: 0 4%;
        float: none;
        box-sizing: border-box;
    }

    #gFooter .fBox02 .lBox+.comContact {
        margin: 4% 0 0;
        padding: 4% 0;
    }

    #gFooter .fBox02 p {
        font-size: 12px;
    }

    #gFooter .fBox02 .txt01 {
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    #gFooter .fBox02 .txt01 a {
        color: #339999;
        text-decoration: underline;
        margin: 10px 0 0;
        display: inline-block;
    }

    #gFooter .fBox02 .fLogo {
        margin-bottom: 8px;
    }

    #gFooter .fBox02 .fLogo img {
        width: 200px;
    }

    #gFooter .fBox02 .txt02 {
        font-size: 12px;
    }

    #gFooter .fBox02 .rBox {
        margin-top: 10px;
        width: auto;
        float: none;
        padding: 0 4%;
    }

    #gFooter .fBox02 .rBox ul {
        margin-bottom: 10px;
    }

    #gFooter .fBox02 .rBox li {
        width: auto;
        float: none;
        font-size: 10px;
    }

    #gFooter .fBox02 .rBox li span {
        font-size: 18px;
    }

    #gFooter .fBox02 .rBox li:first-child {
        width: auto;
        float: none;
        font-size: 13px;
        padding: 7px 0;
    }


    #gFooter .fBox02 .link a {
        font-size: 14px;
    }

    #gFooter .fBox02 .link a:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #gFooter .fBox02 .link span {
        padding: 10px;
    }

    #gFooter .fBox02 .link span:before {
        margin-top: -3px;
        width: 4px;
        height: 6px;
        background: url(../img/common/icon03.gif) no-repeat left top;
        background-size: 4px 6px;
        right: 8px;
    }

    #gFooter .copyright {
        font-size: 12px;
    }

    #gFooter .comContact,
    #gFooter .fBox01 {
        display: none;
    }

    #index #gFooter .comContact,
    #index #gFooter .fBox01 {
        display: block;
    }

    /*------------------------------------------------------------
        CV
    ------------------------------------------------------------*/
    #index #main .bgBox03 .contact .content .link .lineLink,
    #index #main .bgBox03 .contact .content .link .contactLink {
        width: 49%;
        margin-right: 0;
    }

    /*------------------------------------------------------------
        mainVisual
    ------------------------------------------------------------*/
    .mainVisual {
        padding-top: 34px;
        min-height: 66px;
        background: url(../img/faq/main_visual_bg.jpg) no-repeat left top;
        background-size: cover;
    }

    .mainVisual h2,
    .mainVisual p {
        margin: 0 20px;
        width: auto;
    }

    .mainVisual h2 img,
    .mainVisual p img {
        height: 26px;
    }

    /*------------------------------------------------------------
        headLine01
    ------------------------------------------------------------*/
    #main .headLine01 {
        margin-bottom: 40px;
    }

    #main .headLine01 img {
        height: 40px;
    }

    /*------------------------------------------------------------
        comTable
    ------------------------------------------------------------*/
    #main .comTable th,
    #main .comTable td {
        padding-left: 30px;
        font-size: 12px;
        line-height: 2;
    }

    #main .comTable th {
        padding-left: 0;
    }

    #main .comTable .tdStyle01 {
        padding-left: 30px;
    }

    /*------------------------------------------------------------
        comContact
    ------------------------------------------------------------*/
    .comContact {
        padding: 20px 10px 20px;
    }

    .comContact h2 {
        margin: 0 4% 4%;
    }

    .comContact h2 img {
        width: 284px;
    }

    .comContact .content .subBox {
        display: block;
        margin: 0 0;
        width: auto;
        border-top: none;
        background: white;
        padding: 27px 2%;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .comContact .content .subBox:before {
        display: none;
    }

    .comContact .lBox {
        padding: 0 0 0 0;
        width: 100%;
        float: none;
    }

    .comContact .lBox p {
        font-size: 12px;
        line-height: 1.5;
    }

    .comContact .lBox p img {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 400px;
    }

    .comContact .lBox p a {
        display: inline;
    }

    .comContact .lBox .textTel {
        color: black;
        margin: 10px 0 20px;
    }

    .comContact .lBox .textTel .foRed {
        color: #c25454;
        font-size: 130%;
        font-weight: bold;
    }

    .comContact .lBox .textTel span {
        font-size: 130%;
        font-weight: bold;
    }

    .comContact .lBox .textTel span a:link {
        color: #c25454;
        text-decoration: underline;
    }

    .comContact .lBox .bgTxt {
        padding: 10px 3px;
        line-height: 1.4;
    }

    .comContact .lBox .bgTxt span {
        font-size: 18px;
    }

    .comContact .rBox {
        padding: 10px 0;
        width: auto;
        float: none;
    }

    .comContact .rBox p {
        margin-bottom: 16px;
    }

    .comContact .rBox p img {
        width: 220px;
    }

    .comContact .rBox .link a {
        padding: 4px;
        font-size: 15px;
        box-shadow: 0 3px 0 #2D847A;
    }

    .comContact .rBox .link a:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .comContact .rBox .link span {
        padding: 10px 15px;
    }

    .comContact .rBox .link span:before {
        margin-top: -4px;
        width: 5px;
        height: 8px;
        background: url(../img/common/icon02.gif) no-repeat left top;
        background-size: 5px 8px;
        right: 9px;
    }

    #gFooter .fBox02 .link01 a,
    .form_button .txt01 a {
        color: #fff;
        font-size: 14px;
    }

    #gFooter .fBox02 .link01 a {
        color: #399;
    }

    /*------------------------------------------------------------
        index
    ------------------------------------------------------------*/
    #index #main .newsBox {
        display: block;
        border: #ff2222 2px solid;
        color: #ff2222;
        font-size: 12px;
        padding: 5px 10px;
        margin: 2%;
    }

    #index #main .pointBox h2 {
        padding: 0 4%;
    }

    #index #main .pointBox h2 img {
        width: 100%;
        height: auto;
    }

    #index #main .mainImg {
        margin-bottom: 0px;
        padding: 50px 10px 30px;
        /* height: auto; */
        height: 340px;
        max-width: 100%;
        background: url(../img/index/main_bg_sp.jpg) no-repeat center top;
        background-size: cover;
    }

    /* #index #main .mainImg img {
        width: 80%;
    } */
    #index #main .h2Ttl {
        margin-bottom: 15px;
        padding-bottom: 15px;
        background: url(../img/index/line01.gif) repeat-x left bottom;
        background-size: 1px 5px;
    }

    #index #main .h2Ttl img {
        max-width: 100%;
    }

    #index #main .spH2 {
        padding: 0 30px 15px;
    }

    #index #main .bgBox01 {
        padding: 45vw 0 30px 0;
        background: url(../img/index/photo01_sp.png) no-repeat center top;
        background-size: 100%;
    }

    #index #main .bgBox01 .contentBox {
        margin: 50px 10px 10px 10px;
        width: auto;
    }

    #index #main .bgBox01 .imgBox {
        width: auto;
    }

    #index #main .bgBox01 .photoBox {
        /*margin: 0 auto;
        float: none;
        text-align: center;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);*/
        display: none;
    }

    /*#index #main .bgBox01 .photoBox img {
        max-width: 100%;
    }*/
    #index #main .bgBox01 .textBox {
        width: auto;
        float: none;
        margin: -40px 0 0;
    }

    #index #main .bgBox01 .textBox p {
        line-height: 1.5;
    }

    #index #main .bgBox01 .textBox .phoBg {
        margin-top: 20px;
        background: url(../img/index/photo01.png) no-repeat left top;
        background-size: 26vw;
        padding: 5vw 0 4vw 26vw;
    }

    #index #main .bgBox01 .textBox h3 {
        margin-bottom: 23px;
    }

    #index #main .bgBox01 .textBox h3 img {
        margin-top: 5px;
        max-width: 79%;
    }

    /* 181025 編集*/
    #index #main .bgBox01 .textBox h3 .positionImg {
        margin: 0 10px 0 0;
        position: static;
        text-align: center;
        /* max-width: 16%; */
        height: 67px;
        width: 60px;
    }

    /* 181025 編集　ここまで*/
    #index #main .bgBox01 .textBox .name {
        margin: 15px 0 0 0;
    }

    #index #main .bgBox02 {
        padding: 6% 0;
        margin-top: -45px;
    }

    #index #main .bgBox02 h2 {
        margin-bottom: 20px;
    }

    #index #main .bgBox02 h2 img {
        width: 280px;
    }

    #index #main .bgBox02 .infoBox {
        width: 365px !important;
        height: 440px;
        padding: 5px;
        margin: 0 30px 0 0;
        box-sizing: border-box;
    }

    #index #main .bgBox02 .title {
        margin-bottom: 5px;
        font-size: 16px;
        background: url(../img/index/title_bg.gif) repeat left top;
        background-size: 4px 4px;
    }

    #index #main .bgBox02 .phoList {
        margin-bottom: 5px;
    }

    #index #main .bgBox02 .phoList li {
        width: 50%;
    }

    #index #main .bgBox02 .phoList img {
        width: 353px;
        height: 93px;
    }

    #index #main .bgBox02 .lTxt {
        padding: 0 0 10px;
        width: auto;
        float: none;
        background: url(../img/index/sp_l_txt_bg.gif) repeat left top;
    }

    #index #main .bgBox02 .lTxt p {
        margin-bottom: 10px;
        padding: 10px;
        background: url(../img/index/sp_l_txt_bg.png) repeat left top;
    }

    #index #main .bgBox02 .lTxt .spBox {
        /*margin: 0 10px;*/
    }

    #index #main .bgBox02 .lTxt ul {
        display: table;
    }

    #index #main .bgBox02 .lTxt ul {
        /*width: 29%;
        text-align: center;
        float: left;*/
    }

    #index #main .bgBox02 .lTxt li {
        padding: 0 5px;
        display: table-cell;
        float: none;
    }

    #index #main .bgBox02 .lTxt li img {
        width: 106px;
        height: 41px;
    }

    #index #main .bgBox02 .rTxt {
        width: 100%;
        text-align: center;
    }

    #index #main .bgBox02 .rTxt img {
        /* max-width: 100%; */
        height: 140px;
        width: 235px;
    }

    #index #main .bgBox03 {
        /*background: #397a76;*/
        background: url(../img/index/bg03_3_sp.png) no-repeat 70% top;
        padding-top: 22px;
        padding-bottom: 22px;
        background-size: cover;
    }

    #index #main .bgBox03:before {
        background: none;
        /*top: 5px;*/
    }

    #index #main .bgBox03:after {
        background: none;
        /*bottom: 5px;*/
    }

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

    #index #main .bgBox03 .contentBox {
        padding-bottom: 0;
        width: auto;
    }

    #index #main .bgBox03 .photo {
        position: static;
        text-align: center;
        padding: 15px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 60%);
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 60%);
        background: url(../img/index/bg03_3.jpg) no-repeat center top;
        background-size: 500%;
    }

    #index #main .bgBox03 .photo img {
        max-width: 100%;
    }

    #index #main .bgBox03 .topBox {
        padding: 0 10px 10px;
        width: auto;
        float: none;
    }

    #index #main .bgBox03 .topBox h2 {
        margin-bottom: 10px;
    }

    #index #main .bgBox03 .topBox h2 img {
        max-width: 100%;
    }

    #index #main .bgBox03 .topBox p {
        margin-bottom: 12px;
        font-size: 12px;
    }

    #index #main .bgBox03 .topBox ul {
        margin-left: 0;
        margin-bottom: 15px;
        display: table;
    }

    #index #main .bgBox03 .topBox li {
        float: none;
        display: table-cell;
        padding: 0 0 0 2%;
    }

    #index #main .bgBox03 .topBox li:first-child {
        margin-bottom: 10px;
        float: none;
        padding: 0 2% 0 0;
    }

    #index #main .bgBox03 .topBox li img {
        width: 100%;
    }

    #index #main .bgBox03 .contact {
        margin-left: 0;
        padding: 20px 0 10px 0;
    }

    #index #main .bgBox03 .contact .content {
        padding: 0 10px 10px;
        width: auto;
        float: none;
        text-align: center;
        display: block;
    }

    #index #main .bgBox03 .contact .content .flexBox {
        display: flex;
        justify-content: space-between;
    }

    #index #main .bgBox03 .contact .content .lTxt {
        margin-bottom: 10px;
        width: auto;
        float: none;
    }

    #index #main .bgBox03 .contact .content .lTxt .telType01  {
        width: 100%;
        text-align: center;
    }
    #index #main .bgBox03 .contact .content .lTxt .telType01 a {
        justify-content: center;
    }
    #index #main .bgBox03 .contact .content .lTxt .telType01 img {
        width: 27px;
    }
    #index #main .bgBox03 .contact .content .lTxt .telType01 .telNum {
        font-size: 48px;
    }

    #index #main .bgBox03 .contact .content .textTel {
        margin-bottom: 20px;
        font-size: 14px;
    }

    #index #main .bgBox03 .contact .content .link {
        margin-top: 5px;
        width: auto;
        float: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #index #main .bgBox03 .contact .content .link a {
        font-size: 14px;
    }

    #index #main .bgBox03 .contact .content .link a:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #index #main .bgBox03 .contact .content .link span {
        padding: 10px;
    }

    #index #main .bgBox03 .contact .content .link .smTxt {
        padding: 5px 0;
        font-size: 12px;
    }

    /* #index #main .bgBox03 .contact .content .link span:before {
        margin-top: -4px;
        width: 5px;
        height: 8px;
        background: url(../../img/common/icon02.gif) no-repeat left top;
        background-size: 5px 8px;
        right: 6px;
    } */
    #index #main .bgBox03 .contact .time {
        display: none;
    }

    #index #main .bgBox03 .contact .time span {
        width: auto;
        float: none;
        background: none;
    }

    #index #main .bgBox03 .contact .foRed {
        color: #c25454;
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #index #main .bgBox03 .contact .foRed a:link {
        color: #c25454;
        text-decoration: underline;
    }

    #index #main .bgBox04 {
        padding: 30px 0;
        /*margin: -45% 0 25px 0;*/
    }

    #index #main .bgBox04 h2 {
        margin-bottom: 15px;
    }

    #index #main .bgBox04 h2 img {
        width: 90%;
    }

    #index #main .bgBox04 .bdBox {
        width: auto;
        padding: 1px;
    }

    #index #main .bgBox04 .content {
        padding: 5px;
        border: 3px solid #339999;
    }

    #index #main .bgBox04 .bgBox {
        padding: 15px;
    }

    #index #main .bgBox04 .bgBox:before {
        display: none;
    }

    #index #main .bgBox04 ul {
        width: auto;
        float: none;
    }

    #index #main .bgBox04 ul:first-child {
        float: none;
    }

    #index #main .bgBox04 li {
        padding: 5px 0 5px 16px;
        font-size: 12px;
        line-height: 1.2;
        background: url(../img/index/img02.png) no-repeat left center;
        background-size: 10px 14px;
    }

    #index #main .pointBox .bgText {
        margin: 0 auto 30px;
        padding: 5px 10px;
        width: auto;
        color: #FFF;
        font-size: 16px;
        line-height: 1.5;
    }

    #index #main .pointBox .h2Ttl {
        margin-bottom: 23px;
        padding-bottom: 15px;
        font-size: 20px;
        letter-spacing: normal;
    }

    #index #main .pointBox .h2Ttl img {
        margin: 0 auto;
        width: 130px;
    }

    #index #main .pointBox .text {
        margin: 0 10px 25px;
    }

    #index #main .pointBox .photoBox {
        width: auto;
        float: none;
        height: auto;
        background: none;
    }

    #index #main .pointBox .photoBox img {
        width: 100%;
    }

    #index #main .pointBox .textBox {
        width: auto;
        height: auto;
        float: none;
    }

    #index #main .pointBox .textBox .content {
        padding: 12px 20px 30px;
        width: auto;
        float: none;
    }

    #index #main .pointBox .textBox .positionTxt img {
        width: 50px;
    }

    #index #main .pointBox .textBox h3 {
        margin: 0 0 20px 40px;
        font-size: 24px;
        font-weight: normal;
    }

    #index #main .pointBox .textBox h3 img {
        width: 200px;
    }

    #index #main .pointBox .textBox p {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 1.5;
    }

    #index #main .pointBox .imgBoxR .photoBox {
        float: none;
        background: none;
    }

    #index #main .pointBox .imgBoxR .textBox {
        float: none;
    }

    #index #main .pointBox .imgBoxR .textBox .content {
        padding: 12px 20px 30px;
        float: none;
    }

    #index #main .pointBox .imgBoxR .textBox .positionTxt {
        left: 0;
    }

    #index #main .pointBox .imgBoxL01 .photoBox {
        background: none;
    }

    #index #main .resolveBox {
        margin: 0 0 30px;
        padding: 30px 0;
    }

    #index #main .resolveBox h2 {
        margin: 0 30px 20px;
        text-shadow: 0 1px 2px #333;
    }

    #index #main .resolveBox h2 img {
        max-width: 100%;
    }

    #index #main .resolveBox .textImg {
        margin-bottom: 10px;
    }

    #index #main .resolveBox .textImg img {
        width: 220px;
    }

    #index #main .resolveBox p {
        margin: 0 10px 25px;
        line-height: 1.5;
    }

    #index #main .resolveBox ul {
        padding-left: 0;
        padding: 0 0 0 6%;
        margin: 0 auto;
        width: auto;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }

    #index #main .resolveBox li {
        width: 27%;
        padding: 2% 0 2% 0;
        margin-right: 6%;
        box-sizing: border-box;
        float: left;
        text-align: left;
        font-size: 12px;
    }

    /*#index #main .resolveBox li:nth-child(3n) {
        padding: 2% 0 2% 0;
        margin-right: 0;
    }*/
    #index #main .resolveBox li img {
        width: 100%;
        display: block;
        vertical-align: middle;
        margin: 0 4% 3% 0;
        padding-bottom: 5%;
    }

    #index #main .btmSubBox {
        margin: 0 10px 20px;
        width: auto;
    }

    #index #main .btmSubBox ul {
        float: none;
    }

    #index #main .btmSubBox li {
        margin: 0;
        padding: 4px;
        width: 48%;
        border: 2px solid #168080;
        box-sizing: border-box;
    }

    #index #main .btmSubBox li:nth-child(2) {
        float: right;
    }

    #index #main .btmSubBox li img {
        width: 100%;
    }

    #index #main .btmSubBox h2 {
        margin: 0 0 20px;
        float: none;
        text-align: center;
    }

    #index #main .btmSubBox h2 img {
        width: 250px;
    }

    #index #main .slideUl {
        margin-bottom: 25px;
    }

    .btmSubBox+.bx-wrapper .bx-viewport {
        height: 163px !important;
    }

    /*#index #main .slideUl li {
        width: 40% !important;
    }*/
    #index #main .slideUl li {
        width: 300px !important;
    }

    #index #main .slideUl li img {
        width: 100%;
    }

    #index #main .h2Ttl01 {
        margin: 15px 5px;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: normal;
    }

    #index #main .h2Ttl01 img {
        max-width: 100%;
    }

    #index #main .placeTxt {
        margin: 0 10px 20px;
        line-height: 1.5;
    }

    #index #main .placeTxt span {
        font-size: 16px;
        line-height: 1.2;
    }

    #index #main .ozoneBox {
        padding-top: 30px;
    }

    #index #main .ozoneBox h2 {
        margin-bottom: 10px;
        padding: 0;
    }

    #index #main .ozoneBox .bgBox {
        padding-right: 0;
    }

    #index #main .ozoneBox .bgBox img {
        width: 246px;
    }

    #index #main .ozoneBox .contentBox {
        margin: 0 auto 17px;
        padding: 25px 10px 0;
        min-height: inherit;
        width: auto;
        background: none;
    }

    #index #main .ozoneBox h3 {
        margin-bottom: 17px;
    }

    #index #main .ozoneBox h3 img {
        max-width: 16%;
        padding-right: 5px;
    }

    #index #main .ozoneBox .contentBox .hImg {
        margin: 8px 0 0 10px;
        max-width: 80%;
    }

    #index #main .ozoneBox .contentBox p {
        width: auto;
        font-size: 12px;
        line-height: 1.5;
    }

    #index #main .ozoneBox .linkList {
        padding: 3%;
    }

    #index #main .ozoneBox .linkList .inner {
        width: 100%;
    }

    #index #main .ozoneBox .linkList li {
        margin: 0;
    }

    /* #index #main .ozoneBox .linkList li:first-child {
        margin-bottom: 10px;
    } */
    #index #main .ozoneBox .linkList li {
        margin-bottom: 10px;
    }

    #index #main .ozoneBox .linkList li img {
        width: 100%;
    }

    #index #main .ozoneBox .linkList li a:hover img {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #index #main .blogBox {
        padding-bottom: 20px;
    }

    #index #main .blogBox .mainBox {
        padding-top: 30px;
    }

    #index #main .blogBox .lBox {
        margin-bottom: 20px;
        width: auto;
        float: none;
    }

    #index #main .blogBox .lBox h2 {
        margin-bottom: 12px;
    }

    /* 181025　編集
    #index #main .blogBox .lBox h2 img {
        width: 250px;
    }
    */
    #index #main .blogBox .lBox .bdBox {
        padding: 1px;
    }

    #index #main .blogBox .lBox dl {
        padding: 20px;
        font-size: 12px;
        line-height: 1.5;
        border: 3px solid #339999;
    }

    #index #main .blogBox .lBox dt {
        padding-bottom: 5px;
        float: none;
    }

    #index #main .blogBox .lBox dd {
        margin-bottom: 10px;
        padding: 0 0 5px;
    }

    #index #main .blogBox .lBox dd span {
        margin-right: 10px;
        padding: 2px 6px 0;
        font-size: 10px;
    }

    #index #main .blogBox .lBox dd a {
        text-decoration: none;
    }

    #index #main .blogBox .rBox {
        width: auto;
        float: none;
    }

    #index #main .blogBox .rBox img {
        width: 100%;
    }

    #index #main .resolveBox {
        background-position: initial !important;
    }

    /*------------------------------------------------------------
        price/
    ------------------------------------------------------------*/
    #price #main .headLine01 {
        margin-bottom: 45px;
    }

    #price #main h4 {
        margin-bottom: 20px;
        font-size: 10px;
    }

    #price #main h4 img {
        height: 30px;
    }

    #price #main h4 span {
        font-size: 16px;
    }

    #price #main .text {
        margin-bottom: 15px;
        padding: 0 10px 10px;
    }

    #price #main .comTable {
        margin-bottom: 20px;
    }

    #price #main .comTable .br {
        border-right: 1px solid #FFF;
    }

    #price #main .table01 .wid01 {
        width: 40%;
    }

    #price #main .table01 td {
        padding-left: 0;
        text-align: center;
    }

    #price #main .table01 td.br {
        width: 30%;
    }

    #price #main .table01 .last td {
        padding-bottom: 2px;
        border-bottom: 1px solid #E7E2D4;
    }

    #price #main .noteList {
        margin-bottom: 25px;
    }

    #price #main .noteList li {
        line-height: 1.5;
    }

    #price #main .bdBox {
        margin-bottom: 60px;
        border: 1px solid #339999;
    }

    #price #main .bdBox .content {
        padding: 10px;
    }

    #price #main .bdBox p {
        margin-right: 0;
        padding: 10px;
        width: auto;
        float: none;
    }

    #price #main .bdBox p img {
        width: 160px;
    }

    #price #main .bdBox ul {
        margin: 0;
        padding: 8px 0;
        text-align: center;
        float: none;
        border-right: none;
        border-bottom: 1px solid #EAF5F5;
    }

    #price #main .bdBox .list01 {
        margin-right: 0;
        padding-right: 0;
    }

    #price #main .bdBox li {
        padding-left: 15px;
        font-size: 12px;
        line-height: 1.8;
        background: none;
        background-size: 10px 10px;
    }

    #price #main .table02 th {
        border-bottom: 1px solid #C3B693;
    }

    #price #main .table02 tr td:first-child {
        padding-left: 10px;
    }

    #price #main .noteList01 {
        margin-bottom: 50px;
    }

    #price #main .text01 {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    #price #main .subList {
        margin-bottom: 40px;
    }

    #price #main .subList li {
        padding: 0 0 15px;
        width: auto;
        float: none;
    }

    #price #main .subList li:last-child {
        padding-bottom: 0;
    }

    #price #main .subList li .title {
        margin-bottom: 10px;
        padding: 10px;
        font-size: 14px;
    }

    #price #main .subList li .title:before {
        height: 1px;
        bottom: -2px;
    }

    #price #main .subList li .txt {
        padding: 10px;
        line-height: 1.5;
        background: #fff;
    }

    #price #main .h4Ttl {
        margin-bottom: 20px;
    }

    #price #main .text02 {
        margin-bottom: 15px;
        padding-bottom: 10px;
        line-height: 1.5;
    }

    #price #main .subList01 {
        margin-bottom: 0;
    }

    #price #main .subList01 li {
        width: auto;
    }

    #price #main .subList01 li .txt {
        padding: 10px;
        background: #fff;
    }

    #price #main .subList01 .liStyle {
        float: none;
        width: auto;
    }

    #price #main .subList01 .liStyle .txt {
        padding: 10px;
        font-size: 14px;
    }

    /*------------------------------------------------------------
        flow/
    ------------------------------------------------------------*/
    #flow #main .headLine01 {
        margin-bottom: 30px;
    }

    #flow #main .text {
        margin-bottom: 30px;
        padding: 10px;
    }

    #flow #main .flowBox:before {
        display: none;
    }

    #flow #main .flowBox .subBox {
        margin-bottom: 17px;
    }

    #flow #main .flowBox .lBox {
        padding-bottom: 17px;
        width: 100%;
        float: none;
    }

    #flow #main .flowBox .lBox .photo {
        width: 50%;
    }

    #flow #main .flowBox .lBox .photo img {
        width: auto;
        height: 44vw;
    }

    #flow #main .flowBox .lBox p {
        padding: 13% 15px;
        width: 50%;
        font-size: 18px;
        box-sizing: border-box;
        height: 44vw;
    }

    #flow #main .flowBox .lBox p span {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    #flow #main .flowBox .lBox p img {
        width: 22px;
    }

    #flow #main .flowBox .rBox {
        padding: 0 10px 15px;
        width: auto;
        float: none;
    }

    #flow #main .flowBox .rBox p {
        line-height: 1.5;
    }

    #flow #main .flowBox .rBox .title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #flow #main .flowBox .rBox ul {
        margin-top: 10px;
        width: auto;
    }

    #flow #main .flowBox .rBox li {
        width: auto;
        float: none;
        font-size: 12px;
        line-height: 1.5;
    }

    #flow #main .flowBox .last {
        margin-bottom: 0;
    }

    #flow #main .flowBox .last .lBox {
        padding-bottom: 17px;
    }

    /*------------------------------------------------------------
        greeting/
    ------------------------------------------------------------*/
    #greeting #main .imgBox {
        margin-bottom: 15px;
    }

    #greeting #main .imgBox .photoBox {
        margin: 0 0 15px;
        float: none;
        text-align: center;
    }

    #greeting #main .imgBox .photoBox img {
        max-width: 100%;
    }

    #greeting #main .imgBox .textBox {
        width: auto;
        float: none;
    }

    #greeting #main h4 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    #greeting #main h4 span {
        margin-bottom: 2px;
    }

    #greeting #main h4 img {
        height: 13px;
    }

    #greeting #main p {
        margin-bottom: 15px;
        line-height: 1.5;
    }

    #greeting #main .text {
        margin-bottom: 40px;
    }

    #greeting #main .h4Ttl {
        margin-bottom: 15px;
    }

    /*------------------------------------------------------------
        faq/
    ------------------------------------------------------------*/
    #faq #main p {
        margin-bottom: 19px;
        line-height: 1.6;
    }

    #faq #main .mainBox {
        padding-top: 30px;
    }

    #faq #main .naviList {
        margin-bottom: 45px;
    }

    #faq #main .naviList li {
        padding: 10px 0 0 0;
        width: 49%;
    }

    #faq #main .naviList li:nth-child(2n) {
        float: right;
    }

    #faq #main .naviList li a {
        padding: 10px 0;
        font-size: 12px;
        border: 2px solid #339999;
        border-bottom: 6px solid #339999;
    }

    #faq #main .naviList li a:before {
        margin-top: -3px;
        width: 10px;
        height: 6px;
        background: url(../img/faq/arrow.gif) no-repeat left top;
        background-size: 10px 6px;
        right: 8px;
    }

    #faq #main .naviList li a:hover {
        margin-top: 0;
        border-bottom: 6px solid #339999;
    }

    #faq #main h3 {
        margin: 0 0 24px;
        font-size: 16px;
    }

    #faq #main h3 img {
        height: 17px;
    }

    #faq #main dl {
        margin-bottom: 45px;
    }

    #faq #main dt {
        margin-top: 4px;
        padding: 5px 6px 5px 40px;
        font-size: 13px;
    }

    #faq #main dt:before {
        width: 26px;
        height: 26px;
        background-size: 26px 26px;
    }

    #faq #main dt span {
        padding-right: 15px;
        background: url(../img/faq/img01.png) no-repeat right center;
    }

    #faq #main dt.open span {
        background: url(../img/faq/img02.png) no-repeat right center;
        background-size: 10px 10px;
    }

    #faq #main dd {
        padding: 10px 10px 25px 40px;
    }

    #faq #main dd:before {
        width: 26px;
        height: 26px;
        background: url(../img/faq/a_img.gif) no-repeat left top;
        background-size: 26px 26px;
    }

    /*------------------------------------------------------------
    blog/
    ------------------------------------------------------------*/
    #blog .contents,
    #blog #aside,#case .contents,
    #case #aside,#voice .contents,
    #voice #aside {
        float: none;
        width: 100%;
    }

    #blog .contents,#case .contents,#voice .contents {
        padding: 0 0 40px;
    }

    #blog .title h3 span,#case .title h3 span,#voice .title h3 span {
        font-size: 140%;
    }

    .entry h3 {
        margin: 10px 0;
    }

    .blogSide ul {
        background: none;
    }

    #blog #aside img,#case #aside img,#voice #aside img {
        width: 100%;
        height: auto;
    }

    /*------------------------------------------------------------
    form/
    ------------------------------------------------------------*/
    #contact #main .mainBox {
        width: 100%;
        box-sizing: border-box;
    }

    #contact #main .read {
        padding: 20px;
    }

    .form_button input[type="reset"],
    .form_button input[type="button"],
    .form_button input[type="submit"] {
        width: 90%;
        margin: 15px 0 5px 0;
    }
}

/*------------------------------------------------------------
low
------------------------------------------------------------*/
#low .ttl01,
.comTtl01 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 1px 3px #000;
}

#low .mainBox .ttl03 {
    padding: 0 0 10px;
}

#low .mainBox p {
    padding: 0 0 10px;
    line-height: 1.75;
}

#low .mainBox p.right {
    text-align: right;
}

#low .mainBox .table01 {
    width: 100%;
    margin: 0 0 50px;
}

#low .mainBox .table01 th,
#low .mainBox .table01 td:first-child {
    width: 20%;
}

#low .mainBox .table01 thead th,
#low .mainBox .table01 tbody th {
    background: #f1eee7;
}

#low .mainBox .table01 th,
#low .mainBox .table01 td {
    border-bottom: #e5e5e5 1px solid;
    background: rgba(255, 255, 255, .5);
    padding: 10px 20px;
}

#low .mainBox tbody th,
#low .mainBox tbody td {
    padding: 10px 20px;
    vertical-align: top;
}

#low .mainBox dt {
    font-weight: bold;
}

#low .mainBox dd {
    padding: 0 0 20px 31px;
}

#low .mainBox li {
    padding: 0 0 10px 30px;
    text-indent: -32px;
}

#gNavi .mainBox li {
    padding: 0;
    text-indent: 0;
}

#low .mainBox .btnBox {
    margin: 50px 0 0;
}

#low .mainBox .btnBox ul {
    display: flex;
    justify-content: space-evenly;
}

#low .mainBox .btnBox li {
    padding: 0;
    text-indent: 0;
}

#low .mainBox .btnBox a {
    background: #f1eee7;
    padding: 20px 30px 20px 50px;
    display: block;
    text-align: center;
}

#low .mainBox .btnBox a::after {
    content: "≫";
    padding: 0 0 0 20px;
}

#low .mainBox .btnBox a:hover {
    text-decoration: none;
    opacity: .8;
}

#low .mainBox .btnBox .active {
    background: #399;
    color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #low .ttl01 {
        font-size: 18px;
    }

    #low .mainBox .btnBox {
        margin: 0;
    }

    #low .mainBox .btnBox ul {
        display: block;
    }

    #low .mainBox .btnBox li {
        padding: 0 0 3%;
    }

    #low .mainVisual {
        padding: 35px 0 0;
    }
}

/*------------------------------------------------------------
プライバシーマーク
------------------------------------------------------------*/
#gFooter .fPrivacyBox {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

#gFooter .fPrivacyBox .fPrivacyL {
    /*width: 67%;*/
    display: inline-block;
}

#gFooter .fPrivacyBox .privacyImg {
    float: left;
}

#gFooter .fPrivacyBox .fCardR {
    float: right;
    width: 28%;
}

#gFooter .fPrivacyBox .fPrivacyL .fPrivacyBoxR {
    padding-left: 160px;
    margin-top: 12px;
}

#gFooter .fPrivacyBox .fPrivacyL .fPrivacyBoxR h2 {
    color: #309d9c;
    font-size: 21px;
    width: auto;
    padding: 0;
    letter-spacing: 4px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
    font-weight: normal;
}

#gFooter .fPrivacyBox .fPrivacyL .fPrivacyBoxR p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 18px;
}

#gFooter .fPrivacyBox .fCardR .visaImg {
    float: left;
    margin-top: 16px;
}

#gFooter .fPrivacyBox .fCardR .masterImg {
    float: right;
    margin-bottom: 15px;
}

#gFooter .fPrivacyBox .fCardR .fCardText {
    clear: both;
    font-size: 14px;
    text-align: center;
}

.cardpay {
    width: 24%;
    margin: 0 auto;
}

.cardpay .visaImg {
    display: inline-block;
    margin-top: 13px;
}

.cardpay .visaImg img {
    width: 80%;
}

.cardpay .masterImg {
    float: right;
}

.cardpay .masterImg img {
    width: 84%;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #gFooter .fPrivacyBox {
        width: 100%;
        margin: 0;
        padding: 30px 0;
    }

    #gFooter .fPrivacyBox .fPrivacyL {
        margin: 0 10px;
    }

    #gFooter .fPrivacyBox .fPrivacyL .fPrivacyBoxR h2 {
        font-size: 6vw;
    }

    #gFooter .fPrivacyBox .fCardR {
        float: none;
        width: 69%;
        margin: 0 auto;
    }

    #gFooter .fPrivacyBox .fPrivacyL .sp {
        clear: both;
        padding-top: 10px;
        line-height: 1.7;
        padding-bottom: 30px;
    }

    .cardpay {
        width: 73%;
        margin: 0 auto;
    }

    #price #main .subList.newPay {
        margin-top: 40px;
    }

    .cardpay .visaImg {
        width: 50%;
    }

    .cardpay .masterImg {
        width: 43%;
    }

    #gFooter .fPrivacyBox .fPrivacyL .fPrivacyBoxR {
        padding-left: 150px;
    }

    #gFooter .fPrivacyBox .fCardR .visaImg {
        width: 45%;
    }

    #gFooter .fPrivacyBox .fCardR .visaImg img {
        width: 100%;
    }

    #gFooter .fPrivacyBox .fCardR .masterImg {
        width: 40%;
    }

    #gFooter .fPrivacyBox .fCardR .masterImg img {
        width: 100%;
    }
}

/*------------------------------------------------------------
クレジットカード追加 フッター、料金ページ
------------------------------------------------------------*/
#price #main .subList.newPay {
    padding-top: 0;
    margin: 50px 0 140px;
}

#price #main .subList.newPay.card {
    margin-bottom: 40px;
}

#price #main .subList.newPay.card p.txt {
    font-size: 14px;
}

#price #main .subList.newPay.card p a {
    color: #339999;
}

#price #main .subList.newPay.card p img {
    margin-bottom: 10px;
}

.ftCard {
    width: 1200px;
    margin: 0 auto 80px;
    display: flex;
}

.ftCard li {
    padding: 20px;
    border: 1px solid #eee;
}

.ftCard li:first-child {
    padding-right: 0;
}

.ftCard li p {
    margin-bottom: 10px;
    font-weight: bold;
}

.ftCard li p span {
    color: #6f5f33;
}

.ftCard li:last-child {
    margin-left: 20px;
}

.ftCard li:last-child img {
    float: left;
    margin-right: 10px;
}

.ftCard li .member {
    font-size: 14px;
    font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #price #main .subList.newPay.card p {
        font-size: 12px;
        text-align: center;
    }

    .ftCard {
        width: 90%;
        margin: 0 5% 10%;
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .ftCard li:first-child {
        padding: 3%;
    }

    .ftCard li:first-child img {
        width: 80%;
        margin: 0 10% 2%;
    }

    .ftCard li:last-child {
        margin: 5% 0 0;
    }

    .ftCard li .member {
        font-size: 12px;
    }
}

.video {
    padding: 40px 0;
}

.video .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}

.video .videoBox {
    width: 45%;
    text-align: center;
}

.videoBox a {
    display: block;
    margin-bottom: 10px;
}

.videoBox a:hover {
    opacity: 0.7;
}

.videoBox .youtube {
    text-decoration: underline;
}

#index #main .video .comTtl01.ttl0102 {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

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

    .video .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .video .videoBox {
        width: unset;
        order: 2;
        width: 100%;
    }

    .video .videoBox img {
        /* width: 100%; */
        width: auto;
        height: 150px;
    }

    #index #main .video .comTtl01.ttl0102 {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
}

/* infoArea--------------------------------------- */
.infoArea {
    border: 1px solid #ecbb81;
    width: 1060px;
    margin: 0 auto;
    background: #fff;
    padding: 24px 30px;
    margin-bottom: 86px;
    box-sizing: border-box;
}

.infoArea .readTxt {
    font-size: 14px;
    text-align: left;
    width: 84%;
    margin: 0 auto;
    text-align: center;
}

.infottl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
}

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

.lineImg:hover {
    opacity: 0.8;
    display: block;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
    .infoArea .box {
        flex-wrap: wrap;
    }

    .infoArea {
        border: 2px solid #ecbb81;
        width: auto;
        background: #fff;
        padding: 24px 12px;
        margin-bottom: 28px;
    }

    .infoArea .box .imgL {
        margin: 0 auto 8px;
    }

    .infoArea .readTxt {
        font-size: 13px;
        text-align: left;
        width: 100%
    }

    .infottl {
        font-size: 16px;
    }
}

/* お問い合わせ欄 */
.flexBox {
    display: flex;
}

.flexBox .lineLink,
.flexBox .contactLink {
    justify-content: space-around;
    align-items: center;
    color: #FFF;
    width: 176px;
    padding: 5px;
    margin-right: 10px;
}

.flexBox .lineLink {
    background-color: #06C755;
}

.flexBox .contactLink {
    background-color: #A99765;
}

.flexBox .lineLink img {
    width: 40px;
}

.flexBox .lineLink .arrow {
    width: 22px;
}

@media screen and (max-width: 767px) {
    .flexBox .lineLink, .flexBox .contactLink {
        justify-content: space-around;
        align-items: center;
        display: flex;
        width: 49%;
        box-sizing: border-box;
        align-items: center;
        margin-right: 0px;
        font-weight: bold;
        font-size: 13px;
    }

    .flexBox .lineLink img {
        width: 30px;
        margin-right: -8px;
    }

    .flexBox .lineLink .arrow {
        width: 14px;
        margin-right: 0;
    }

    .flexBox .contactLink img {
        width: 18px;
    }

    .flexBox .contactLink img.arrow {
        width: 14px;
    }

    .comContact .content .subBox .flexBox .lineLink, .comContact .content .subBox .flexBox .contactLink {
        width: 49%;
        padding: 5px;
        margin-right: 0;
    }

    .comContact .content .subBox .flexBox .lineLink img {
        width: 32px;
        margin-right: -8px;
    }

    .comContact .content .subBox .flexBox .lineLink .arrow, .comContact .content .subBox .flexBox .contactLink .arrow {
        width: 14px;
    }

    .comContact .content .subBox .flexBox .contactLink img {
        width: 19px;
    }

    #gFooter .fBox02 .rBox .fLineLink, #gFooter .fBox02 .rBox .fLink {
        width: 49%;
    }

    #gFooter .fBox02 .rBox .fLineLink a, #gFooter .fBox02 .rBox .fLink a {
        display: flex;
        padding: 12px 12px 12px 8px;
        color: #FFF;
        font-size: 13px;
        height: 42px;
        line-height: 1.26;
        box-sizing: border-box;
        align-items: center;
    }

    #gFooter .fBox02 .rBox .fLineLink .flexBox .sTxt {
        font-size: 10px;
    }

    #gFooter .fBox02 .rBox .fLineLink a img {
        width: 32px;
    }

    #gFooter .fBox02 .rBox .fLineLink a img.arrow {
        width: 14px;
        margin-right: 0;
    }

    #gFooter .fBox02 .rBox .fLink a img {
        width: 19px;
    }

    #gFooter .fBox02 .rBox .fLink a .arrow {
        width: 14px;
    }

    #gHeader .clearfix {
        padding-bottom: 0px;
    }
}

/* SPヘッダー修正 */
.spIconList {
    display: none;
}

@media screen and (max-width: 767px) {
    .spHeadWrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 2%;
    }

    .spHeadWrap::after {
        display: none;
    }

    .spIconList {
        display: flex;
        justify-content: flex-end;
        border-left: 1px solid #E0E0E0;
    }

    .spIconList li {
        width: 45px;
    }

    .spIconList li a, .spIconList li div {
        display: block;
    }

    .spIconList li a img, .spIconList li div img {
        width: 100%;
    }
    .paSiteLinks{
        box-sizing: border-box;
    }
}

/* 電話番号テキスト化 */
.telType01{
    width: 280px;
    float: left;
    color: black;
    font-weight: normal;
    font-size: 15px;
    border: none;
    text-align: center;
}
#gFooter .fBox02 .rBox li.telType01{
    width: 280px;
    float: left;
    color: black;
    font-weight: normal;
    font-size: 15px;
    border: none;
    text-align: center;
}
.telType01 a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}
.telType01 a img{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22px;
    margin-right: 4px;
    display: block;
}
.telType01 a .telNum{
    font-size: 32px;
    font-weight: bold;
        font-family: "ヒラギノ明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #a48503;
}
@media screen and (max-width:767px){
    .telType01{
        width: auto;
        float: none;
        font-size: 13px;
        padding: 7px 0;
    }
    #gFooter .fBox02 .rBox li.telType01{
        width: auto;
        float: none;
        font-size: 13px;
        padding: 7px 0;
    }
    .telType01 a img{
        width: 25px;
    }
    .telType01 a .telNum{
        font-size: 45px;
    }
}
