@charset "UTF-8";
/* Author: S.H */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.acms-entry .entry-container {margin: 0;}
.entry {border: none; max-width: 1200px; margin: 100px auto 50px;}
.entry-title {text-align: center; font-size: 30px; line-height: 1.2; font-weight: 500;}
.acms-grid, .acms-grid-r {margin: 0;}

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

.entry-column a:visited {color: #333;}

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

/* ---------------------------------------------------
	汎用ユニット
------------------------------------------------------ */
/* 見出し大 */
.entry-column h2 {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: 400; font-style: normal; font-size: 46px; line-height: 1.2; color: #03526F; margin: 0 auto 80px; padding: 0; border-left: none; letter-spacing: 0.05em;}

/* 見出し中 */
.entry-column h3 {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: 500; font-style: normal; font-size: 34px; line-height: 1.2; color: #03526F; margin: 0 auto 40px; padding: 5px 0 5px 10px; background: none; letter-spacing: 0.1em; border-left: 5px solid #03526F;}
.entry-column h3.taC {border-left: none;}

/* 見出し小 */
.entry-column h4 {font-weight: 400; font-style: normal; font-size: 24px; line-height: 1.2; color: #03526F; padding: 0; margin: 0 auto 30px; position: relative;}

/* 小見出し */
.entry-column h5 {font-weight: 400; font-style: normal; font-size: 22px; line-height: 1.4; padding: 0; margin: 0 auto 30px;}

/* 本文 */
.entry-column p {font-size: 18px; line-height: 1.8; 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 { 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-family: "Noto Sans JP", sans-serif; 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.5;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    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 h3 {font-size: 24px; margin: 40px auto 20px; padding: 0 10px;}
    .entry-column .acms-grid > h3 {max-width: calc(100% - 20px);}
    .entry-column h4 {padding: 0 10px; font-size: 20px; }
    .entry-column h5 {padding: 0 10px; font-size: 22px; margin: 0 auto 10px;}
    .entry-column p {padding: 0 10px; margin-bottom: 20px;}
    
    .ul-default ul {margin-bottom: 40px; padding: 0 10px;}
    .ol-default ol {margin-bottom: 40px; padding: 0 10px;}
	.entry-column .acms-grid > ul, .entry-column .acms-grid > ol {margin-bottom: 40px; padding: 0 10px;}
    
    .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), (max-width: 844px) and (orientation:landscape) {
.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: 20px;}
.txt-link .row_col {display: inline-block; margin-right: 60px; margin-bottom: 20px;}
.txt-link .row_col a { position: relative; display: block; padding: 2px 25px 2px 0; line-height: 1.2; text-align: left; text-decoration: underline;}
/*.txt-link .row_col a:before { content: ""; position: absolute; top: 50%; left: 0; display: block; width: 20px; height: 20px; margin-top: -10px; background: url(../images/common/ico-link.png) no-repeat center; background-size: 100%;}*/
.txt-link .row_col.blank a:after { content: ""; position: absolute; top: 50%; right: 0; display: block; width: 16px; height: 16px; margin-top: -8px; 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), (max-width: 844px) and (orientation:landscape) {
.txt-link {margin-bottom: 0;}
    .txt-link .row_col {margin: 0 10px 20px;}
}


/* ---------------------------------------------------
	ボタンリンク（センター1つ）
------------------------------------------------------ */
.entry-column .btn_center {
    text-align: center;
    margin: 50px auto 100px;
}
.entry-column .btn_center a {
    font-size: 18px; color: #03526F; border: 2px solid #03526F; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15); padding: 25px 100px; border-radius: 5px; text-decoration: none; font-weight: bold;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  .entry-column .btn_center{ margin: 60px 0px;} 
  .entry-column .btn_center a { padding: 20px 75px; }
}


/* ---------------------------------------------------
	ボタンリンク（3分割）
------------------------------------------------------ */
.btnlink {justify-content: flex-start; margin-bottom: 40px;}
.btnlink .row_col { width: 360px; max-width: 30%; margin-right: 5%; margin-bottom: 20px;}
.acms-col-sm-4 .btnlink .row_col { max-width: 100%; margin-right: 0; margin-bottom: 20px;}
.btnlink .row_col:nth-of-type(3n) {margin-right: 0;}
.btnlink .row_col:last-of-type {margin-right: 0;}
.btnlink .row_col a { position: relative; display: block; width: 100%; padding: 25px 50px; border: 1px solid #000; color: #FFF; font-weight: bold; text-align: left; text-decoration: none; background-color: #03526F; border-radius: 5px; box-shadow: 0 5px 8px rgba(0,0,0,0.15);}
/*.btnlink .row_col a:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 9px; height: 15px; margin-top: -5px; background: url(../images/common/ico-arrow-cr@2x.png) no-repeat center; background-size: 100%;}*/
.btnlink .row_col.blank a:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 16px; height: 16px; margin-top: -8px; background: url(../images/common/ico-blank-w@2x.png) no-repeat center; background-size: 100%;}
.btnlink .row_col.blank a[href$=".pdf"]:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 23.5px; height: 30px; margin-top: -15px; background: url(../images/common/ico-pdf.png) no-repeat center; background-size: 100%;}
.btnlink .row_col.blank a[href$=".doc"]:after, .btnlink .row_col.blank a[href$=".docx"]:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 23.5px; height: 30px; margin-top: -15px; background: url(../images/common/ico-doc.png) no-repeat center; background-size: 100%;}
.btnlink .row_col.blank a[href$=".xls"]:after, .btnlink .row_col.blank a[href$=".xlsx"]:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 23.5px; height: 30px; margin-top: -15px; background: url(../images/common/ico-xls.png) no-repeat center; background-size: 100%;}
.btnlink .row_col.blank a[href$=".ppt"]:after, .btnlink .row_col.blank a[href$=".pptx"]:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 23.5px; height: 30px; margin-top: -15px; background: url(../images/common/ico-ppt.png) no-repeat center; background-size: 100%;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .btnlink {display: block; margin-bottom: 30px; 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 .row_col a {padding: 20px 50px;}
    .btnlink .row_col a:after {right: 30px;}
}

/* ---------------------------------------------------
	アンカーボタン（3分割）
------------------------------------------------------ */
.btn_row {justify-content: flex-start; margin-bottom: 40px;}
.btn_row .row_col { width: 360px; max-width: 30%; margin-right: 5%; margin-bottom: 30px;}
.btn_row .row_col:nth-of-type(3n) {margin-right: 0;}
.btn_row .row_col:last-of-type {margin-right: 0;}
.btn_row .row_col a { position: relative; display: block; width: 100%; padding: 20px 20px 40px; border: 1px solid #222222; color: #000; font-weight: normal; text-align: center; text-decoration: none; background-color: #FFF;}
.btn_row .row_col a:after { content: ""; position: absolute; left: 50%; bottom: 20px; display: block; width: 20px; height: 10px; margin-left: -10px; 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: translateY(2px);}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  .btn_row {justify-content: space-between; margin-bottom: 30px; 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 .row_col a {padding: 10px 10px 15px;}
	.btn_row .row_col a:after {bottom: 5px; width: 14px; height: 7px; margin-left: -7px;}
  .btn_row .row_col a:hover {border-color: #444; color: #444;}
  .btn_row .row_col a:hover:after {transform: translateY(0);}
}

/* ---------------------------------------------------
	コラム：標準
------------------------------------------------------ */
.column_standard {width: 100%; border: none; padding: 40px; box-sizing: border-box; margin: 0 auto 40px; background: #F3F3F3;}
.column_standard h5 {}
.column_standard p {margin-bottom: 0;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .column_standard {padding: 20px; margin: 0 auto 20px;}
}

/* ---------------------------------------------------
	画像＋テキスト（左右配置）
------------------------------------------------------ */
.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: 400px;}
.pic_txt .row_pic.row_pic_w25 {width: 25%; max-width: 300px;}
.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: 400px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w25 {width: 25%; max-width: 300px; order: 10;}
.pic_txt .row_pic img {}
.pic_txt .row_txt {width: 46.667%; max-width: 560px;}
.pic_txt .row_txt.row_txt_w63 {width: 63.333%; max-width: 760px;}
.pic_txt .row_txt.row_txt_w71 {width: 71.667%; max-width: 860px;}
.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: block; width: 360px; padding: 25px 50px; border: 1px solid #000; color: #FFF; font-weight: bold; text-align: left; text-decoration: none; background-color: #03526F; border-radius: 5px; box-shadow: 0 5px 8px rgba(0,0,0,0.15);}
.pic_txt .row_txt .txt_btn.blank a:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 16px; height: 16px; margin-top: -8px; background: url(../images/common/ico-blank-w@2x.png) no-repeat center; background-size: 100%;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .pic_txt {margin-bottom: 30px;}
    .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_w25 {width: 100%; max-width: 100%;}
    .pic_txt.pic_right .row_pic {width: 100%; max-width: 100%; order: 0; padding: 0 10px;}
    .pic_txt.pic_right .row_pic.row_pic_w30 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w25 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt .row_txt {width: 100%; max-width: 100%; padding: 0 10px;}
    .pic_txt .row_txt h3 {margin: 0 auto 20px;}
    .pic_txt .row_txt p {padding: 0}
    .pic_txt .row_txt.row_txt_w63 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w71 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt .txt_btn {margin-top: 40px; text-align: left;}
    .pic_txt .row_txt .txt_btn a {width: 100%; padding: 20px 50px;}
    .pic_txt .row_txt .txt_btn a:after {right: 30px;}
}

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

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  .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; padding: 0 10px;}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：3分割）※センターから表示する
------------------------------------------------------ */
.box_row3 {justify-content: center;}
.box_row3 h4 {margin-bottom: 20px;}
.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 .col_pic { margin-bottom: 20px; text-align: center;}
.box_row3 .row_col .col_pic img {border-radius: 0;}
.box_row3 .row_col .col_txt p {margin: 0;}
.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), (max-width: 844px) and (orientation:landscape) {
    .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; padding: 0 10px;}
}


/* ---------------------------------------------------
	画像＋テキスト（縦：4分割）※センターから表示する
------------------------------------------------------ */
.box_row4 { justify-content: center;}
.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 .col_pic { margin-bottom: 20px; text-align: center;}
.box_row4 .row_col .col_pic img {border-radius: 0;}

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


/* ---------------------------------------------------
	テーブル（ｗ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-bottom: 1px solid #03526F; vertical-align: middle; border-top: none;}
.column-table- table th { width: 25%; background: #FFF; text-align: left; font-weight: bold; border-bottom: 3px solid #03526F; color: #03526F;}
.entry-column tr:nth-child(odd) {background: none;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  /* デフォルトパーツ */
  .column-table- { margin: 0 auto 20px;}
.column-table- table th { width: 100%;}
}
/* ---------------------------------------------------
	salesページ snsボタン
------------------------------------------------------ */
.snsbtn { margin: -40px auto 60px;}
@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.snsbtn { margin: -5px auto 40px; padding: 0 10px;}
	.snsbtn a { display:inline-block; margin-bottom: 5px;}
}


/* ---------------------------------------------------
	罫線
------------------------------------------------------ */
.entry-column .hr-line {margin: 0; border-bottom: 1px solid #000;}

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

/* ---------------------------------------------------
	余白
------------------------------------------------------ */
.hr_margin{margin: 0; border-bottom: none!important;}
.margin-s {padding-bottom: 20px;}
.margin-m {padding-bottom: 40px;}
.margin-l {padding-bottom: 60px;}

@media screen and (max-width:767px){
    .margin-s {padding-bottom: 10px;}
	.margin-m {padding-bottom: 20px;}
	.margin-l {padding-bottom: 30px;}
}

