@charset "UTF-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.acms-entry .entry-container {margin: 0;}
.entry {border: none; max-width:calc(100vw * (1200 / 1366)); margin: 0 auto calc(100vw * (50 / 1366));box-sizing: border-box;}
.entry-title {text-align: center; font-size: calc(100vw * (30 / 1366)); line-height: 1.2; font-weight: 500;}
.acms-grid, .acms-grid-r {margin: 0;}
.mainimg + .acms-grid {margin-top: 80px;}

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

@media screen and (max-width: 767px) {
    .acms-entry .entry-container {margin: 0; padding: 0;}
    .entry {width: 100%; margin: 0 auto calc(100vw * (25 / 375));max-width: 100%;}
    /*[class*=acms-col] {padding-left: 0; padding-right: 0;}*/
    .mainimg + .acms-grid {margin-top: 40px;}
}

/* ---------------------------------------------------
	汎用ユニット
------------------------------------------------------ */
/* ------見出し大------ */
.entry-column h2, .top .entry .entry-column h2{font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;font-style: normal;line-height: 1.6; border-left: none; text-align: center; display: flex;/* justify-content: center;*/ align-items: center;font-weight: 700;font-size: calc(100vw*(24 / 1366));letter-spacing: 0.5em;color: #000;border-bottom: calc(100vw*(2 / 1366)) solid #000;padding:0 0 calc(100vw*(3 / 1366)) 0;margin:0 auto calc(100vw*(20 / 1366));position: relative;font-feature-settings: "palt";}
.entry-column h2, .top .entry .entry-column h2::before,.entry-column h2, .top .entry .entry-column h2::after{display: none;}
.entry-column h2, .top .entry .entry-column h2 span {display: inline-block; max-width: 100%; padding: 0 calc(100vw*(25 / 1366)); white-space: nowrap;}
.top .entry .entry-column h2 span {white-space: normal;}
@media screen and (max-width: 767px) {
  .entry-column h2, .top .entry .entry-column h2{font-size: calc(100vw*(24 / 375));border-bottom: calc(100vw*(2 / 375)) solid #000;padding:0 0 calc(100vw*(3 / 375)) 0;margin:0 auto calc(100vw*(20 / 375));}
  .entry-column h2, .top .entry .entry-column h2 span{padding: 0 calc(100vw*(25 / 375));}
}

/* ------見出し中------ */
.entry-column h3{box-sizing: border-box;width: 100%;font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;background: #6f6f6f;color: #fff;font-size: calc(100vw*(24 / 1366));letter-spacing: 0.2em;border: none;margin: 0 0 calc(100vw*(20 / 1366)) 0;font-weight: 700;padding: calc(100vw*(7 / 1366)) calc(100vw*(60 / 1366)) calc(100vw*(7 / 1366)) calc(100vw*(27 / 1366));line-height: 1.2;}
.entry-column h3.caution{color: #D52424;background: none;border: calc(100vw*(2 / 1366)) solid #D52424;}
@media screen and (max-width: 767px) {
  .entry-column h3{font-size: calc(100vw*(24 / 375));padding: calc(100vw*(7 / 375)) calc(100vw*(60 / 375)) calc(100vw*(7 / 375)) calc(100vw*(27 / 375));margin: 0 0 calc(100vw*(20 / 375)) 0;}
  .entry-column h3.caution{border: calc(100vw*(2 / 375)) solid #D52424;}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .entry-column h3 {font-size: calc(100vw*(24 / 667)); padding: calc(100vw*(7 / 667)) calc(100vw*(60 / 667)) calc(100vw*(7 / 667)) calc(100vw*(27 / 667)); margin: 0 0 calc(100vw*(20 / 667)) 0;}
  .entry-column h3.caution {border: calc(100vw*(2 / 667)) solid #D52424;}
}

/* ------見出し小------ */
.entry-column h4 {font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;padding: 0 0 0 0; margin: 0; font-size: calc(100vw*(24 / 1366)); line-height: 1.2; color: #000; margin-bottom:calc(100vw*(20 / 1366));font-weight: 500;}
@media screen and (max-width: 767px) {
  .entry-column h4{font-size: calc(100vw*(24 / 375));margin-bottom:calc(100vw*(20 /375));}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .entry-column h4 {font-size: calc(100vw*(24 / 667)); margin-bottom: calc(100vw*(20 / 667));}
}

/* ------小見出し------ */
.entry-column h5 {font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;font-weight: 500; font-style: normal; padding: 0; margin: 0; font-size: calc(100vw*(20 / 1366)); line-height: 1.4; margin-bottom: calc(100vw*(20 / 1366));color: #000;}
@media screen and (max-width: 767px) {
  .entry-column h5{font-size: calc(100vw*(20 / 375));margin-bottom: calc(100vw*(20 / 375));}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .entry-column h5 {font-size: calc(100vw*(20 / 667)); margin-bottom: calc(100vw*(20 / 667));}
}

/* ------本文------ */
.entry-column p {font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;margin: 0; line-height: 2; margin-bottom: calc(100vw*(40 / 1366)); padding: 0; font-size: calc(100vw*(16 / 1366));}
.entry-column p iframe {max-width: 100%;}
@media screen and (max-width: 767px) {
  .entry-column p{font-size: calc(100vw*(16 / 375)); margin-bottom: calc(100vw*(40 / 375));}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .entry-column p {font-size: calc(100vw*(16 / 667)); margin-bottom: calc(100vw*(40 / 667));}
}


/* ------リスト------ */
.entry-column ul, .entry-column ol {font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;padding: 0; margin: 0;}
.entry-column ul li, .entry-column ol li {padding: 0; margin: 0; font-size: 100%; line-height: 1.8;}

.entry-column ul { margin-bottom: calc(100vw*(40 / 1366)); list-style: none;}
.entry-column ul li { padding-left: calc(100vw*(25 / 1366)); background: url(../images/common/ico-li@2x.png) no-repeat 0 calc(100vw*(5 / 1366)); background-size: calc(100vw*(20 / 1366)) calc(100vw*(20 / 1366)); font-size: calc(100vw*(16 / 1366));font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;}

.entry-column ul.btn-to-list {display: flex; justify-content: center;}
.entry-column ul.btn-to-list li {background: none; padding-left: 0;}

.entry-column ol {counter-reset: oldef; margin-bottom: calc(100vw*(40 / 1366)); list-style: none;}
.entry-column ol li { padding-left: calc(100vw*(25 / 1366)); position: relative; font-size: calc(100vw*(16 / 1366));}
.entry-column ol li:before { counter-increment: oldef; content: counter(oldef); color: #000; font-style: normal; font-weight: 900; font-size: calc(100vw*(18 / 1366)); display: block; width: calc(100vw*(20 / 1366)); position: absolute; top: 0; left: 0; text-align: center; line-height: 1.5;}

.entry-column pre ol.linenums { padding-left: calc(100vw*(20 / 1366));}
.entry-column pre ol.linenums li {list-style: auto; padding-left: calc(100vw*(20 / 1366));}
.entry-column pre ol.linenums li:before {display: none;}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .entry-column p iframe {height: auto;}
}

@media screen and (max-width: 767px) {
  .entry-column ul { margin-bottom: calc(100vw*(40 / 375));}
  .entry-column ul li { padding-left: calc(100vw*(25 / 375)); background: url(../images/common/ico-li@2x.png) no-repeat 0 calc(100vw*(5 / 375)); background-size: calc(100vw*(20 / 375)) calc(100vw*(20 / 375)); font-size: calc(100vw*(16 / 375));}
  
  .entry-column ul.btn-to-list li {width: auto;}

  .entry-column ol {margin-bottom: calc(100vw*(40 / 375));}
  .entry-column ol li { padding-left: calc(100vw*(25 / 375)); font-size: calc(100vw*(16 / 375));}
  .entry-column ol li:before { font-size: calc(100vw*(18 / 375)); width: calc(100vw*(20 / 375));}
  
  .entry-column pre ol.linenums { padding-left: calc(100vw*(20 / 375));}
  .entry-column pre ol.linenums li {padding-left: calc(100vw*(20 / 375));}

  .ul-default ul { margin-bottom: 40px; padding: 0 10px;}
  .ol-default ol {margin-bottom: 40px; padding: 0 10px;}

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

@media screen and (max-width: 767px) and (orientation: landscape) {
  .entry-column ul li {padding-left: calc(100vw*(25 / 667)); background: url(../images/common/ico-li@2x.png) no-repeat 0 calc(100vw*(5 / 667)); background-size: calc(100vw*(20 / 667)) calc(100vw*(20 / 667)); font-size: calc(100vw*(16 / 667));}
  
  .entry-column ol li {padding-left: calc(100vw*(25 / 667)); font-size: calc(100vw*(16 / 667));}
  
  .entry-column pre ol.linenums {padding-left: calc(100vw*(20 / 667));}
  .entry-column pre ol.linenums li {padding-left: calc(100vw*(20 / 667));}
}



/* ---------------------------------------------------
	流れ用：数字付き見出し
------------------------------------------------------ */
/* .entry-column h3.tit-flow {border-left: none; counter-increment: flow; position: relative; padding-left: 54px; font-weight: bold;}
.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) {} */

/* ---------------------------------------------------
	（旧）テキストリンク
------------------------------------------------------ */
/*.txt-link {justify-content: flex-start; margin-bottom: calc(100vw*(20 / 1366));font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;}
.txt-link .row_col {display: inline-block; margin-right:calc(100vw*(60 / 1366)); margin-bottom:calc(100vw*(20 / 1366));}
.txt-link .row_col a { position: relative; display: block; padding: calc(100vw*(2 / 1366)) calc(100vw*(25 / 1366)) calc(100vw*(2 / 1366)) calc(100vw*(30 / 1366)); color: #002BA2; line-height: 1.2; text-align: left; text-decoration: underline;font-size: calc(100vw*(16 / 1366));}
.txt-link .row_col a:before { content: ""; position: absolute; top: 50%; left: 0; display: block; width:calc(100vw*(18 / 1366)); height: calc(100vw*(18 / 1366)); margin-top: calc(100vw*(-10 / 1366)); background: url(../images/common/ico-link.png) no-repeat center; background-size: 100%;}*//* テキストの前にリンクアイコンが必要な場合　.txt-link .row_col a のpadding-leftを30pxにする */
/*.txt-link .row_col.blank a:after { content: ""; position: absolute; top: 50%; right: 0; display: block; width: calc(100vw*(16 / 1366)); height: calc(100vw*(16 / 1366)); margin-top: calc(100vw*(-8 / 1366)); 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 {margin-bottom: calc(100vw*(20 / 375));}
  .txt-link .row_col {margin-right:calc(100vw*(60 / 375)); margin-bottom:calc(100vw*(20 / 375));}
  .txt-link .row_col a {display: block; padding: calc(100vw*(2 / 375)) calc(100vw*(25 / 375)) calc(100vw*(2 / 375)) calc(100vw*(30 / 375)); font-size: calc(100vw*(16 / 375));}
  .txt-link .row_col a:before {width:calc(100vw*(18 / 375)); height: calc(100vw*(18 / 375)); margin-top: calc(100vw*(-10 / 375));}
  .txt-link .row_col.blank a:after {width: calc(100vw*(16 / 375)); height: calc(100vw*(16 / 375)); margin-top: calc(100vw*(-8 / 375));}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .txt-link {margin-bottom: calc(100vw*(20 / 667));}
  .txt-link .row_col {margin-right: calc(100vw*(60 / 667)); margin-bottom: calc(100vw*(20 / 667));}
  .txt-link .row_col a {padding: calc(100vw*(2 / 667)) calc(100vw*(25 / 667)) calc(100vw*(2 / 667)) calc(100vw*(30 / 667)); font-size: calc(100vw*(16 / 667));}
  .txt-link .row_col a:before {width: calc(100vw*(18 / 667)); height: calc(100vw*(18 / 667)); margin-top: calc(100vw*(-10 / 667));}
  .txt-link .row_col.blank a:after {width: calc(100vw*(16 / 667)); height: calc(100vw*(16 / 667)); margin-top: calc(100vw*(-8 / 667));}
}*/


/* ---------------------------------------------------
	（旧）ボタンリンク（3分割）
------------------------------------------------------ */
/*.btnlink {justify-content: flex-start; margin-bottom:calc(100vw*(20 / 1366));font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;}
.btnlink .row_col { width: calc(100vw*(270 / 1366)); max-width: 31.034%; margin-right: 3.44%; margin-bottom: calc(100vw*(20 / 1366));}
.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: calc(100vw*(15 / 1366)) calc(100vw*(50 / 1366)); border: none; color: #FFF; font-weight: bold; text-align: center; text-decoration: none; background-color: #000; box-sizing: border-box;font-size: calc(100vw*(18 / 1366));}*/
/*.btnlink .row_col a:after { content: ""; position: absolute; top: 50%; right: 50px; display: block; width: 30px; height: 30px; margin-top: -15px; 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: calc(100vw*(10 / 1366)); display: block; width: calc(100vw*(16 / 375)); height: calc(100vw*(16 / 1366)); margin-top: calc(100vw*(-8 / 1366)); background: url(../images/common/ico-blank@2x.png) no-repeat center; background-size: 100%;}
.btnlink .row_col.blank a[href$=".pdf"]:after { content: ""; position: absolute; top: 50%; right: calc(100vw*(10 / 1366)); display: block; width: calc(100vw*(23.5 / 1366)); height: calc(100vw*(30 / 1366)); margin-top: calc(100vw*(-15 / 1366)); 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:calc(100vw*(10 / 1366)); display: block; width: calc(100vw*(23.5 / 1366)); height:  calc(100vw*(30 / 1366)); margin-top: calc(100vw*(-15 / 1366)); 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: calc(100vw*(10 / 1366)); display: block; width: calc(100vw*(23.5 / 1366)); height: calc(100vw*(30 / 1366)); margin-top: calc(100vw*(-15 / 1366)); 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: calc(100vw*(10 / 1366)); display: block; width: calc(100vw*(23.5 / 1366)); height: calc(100vw*(30 / 1366)); margin-top: calc(100vw*(-15 / 1366)); background: url(../images/common/ico-ppt.png) no-repeat center; background-size: 100%;}

@media screen and (max-width: 767px) {
    .btnlink {display: block;}
    .btnlink .row_col { width: 100%; max-width: 100%; margin-right: 0; margin-bottom: calc(100vw*(10 / 375));}
    .btnlink .row_col a {padding: calc(100vw*(15 / 375)) calc(100vw*(50 / 375));font-size: calc(100vw*(18 / 375));}
    .btnlink .row_col.blank a:after {right: calc(100vw*(10 / 375)); display: block; width: calc(100vw*(16 / 375)); height: calc(100vw*(16 / 375)); margin-top: calc(100vw*(-8 / 375));}
    .btnlink .row_col.blank a[href$=".pdf"]:after {right: calc(100vw*(10 / 375)); width: calc(100vw*(23.5 / 375)); height: calc(100vw*(30 / 375)); margin-top: calc(100vw*(-15 / 375));}
    .btnlink .row_col.blank a[href$=".doc"]:after, .btnlink .row_col.blank a[href$=".docx"]:after {right:calc(100vw*(10 / 375));width: calc(100vw*(23.5 / 375)); height:  calc(100vw*(30 / 375)); margin-top: calc(100vw*(-15 / 375));}
    .btnlink .row_col.blank a[href$=".xls"]:after, .btnlink .row_col.blank a[href$=".xlsx"]:after {right: calc(100vw*(10 / 375));width: calc(100vw*(23.5 / 375)); height: calc(100vw*(30 / 375)); margin-top: calc(100vw*(-15 / 375));}
    .btnlink .row_col.blank a[href$=".ppt"]:after, .btnlink .row_col.blank a[href$=".pptx"]:after {right: calc(100vw*(10 / 375));width: calc(100vw*(23.5 / 375)); height: calc(100vw*(30 / 375)); margin-top: calc(100vw*(-15 / 375));}
}*/

/* ---------------------------------------------------
	アンカーボタン（3分割）
------------------------------------------------------ */
.btn_row {justify-content: flex-start; margin-bottom: calc(100vw*(20 / 1366));font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;}
.btn_row .row_col { width: calc(100vw*(270 / 1366)); max-width: 31.034%; margin-right: 3.44%; margin-bottom: calc(100vw*(20 / 1366));}
.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: calc(100vw*(20 / 1366)) calc(100vw*(20 / 1366)) calc(100vw*(40 / 1366)); border: none; color: #000; font-weight: normal; text-align: center; text-decoration: none; background-color: #EBF0F1; border-radius: calc(100vw*(40 / 1366)); box-sizing: border-box;font-size: calc(100vw*(18 / 1366));}
.btn_row .row_col a:after { content: ""; position: absolute; left: 50%; bottom:calc(100vw*(20 / 1366)); display: block; width: calc(100vw*(20 / 1366)); height: calc(100vw*(10 / 1366)); margin-left: calc(100vw*(-10 / 1366)); 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(calc(100vw*(2 / 1366)));}

@media screen and (max-width: 767px) {
  .btn_row {justify-content: space-between;margin-bottom: calc(100vw*(20 / 375));margin-top: calc(100vw*(20 / 375));}
  .btn_row .row_col {width: 100%;/*width: calc(100vw*(270 / 375));*/ max-width: 100%; margin-right: 0;  margin-bottom: calc(100vw*(10 / 375));}
  .btn_row .row_col:last-of-type {margin-bottom: 0;}
  .btn_row .row_col a {padding: calc(100vw*(15 / 375)) calc(100vw*(10 / 375)) calc(100vw*(15 / 375));border-radius: calc(100vw*(15 / 375));font-size: calc(100vw*(18 / 375));}
  .btn_row .row_col a:after {width: calc(100vw*(16 / 375));height: calc(100vw*(7 / 375)); bottom:calc(100vw*(5 / 375)); margin-left: calc(100vw*(-10 / 375));}
  .btn_row .row_col a:hover {border-color: #444; color: #444;}
  .btn_row .row_col a:hover:after {transform: translateY(0);}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .btn_row {margin-bottom: calc(100vw*(20 / 667)); margin-top: calc(100vw*(20 / 667));}
  .btn_row .row_col {margin-bottom: calc(100vw*(10 / 667));}
  .btn_row .row_col a {padding: calc(100vw*(15 / 667)) calc(100vw*(10 / 667)) calc(100vw*(15 / 667)); border-radius: calc(100vw*(15 / 667)); font-size: calc(100vw*(18 / 667));}
  .btn_row .row_col a:after {width: calc(100vw*(16 / 667)); height: calc(100vw*(7 / 667)); bottom: calc(100vw*(5 / 667)); margin-left: calc(100vw*(-10 / 667));}
}

/* ---------------------------------------------------
	コラム：注意文
------------------------------------------------------ */
.column_caution {width: 100%;  border: calc(100vw*(4 / 1366)) double #D52424; padding: calc(100vw*(40 / 1366)) calc(100vw*(40 / 1366)) calc(100vw*(30 / 1366)) calc(100vw*(40 / 1366)); box-sizing: border-box; margin: 0 auto calc(100vw*(40 / 1366));}
.column_caution h4 {color: #D52424; line-height: 1; padding-left: 0;}
.column_caution p {margin-bottom: calc(100vw*(10 / 1366));color: #000;}

@media screen and (max-width: 767px) {
    .column_caution {width: 100%; border: calc(100vw*(4 / 375)) solid #D52424; padding: calc(100vw*(20 / 375)) calc(100vw*(20 / 375)) calc(100vw*(10 / 375)) calc(100vw*(20 / 375)); margin: 0 auto calc(100vw*(20 / 375));}
    .column_caution h4 {color: #D52424; line-height: 1;}
    .column_caution p {margin-bottom: calc(100vw*(10 / 375));}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .column_caution {width: 100%; border: calc(100vw*(4 / 667)) solid #D52424; padding: calc(100vw*(20 / 667)) calc(100vw*(20 / 667)) calc(100vw*(10 / 667)) calc(100vw*(20 / 667)); margin: 0 auto calc(100vw*(20 / 667));}
  .column_caution p {margin-bottom: calc(100vw*(10 / 667));}
}

/* ---------------------------------------------------
	コラム：標準
------------------------------------------------------ */
.column_standard {width: 100%; border: none; padding: calc(100vw*(40 / 1366)) calc(100vw*(40 / 1366)) calc(100vw*(30 / 1366)) calc(100vw*(40 / 1366)); box-sizing: border-box; margin: 0 auto calc(100vw*(40 / 1366)); background: #EBF0F1;}
.column_standard h4 {line-height: 1; padding-left: 0;}
.column_standard p {margin-bottom: calc(100vw*(10 / 1366));color: #000;}

@media screen and (max-width: 767px) {
    .column_standard {width: 100%; border: none; padding: calc(100vw*(20 / 375)) calc(100vw*(20 / 375)) calc(100vw*(10 / 375)) calc(100vw*(20 / 375)); box-sizing: border-box; margin: 0 auto calc(100vw*(20 / 375)); background: #EEEEEE;}
    .column_standard h4 {line-height: 1;}
    .column_standard p {margin-bottom: calc(100vw*(10 / 375));}
}

/* ---------------------------------------------------
	画像＋テキスト（左右配置）
------------------------------------------------------ */
.pic_txt {margin-bottom: calc(100vw*(60 / 1366));}
.pic_txt .row_pic {width: 45.977%; max-width: calc(100vw*(400 / 1366));}
.pic_txt .row_pic.row_pic_w30 {width: 33%; max-width: calc(100vw*(290 / 1366));}
.pic_txt .row_pic.row_pic_w25 {width: 25%; max-width: calc(100vw*(217.5 / 1366));}
.pic_txt .row_pic.row_pic_w20 {width: 20%; max-width: calc(100vw*(174 / 1366));}
.pic_txt.pic_right .row_pic {width: 45.977%; max-width: calc(100vw*(400 / 1366)); order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w30 {width: 33%; max-width: calc(100vw*(290 / 1366)); order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w25 {width: 25%; max-width: calc(100vw*(217.5 / 1366)); order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w20 {width: 20%; max-width: calc(100vw*(174 / 1366)); order: 10;}
.pic_txt .row_pic img {}
.pic_txt .row_txt {width: 49.425%; max-width: calc(100vw*(430 / 1366));}
.pic_txt .row_txt.row_txt_w63 {width: 64%; max-width: calc(100vw*(530 / 1366));}
.pic_txt .row_txt.row_txt_w62 {width: 62.068%; max-width: calc(100vw*(540 / 1366));}
.pic_txt .row_txt.row_txt_w70 {width: 70.459%; max-width : calc(100vw*(613 / 1366));}
.pic_txt .row_txt.row_txt_w75 {width: 70%; max-width: calc(100vw*(655 / 1366));}
.pic_txt .row_txt.row_txt_w80 {width: 75%; max-width: calc(100vw*(755 / 1366));}
.pic_txt .row_txt .txt_btn {margin-top: calc(100vw*(40 / 1366)); text-align: left;}
.pic_txt .row_txt .txt_btn a { position: relative; display: block; width: calc(100vw*(270 / 1366)); padding: calc(100vw*(15 / 1366)) calc(100vw*(50 / 1366)); border: none; color: #FFF; font-weight: bold; text-align: left; text-decoration: none; background-color: #000; text-align: center; box-sizing: border-box;font-size: calc(100vw*(18 / 1366));}

/* 250212 */
.entry-column .pic_txt .row_txt p {line-height: 1.4; font-size: calc(100vw*(14 / 1366));}
/* /250212 */

@media screen and (max-width: 767px) {
  .pic_txt {margin-bottom: calc(100vw*(65 / 375));}
  .pic_txt .row_pic {width: 100%;max-width: 100%; margin-bottom: calc(100vw*(20 / 375)); 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 .row_pic.row_pic_w20 {width: 100%;max-width: 100%;}
  .pic_txt.pic_right .row_pic {width: 100%;max-width: 100%;}
  .pic_txt.pic_right .row_pic.row_pic_w30 {width: 100%;max-width: 100%;}
  .pic_txt.pic_right .row_pic.row_pic_w25 {width: 100%;max-width: 100%;}
  .pic_txt.pic_right .row_pic.row_pic_w20 {width: 100%;max-width: 100%;}

  .pic_txt .row_txt {width: 100%;max-width: 100%; padding: 0;}
  .pic_txt .row_txt > * {margin-left: 0; margin-right: 0;}
  .pic_txt .row_txt .txt_btn {margin: calc(100vw*(20 / 375)) 0 0; text-align: center;}
  .pic_txt .row_txt {width: 100%;max-width: 100%;}
  .pic_txt .row_txt.row_txt_w63 {width: 100%;max-width: 100%;}
  .pic_txt .row_txt.row_txt_w62 {width: 100%;max-width: 100%;}
  .pic_txt .row_txt.row_txt_w70 {width: 100%;max-width: 100%;}
  .pic_txt .row_txt.row_txt_w75 {width: 100%;max-width: 100%;}
  .pic_txt .row_txt.row_txt_w80 {width: 100%;max-width: 100%;}
  .pic_txt .row_txt .txt_btn {margin-top: calc(100vw*(20 / 375)); text-align: left;}
  .pic_txt .row_txt .txt_btn a {width: calc(100vw*(270 / 375)); padding: calc(100vw*(15 / 375)) calc(100vw*(50 / 375));margin: auto;font-size: calc(100vw*(18 / 375));}
  
  /* 250212 */
  .entry-column .pic_txt .row_txt p {line-height: 2; font-size: calc(100vw*(16 / 375));}
  /* /250212 */
}

/* ---------------------------------------------------
	画像＋テキスト（共通）
------------------------------------------------------ */
.content_row .col_txt h5 {line-height: 1.4; height: calc(2em + (0.4em * 2));}
.content_row .col_txt p {line-height: 1.4; font-size: calc(100vw*(14 / 1366));}

@media screen and (max-width: 767px) {
  .content_row .col_txt h5 {height: auto;}
  .content_row .col_txt p {font-size: calc(100vw*(16 / 375));}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：2分割）※センターから表示する
------------------------------------------------------ */
.box_row2 {justify-content: flex-start;}
.box_row2 h4 {color: #000; font-size: calc(100vw*(24 / 1366)); margin-bottom: calc(100vw*(20 / 1366)); line-height: 1;}
.box_row2 .row_col { width: calc(100vw*(580 / 1366)); max-width: 48.333%; margin-bottom: calc(100vw*(40 / 1366));}
.box_row2 .row_col .col_pic { margin-bottom: calc(100vw*(20 / 1366)); text-align: center;}
/* .box_row2 .row_col .col_pic img {border-radius: calc(100vw*(10 / 1366));} */
.box_row2 .row_col .col_txt p {margin: 0;}

@media screen and (max-width: 767px) {
  .box_row2 {}
  .box_row2 h4 {margin-bottom: calc(100vw*(10 / 375));font-size: calc(100vw*(24 / 375));}
  .box_row2 .row_col { width: 100%; max-width: 100%; margin-bottom: calc(100vw*(20 / 375));}
  .box_row2 .row_col .col_pic { margin-bottom: calc(100vw*(15 / 375));}
  /* .box_row2 .row_col .col_pic img {border-radius: calc(100vw*(10 / 375));} */
  .box_row2 .row_col + .row_col { margin-top: calc(100vw*(30 / 375));}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：3分割）※センターから表示する
------------------------------------------------------ */
.box_row3 {justify-content: flex-start;}
.box_row3 h4 {color: #000; font-size: calc(100vw*(24 / 1366)); margin-bottom: calc(100vw*(20 / 1366)); line-height: 1;}
.box_row3 .row_col { width: calc(100vw*(373 / 1366)); max-width: 31.084%; margin-right: 3.37%; margin-bottom: calc(100vw*(40 / 1366));}
.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: calc(100vw*(20 / 1366)); text-align: center;}
.box_row3 .row_col .col_pic img {}
.box_row3 .row_col .col_txt p {margin: 0;}
.box_row3 .row_col .col_btn {margin-top: calc(100vw*(20 / 1366)); text-align: left;}
.box_row3 .row_col .col_btn a {display: inline-block; border: 1px solid #0EA7AC; padding: calc(100vw*(20 / 1366)) calc(100vw*(20 / 1366)); text-decoration: none; width: 100%; min-width: calc(100vw*(360 / 1366));}
.box_row3 .row_col .col_btn a:before {content: url(../images/common/ico-arrow-cr.png); margin-right:calc(100vw*(10 / 1366));}

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

/* ---------------------------------------------------
	画像＋テキスト（縦：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; }

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

/* ---------------------------------------------------
	流れ用：数字付き見出し
------------------------------------------------------ */
.flow_tit {position: relative; padding-left: calc(100vw*(80 / 1366)); background: linear-gradient(transparent 85%, #A0B4B8 85%);font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;}
.flow_tit .num {display: inline-block; position: absolute; bottom: 0; left: 0; text-align: left; line-height: 1; color: #A0B4B8; font-size: calc(100vw*(64 / 1366));font-weight: 900;-webkit-text-stroke: calc(100vw*(1 / 1366)) #fff;text-stroke:calc(100vw*(1 / 1366)) #fff;}
.flow_tit .tit {}
.flow_tit .catch {color: #000;font-size: calc(100vw*(18 / 1366));}
.flow_tit h3 {background: none; font-size: calc(100vw*(26 / 1366)); padding-left: 0;color: #000;}
.flow_tit .icon {position: absolute; bottom: calc(100vw*(8 / 1366)); right: calc(100vw*(10 / 1366)); min-width: calc(100vw*(120 / 1366)); padding: calc(100vw*(10 / 1366)) calc(100vw*(20 / 1366)); text-align: center; color: #FFF; background: #EC6E82; border-radius: calc(100vw*(5 / 1366)); box-sizing: border-box; font-size: calc(100vw*(18 / 1366));}

@media screen and (max-width: 767px) {
    .flow_tit {padding-left: 0; background: none; margin-bottom:calc(100vw*(20 / 375));}
    .flow_tit .num {display: block; position: relative; bottom: 0; left: 0; text-align: center; color: #A0B4B8; font-size: calc(100vw*(48 / 375)); width: 100%;-webkit-text-stroke: calc(100vw*(1 / 375)) #fff;text-stroke:calc(100vw*(1 / 375)) #fff;}
    .flow_tit .tit {}
    .flow_tit .catch {padding: 0 calc(100vw*(5 / 375));font-size: calc(100vw*(18 / 375));}
    .flow_tit h3 {font-size: calc(100vw*(22 / 375)); margin: 10px auto; background: linear-gradient(transparent 80%, #A0B4B8 80%); padding: 0 5px;}
    .flow_tit .icon {position: relative; bottom: auto; right: 0; min-width: calc(100vw*(120 / 375)); padding:calc(100vw*(10 / 375)) calc(100vw*(20 / 375)); text-align: center; color: #FFF; background: #EC6E82; border-radius: calc(100vw*(5 / 375)); box-sizing: border-box; font-size: calc(100vw*(18 / 375));-webkit-text-stroke: unset;text-stroke: unset;}
}


/* ---------------------------------------------------
	テーブル（ｗ100％）
------------------------------------------------------ */
/* デフォルトパーツ */
[class^=column-table] table {margin-bottom:  calc(100vw*(40 / 1366)); border-spacing: 0; border:  calc(100vw*(1 / 1366)) solid #A0B4B8; border-collapse: collapse;}
.column-table- table tr:nth-child(odd) {background: #FFF;}
.column-table- table th, .column-table- table td {border:  calc(100vw*(1 / 1366)) solid #A0B4B8;font-size:  calc(100vw*(16 / 1366));}
.column-table- table th {background: #EBF0F1;color: #000;}
.column-table- table td {color: #000;}
.column-table- table td a {word-break: break-all;}
.info table td a {word-break: break-all;}

.column-table- table.venue1-against3 {width: 54.5%;}
.column-table- table.venue1-against2 {width: 63.5%;}
@media screen and (max-width: 767px) {
  [class^=column-table] table {margin-bottom:  calc(100vw*(40 / 375));border:  calc(100vw*(1 / 375)) solid #A0B4B8;}
.column-table- table th, .column-table- table td {border:  calc(100vw*(1 / 375)) solid #A0B4B8;font-size:  calc(100vw*(16 / 375));}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  [class^=column-table] table {margin-bottom: calc(100vw*(40 / 667)); border-width: calc(100vw*(1 / 667));}
  .column-table- table th, .column-table- table td {border-width: calc(100vw*(1 / 667)); font-size: calc(100vw*(16 / 667));}
}

/*.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;}
.entry-column tr:nth-child(odd) { background: none;}
.column-table- table th, .column-table- table td { padding: 20px; border: 1px solid #000; vertical-align: middle;}
.column-table- table th { width: 25%; background: #EEEEEE; text-align: left; font-weight: bold; color: #000;}*/

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

@media screen and (max-width: 767px) and (orientation: landscape){
  .column-table- table.venue1-against3 {width: 52.0%;}
  .column-table- table.venue1-against2 {width: 63.0%;}
}



/* ---------------------------------------------------
	住まいセミナー用
------------------------------------------------------ */
.smn_box {margin-bottom: calc(100vw*(40 / 1366));}
.smn_box ul {list-style: none; margin: 0; padding: 0;}
.smn_box ul li {background: none; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: calc(100vw*(10 / 1366)) 0; box-sizing: border-box; border-bottom: calc(100vw*(1 / 1366)) dotted #666;}
.smn_box .smn_time {width: 10%; text-align: center;}
.smn_box .smn_img {width: 15%; padding: 0 calc(100vw*(10 / 1366));}
.smn_box .smn_detail {width: 60%;}
.smn_box .smn_detail p {margin-bottom: 0;}
.smn_box .smn_detail .smn_tit {}
.smn_box .smn_detail .smn_hidden {display: none;}
.smn_box .smn_btn {width: 15%; padding: 0 calc(100vw*(5 / 1366)); text-align: center;}
.smn_box .smn_btn input[type=submit] {background: #EC6E82; font-size: calc(100vw*(20 / 1366)); font-weight: bold; color: #FFF; border: none; padding: calc(100vw*(20 / 1366)); text-align: center; border-radius: calc(100vw*(5 / 1366)); transition: all .4s;}
.smn_box .smn_btn input[type=submit]:hover {background: #f7778c;}
.smn_box .smn_btn .smn_btn_end {background: #CCC; font-size: calc(100vw*(20 / 1366)); font-weight: bold; color: #000; border: none; padding: calc(100vw*(20 / 1366)); text-align: center; border-radius: calc(100vw*(5 / 1366)); line-height: 1.15; box-sizing: border-box;}


@media screen and (max-width: 767px) {
    .smn_box {margin-bottom:calc(100vw*(40 / 375));}
    .smn_box ul {list-style: none; margin: 0; padding: 0;}
    .smn_box ul li {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 100%; padding:calc(100vw*(15 / 375)) 0;}
    .smn_box .smn_time {width: 100%; border: 1px solid #000; box-sizing: border-box; margin-bottom: calc(100vw*(10 / 375));}
    .smn_box .smn_img {width: 25%; padding: 0 calc(100vw*(10 / 375));}
    .smn_box .smn_detail {width: 65%; margin-bottom: calc(100vw*(10 / 375));}
    .smn_box .smn_detail p {margin-bottom: 0;}
    .smn_box .smn_detail .smn_tit {}
    .smn_box .smn_detail .smn_hidden {display: none;}
    .smn_box .smn_btn {width: 100%; padding: 0 calc(100vw*(5 / 375));}
    .smn_box .smn_btn input[type=submit] {width: 100%; padding: calc(100vw*(15 / 375));font-size: calc(100vw*(20 / 375));border-radius: calc(100vw*(5 / 375));}
    .smn_box .smn_btn input[type=submit]:hover {}
    .smn_box .smn_btn .smn_btn_end {width: 100%; padding: calc(100vw*(15 / 375));}
}


/* ---------------------------------------------------
	ワークショップ用
------------------------------------------------------ */
.ws_box {margin-bottom: calc(100vw*(40 / 1366));}
.ws_box ul {list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.ws_box ul li {background: none; width: 50%; padding: 0; box-sizing: border-box; border-bottom: calc(100vw*(1 / 1366)) dotted #666; padding: calc(100vw*(20 / 1366)) 0;}
.ws_box ul li:nth-child(2n+1) {border-right: calc(100vw*(1 / 1366)) solid #666; padding-right: 20px;}
.ws_box ul li:nth-child(2n) {padding-left: calc(100vw*(20 / 1366));}
.ws_box .ws_img {margin-bottom: calc(100vw*(10 / 1366));}
.ws_box .ws_img img {max-height: calc(100vw*(414 / 1366)); aspect-ratio: 1 / 1; object-fit: cover;}
.ws_box .ws_day {margin-bottom: calc(100vw*(5 / 1366)); color: #EC6E82;}
.ws_box .ws_tit {margin-bottom: calc(100vw*(10 / 1366));}
.ws_box .ws_hidden {display: none;}
.ws_box .ws_table {margin-bottom: calc(100vw*(10 / 1366));}
.ws_box .ws_detail {margin-bottom: calc(100vw*(20 / 1366));}
.ws_box .ws_btn { text-align: center;}
.ws_box .ws_btn input[type=submit] {background: #EC6E82; width: 100%; max-width: calc(100vw*(360 / 1366)); padding: calc(100vw*(10 / 1366)) 0; text-align: center;font-size: calc(100vw*(20 / 1366));}
.ws_box .ws_btn input[type=submit]:hover {background: #f7778c;}
.ws_box .ws_btn .ws_btn_no {background: #F08300; border-radius: 0; display: inline-block; font-size: calc(100vw*(20 / 1366)); font-weight: bold; line-height: 1.3; width: 100%; max-width: calc(100vw*(360 / 1366)); padding: calc(100vw*(10 / 1366)) 0; text-align: center; color: #FFF;}
.ws_box .ws_btn .ws_btn_venue {background: #6EBA2C; border-radius: 0; display: inline-block; font-size: calc(100vw*(20 / 1366)); font-weight: bold; line-height: 1.3; width: 100%; max-width: calc(100vw*(360 / 1366)); padding: calc(100vw*(10 / 1366)) 0; text-align: center; color: #FFF;}
.ws_box .ws_btn .ws_btn_end {background: #ccc; border-radius: 0; display: inline-block; font-size: calc(100vw*(20 / 1366)); font-weight: bold; line-height: 1.3; width: 100%; max-width: calc(100vw*(360 / 1366)); padding: calc(100vw*(10 / 1366)) 0; text-align: center;}

@media screen and (max-width: 767px) {
    .ws_box {margin-bottom: calc(100vw*(40 / 375));}
    .ws_box ul {list-style: none; margin: 0; padding: 0; }
    .ws_box ul li { width: 100%; padding: calc(100vw*(15 / 375)) 0;border-bottom: calc(100vw*(1 / 375)) dotted #666;}
    .ws_box ul li:nth-child(2n+1) {border-right: none; padding-right: 0;}
    .ws_box ul li:nth-child(2n) {padding-left: 0;}
    .ws_box .ws_img {margin-bottom: calc(100vw*(10 / 375));}
    .ws_box .ws_img img {max-height: calc(100vw*(414 / 375));}
    .ws_box .ws_day {margin-bottom: calc(100vw*(5 / 375)); }
    .ws_box .ws_tit {margin-bottom: calc(100vw*(10 / 375));}
    .ws_box .ws_hidden {display: none;}
    .ws_box .ws_table {margin-bottom: calc(100vw*(10 / 375));}
    .ws_box .ws_table td {padding-bottom: calc(100vw*(10 / 375));}
    .ws_box .ws_detail {margin-bottom: calc(100vw*(20 / 375));}
    .ws_box .ws_btn {}
    .ws_box .ws_btn input[type=submit] {max-width: calc(100vw*(360 / 375));padding: calc(100vw*(10 / 375)) 0;font-size: calc(100vw*(20 / 375));}
    .ws_box .ws_btn input[type=submit]:hover {}
    .ws_box .ws_btn .ws_btn_no {max-width: calc(100vw*(360 / 375)); padding: calc(100vw*(10 / 375)) 0;font-size: calc(100vw*(20 / 375)); }
    .ws_box .ws_btn .ws_btn_venue {max-width: calc(100vw*(360 / 375)); padding: calc(100vw*(10 / 375)) 0;font-size: calc(100vw*(20 / 375));}
    .ws_box .ws_btn .ws_btn_end {max-width: calc(100vw*(360 / 375)); padding: calc(100vw*(10 / 375)) 0; font-size: calc(100vw*(20 / 375));}
}


/* ---------------------------------------------------
	会場のご案内用ユニット
------------------------------------------------------ */
.fair-map{box-sizing: border-box;font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;margin-bottom: calc(100vw * (85 /1366));}
.fair-map *{box-sizing: border-box;}

.fair-map h4{}
.fair-map h4 span{font-size: calc(100vw*(18 / 1366));}
.fair-map h4::before{content: "";display: inline-block;width: calc(100vw*(22 / 1366));height: calc(100vw*(22 / 1366));background: url(../images/top/top-schedule-pin.png) no-repeat center / contain;margin-right: calc(100vw*(3 / 1366));transform: translateY(calc(100vw*(5 / 1366)));}

.fair-map .fair-map-img{margin-bottom: calc(100vw*(50 / 1366));}
.fair-map .fair-map-img a{/*max-width: 100%;width: fit-content;display: block;margin: auto;*/}
.fair-map .fair-map-img a img{width: 100%;/*width: auto;max-width: 100%;*/}

.fair-map .fair-map-google{margin-bottom: calc(100vw*(25 / 1366));}
.fair-map .fair-map-google iframe{width: 100%;}

.fair-map .fair-map-access {display: flex;color: #000;margin-bottom: calc(100vw*(20 / 1366));}
.fair-map .fair-map-access .fair-map-access-heading{font-size:  calc(100vw*(24 / 1366));font-weight: 500;line-height: 1.2;padding-right:  calc(100vw*(43 / 1366));border-right: 1px solid #000;}
.fair-map .fair-map-access .fair-map-access-txt{padding-left: calc(100vw*(20 / 1366));}
.fair-map .fair-map-access .fair-map-access-txt ul{margin-bottom: calc(100vw*(7 / 1366));}
.fair-map .fair-map-access .fair-map-access-txt ul li{margin-bottom: 0;padding: 0;background: none;display: flex;}
.fair-map .fair-map-access .fair-map-access-txt ul li .fair-map-access-means{margin: 0;flex-shrink: 0;}
.fair-map .fair-map-access .fair-map-access-txt ul li .fair-map-access-detail{margin: 0;font-feature-settings: "palt";}

@media screen and (max-width: 1023px) and (min-width: 768px)  {
  .fair-map .fair-map-google iframe {height: auto;}
}

@media screen and (max-width: 767px) {
  .fair-map{margin-bottom: calc(100vw * (60 /375));}

  .fair-map h4{font-size: calc(100vw*(22 / 375));}
  .fair-map h4 span{font-size: calc(100vw*(16 / 375));display: block;padding-left: calc(100vw*(25 / 375));margin-top: calc(100vw*(5 / 375));}
  .fair-map h4::before{width: calc(100vw*(20 / 375));height: calc(100vw*(20 / 375));margin-right: calc(100vw*(3 / 375));transform: translateY(calc(100vw*(5 / 375)));}

  .fair-map .fair-map-img{margin-bottom: calc(100vw*(50 / 375));}
  .fair-map .fair-map-google{margin-bottom: calc(100vw*(25 / 375));}
  .fair-map .fair-map-access {margin-bottom: calc(100vw*(20 / 375));display: block;}
  .fair-map .fair-map-access .fair-map-access-heading{font-size:  calc(100vw*(22 / 375));padding-right: 0;border-right: none;border-bottom: 1px solid #000;margin-bottom: calc(100vw*(15 / 375));}
  .fair-map .fair-map-access .fair-map-access-txt{padding-left: 0;}
  .fair-map .fair-map-access .fair-map-access-txt ul{margin-bottom: calc(100vw*(7 / 375));}
}

/* ---------------------------------------------------
	開催概要テーブルユニット
------------------------------------------------------ */
.entry-column .custom-overview-table{box-sizing: border-box;font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;border-collapse: separate;border-spacing: calc(100vw*(38 / 1920)) 0;}
.entry-column .custom-overview-table *{box-sizing: border-box;}
.entry-column .custom-overview-table tr{background: none;}
.entry-column .custom-overview-table tr:nth-child(odd){background: none;}
.entry-column .custom-overview-table tr th{font-size: calc(100vw*(25 / 1920));font-weight: 500;color: #000;padding: calc(100vw*(24 / 1920)) 0;width: 20%;border-top: 1px solid #000;}
.entry-column .custom-overview-table tr td{font-size: calc(100vw*(25 / 1920));font-weight: 500;color: #000;padding: calc(100vw*(24 / 1920)) 0;width: 80%;border-top: 1px solid #000;}
@media screen and (max-width: 767px) {
  .entry-column .custom-overview-table{box-sizing: border-box;font-family: "kozuka gothic pr6n", "Noto Sans JP", sans-serif;border-collapse: separate;border-spacing: calc(100vw*(10 / 375)) 0;}
  .entry-column .custom-overview-table *{box-sizing: border-box;}
  .entry-column .custom-overview-table tr{background: none;}
  .entry-column .custom-overview-table tr:nth-child(odd){background: none;}
  .entry-column .custom-overview-table tr th{font-size: calc(100vw*(16 / 375));font-weight: 500;color: #000;padding: calc(100vw*(24 / 375)) 0;width: 25%;border-top: 1px solid #000;display: table-cell;background: none;}
  .entry-column .custom-overview-table tr td{font-size: calc(100vw*(16 / 375));font-weight: 500;color: #000;padding: calc(100vw*(24 / 375)) 0;width: 75%;border-top: 1px solid #000;display: table-cell;}
}

/* ---------------------------------------------------
	モジュールユニット調整
------------------------------------------------------ */
.acms-entry [class*=column-module]{padding:0;margin: 0 auto;}

/* ---------------------------------------------------
	Q&A
------------------------------------------------------ */
.faq-group {}
.faq-group h2 {background: transparent;}
.faq-group h2.ui-state-active{background: transparent;border-top:none;border-right: none;border-left: none;}
.faq-group h2::after {content: "";display: inline-block;width: calc(100vw*(29 / 1366));height: calc(100vw*(17 / 1366));background: url("../images/common/ico-arrow-bb@2x.png") no-repeat center/cover;transition: all 0.3s ease-in-out;transform: rotate(0deg);margin: 0 0 calc(100vw*(3 / 1366)) calc(100vw*(20 / 1366));
}
.faq-group h2.open::after {transform: rotate(180deg);}
.faq-group-contents {display: none;}

.faq-group-contents .faq-content .faq-q {position: relative;padding-left: calc(100vw*(40 / 1366));}
.faq-group-contents .faq-content .faq-q::before {content: "Q.";position: absolute;left:calc(100vw*(10 / 1366));font-size: calc(100vw*(22 / 1366));font-weight: bold;}
.faq-group-contents .faq-content .faq-a {position: relative;padding-left: calc(100vw*(40 / 1366));border-bottom: calc(100vw*(2 / 1366)) solid #000;}
.faq-group-contents .faq-content .faq-a::before {content: "A.";left:calc(100vw*(10 / 1366));position: absolute;top: calc(100vw*(5 / 1366));font-size: calc(100vw*(22 / 1366));font-weight: bold;line-height: 1;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .faq-group h2::after {width: calc(100vw*(29 / 667));height: calc(100vw*(17 / 667));margin: 0 0 calc(100vw*(3 / 667)) calc(100vw*(20 / 667));}
  .faq-group-contents .faq-content .faq-q {padding-left: calc(100vw*(60 / 667));padding-right: calc(100vw*(10 / 667));}
  .faq-group-contents .faq-content .faq-q::before {left:calc(100vw*(10 / 667));/* font-size: calc(100vw*(22 / 667)); */ font-size: calc(100vw*(38 / 667)); }
  .faq-group-contents .faq-content .faq-a {padding-left: calc(100vw*(60 / 667));border-bottom: calc(100vw*(2 / 667)) solid #000;}
  .faq-group-contents .faq-content .faq-a::before {left:calc(100vw*(10 / 667));top: calc(100vw*(5 / 667));/* font-size: calc(100vw*(22 / 667)); */font-size: calc(100vw*(38 / 667)); }
}

/* ---------------------------------------------------
	pcspimg
------------------------------------------------------ */
.pcsp-img{
  text-align: center;
  margin-bottom: calc(100vw*(40 / 1366));
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pcsp-img{
    margin-bottom: calc(100vw*(40 / 375));
  }
}
/* ---------------------------------------------------
	コラム
------------------------------------------------------ */
.column_unit {
  width: 100%;
  margin: 0 auto calc(100vw*(60 / 1366));
}
.column_unit > .box {
  width: 100%;
  border: 1px solid #000;
  padding: calc(100vw*(40 / 1366));
  box-sizing: border-box;
  background: #FFF;
}
.column_unit > .box .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.column_unit > .box .txt {
  width: 100%;
}
.column_unit > .box .txt p {
  margin-bottom: 0;
}
.column_unit > .box .img {
  width: 30%;
  max-width: calc(100vw*(360 / 1366));
  margin-left: calc(100vw*(30 / 1366))x;
}
.column_unit.column_important { /* 重要なコラムの設定 */ }
.column_unit.column_important > .box {
  border: 4px solid #B10404;
}
.column_unit.column_important > .box h2, .column_unit.column_important > .box h3, .column_unit.column_important > .box h4 {
  color: #B10404;
}
.column_unit.column_important > .box h2{
  border-bottom-color: #B10404;
}
.column_unit.column_important > .box h3{
  color: #fff;
  background: #B10404;
}
.column_unit.column_important > .box .txt h2, .column_unit.column_important > .box .txt h3, .column_unit.column_important > .box .txt h4 {
  color: #B10404;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .column_unit {
    /* width: calc(100% - calc(100vw*(20 / 375))); */
    margin: 0 auto calc(100vw*(30 / 375));
  }
  .column_unit h2, .column_unit h3, .column_unit h4, .column_unit h5 {
    /* padding: 0; */
  }
  .column_unit > .box {
    display: block;
    width: 100%;
    padding: calc(100vw*(20 / 375));
  }
  .column_unit > .box .content-wrap {
    display: block;
  }
  .column_unit > .box .txt {
    margin-bottom: calc(100vw*(20 / 375));
  }
  .column_unit > .box .txt p {
    padding: 0;
    margin-bottom: 0;
  }
  .column_unit > .box .img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

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

/* ---------------------------------------------------
	余白
------------------------------------------------------ */
.hr_margin {
  margin: 0 auto;
  border: none !important;
}

.margin-s {
  margin-bottom: 20px;
}

.margin-m {
  margin-bottom: 40px;
}

.margin-l {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .margin-s {
    margin-bottom: 10px;
  }
  .margin-m {
    margin-bottom: 20px;
  }
  .margin-l {
    margin-bottom: 30px;
  }
}
/* ------------------------------
　　sdgs
------------------------------ */
.sdgs-unit-wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 60px;
}
.sdgs-unit-wrap img {
  display: block;
  width: 260px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 40px;
}
.sdgs-unit-wrap .text {
  width: 900px;
}
.sdgs-unit-wrap > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .sdgs-unit-wrap {
    width: 120rem;
    margin: auto;
    margin-bottom: 6rem;
  }
  .sdgs-unit-wrap img {
    width: 26rem;
    height: 26rem;
    margin-right: 4rem;
  }
  .sdgs-unit-wrap .text {
    width: 90rem;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .sdgs-unit-wrap {
    width: 100%;
  }
  .sdgs-unit-wrap img {
    margin-right: auto;
    margin: auto;
    margin-bottom: 20px;
  }
  .sdgs-unit-wrap .text {
    width: 100%;
  }
}

/* ---------------------------------------------------
	画像＋テキスト（画像に重ねて配置）
------------------------------------------------------ */
.pic-ontxt {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pic-ontxt .img {
  position: relative;
  z-index: 100;
  order: 1;
}
.pic-ontxt .txt {
  background: rgba(238, 238, 238, 0.9);
  padding: 50px;
  position: relative;
  z-index: 200;
  order: 2;
}
.pic-ontxt .txt p {
  margin-bottom: 0;
}
.pic-ontxt.ontxt-top .img {
  width: 100%;
  order: 10;
}
.pic-ontxt.ontxt-top .txt {
  width: calc(100% - 100px);
  margin: 0 auto -150px;
}
.pic-ontxt.ontxt-bottom .img {
  width: 100%;
}
.pic-ontxt.ontxt-bottom .txt {
  width: calc(100% - 100px);
  margin: -150px auto 0;
}
.pic-ontxt.ontxt-left {
  flex-wrap: nowrap;
}
.pic-ontxt.ontxt-left .img {
  width: 70%;
  margin-left: auto;
  order: 10;
}
.pic-ontxt.ontxt-left .txt {
  width: 50%;
  margin: 50px -20% 50px 0;
}
.pic-ontxt.ontxt-right {
  flex-wrap: nowrap;
}
.pic-ontxt.ontxt-right .img {
  width: 70%;
  margin-right: auto;
}
.pic-ontxt.ontxt-right .txt {
  width: 50%;
  margin: 50px 0 50px -20%;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pic-ontxt {
    margin-bottom: 20px;
  }
  .pic-ontxt.ontxt-left, .pic-ontxt.ontxt-right {
    flex-wrap: wrap;
  }
  .pic-ontxt.ontxt-top .img, .pic-ontxt.ontxt-bottom .img, .pic-ontxt.ontxt-left .img, .pic-ontxt.ontxt-right .img {
    width: 100%;
    order: 1;
  }
  .pic-ontxt.ontxt-top .txt, .pic-ontxt.ontxt-bottom .txt, .pic-ontxt.ontxt-left .txt, .pic-ontxt.ontxt-right .txt {
    width: calc(100% - 20px);
    margin: -50px auto 0;
    padding: 20px;
    order: 2;
  }
}

/* ---------------------------------------------------
	ボタンリンク
------------------------------------------------------ */
.btnlink .row_col a, .btn-link a, a.btn-link {
  position: relative;
  display: inline-block;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px 50px;
  border: 1px solid #000;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background-color: #FFF;
  box-sizing: border-box;
}

.btnlink .row_col a::after, .btn-link a::after, a.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 9px;
  height: 15px;
  margin-top: -5px;
  background: url("../images/common/ico-arrow-right.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col.blank a::after, .btn-link a[target=_blank].btn-link::after, a[target=_blank].btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../images/common/ico-blank.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col.blank a[href$=".pdf"]::before, .btnlink .row_col a.icon-pdf::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 30px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -15px;
  background: url("../images/common/ico-folder.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col.blank a[href$=".docx"]::before, .btnlink .row_col.blank a[href$=".doc"]::before, .btnlink .row_col a.icon-doc::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 30px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -15px;
  background: url("../images/common/ico-folder.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col.blank a[href$=".xlsx"]::before, .btnlink .row_col.blank a[href$=".xls"]::before, .btnlink .row_col a.icon-xls::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 30px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -15px;
  background: url("../images/common/ico-folder.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col.blank a[href$=".pptx"]::before, .btnlink .row_col.blank a[href$=".ppt"]::before, .btnlink .row_col a.icon-ppt::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 30px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -15px;
  background: url("../images/common/ico-folder.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col a.icon-file::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 30px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -14px;
  background: url("../images/common/ico-folder.svg") no-repeat center;
  background-size: 100%;
}

.btnlink .row_col.blank a[href$=".pptx"], .btnlink .row_col.blank a[href$=".ppt"], .btnlink .row_col.blank a[href$=".xlsx"], .btnlink .row_col.blank a[href$=".xls"], .btnlink .row_col.blank a[href$=".docx"], .btnlink .row_col.blank a[href$=".doc"], .btnlink .row_col.blank a[href$=".pdf"], .btnlink .row_col a.icon-file, .btnlink .row_col a.icon-ppt, .btnlink .row_col a.icon-xls, .btnlink .row_col a.icon-doc, .btnlink .row_col a.icon-pdf {
  padding: 25px 50px 25px 70px;
}

.btnlink {
  justify-content: flex-start;
  margin-bottom: 60px;
  font-feature-settings: "palt";
  box-sizing: border-box;
}
.btnlink .row_col {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.btnlink.row-l {
  justify-content: flex-start;
  text-align: left;
}
.btnlink.row-l .row_col {
  margin-right: auto;
}
.btnlink.row-c {
  justify-content: center;
  text-align: center;
}
.btnlink.row-c .row_col {
  margin-right: auto;
  margin-left: initial;
}
.btnlink.row-r {
  justify-content: flex-end;
  text-align: right;
}
.btnlink.row-r .row_col {
  margin-left: auto;
}
.btnlink.num-1 {
  display: block;
  width: 100%;
}
.btnlink.num-1 .row_col {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.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;
}

a.btn-link {
  width: auto;
  margin-right: 10px;
  line-height: 1.2;
}
a.btn-link:hover {
  text-decoration: none !important;
}
.btn-link a {
  width: auto;
  margin-right: 10px;
  line-height: 1.2;
}
.btn-link a:hover {
  text-decoration: none !important;
}
.btnlink .row_col a[href^="#"] {
  padding: 20px 20px 30px;
  text-align: center;
}
.btnlink .row_col a[href^="#"]::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: 12px;
  display: block;
  width: 20px;
  height: 10px;
  margin-left: -10px;
  background: url("../images/common/ico-arrow-bottom.svg") no-repeat center;
  background-size: 100%;
  transition: transform 0.2s;
}
.btnlink .row_col a[href^="#"]:hover {
  opacity: 1;
}
.btnlink .row_col a[href^="#"]:hover::after {
  transform: translateY(2px);
}
@media screen and (max-width: 767px), (max-width: 896px) 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.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;
  }
  .btn-link,
  .btnlink .row_col a {
    padding: 20px 50px;
  }
  .btn-link::after,
  .btnlink .row_col a::after {
    right: 30px;
  }
  a[target=_blank].btn-link::after,
  .btnlink .row_col.blank a::after {
    right: 25px;
  }
  .btn-link {
    margin-right: 0;
    margin-top: 10px;
  }
  .btn-link a {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .btnlink {
    padding: 0 10px;
  }
  .btn-link,
  .btnlink .row_col a {
    padding: 25px;
  }
  .btn-link::after,
  .btnlink .row_col a::after {
    right: 10px;
  }
  a[target=_blank].btn-link::after,
  .btnlink .row_col.blank a::after {
    right: 10px;
  }
   
  .btnlink .row_col a.icon-pdf, .btnlink .row_col.blank a[href$=".pdf"], .btnlink .row_col a.icon-doc, .btnlink .row_col.blank a[href$=".doc"], .btnlink .row_col.blank a[href$=".docx"], .btnlink .row_col a.icon-xls, .btnlink .row_col.blank a[href$=".xls"], .btnlink .row_col.blank a[href$=".xlsx"], .btnlink .row_col a.icon-ppt, .btnlink .row_col.blank a[href$=".ppt"], .btnlink .row_col.blank a[href$=".pptx"], .btnlink .row_col a.icon-file {
    padding: 25px 36px 25px 40px;
  }
  
  .btnlink .row_col a.icon-pdf::before, .btnlink .row_col.blank a[href$=".pdf"]::before {
    left: 10px;
  }
  .btnlink .row_col a.icon-doc::before, .btnlink .row_col.blank a[href$=".doc"]::before, .btnlink .row_col.blank a[href$=".docx"]::before {
    left: 10px;
  }
  .btnlink .row_col a.icon-xls::before, .btnlink .row_col.blank a[href$=".xls"]::before, .btnlink .row_col.blank a[href$=".xlsx"]::before {
    left: 10px;
  }
  .btnlink .row_col.blank a::after {
    right: 10px;
  }
  .btnlink .row_col a.icon-ppt::before, .btnlink .row_col.blank a[href$=".ppt"]::before, .btnlink .row_col.blank a[href$=".pptx"]::before {
    left: 10px;
  }
  .btnlink .row_col a.icon-file::before {
    left: 10px;
  }
} 

/* ---------------------------------------------------
	テキストリンク
------------------------------------------------------ */
.txt-link {
  justify-content: flex-start;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.txt-link .row_col {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.txt-link .row_col a {
  position: relative;
  display: inline-block;
  padding: 2px 0;
  color: #002BA2;
  line-height: 1.2;
  text-align: left;
  text-decoration: underline;
  box-sizing: border-box;
}
.txt-link .row_col:hover {
  text-decoration: none;
}
.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-l {
  justify-content: flex-start;
}
.txt-link.row-l .row_col {
  text-align: left;
}
.txt-link.row-c {
  justify-content: center;
}
.txt-link.row-c .row_col {
  text-align: center;
}
.txt-link.row-r {
  justify-content: flex-end;
}
.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) {
  margin-right: 0;
}
.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) {
  margin-right: 0;
}
.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) {
  margin-right: 0;
}
.txt-link.num-4 .row_col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .txt-link {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .txt-link .row_col {
    margin-right: 0;
  }
  .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;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .txt-link {
    padding: 0 10px;
  }
}

/* ---------------------------------------------------
	ユニットグループ（2カラム（1/2））
------------------------------------------------------ */
.entry-column .tit-and-txt-wrap p {line-height: 1.6; font-size: calc(100vw*(14 / 1366));}

@media screen and (max-width: 767px) {
  .entry-column .tit-and-txt-wrap p {line-height: 2; font-size: calc(100vw*(16 / 375));}
}

/* ---------------------------------------------------
	ユニットグループ（2カラム（1/2））
------------------------------------------------------ */
@media (min-width: 480px) {
  /*.js-unit_group-align.acms-col-sm-6 {width: 48%;}
  .js-unit_group-align.acms-col-sm-6 + .js-unit_group-align.acms-col-sm-6 {float: right;}
  *:not(.acms-col-sm-6) + .js-unit_group-align.acms-col-sm-6 {float: left;}*/
}