<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.acms-entry .entry-container {margin: 0;}
.entry {border: none; max-width: 1200px; margin: 100px 22.222% 50px 3.703%;}
.entry-title {text-align: center; font-size: 30px; line-height: 1.2; font-weight: 500;}
.acms-grid, .acms-grid-r {margin: 0;}
.entry-column tr:nth-child(odd) {background: none;}

.acms-col-sm-6,
.acms-entry [class*=acms-col-sm-6] {padding-right: 10px;}
.acms-col-sm-6 + .acms-col-sm-6,
.acms-entry [class*=acms-col-sm-6] + .acms-entry [class*=acms-col-sm-6] {padding-right: 0; padding-left: 10px;}
.acms-col-sm-4,
.acms-entry [class*=acms-col-sm-4] {padding-right: 10px;}
.acms-col-sm-4 + .acms-col-sm-4,
.acms-entry [class*=acms-col-sm-4] + .acms-entry [class*=acms-col-sm-4] {padding-right: 5px; padding-left: 5px;}
.acms-col-sm-4 + .acms-col-sm-4 + .acms-col-sm-4,
.acms-entry [class*=acms-col-sm-4] + .acms-entry [class*=acms-col-sm-4] + .acms-entry [class*=acms-col-sm-4] {padding-right: 0; padding-left: 10px;}

.acms-entry [class*=column-eximage], .acms-entry [class*=column-media], .acms-entry [class*=column-video], .acms-entry [class*=column-youtube] {padding-left: 0; padding-right: 0;}

.acms-admin-form .acms-admin-form-select, .acms-admin-form select { -moz-appearance: none; -webkit-appearance: none;}

.entry-column em {/*font-style: italic;*/ font-style: normal; font-weight: bold; text-decoration: underline;}

.message-back-link {display: inline-block; margin: 50px auto; text-align: center; border: none; padding: 10px 20px;}

.tcol-red {color: red;}
.tcol-orange {color: orange;}
.tcol-yellow {color: yellow;}
.tcol-green {color: darkgreen;}
.tcol-blue {color: blue;}
.tcol-purple {color: purple;}

.txt-lll {font-size: 1.333em;}
.txt-ll {font-size: 1.222em;}
.txt-l {font-size: 1.111em;}
.txt-s {font-size: 0.888em;}
.txt-ss {font-size: 0.777em;}
.txt-sss {font-size: 0.666em;}

@media screen and (max-width: 767px) {
    .acms-entry .entry-container {margin: 0; padding: 0 10px;}
    .entry {width: 100%; margin: 50px auto 25px;}
}

/* ---------------------------------------------------
	汎用ユニット
------------------------------------------------------ */
/* 見出し大 */
.entry-column h2 {font-weight: 400; font-style: normal; font-size: 34px; line-height: 1.5; color: #000; margin: 0 auto 50px; padding: 0; border-left: none; letter-spacing: 0.1em; font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif}
.entry-column h2:nth-child(n+2) {margin-top: 100px;}


/* 見出し中 */
.entry-column h3 {font-weight: 500; font-style: normal; font-size: 30px; line-height: 1.4; color: #659227; margin: 0 auto 30px; padding: 0; background: none; letter-spacing: 0.1em;}

/* 見出し小 */
.entry-column h4 {font-weight: 500; font-style: normal; font-size: 24px; line-height: 1.4; color: #333 ; padding: 0 0 0 34px; margin: 0 auto 20px; position: relative;}
.entry-column h4::before {content: ""; display: inline-block; position: absolute; background: url(../images/common/ico-h4@2x.png) no-repeat; background-size: 100%; left: 0; top: 50%; transform: translateY(-60%); width: 24px; height: 25px; }
.entry-column h4.taC::before {position: relative;}

/* 小見出し */
.entry-column h5 {font-weight: 700; font-style: normal; font-size: 22px; line-height: 1.4; padding: 0; margin: 0 auto 20px; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; letter-spacing: 0.05em;}

/* 本文 */
.entry-column p {font-size: 18px; line-height: 2.0; margin: 0 auto 40px; padding: 0;}

/* リスト */
.entry-column ul, .entry-column ol {padding: 0; margin: 0;}
.entry-column ul li, .entry-column ol li {padding: 0; margin: 0; font-size: 18px; font-size: 112.5%; line-height: 1.8;}
.entry-column ul li + li, .entry-column ol li + li { margin-top: 20px; }

.entry-column ul { margin-bottom: 40px; list-style: none;}
.entry-column ul li { padding-left: 25px; background: url(../images/common/ico-li@2x.png) no-repeat 0 5px; background-size: 20px 20px;}

.entry-column ol {counter-reset: oldef; margin-bottom: 40px; list-style: none;}
.entry-column ol li { padding-left: 30px; position: relative;}
.entry-column ol li::before { counter-increment: oldef; content: counter(oldef); color: #000; font-style: normal; font-weight: 700; font-size: 20px; display: block; width: 25px; position: absolute; top: 0; left: 0; text-align: center; line-height: 1.6;}

.column-map-auto, .column-map-left {margin-bottom: 40px;}

@media screen and (max-width: 767px) {
    h2.entry-title {font-size: 28px; margin: 0 auto 20px; padding: 0 10px;}
    .entry-column h2 {font-size: 28px; margin: 0 auto 20px; padding: 0 10px;}
    .entry-column h2 br {display: none;}
	.entry-column h2:nth-child(n+2) {margin-top: 50px;}
    .entry-column h3 {font-size: 24px; margin: 0 auto 20px; padding: 0 10px;}
    .entry-column h4 {padding-left: 44px; font-size: 22px; }
    .entry-column h4::before {left: 10px; transform: translateY(-55%);}
    .entry-column h5 {padding: 0 10px; font-size: 20px; margin: 0 auto 10px;}
    .entry-column p {padding: 0 10px; margin-bottom: 20px;}

    .entry-column ul,
    .entry-column ol { margin-bottom: 40px; padding: 0 10px;}

    .column-map-auto, .column-map-left {margin-bottom: 20px;}

    .entry-column p iframe {width: 100%;}
    .gmap {}
    .gmap iframe {width: 100%;}
}


/* ---------------------------------------------------
	流れ用：数字付き見出し
------------------------------------------------------ */
.entry-column h3.tit-flow {border-left: none; counter-increment: flow; position: relative; padding-left: 54px; font-weight: bold; line-height: 1.4;}
.entry-column h3.tit-flow::before {content: counter(flow); position: absolute; top: 50%; left: 0; min-width: 40px; height: 40px; text-align: center; line-height: 40px; color: #FFF; font-size: 24px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: bold; background: #06799E; margin-top: -20px;}
/*.entry-column h3.tit-flow::before {content: counter(flow, decimal-leading-zero); position: absolute; bottom: 0; left: 0; min-width: 44px; height: 44px; text-align: center; line-height: 44px; color: #00469C; font-size: 44px; font-family: Arial, Helvetica, "sans-serif"; font-weight: bold;} */

@media screen and (max-width: 767px) {
.entry-column h3.tit-flow {padding-left: 59px;}
.entry-column h3.tit-flow::before {top: 50%; left: 5px;}
}

/* ---------------------------------------------------
	テキストリンク
------------------------------------------------------ */
.txt-link {justify-content: flex-start; margin-bottom: 40px;}
.txt-link.row-l {justify-content: flex-start;}
.txt-link.row-c {justify-content: center;}
.txt-link.row-r {justify-content: flex-end;}
.txt-link .row_col {display: inline-block; margin-right: 60px; margin-bottom: 20px;}
.txt-link.row-l .row_col {text-align: left;}
.txt-link.row-c .row_col {text-align: center;}
.txt-link.row-r .row_col {text-align: right;}
.txt-link.num-1 .row_col {display: inline-block; width: 100%; margin-right: 0;}
.txt-link.num-2 .row_col {display: inline-block; width: 49%; margin-right: 2%;}
.txt-link.num-2 .row_col:nth-child(2n),
.txt-link.num-2 .row_col:last-child {margin-right: 0;}
.txt-link.num-3 .row_col {display: inline-block; width: 32%; margin-right: 2%;}
.txt-link.num-3 .row_col:nth-child(3n),
.txt-link.num-3 .row_col:last-child {margin-right: 0;}
.txt-link.num-4 .row_col {display: inline-block; width: 23.5%; margin-right: 2%;}
.txt-link.num-4 .row_col:nth-child(4n),
.txt-link.num-4 .row_col:last-child {margin-right: 0;}
.txt-link .row_col a { position: relative; display: inline-block; padding: 0; color: #333; line-height: 1.8; text-align: left; text-decoration: underline; font-size: 18px;}
.txt-link .row_col a::before {}
.txt-link .row_col.blank a::after { content: ""; display: inline-block; width: 16px; height: 16px; vertical-align: middle; margin-left: 10px; background: url(../images/common/ico-blank@2x.png) no-repeat center; background-size: cover;}
.txt-link .row_col a:hover {text-decoration: none;}

@media screen and (max-width: 767px) {
	.txt-link {padding: 0 10px; margin-bottom: 20px;}
	.txt-link.num-2 .row_col {width: 100%; margin-right: 0;}
	.txt-link.num-3 .row_col {width: 100%; margin-right: 0;}
	.txt-link.num-4 .row_col {width: 100%; margin-right: 0;}
	.txt-link .row_col { margin-right: 0;}
}


/* ---------------------------------------------------
	ボタンリンク（3分割）
------------------------------------------------------ */
.btnlink {justify-content: flex-start; margin-bottom: 40px;}
.btnlink.row-l {justify-content: flex-start;}
.btnlink.row-c {justify-content: center; text-align: center;}
.btnlink.row-r {justify-content: flex-end; text-align: right;}
.btnlink .row_col { width: 360px; max-width: 30%; margin-right: 5%; margin-bottom: 40px;}
.btnlink .row_col:nth-of-type(3n) {margin-right: 0;}
.btnlink .row_col:last-of-type {margin-right: 0;}
.btnlink.num-1 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
.btnlink.num-2 .row_col { width: 49%; max-width: 49%; margin-right: 2%;}
.btnlink.num-2 .row_col:nth-child(2n),
.btnlink.num-2 .row_col:last-child {margin-right: 0;}
.btnlink.num-3 .row_col { width: 30%; max-width: 30%; margin-right: 5%;}
.btnlink.num-3 .row_col:nth-child(3n),
.btnlink.num-3 .row_col:last-child {margin-right: 0;}
.btnlink.num-4 .row_col { width: 23.5%; max-width: 23.5%; margin-right: 2%;}
.btnlink.num-4 .row_col:nth-child(4n),
.btnlink.num-4 .row_col:last-child {margin-right: 0;}
.btnlink .row_col a { position: relative; display: inline-block; width: 360px; max-width: 100%; padding: 14.5px 40px; color: #FFF; font-size: 18px; font-weight: normal; text-align: center; text-decoration: none; background-color: #82AE46; line-height: 1.2;}
.btnlink.num-3 .row_col a {width: 100%;}
.btnlink.num-4 .row_col a {min-width: 280px; width: 100%;}
.btnlink .row_col a::after {}
.btnlink .row_col.blank a::after { content: ""; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%);  right: 25px; width: 16px; height: 16px; background: url(../images/common/ico-blank-w@2x.png) no-repeat center; background-size: 100%;}
.btnlink .row_col.blank a[href$=".pdf"],
.btnlink .row_col.blank a[href$=".doc"],
.btnlink .row_col.blank a[href$=".docx"],
.btnlink .row_col.blank a[href$=".xls"],
.btnlink .row_col.blank a[href$=".xlsx"],
.btnlink .row_col.blank a[href$=".ppt"],
.btnlink .row_col.blank a[href$=".pptx"] { background-color: #333; padding: 19.5px 30px 19.5px 50px; text-align: left; }
.btnlink .row_col.blank a[href$=".pdf"]::before { content: ""; display: inline-block; position: absolute; background: url(../images/common/ico-pdf@2x.png) no-repeat center; background-size: 100%; left: 20px; top: 50%; transform: translateY(-50%); width: 20px; height: 25px;}
.btnlink .row_col.blank a[href$=".doc"]::before,
.btnlink .row_col.blank a[href$=".docx"]::before,
.btnlink .row_col.blank a[href$=".xls"]::before,
.btnlink .row_col.blank a[href$=".xlsx"]::before,
.btnlink .row_col.blank a[href$=".ppt"]::before,
.btnlink .row_col.blank a[href$=".pptx"]::before { content: ""; display: inline-block; position: absolute; background: url(../images/common/ico-shorui@2x.png) no-repeat center; background-size: 100%; left: 20px; top: 50%; transform: translateY(-50%); width: 20px; height: 30px;}
.btnlink .row_col.blank a[href$=".pdf"]::after,
.btnlink .row_col.blank a[href$=".doc"]::after,
.btnlink .row_col.blank a[href$=".docx"]::after,
.btnlink .row_col.blank a[href$=".xls"]::after,
.btnlink .row_col.blank a[href$=".xlsx"]::after,
.btnlink .row_col.blank a[href$=".ppt"]::after,
.btnlink .row_col.blank a[href$=".pptx"]::after { content: none; }

@media screen and (max-width: 767px) {
    .btnlink {display: block; margin-bottom: 40px; padding: 0 10px;}
    .btnlink .row_col { width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 10px;}
    .btnlink .row_col:last-of-type {margin-bottom: 0;}
	.btnlink.num-2 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btnlink.num-3 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btnlink.num-4 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
    .btnlink .row_col a {}
    .btnlink .row_col a::after {right: 30px;}
    .btnlink .row_col.blank a::after {right: 25px;}
}

/* ---------------------------------------------------
	アンカーボタン（3分割）
------------------------------------------------------ */
.btn_row {justify-content: flex-start; margin-bottom: 40px;}
.btn_row.row-l {justify-content: flex-start;}
.btn_row.row-c {justify-content: center; text-align: center;}
.btn_row.row-r {justify-content: flex-end; text-align: right;}
.btn_row .row_col { width: 360px; max-width: 30%; margin-right: 5%; margin-bottom: 20px;}
.btn_row .row_col:nth-of-type(3n) {margin-right: 0;}
.btn_row .row_col:last-of-type {margin-right: 0;}
.btn_row.num-1 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
.btn_row.num-2 .row_col { width: 49%; max-width: 49%; margin-right: 2%;}
.btn_row.num-2 .row_col:nth-child(2n),
.btn_row.num-2 .row_col:last-child {margin-right: 0;}
.btn_row.num-3 .row_col { width: 30%; max-width: 30%; margin-right: 5%;}
.btn_row.num-3 .row_col:nth-child(3n),
.btn_row.num-3 .row_col:last-child {margin-right: 0;}
.btn_row.num-4 .row_col { width: 23.5%; max-width: 23.5%; margin-right: 2%;}
.btn_row.num-4 .row_col:nth-child(4n),
.btn_row.num-4 .row_col:last-child {margin-right: 0;}
.btn_row .row_col a { position: relative; display: inline-block; width: 360px; max-width: 100%; padding: 16px 20px 28px; border: 1px solid #333; border-radius: 40px; color: #333; font-size: 18px; font-weight: 500; text-align: center; text-decoration: none; background-color: #FFF; line-height: 1.3333333; }
.btn_row.num-3 .row_col a {width: 100%;}
.btn_row.num-4 .row_col a {min-width: 280px; width: 100%;}
.btn_row .row_col a::after { content: ""; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); bottom: 12px; width: 15px; height: 9px; background: url(../images/common/ico-arrow-bb@2x.png) no-repeat center; background-size: 100%; transition: transform .2s;}
.btn_row .row_col a:hover {opacity: 1;}
.btn_row .row_col a:hover::after {transform: translate(-50%, 2px);}

@media screen and (max-width: 767px) {
	.btn_row {justify-content: space-between; margin-bottom: 20px; padding: 0 10px;}
	.btn_row .row_col {width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 10px;}
	.btn_row .row_col:last-of-type {margin-bottom: 0;}
	.btn_row.num-2 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btn_row.num-3 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btn_row.num-4 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btn_row .row_col a {}
	.btn_row .row_col a::after {}
	.btn_row .row_col a:hover {border-color: #444; color: #444;}
	.btn_row .row_col a:hover::after {transform: translate(-50%, 0);}
}

/* ---------------------------------------------------
	コラム：注意文
------------------------------------------------------ */
.column_caution {width: 100%; border: 4px solid #B10404; padding: 40px; box-sizing: border-box; margin: 0 auto 40px;}
.column_caution h4 {color: #B10404; padding-left: 0;}
.column_caution h4::before { content: none; }
.column_caution &gt; .box {display: flex; justify-content: space-between; align-items: stretch; width: 100%; margin-bottom: 40px;}
.column_caution &gt; .box:last-child {margin-bottom: 0;}
.column_caution &gt; .box .txt {}
.column_caution &gt; .box .txt p {margin-bottom: 0;}
.column_caution &gt; .box .txt.onimg {width: calc(100% - 35.8% - 40px);}
.column_caution &gt; .box .img {width: 35.8%; max-width: 400px; margin-left: 40px;}

@media screen and (max-width: 767px) {
    .column_caution {width: calc(100% - 20px); padding: 20px; margin: 0 auto 20px;}
    .column_caution &gt; .box {display: block; width: 100%; margin-bottom: 40px;}
    .column_caution &gt; .box:last-child {}
    .column_caution &gt; .box .txt {margin-bottom: 20px;}
    .column_caution &gt; .box .txt p {padding: 0; margin-bottom: 0;}
    .column_caution &gt; .box .txt.onimg {width: 100%;}
    .column_caution &gt; .box .img {width: 100%; max-width: 100%; margin-left: 0;}
}

/* ---------------------------------------------------
	コラム：標準
------------------------------------------------------ */
.column_standard {width: 100%; border: 1px solid #000; padding: 40px; box-sizing: border-box; margin: 0 auto 40px; background: #FFF;}
.column_standard h4 {}
.column_standard &gt; .box {display: flex; justify-content: space-between; align-items: stretch; width: 100%; margin-bottom: 40px;}
.column_standard &gt; .box:last-child {margin-bottom: 0;}
.column_standard &gt; .box .txt {}
.column_standard &gt; .box .txt p {margin-bottom: 0;}
.column_standard &gt; .box .txt.onimg {width: calc(100% - 35.8% - 40px);}
.column_standard &gt; .box .img {width: 35.8%; max-width: 400px; margin-left: 40px;}

@media screen and (max-width: 767px) {
    .column_standard {width: calc(100% - 20px); padding: 20px; margin: 0 auto 20px;}
	.column_standard h4 { padding-left: 34px; }
	.column_standard h4::before { left: 0; }
    .column_standard &gt; .box {display: block; width: 100%; margin-bottom: 40px;}
    .column_standard &gt; .box:last-child {margin-bottom: 0;}
    .column_standard &gt; .box .txt {margin-bottom: 20px;}
    .column_standard &gt; .box .txt p {padding: 0; margin-bottom: 0;}
    .column_standard &gt; .box .txt.onimg {width: 100%;}
    .column_standard &gt; .box .img {width: 100%; max-width: 100%; margin-left: 0;}
}

/* ---------------------------------------------------
	画像＋テキスト（左右配置）
------------------------------------------------------ */
.pic_txt {margin-bottom: 60px;}
.pic_txt .row_pic {width: 50%; max-width: 600px;}
.pic_txt .row_pic.row_pic_w30 {width: 30%; max-width: 360px;}
.pic_txt .row_pic.row_pic_w40 {width: 40%; max-width: 480px;}
.pic_txt .row_pic.row_pic_w60 {width: 60%; max-width: 720px;}
.pic_txt .row_pic.row_pic_w70 {width: 70%; max-width: 840px;}
.pic_txt.pic_right .row_pic {width: 50%; max-width: 600px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w30 {width: 30%; max-width: 360px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w40 {width: 40%; max-width: 480px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w60 {width: 60%; max-width: 720px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w70 {width: 70%; max-width: 840px; order: 10;}
.pic_txt .row_pic img {}
.pic_txt .row_txt {width: 46.667%; max-width: 560px;}
.pic_txt .row_txt.row_txt_w66 {width: 66.667%; max-width: 790px;}
.pic_txt .row_txt.row_txt_w56 {width: 56.667%; max-width: 670px;}
.pic_txt .row_txt.row_txt_w36 {width: 36.667%; max-width: 440px;}
.pic_txt .row_txt.row_txt_w26 {width: 26.667%; max-width: 320px;}
.pic_txt .row_txt p {margin-bottom: 0;}
.pic_txt .row_txt .txt_btn {margin-top: 40px; text-align: left;}
.pic_txt .row_txt .txt_btn a { position: relative; display: inline-block; width: 100%; max-width: 360px; padding: 14.5px 45px; color: #FFF; font-size: 18px; font-weight: normal; text-align: center; text-decoration: none; background-color: #82AE46; line-height: 1.2;}
.pic_txt .row_txt .txt_btn a::after {}
.pic_txt .row_txt .txt_btn.blank a::after {content: ""; display: inline-block; position: absolute; top: 50%; transform: translateY(-50%);  right: 25px; width: 16px; height: 16px; background: url(../images/common/ico-blank-w@2x.png) no-repeat center; background-size: 100%;}

@media screen and (max-width: 767px) {
    .pic_txt {margin-bottom: 30px;}
    .pic_txt h3 {padding: 0;}
    .pic_txt .row_pic {width: 100%; max-width: 100%; margin-bottom: 20px; text-align: center;}
    .pic_txt .row_pic.row_pic_w30 {width: 100%; max-width: 100%;}
    .pic_txt .row_pic.row_pic_w40 {width: 100%; max-width: 100%;}
    .pic_txt .row_pic.row_pic_w60 {width: 100%; max-width: 100%;}
    .pic_txt .row_pic.row_pic_w70 {width: 100%; max-width: 100%;}
    .pic_txt.pic_right .row_pic {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w30 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w40 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w60 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w70 {width: 100%; max-width: 100%; order: 0;}
	.pic_txt .row_pic img { padding: 0 10px;}
    .pic_txt .row_txt {width: 100%; max-width: 100%; padding: 0 10px;}
    .pic_txt .row_txt.row_txt_w66 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w56 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w36 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w26 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt p {padding: 0;}
    .pic_txt .row_txt .txt_btn {margin-top: 40px; text-align: left;}
    .pic_txt .row_txt .txt_btn a {width: 100%; padding: 20px 10px;}
    .pic_txt .row_txt .txt_btn a::after {right: 30px;}
}

/* ---------------------------------------------------
	画像＋テキスト（画像に重ねて配置）
------------------------------------------------------ */
.pic_ontxt {margin-bottom: 60px;}
.pic_ontxt .img {width: 100%; position: relative;}
.pic_ontxt .txt {width: calc(100% - 100px); margin: -150px auto 0; background: rgba(238,238,238,0.9); padding: 50px; position: relative;}
.pic_ontxt .txt h3 {margin-top: 0; margin-bottom: 30px;}
.pic_ontxt .txt p {margin-bottom: 0;}

@media screen and (max-width: 767px) {
    .pic_ontxt {margin-bottom: 30px;}
    .pic_ontxt .img {width: 100%; position: relative;}
    .pic_ontxt .txt {width: calc(100% - 20px); margin: -50px auto 0; padding: 20px;}
    .pic_ontxt .txt h3 {margin-bottom: 20px;}
    .pic_ontxt .txt p {margin-bottom: 0;}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：2分割）※センターから表示する
------------------------------------------------------ */
.box_row2 {justify-content: space-between; margin-bottom: 40px;}
.box_row2 h4 {margin-bottom: 10px;}
.box_row2 .row_col { width: 580px; max-width: 48.333%; margin-bottom: 40px;}
.box_row2 .row_col:nth-last-of-type(2),.box_row2 .row_col:nth-last-of-type(2) ~ .row_col {margin-bottom: 0;}
.box_row2 .row_col .col_pic { margin-bottom: 20px; text-align: center;}
.box_row2 .row_col .col_pic img {}
.box_row2 .row_col .col_txt p {margin: 0;}

@media screen and (max-width: 767px) {
  .box_row2 {}
  .box_row2 h4 {margin-bottom: 10px;}
  .box_row2 .row_col { width: 100%; max-width: 100%; margin-bottom: 20px;}
  .box_row2 .row_col .col_pic { margin-bottom: 15px;}
  .box_row2 .row_col + .row_col { margin-top: 30px;}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：3分割）※センターから表示する
------------------------------------------------------ */
.box_row3 {justify-content: flex-start; margin-bottom: 40px;}
.box_row3 h4 {margin-bottom: 10px;}
.box_row3 .row_col { width: 373px; max-width: 31.084%; margin-right: 3.37%; margin-bottom: 40px;}
.box_row3 .row_col:nth-of-type(3n) { margin-right: 0;}
.box_row3 .row_col:last-of-type { margin-right: 0;}
/*.box_row3 .row_col:nth-last-of-type(3),.box_row3 .row_col:nth-last-of-type(3) ~ .row_col {margin-bottom: 0;}*/
.box_row3 .row_col .col_pic { margin-bottom: 20px; text-align: center;}
.box_row3 .row_col .col_txt p {margin: 0;}
.box_row3 .row_col .col_txt .btnlink{margin-top: 10px; margin-bottom: 0;}
.box_row3 .row_col .col_txt .btnlink .row_col{width:100%; max-width: 100%; margin-bottom: 0;}
.box_row3 .row_col .col_txt .btnlink .row_col a{width:100%; padding: 5px 10px; border: 1px solid #333; background: #FFF; border-radius: 5px; font-size: 1em; color: #333;}

.box_row3 .row_col .col_btn {margin-top: 20px; text-align: left;}
.box_row3 .row_col .col_btn a {display: inline-block; border: 1px solid #0EA7AC; padding: 20px 20px; text-decoration: none; width: 100%; min-width: 360px;}
.box_row3 .row_col .col_btn a::before {content: url(../images/common/ico-arrow-cr.png); margin-right: 10px;}

@media screen and (max-width: 767px) {
    .box_row3 {margin-bottom: 50px;}
    .box_row3 h4 {margin-bottom: 10px; font-size: 24px;}
    .box_row3 .row_col {width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 20px;}
    .box_row3 .row_col:last-of-type { margin-bottom: 0;}
    .box_row3 .row_col .col_pic {margin-bottom: 15px;}
}


/* ---------------------------------------------------
	画像＋テキスト（縦：4分割）※センターから表示する
------------------------------------------------------ */
.box_row4 { justify-content: flex-start; margin-bottom: 40px;}
.box_row4 h5 {margin-bottom: 20px;}
.box_row4 .row_col { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px;}
.box_row4 .row_col:nth-of-type(4n) { margin-right: 0;}
.box_row4 .row_col:last-of-type { margin-right: 0;}
/*.box_row4 .row_col:nth-last-of-type(4),.box_row4 .row_col:nth-last-of-type(4) ~ .row_col { margin-bottom: 0;}*/
.box_row4 .row_col .col_pic { margin-bottom: 20px; text-align: center;}
.box_row4 .row_col .col_pic img {}

@media screen and (max-width: 767px) {
    .box_row4 {margin-bottom: 50px; justify-content: space-between;}
    .box_row4 h5 {font-size: 20px; margin-bottom: 10px; margin-left: 0; margin-right: 0; text-align: left;}
    .box_row4 .row_col {width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 20px;}
    .box_row4 .row_col:last-of-type { margin-botoom: 0;}
    .box_row4 .row_col .col_pic {margin-bottom: 15px;}
}


/* ---------------------------------------------------
	テーブル（ｗ100％）
------------------------------------------------------ */
/* デフォルトパーツ */
.column-table- { width: 100%; margin: 0 auto 40px;}

.column-table- table {width: 100%; border-spacing: 0; border-collapse: collapse; empty-cells: show; table-layout: fixed; background: #FFF;}
.column-table- table th, .column-table- table td { padding: 20px; border-top: none; border-bottom: 1px solid #A7A799; vertical-align: middle; font-size: 18px;}
.column-table- table th { width: 25%; background: #F2F2E5; text-align: left; font-weight: bold; color: #000;}
table th.acms-cell-text-center.width {width: 70%;}
table th.acms-cell-text-center.haba {width: 30%;}

/* 240110 */
/* セルが多いテーブルの調整 */
@media screen and (max-width: 1700px) {
    .column-table- table.cancellation-charge {
      table-layout: auto;
    }

    table.cancellation-charge th.acms-cell-text-center {
      min-width: 5.5em;
    }
    table.cancellation-charge th.acms-cell-text-center.haba {
      min-width: 7em;
    }
}
/* /240110 */

@media screen and (max-width: 767px) {
    /* デフォルトパーツ */
    .column-table- { margin: 0 auto 20px;}
    .column-table- table th { width: 100%; white-space: normal; min-width: 300px;}

    .column-table- table.js-table-unit-scroll-hint {table-layout: auto;}
    .column-table- table.acms-table-scrollable {table-layout: auto;}
  
    /* 240110 */
    /* セルが多いテーブルの調整 */
    .column-table- table.cancellation-charge th {
        min-width: 120px;
    }
    /* /240110 */
}


/* --------------------------------------------------- オプション --------------------------------------------------- */

/* ---------------------------------------------------
	スタッフ紹介
------------------------------------------------------ */
.staff-detail {display: flex; justify-content: flex-start; flex-wrap: wrap; max-width: 1200px; margin: 0 auto;}
.staff-detail::before, .staff-detail::after {display: none;}
.staff-detail .staff-img {text-align: center;}
 .entry-column .staff-detail .staff-name {font-size: 22px; text-align: center; margin-bottom: 10px; padding-top: 25px;}
 .entry-column .staff-detail .staff-name::before {display: none;}
.staff-detail .staff-name-en {font-size: 16px; text-align: center; margin-bottom: 5px;}
.staff-detail .staff-detail-list { width: 31.667%; max-width: 380px; margin-right: 2.5%; margin-bottom: 40px;}
.staff-detail .staff-detail-list:nth-of-type(3n) { margin-right: 0;}
.staff-detail .staff-detail-list:last-of-type { margin-right: 0;}
.staff-detail .staff-detail-list tr {border-bottom: 1px solid #000;}
.staff-detail .staff-detail-list th {padding: 20px 0 15px 0; margin-bottom: 20px; text-align: left; font-weight: bold; width: 110px;}
.staff-detail .staff-detail-list td {padding: 20px 0 15px 0; margin-bottom: 20px; text-align: left; width: 270px;}
.staff-detail .staff-detail-list .staff-txt-l th {display: block; width: 100%; padding-bottom: 0; margin-bottom: 0;}
.staff-detail .staff-detail-list .staff-txt-l td {display: block; width: 100%;}

@media screen and (max-width: 767px) {
    .staff-detail .staff-detail-list { width: 100%; max-width: 100%; margin-right: 0;}
    .staff-detail .staff-detail-list th {display: block; padding: 15px 0 15px 0; margin-bottom: 0; text-align: left; font-weight: bold; width: 100%; border-top: none;}
    .staff-detail .staff-detail-list td {display: block; padding: 15px 0 15px 0; margin-bottom: 20px; text-align: left; width: 100%; border-top: none;}
    .staff-detail .staff-detail-list .staff-txt-l th {padding-bottom: 15px; margin-bottom: 0;}
}

/* ---------------------------------------------------
	Q&amp;A
------------------------------------------------------ */
.faq-group {max-width: 1200px; margin: 0 auto 40px;}
.faq-group h2 {width: 100%; text-align: center; background: rgba(42,24,0,0.05); padding: 5px 0; cursor: pointer;}
.faq-group h2::after {content: ""; display: inline-block; width: 29px; height: 17px; background: url("../images/common/ico-arrow-bb@2x.png") no-repeat center; background-size: cover; transition: all 0.4s ease-in-out; -webkit-transform: rotate(0deg); transform: rotate(0deg); margin: 0 0 3px 20px;}
.faq-group h2.open::after {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.faq-group-contents {display: none;}
.faq-group-contents .faq-content {border-bottom: 1px solid #2A1800; margin-bottom: 40px;}
.faq-content {max-width: 1200px; margin: 0 auto; border-bottom: 1px solid #2A1800; margin-bottom: 40px;}
.faq-content .faq-q { position: relative; padding-left: 40px; padding-bottom: 10px; text-align: left; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 24px; margin-bottom: 20px; color: #333; font-weight: 700; border-bottom: 1px solid #333; }
.faq-content .faq-q::before { content: 'Q'; position: absolute; top: 50%; transform: translateY(-70%); left: 2px; font-size: 34px; font-weight: bold; font-family: "Times New Roman", serif; line-height: 1.235294117;}
.faq-content .faq-a { position: relative; padding-left: 40px; line-height: 2.0;}
.faq-content .faq-a::before { content: 'A'; position: absolute; top: 0; left: 2px; font-size: 34px; font-weight: bold; line-height: 1; font-family: "Times New Roman", serif; line-height: 1; color: #82AE46;}

@media screen and (max-width: 767px) {
    .faq-content .faq-q { font-size: 20px;}
    .faq-content .faq-q::before {margin-right: 5px; margin-left: 5px;}
    .faq-content .faq-a::before {margin-right: 5px; margin-left: 5px;}
	.faq-group {margin: 0 auto 20px;}
	.faq-group h2 { text-align: left; padding: 10px 10px; margin-bottom: 20px; font-size: 20px; letter-spacing: 0; }
	.faq-group h2::after {content: ""; display: inline-block; width: 18px; height: 10px; background: url("../images/common/ico-arrow-bb@2x.png") no-repeat center; background-size: cover; transition: all 0.4s ease-in-out; -webkit-transform: rotate(0deg); transform: rotate(0deg); margin: 0 0 3px 10px;}
}

/* ---------------------------------------------------
	流れ・手順用
------------------------------------------------------ */
.custom-flow {counter-reset: flownum;}
.flow-box {position: relative; padding: 40px 10px;}
.flow-box:nth-child(2n) {background: rgba(42,24,0,0.05);}
.flow-box h2 {padding-left: 50px; position: relative; margin-bottom: 20px;}
.flow-box h2::before {counter-increment: flownum; content: counter(flownum,decimal-leading-zero); position: absolute; top: 0; left: 0; margin-top: 0; letter-spacing: 0.1em; font-size: 40px; font-family: "Times New Roman", Times, "serif"; font-weight: bold;}
.flow-content {display: flex; justify-content: space-between; width: 100%; max-width: 1200px; margin: 0 auto;}
.flow-content::before, .flow-content::after {content: ""; display: none;}
.flow-img {width: 28.334%; max-width: 340px;}
.flow-txt {width: 68.334%; max-width: 820px;}
.flow-content.no-img .flow-img {display: none;}
.flow-txt {width: 68.334%; max-width: 820px;}
.flow-content.no-img .flow-txt {width: 100%; max-width: 100%;}
.entry-column p.flow-txt {margin: 0;}
.flow-txt strong {font-weight: bold;}

@media screen and (max-width: 767px) {
.flow-box {position: relative; padding: 40px 0;}
.flow-content {display: block; width: 100%; max-width: 1200px;}
.flow-img {width: 100%; max-width: 100%; text-align: center; margin-bottom: 10px;}
.flow-txt {width: 100%; max-width: 100%;}
}

/* ---------------------------------------------------
	画像テキスト載せ
------------------------------------------------------ */
.unit-imgontxt {}

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

/* ---------------------------------------------------
	slider 共通
------------------------------------------------------ */
.slick-prev, .slick-next {background: none;}
.slick-prev::before, .slick-next::before {content: ""; display: none;}
/*.slide-5 {max-width: 1200px; margin: 0 auto;}
.slide-5 .slick-next, .slide-5 .slick-prev {width: 30px; height: 54px; margin-top: -27px;}
.slide-5 .slick-prev {background: url("../images/common/ico-slider-prev@2x.png") no-repeat; left: -50px;}
.slide-5 .slick-next {background: url("../images/common/ico-slider-next@2x.png") no-repeat; right: -50px;}
.slide-5 .slick-slide img {max-width: 1000px; max-height: 660px;}

.slide-5-thumb {max-width: 1000px; margin: 0 auto 40px;}
.slide-5-thumb .slick-track {display: flex; justify-content: space-between;}
.slide-5-thumb .slick-track::before, .slide-5-thumb .slick-track::after {display: none;}
.slide-5-thumb .slick-slide {max-width: 216px;}
.slide-5-thumb .slick-next, .slide-5-thumb .slick-prev {width: 15px; height: 27px; top: 50%; margin-top: -14px;}
.slide-5-thumb .slick-prev {background: url("../images/common/ico-slider-prev.png") no-repeat; left: -30px;}
.slide-5-thumb .slick-next {background: url("../images/common/ico-slider-next.png") no-repeat; right: -30px;}*/

.slide-inft {max-width: 1000px; margin: 0 auto;}
.slide-inft .slick-next, .slide-inft .slick-prev {width: 30px; height: 54px; margin-top: -27px;}
.slide-inft .slick-prev {background: url("../images/common/ico-slider-prev@2x.png") no-repeat; left: -50px;}
.slide-inft .slick-next {background: url("../images/common/ico-slider-next@2x.png") no-repeat; right: -50px;}
.slide-inft .slick-slide img {max-width: 1000px; max-height: 660px;}

.slide-inft-thumb {max-width: 880px; margin: 0 auto 40px;}
.slide-inft-thumb .slick-track {display: flex; justify-content: space-between;}
.slide-inft-thumb .slick-track::before, .slide-inft-thumb .slick-track::after {display: none;}
.slide-inft-thumb .slick-slide {max-width: 170px;}
.slide-inft-thumb .slick-next, .slide-inft-thumb .slick-prev {width: 15px; height: 27px; top: 50%; margin-top: -14px;}
.slide-inft-thumb .slick-prev {background: url("../images/common/ico-slider-prev.png") no-repeat; left: -30px;}
.slide-inft-thumb .slick-next {background: url("../images/common/ico-slider-next.png") no-repeat; right: -30px;}

.slide-inf {max-width: 1000px; margin: 0 auto 40px;}
.slide-inf .slick-next, .slide-inf .slick-prev {width: 30px; height: 54px; margin-top: -27px;}
.slide-inf .slick-prev {background: url("../images/common/ico-slider-prev@2x.png") no-repeat; left: -50px;}
.slide-inf .slick-next {background: url("../images/common/ico-slider-next@2x.png") no-repeat; right: -50px;}
.slide-inf .slick-slide img {max-width: 1000px; max-height: 660px;}

.slick-list:focus:focus::before {border: none;}
.slick-slide .slide-img-cap {margin-bottom: 20px;}


@media screen and (max-width: 767px) {
/*    .slide-5 {max-width: 100%; margin: 0 auto;}
    .slide-5 .slick-next, .slide-5 .slick-prev {display: none !important; width: 80px; height: 15px; margin-top: -7px; top: 110px;}
    .slide-5 .slick-prev {background: url("../img/common/ico_slide_arrow_left.png") no-repeat; left: 0;}
    .slide-5 .slick-next {background: url("../img/common/ico_slide_arrow_right.png") no-repeat; right: 0;}
    .slide-5 .slick-slide img {max-width: 100%; max-height: 250px;}

    .slide-5-thumb {max-width: 100%; margin: 0 auto 40px;}
    .slide-5-thumb .slick-track {display: flex; justify-content: space-between; margin-bottom: 20px;}
    .slide-5-thumb .slick-track::before, .slide-5-thumb .slick-track::after {display: none;}
    .slide-5-thumb .slick-slide {max-width: 216px;}
    .slide-5-thumb .slick-next, .slide-5-thumb .slick-prev {top: 40%;}*/

    .slide-inft {max-width: 100%; margin: 0 auto;}
    .slide-inft .slick-next, .slide-inft .slick-prev {display: none !important; width: 80px; height: 15px; margin-top: -7px; top: 110px;}
    .slide-inft .slick-prev {background: url("../img/common/ico_slide_arrow_left.png") no-repeat; left: 0;}
    .slide-inft .slick-next {background: url("../img/common/ico_slide_arrow_right.png") no-repeat; right: 0;}
    .slide-inft .slick-slide img {max-width: 100%; max-height: 250px;}

    .slide-inft-thumb {max-width: 100%; margin: 0 auto 40px;}
    .slide-inft-thumb .slick-track {display: flex; justify-content: space-between; margin-bottom: 20px;}
    .slide-inft-thumb .slick-track::before, .slide-inft-thumb .slick-track::after {display: none;}
    .slide-inft-thumb .slick-slide {max-width: 170px;}
    .slide-inft-thumb .slick-next, .slide-inft-thumb .slick-prev {top: 40%;}

    .slide-inf {max-width: 100%; margin: 0 auto 40px;}
    .slide-inf .slick-next, .slide-inf .slick-prev {display: none !important; width: 80px; height: 15px; margin-top: -7px; top: 110px;}
    .slide-inf .slick-prev {background: url("../img/common/ico_slide_arrow_left.png") no-repeat; left: 0;}
    .slide-inf .slick-next {background: url("../img/common/ico_slide_arrow_right.png") no-repeat; right: 0;}
    .slide-inf .slick-slide img {max-width: 100%; max-height: 250px;}

    .slick-slide .slide-img-cap {margin-bottom: 10px; line-height: 1.6;}
}



/* ---------------------------------------------------
	企業理念・基本方針など
------------------------------------------------------ */
.custom-philosophy {text-align: center; margin-bottom: 80px;}
.custom-philosophy h3 {border: 1px solid #666; color: #333; display: inline-block; margin: 0 auto 30px; padding: 5px 30px;}
.custom-philosophy p {font-size: 1.555em;}

@media screen and (max-width: 767px) {
    .custom-philosophy {margin-bottom: 30px;}
    .custom-philosophy h3 {margin: 0 auto 20px;}
}
</pre></body></html>