@charset "UTF-8";
/*
Author: c.nz
Version: 1.0
*/
/* ---------------------------------------------------
	acms リセット
------------------------------------------------------ */
.acms-entry .entry-container {
  margin: 0;
}

.entry {
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 5rem;
}

.entry-title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}

.acms-grid, .acms-grid-r {
  margin: 0;
}

.entry-column tr:nth-child(odd) {
  background: none;
}

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

/* メディアユニットの調整 */
.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-entry [class*=column-media].img-full {
  width: 100%;
  max-width: 100%;
}

.acms-entry [class*=column-media].acms-col-sm-12,
.acms-entry [class*=column-media].acms-col-sm-10,
.acms-entry [class*=column-media].acms-col-sm-8,
.acms-entry [class*=column-media].acms-col-sm-6,
.acms-entry [class*=column-media].acms-col-sm-4 {
  width: 100%;
}

.acms-entry [class*=column-media-auto],
.acms-entry [class*=column-media-left],
.acms-entry [class*=column-media-center],
.acms-entry [class*=column-media-right] {
  float: none;    padding: 0 1rem;
}

.acms-entry [class*=column-media-auto] > * {
  margin-right: auto;
}

.acms-entry [class*=column-media-left] > * {
  margin-right: auto;
}

.acms-entry [class*=column-media-center] > * {
  margin: auto;
}

.acms-entry [class*=column-media-right] > * {
  margin-left: auto;
}

.acms-entry [class*=column-media-auto] > a,
.acms-entry [class*=column-media-left] > a,
.acms-entry [class*=column-media-center] > a,
.acms-entry [class*=column-media-right] > a {
  display: inline-block;
}

.acms-entry [class*=column-media].img-full > * {
  max-width: 100%;
}

.acms-entry [class*=column-media].img-full > img,
.acms-entry [class*=column-media].img-full > a,
.acms-entry [class*=column-media].img-full > a > img {
  width: 100%;
}

.acms-entry [class*=column-media].acms-col-sm-12 > * {
  width: 100%;
  max-width: 120rem;
}

.acms-entry [class*=column-media].acms-col-sm-10 > * {
  width: 100%;
  max-width: 100rem;
}

.acms-entry [class*=column-media].acms-col-sm-8 > * {
  width: 100%;
  max-width: 80rem;
}

.acms-entry [class*=column-media].acms-col-sm-6 > * {
  width: 100%;
  max-width: 60rem;
}

.acms-entry [class*=column-media].acms-col-sm-4 > * {
  width: 100%;
  max-width: 40rem;
}

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

.message-back-link {
  display: inline-block;
  margin: 5rem auto;
  text-align: center;
  border: none;
  padding: 1rem 2rem;
}

/* ---------------------------------------------------
	ダイレクト編集用調整
------------------------------------------------------ */
.js-edit_inplace-hovering {
  width: 100% !important;
  max-width: 100%;
}

.acms-admin-table-admin-edit th {
  width: auto;
}

/* ---------------------------------------------------
	グループ用調整
------------------------------------------------------ */
.acms-grid > * {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

/*@media screen and (max-width:1024px){
	.acms-grid > * {max-width: 960px;}
}
@media print {
	.acms-grid > * {max-width: 960px;}
}*/
/* yahBGカラー */
[class*=group-bg-] {
  max-width: 100%;
  padding: 10rem 0;
}
[class*=group-bg-] > * {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

/*@media screen and (max-width:1024px){
	[class*=group-bg-] > * {max-width: 960px;}
}
@media print {
	[class*=group-bg-] > * {max-width: 960px;}
}*/
.group-bg-gray {
  background: #eee;
}

/* カラム */
.l-2col-l {
  width: 59rem;
  max-width: 59rem;
  margin-left: calc((100% - 120rem) / 2);
  margin-right: 1rem;
}

.l-2col-r {
  width: 59rem;
  max-width: 59rem;
  margin-right: calc((100% - 120rem) / 2);
  margin-left: 1rem;
}

.l-3col-l {
  float: left;
  width: 37.3333rem;
  max-width: 37.3333rem;
  margin-left: calc((100% - 120rem) / 2);
}

.l-3col-c {
  float: left;
  width: 37.3333rem;
  max-width: 37.3333rem;
  margin: 0 4rem;
}

.l-3col-r {
  float: left;
  width: 37.3333rem;
  max-width: 37.3333rem;
  margin-right: calc((100% - 120rem) / 2);
}

/*@media screen and (max-width: 1280px) {

	.l-2col-l {width: calc(100vw * (590 / 1280)); margin-left: calc((100% - (100vw * (1200 / 1280))) / 2); margin-right: calc(100vw * (10 / 1280));}
	.l-2col-r {width: calc(100vw * (590 / 1280)); margin-right: calc((100% - (100vw * (1200 / 1280))) / 2); margin-left: calc(100vw * (10 / 1280));}

	.l-3col-l {float: left; width: calc(100vw * (384 / 1280)); max-width: 384px; margin-left: calc((100% - (100vw * (1200 / 1280))) / 2);}
	.l-3col-c {float: left; width: calc(100vw * (384 / 1280)); max-width: 384px; margin: 0 calc(100vw * (24 / 1280));}
	.l-3col-r {float: left; width: calc(100vw * (384 / 1280)); max-width: 384px; margin-right: calc((100% - (100vw * (1200 / 1280))) / 2);}
}*/
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .acms-grid > * {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* yahBGカラー */
  [class*=group-bg-] {
    max-width: 100%;
    padding: 5rem 0;
  }
  [class*=group-bg-] > * {
    max-width: 100%;
  }
  /* カラム */
  .l-2col-l {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .l-2col-r {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .l-3col-l {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .l-3col-c {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .l-3col-r {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media print {
  .l-2col-l {
    width: 48rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .l-2col-r {
    width: 48rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .l-3col-l {
    float: left;
    width: 32rem;
    max-width: 32rem;
    margin-left: 1rem;
  }
  .l-3col-c {
    float: left;
    width: 32rem;
    max-width: 32rem;
    margin: 0 1rem;
  }
  .l-3col-r {
    float: left;
    width: 32rem;
    max-width: 32rem;
    margin-right: 1rem;
  }
}
/*---------------------------------
    PCSPイメージ
-----------------------------------*/
.pcsp-img .pc-img a img, .pcsp-img .sp-img a img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pcsp-img .sp-img {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
}
/*----------------------------
    背景の上に表示
-----------------------------*/
.bgontxt {
  max-width: 100%;
  width: 100%;
  padding: 10rem 1rem;
}
.bgontxt > * {
  max-width: 120rem;
}

/* ---------------------------------------------------
	汎用ユニット
------------------------------------------------------ */
.entry-column {
  counter-reset: flow;
  /* ------ユニット内リンクテキストの色変更------ */
}
.entry-column a:not(.btn-link):not(.btnlink a):not(.txt-link a):not(a.btn-link):not(.btn-link a), .entry-column a:link:not(.btn-link):not(.btnlink a):not(.txt-link a):not(a.btn-link):not(.btn-link a), .entry-column a:visited:not(.btn-link):not(.btnlink a):not(.txt-link a):not(a.btn-link):not(.btn-link a) {
  color: #004AC8;
  text-decoration: underline;
}
.entry-column {
  /* ------見出し大------ */
}
.entry-column h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
  color: #222;
  margin: 0 auto 5rem;
  padding: 0;
  border-left: none;
  letter-spacing: 0;
  position: relative;
  /*font-feature-settings: "palt";*/
}
.entry-column h2::before {
  content: "";
  width: 3rem;
  height: 3rem;
  display: inline-block;
  background: url("../images/common/h2.png") no-repeat center/contain;
  margin-right: 1.5rem;
}
.entry-column h2.taC {
  margin-bottom: 6rem;
}
.entry-column h2.taC::before {
  display: none;
}
.entry-column h2.taC::after {
  content: "";
  width: 7.2rem;
  height: 0.8rem;
  background: url("../images/common/h2c.png") no-repeat center/contain;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: absolute;
}

.entry-column h2.entry-title{text-align: left;border-bottom: none;padding-bottom: 0;margin-bottom: 5rem;}

/* ------見出し中------ */
.entry-column h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #0D367C;
  margin: 0 auto 3rem;
  padding: 0;
  background: none;
  letter-spacing: 0;
}
.entry-column h3.tit-flow {
  padding-left: 5rem;
  font-size: 2.6rem;
  text-align: left;
  position: relative;
  border-bottom: none;
}
.entry-column h3.tit-flow::before {
  content: counter(flow);
  counter-increment: flow 1;
  position: absolute;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  top: -0.2rem;
  left: 0;
  background: #004AC8;
  color: #fff;
  font-family: "Roboto Condensed", serif;
  margin-top: 0;
  letter-spacing: 0;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
.entry-column {
  /* ------見出し小------ */
}
.entry-column h4 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #222;
  padding: 0;
  margin: 0 auto 2rem;
}
.entry-column h4::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 2.4rem;
  background: #004AC8;
  vertical-align: middle;
  margin-right: 1.5rem;
  transform: translateY(-0.2rem);
}
.entry-column {
  /* ------小見出し------ */
}
.entry-column h5 {
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  color: #222;
  line-height: 1.4;
  padding: 0;
  margin: 0 auto 2rem;
}
.entry-column {
  /* ------本文------- */
}
.entry-column p {
  font-size: 1.9rem;
  line-height: 2;
  margin: 0 auto 4rem;
  padding: 0;
}
.entry-column p span.taL, .entry-column p span.taC, .entry-column p span.taR {
  display: block;
}
.entry-column p.flow-txt {
  margin: 0;
}
.entry-column {
  /* ------リスト------ */
}
.entry-column ul, .entry-column ol {
  padding: 0;
  margin: 0 auto;
}
.entry-column ul li, .entry-column ol li {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.8;
}
.entry-column ul {
  margin-bottom: 4rem;
  list-style: none;
}
.entry-column ul li {
  padding-left: 2.5rem;
  background: url(../images/common/ico-li@2x.png) no-repeat 0 0.8rem;
  background-size: 2rem 2rem;
  margin-bottom: 0.5rem;
}
.entry-column ol {
  counter-reset: oldef;
  margin-bottom: 4rem;
  list-style: none;
}
.entry-column ol li {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.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: 400;
  font-size: 1.9rem;
  display: block;
  width: 2.5rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  text-align: center;
  line-height: 1.5;
}
.entry-column {
  /* ------テキスト（箱型）ユニット------ */
}
.entry-column .boxtxt {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 3.5rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.entry-column .boxtxt .items {
  width: 100%;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  background: #005bac;
  padding: 2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-column .boxtxt .items.img {
  padding: 0;
  background: none;
}
.entry-column .boxtxt.n2 .items {
  width: calc(50% - 2rem);
}
.entry-column .boxtxt.n3 .items {
  width: calc(33.333% - 2.666rem);
}
.entry-column .boxtxt:has(.items.img) {
  justify-content: flex-start;
}

/*------マップ------*/
.column-map-auto, .column-map-left {
  margin-bottom: 4rem;
}

.gmap-iframe {margin-bottom: 4rem;}
.gmap-iframe iframe {max-width: 100%;}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .gmap-iframe{padding: 0 1rem;}
}


@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  h2.entry-title {
    font-size: 2.4rem;
    margin: 0 auto 2rem;
    padding: 0 10px;
  }
  .entry-column h2 {
    font-size: 2.4rem;
    margin: 0 auto 2rem;
    padding: 0 1rem;
  }
  .entry-column h2::before {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .entry-column h2.taC {
    margin-bottom: 4rem;
  }
  .entry-column h2.taC::after {
    width: 6.8rem;
    height: 0.4rem;
    bottom: -1rem;
  }
  .entry-column h3 {
    font-size: 2.2rem;
    margin: 0 auto 2rem;
    padding: 0 1rem;
  }
  .entry-column h3.tit-flow {
    font-size: 2rem;
  }
  .entry-column h3.tit-flow::before {
    font-size: 2rem;
    top: -0.1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .entry-column h4 {
    font-size: 2rem;
    padding: 0 1rem;
  }
  .entry-column h4::before {
    margin-right: 1rem;
  }
  .entry-column h5 {
    font-size: 1.8rem;
    padding: 0 1rem;
    margin: 0 auto 1rem;
  }
  .entry-column p {
    font-size: 1.6rem;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .entry-column p.taC {
    text-align: left;
  }
  .entry-column p iframe {
    width: 100%;
  }
  .entry-column ul, .entry-column ol {
    margin-bottom: 4rem;
    padding: 0 10px;
  }
  .entry-column ul li, .entry-column ol li {
    font-size: 1.6rem;
  }
  .entry-column .boxtxt {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  .entry-column .boxtxt .items {
    width: 100%;
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem;
    background: #005bac;
    padding: 1.25rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entry-column .boxtxt.n2 .items {
    width: calc(50% - 0.5rem);
  }
  .entry-column .boxtxt.n3 .items {
    width: calc(50% - 0.5rem);
  }
  .column-map-auto, .column-map-left {
    margin-bottom: 2rem;
  }
  .gmap iframe {
    width: 100%;
  }
}
/* ---------------------------------------------------
	pcsp
------------------------------------------------------ */
.pcsp-img {
  text-align: center;
}

/* ---------------------------------------------------
	営業所一覧
------------------------------------------------------ */
.office-map .desc img {
  width: 3.8rem;
  height: 4.6rem;
  margin-right: 1.5rem;
  display: block;
}
.office-map .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.office-map .map-svg {
  max-width: 100%;
  height: auto;
}
.office-map .map-svg g[id^=item] g[id^=pin] {
  transition: all ease 0.2s;
}
.office-map .map-svg g[id^=item] g[id^=namebox] {
  transition: all ease 0.2s;
  opacity: 0;
  pointer-events: none;
}
.office-map .map-svg g[id^=item]:hover g[id^=pin] {
  opacity: 0.9;
}
.office-map .map-svg g[id^=item]:hover g[id^=namebox] {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .office-map .desc {
    font-size: 1.6rem;
  }
}
.boxlist {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
.boxlist .items {
  width: calc(50% - 2rem);
  border: 0.4rem solid #9CBBEF;
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
.boxlist .items .box-tit {
  flex-shrink: 0;
  background: #4C80D8;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.9rem;
  width: 14.6rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  word-break: auto-phrase;
  line-height: 1.6;
  padding: 0 2rem;
}
.boxlist .items .box-txt {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.95;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .boxlist {
    display: block;
    padding: 0 1rem;
  }
  .boxlist .items {
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
    display: block;
  }
  .boxlist .items:last-of-type {
    margin-bottom: 0;
  }
  .boxlist .items .box-tit {
    font-size: 1.9rem;
    width: 100%;
    aspect-ratio: auto;
    padding: 0.5rem 2rem;
    margin-bottom: 2rem;
  }
  .boxlist .items .box-txt {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.95;
  }
}
/* ---------------------------------------------------
	テキストリンク
------------------------------------------------------ */
.txt-link {
  justify-content: flex-start;
  margin-bottom: 4rem;
}
.txt-link .row_col {
  display: inline-block;
  margin-right: 6rem;
  margin-bottom: 2rem;
}
.txt-link .row_col a {
  position: relative;
  display: inline-block;
  padding: 0.2rem 0;
  color: #222;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  padding-left: 1.8rem;
  font-size: 1.9rem;
}
.txt-link .row_col a::before {
  content: "";
  background: #004AC8;
  display: inline-block;
  width: 1rem;
  height: 0.1rem;
  left: 0;
  top: 50%;
  position: absolute;
}
.txt-link .row_col:hover a {
  text-decoration: underline;
}
.txt-link .row_col.blank a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  margin-left: 0.8rem;
  background: url(../images/common/ico-blank@2x.png) no-repeat center;
  background-size: contain;
  transform: translateY(-0.2rem);
}
.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 1rem;
    margin-bottom: 2rem;
  }
  .txt-link .row_col {
    margin-right: 0;
  }
  .txt-link .row_col a {
    font-size: 1.6rem;
  }
  .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 1rem;
  }
}
/* ---------------------------------------------------
	ボタンリンク
------------------------------------------------------ */
/*------アイコンベースafter------*/
/*------アイコンベースbefore------*/
/*------PDFアイコン------*/
/*------Wordアイコン------*/
/*------Excelアイコン------*/
/*------PowerPointアイコン------*/
/*------その他ファイルアイコン------*/
/*------ボタンベース------*/
.btnlink .row_col a, .btn-link a, a.btn-link {
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 6rem;
  border: 0.1rem solid #ccc;
  color: #222;
  font-size: 1.9rem;
  font-weight: 400;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 999rem;
  z-index: 1;
  overflow: hidden;
  line-height: 1.2;
}

/*------ボタンベースhover------*/
.btnlink .row_col a::after, .btn-link a::after, a.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  /*display: block;*/
  display: none;
  width: 0.9rem;
  height: 1.5rem;
  margin-top: -0.5rem;
  background: url("../images/common/ico-arrow-right.svg") no-repeat center;
  background-size: 100%;
}

/*------ボタンベース外部リンク------*/
.btnlink .row_col.blank a::after, .btnlink .row_col.blank a span::after, .btn-link a[target=_blank].btn-link::after, a[target=_blank].btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  /*display: block;*/
  display: none;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  transition: all ease 0.3s;
  background: url("../images/common/ico-blank.svg") no-repeat center;
  background-size: 100%;
}

/*------ボタンベース装飾------*/
.btnlink .row_col a::before, .btn-link a::before, a.btn-link::before {
  content: "";
  border-radius: 50%;
  background: #0D367C;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  z-index: -1;
}

/*------PDFボタン------*/
.btnlink .row_col.blank a[href$=".pdf"]::before, .btnlink .row_col.blank a.icon-pdf::before, .btnlink .row_col a.icon-pdf::before, .btnlink.num-4 .row_col a[href$=".pdf"]::before, .btnlink.num-4 .row_col a.icon-pdf::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 3rem;
  display: block;
  width: 2rem;
  height: 1.5rem;
  transform: none;
  border-radius: 0;
  margin-top: -1.5rem;
  background: url("../images/common/folder-pdf.png") no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 2.4rem;
  top: 55%;
}

/*------Wordボタン------*/
.btnlink .row_col.blank a[href$=".docx"]::before, .btnlink .row_col.blank a[href$=".doc"]::before, .btnlink .row_col.blank a.icon-doc::before, .btnlink .row_col a.icon-doc::before, .btnlink.num-4 .row_col a[href$=".docx"]::before, .btnlink.num-4 .row_col a[href$=".doc"]::before, .btnlink.num-4 .row_col a.icon-doc::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 3rem;
  display: block;
  width: 2rem;
  height: 1.5rem;
  transform: none;
  border-radius: 0;
  margin-top: -1.5rem;
  background: url("../images/common/folder-doc.png") no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 2.4rem;
  top: 55%;
}

/*------Excelボタン------*/
.btnlink .row_col.blank a[href$=".xlsx"]::before, .btnlink .row_col.blank a[href$=".xls"]::before, .btnlink .row_col.blank a.icon-xls::before, .btnlink .row_col a.icon-xls::before, .btnlink.num-4 .row_col a[href$=".xlsx"]::before, .btnlink.num-4 .row_col a[href$=".xls"]::before, .btnlink.num-4 .row_col a.icon-xls::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 3rem;
  display: block;
  width: 2rem;
  height: 1.5rem;
  transform: none;
  border-radius: 0;
  margin-top: -1.5rem;
  background: url("../images/common/folder-xls.png") no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 2.4rem;
  top: 55%;
}

/*------PowerPointボタン------*/
.btnlink .row_col.blank a[href$=".pptx"]::before, .btnlink .row_col.blank a[href$=".ppt"]::before, .btnlink .row_col.blank a.icon-ppt::before, .btnlink .row_col a.icon-ppt::before, .btnlink.num-4 .row_col a.icon-file::before, .btnlink.num-4 .row_col a[href$=".pptx"]::before, .btnlink.num-4 .row_col a[href$=".ppt"]::before, .btnlink.num-4 .row_col a.icon-ppt::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 3rem;
  display: block;
  width: 2rem;
  height: 1.5rem;
  transform: none;
  border-radius: 0;
  margin-top: -1.5rem;
  background: url("../images/common/folder-ppt.png") no-repeat center;
  background-size: 100%;
  width: 1.8rem;
  height: 2.4rem;
  top: 55%;
}

/*------その他ファイルボタン------*/
.btnlink .row_col a.icon-file::before {
  content: "";
  position: absolute;
  top: 62%;
  left: 3rem;
  display: block;
  width: 2rem;
  height: 1.5rem;
  transform: none;
  border-radius: 0;
  margin-top: -1.4rem;
  background: url("../images/common/folder.png") no-repeat center;
  background-size: 100%;
}

/*------ボタンpadding------*/
.btnlink .row_col.blank a[href$=".pptx"], .btnlink .row_col.blank a[href$=".ppt"], .btnlink .row_col.blank a.icon-ppt, .btnlink .row_col.blank a[href$=".xlsx"], .btnlink .row_col.blank a[href$=".xls"], .btnlink .row_col.blank a.icon-xls, .btnlink .row_col.blank a[href$=".docx"], .btnlink .row_col.blank a[href$=".doc"], .btnlink .row_col.blank a.icon-doc, .btnlink .row_col.blank a[href$=".pdf"], .btnlink .row_col.blank a.icon-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, .btnlink.num-4 .row_col a.icon-file, .btnlink.num-4 .row_col a[href$=".pptx"], .btnlink.num-4 .row_col a[href$=".ppt"], .btnlink.num-4 .row_col a.icon-ppt, .btnlink.num-4 .row_col a[href$=".xlsx"], .btnlink.num-4 .row_col a[href$=".xls"], .btnlink.num-4 .row_col a.icon-xls, .btnlink.num-4 .row_col a[href$=".docx"], .btnlink.num-4 .row_col a[href$=".doc"], .btnlink.num-4 .row_col a.icon-doc, .btnlink.num-4 .row_col a[href$=".pdf"], .btnlink.num-4 .row_col a.icon-pdf {
  padding: 2.5rem 5rem 2.5rem 7rem;
}

/*------ファイル関連ボタン設定------*/
.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 {
  background: #0D367C;
  color: #fff;
  border-radius: 0;
  border: none;
}

/*------ボタン並び・分割設定等------*/
.btnlink {
  justify-content: flex-start;
  margin-bottom: 6rem;
  font-feature-settings: "palt";
}
.btnlink .row_col {
  width: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
.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.num-1 .row_col {
  margin-right: auto;
  margin-left: auto;
}
.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: 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;
}
.btnlink.num-4 .row_col.blank a {
  padding: 0.9rem 4.5rem 0.7rem 2.5rem;
}
.btnlink.num-4 .row_col a {
  padding: 0.9rem 2.5rem 0.7rem;
}
.btnlink.num-4 .row_col a::before {
  opacity: 0;
}
.btnlink.num-4 .row_col a:hover::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".pdf"]::before, .btnlink.num-4 .row_col a.icon-pdf::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".pdf"], .btnlink.num-4 .row_col a.icon-pdf {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a[href$=".doc"]::before, .btnlink.num-4 .row_col a.icon-doc::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".doc"], .btnlink.num-4 .row_col a.icon-doc {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a[href$=".docx"]::before, .btnlink.num-4 .row_col a.icon-doc::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".docx"], .btnlink.num-4 .row_col a.icon-doc {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a[href$=".xls"]::before, .btnlink.num-4 .row_col a.icon-xls::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".xls"], .btnlink.num-4 .row_col a.icon-xls {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a[href$=".xlsx"]::before, .btnlink.num-4 .row_col a.icon-xls::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".xlsx"], .btnlink.num-4 .row_col a.icon-xls {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a[href$=".ppt"]::before, .btnlink.num-4 .row_col a.icon-ppt::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".ppt"], .btnlink.num-4 .row_col a.icon-ppt {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a[href$=".pptx"]::before, .btnlink.num-4 .row_col a.icon-ppt::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a[href$=".pptx"], .btnlink.num-4 .row_col a.icon-ppt {
  padding: 1.5rem 5rem 1.5rem 7rem;
}
.btnlink.num-4 .row_col a.icon-file::before {
  opacity: 1;
}
.btnlink.num-4 .row_col a.icon-file {
  padding: 1.5rem 5rem 1.5rem 7rem;
}

/*------テキストユニット内ボタンリンク------*/
a.btn-link {
  width: auto;
  margin-right: 1rem;
  line-height: 1.2;
  color: #222;
  text-decoration: none;
}
a.btn-link:hover {
  text-decoration: none !important;
  opacity: 0.9;
  color: #fff;
}
a.btn-link:hover::before {
  transform: translateY(-50%) scale(200);
}
a[target=_blank].btn-link:hover::after {
  background: url(../images/common/ico-blank-w.svg) no-repeat center;
}

/*------縦分割内ボタンリンク------*/
.box_row4 .row_col .col_txt .btn-link, .box_row3 .row_col .col_txt .btn-link, .box_row2 .row_col .col_txt .btn-link {
  width: 100%;
}

.box_row4 .row_col .col_txt .btn-link {
  padding: 0.9rem 2.5rem 0.7rem;
}
.box_row4 .row_col .col_txt .btn-link::before {
  opacity: 0;
}
.box_row4 .row_col .col_txt .btn-link:hover::before {
  opacity: 1;
}

/*------他ユニット内ボタンリンク------*/
.btn-link a {
  width: auto;
  margin-right: 1rem;
  line-height: 1.2;
}
.btn-link a:hover {
  text-decoration: none !important;
  opacity: 0.9;
  color: #fff;
}
.btn-link a:hover::before {
  transform: translateY(-50%) scale(200);
}
/*------ボタンリンクユニット------*/
.btnlink .row_col {
  /*------通常ボタン------*/
}
.btnlink .row_col a:hover {
  opacity: 0.9;
  color: #fff;
}
.btnlink .row_col a:hover::before {
  transform: translateY(-50%) scale(200);
}
.btnlink .row_col a {
  /*------PDFボタン------*/
}
.btnlink .row_col a.icon-pdf::after {
  display: none;
}
.btnlink .row_col a.icon-pdf:hover::before {
  transform: none;
}
.btnlink .row_col a {
  /*------Wordボタン------*/
}
.btnlink .row_col a.icon-doc::after {
  display: none;
}
.btnlink .row_col a.icon-doc:hover::before {
  transform: none;
}
.btnlink .row_col a {
  /*------Excelボタン------*/
}
.btnlink .row_col a.icon-xls::after {
  display: none;
}
.btnlink .row_col a.icon-xls:hover::before {
  transform: none;
}
.btnlink .row_col a {
  /*------PowerPointボタン------*/
}
.btnlink .row_col a.icon-ppt::after {
  display: none;
}
.btnlink .row_col a.icon-ppt:hover::before {
  transform: none;
}
.btnlink .row_col a {
  /*------他ファイルボタン------*/
}
.btnlink .row_col a.icon-file::after {
  display: none;
}
.btnlink .row_col a.icon-file:hover::before {
  transform: none;
}
.btnlink .row_col a {
  /*------アンカーリンクボタン------*/
}
.btnlink .row_col a[href^="#"] {
  padding: 2rem 2rem 3rem;
  text-align: center;
  background: #F2F4F8;
  border-radius: 0;
  border: none;
}
.btnlink .row_col a[href^="#"]::before {
  display: none;
}
.btnlink .row_col a[href^="#"]::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  left: 50%;
  bottom: 1.2rem;
  display: block;
  width: 1.2rem;
  height: 0.6rem;
  margin-left: -1rem;
  background: url("../images/common/anchor-arrow.png") no-repeat center;
  background-size: 100%;
  transition: transform 0.2s;
}
.btnlink .row_col a[href^="#"]:hover {
  opacity: 1;
  color: #222;
}
.btnlink .row_col a[href^="#"]:hover::after {
  transform: translateY(0.2rem);
}
.btnlink .row_col {
  /*------外部リンクボタン------*/
}
.btnlink .row_col.blank a span {
  position: relative;
  display: block;
  width: fit-content;
  margin: auto;
}
.btnlink .row_col.blank a span::after {
  right: -2.8rem;
}
.btnlink .row_col.blank a::after {
  display: none;
}
.btnlink .row_col.blank a:hover span::after {
  background: url(../images/common/ico-blank-w.svg) no-repeat center;
}
.btnlink .row_col.blank a[href$=".pdf"] span::after, .btnlink .row_col.blank a.icon-pdf span::after {
  display: none;
}
.btnlink .row_col.blank a[href$=".doc"] span::after, .btnlink .row_col.blank a.icon-doc span::after {
  display: none;
}
.btnlink .row_col.blank a[href$=".docx"] span::after, .btnlink .row_col.blank a.icon-doc span::after {
  display: none;
}
.btnlink .row_col.blank a[href$=".xls"] span::after, .btnlink .row_col.blank a.icon-xls span::after {
  display: none;
}
.btnlink .row_col.blank a[href$=".xlsx"] span::after, .btnlink .row_col.blank a.icon-xls span::after {
  display: none;
}
.btnlink .row_col.blank a[href$=".ppt"] span::after, .btnlink .row_col.blank a.icon-ppt span::after {
  display: none;
}
.btnlink .row_col.blank a[href$=".pptx"] span::after, .btnlink .row_col.blank a.icon-ppt span::after {
  display: none;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .btnlink {
    display: block;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  .btnlink .row_col {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .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: 2rem 5rem;
  }
  .btn-link::after,
  .btnlink .row_col a::after {
    right: 3rem;
  }
  a[target=_blank].btn-link::after,
  .btnlink .row_col.blank a::after {
    right: 2.5rem;
  }
  .btn-link {
    margin-right: 0;
    margin-top: 1rem;
  }
  .btn-link a {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .btnlink {
    padding: 0 1rem;
  }
  .btn-link,
  .btnlink .row_col a {
    /* padding: 2.5rem; */
  }
  .btn-link::after,
  .btnlink .row_col a::after {
    right: 1rem;
  }
  a[target=_blank].btn-link::after,
  .btnlink .row_col.blank a::after {
    right: 1rem;
  }
  /* ファイルアイコン */
  .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: 2.5rem 3.6rem 2.5rem 4rem;
  }
  /* ー＊ー＊ー＊ー＊ー */
  .btnlink .row_col a.icon-pdf::before, .btnlink .row_col.blank a[href$=".pdf"]::before {
    left: 1rem;
  }
  .btnlink .row_col a.icon-doc::before, .btnlink .row_col.blank a[href$=".doc"]::before, .btnlink .row_col.blank a[href$=".docx"]::before {
    left: 1rem;
  }
  .btnlink .row_col a.icon-xls::before, .btnlink .row_col.blank a[href$=".xls"]::before, .btnlink .row_col.blank a[href$=".xlsx"]::before {
    left: 1rem;
  }
  .btnlink .row_col.blank a::after {
    right: 1rem;
  }
  .btnlink .row_col a.icon-ppt::before, .btnlink .row_col.blank a[href$=".ppt"]::before, .btnlink .row_col.blank a[href$=".pptx"]::before {
    left: 1rem;
  }
  .btnlink .row_col a.icon-file::before {
    left: 1rem;
  }
}
/* ---------------------------------------------------
	ボタン：装飾用
------------------------------------------------------ */
.unit-hv-btn {
  display: block;
  border: 0.1rem solid #ccc;
  background: #FFF;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 1.7rem 4rem 1.6rem;
  position: relative;
  font-size: 1.8rem;
  overflow: hidden;
  z-index: 1;
  border-radius: 6rem;
  transition: all ease-in-out 0.3s;
  color: #222 !important;
  text-decoration: none !important;
}
.unit-hv-btn span {
  position: relative;
}
.unit-hv-btn::before {
  content: "";
  border-radius: 50%;
  background: #205AA9;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  z-index: -1;
}
.unit-hv-btn:hover {
  color: #fff !important;
  opacity: 0.9;
}
.unit-hv-btn:hover::before {
  transform: translateY(-50%) scale(200);
}
.unit-hv-btn[target=_blank] span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.unit-hv-btn[target=_blank] span::after {
  content: "";
  flex-shrink: 0;
  transition: all ease-in-out 0.3s;
  background: url("../images/top/ico-blank-black.png") no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  display: block;
}
.unit-hv-btn[target=_blank]:hover span::after {
  background: url("../images/top/ico-blank-white.png") no-repeat center/contain;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .unit-hv-btn {
    margin-bottom: 3rem;
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
}
/* ---------------------------------------------------
	コラム
------------------------------------------------------ */
.column_unit {
  width: 100%;
  margin: 0 auto 6rem;
}
.column_unit > .box {
  width: 100%;
  border: 0.1rem solid #0D367C;
  padding: 4rem;
  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: 36rem;
  margin-left: 4rem;
}
.column_unit.column_important { /* 重要なコラムの設定 */ }
.column_unit.column_important > .box {
  border: 0.4rem 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 .txt h2, .column_unit.column_important > .box .txt h3, .column_unit.column_important > .box .txt h4 {
  color: #B10404;
}
.column_unit.column_black > .box {
  border: none;
  background: #35546A;
}
.column_unit.column_black > .box h2, .column_unit.column_black > .box h3, .column_unit.column_black > .box h4 {
  color: #f3eb50;
}
.column_unit.column_black > .box .txt p {
  color: #f3eb50;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .column_unit {
    width: calc(100% - 20px);
    margin: 0 auto 3rem;
  }
  .column_unit h2, .column_unit h3, .column_unit h4, .column_unit h5 {
    padding: 0;
  }
  .column_unit > .box {
    display: block;
    width: 100%;
    padding: 2rem;
  }
  .column_unit > .box .content-wrap {
    display: block;
  }
  .column_unit > .box .txt {
    margin-bottom: 2rem;
  }
  .column_unit > .box .txt p {
    padding: 0;
    margin-bottom: 0;
  }
  .column_unit > .box .img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
/* ---------------------------------------------------
	画像＋テキスト（左右配置）
------------------------------------------------------ */
.pic_txt {
  margin-bottom: 6rem;
}
.pic_txt .row_pic {
  width: 50%;
  max-width: 60rem;
}
.pic_txt .row_pic.row_pic_w30 {
  width: 30%;
  max-width: 36rem;
}
.pic_txt .row_pic.row_pic_w40 {
  width: 40%;
  max-width: 48rem;
}
.pic_txt .row_pic.row_pic_w60 {
  width: 60%;
  max-width: 72rem;
}
.pic_txt .row_pic.row_pic_w70 {
  width: 70%;
  max-width: 84rem;
}
.pic_txt.pic_right .row_pic {
  width: 50%;
  max-width: 60rem;
  order: 10;
}
.pic_txt.pic_right .row_pic.row_pic_w30 {
  width: 30%;
  max-width: 36rem;
  order: 10;
}
.pic_txt.pic_right .row_pic.row_pic_w40 {
  width: 40%;
  max-width: 48rem;
  order: 10;
}
.pic_txt.pic_right .row_pic.row_pic_w60 {
  width: 60%;
  max-width: 72rem;
  order: 10;
}
.pic_txt.pic_right .row_pic.row_pic_w70 {
  width: 70%;
  max-width: 84rem;
  order: 10;
}
.pic_txt.pic_right .row_pic img + img {
  margin-top: 2rem;
}
.pic_txt .row_txt {
  width: 46.667%;
  max-width: 56rem;
}
.pic_txt .row_txt.row_txt_w66 {
  width: 66.667%;
  max-width: 79rem;
}
.pic_txt .row_txt.row_txt_w56 {
  width: 56.667%;
  max-width: 67rem;
}
.pic_txt .row_txt.row_txt_w36 {
  width: 36.667%;
  max-width: 44rem;
}
.pic_txt .row_txt.row_txt_w26 {
  width: 26.667%;
  max-width: 32rem;
}
.pic_txt .row_txt p {
  margin-bottom: 0;
}
.pic_txt .row_txt p + .btn-link {
  margin-top: 4rem;
}
.pic_txt .row_txt p .btn-link.btnL {
  margin-left: 0;
  margin-right: auto;
}
.pic_txt .row_txt p .btn-link.btnR {
  margin-left: auto;
  margin-right: 0;
}
.pic_txt .row_txt p .btn-link.btnC {
  margin-left: auto;
  margin-right: auto;
}

.border-caution {
  width: 100%;
  border: 0.4rem solid #B10404;
  padding: 4rem;
  box-sizing: border-box;
  margin: 0 auto 6rem;
}
.border-caution .pic_txt {
  margin-bottom: 0;
}

.border-standard {
  width: 100%;
  border: 0.1rem solid #0D367C;
  padding: 4rem;
  box-sizing: border-box;
  margin: 0 auto 6rem;
  background: #FFF;
}
.border-standard .pic_txt {
  margin-bottom: 0;
}

.back-gray {
  width: 100%;
  background: #f2f2f2;
  padding: 4rem;
  box-sizing: border-box;
  margin: 0 auto 6rem;
}
.back-gray .pic_txt {
  margin-bottom: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pic_txt {
    margin-bottom: 3rem;
  }
  .pic_txt .row_pic {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .pic_txt .row_pic.row_pic_w30, .pic_txt .row_pic.row_pic_w40, .pic_txt .row_pic.row_pic_w60, .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, .pic_txt.pic_right .row_pic.row_pic_w40, .pic_txt.pic_right .row_pic.row_pic_w60, .pic_txt.pic_right .row_pic.row_pic_w70 {
    width: 100%;
    max-width: 100%;
    order: 0;
  }
  .pic_txt .row_txt {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .pic_txt .row_txt.row_txt_w66, .pic_txt .row_txt.row_txt_w56, .pic_txt .row_txt.row_txt_w36, .pic_txt .row_txt.row_txt_w26 {
    width: 100%;
    max-width: 100%;
  }
  .pic_txt .row_txt p {
    padding: 0;
  }
  .pic_txt .row_txt p + .btn-link {
    margin-top: 2rem;
  }
  .pic_txt .row_txt p .btn-link.btnL, .pic_txt .row_txt p .btn-link.btnC, .pic_txt .row_txt p .btn-link.btnR {
    margin-right: auto;
    margin-left: auto;
  }
  .border-caution {
    padding: 10px;
    margin: 0 auto 3rem;
    width: calc(100% - 2rem);
  }
  .border-caution .pic_txt .row_txt {
    padding: 0;
  }
  .border-caution .pic_txt .row_txt .btn-link {
    padding-left: 0;
    padding-right: 0;
  }
  .border-standard {
    padding: 10px;
    margin: 0 auto 3rem;
    width: calc(100% - 2rem);
  }
  .border-standard .pic_txt .row_txt {
    padding: 0;
  }
  .border-standard .pic_txt .row_txt .btn-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .pic_txt .row_txt {
    padding: 0;
  }
  .pic_txt .row_txt_w26 .txt_btn a {
    padding: 2.5rem 1.6rem;
  }
  .pic_txt .row_txt_w26 .txt_btn a::after {
    right: 2rem;
  }
  .entry-column .content_row {
    padding: 0 1rem;
  }
  .entry-column .content_row h2 {
    padding: 0;
    font-size: 3rem;
  }
  .entry-column .content_row h3 {
    padding: 0;
    font-size: 2.8rem;
  }
  .entry-column .content_row h4 {
    width: 100%;
  }
  .entry-column .content_row h5 {
    padding: 0;
  }
  .entry-column .content_row p {
    padding: 0;
    font-size: 1.6rem;
  }
  .border-caution {
    width: calc(100% - 2rem);
    padding: 2rem;
  }
  .border-caution .content_row {
    padding: 0;
  }
  .border-standard {
    width: calc(100% - 2rem);
    padding: 2rem;
  }
  .border-standard .content_row {
    padding: 0;
  }
}
/* ---------------------------------------------------
	画像＋テキスト（画像に重ねて配置）
------------------------------------------------------ */
.pic-ontxt {
  margin-bottom: 4rem;
  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(242, 244, 248, 0.8980392157);
  padding: 5rem;
  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% - 10rem);
  margin: 0 auto -15rem;
}
.pic-ontxt.ontxt-bottom .img {
  width: 100%;
}
.pic-ontxt.ontxt-bottom .txt {
  width: calc(100% - 10rem);
  margin: -15rem 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: 5rem -20% 5rem 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: 5rem 0 5rem -20%;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .pic-ontxt {
    margin-bottom: 2rem;
  }
  .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% - 2rem);
    margin: -5rem auto 0;
    padding: 2rem;
    order: 2;
  }
}
/* ---------------------------------------------------
	画像＋テキスト（縦：2分割）※センターから表示する
------------------------------------------------------ */
.box_row2 {
  justify-content: space-between;
  margin-bottom: 4rem;
}
.box_row2 h4 {
  margin-bottom: 1rem;
}
.box_row2 .row_col {
  width: 58rem;
  max-width: 48.333%;
  margin-bottom: 4rem;
}
.box_row2 .row_col .col_pic {
  margin-bottom: 2rem;
  text-align: center;
}
.box_row2 .row_col .col_txt p {
  padding: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .box_row2 h4 {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .box_row2 .row_col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .box_row2 .row_col .col_pic {
    margin-bottom: 1.5rem;
  }
  .box_row2 .row_col + .row_col {
    margin-top: 3rem;
  }
  .box_row2 .row_col .col_txt {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .box_row2 .row_col .col_txt {
    padding: 0;
  }
}
/* ---------------------------------------------------
	画像＋テキスト（縦：3分割）※センターから表示する
------------------------------------------------------ */
.box_row3 {
  justify-content: center;
  margin-bottom: 4rem;
}
.box_row3 h4 {
  margin-bottom: 1rem;
}
.box_row3 .row_col {
  width: 373px;
  max-width: 31.084%;
  margin-right: 3.37%;
  margin-bottom: 4rem;
}
.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: 2rem;
  text-align: center;
}
.box_row3 .row_col .col_txt p {
  margin: 0;
}
.box_row3 .row_col .col_btn {
  margin-top: 2rem;
  text-align: left;
}
.box_row3 .row_col .col_btn a {
  display: inline-block;
  border: 1px solid #0EA7AC;
  padding: 2rem 2rem;
  text-decoration: none;
  width: 100%;
  min-width: 36rem;
}
.box_row3 .row_col .col_btn a::before {
  content: url(../images/common/ico-arrow-cr.png);
  margin-right: 1rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .box_row3 {
    margin-bottom: 5rem;
  }
  .box_row3 h4 {
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
    padding: 0;
  }
  .box_row3 .row_col {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .box_row3 .row_col:last-of-type {
    margin-bottom: 0;
  }
  .box_row3 .row_col .col_pic {
    margin-bottom: 1.5rem;
  }
  .box_row3 .row_col .col_txt {
    padding: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .box_row3 h4 {
    width: 100%;
  }
  .box_row3 .row_col .col_txt {
    padding: 0;
  }
}
/* ---------------------------------------------------
	画像＋テキスト（縦：4分割）※センターから表示する
------------------------------------------------------ */
.box_row4 {
  justify-content: center;
  margin-bottom: 4rem;
}
.box_row4 h5 {
  margin-bottom: 2rem;
}
.box_row4 .row_col {
  width: 22.5%;
  margin-right: 3.33%;
  margin-bottom: 4rem;
}
.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: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .box_row4 {
    margin-bottom: 5rem;
    justify-content: space-between;
  }
  .box_row4 h4 {
    padding: 0;
  }
  .box_row4 h5 {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding: 0 1rem;
  }
  .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: 1.5rem;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .box_row4 .row_col .col_txt h5 {
    padding: 0;
  }
}
/* ---------------------------------------------------
	タイトル＋テキスト（左右配置）
------------------------------------------------------ */
.tit-and-txt-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tit-and-txt-wrap .text-wrap {
  width: 47%;
}
.tit-and-txt-wrap .tit-wrap {
  width: 50%;
}
.tit-and-txt-wrap .tit-wrap.w70 {
  width: 70%;
}
.tit-and-txt-wrap .tit-wrap.w70 + .text-wrap {
  width: 27%;
}
.tit-and-txt-wrap .tit-wrap.w60 {
  width: 60%;
}
.tit-and-txt-wrap .tit-wrap.w60 + .text-wrap {
  width: 37%;
}
.tit-and-txt-wrap .tit-wrap.w50 {
  width: 50%;
}
.tit-and-txt-wrap .tit-wrap.w50 + .text-wrap {
  width: 47%;
}
.tit-and-txt-wrap .tit-wrap.w40 {
  width: 40%;
}
.tit-and-txt-wrap .tit-wrap.w40 + .text-wrap {
  width: 57%;
}
.tit-and-txt-wrap .tit-wrap.w30 {
  width: 30%;
}
.tit-and-txt-wrap .tit-wrap.w30 + .text-wrap {
  width: 67%;
}
.tit-and-txt-wrap.pos-top {
  align-items: flex-start;
}
.tit-and-txt-wrap.pos-middle {
  align-items: center;
}
.tit-and-txt-wrap.pos-under {
  align-items: flex-end;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .tit-and-txt-wrap .tit-wrap {
    width: 100% !important;
  }
  .tit-and-txt-wrap .text-wrap {
    width: 100% !important;
  }
}
/* ---------------------------------------------------
	Q&A
------------------------------------------------------ */
.faq-group {
  max-width: 120rem;
  margin: 0 auto 4rem;
}
.faq-group h2 {
  width: 100%;
  text-align: center;
  background: rgba(42, 24, 0, 0.05);
  padding: 0.5rem 0;
  cursor: pointer;
}
.faq-group h2::after {
  content: "";
  display: inline-block;
  width: 2.9rem;
  height: 1.7rem;
  background: url("../images/common/ico-arrow-bb@2x.png") no-repeat center/cover;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin: 0 0 0.3rem 2rem;
}
.faq-group h2.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-group-contents {
  display: none;
}
.faq-group-contents .faq-content {
  border-bottom: 0.1rem solid #ccc;
  margin: 0 auto 4rem;
}
.faq-group-contents .faq-content .faq-q {
  position: relative;
  padding-left: 3.5rem;
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #0D367C;
}
.faq-group-contents .faq-content .faq-q::after {
  content: "Q";
  margin-right: 1rem;
  position: absolute;
  line-height: 1;
  font-size: 3.4rem;
  left: 0;
  font-weight: 500;
  font-family: "Roboto";
}
.faq-group-contents .faq-content .faq-a {
  position: relative;
  padding-left: 4rem;
}
.faq-group-contents .faq-content .faq-a::after {
  content: "A";
  margin-right: 1rem;
  position: absolute;
  top: 0.5rem;
  line-height: 1;
  left: 0;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto";
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .faq-group {
    max-width: 100%;
    margin: 0 auto 4rem;
    padding: 0 1rem;
  }
  .faq-group .faq-content .faq-q {
    font-size: 1.8rem;
  }
  .faq-group .faq-content .faq-q::before {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    line-height: 1;
    font-size: 2.4rem;
  }
  .faq-group .faq-content .faq-a::before {
    margin-right: 0.5rem;
    margin-left: 1rem;
  }
}
/* ---------------------------------------------------
	流れ・手順用
------------------------------------------------------ */
.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 h3 {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.flow-box h3.tit-flow::before {
  counter-increment: flownum;
  content: counter(flownum);
  /*position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  letter-spacing: 0.1em;
  @include font-size(40);
  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-content .flow-img {
  width: 28.334%;
  max-width: 340px;
}
.flow-content .flow-txt {
  width: 68.334%;
  max-width: 820px;
}
.flow-content.no-img .flow-img {
  display: none;
}
.flow-content.no-img .flow-txt {
  width: 100%;
  max-width: 100%;
}
.flow-content.no-img .flow-txt strong {
  font-weight: bold;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .flow-box {
    position: relative;
    padding: 40px 0;
  }
  .flow-box .flow-content {
    display: block;
    width: 100%;
    max-width: 1200px;
  }
  .flow-box .flow-content .flow-img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .flow-box .flow-content .flow-txt {
    width: 100%;
    max-width: 100%;
  }
}
/* ---------------------------------------------------
	流れ用：横
------------------------------------------------------ */
.flow-column {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.flow-column .items {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background: #005bac;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 2rem;
  margin-right: 3.5rem;
  font-size: 2rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}
.flow-column .items:last-of-type {
  margin-right: 0;
}
.flow-column .items:last-of-type::after {
  display: none;
}
.flow-column .items::after {
  content: "";
  display: block;
  position: absolute;
  background: #005bac;
  width: 2rem;
  height: 4rem;
  right: -1.95rem;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .flow-column {
    display: block;
    padding: 0 1rem;
  }
  .flow-column .items {
    position: relative;
    display: flex;
    align-items: center;
    writing-mode: horizontal-tb;
    padding: 2rem;
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
  .flow-column .items::after {
    width: 4rem;
    height: 2rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -1.95rem;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
/* ---------------------------------------------------
	流れ・手順用2
------------------------------------------------------ */
.custom-flow2 {
  counter-reset: flownum2;
}
.custom-flow2 .flow-box2 {
  border: 0.4rem solid #9CBBEF;
  border-radius: 1rem;
  position: relative;
  margin-bottom: 5.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-flow2 .flow-box2:last-of-type {
  margin-bottom: 0;
}
.custom-flow2 .flow-box2:last-of-type::after {
  display: none;
}
.custom-flow2 .flow-box2::after {
  content: "";
  display: block;
  position: absolute;
  background: #9CBBEF;
  width: 2.6rem;
  height: 1.3rem;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.custom-flow2 .flow-box2 .txt {
  display: flex;
  width: 70%;
}
.custom-flow2 .flow-box2 .txt .step {
  aspect-ratio: 1/1;
  flex-shrink: 0;
  font-family: "Roboto";
  color: #4C80D8;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 30%;
  max-width: 100%;
  font-size: 2rem;
}
.custom-flow2 .flow-box2 .txt .step::after {
  counter-increment: flownum2;
  content: counter(flownum2, decimal-leading-zero);
  display: block;
  font-size: 6rem;
  letter-spacing: 0;
  line-height: 1;
}
.custom-flow2 .flow-box2 .txt .step::before {
  content: "";
  background: #9CBBEF;
  height: 52%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-flow2 .flow-box2 .txt .inner {
  padding: 5.5rem 7.6rem;
}
.custom-flow2 .flow-box2 .txt .inner .tit-flow2 {
  margin-bottom: 3rem;
  color: #004AC8;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.custom-flow2 .flow-box2 .txt .inner .flow-txt2 {
  line-height: 2;
  font-size: 1.9rem;
  color: #222;
  margin-bottom: 0;
}
.custom-flow2 .flow-box2 .images {
  width: 30%;
  text-align: center;
}
.custom-flow2 .flow-box2 .images img {
  max-width: 70%;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .custom-flow2 {
    padding: 0 1rem;
  }
  .custom-flow2 .flow-box2 {
    margin-bottom: 3rem;
    display: block;
  }
  .custom-flow2 .flow-box2:last-of-type {
    margin-bottom: 0;
  }
  .custom-flow2 .flow-box2:last-of-type::after {
    display: none;
  }
  .custom-flow2 .flow-box2::after {
    width: 3.6rem;
    height: 2.3rem;
    bottom: -2.3rem;
  }
  .custom-flow2 .flow-box2 .txt {
    display: block;
    width: 100%;
    padding-top: 2rem;
  }
  .custom-flow2 .flow-box2 .txt .step {
    aspect-ratio: auto;
    width: 100%;
    max-width: 100%;
    font-size: 1.8rem;
    padding-bottom: 2rem;
  }
  .custom-flow2 .flow-box2 .txt .step::after {
    font-size: 4.75rem;
  }
  .custom-flow2 .flow-box2 .txt .step::before {
    content: "";
    background: #9CBBEF;
    height: 1px;
    width: calc(100% - 4rem);
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
  .custom-flow2 .flow-box2 .txt .inner {
    padding: 2rem 1rem;
  }
  .custom-flow2 .flow-box2 .txt .inner .tit-flow2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .custom-flow2 .flow-box2 .txt .inner .flow-txt2 {
    font-size: 1.6rem;
  }
  .custom-flow2 .flow-box2 .images {
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
  }
  .custom-flow2 .flow-box2 .images img {
    max-width: 70%;
  }
}
/* ---------------------------------------------------
	テーブル
------------------------------------------------------ */
.column-table- {
  width: 100%;
  margin: 0 auto 4rem;
}
.column-table- table.rail tr th {
  background: rgba(227, 153, 35, 0.3019607843);
  vertical-align: top;
}
.column-table- table.transparent-table tr {
  border: none;
}
.column-table- table.transparent-table tr:last-child th, .column-table- table.transparent-table tr:last-child td {
  border: none;
}
.column-table- table.transparent-table tr th, .column-table- table.transparent-table tr td {
  background: none;
  border: none;
}
.column-table- table.transparent-table tr th.up, .column-table- table.transparent-table tr td.up {
  vertical-align: top;
}
.column-table- table.transparent-table tr th.or_up, .column-table- table.transparent-table tr td.or_up {
  color: #e49924;
  vertical-align: top;
}
.column-table- table.transparent-table tr th {
  width: 15%;
}
.column-table- table tr {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  table-layout: fixed;
  background: #FFF;
}
.column-table- table tr th, .column-table- table tr td {
  padding: 1.6rem 2rem 1.7rem;
  vertical-align: middle;
  font-size: 1.9rem;
  line-height: 1.8;
}
.column-table- table tr th {
  width: 25%;
  background: #F5F6F7;
  text-align: left;
  font-weight: bold;
  border-bottom: 0.1rem solid #ccc;
  color: #222;
}
.column-table- table tr:last-child th, .column-table- table tr:last-child td {
  border-bottom: 0.1rem solid #CCC;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .column-table- {
    margin: 0 auto 2rem;
  }
  .column-table- table.transparent-table tr th {
    width: 20%;
    display: table-cell;
  }
  .column-table- table.transparent-table tr td {
    width: 80%;
    display: table-cell;
  }
  .column-table- table tr th, .column-table- table tr td {
    padding: 1rem;
    font-size: 1.6rem;
    display: block;
  }
  .column-table- table tr th {
    width: 100%;
  }
  .column-table- table.js-table-unit-scroll-hint {
    table-layout: auto;
  }
  .column-table- table.acms-table-scrollable {
    table-layout: auto;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .column-table- {
    padding: 0 1rem;
  }
  .column-table- table.js-table-unit-scroll-hint {
    table-layout: auto;
  }
  .column-table- table.js-table-unit-scroll-hint th, .column-table- table.js-table-unit-scroll-hint td {
    display: table-cell !important;
    white-space: nowrap;
  }
  .column-table- table.acms-table-scrollable {
    table-layout: auto;
  }
  .column-table- table.acms-table-scrollable th, .column-table- table.acms-table-scrollable td {
    display: table-cell !important;
    white-space: nowrap;
  }
}
/* ---------------------------------------------------
	罫線
------------------------------------------------------ */
.entry-column hr.hr-line {
  margin: 0 auto;
  border-bottom: 0.2rem dotted #ccc;
}

/* ---------------------------------------------------
	余白
------------------------------------------------------ */
.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;
  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%;
  }
}

/* ---------------------------------------------------
	slider 共通
------------------------------------------------------ */
.slick-prev, .slick-next {
  background: none;
}
.slick-prev::before, .slick-next::before {
  content: "";
  display: none;
}

.slide-inft {
  max-width: 1000px;
  margin: 0 auto;
  display: none;
}
.slide-inft.slick-initialized {
  display: block;
}
.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;
  display: none;
}
.slide-inft-thumb.slick-initialized {
  display: block;
}
.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;
  display: none;
}
.slide-inf.slick-initialized {
  display: block;
}
.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::before {
  border: none;
}

.slick-slide .slide-img-cap {
  margin-bottom: 20px;
}

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

/* ブロックエディター対応 */
:where(.acms-entry) :where([data-type='columns']) {
  display: grid;
  grid-auto-flow: column;
  box-sizing: border-box;
  gap: 1rem; 
}

/* 2カラム */
:where(.acms-entry) :where([data-type='columns']).layout-two-column {
  grid-template-columns: repeat(2, 1fr);
}

/* 3カラム */
:where(.acms-entry) :where([data-type='columns']).layout-three-column {
  grid-template-columns: repeat(3, 1fr);
}

.column-block-editor ul li p{margin-bottom:0;}
.column-block-editor ol li p{margin-bottom:0;}

.column-block-editor .link-button-block.align-center{text-align: center;}
.column-block-editor .link-button-block.align-left{text-align: left;}
.column-block-editor .link-button-block.align-right{text-align: right;}
.column-block-editor .link-button-block.align-center{text-align: center;}
.column-block-editor .link-button-block .link-button-block-link{background: #205AA9;color: #fff!important;text-align: center;padding: 1.5rem;text-decoration: none!important;border-radius: 999rem!important;display: inline-block;margin-bottom: 1rem;} 

.column-block-editor table p{margin: 0;}

.column-block-editor ul,.column-block-editor ol{padding: 0;}
.column-block-editor blockquote p{margin-bottom: 0;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape){
  .column-block-editor{padding: 0 1rem;}
}