@charset "utf-8";
/*===================================
  
  トップページCSS（PC） ※編集不可※

===================================*/
strong.green {
  color: #196600;
  font-weight: bold;
  font-size: 2.0rem;
}
.cmn_basic_block02 .ttl {
  font-size: 1.8rem;
}
.cmn_basic_block02 .txt {
  font-size: 1.5rem;
  text-align: 160%;
}
/*------------------------------------
トップページ調整
------------------------------------*/
.index #global {
  position: relative;
}
.index header {
  background-color: transparent;
}
.index #contents {
  background: #fff;
}
/*------------------------------------
メインスライダー
------------------------------------*/
.index#main_image {
  width: 100%;
  height: 90vh;
  position: relative;
}
.index#main_image h2 {
  padding: 290px 0 0 0;
  color: #FFF;
  font-size: 7.5rem;
  text-align: center;
  left: auto;
}
.index#main_image p {
  position: absolute;
  bottom: 20px;
  left: 46%;
  margin: -100px 0 0 0;
}
/*----------------------------------------------------------------------
トップページメインビジュアル動画用CSS
-----------------------------------------------------------------------*/
.index .mainVisual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -10;
}
.index .mainVisual .layer {
  background: url(../img/img-index/dot.png) repeat left top;
  width: 100%;
  height: 100%;
  display: block;
}
.index .mainVisual video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
/*------------------------------------
メインバナー01(ホバー時文字動きあり)
------------------------------------*/
.cmn_main_block01 .ttl {
  padding: 25% 0;
  color: #FFF;
  text-align: center;
  font-size: 3.5rem;
  position: relative;
  z-index: 3;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.cmn_main_block01 .ttl span {
  font-size: 1.4rem;
  position: relative;
  padding: 10px 0 0;
  display: block;
}
.cmn_main_block01 .ttl span::before {
  content: " ";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: -7px;
  left: 44%;
}
.cmn_main_block01 .blk {
  position: relative;
  overflow: hidden;
}
.cmn_main_block01 .blk img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  transition-duration: 0.3s;
}
.cmn_main_block01 .blk a:hover img {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.cmn_main_block01 .blk .caption {
  color: #fff;
  padding-top: 30%;
  padding-left: 0px;
  z-index: 3;
  position: relative;
  text-align: left;
}
.cmn_main_block01 .blk .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 2;
  text-align: left;
  padding: 0 5%;
}
.cmn_main_block01 .blk:hover .mask {
  opacity: 1;
}
.cmn_main_block01 .blk:hover .ttl {
  padding: 5% 0 44.9%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.ipad .cmn_main_block01 .blk:hover .ttl {
  padding: 25% 0;
}
.cmn_main_block01 .blk .arrow {
  display: block;
  right: -16px;
  height: 7px;
  fill: none;
  stroke: #00a4dc;
  stroke-width: 2;
  transition: stroke-dashoffset .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  top: calc(50% - 5px);
  width: 64px;
  stroke-dasharray: 69px 138px;
  z-index: 2;
}
.cmn_main_block01 .blk .arrow {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 2em 0 0.5em;
  border-bottom: 2px solid #FFF;
  line-height: 1em;
  text-align: right;
  float: right;
}
.cmn_main_block01 .blk .arrow::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 15px;
  height: 9px;
  border-top: 2px solid #FFF;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  content: "";
}
/*------------------------------------
メインバナー02(ホバー時文字動きあり)
------------------------------------*/
.cmn_main_block02 {
  background: #F2EFEA;
}
.cmn_main_block02 .ttl {
  font-size: 2.4rem;
  line-height: 1.5;
}
.cmn_main_block02 .ttl em {
  font-size: 3.0rem;
}
.cmn_main_block02 .image01 a dl {
  background: url(../img/img-index/features_img01.jpg) no-repeat right top;
  background-size: cover;
  display: block;
  height: 390px;
  position: relative;
}
.cmn_main_block02 a p.txt {
  background: #FFF;
  padding: 30px 50px 12%;
  text-align: left;
  font-weight: bold;
  max-width: 670px;
}
.cmn_main_block02 .image02, .cmn_main_block02 .image03 {
  max-width: 670px;
}
.cmn_main_block02 .box {
  padding: 0 3% 0 0;
}
.cmn_main_block02 dl {
  position: relative;
  margin: auto;
  width: 64%;
  text-align: center;
  display: table;
  z-index: 10;
}
.cmn_main_block02 .image01 dl {
  padding: 22% 0;
}
.cmn_main_block02 .image02 dl {
  padding: 13% 0;
}
.cmn_main_block02 .image03 dl {
  padding: 13% 0;
}
.cmn_main_block02 div dl {
  width: 100%;
  text-align: center;
}
.cmn_main_block02 .container3 {
  width: 90%;
  margin: 0 auto;
}
.cmn_main_block02 div dl dt, .cmn_main_block02 div dl dd {
  color: #fff;
  letter-spacing: 0.2em;
}
.cmn_main_block02 div dl dt {
  text-align: center;
  font-size: 3.5rem;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
}
.cmn_main_block02 div dl dt::before {
  content: " ";
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  bottom: -25%;
  left: 46%;
}
.cmn_main_block02 div dl dd {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 3% 0 0;
}
.cmn_main_block02 a:hover {
  opacity: 0.8;
}
.cmn_main_block02 .arrow {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 100;
}
.cmn_main_block02 a:hover {
  opacity: 0.8;
}
.cmn_main_block02 .arrow::before {
  position: absolute;
  right: 10px;
  top: 23px;
  display: block;
  content: "";
  width: 105px;
  height: 2px;
  background: #F77F06;
  z-index: 100;
}
.cmn_main_block02 .arrow::after {
  display: block;
  position: absolute;
  content: "";
  right: 12px;
  top: 18px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #F77F06;
  transform: rotate(45deg);
  z-index: 100;
}
.cmn_main_block02 .arrow {
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}
.cmn_main_block02 a:hover .arrow {
  right: -.6em;
  webkit-animation: arrow 0.5s ease-in-out alternate;
  -moz-animation: arrow 0.5s ease-in-out alternate;
  animation: arrow 0.5s ease-in-out alternate;
  z-index: 100;
}
@keyframes arrow {
  20% {
    right: -.1em;
    opacity: 0.8;
  }
  100% {
    right: -.6em;
    opacity: 1;
  }
}
.cmn_main_block02 div {
  position: relative;
}
.cmn_main_block02 .link {
  position: absolute;
  bottom: 60px;
  right: 6px;
  z-index: 100;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cmn_main_block02 .box .link {
  right: 20px;
}
.cmn_main_block02 .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.cmn_main_block02 .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  transition-duration: 0.3s;
}
.cmn_main_block02 a:hover img {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
  z-index: 0;
}
.cmn_main_block02 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.20);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 1;
  text-align: left;
  padding: 0 5%;
}
.cmn_main_block02 a:hover .mask {
  opacity: 1;
}
/*------------------------------------
バナー＋テキスト
-------------------------------------*/
.cmn_banner_block01 {
  background: url(../img/img-index/catch_bg.jpg) no-repeat left top;
  padding: 50px 0 100px !important;
  background-size: cover;
  position: relative;
}
.cmn_banner_block01 .ttl02 {
  color: #FFF;
  font-size: 5.2rem !important;
}
.cmn_banner_block01 .ttl02 span {
  letter-spacing: 0.2em;
}
.cmn_banner_block01 .link {
  color: inherit;
  text-decoration: none;
}
.cmn_banner_block01 .img_blk {
  position: relative;
  text-align: left;
  padding: 0 0 0 8%;
}
.cmn_banner_block01 .box {
  width: 43%;
  position: absolute;
  top: 19%;
  right: 0;
  background: #FFF;
  padding: 50px 50px;
}
.cmn_banner_block01 .label {
  font-size: 1.4rem;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  color: #14A7D8;
}
.cmn_banner_block01 .title {
  margin-bottom: 6%;
  margin-top: 0;
  padding-bottom: 2%;
  font-size: 5.0rem;
  text-align: left;
  position: relative;
}
.cmn_banner_block01 .title::after {
  content: "";
  position: absolute;
  width: 13%;
  border-top: 1px solid #14A7D8;
  bottom: 0;
  left: 0;
}
.cmn_banner_block01 .txt {
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  width: 80%;
  padding: 0 0 10px;
}
.cmn_banner_block01 .img {
  position: relative;
  width: 68%;
  overflow: hidden;
}
.cmn_banner_block01 img {
  transition-duration: 0.5s;
}
.cmn_banner_block01 a {
  display: block;
}
.cmn_banner_block01 a:hover img {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.4s; /*変化に掛かる時間*/
  z-index: 0;
  opacity: 0.9;
}
.cmn_banner_block01 .cmn_link_more01 span {
  padding: 0 30px 0 0px;
}
.cmn_banner_block01:hover .cmn_link_more01 span {
  padding: 0 30px 0 0px;
  color: #333;
  transition: width 0.35s cubic-bezier(0.46, 0.1, 0.29, 1), background-color 0.35s cubic-bezier(0.46, 0.1, 0.29, 1);
}
.cmn_banner_block01:hover .cmn_link_more01 span::before {
  background-color: #14A7D8;
  width: 70px;
}
.cmn_banner_block01:hover .cmn_link_more01 span::after {
  right: -5px;
  transition: all 1s;
}
.cmn_banner_block01 .cmn_link_more01 span:before {
  top: 120%;
  left: 0px;
}
@media (max-width: 1599px) {
  .cmn_banner_block01 .title {
    font-size: 3.8rem;
  }
}
@media (max-width: 1199px) {
  .cmn_banner_block01 .title {
    font-size: 3.0rem;
  }
  .cmn_banner_block01 .img_blk::after {
    left: 57.5%;
    padding-top: 44.14286%;
  }
  .cmn_banner_block01 .img_blk::after {
    bottom: -27%;
  }
}
/*-----------------------------------
リンク3つパターン
-----------------------------------*/
.cmn_link_block {
  padding: 50px 0 250px;
}
.cmn_link_block .img_box {
  position: relative;
  padding: 0;
}
.cmn_link_block .img_box .box {
  position: absolute;
  top: 81%;
  background: #FFF;
  width: 75%;
  padding: 30px 25px;
  right: 0;
  text-align: left;
}
.cmn_link_block .img_box .box dt {
  font-size: 2.5rem;
  display: block;
  float: none;
  border: none;
  width: auto;
  margin: 0;
  line-height: 1.5;
}
.cmn_link_block .img_box .box dt.small {
  font-size: 2.3rem;
  letter-spacing: -0.15em;
}
.cmn_link_block .img_box .box dt.small span {
  letter-spacing: -0.05em;
}
.cmn_link_block h3 {
  text-align: center;
  font-size: 28px;
}
.cmn_link_block p.ttl {
  text-align: center;
  padding: 0 0 20px;
}
.cmn_link_block .img_box .box dt span {
  font-size: 1.3rem;
  color: #71D2F2;
  display: block;
  padding: 2px 0 0;
}
.cmn_link_block .img_box p {
  position: relative;
  overflow: hidden;
}
.cmn_link_block img {
  max-width: 100%;
}
.cmn_link_block img {
  transition-duration: 0.5s;
}
.cmn_link_block a:hover img {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.4s; /*変化に掛かる時間*/
  z-index: 0;
  opacity: 0.9;
}
.cmn_link_block a:hover .cmn_link_more01 span::before {
  background-color: #FF006C;
  width: 70px;
}
.cmn_link_block a:hover .cmn_link_more01 span {
  padding: 0 30px 0 90px;
  color: #333;
  transition: width 0.35s cubic-bezier(0.46, 0.1, 0.29, 1), background-color 0.35s cubic-bezier(0.46, 0.1, 0.29, 1);
}
.cmn_link_block .img_box .box dl {
  width: auto;
}
.cmn_link_block .img_box .box dd {
  display: block;
  float: none;
  border: none;
  width: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 20px 0;
  letter-spacing: 0;
}
.cmn_link_block .img_box .link {
  font-size: 1.4rem;
  font-weight: bold;
}
.cmn_link_block .img_box .link span {
  border-bottom: 2px solid #FFBF00;
  font-size: 1.4rem;
  width: 54px;
  margin: 0px 10px 4px 0;
  height: 10px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .cmn_link_block .img_box .box {
    width: 82%;
  }
}
/*-----------------------------------
背景＋文字
-----------------------------------*/
.cmn_bg_block {
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/bg_01.gif) repeat left top;
  min-height: 375px;
}
.cmn_bg_block h4 {
  margin: 250px auto 20px;
}
.cmn_bg_block .txt_blk {
  color: #333;
  line-height: 1.8;
  font-size: 1.6rem;
  margin: 20px auto 20px;
}
.cmn_bg_block .txt, .cmn_bg_block .ttl {
  color: #333;
}
.cmn_bg_block .ttl {
  font-size: 2.0rem;
  font-weight: bold;
}
.cmn_bg_block .font_big {
  font-size: 2.6rem !important;
}
.cmn_bg_block .btn {
  text-align: center;
}
.cmn_bg_block .btn a:hover {
  opacity: 0.8;
}
.cmn_bg_block2 {
  background: #fff;
}
.cmn_bg_block2 {
  text-align: left;
}
.cmn_bg_block .ttl, .cmn_bg_block2 .ttl {
  text-align: center;
}
.cmn_bg_block2 .point_list dt {
  font-size: 2rem;
  background: #FF263C;
  color: #fff;
  font-weight: bold;
  list-style-image: 1.6;
  padding: 0.5% 2%;
  text-align: center;
  margin: 0 0 10px;
}
.cmn_bg_block2 .point_list dd {
  font-size: 1.6rem;
  list-style-image: 1.6;
}
/*.cmn_bg_block2 .point_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
}
.cmn_bg_block2 .point_list li{
  width: 44%;
  margin: 0 3% 4%;
  padding: 3.5% 2% 2% 2%;
  background: #fff;
  text-align: center;
  font-size: 2.2rem;
  line-height: 140%;
  min-height: 138px;
  position: relative;
}
.cmn_bg_block2 .point_list li span{
	text-align: left;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}
.cmn_bg_block2 .point_list li img{
	vertical-align: middle;
	padding: 0 2% 0 0;
	display: block;
	float: left;
	margin: 0 0 0 8%;
}
.cmn_bg_block2 .point_list li:before{
	content:"";
	display:inline-block;
	width:3.5em;
	height:3.5em;
	background:url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/check_ico-2.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: -34px;
	left:0;
	right: 0;
	margin: 0 auto;
}*/
.cmn_bg_block2 .point_txt {
  font-size: 2.6rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  text-shadow:
    2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff; /* 文字の影 */
}
.cmn_bg_block2 .point_txt strong {
  font-size: 3.4rem;
}
.cmn_bg_block2 .point_txt strong.red {
  color: #ff0000;
}
.cmn_bg_block2 .point_txt:after {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/arrow.gif) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*-----------------------------------
ブログ埋め込み
-----------------------------------*/
.cmn_colum_block .btn {
  text-align: left;
  width: 93%;
  padding: 3.6% 0 0 2%;
}
.cmn_colum_block .btn img {
  max-width: 100%;
}
.cmn_colum_block .ttl {
  font-size: 2.8rem;
  float: left;
  font-weight: bold;
}
.cmn_colum_block .ttl span {
  font-size: 1.8rem;
  display: inline-block;
  padding: 0 0 0 20px;
}
.cmn_colum_block .viewall {
  float: right;
  padding: 10px 30px 0 0;
}
.cmn_colum_block .viewall a {
  font-size: 1.4rem;
  padding: 0 15px 0 0;
  display: block;
  position: relative;
}
.cmn_colum_block .viewall a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #444444;
  border-right: solid 2px #444444;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 48%;
  right: 0;
  margin-top: -4px;
}
.cmn_colum_block .viewall a:hover {
  text-decoration: underline;
}
.cmn_colum_block .ifwp {
  width: 100%;
  overflow: auto;
  display: block;
  height: 260px;
  margin: 0 auto;
}
.cmn_colum_block iframe {
  width: 100%;
  height: 250px;
  border: none; /* 追加で指定 */
  display: block; /* 追加で指定 */
  margin: 0 auto;
}
.cmn_colum_block .topic {
  height: 450px;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}
.cmn_colum_block iframe.news {
  width: 100%;
  height: 100% !important;
  border: none;
  display: block;
}
.cmn_colum_block .btn01 {
  color: #999;
  border: 1px solid #999;
  width: 300px;
  text-align: center;
  /*float: right;*/
  margin: 20px auto 0;
  padding: 5px 0;
}
.cmn_colum_block .btn01:hover {
  color: #FFF;
  background: #999;
}
.cmn_colum_block .btn01 a {
  display: block;
}
.cmn_colum_block .btn01:hover a {
  color: #FFF;
}
.index .blog02 iframe {
  height: 200px;
}
.index .block03 iframe {
  height: 210px !important;
  width: 100%;
}
.index .block03 iframe {
  height: 200px !important;
  width: 100%;
}
/*-----------------------------------
トップスライダー
-----------------------------------*/
.cmn_slider_block h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.cmn_slider_block h3 span {
  display: block;
  font-size: 1.8rem;
}
.cmn_slider_block .swiper-container a {
  display: block;
}
.cmn_slider_block .swiper-container a:hover img {
  opacity: 0.8;
}
.cmn_slider_block .swiper-container dd {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 14px 15px 9px;
  background: #fff;
  height: 70px;
}
.cmn_slider_block .swiper-container img {
  width: 100%;
}
.cmn_slider_block .swiper-container span {
  position: relative;
  display: inline-block;
  width: 95%;
}
.cmn_slider_block .swiper-container span:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -5%;
  margin-top: -5px;
  transition: 0.3s;
}
.cmn_slider_block .swiper-container {
  width: 100%;
  height: 100%;
}
.cmn_slider_block .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20%;
}
@media (max-width: 1200px) {
  .cmn_slider_block .swiper-slide {
    width: 25%;
  }
}
.cmn_slider_block .swiper-button-prev, .cmn_slider_block .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/img-index/prev.png);
  /*left: -3px;*/
  background-size: contain;
  /*top:40%;*/
}
.cmn_slider_block .swiper-button-next, .cmn_slider_block .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/img-index/next.png);
  /*right: -3px;*/
  background-size: contain;
  /*top:40%;*/
}
.cmn_slider_block .swiper-button-prev, .cmn_slider_block .swiper-button-next {
  position: absolute;
  top: 44%;
  width: 39px;
  height: 74px;
}
.cmn_slider_block .arrowblock {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
/*-----------------------------------
横4つのバナーパターン
-----------------------------------*/
.cmn_banner_block02 div {
  padding: 0 1.5%;
}
.cmn_banner_block02 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.cmn_banner_block02 h3 span {
  display: block;
  font-size: 1.8rem;
}
.cmn_banner_block02 .block01 a {
  background: url(../img/img-index/banner_block01_img01.jpg) no-repeat center center;
  background-size: contain;
}
.cmn_banner_block02 .block02 a {
  background: url(../img/img-index/banner_block01_img02.jpg) no-repeat center center;
  background-size: contain;
}
.cmn_banner_block02 .block03 a {
  background: url(../img/img-index/banner_block01_img03.jpg) no-repeat center center;
  background-size: contain;
}
.cmn_banner_block02 .block04 a {
  background: url(../img/img-index/banner_block01_img04.jpg) no-repeat center center;
  background-size: contain;
}
.cmn_banner_block02 a {
  width: 100%;
  height: 190px;
  display: block;
  margin: 0 auto;
  padding: 0 0 10px;
}
.cmn_banner_block02 a:hover {
  opacity: 0.8;
}
.cmn_banner_block02 p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 1% 0 0 0;
}
.cmn_banner_block02 h4:before {
  content: " ";
  width: 20px;
  height: 2px;
  border-bottom: 2px solid #FFF;
  position: absolute;
  bottom: -10px;
  left: 48%;
}
.cmn_banner_block02 h4 {
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: 8.0vh 0 0 0;
  text-align: center;
}
/*-----------------------------------
4つのバナーパターン
-----------------------------------*/
.cmn_banner_block03 {
  background: #EEE;
}
.cmn_banner_block03 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.cmn_banner_block03 h3 span {
  display: block;
  font-size: 1.8rem;
}
.cmn_banner_block03 .block01 a {
  background: url(../img/img-index/banner_block02_img01.jpg) no-repeat right top;
}
.cmn_banner_block03 .block02 a {
  background: url(../img/img-index/banner_block02_img02.jpg) no-repeat right top;
}
.cmn_banner_block03 .block03 a {
  background: url(../img/img-index/banner_block02_img03.jpg) no-repeat right top;
}
.cmn_banner_block03 .block04 a {
  background: url(../img/img-index/banner_block02_img04.jpg) no-repeat right top;
}
.cmn_banner_block03 .block01 a, .cmn_banner_block03 .block02 a, .cmn_banner_block03 .block03 a, .cmn_banner_block03 .block04 a {
  color: #fff;
  width: 100%;
  height: 320px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
.cmn_banner_block03 h4 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  padding: 28% 0 1% 0;
  text-align: center;
}
.cmn_banner_block03 h4:after {
  content: " ";
  width: 125px;
  height: 125px;
  position: absolute;
  top: 20%;
  left: 41%;
}
.cmn_banner_block03 .block01 h4:after {
  background: url(../img/img-index/banner_block02_icon01.png) no-repeat center top;
}
.cmn_banner_block03 .block02 h4:after {
  background: url(../img/img-index/banner_block02_icon02.png) no-repeat center top;
}
.cmn_banner_block03 .block03 h4:after {
  background: url(../img/img-index/banner_block02_icon03.png) no-repeat center top;
}
.cmn_banner_block03 .block04 h4:after {
  background: url(../img/img-index/banner_block02_icon04.png) no-repeat center top;
}
.cmn_banner_block03 .block01, .cmn_banner_block03 .block03 {
  padding: 0 1.5% 0 0;
}
.cmn_banner_block03 .block02, .cmn_banner_block03 .block04 {
  padding: 0 0 0 1.5%;
}
.cmn_banner_block03 p {
  color: #fff;
  text-align: center;
}
.cmn_banner_block03 a:hover {
  opacity: 0.8;
}
.cmn_banner_block03 .block01, .cmn_banner_block03 .block03 {
  padding: 0 1.5% 0 0;
}
.cmn_banner_block03 .block02, .cmn_banner_block03 .block04 {
  padding: 0 0 0 1.5%;
}
.cmn_banner_block03 p {
  color: #fff;
  text-align: center;
}
.cmn_banner_block03 a:hover {
  opacity: 0.8;
}
/*-----------------------------------------------------
トップページ  最初のブロック
-----------------------------------------------------*/
.first_block .cmn_basic_block02 {
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/bg_04.gif) no-repeat right bottom;
}
/*-----------------------------------------------------
トップページ表
-----------------------------------------------------*/
.table_wrapper {
  overflow: auto;
}
.table_y {
  overflow: auto;
  table-layout: fixed;
  background: #fff;
}
.table_y.top th {
  background: #F0310F;
  width: 130px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
}
.table_y.top th:after {
  position: absolute;
  display: block;
  content: "";
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 99;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, .2) 0, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, .2) 0, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, .2) 0, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, .2) 0, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14000000', endColorstr='#00000000', GradientType=1);
}
.table_wrapper {
  overflow: auto;
}
.table_y.top td {
  width: 230px;
  border: 1px solid #ccc;
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.table_y.top td p {
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
}
.table_y.top td.glucose p, .table_y.top td.functional p {
  font-size: 1.8rem !important;
}
.table_y.top td.excepting p, .table_y.top td.materials p {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
  font-size: 1.3rem !important;
}
.table_y.top td.additive {
  text-align: left;
}
.table_y.top td img {
  width: auto;
  height: 110px;
}
.table_y.top td img.rank {}
.table_y.top tr:nth-child(n+7) {}
.cv_txt {
  position: relative;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0 0;
}
.cv_txt i {
  position: relative;
  font-size: 4.0rem;
  color: #ff0000;
}
.cv_txt:before {
  content: " ";
  background: url(https://www.kore1ban.com/vitaminc/wp-content/uploads/2019/08/arrow_vitaminc.gif) no-repeat center top;
  width: 392px;
  height: 88px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/*-----------------------------------------------------
トップページランキング
-----------------------------------------------------*/
.ranking_block {
  /*  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/bg_03.gif) repeat left top;*/
  padding-top: 120px !important;
}
.ranking_block .container {
  background: #fff;
  position: relative;
  padding: 0 30px 100px;
  border: 2px solid #ccc;
  border-radius: 20px;
}
.ranking_block .rank {
  position: absolute;
  top: -15px;
  left: 30px;
  height: 135px;
}
.ranking_block h2 {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 0 15px 13%;
}
.ranking_block .sub_title {
  color: #FF263B;
  font-size: 1.8rem;
  padding: 2% 0 0 13%;
}
.ranking_block .description {
  font-size: 1.4rem;
  line-height: 160%;
  width: 86%;
  margin: 0 auto 3%;
  letter-spacing: 0.1em;
}
.ranking_block .title {
  text-align: left;
  margin: -22px 0 0 0;
}
.ranking_block h3 {
  background:#003366;
  font-size: 2.0rem;
  font-weight: bold;
  color: #FFF;
  padding: 0.5% 2%;
  text-align: left;
}
.ranking_block .txt_block p {
  font-size: 1.8rem;
  line-height: 140%;
  padding: 0 20px;
}
.ranking_block .txt_block {
  padding: 0;
}
.ranking_block .txt_block .flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0 15px;
  padding: 0 20px;
}
.ranking_block .txt_block .flexbox div {
  border: 3px solid #ff3300;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 20px;
  flex-direction: column;
}
.ranking_block .txt_block .flexbox div span {
  font-size: 1.5rem;
  display: block;
}
.ranking_block .txt_block .flexbox div:not(:first-of-type) {
  margin-left: 20px;
}
.ranking_block .main_img {
  padding: 0 0 0 6%;
}
.ranking_block .btn a {
  width: 350px;
  margin: 11% auto 0;
  border-radius: 50px;
  border: 3px solid #FF263C;
  color: #fff;
  padding: 18px 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  background: #FF263C
}
.ranking_block .btn a:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/link_ico_over.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: 33%;
  right: 5%;
}
.ranking_block .btn a:hover {
  background: #fff;
  color: #FF263C !important;
}
.ranking_block .btn a:hover:after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2019/08/link_ico.gif) no-repeat;
  background-size: contain;
  position: absolute;
  top: 33%;
  right: 5%;
}
.ranking_block .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.ranking_block .box .main_img {
  width: 500px;
  padding: 0;
}
.ranking_block .box table {
  width: 400px;
  padding: 0;
  border: 1px solid #ccc;
}
.ranking_block .box table th {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 10px;
  width: 35%;
  font-size: 1.5rem;
}
.ranking_block .box table td {
  border: 1px solid #ccc;
  width: 50%;
  padding: 10px;
  font-size: 1.8rem;
  vertical-align: middle;
  font-weight: bold;
}
.ranking_block .box table td strong {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ff0000;
}
.ranking_block .box table td ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  font-size: 1.3rem;
}
.ranking_block .box table td ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
/*-----------------------------------------------------
トップページキャッチブログ　catch_block
-----------------------------------------------------*/
.black_marker {
  background: #000;
  color: #fff;
  padding: 0.5% 1%;
}
.yellow_marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}
.pink_marker {
  background: linear-gradient(transparent 60%, #FEDEE7 60%);
  font-weight: bold;
}
.green_marker {
  background: linear-gradient(transparent 60%, #B5FDD9 60%);
  font-weight: bold;
}
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*-----------------------------------------------------
新トップページデザイン
-----------------------------------------------------*/
#header_slider {
  width: 1100px !important;
  position: relative;
  margin: 1% auto 0;
}
#main_col {
  margin-top: 10px !important;
}
.container {
  width: 1000px !important;
}
.catch_block {
  font-size: 1.6rem;
}
.catch_block .container {
  position: relative;
}
.catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/2020/02/logo.png) no-repeat 4% top;
  background-size: 15%;
  padding: 3% 0 2% 21%;
  margin: 15px auto 0;
  width: 100%;
}
.catch strong {
  font-size: 3.2rem;
  font-weight: bold;
}
.catch strong span {
  font-size: 1.6rem;
  font-weight: normal;
}
.catch .yellow_marker {
  background: linear-gradient(transparent 80%, #ffff66 60%);
}
.txt_pr{
    position: absolute;
    right: 60px;
    bottom: -30px;
}
.catch_block2 h2 {
  font-size: 2.2rem;
  border-left: 5px solid #FF2626;
  padding: 0 0 0 1.5%;
  margin: 3% 0 2%;
  line-height: 150%;
  font-weight: bold;
}
.catch_block2 {
  font-size: 1.8rem;
  line-height: 180%;
}
.catch_block2 strong {
  font-weight: normal;
  color: #ff0000;
}
.title_catch {
  font-size: 2.8rem !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  font-weight: bold;
}
.point_block {
  background-color: #fff;
}
.point_list dl dt {
  border-left: 3px solid #FF2138;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 0 1%;
}
.point_list dl dd {
  font-size: 1.8rem;
}
.point_list dl dd img {
  float: left;
  width: 50%;
  margin: 0 2% 0 0;
}
.txtblock {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  background: url(https://www.kore1ban.com/imida/wp-content/uploads/bg_hat.gif) no-repeat 97% 20%;
  background-size: 12%;
}
.itemlist {
  border: 2px solid #ccc;
  padding: 2% 1%;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.itemlist .txt01 {
  text-align: center;
}
.itemlist div {
  padding: 0 0 0 5%;
}
.itemlist ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: disc;
}
.itemlist ul li {
  width: 46%;
  margin: 0 4% 0 0;
}
/*　希少糖デザイン 
---------------------------------------------------------*/
/*　見出しデザイン */
.box_outer .ttl_wrapper {
  background: #F0310F;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.box_outer .ttl_wrapper::before {
  content: "";
  background: #F24F2F;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box_outer .ttl_wrapper .box_inner {
  padding: 0 !important;
  position: relative;
}
.box_outer .ttl_wrapper .box_inner p {
  font-size: 3.0rem !important;
  color: #333;
  font-weight: bold;
  margin: 0 !important;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
}
.box_outer .ttl_wrapper .box_inner p span {
  font-size: 2.6rem;
}
.box_outer .ttl_wrapper .ttl {
  font-size: 4.0rem;
    font-feature-settings: "palt";
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  text-align: left;
  padding-left: 79px;
}
.box_outer .ttl_wrapper .ttl:before {
  content: "";
  background: url("img/img-index/img_15.png") no-repeat left top/contain;
  width: 79px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: 0%;
}
.box_outer .ttl_wrapper .ttl span {
  font-size: 3.2rem;
}
/*　/見出しデザイン */
.box_outer {
  background: #fff;
}
.box_outer .box_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#mv.box_outer {
  padding-bottom: 50px;
}
#mv.box_outer .box_inner .pic_mv {
  margin-bottom: 0;
}
#mv.box_outer .box_inner p {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#block_01 {
  position: relative;
  z-index: 1;
}
#block_01::after {
  content: "";
  background: url("img/img-index/img_03.png")no-repeat left top/contain;
  width: 752px;
  height: 592px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
}
#block_01.box_outer .box_inner {
  padding: 40px 0 140px;
  position: relative;
  z-index: 1;
}
#block_01.box_outer .ttl_wrapper + .box_inner::before {
  content: "";
  background: url("img/img-index/img_02.png")no-repeat left top/contain;
  width: 793px;
  height: 454px;
  position: absolute;
  top: 0px;
  left: -300px;
  z-index: -1;
}
#block_01.box_outer .box_inner > p {
  font-size: 2.0rem;
  text-align: left;
  margin-left: 300px;
}
#block_01.box_outer .box_inner > table {
  border: 1px solid #ccc;
  width: 520px;
  margin-left: 350px;
  margin: 30px 0 30px 350px;
}
#block_01.box_outer .box_inner > table th {
  background: #777777;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
  width: 260px;
}
#block_01.box_outer .box_inner > table th.rare {
  background: #F0310F;
}
#block_01.box_outer .box_inner > table td {
  border: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 10px 0;
  vertical-align: middle;
}
#block_01.box_outer .box_inner .box_feature {
  width: 720px;
  margin: 35px auto 0;
  background: #FFF9E5;
  border: 3px solid #F14224;
  border-radius: 30px;
  padding: 0 40px 40px;
}
#block_01.box_outer .box_inner .box_feature h3 {
  font-size: 2.3rem;
  color: #fff;
  background: #F14224;
  border-radius: 0px 0px 15px 15px;
  display: inline-block;
  padding: 5px 40px 3px;
  line-height: 1.2;
  margin-bottom: 26px;
}
#block_01.box_outer .box_inner .box_feature dl:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #333;
}
#block_01.box_outer .box_inner .box_feature dl {
  position: relative;
  padding-left: 60px;
}
#block_01.box_outer .box_inner .box_feature dl::before {
  content: "";
  background: url("img/img-index/ico_no_01.png") no-repeat left top/contain;
  width: 31px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#block_01.box_outer .box_inner .box_feature dl:nth-of-type(2)::before {
  background: url("img/img-index/ico_no_02.png") no-repeat left top/contain;
}
#block_01.box_outer .box_inner .box_feature dl:nth-of-type(3)::before {
  background: url("img/img-index/ico_no_03.png") no-repeat left top/contain;
}
#block_01.box_outer .box_inner .box_feature dl:nth-of-type(4)::before {
  background: url("img/img-index/ico_no_04.png") no-repeat left top/contain;
}
#block_01.box_outer .box_inner .box_feature dl dt {
  text-align: left;
  font-size: 2.6rem;
  font-weight: bold;
  color: #F14224;
}
#block_01.box_outer .box_inner .box_feature dl dd {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
}
#block_02.box_outer {
  position: relative;
  z-index: 1;
}
#block_02.box_outer::before {
  content: "";
  background: url("img/img-index/img_06.png") no-repeat left top/contain;
  width: 537px;
  height: 376px;
  position: absolute;
  bottom: 500px;
  right: 0;
  z-index: -1;
}
#block_02.box_outer .box_inner {
  padding: 40px 0 140px;
}
#block_02.box_outer .box_inner p {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
#block_02.box_outer .box_inner .box_rate {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 800px;
  margin: 0 auto 50px;
}
#block_02.box_outer .box_inner .box_rate > div {
  width: 380px;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 30px 0;
  position: relative;
}
#block_02.box_outer .box_inner .box_rate > div h3 {
  font-size: 22px;
  background: #fff;
  font-weight: bold;
  border-radius: 100px;
  display: inline-block;
  padding: 2px 30px;
  margin-bottom: 30px;
}
#block_02.box_outer .box_inner .box_rate > div h3 span {
  font-size: 18px;
}
#block_02.box_outer .box_inner .box_rate > div p {
  position: absolute;
  bottom: 70px;
  right: -85px;
  font-size: 24px;
  font-weight: bold;
  color: #cc0000;
}
#block_02.box_outer .box_inner .box_rate > div.rare {
  background: #FFF7DB;
}
#block_02.box_outer .box_inner .txt_attention {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto 40px;
  width: 910px;
  color: #cc0000;
  font-weight: bold;
}
#block_02.box_outer .box_inner .box_rate2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px auto 60px;
  width: 800px;
  border: 6px solid #ccc;
  padding: 30px 50px 60px 30px;
  background: #fff;
}
#block_02.box_outer .box_inner .box_rate2 h3 {
  font-size: 22px;
  background: #FFF7DB;
  display: inline-block;
  font-weight: bold;
  border-radius: 100px;
  padding: 2px 30px;
  margin-bottom: 15px;
}
#block_02.box_outer .box_inner .box_rate2 h3 span {
  font-size: 18px;
}
#block_02.box_outer .box_inner .box_rate2 ul {
  width: 560px;
  position: relative;
}
#block_02.box_outer .box_inner .box_rate2 ul li {
  font-size: 18px;
  font-weight: bold;
}
#block_02.box_outer .box_inner .box_rate2 ul .normal {
  position: absolute;
  left: 125px;
  top: 0;
}
#block_02.box_outer .box_inner .box_rate2 ul .rare {
  position: absolute;
  right: 63px;
  top: 0;
}
#block_02.box_outer .box_inner .txt_attention img {
  margin-right: 15px;
}
#block_02.box_outer .box_inner .box_comparision {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 40px;
  width: 900px;
  margin: 0 auto 40px;
  border: 6px solid #ccc;
  padding: 30px;
  background: #fff;
}
#block_02.box_outer .box_inner .box_comparision div {}
#block_02.box_outer .box_inner .box_comparision > div h3 {
  font-size: 20px;
  background: #EEEEEE;
  font-weight: bold;
  border-radius: 100px;
  display: inline-block;
  padding: 4px 20px 0px;
  margin: 0 0 30px 20px;
}
#block_02.box_outer .box_inner .box_comparision > div h3 span {
  font-size: 18px;
}
#block_02.box_outer .box_inner .box_comparision div p {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin: 20px 0 0 60px;
  white-space: nowrap;
}
#block_03.box_outer .txt_comparison {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
#block_04.box_outer {
  position: relative;
  z-index: 1;
}
#block_04.box_outer::before {
  content: "";
  background: url("img/img-index/img_10.png") no-repeat left top/contain;
  width: 594px;
  height: 531px;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: -1;
}
#block_04.box_outer .box_inner {
  padding: 40px 0 180px;
  text-align: left;
  position: relative;
  z-index: 1;
}
#block_04.box_outer .ttl_wrapper + .box_inner::before {
  content: "";
  background: url("img/img-index/img_09.png") no-repeat left top/contain;
  width: 717px;
  height: 585px;
  position: absolute;
  top: 0%;
  right: -320px;
  z-index: -1;
}
#block_04.box_outer .box_inner p {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
}
#block_04.box_outer .box_inner p.txt_catch {
  font-size: 40px;
  color: #F13F24;
  margin: 0;
  position: relative;
  display: inline-block;
}
#block_04.box_outer .box_inner p.txt_catch span {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  position: absolute;
  right: 20px;
  bottom: -22px;
}
#block_04.box_outer .box_inner .box_whats {
  width: 720px;
  margin: 70px auto 0;
  background: #FFF9E5;
  border: 3px solid #F14224;
  border-radius: 30px;
  padding: 0 50px 40px;
  text-align: center;
}
#block_04.box_outer .box_inner .box_whats h3 {
  font-size: 2.3rem;
  color: #fff;
  background: #F14224;
  border-radius: 0px 0px 15px 15px;
  display: inline-block;
  padding: 5px 40px 3px;
  line-height: 1.2;
  margin-bottom: 26px;
}
#block_04.box_outer .box_inner .box_whats p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.5;
}
#block_04.box_outer .box_inner .box_whats p + p {
  font-weight: normal;
}
#block_04.box_outer .box_inner .box_whats .box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 30px;
}
#block_04.box_outer .box_inner .box_whats .box dl {
  margin-top: 15px;
}
#block_04.box_outer .box_inner .box_whats .box dl dt {
  font-size: 18px;
  font-weight: bold;
}
#block_04.box_outer .box_inner .box_whats .box dl dd p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
#block_05.box_outer .box_inner {
  padding: 40px 0 160px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 30px;
}
#block_05.box_outer .box_inner .txt p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#block_06.box_outer .ttl_wrapper .box_inner p img{
  vertical-align: middle;
  padding: 0 0 5px 5px;
}
#block_06.box_outer .box_inner {
  padding: 40px 0 100px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 30px;
}
#block_06.box_outer .box_inner .txt p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}


#block_07.box_outer {
  position: relative;
  z-index: 1;
}
#block_07.box_outer::before {
  content: "";
  background: url("img/img-index/img_10.png") no-repeat left top/contain;
  width: 594px;
  height: 531px;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: -1;
}
#block_07.box_outer .box_inner {
  padding: 40px 0 130px;

  position: relative;
  z-index: 1;
}
#block_07.box_outer .ttl_wrapper + .box_inner::before {
  content: "";
  background: url("img/img-index/img_09.png") no-repeat left top/contain;
  width: 717px;
  height: 585px;
  position: absolute;
  top: 0%;
  right: -320px;
  z-index: -1;
}
#block_07.box_outer .box_inner p {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 30px;
}
