@charset "utf-8";

#content {
  padding: 210px 0 100px;
  position: relative;
}

#post-5 {
  max-width: 1120px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}

#post-5 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#post-5 a {
  color: #0078DC;
  text-decoration: underline;
}

#post-5 .category {
  width: 120px;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: rgba(55,64,71,0.7);
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

#post-5 .entry-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

#post-5 .newsCategory {
  font-size: 12px;
  border: 1px solid #CFD3D6;
  background: transparent;
  color: #374047;
  padding: 9px;
  margin-right: 15px;
  margin-bottom: 0;
}

#post-5 .date {
  font-size: 14px;
  color: #A1ABB1;
  font-family: 'ProductSans';
  margin: 0 !important;
  height: 32px;
  line-height: 1;
  padding: 9px 0;
}

#post-5 .entry-title-wrap .entry-title {
  margin-top: 15px;
}

#post-5 .write {
  font-size: 13px;
  color: #5F6B74;
  line-height: 1;
}

#post-5 .write:before {
  content: '\f5ad';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: rgba(161,171,177,0.8);
  margin-right: 5px;
}

#post-5 .entry-mv {
  width: 800px;
  margin: 60px auto 80px;
}

#post-5 .entry-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}

#post-5 .entry-content {
  padding: 60px 20px 100px;
  position: relative;
  margin-top: 60px;
}

#post-5 .entry-content > *:first-child {
  margin-top: 0;
}

#post-5 .news-entry-content {
  padding-bottom: 80px;
}

#post-5 .entry-content:before,
#post-5 .entry-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
}

#post-5 .entry-content:before {
  width: 100%;
  background: #CFD3D6;
}

#post-5 .entry-content:after {
  width: 100px;
  background: #374047;
}

#post-5 h2,
#post-5 h3,
#post-5 h4 {
  margin: 60px 0 30px;
  font-weight: bold;
  line-height: 1.5;
}

#post-5 h2 {
  font-size: 22px;
}

#post-5 h3 {
  font-size: 18px;
}

#post-5 h4 {
  font-size: 16px;
}

#post-5 p {
  font-size: 14px;
  line-height: 2;
  margin: -7px 0;
}

#post-5 p + p {
  margin-top: 20px !important;
}

#post-5 em {
  font-weight: bold;
  font-style: normal;
}

#post-5 .wp-block-column {
  margin: 60px 0;
}

#post-5 .wp-block-columns {
  margin: 60px 0;
}

#post-5 .wp-block-columns .wp-block-column,
#post-5 .wp-block-columns .wp-block-image {
  margin: 0;
  width: 100%;
}

#post-5 .wp-block-image {
  margin: 60px auto;
  max-width: 800px;
	width: 100%;
}

#post-5 .wp-block-image figcaption {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
  color: #5F6B74;
}

#post-5 .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#post-5 .wp-block-columns.has-2-columns .wp-block-column {
	max-width: 460px;
  width: 100%;
}

#post-5 .wp-block-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 60px 0;
}

#post-5 .wp-block-table tr {
  border-bottom: 1px solid #CFD3D6;
}

#post-5 .wp-block-table tr:last-child {
  border-bottom: none;
}

#post-5 .wp-block-table th,
#post-5 .wp-block-table td {
  padding: 40px;
}

#post-5 .wp-block-table td:first-child {
  background: #F3F4F5;
  font-weight: bold;
  width: 30%;
  text-align: left;
}

#post-5 .wp-block-table td strong {
  font-weight: bold;
}

#post-5 .wp-block-table td {
  width: 70%;
}



#post-5 ol {
  list-style-type: none;
  list-style-position: outside;
  counter-reset:number;
  margin: 60px 0;
  margin-left: 18px;
}

#post-5 ol li {
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
}

#post-5 ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number)'.';
  display:inline-block;
  font-weight:bold;
  font-size: 14px;
  top: 0;
  left: -18px;
}

#post-5 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 60px 0;
}

#post-5 ul li {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
}
 
#post-5 ul li:before {
  content:  '';
  width:  10px;
  height:  10px;
  display:  inline-block;
  background-color: #CFD3D6;
  border-radius:  50%;
  position: absolute;
  top: 6px;
  left: 0;
}

#post-5 .notes li {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
}

#post-5 .notes li:before {
  content: '＊';
  background-color: transparent;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#post-5 .wp-block-column-line {
  padding: 40px 20px;
  margin: 0 -20px;
  border-top: 1px solid #CFD3D6;
  border-bottom: 1px solid #CFD3D6;
}

#post-5 .wp-block-column-line+.wp-block-column-line {
  border-top: none;
}

#post-5 .wp-block-column-line h4 {
  margin-top: 0;
  margin-bottom: 16px;
}

#post-5 .wp-block-column-line p + p {
  margin-top: 20px;
}

#post-5 .wp-block-separator {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #CFD3D6;
  margin: 40px -20px;
}

#post-5 .wp-block-separator + h4 {
  margin: -4px 0 16px;
}

#post-5 .f-s {
  font-size: 13px;
  line-height: 1.5;
  margin: -3px 0;
}

.bgGyWrap {
  padding: 80px 0;
}

.bgGyWrap + .btnWrap {
  margin-top: 80px;
}

@media screen and (max-width: 1120px) {
	#content {
		padding-top: 156px;
	}
	
	#post-5 {
		width: 100%;
		padding: 0 40px;
	}
	
	.articleList {
		justify-content: center;
	}
	
	.articleList .post {
		width: 46%;
		margin: 12px;
	}
	
	.articleList3col::after {
		display: none;
	}
}


@media screen and (max-width: 767px) {
  #content {
    padding: 120px 0 0;
    overflow: hidden;
  }

  #post-5 .entry-mv {
    width: 100%;
    margin: 40px auto 60px;
  }

  #post-5 .entry-title {
    font-size: 22px;
  }

  #post-5 .entry-title-wrap {
    margin-bottom: 40px;
  }

  #post-5 .entry-content {
    padding: 40px 0 60px;
  }

  #post-5 h2 {
    font-size: 18px;
  }

  #post-5 h3 {
    font-size: 16px;
  }

  #post-5 h4 {
    font-size: 14px;
  }

  #post-5 .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #post-5 .wp-block-image {
    width: 100%;
  }

  #post-5 .wp-block-columns.has-2-columns .wp-block-column {
    width: 100%;
  }

  #post-5 .wp-block-columns.has-2-columns .wp-block-column + .wp-block-column {
    margin-top: 60px;
  }

  #post-5 .wp-block-table {
    margin: 0 -8vw;
    width: calc(100% + 16vw);
  }

  #post-5 .wp-block-table tr {
    border-bottom: none;
  }

  #post-5 .wp-block-table th,
  #post-5 .wp-block-table td {
    padding: 25px 30px;
    display: block;
    width: 100% !important;
  }

  #post-5 .wp-block-column-line {
    padding: 30px 20px;
    margin: 0;
  }

  .bgGyWrap {
    padding: 40px 0;
  }

  .bgGyWrap + .btnWrap {
    margin-top: 60px;
  }


  .newsDetailBtnWrap {
    margin-bottom: 34px;
  }
	
	.articleList .post {
		width: 100%;
		margin: 0 auto 40px;
	}
}

@media screen and (max-width: 480px) {
	#post-5 {
		padding: 0 16px;
	}
}

