@charset "utf-8";
/* =============================================================================
   変数定義
   ========================================================================== */

:root {
  --pink: #ff7287;
  --navy: #30416b;
  
  --gothic: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --shippori: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  --zen: 'Zen Old Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* =============================================================================
   モバイルレイアウト : 599 px およびそれ以下
   ========================================================================== */


/*  共通
-----------------------------------------------------------------------------*/
a,
p {
  font-size: 1.5rem;
  line-height: 1.87;
}
a:hover * {
	/*opacity: 0.7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";*/
}
.w100 { width: 100%; }
.w90 { width: 90%; }
.w80 { width: 80%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.w30 { width: 30%; }
.w20 { width: 20%; }
.mb20 { margin-bottom: 20px !important }
.mb30 { margin-bottom: 30px !important }
.mb40 { margin-bottom: 40px !important }
.mb50 { margin-bottom: 50px !important }
.mb60 { margin-bottom: 60px !important }
.mb80 { margin-bottom: 80px !important }
.mb90 { margin-bottom: 90px !important }
.mb100 { margin-bottom: 100px !important }
.mb120 { margin-bottom: 120px !important }


#sub .main .center {
  text-align: center;
}

#sub .main img {
  width: 100%;
  max-width: 1200px;
  max-width: 100%;
  margin-bottom: 3%;
  display: block;
}
#sub .main .fl,
#sub .main .fr,
#sub .main .fl figure,
#sub .main .fr figure {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#sub .main figure {
  width: auto;
  margin: 0;
  margin-bottom: 2rem;
  display: table;
}
#sub .main figure img {
  margin: 0 auto;
}
#sub .main figure img,
#sub .main figure .caption {
  margin-left: auto;
  margin-right: auto;
}
#sub .main figure .caption {
  text-align: left !important;
  display: table-caption;
  caption-side: bottom;
}
#sub .main figure.w100 {
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-4.2%);
}
#sub .main figure.w100 .caption {
  text-align: left;
  padding: 0 4.2%;
}

b,
em,
strong {
  font-weight: 700;
}




#contents_inner {
  margin: 0 auto;
}

#sub #fig {
  display: none;
}

#fv {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
#fv .textBox {
  width: 100%;
  max-width: 144rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}




/*　ジャンプボタン　*/
#sub .main #jump ul{
	margin:  0;
  padding-left: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#sub .main #jump ul li {
  width: auto;
  margin: 0;
  padding-left: 0;
}
#sub .main #jump ul li::before {
  display: none;
}
#sub .main #jump ul li a {
  color: var(--pink);
  font-family: var(--zen);
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
  padding: .7rem 2.5rem;
	padding-left: 4.2rem;
  border: solid 1px var(--pink);
	display: inline-block;
  transition: opacity 0.3s;
  position: relative;
}
#sub .main #jump ul li a::before {
  content: "";
  width: 1rem;
  height: 1.75rem;
	display: block;
	background: url("../img/arrow-down-p.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2rem;
  top: 1.2rem;
}
#sub .main #jump ul li a:hover,
#sub .main #jump ul li a:active {
  opacity: 0.7;
}

/*　パンくずリスト*/
#breadcrumb{	display: none; }

/*　見出し　*/
#sub .main h2 {
	clear: both;
  color: #FFF;
  font-family: var(--zen);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 6rem 0 2rem;
  padding: 0.8rem 2rem;
  background-color: var(--pink);
}
#sub .main #jump + h2 {
  margin-top: 4rem;
}

#sub .main h3 {
	clear: both;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.05em;
	margin: 5rem 0 2rem;
  padding: 0.21em 0;
  padding-left: 1.7em;
  background-color: #ffd9e0;
  position: relative;
}
#sub .main h3::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  display: block;
  background-image: url("../img/ico-h3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
#sub .main h4 {
	clear: both;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
	margin: 4rem 0 2rem;
  padding-left: 1.4em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px var(--pink);
  position: relative;
}
#sub .main h4::before {
  content: "";
  width: 1.14em;
  height: 1.5em;
  display: block;
  background-image: url("../img/ico-h4.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
#sub .main h5 {
	clear: both;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.75;
	margin: 4rem 0 2rem;
}
#sub .main h6 {
	clear: both;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
	margin: 1.5em 0 0.7em;
}



/*　本文　*/
#sub .main p {
  font-size: 1.5rem;
	margin-bottom: 1.4em;
}
#sub .main p.el_postLead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
	margin: 5rem 0 2.5rem;
}
.main a,
.main a:link {
  color: var(--navy);
}
.main a:visited {
  color: #929292;
}
.main a:hover,
.main a:active {
	text-decoration: none;
}
#sub .main p.lead {
  font-size: 1.6rem;
  font-weight: 700;
}
.main p a {
	font-size: inherit;
	text-decoration: underline;
}
.main img.fl {
	display: block;
  width: auto;
  max-width: 100%;
	margin: 0 auto 5%;
	padding: 0;
	text-align: center;
}
.main img.fr {
	display: block;
  width: auto;
  max-width: 100%;
	margin: 0 auto 5%;
	padding: 0;
	text-align: center;
}

/*　表組み　*/
.main .tableWrap {
  width: 100%;
  margin-bottom: 10%;
}
.main table {
  width: 100%;
	margin-bottom: 10px;
  padding: 4px;
	border-collapse: collapse;
}
.main table thead th {
  word-break: keep-all;
	text-align: center;
  font-weight: 700;
  border-top: solid 2px #949595;
  border-bottom: solid 2px #949595;
}
.main table.noBorder thead th {
  color: #000;
  background-color: transparent;
}
.main table tbody th {
  font-weight: 500;
}
.main table th,
.main table td {
  line-height: 1.67;
  text-align: left;
  padding: 1em;
  vertical-align: middle;
  position: relative;
}
.main table thead th:not(last-of-type)::before {
  content: "";
  width: 8px;
  height: calc(100% + 4px);
  display: block;
  background-color: white;
  position: absolute;
  right: -4px;
  top: -2px;
}
.main table tbody th {
  border-bottom: solid 1px #7f8080;
}
.main table tbody td {
  border-bottom: solid 1px #c7c7c7;
}
.main table tbody th::before,
.main table tbody td:not(last-of-type)::before {
  content: "";
  width: 8px;
  height: calc(100% + 1px);
  display: block;
  background-color: white;
  position: absolute;
  right: -4px;
  top: 0;
}
.main table.noBorder thead th {
  border-top: none;
}
.main table.noBorder thead th,
.main table.noBorder tbody th,
.main table.noBorder tbody td {
  border-bottom: none !important;
}
.tableWrap {
  width: 100%;
}
.tableWrap.tbl-scrollable {
  margin: 4rem 0;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
  overflow: auto;
}
.tbl-scrollable::before {
	content: "→スクロールできます。";
}
.main table.none{	border: none; }
.main table.none thead th{	border: none;	background: none;	color: #505050;}
.main table.none th{	border: none;	background: none; }
.main table.none td{	border: none;	background: none; }
.main .respTable,
.main .respTable tr {
  width: 100%;
  white-space: normal;
  display: block;
}
.main .respTable thead th {
  overflow-wrap: anywhere;
}
.main .respTable th,
.main .respTable td {
  text-align: left;
  width: 100%;
  white-space: normal;
  display: block;
  border-bottom: solid 1px #c9caca;
}
.main .respTable th::before,
.main .respTable td::before {
  display: none;
}
.main .respTable tr:last-of-type td:last-of-type,
.main .respTable thead td:last-of-type {
  border-bottom: solid 2px #7f8080;
}

/*　リスト　*/
#sub .main ul,
#sub .main ol{
	list-style: none;
  margin: 3rem 0;
	padding-left: 22px;
}
#sub .main ul li,
#sub .main ol li {
  line-height: 1.67;
	margin-bottom: 1em;
  padding-left: 1.4em;
  position: relative;
}
#sub .main ul li::before{
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: block;
	background-color: var(--pink);
  position: absolute;
  left: 0;
  top: 0.6em;
}
#sub .main ol {
	counter-reset: li_count;
}
#sub .main ol li:before{
  width: 1em;
  text-align: right;
  display: inline-block;
	counter-increment: li_count;
	content: counter(li_count);
	position: absolute;
  left: -0.5em;
  top: 0;
}

/*　目次　*/
.main .index .indexBox {
  margin-bottom: 3rem;
}
.main .index .indexHeader a {
  color: #2D2D2D;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2.6rem;
  padding: 1em 1.6em;
  padding-right: 8rem;
  border-bottom: solid 3px #D7D7D7;
  display: block;
  background-color: #F2F2F2;
  background-image: url("../img/arrow-index-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5rem auto;
  transition: all 0.3s;
}
.main .index .indexHeader a:hover {
  color: #FFF;
  background-color: #0B76B8;
  background-image: url("../img/arrow-index-right-hover.svg");
}
#sub .main .index ul li {
  font-size: 1.5rem;
  margin-bottom: 0.8em;
  padding-left: 0;
}
#sub .main .index ul li a {
  line-height: 1.87;
  padding-left: 1.4em;
}
#sub .main .index ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  background-image: url("../img/ico-index-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#sub .main .index ul li.has-child::before {
  background-image: url("../img/ico-index-plus.svg");
}
#sub .main .index ul li.has-child.open::before {
  background-image: url("../img/ico-index-minus.svg");
}
#sub .main .index ul li.has-child {
  padding-left: 0;
}
#sub .main .index ul li.has-child .btn {
  padding-left: 1.4em;
  display: block;
  transform: translateY(0.3rem);
}
#sub .main .index ul.lv-second {
  padding-top: 1.6rem;
  padding-left: 0;
}
#sub .main .index ul.lv-second li {
  padding-left: 1.5em;
}
#sub .main .index ul.lv-second li::before {
  display: none;
}
#sub .main .index ul.lv-second li a {
  padding-left: 0.8em;
  position: relative;
}
#sub .main .index ul.lv-second li a::before {
  content: "";
  width: 0.5rem;
  height: 0;
  display: block;
  border-bottom: solid 1px #2D2D2D;
  background-image: none;
  position: absolute;
  left: 0;
  top: 0.9em;
}
#sub .main .index ul li span,
#sub .main .index ul li a {
  color: #2D2D2D;
  display: block;
}


/*　基本ボタン　*/
.main a.button {
	color: var(--pink);
  font-family: var(--zen);
  font-weight: 700;
  text-align: left;
  margin: 0 1% 1em 0;
  padding: 0.5em 5.6em 0.5em 2em;
	display: inline-block;
  border: solid 1px var(--pink);
	text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.main a.button::after {
  content: "";
  width: 2.1rem;
  height: 1.1rem;
  background-image: url("../img/arrow-right-p.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.main a.button.pdf::after {
  width: 30px;
  height: 15px;
  background-image: url("../img/ico-pdf.svg");
}
.main .center a.button {
  margin-right: 0;
}
.main a.button:hover {
  color: white;
  background-color: var(--pink);
}
.main a.button:not(.pdf):hover::after {
  background-image: url("../img/arrow-btn-wh.svg");
}

/* 開閉パネル */
.accWrap {
  margin: 3rem 0;
}
.accordion {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #f5f3f3;
}
.accordion .hd {
  font-family: var(--zen);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.58;
  margin: 0;
  padding-right: 3rem;
  position: relative;
  transition: opacity 0.3s;
}
.accordion .hd::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-image: url("../img/ico-plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.accordion .hd.open {
  border-bottom: none;
}
.accordion .hd.open::after {
  background-image: url("../img/ico-minus.svg");
}
.accordion .panel {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0 2rem;
  padding-top: 1.33em;
  border-top: solid 1px #bfbfc0;
}
.accordion.qa .hd {
  padding-left: 4rem;
}
.accordion.qa .panel {
  padding-left: 4rem;
  position: relative;
}
.accordion.qa .hd::before,
.accordion.qa .panel::before {
  font-family: var(--zen);
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  padding: 0.1em 0.25em 0.2em;
  display: block;
  position: absolute;
  left: 0;
}
.accordion.qa .hd::before {
  content: "Q";
  color: var(--pink);
  top: 0;
}
.accordion.qa .panel::before {
  content: "A";
  color: white;
  background-color: var(--pink);
  top: 1em;
}
#sub .accordion.qa .panel p {
  margin: 0;
}

/* フロー */
#sub .main .flow {
  padding-left: 0;
}
#sub .main .flow li {
  margin-bottom: 5rem;
  padding: 2rem;
  background-color: #f5f3f3;
  position: relative;
}
#sub .main .flow li::before {
  display: none;
}
#sub .main .flow li::after {
  content: "";
  width: 100%;
  height: 5rem;
  display: block;
  background-image: url("../img/arrow-down-flow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 2.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
#sub .main .flow li:last-of-type::after {
  display: none;
}
#sub .main .flow li p {
  margin-bottom: 0;
}
#sub .main .flow li p.lead {
  font-family: var(--zen);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.78;
  margin-bottom: 1rem;
}
#sub .main .flow li.hasNum {
  padding-left: 10rem;
}
#sub .main .flow li .num {
  color: var(--pink);
  font-family: var(--zen);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 2rem;
  display: block;
  position: absolute;
  left: 2.7rem;
  top: 3rem;
}
#sub .main .flow li .num::after {
  content: "";
  width: 0;
  height: 2.6rem;
  display: block;
  border-right: solid 1px #000;
  position: absolute;
  right: 0;
  top: 0;
}


/*　写真・キャプション　*/
.main figure img {
}
.main .caption {
  line-height: 1.67;
  margin-top: 0.5em;
}

/* 回り込み */
.main .clearfix p {
  line-height: 1.67;
}

/* カラムレイアウト */
#sub .main .column2,
#sub .main .pcColumn2,
#sub .main .column3,
#sub .main .column4 {
  margin-bottom: 8%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 5.4%;
  grid-row-gap: 2.7rem;
}
#sub .main .column2 > div,
#sub .main .column3 > div,
#sub .main .column4 > div,
#sub .main .column2 > figure,
#sub .main .column3 > figure,
#sub .main .column4 > figure {
  width: 47.3%;
  margin-bottom: 0;
}
#sub .main .column2 > div:nth-of-type(odd),
#sub .main .column3 > div:nth-of-type(odd),
#sub .main .column4 > div:nth-of-type(odd),
#sub .main .column2 > figure:nth-of-type(odd),
#sub .main .column3 > figure:nth-of-type(odd),
#sub .main .column4 > figure:nth-of-type(odd) {
}
#sub .main .column2 > div .caption,
#sub .main .column3 > div .caption,
#sub .main .column4 > div .caption,
#sub .main .column2 > figure .caption,
#sub .main .column3 > figure .caption,
#sub .main .column4 > figure .caption {
  margin-bottom: 0;
  display: block;
}
#sub .main .column2 img,
#sub .main .column3 img,
#sub .main .column4 img {
	max-width: 100% !important;
}

#sub .main .pcColumn2 {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


/* =============================================================================
   タブレットレイアウト : 600 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 600px) {

  body#sub {
    background-color: #f9f5e9;
    position: relative;
  }
  
  #sub #fig {
    display: block;
  }
  #sub .inner {
    max-width: 1400px;
  }
  #sub #contents_inner {
    padding: 0 3rem 7.5rem;
  }
  #sub .main {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 0;
    background-color: #FFF;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
    z-index: 2;
  }

  #sub .main img.w100 { width: 100%; }
  #sub .main img.w90 { width: 90%; }
  #sub .main img.w80 { width: 80%; }
  #sub .main img.w60 { width: 60%; }
  #sub .main img.w50 { width: 50%; }
  #sub .main img.w40 { width: 40%; }
  #sub .main img.w30 { width: 30%; }
  #sub .main img.w20 { width: 20%; }


/*　ページヘッダー　*/
  #fv {
    margin-bottom: 0;
  }
  #fv .textBox {
    padding-top: 0;
    padding-left: 3rem;
    justify-content: flex-start;
  }
  #fv .textBox h1,
  #fv .textBox h1 .en {
    text-align: left;
  }
  
/*　パンくずリスト　*/
  #breadcrumb {
    margin: 3.4rem 0;
    padding: 0 3rem;
    display: block;
  }
  #breadcrumb ul {
    max-width: 1400px;
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #breadcrumb ul li::before {
    content: "―";
    margin: 0 0.3em;
    display: inline;
  }
  #breadcrumb ul li:first-child::before {
    display: none;
  }
  #breadcrumb ul li a {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.15em;
    transition: opacity 0.3s;
  }
  #breadcrumb ul li a:hover {
    opacity: 0.7;
  }
  #breadcrumb ul li a.current {
    cursor: default;
    pointer-events: none;
  }

  #contents_inner {
    
  }
  
/*　ジャンプ　*/
  #sub .main #jump ul {
    justify-content: center;
  }
  #sub .main #jump ul li {
  }
  
/*　本文　*/
  .main p{
    margin-bottom: 2em;
  }
  .main p.lead {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
  .main a {
    font-size: 1.5rem;
    line-height: 1.87;
  }
  .main p.no_float{
    width: 630px;
    overflow: hidden;
  }
  #sub .main figure {
    margin: 0 0 40px;
  }
  #sub .main .fl,
  #sub .main .fr {
    width: auto;
  }
  #sub .main .fl {
    margin: 0 40px 40px 0 !important;
  }
  #sub .main .fr{
    margin: 0 0 40px 40px !important;
  }
  #sub .main .fl figure,
  #sub .main .fr figure {
    margin-bottom: 0;
  }
  
/*　基本ボタン　*/
  .main a.button {
    display: inline-block;
  }

  
  
/*　表組み　*/
  .main .tableWrap{
    margin: 0 0 40px 0;
  }
  .main table th {
    padding: 18px !important;
  }
  .main table td {
    padding: 18px;
  }
  .main table.none{	border: none; }
  .main table.none thead th{	border: none;	background: none;	color: transparent;}
  .main table.none th{	border: none;	background: none; }
  .main table.none td{	border: none;	background: none; }
  .main .respTable th,
  .main .respTable td {
    width: auto;
    display: table-cell;
  }
  .main .respTable {
    display: table;
  }
  .main .respTable tbody {
    display: table-footer-group;
  }
  .main .respTable tr {
    display: table-row;
  }
  .main .respTable thead th {
    border-top: solid 2px #7f8080;
    border-bottom: solid 2px #7f8080;
  }
  .main .respTable tbody th {
    border-bottom: solid 2px #7f8080;
  }
  .main .respTable thead td:nth-child(odd) {
    border-top: solid 1px #bfbfc0;
    border-bottom: solid 1px #bfbfc0 !important;
  }
  .main .respTable tbody td:nth-child(odd) {
    border-bottom: solid 1px #bfbfc0 !important;
  }
  .main .respTable thead td:nth-child(even) {
    border-top: solid 1px #c9caca !important;
  }
  .main .respTable thead td:nth-child(even),
  .main .respTable tbody td:nth-child(even) {
    border-bottom: solid 1px #c9caca !important;
  }
  .main .respTable thead th:not(last-of-type)::before,
  .main .respTable thead td:not(last-of-type)::before,
  .main .respTable tbody th:not(last-of-type)::before,
  .main .respTable tbody td:not(last-of-type)::before {
    content: "";
    width: 8px;
    height: calc(100% + 4px);
    display: block;
    background-color: white;
    position: absolute;
    right: -4px;
    top: -2px;
  }

/*　リスト　*/
  #sub .main ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 6px 0 0;
  }


/*　写真・キャプション　*/
  #sub .main figure.w100 {
    width: 100%;
    transform: translateX(0);
  }
  #sub .main figure.w100 .caption {
    padding: 0;
  }
  #sub .main .column2,
  #sub .main .column3,
  #sub .main .column4 {
    margin-bottom: 60px;
  }
  #sub .main .column2 > div {
    margin-bottom: 30px;
  }
  #sub .main .column3 > div {
    width: 32%;
    margin: 0 2% 30px 0 !important;
  }
  #sub .main .column3 > div:nth-child(3n){
    margin-right: 0 !important;
  }
  #sub .main .column4 > div {
    width: 23%;
    margin: 0 2.66% 30px 0 !important;
  }
  #sub .main .column4 > div:nth-child(2n){
    margin-right: 2.66% !important;
  }
  #sub .main .column4 > div:nth-child(4n){
    margin-right: 0 !important;
  }

  #sub .main .pcColumn2 {
    margin-bottom: 3rem;
  }
  #sub .main .pcColumn2 > div {
    width: 47.3%;
    margin-bottom: 0;
  }
  #sub .main .column2,
  #sub .main .pcColumn2,
  #sub .main .column3,
  #sub .main .column4 {
    grid-row-gap: 3.5rem;
  }
}



/* =============================================================================
   デスクトップレイアウト : 1000 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1000px) {
  
/*　ページヘッダー　*/
  #fv {
    height: 43.2rem;
  }
  #fv .textBox {
    padding-top: 9.5rem;
    padding-left: 4%;
  }
  #fv .textBox h1 {
    font-size: 4.8rem;
    text-align: left;
  }
  #fv .imgBox {
    width: 100%;
    height: 100%;
  }
  #fv .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  #sub .main {
    padding: 9rem 0;
  }
  
  #sub #contents_inner {
    padding: 0 4% 7.4rem;
  }
  
  #breadcrumb {
    margin: 40px 0;
    padding: 0 4%;
  }
  #breadcrumb ul {
    max-width: 1400px;
    padding: 0;
  }
  
  .main a:hover {
    text-decoration: none;
  }
  
  #jump {
    margin-bottom: 60px;
  }
  
  .main .index {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main .index .indexBox {
    width: 47%;
  }
  .main .index ul li span,
  .main .index ul li a {
    transition: opacity 0.3s;
  }
  .main .index ul li span:hover,
  .main .index ul li a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  
  .accordion {
    padding: 2rem;
  }
  .accordion .hd:hover {
    opacity: 0.7;
    cursor: pointer;
  }


  #sub .main .flow li {
    margin-bottom: 7.6rem;
  }
  #sub .main .flow li::after {
    height: 7.6rem;
  }
  
  #sub .main h2 {
    font-size: 3.6rem;
    margin: 40px 0;
  }
  #sub .main h3 {
    font-size: 2.3rem;
    padding: 0.5em 0;
    padding-left: 2.2em;
  }
  #sub .main h3::before {
    width: 2.4em;
    height: 2.4em;
  }
  
  #sub .main p.el_postLead {
    font-size: 2.3rem;
    font-weight: 500;
    margin: 50px 0;
  }
  
}




/* =============================================================================
   デスクトップレイアウト : 1600 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1600px) {
  
  #fv {
    position: relative;
  }
  #fv .textBox {
    padding-left: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-720px);
  }
}





