@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/recovery/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: url(https://www.kore1ban.com/recovery/wp-content/uploads/2019/08/bg_02-1.jpg) repeat-y center top;
	background-size: cover;
}
.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/recovery/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/recovery/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/recovery/wp-content/uploads/2019/08/bg_04.gif) no-repeat right bottom;
}

/*-----------------------------------------------------
トップページ表
-----------------------------------------------------*/
.table_list.top th{
	background: #FFFF4D;
	text-align: center;
	padding: 1.5% 0;
	font-weight: normal;
}
.table_list.top th:first-of-type{
	width: 25%;
}
.table_list.top th:nth-child(2){
	width: 30%;
}
.table_list.top th:nth-child(3){
	width: 18%;
}
.table_list.top td{
	padding: 2%;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4rem;
	line-height: 140%;
	background: #fff;
}
.table_list.top td span{
	display: block;
	padding-top: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
}
.table_list.top td img{
	width: 60%;
}
.table_list.top td img.rank{
	width: 36%;
	padding: 0 10% 0 0;
}
.table_list.top td.thumbnail strong {
	font-size: 2.0rem;
}
.table_list.top td.blends ul li {
	text-align: left;
	padding-bottom: 12px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.table_list.top td.blends span {
	color: #333;
	font-size: 2.2rem;
	padding-bottom: 30px;
}
.table_list.top td.blends span i{
	color: #ff0000;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
}

.table_list.top td.blends strong {
	color: #333;
}



.table_list.top td.additive {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
}
.table_list.top td.additive ul li {
	padding-bottom: 12px;
	font-weight: bold;
}
.table_container p{
	text-indent: -1.2em;
	margin-left: 1.2em;
	padding-top: 15px;
}

.table_y{
	overflow: auto;
	table-layout: fixed;
	background: #fff;
	margin-top: 50px;
}
.table_y.top th{
	background: #efefef;
	width: 140px;
	font-size: 1.1rem;
	border: 1px solid #ccc;
	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: 130px;
	border: 1px solid #ccc;
	font-size: 1.1rem;
	padding: 5px;
	text-align: center
}
.table_y.top td.additive{
	text-align: left;
}
.table_y.top td img{
	width: 80%;
	height: auto;
	padding: 0 0 10px 0;
}
.table_y.top td img.rank{
}
.table_y.top tr:nth-child(n+7){
}
.table_y.top td.blends {
	font-size: 14px;
}
.table_y.top td.blends i{
	color: #cc0000;
}
























/*-----------------------------------------------------
トップページランキング
-----------------------------------------------------*/
.ranking_block{
	background: url(https://www.kore1ban.com/recovery/wp-content/uploads/2019/08/bg_03.gif) repeat left top;
}
.ranking_block .container{
	background: #fff;
	position: relative;
}
.ranking_block .rank{
	position: absolute;
	top: -20px;
	left: 20px;
    height: 135px;
}
.ranking_block h2{
	font-size: 2.8rem;
	font-weight: bold;
	padding: 0 0 50px 13%;
}
.ranking_block .sub_title {
	color:#FF263B;
	font-size: 1.8rem;
	padding: 2% 0 0 13.5%;
}
.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: center;
	margin: -22px 0 10px 0;
}
.ranking_block h3{
	background: #FF263C;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	padding: 1% 2%;
	text-align: center;
}
.ranking_block p{
	font-size: 1.4rem;
	line-height: 140%;
}
.ranking_block .txt_block{
	padding: 0 6% 0 3%;
}
.ranking_block .main_img{
	padding: 0 0 0 6%;
}

.ranking_block .btn a{
	width: 350px;
	margin: 5% auto 6%;
	border-radius: 50px; 
	border: 3px solid #FF263C; 
	color: #FF263C; 
	padding: 18px 10px; 
	text-align: center; 
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	display: block;
}
.ranking_block .btn a:after{
	content:"";
	display:inline-block;
	width:0.7em;
	height:0.7em;
	background:url(https://www.kore1ban.com/recovery/wp-content/uploads/2019/08/link_ico.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 33%;
	right: 5%;
}

.ranking_block .btn a:hover{
	background: #FF263C;
	color: #fff !important; 
}
.ranking_block .btn a:hover:after{
	content:"";
	display:inline-block;
	width:0.7em;
	height:0.7em;
	background:url(https://www.kore1ban.com/recovery/wp-content/uploads/2019/08/link_ico_over.gif) no-repeat;
	background-size:contain;
	position: absolute;
	top: 33%;
	right: 5%;
}




/*-----------------------------------------------------
トップページキャッチブログ　catch_block
-----------------------------------------------------*/
.black_marker{
background: #000;
color: #fff;
padding: 0.5% 1%;
}
.yellow_marker{
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.pink_marker{
background: linear-gradient(transparent 60%, #FEDEE7 60%);
}
.green_marker{
background: linear-gradient(transparent 60%, #B5FF6A 60%);
}
.mincho{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/*-----------------------------------------------------
新トップページデザイン
-----------------------------------------------------*/
#header_slider {
width: 1000px !important;
position:relative;
margin:1% auto 0;
}
#main_col{
	margin-top: 10px !important;
}
.container{
	width: 1000px !important;
}
.catch_block{
	font-size: 1.6rem;
    margin-bottom: 20px !important;
}
.catch_block .container {
  position: relative;
}
.catch{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 150%;
	background: url(https://www.kore1ban.com/recovery/wp-content/uploads/logo.png) no-repeat 4% top;
	background-size: 15%;
	padding: 2% 0 2% 19%;
	margin: 2% auto 0;
	width: 90%;
	letter-spacing: 0.1em;
}
.catch strong{
	font-size: 3.2rem;
	font-weight: bold;
}
.catch .yellow_marker{
background: linear-gradient(transparent 80%, #ffff66 60%);
}
.txt_pr{
    position: absolute;
    right: 0px;
    bottom: -15px;
}
.catch_block2 h2{
	font-size: 2.2rem;
	border-left: 5px solid #1f1f1f;
	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.4rem !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 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/recovery/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;
	background: #fff;
}
.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;
}


/*-----------------------------------------------------
新トップページデザイン 20210317
-----------------------------------------------------*/

.point_list h2{
	position: relative;
	width: 1000px;
	background: #FE421B;
	padding: 8px 0;
	font-size: 2.6rem;
	text-align: center;
	color: #fff;
	margin: 0 0 40px 0;
	font-weight: bold;
}
.point_list h2::after{
	content: "";
    width: 20px;
    height: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FE421B;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.point_list h2 span{
	position: relative;
}
.point_list h2 span::before{
	background: url(https://www.kore1ban.com/recovery/wp-content/uploads/check_ico.png) no-repeat center top;
	content: "";
    width: 43px;
    height: 32px;
	position: absolute;
	top: 0;
	left: -70px;
}
.point_list .point_1, .point_list .point_2, .point_list .point_3{
	background: #FEF7EB;
	margin: 0 0 60px 0;
	padding: 30px 40px 60px 40px;
}
.point_list .point_1 .ttl, 
.point_list .point_2 .ttl, 
.point_list .point_3 .ttl{
	text-align: center;
	font-size: 1.7rem;	
	font-weight: bold;
}
.point_list .point_1 h3, 
.point_list .point_2 h3, 
.point_list .point_3 h3{
	text-align: center;
	font-size: 2.2rem;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}
.point_list .point_1 h3 strong, 
.point_list .point_2 h3 strong, 
.point_list .point_3 h3 strong{
	color: #FE411A;
}
.point_list .point_1 h3 span, 
.point_list .point_2 h3 span, 
.point_list .point_3 h3 span{
	position: relative;
}
.point_list .point_1 h3 span::before, 
.point_list .point_2 h3 span::before, 
.point_list .point_3 h3 span::before {
	background: url(https://www.kore1ban.com/recovery/wp-content/uploads/check_ico02.png) no-repeat center top;
	content: "";
    width: 35px;
    height: 29px;
	position: absolute;
	top: 0;
	left: -40px;
}
.point_list .point_1 p.txt, 
.point_list .point_2 p.txt, 
.point_list .point_3 p.txt{
	width: 90%;
	margin: 0 auto;
	line-height: 180%;
	font-size: 1.7rem;
	letter-spacing: 0.1em
}
.point_list strong{
	font-weight: bold;
}

.point_list .point_1 .point_1_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.point_list .point_1 .point_1_flex h4{
	width: 100%;
	font-size: 2.0rem;
	color: #cc0000;
	padding: 25px 0 0;
	text-align: center;
	font-weight: bold;
}
.point_list .point_1 .point_1_flex dl{
	width: 45%;
	margin-bottom: 30px;
}
.point_list .point_1 .point_1_flex dl dt,
.point_list .point_1 .point_1_flex dl dd{
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}
.point_list .point_1 .point_1_flex dl dt{
   min-height: 50px;
   padding: 15px 0;
	font-size: 1.6rem;
}
.point_list .point_1 .point_1_flex dl dd{
   padding: 20px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.point_list .point_1 .point_1_flex dl dt span{
	position: relative;
}
.point_list .point_1 .point_1_flex dl dt span::before{
	position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-75%) rotate(45deg);
    width: 0.8em;
    height: 1.6em;
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
    content: "";
}
.point_list .point_1 .point_1_flex dl.item01 dt span::before{
    border-bottom: 3px solid #cc0000;
    border-right: 3px solid #cc0000;
}
.point_list .point_1 .point_1_flex dl.item02 dt span::before{
    border-bottom: 3px solid #FF5C26;
    border-right: 3px solid #FF5C26;
}.point_list .point_1 .point_1_flex dl.item03 dt span::before{
    border-bottom: 3px solid #00B200;
    border-right: 3px solid #00B200;
}.point_list .point_1 .point_1_flex dl.item04 dt span::before{
    border-bottom: 3px solid #2626FF;
    border-right: 3px solid #2626FF;
}.point_list .point_1 .point_1_flex dl.item05 dt span::before{
    border-bottom: 3px solid #D24DFF;
    border-right: 3px solid #D24DFF;
}.point_list .point_1 .point_1_flex dl.item06 dt span::before{
    border-bottom: 3px solid #00B285;
    border-right: 3px solid #00B285;
}.point_list .point_1 .point_1_flex dl.item07 dt span::before{
    border-bottom: 3px solid #B28500;
    border-right: 3px solid #B28500;
}.point_list .point_1 .point_1_flex dl.item08 dt span::before{
    border-bottom: 3px solid #008C46;
    border-right: 3px solid #008C46;
}.point_list .point_1 .point_1_flex dl.item09 dt span::before{
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
}.point_list .point_1 .point_1_flex dl.item10 dt span::before{
    border-bottom: 3px solid #2626FF;
    border-right: 3px solid #2626FF;
}.point_list .point_1 .point_1_flex dl.item11 dt span::before{
    border-bottom: 3px solid  #FF5C26;
    border-right: 3px solid  #FF5C26;
}.point_list .point_1 .point_1_flex dl.item12 dt span::before{
    border-bottom: 3px solid #00B200;
    border-right: 3px solid #00B200;
}

.point_list .point_1 table{
	width: 700px;
	margin: 30px auto 0;
	border: 1px solid #aaa;
}
.point_list .point_1 table tr th{
	background: #FFFFBF;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}
.point_list .point_1 table tr th img{
	vertical-align: middle;
}
.point_list .point_1 table tr td{
	border: 1px solid #aaa;
	padding: 6px 10px;
	font-size: 1.6rem;
	background: #fff;
}
.point_list .point_1 table tr td:first-of-type{
	width: 550px;
	margin: 0 auto;
}
.point_list .point_1 table tr td:last-of-type{
	text-align: right;
}
.point_list .point_1 table.table_1 tr th{
	background: #CBE2FE;
}
.point_list .point_1 table.table_1 tr.title td{
	background: #eee;
	text-align: center;
	font-weight: bold;
}
.point_list .point_1 table.table_2 tr th{
	background: #FED9C0;
}
.point_list .point_1 table.table_2 tr.title td{
	background: #eee;
	text-align: center;
	font-weight: bold;
}
.point_list .point_1 table.table_3 tr th{
	background: #FEC7DD;
}
.point_list .point_1 table.table_3 tr.title td{
	background: #eee;
		text-align: center;
	font-weight: bold;
}
.point_list .point_1 p:last-of-type{
	width: 700px;
	text-align: right;
	margin: 8px auto 0;
}
.point_list .point_2 p:last-of-type{
	text-align: center;
	margin: 40px 0 15px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
.point_list .point_2 ul{
	width: 715px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.point_list .point_3 div{
	display: flex;
	justify-content: space-around;
}
.point_list .point_3 div p{
	width: 50% !important;
}
.brige_block {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: url(https://www.kore1ban.com/recovery/wp-content/uploads/bg_hat.gif) no-repeat 82% 0% #fff;
}
.brige_block p{
	position: relative;
}
.brige_block p::after{
	position: absolute;
	width: 72px;
	height: 57px;
	content: "";
	background: url(https://www.kore1ban.com/recovery/wp-content/uploads/arrow_down.gif) no-repeat 0% 40%;
	left: 30%;
	top: -17%;
}






