@charset "UTF-8";
/* CSS Document */
@import"reset.css";
@media screen and (min-width: 770px){

/********** Setting ***********/

window.FontAwesomeConfig = {
  searchPseudoElements: true
}

html {
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	scroll-behavior: smooth;
}
body {
	height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	background: url(../../image/renewal/contents_bg03.png);

}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}
/********** Setting ***********/

/* ----------------------------------------
none
---------------------------------------- */

.pc-none{
display:none;
}


/* ------------------------------------------------------
header
------------------------------------------------------ */
#header {
	width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
	z-index:100;
	background-color: #181818;
}

.header_inner{
		width: 1160px;
		margin: 0 auto;

	}

#header_logo a{
	display: block;
	width: 205px;
	height: 38px;
	text-indent: -9999px;
	background: url(../../image/renewal/h_logo.png);
	margin: 20px 0 0 20px;
	float: left;
}

/* --pc_menu--*/

#pc_menu {
	display: block;
	width: 800px;
	height: 80px;
	background: #181818;
	float: right;
}

#pc_menu ul {
	width:800px;
	margin:0 auto;
	overflow:hidden;
}

#pc_menu ul li{
	float:left;
	text-indent:-9999px;
}

#pc_menu ul li a{
	display:block;
	background: url(../../image/renewal/g_navi.png);

}

#pc_menu ul li:nth-child(1) a{
	width:160px;
	height:80px;
	overflow:hidden;
	background-position:0 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}


#pc_menu ul li:nth-child(1) a:hover{
	width:160px;
	height:75px;
	overflow:hidden;
	background-position:0 5px;
	border-bottom: solid #83be28 5px;
}

#pc_menu ul li:nth-child(2) a{
	width:160px;
	height:80px;
	overflow:hidden;
	background-position:-160px 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}


#pc_menu ul li:nth-child(2) a:hover{
	width:160px;
	height:75px;
	overflow:hidden;
	background-position:-160px 5px;
	border-bottom: solid #83be28 5px;
}

#pc_menu ul li:nth-child(3) a{
	width:160px;
	height:80px;
	overflow:hidden;
	background-position:-320px 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}


#pc_menu ul li:nth-child(3) a:hover{
	width:160px;
	height:75px;
	overflow:hidden;
	background-position:-320px 5px;
	border-bottom: solid #83be28 5px;
}

#pc_menu ul li:nth-child(4) a{
	width:160px;
	height:80px;
	overflow:hidden;
	background-position:-480px 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}


#pc_menu ul li:nth-child(4) a:hover{
	width:160px;
	height:75px;
	overflow:hidden;
	background-position:-480px 5px;
	border-bottom: solid #83be28 5px;
}

#pc_menu ul li:nth-child(5) a{
	width:160px;
	height:80px;
	overflow:hidden;
	background-position:-640px 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}


#pc_menu ul li:nth-child(5) a:hover{
	width:160px;
	height:80px;
	overflow:hidden;
	background-position:-640px 5px;
}

.h_member {
	width: 100%;
	height: 40px;
	background: #3b3b3b;
}

.h_member ul{
	width: 1160px;
	margin: 0 auto;
	padding-top: 8px;
}

.h_member ul li{
	float: right;
	margin-left: 15px;
	color: #f2df2f;
}
.h_member ul li:nth-child(1) a{
	display: block;
	width: 120px;
	height: 22px;
	background: #83be28;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
}
.h_member ul li:nth-child(1) a:hover{
	opacity: 0.8;
}
.h_member ul li:nth-child(2),li:nth-child(3){
	padding-top: 2px;

}

/* ------------------------------------------------------
pc_slider
------------------------------------------------------ */
#slide {
	width: 100%;
	height:455px; /*430px;*/
	background: url(../../image/renewal/contents_bg02.jpg) no-repeat;
	background-size:cover;
	margin-top: 120px;
	padding-top: 20px;

}

#slide .slide_innner {
	width: 1160px;
	height: 400px;
	margin: 0 auto;
	position:relative;
}			
	
#slide .slide_innner .pc_slick{
	width: 1160px;
	height: 400px;
	margin: 0 auto;
}		
#slide .slide_innner .pc_slick li{
	width: 900px;
	height: 400px;
	margin: 0 auto;
}		


/* dots */
#slide .slide_innner .pc_slick ul.slick-dots{
	width:20% !important;
	border:0;
	display:table;
	margin:0 auto 1rem auto;
	position:relative;
	top:15px;
}
#slide .slide_innner .pc_slick ul.slick-dots li{
	height:auto;
	display:table-cell;
	padding:0 10px;
	width:20px;
	height:20px;
	position:relative;
}

#slide .slide_innner .pc_slick ul.slick-dots li button{
	width:auto;
	height:20px;
	text-indent:-9999px;
	border:none;
	background:#fff;
	padding:0 10px;
	overflow:hidden;
	opacity:.6;
}
#slide .slide_innner .pc_slick ul.slick-dots li.slick-active button{
	opacity:1;
}
/* /dots */


#slide .slide_innner .pc_slick li a img{
	max-width: 100%;
	height: auto;
}
#slide .slide_innner #arrows .slick-prev, .slick-next {
	width:50px; /* 画像幅 */
    height:400px /* 画像高さ */
}
#slide .slide_innner #arrows .slick-prev{
	left:-50px;
}		


/* ------------------------------------------------------
contents_title
------------------------------------------------------ */
#main_title{
	width: 100%;
	height: 250px;
	margin-top: 120px;
	background: url(../../image/renewal/contents_bg03.jpg);
}

#main_title .maintitle_inner {
	width: 1020px;
	height: 200px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	text-align: center;
}
#main_title .maintitle_inner h2{
	display: inline;
	text-align: center!important;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:40px;
	font-weight:bold;
	background: rgba(255,255,255,0.8);
	color:#000;
	border-radius: 20px;
	padding: 30px;
}

#contents_title01{
		width: 1020px;
		margin: 30px auto;
	}


#contents_title01 h3{

  position: relative;
 display: block;
  	padding: 0 55px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:36px;
	font-weight:bold;
	margin: 0px auto 15px auto;
	text-align: center;
	color: #181818;
}

#contents_title01 h3:before, #contents_title01 h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 300px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#contents_title01 h3:before {
  left:0;
}
#contents_title01 h3:after {
  right: 0;
}
#contents_title01 p{
	width: 1020px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0 auto;
	text-align: center;
}

/*コンテンツタイトル02*/
.contents_title02{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	position: relative;
  color: #83be28;
  font-size: 24px;
  line-height: 1;
  margin: 0px 0 20px 0;
  padding: 10px 5px 10px 10px;

}
.contents_title02:before {
  content: "";
  position: absolute;
  background: #83be28;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents_title02:after {
  content: "";
  position: absolute;
  background:#83be28;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.contents_title03 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
  position: relative;
  display: block;
  margin-bottom: 1em;
	font-size: 21px;
	text-align: center;
	padding-top: 27px;
	color: #42a6d9;
}
.contents_title03:before {
  content: '';
  position: absolute;
  bottom: 40px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #42a6d9;
  border-radius: 2px;
}

.contents_title03 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
  position: relative;
  display: block;
  margin-bottom: 1em;
	font-size: 21px;
	text-align: center;
	padding-top: 27px;
	color: #42a6d9;
}
.contents_title03:before {
  content: '';
  position: absolute;
  bottom: 40px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #42a6d9;
  border-radius: 2px;
}


/* ------------------------------------------------------
cp_banner_list
------------------------------------------------------ */

#cp_banner_list{
	width: 1020px;
	height: auto;
	margin: 0 auto;
}
.cp_banner{
	display: block;
	width: 1020px;
	height: 220px;
	border: solid 1px #cccccc;
	margin-bottom: 30px;
}
.cp_banner img{
	display: block;
	width: 510px;
	height: 220px;
	float: left
}
.cp_banner dl{
	display: block;
	width: 508px;
	height: 218px;
	border: solid 1px #cccccc;
	background: #fff;
	float: left
}

.cp_banner dl dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color: #181818;
	padding-top: 100px;
	margin-bottom: 10px;
}
.cp_banner dl dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color: #999;
	margin-bottom: 10px;
}

.cp_banner:hover dl{
	display: block;
	width: 508px;
	height: 218px;
	border: solid 1px #cccccc;
	background: #83be28;
	float: left
}

.cp_banner:hover dl dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.cp_banner:hover dl dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	color: #a2ec30;
	margin-bottom: 10px;
}

/* ------------------------------------------------------
plan_list(タブ切り替え)
------------------------------------------------------ */

.tabs {
	width: 1020px;
	margin: 30px auto 0 auto;
}
.plan_chenge{
	width: 670px;
	height: 60px;
	margin: 0 auto;
}

.plan_chenge li a{
	display: block;
	width: 310px;
	height: 40px;
	border-radius: 60px;
	background: #fff;
	border: solid 5px #83be28;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #83be28;
	float: left;
	margin-right: 30px;
	padding-top: 15px;
	text-decoration: none;
}

.plan_chenge li:nth-child(2) a{
	margin-right: 0px;
}

.plan_chenge li a:hover{
	display: block;
	width: 310px;
	height: 40px;
	border-radius: 60px;
	background: #83be28;
	border: solid 5px #83be28;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	float: left;
	margin-right: 30px;
	padding-top: 15px;
	text-decoration: none;
}
.plan_chenge li:nth-child(2) a:hover{
	margin-right: 0px;
}

.plan_chenge .active a{
	display: block;
	width: 310px;
	height: 40px;
	border-radius: 60px;
	background: #83be28;
	border: solid 5px #83be28;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #fff;
	float: left;
	margin-right: 30px;
	padding-top: 15px;
	text-decoration: none;
}		
	
/*basic_plan*/

#basic_plan{
	width: 1020px;
	height: 670px;
	display: block;
	margin: 30px auto 0px auto;
}

#basic_plan .plan_banner{
	width: 320px;
	height: 300px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
	text-decoration: none;

}

#basic_plan .plan_banner:nth-child(3n){
	margin: 0 0 30px 0;
}

#basic_plan .plan_banner div img{
	display: block;
	width: 320px;
	height: 160px;
}

#basic_plan .plan_banner div dl{
	padding: 20px;
}

#basic_plan .plan_banner div dl dt{
	display: block;
	background: #83be28;
	padding: 7px 10px 7px 10px;
	border-radius: 10px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}

#basic_plan .plan_banner div dl dd{
	margin-top: 10px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}

/*labo_plan*/

#labo_plan{
	width: 1020px;
	height: 1000px;
	display: block;
	margin: 30px auto 0px auto;
}

#labo_plan .plan_banner{
	width: 320px;
	height: 300px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
	text-decoration: none;

}

#labo_plan .plan_banner:nth-child(3n){
	margin: 0 0 30px 0;
}

#labo_plan .plan_banner div img{
	display: block;
	width: 320px;
	height: 160px;
}

#labo_plan .plan_banner div dl{
	padding: 20px;
}

#labo_plan .plan_banner div dl dt{
	display: block;
	background: #029285;
	padding: 7px 10px 7px 10px;
	border-radius: 10px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}

#labo_plan .plan_banner div dl dd{
	margin-top: 10px;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}

/* ------------------------------------------------------
free_contents01
------------------------------------------------------ */
#free_contents01 {
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
	background: url(../../image/renewal/contents_bg01.jpg);
}

#free_contents01 .free_inner{
	width: 1080px;
	margin: 0 auto;
	background: #fff;
}

/*左カラム*/
#free_contents01 .free_inner .left_contents{
	width: 740px;
	padding: 30px 0 0 30px;
	border-right: #999999 1px solid;
	float: left;
}

/*無料プランバナー*/

#free_contents01 .free_inner .left_contents .free_banner{
	width: 720px;
	display: block;
	border-bottom: #999999 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#free_contents01 .free_inner .left_contents .free_banner div img{
	width: 360px;
	height: 160px;
	display: block;
	float: left;
	border-radius: 20px;
	overflow: hidden;
}
#free_contents01 .free_inner .left_contents .free_banner div dl{
	width: 360px;
	height: 160px;
	display: block;
	float: left;
}

#free_contents01 .free_inner .left_contents .free_banner div dl dt{
	padding: 40px 0 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #83be28;
}
#free_contents01 .free_inner .left_contents .free_banner div dl dd{
	padding: 15px 0 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

/*無料プランバナーここまで*/

/*右カラム*/
#free_contents01 .free_inner .right_contents{
	width: 309px;
	padding: 0;
	float: left;
}
#free_contents01 .free_inner .right_contents .free_contents_inner{
	width: 250px;
	margin: 0 auto 30px auto;
}
#free_contents01 .free_inner .right_contents .free_contents_inner li{
	margin: 0 auto 10px auto;
}
#free_contents01 .free_inner .right_contents .free_contents_inner li a:hover{
	opacity: 0.7;
}

/*右カラム最新情報*/
.right_info_inner{
	width: 250px;
	margin: 0 auto;
	
}
.right_info_inner a{
	display: block;
	text-decoration: none;
	margin: 0 0 10px 0;
}	
	
.right_info_inner a:hover{
	opacity: 0.8;
}	

.right_info_inner dl dt{
	width: 250px;
	height: auto;
	margin-bottom: 5px;
}
.right_info_inner dl dd{
	width: 250px;
	color: #000;
}
.kidoku {
	padding: 2px 5px 2px 5px;
	background: #42a6d9;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;
}
.midoku	{
	padding: 2px 5px 2px 5px;
	background: #e05639;
	color: #fff;
	border-radius: 5px;
	margin-left: 5px;	
}	

/* ------------------------------------------------------
footer
------------------------------------------------------ */
#footer {
	width: 100%;
	background: #181818;
	padding: 30px 0 0 0;
}

#footer .footer_inner{
	width: 1080px;
	background: #181818;
	margin: 0 auto 20px auto;
}

#footer .footer_inner h5{
	width: 205px;
	height: 38px;
	margin: 0 auto;
}

#footer .footer_inner .footer_navi{
	text-align: center;
}
#footer .footer_inner .footer_navi li{
	display: inline-block;
	padding: 30px 15px 30px 15px;
}
#footer .footer_inner .footer_navi li a{
	color: #fff;
	text-decoration: none;
}
#footer .footer_inner .footer_navi li a:hover{
	opacity: 0.8;
}

#footer .footer_inner .footer_banner{
	text-align: center;
}
#footer .footer_inner .footer_banner li{
	display: inline-block;
	padding: 0px 15px 30px 15px;
}
#footer .footer_inner .footer_banner li a{
	color: #fff;
	text-decoration: none;
}
#footer .footer_inner .footer_banner li a:hover{
	opacity: 0.8;
}

#footer .footer_inner p{
	color: #ccc;
	text-decoration: none;
}

#footer .copy{
	width: 100%;
	background: #3b3b3b;
	padding: 10px 0 10px 0;
	color: #ccc;
	text-align: center;
}

/* ------------------------------------------------------
free_contents02
------------------------------------------------------ */
#free_contents02 {
	width: 100%;
	height: auto;
	padding: 0px 0 30px 0;

}

#free_contents02 .free_inner{
	width: 1080px;
	margin: 0 auto;
	background: #fff;
}

/*左カラム*/
#free_contents02 .free_inner .left_contents{
	width: 780px;
	padding: 30px 0 0 30px;
	border-right: #999999 1px solid;
	float: left;
}


/*右カラム*/
#free_contents02 .free_inner .right_contents{
	width: 210px;
	padding: 0 0 0 25px;
	float: left;
}

#free_contents02 .free_inner .right_contents .right_basic {
	margin-bottom: 30px;

}

#free_contents02 .free_inner .right_contents .right_basic ul li a{
	width: 210px;
	display: block;
	margin-bottom: 10px;
	border: solid 5px #181818;
}

#free_contents02 .free_inner .right_contents .right_basic ul li a:hover{
	opacity: 0.8;
}


#free_contents02 .free_inner .right_contents .right_labo ul li a{
	width: 210px;
	display: block;
	margin-bottom: 10px;
	border: solid 5px #181818;
}

#free_contents02 .free_inner .right_contents .right_labo ul li a:hover{
	opacity: 0.8;
}


/* ------------------------------------------------------
free_contents03
------------------------------------------------------ */
#free_contents03 {
	width: 100%;
	height: auto;
	padding: 30px 0 30px 0;
	background: url(../../image/renewal/contents_bg01.jpg);

}

#free_contents03 .free_inner{
	width: 1080px;
	margin: 0 auto;
	background: #fff;
}

/*左カラム*/
#free_contents03 .free_inner .left_contents{
	width: 1080px;
	padding: 30px 0 0 30px;
}


/*最新情報*/
.info_inner{
	width: 1080px;
	margin: 0 auto 30px auto;
	
}
.info_inner a{
	display: block;
	text-decoration: none;
	margin: 0 0 10px 0;
}	
	
.info_inner a:hover{
	opacity: 0.8;
}	

.info_inner dl dt{
	width: 1020px;

	margin-bottom: 5px;
}
.info_inner dl dd{
	width: 1020px;
	color: #000;
}		
/* ------------------------------------------------------
about01
------------------------------------------------------ */

	.about_img01 {
		display:block;
		margin-bottom: 30px;

	}
	.about_img02 {
		display:block;
		margin: 20px 0 20px 0;
		border-radius: 20px;
		overflow: hidden;
	}
	.about_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 30px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
	.about_text02{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 30px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
	.about_title01 {
		display:block;
		position:relative;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		color: #83be28;
		margin: 0 0 10px 0;
	}
	.about_title01 i{
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-0.5em;
	color:#0070be;
}

	.about_select{
		display: block;
		width: 740px;
		margin-bottom: 30px;

	}
	.about_select ul{
		text-align: center;
	}

	.about_select ul li{
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.about_select ul li a{
		position: relative;
		width: 310px;
		padding: 15px;
		float: left;
		background: #83be28;
		border-radius: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
		border: solid 5px #83be28;
		text-decoration: none;
	}
	.about_select ul li a:hover{
		position: relative;
		width: 310px;
		padding: 15px;
		float: left;
		background: #e1e1e1;
		border-radius: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #83be28;
		border: solid 5px #83be28;
		text-decoration: none;
	}
		.about_select ul li a i{
		position:absolute;
	top:50%;
	left:10px;
	margin-top:-0.5em;
	color:#83be28;
	}
/* ------------------------------------------------------
plan_basic
------------------------------------------------------ */
.plan_basic{
		width: 750px;
		height: auto;
	}
.plan_basic img{
		display: block;
	}
.purchase{
	margin-top: 30px;
		text-align: center;
	}
.btn_g {
  display: inline-block;
	background: url(../../image/renewal/p_btn01.png);
	width: 420px;
	height: 120px;
	text-indent: -9999px;
	}

.btn_g02 {
  display: inline-block;
	background: url(../../image/renewal/p_btn02.png);
	width: 420px;
	height: 120px;
	text-indent: -9999px;
	}
	
.btn_g03 {
  display: inline-block;
	background: url(../../image/renewal/p_btn03.png);
	width: 420px;
	height: 120px;
	text-indent: -9999px;
	}
	
.btn_g04 {
  display: inline-block;
	background: url(../../image/renewal/p_btn04.png);
	width: 420px;
	height: 120px;
	text-indent: -9999px;
	}			
	
.basic_p_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 20px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.basic_title01{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #1b9c72;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #16805e;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}
	
.basic_title02{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #03afed;
	font-weight: bold;
	border-radius: 100px;
	font-size: 24px;
	color: #fff;
	border: solid 5px #0081af;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}
	
.basic_title03{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e6695e;
	font-weight: bold;
	border-radius: 100px;
	font-size: 24px;
	color: #fff;
	border: solid 5px #ce5034;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
	
.basic_title04{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #c2923b;
	font-weight: bold;
	border-radius: 100px;
	font-size: 24px;
	color: #fff;
	border: solid 5px #a8642c;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}			
	
.basic_img01{
		display: block;
		margin: 0 auto;
		border-radius: 20px;
		overflow: hidden;
		border:  solid 5px #e1e1e1;
	}	
.basic_f{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 30px;
		border: solid 5px #16805e;
		line-height: 1.7;
		margin: 20px auto;
	}
.basic_f h5{
		
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #1b9c72;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #16805e;
	margin-bottom: 10px;
	line-height: 1.2;
	margin-top: 0px;
	}
	
.basic_f dd p{
		
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #1b9c72;
	margin-bottom: 10px;
	}	

.basic_r {
	background: url(../../image/basic_re/plan_guide_bg02.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}

.basic_r .inner{
	background: url(../../image/basic_re/plan_guide_bg01.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}
	
.basic_r .inner dl{
	width: 646px;
	height: 56px;
	background: url(../../image/basic_re/plan_b_guide02.png);
	padding: 4px 0 0 4px;
	margin-bottom: 10px;
}
.basic_r .inner dl dt{
	width: 202px;
	height: 52px;
	display: table;
	background: url(../../image/basic_re/plan_b_guide01.png);
	color: #fff;
	float: left;
}	

.basic_r .inner dl dt p{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.basic_r .inner dl dd{
	width: 440px;
	height: 52px;
	display: table;
	
	color: #fff;
	float: left;
}	

.basic_r .inner dl dd p{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
}
/*初回購入*/
.first_time{
	position: relative;
	width: 740px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #1b9c72;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #16805e;
	margin-bottom: 25px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}	
.first_time:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 48%;
  border: 15px solid transparent;
  border-top: 15px solid #16805e;
  width: 0;
  height: 0;
}
.first_time02{
	text-align: center;
	}
.first_time02 p:nth-child(1){

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	color: #1b9c72;
    line-height: 1em;
}
.first_time02 p:nth-child(2){
	margin-top: 55px;
	margin-bottom: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 130px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.02em;
	color: #1b9c72;
}	
	

/* ------------------------------------------------------
plan_labo
------------------------------------------------------ */
.plan_labo{
		width: 750px;
		height: auto;
	}
.plan_labo img{
		display: block;
	}
.purchase{
	margin-top: 30px;
		text-align: center;
	}	
.btn_g {
  display: inline-block;
	background: url(../../image/basic_re/p_btn01.png);
	width: 420px;
	height: 120px;
	text-indent: -9999px;
	}
.labo_p_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 20px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.labo_p_text02{
		display: block;
		font-family: 'Noto Sans JP', sans-serif;
		margin: 20px auto 20px auto;
		line-height: 1.7;
	}	
	
.labo_title01{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #1b9c72;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #16805e;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}
.labo_title02{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #3a97e0;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #3078b1;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}
.labo_title03{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e6695e;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #ce5034;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.labo_title04{
		width: 740px;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e6695e;
	font-weight: bold;
	border-radius: 100px;
	font-size: 24px;
	color: #fff;
	border: solid 5px #ce5034;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}	

.labo_title05{
	width: 100%;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #e6695e;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}		

.labo_title06{
		width: 100%;
		padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e6695e;
	font-weight: bold;
	border-radius: 100px;
	font-size: 24px;
	color: #fff;
	border: solid 5px #ce5034;
	margin-bottom: 20px;
	line-height: 1.2;
	margin-top: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}		
	
.labo_img01{
		display: block;
		margin: 20px auto 0 auto;
		border-radius: 20px;
		overflow: hidden;
		border:  solid 5px #e1e1e1;
	}
.labo_img02{
		display: block;
		margin: 20px auto 20px auto;
		border-radius: 20px;
		overflow: hidden;
		border:  solid 5px #e1e1e1;
	}	
	
.labo_r {
	background: url(../../image/basic_re/plan_guide_bg02.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}

.labo_r .inner{
	background: url(../../image/basic_re/plan_guide_bg01.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}
	
.labo_r .inner dl{
	width: 646px;
	height: 56px;
	background: url(../../image/basic_re/plan_b_guide02.png);
	padding: 4px 0 0 4px;
	margin-bottom: 10px;
}
.labo_r .inner dl dt{
	width: 202px;
	height: 52px;
	display: table;
	background: url(../../image/basic_re/plan_b_guide03.png);
	color: #fff;
	float: left;
}	

.labo_r .inner dl dt p{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.labo_r .inner dl dd{
	width: 440px;
	height: 52px;
	display: table;
	
	color: #fff;
	float: left;
}	

.labo_r .inner dl dd p{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
}	

.labo_r {
	background: url(../../image/basic_re/plan_guide_bg02.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}

.labo_r .inner{
	background: url(../../image/basic_re/plan_guide_bg01.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}
	
.labo_r .inner dl{
	width: 646px;
	height: 56px;
	background: url(../../image/basic_re/plan_b_guide02.png);
	padding: 4px 0 0 4px;
	margin-bottom: 10px;
}
.labo_r .inner dl .youso{
	width: 202px;
	height: 52px;
	display: table;
	background: url(../../image/basic_re/plan_b_guide03.png);
	color: #fff;
	float: left;
}
.labo_r .inner dl .youso02{
	width: 202px;
	height: 52px;
	display: table;
	background: url(../../image/basic_re/plan_b_guide05.png);
	color: #fff;
	float: left;
}
.labo_r .inner dl .youso03{
	width: 202px;
	height: 52px;
	display: table;
	background: url(../../image/basic_re/plan_b_guide04.png);
	color: #fff;
	float: left;
}		

.labo_r .inner dl .youso p{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.labo_r .inner dl dd{
	width: 440px;
	height: 52px;
	display: table;
	
	color: #fff;
	float: left;
}	

.labo_r .inner dl dd p{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
}		

.labo_performance {
		display: block;
		background: url(../../image/labo_re/contents_bg01.jpg);
		padding: 20px;
		border: solid 5px #e1e1e1;
		border-radius: 20px;
		margin-bottom: 20px;
	}
.labo_performance .inner{
		display: block;
		background:#fff;
		padding: 20px;
		border: solid 5px #e1e1e1;
		border-radius: 20px;
	}
	
.labo_performance .inner .race{
		display: block;
		background:#e6695e;
		padding: 10px;
		border: solid 5px #ce5034;
		border-radius: 100px;
		margin-bottom: 10px;
		text-align: center;
		color: #fff;
		font-size: 21px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}
.labo_performance .inner dl{
		display: block;
		background:#fff;
		padding: 10px;
		border: solid 1px #ce5034;
		border-radius: 10px;
		margin-bottom: 10px;
		text-align: left;
		color: #181818;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 100;
	}	
.labo_performance .inner dl dt{
		display: block;
		background:#e6695e;
		padding: 10px;
		border: solid 1px #ce5034;
		border-radius: 10px;
		margin-bottom: 10px;
		text-align: left;
		color: #fff;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	}	
.labo_performance .inner dl dd{
		line-height: 1.7;
	}
.labo_performance .inner .money{
		line-height: 1.7;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	color: #ce5034;
	}		
.labo_f{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 30px;
		border: solid 5px #ed706a;
		line-height: 1.7;
		margin: 20px auto;
	}

	
.labo_f dd p{
		
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #ed706a;
	margin-bottom: 10px;
	}
	
	.cp_img {
		margin: 0!important;
		display: inline!important;
	}	


/* ------------------------------------------------------
cp_perfromance
------------------------------------------------------ */	
	.cp_perfromance{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px 20px 10px 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: url("../../image/renewal/contents_bg01.jpg");
		border-radius: 20px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		margin-bottom: 20px;
	}
	
	.cp_perfromance ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 14px);
		background: #FFFFFF;
		border: solid 2px #e1e1e1;
		border-radius: 10px;
		padding: 5px;
		margin-bottom: 10px;
	}	
	.cp_perfromance ul li:nth-child(1){
		display: flex;
		align-items: center;
		width: 30%;
		background: #1b9c72;
		border-radius: 10px;
		padding: 10px 0 10px 0;
		margin-bottom: 0px;
		text-indent: 10px;
		font-size: 1.25em;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	.cp_perfromance ul li:nth-child(2){
		width: 70%;
		background: #FFFFFF;
		text-indent: 10px;
		font-size: 1em;
		font-weight: bold;
		color: #333333;
		text-align: left;
	}
	
	.cp_perfromance .amoout li:nth-child(2){
		
		font-size: 1.5em;
		font-weight: bold;
		color: #1b9c72;
	}
	.cp_p_text{
		display: block;
		width: calc( 100% - 50px );
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 10px;
		border: solid 5px #e1e1e1;
	margin-top: 10px;
	font-size: 1em
		
	}		
	
	
/* ------------------------------------------------------
free_plan
------------------------------------------------------ */
.free_plan{
		width: 750px;
		height: auto;
	margin-bottom: 30px;
	}
.free_plan img{
		display: block;
	}
.free_plan .free_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	margin-top: 20px;

	}
.free_title01{
		width: 740px;
		padding: 30px 0 30px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #0140b4;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #4d8af9;
	margin-bottom: 20px;
	}
.free_title02{
		width: 740px;
		padding: 30px 0 30px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #e74c3c;
	font-weight: bold;
	border-radius: 100px;
	font-size: 30px;
	color: #fff;
	border: solid 5px #fd9f96;
	margin-bottom: 20px;
	}

.free_box{
		padding: 20px;
		background: url(../../image/renewal/contents_bg01.jpg);
		border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 5px #e1e1e1;
	}
.free_box dl{
		padding: 25px;
		background: #fff;
		border-radius: 20px;
	border: solid 5px #83be28;
	}
.free_box dl .shumatsu{
		padding:10px 10px 10px 20px;
    margin:0 auto 20px auto;
    color: #FFF;
    background: #3a99d8;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	}
.free_box dl .guriguri{
		padding:10px 10px 10px 20px;
    margin:0 auto 20px auto;
    color: #FFF;
    background: #e74c3c;
    border-bottom: solid 6px #ba3c2f;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	}
.free_box dl .toresen{
	padding:10px 10px 10px 20px;
    margin:0 auto 20px auto;
    color: #FFF;
    background: #783ce7;
    border-bottom: solid 6px #5f2fb6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	}

.free_box dl .dd{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	}
.free_img01 {
		display: block;
		border-radius: 20px;
		overflow: hidden;
	}
.free_img02 {
		display: block;
		border-radius: 20px;
		overflow: hidden;
	width: 100%;
	margin: 20px auto 0 auto;
	}
.backnumber {
	margin-bottom: 20px;
	}
.backnumber ul{
	padding: 10px 20px 20px 20px;
		background: #f0f0f0;
		border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 5px #e1e1e1;
	}
.backnumber li{
	padding-bottom: 10px;
	background: #f0f0f0;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #333;
	}
.backnumber li a{
	text-decoration: none;
	color: #181818;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}
.backnumber li a:hover{
	color: #83be28;
}
.free_box02{
	padding: 20px;
	background: url(../../image/renewal/contents_bg01.jpg);
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid 5px #e1e1e1;
	}
.free_box02 table{
	padding: 25px;
	border-radius: 20px;
	background: #fff;
	border: solid 5px #83be28;
	}
.free_box02 table,tr,td{
	padding: 15px;
	background: #fff;
	border: solid 2px #83be28;
	}
.free_box02 table tr .day{
	padding: 20px;
	background: #1b9c72;
	border: solid 2px #83be28;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	}
.free_box02 table tr .race{
	background: #181818;
	border: solid 2px #83be28;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	color: #fff;
	}
.free_box02 table tr:nth-child(3) td:nth-child(1){
	width: 60%;
	}
.free_box02 table tr:nth-child(3) td:nth-child(2){
	width: 40%;
	}
	.free_performance {
		margin-bottom: -20px;
	}

.free_performance dl{
	background: url(../../image/renewal/free_performance.jpg);
	width: 310px;
	height: auto;
	border: solid 5px #83be28;
	border-radius: 20px;
	float: left;
	padding: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.free_performance dl:nth-child(2n){
	margin-right: 0px
}

.free_performance dl dt{
	width: 230px;
	padding: 10px 0 10px 10px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 10px;
	color: #181818;
	font-family: 'Noto Sans JP', sans-serif;
}
.free_performance dl dd{
	margin-bottom: 10px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/*重賞用コード*/
.plan_box09 {

	padding: 25px;
	background: #fff;
	border-radius: 20px;
	border: solid 5px #83be28;
	}
.attention_date {
			padding:10px 10px 10px 20px;
    margin:0 auto 20px auto;
    color: #FFF;
    background: #e74c3c;
    border-bottom: solid 6px #ba3c2f;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
	font-size: 21px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	}
.attention_text {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	font-size: 24px;
    font-weight: bold;
    color: #e74c3c;
	}

/* ------------------------------------------------------
plan_cp
------------------------------------------------------ */
.plan_cp{
		width: 750px;
		height: auto;
	}
.plan_cp img{
		display: block;
	}

/* ------------------------------------------------------
performance
------------------------------------------------------ */	#performance{
	width: 1080px;
	margin: 30px auto 30px auto;
}
#performance .performance_text01{
	line-height: 1.7;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}
.performance_inner {
		margin-top: 20px;

	}
.performance_inner dl{
	width: 330px;
	height: 255px;
	background: url(../../image/renewal/performance_bg.jpg);
	border-radius: 20px;
	margin-right: 30px;
	border: solid 5px #83be28;
	float: left;
	margin-bottom: 30px;
}

.performance_inner dl:nth-child(3n){
	margin-right: 0px;

}

.performance_inner dl dt{
	width: 310px;
	padding: 15px 0 0 10px;
	height: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}
.performance_inner dl dt .performance_day{
	padding: 1px 20px 1px 20px;
	background: #f2df2f;
	border-radius: 20px;
	color: #000;
}
.performance_inner dl dt p{
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.performance_inner dl dd{
	width: 290px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 10px;

}
.performance_inner dl dd ul li:nth-child(1){
	margin-bottom: 5px;
}

.performance_inner dl dd ul li:nth-child(1){
	width: 122px;
	height: 38px;
	float: left;
	margin-right: 5px;
}
.performance_inner dl dd ul li:nth-child(2){
	width: 150px;
	height: 38px;
	padding-top: 10px;
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.performance_inner dl dd ul:nth-child(3) li:nth-child(2){
	color: #c84929;
}

.performance_inner dl dd ul li:nth-child(2) a{
	color: #83be28;
}


/* ------------------------------------------------------
plan_labo
------------------------------------------------------ */
.q_a{
		width: 750px;
		height: auto;
	}
.q_a .q_a_inner{
		margin-bottom: 20px;
	}
.q_a .q_a_inner dl{
	width: 748px;
	height: auto;
	border: solid 1px #666;
	}
.q_a .q_a_inner dl:nth-child(1) dt{
	width: 50px;
	height: auto;
	float: left;
	}
.q_a .q_a_inner dl:nth-child(1) dd{
	width: 688px;
	height: 35px;
	float: left;
	background: #b9e7ff;
	padding: 15px 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.q_a .q_a_inner p{
	width: 708px;
	height: auto;
	float: left;
	background: #fff;
	padding:20px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
	border: solid 1px #666;
	border-top: none;
}



/* ------------------------------------------------------
汎用ボタン
------------------------------------------------------ */
/*横並びリスト*/
	.contents_list {
		display: flex;
		justify-content: center;
	}

	.contents_list li{
		display: inline-block;
		margin-right: 20px;
	}
	.contents_list li:nth-child(5){
		margin-right: 0px;
	}

	.contents_list li a{
		display: block;
		padding: 5px 10px 5px 10px;
		background: #fff;
		text-decoration: none;
		color: #83be28;
		border-radius: 5px;
		border: solid 2px #83be28;
	}
	.contents_list .cl_active span{
		display: block;
		padding: 5px 10px 5px 10px;
		background: #83be28;
		text-decoration: none;
		color: #fff;
		border-radius: 5px;
		border: solid 2px #83be28;
	}
		.contents_list li a:hover{
		display: block;
		padding: 5px 10px 5px 10px;
		background: #83be28;
		text-decoration: none;
		color: #fff;
		border-radius: 5px;
		border: solid 2px #83be28;
	}
/*横並びリスト02*/
	.contents_list02 {
		display: flex;
		justify-content: center;
	}

	.contents_list02 li{
		display: inline-block;
		margin-right: 20px;
	}
	.contents_list02 li:nth-child(5){
		margin-right: 0px;
	}

	.contents_list02 li a{
		display: block;
		padding: 5px 10px 5px 10px;
		background: #fff;
		text-decoration: none;
		color: #83be28;
		border-radius: 5px;
		border: solid 2px #83be28;
	}
		.contents_list02 li a:hover{
		display: block;
		padding: 5px 10px 5px 10px;
		background: #83be28;
		text-decoration: none;
		color: #fff;
		border-radius: 5px;
		border: solid 2px #83be28;	
	}

/*トップページへ*/

.top_r {
	margin-top: 30px;
	text-align: center;

}

.top_r a{
	display: inline-block;
	margin-top: 10px;
	padding: 15px 0 15px;
	text-align: center;
	border: solid 1px #666;
	width: 748px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	background: #fff;
	color: #181818;
	text-decoration: none;
}

.top_r a:hover{
	background: #181818;
	color: #fff;
}
	
.info_r {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;

}

.info_r a{
	display: inline-block;
	margin-top: 10px;
	padding: 15px 0 15px;
	text-align: center;
	border: solid 1px #666;
	width:250px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	background: #fff;
	color: #181818;
	text-decoration: none;
}		
	
.info_r a:hover{
	background: #181818;
	color: #fff;
}		

/*情報一覧*/

.info_link {
	margin-top: 10px;
	text-align: left;
	margin-bottom: 30px;

}

.info_link a{
	display: inline-block;
	padding: 15px 0 15px;
	text-align: center;
	border: solid 1px #666;
	width: 1020px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	background: #fff;
	color: #181818;
	text-decoration: none;
}

.info_link a:hover{
	background: #181818;
	color: #fff;
}

/* ------------------------------------------------------
contact
------------------------------------------------------ */
.contact{
		width: 750px;
		height: auto;
	}
.contact img{
		display: block;
	margin-bottom: 20px;
	}
.contact_btn{
	margin-top: 30px;
	text-align: center;
	}
.contact_img{
		width: 740px;
		height: auto;
		display: block;
		border-radius: 20px;
		border: solid #e1e1e1 5px;
		margin-top: 20px;
	}	
	
.c_form {
		margin-top: 20px;
	}
.c_form textarea{
	width: 700px;
	height: 200px;
	padding: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	border-radius: 10px;
	border: solid 5px #e1e1e1;
	line-height: 1.7;
	font-size: 14px;
	}

.contact_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 20px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}

/* ------------------------------------------------------
point
------------------------------------------------------ */
.point{
		width: 750px;
		height: auto;
	}
.point img{
	display: block;
	margin-bottom: 20px;
	}

.point .select{
	display: block;
	border-bottom: dotted 1px #666;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
.point .select dl dt{
	display: block;
	width: 320px;
	height: auto;
	float: left;
	margin-right: 20px;

	}
.point .select dl dd{
	display: block;
	width: 410px;
	height: auto;
	float: left;
	color: #181818;
	font-family: 'Noto Sans JP', sans-serif;

	}


.point .select dl dd figure{
	
	height: 40px;
	display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    unicode-bidi:normal;
	margin: 10px 0 0 0;
	}
	
.point .select dl dd figure img {
	width: auto;
	height: 100%;
	
	}		
	
.point_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 0px auto 30px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}

.point_text02{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 0px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}

.point_table{
	width: 750px;
	width: 750px;
	background: #fff;
	border: solid 5px #83be28;
	margin: 0 auto 20px auto;
	}
.point_table tr,td{
	padding: 15px;
	background: #fff;
	border: solid 2px #83be28;
}

.point_table02{
	width: 750px;
	width: 750px;
	background: #fff;
	border: solid 5px #83be28;
	margin: 0 auto 20px auto;
	}
.point_table02 tr,td{
	padding: 15px;
	background: #fff;
	border: solid 2px #83be28;
}


.point_table tr td:nth-child(1){
	width: 5%;
}
.point_table tr td:nth-child(2){
	width: 40%;
}
.point_table tr td:nth-child(3){
	width: 55%;
	background: #f0f0f0;
}

.point_table02{
	width: 750px;
	width: 750px;
	background: #fff;
	border: solid 5px #83be28;
	margin: 0 auto 20px auto;
	}
.point_table02 tr,td{
	padding: 15px;
	background: #fff;
	border: solid 2px #83be28;
}


.point_table02 tr td:nth-child(1){
	width: 40%;
}
.point_table02 tr td:nth-child(2){
	width: 60%;
	background: #f0f0f0;
}

.point .p_btn01{
	display: block;
	width: 420px;
	height: 120px;
	margin: 0 auto 20px auto;
}

.point .p_btn02{
	display: block;
	width: 420px;
	height: 120px;
	margin: 0 auto 20px auto;
}
/*ビットキャッシュ入力フォーム*/
	.bit_list {
		margin: 0px auto 30px auto;
		text-align: center;
	}
	.bit_list li{
		display: inline-block;
		width: 170px;
		margin:0 15px 0 0;

	}

	.bit_list li:nth-child(4){
		margin:0 0 0 0;
	}

	.bit_list li .bitcash_tex{
		display: block;
		width: 150px;
		padding: 20px 0 20px 20px;
		border-radius: 100px;
		border: solid 5px #83be28;
		background: #f0f0f0;
		font-size: 14px
	}


/* ------------------------------------------------------
error
------------------------------------------------------ */
.error{
		width: 750px;
		height: auto;
	}
.error_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 0px auto 30px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}

/* ------------------------------------------------------
member
------------------------------------------------------ */
.member{
		width: 750px;
		height: auto;
	}

.member_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 0px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}

.member table {
	width: 750px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.member table,tr,td {
	border-collapse: collapse;
	border: solid 2px #66aa33;;
	padding: 15px;
}

.member table tr td:nth-child(1) {
	background: #83be28;
	color: #Fff;
	width: 30%;
}
.member table tr td:nth-child(2) .member_name{
	background: #e1e1e1;
	padding: 10px 0 10px 0;
	width: 100%;
	border: none;
}

.member table tr td:nth-child(2) .mailaddless{
	background: #e1e1e1;
	padding: 10px 0 10px 0;
	width: 100%;
	border: none;
}

.member table tr td:nth-child(2) .pass{
	background: #e1e1e1;
	padding: 10px 0 10px 0;
	width: 100%;
	border: none;
}

.member_btn{
	display: block;

	width: 420px;
	height: 120px;
	margin: 20px auto 30px auto;
	text-indent: -9999px;
	cursor: pointer;
}
.member_btn:hover{
	opacity: 0.7;
}

/* ------------------------------------------------------
info
------------------------------------------------------ */
.info{
		width: 750px;
		height: auto;
	}
.info table {
	width: 750px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.info table,tr,td {
	border-collapse: collapse;
	border: solid 2px #66aa33;;
	padding: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	background: #f0f0f0;
}

.info table tr:nth-child(1) td:nth-child(1) {
	background: #83be28;
	color: #Fff;
	width: 30%;
}
.info table tr:nth-child(1) td:nth-child(2) {
	background: #e1e1e1;
	width: 70%;
	padding: 10px 0 10px 0;
	width: 100%;
	border: none;
}

.info table tr:nth-child(2) td{
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}


/* ------------------------------------------------------
guide
------------------------------------------------------ */
.guide{
		width: 750px;
		height: auto;
	padding-bottom: 20px;
}

.guide img{
		display: block;
		width: 100%;
		height: auto;
	margin: 0 auto 20px auto
}

.guide_text01 {
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 0px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}

	.guide_select{
		display: block;
		width: 740px;
		margin-bottom: 30px;

	}
	.guide_select ul{
		text-align: center;
	}

	.guide_select ul li{
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.guide_select ul li a{
		position: relative;
		width: 310px;
		padding: 15px;
		float: left;
		background: #83be28;
		border-radius: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
		border: solid 5px #83be28;
		text-decoration: none;
	}
		.guide_select ul li a:hover{
		position: relative;
		width: 310px;
		padding: 15px;
		float: left;
		background: #e1e1e1;
		border-radius: 30px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #83be28;
		border: solid 5px #83be28;
		text-decoration: none;
	}
		.guide_select ul li a i{
		position:absolute;
	top:50%;
	left:10px;
	margin-top:-0.5em;
	color:#83be28;
	}

		.guide_text02{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
	.guide_title01 {
		display:block;
		position:relative;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		color: #83be28;
		margin: 0 0 10px 0;
	}
	.guide_title01 i{
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-0.5em;
	color:#0070be;
}

.guide_text02{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.guide_text03{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.guide_text03 p{

	width: 75%;
	float: left;
	margin-right: 10px;
	}

.guide_text03 .guide_img01{

	width: 20%;
	float: left;
	}

.guide_text04{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.guide_text04 p{

	width: 75%;
	float: left;
	margin-right: 10px;
	}

.guide_text04 .guide_img01{

	width: 20%;
	float: left;
	}

.guide_img02{
		display: block;
		margin: 0 auto;
		border-radius: 20px;
		overflow: hidden;
		border:  solid 5px #e1e1e1;
	}		
		

.guide_text05{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.guide_text05 p{

	width: 75%;
	float: left;
	margin-right: 10px;
	}

.guide_text05 .guide_img01{

	width: 20%;
	float: left;
	}

.guide_text06{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
.guide_text06 p{

	width: 75%;
	float: left;
	margin-right: 10px;
	}

.guide_text06 .guide_img01{

	width: 20%;
	float: left;
	}

/* ------------------------------------------------------
voice
------------------------------------------------------ */
.voice{
		width: 750px;
		height: auto;
		padding-bottom: 20px;
}

.voice .voice_box{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
	background: #E8FEDC;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
}

.voice .voice_box dt{
		padding:10px 10px 10px 20px;
    	margin:0 auto 20px auto;
    	color: #FFF;
    	background: #83be28;
   		border-bottom: solid 2px  #004D11;
    	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    	border-radius: 9px;
		font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 1.5;
}

.voice .voice_c{
	display: block;
		width: 750px;
		height: auto;
	margin-top: 20px;
}

.voice .voice_c:hover{
	opacity: 0.8;
}

.voice .voice_c img{
	display: block;

}
/* ------------------------------------------------------
warning
------------------------------------------------------ */	
.warning{
		width: 750px;
		height: auto;
		padding-bottom: 20px;
}	
	
.warning_text{
		display: block;
		width: 710px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}
	
.warning_text02{
		display: block;
		width: 670px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-top: 10px;
		background: #f0f0f0;
	}		

.warning img{
	display: block;
	width: 100%;
	margin: 10px auto 10px auto;
}	
		

/* ------------------------------------------------------
privacy
------------------------------------------------------ */
.privacy{
		width: 750px;
		height: auto;
		padding-bottom: 20px;
}

.privacy_text{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 20px;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
	}


/* ------------------------------------------------------
commerce
------------------------------------------------------ */

.commerce{
		width: 750px;
		height: auto;
		padding-bottom: 20px;
}

.commerce table{
		width: 750px;
	background: #fff;
	border: solid 2px #83be28;
	margin: 0 auto 20px auto;
	}
.commerce table tr,td{
	padding: 15px;
	background: #fff;
	border: solid 2px #83be28;
}

.commerce table tr td:nth-child(1){
	width: 30%;
}


	
/* ------------------------------------------------------
performance_20230915
------------------------------------------------------ */	
	
	

.performance_20230915 {
	width: 710px;
	margin:20px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
		
	}
.performance_20230915 dl{
	width: 330px;
	height: 255px;
	background: url(../../image/renewal/performance_bg.jpg);
	border-radius: 20px;
	margin-right: 0px;
	border: solid 5px #83be28;
	
	margin-bottom: 30px;
}
	
.performance_20230915 dl:nth-child(2n){
	margin-right: 0px;
	
}	
	
.performance_20230915 dl dt{
	width: 310px;
	padding: 15px 0 0 10px;
	height: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}
.performance_20230915 dl dt .performance_day{
	padding: 1px 20px 1px 20px;
	background: #f2df2f;
	border-radius: 20px;
	color: #000;
}
.performance_20230915 dl dt p{
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
	
.performance_20230915 dl dd{
	width: 290px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	
}
.performance_20230915 dl dd ul li:nth-child(1){
	margin-bottom: 5px;
}	
		
.performance_20230915 dl dd ul li:nth-child(1){
	width: 122px;
	height: 38px;
	float: left;
	margin-right: 5px;
}
.performance_20230915 dl dd ul li:nth-child(2){
	width: 150px;
	height: 38px;
	padding-top: 10px;
	float: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	
.performance_20230915 dl dd ul:nth-child(3) li:nth-child(2){
	color: #c84929;
}
	
.performance_20230915 dl dd ul li:nth-child(2) a{
	color: #83be28;
}	
	
/* ------------------------------------------------------
performance_20230915
------------------------------------------------------ */	
	.tokubetsuwaku span{
					display: inline-block!important;
					width: 100%!important;
					background: rgba(255,255,255,0.75)!important;
					text-align: center!important;
					margin-top: -55px!important;
					padding: 5px 0 5px 0;
					color: #000000!important;
					font-weight: bold!important;
					font-size: 1em!important;
				}


/* ------------------------------------------------------
cp_20231129
------------------------------------------------------ */

/*コンテンツタイトル02*/
.buy_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;	
	position: relative;
  color: #83be28;
  font-size: 30px;
  line-height: 1;
  margin: 20px auto 20px auto;
  padding: 10px 5px 10px 10px;

}
.buy_title:before {
  content: "";
  position: absolute;
  background: #83be28;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buy_title:after {
  content: "";
  position: absolute;
  background:#83be28;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.buy_text01{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 20px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
}	
.buy_text01 p{
		display: block;
		width: calc(100% - 40px);
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #ffffff;
		border-radius: 10px;
		margin: 20px auto 0 auto;
		line-height: 1.7;
}
/**/	
.buy_text02{
		display: block;
		width: 700px;
		height: auto;
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		background: #f0f0f0;
		border-radius: 10px;
		margin: 20px auto 20px auto;
		border: solid 5px #e1e1e1;
		line-height: 1.7;
}	
	
.buy_text02 .day{
		display: flex;
		width: 100%;
		height:45px;
		background: #e1e1e1;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		color: #333333;
		font-weight: bold;
		font-size: 1.25em;
	}	
	
.buy_text02 .box{
	width: calc(100% - 10px);
	height:auto;
	background: #FFFFFF;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #333333;
	margin-top: 10px;
	border: solid 5px #333333;
	font-size: 1em;
}	
	
.buy_text02 .box dt{
	width: 100%;
	height: 60px;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
}
	
.buy_text02 .box .date {
	width: calc(100% - 40px);
	height: auto;
	background: #FFFFFF;
	color: #333333;
	padding: 20px 20px 0px 20px;
}

.buy_text02 .box .date .title {
    display: flex;
    align-items: center;
    padding: .5em .7em;
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); 
    color: #333333;
	font-size: 1.25em;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
	border: solid 2px #e1e1e1;
}

.buy_text02 .box .date .title::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
	border-radius: 5px;
    background-color: #333333;
    content: '';
}
	
.buy_text02 .box .date02 {
	width: calc(100% - 40px);
	height: auto;
	background: #e1e1e1;
	color: #333333;
	padding: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	border-radius: 0 0 5px 5px;
}
	
.buy_text02 .box .date02 div{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	color: #333333;
	padding: 10px;
	margin-right: 10px;
	margin-top: 0px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.25em;
}
.buy_text02 .box .date02 div:nth-child(2){
	margin-right: 0px;
}		
.buy_text02 .box .date02 .title{
	width: calc(100% - 4px);
	padding: .5em 0;
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	border: solid 2px #e1e1e1;
	border-radius: 5px;
	font-weight: bold;
	font-size: 0.75em;
}	

.benefits {
    padding: .5em .7em;
    border: 2px solid #79b536;
    box-shadow: 5px 5px #79b536;
    color: #79b536;
	background: #FFFFFF;
	font-size: 1.75em;
	font-weight: bold;
	margin: 10px 5px 15px 5px ;
	text-align: center;
}


/* ------------------------------------------------------
cp_20240326
------------------------------------------------------ */

.cp_guide {
	background: url(../../image/basic_re/plan_guide_bg02.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}

.cp_guide .inner{
	background: url(../../image/basic_re/plan_guide_bg01.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}
	
.cp_guide .inner dl{
	width: calc(100% - 10px);
	height: 50px;
	padding: 5px;
	background: #222222;
	
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	
}
.cp_guide .inner dl dt{
	width: 202px;
	
	display: flex;
	align-items: center;
	background:#1e9169;
	color: #fff;
	border-radius: 5px;
}	

.cp_guide .inner dl dt p{
	display: flex;
	align-items: center;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.cp_guide .inner dl dd{
	width: 460px;
	
	display: flex;
	align-items: center;
	color: #fff;
}
	
.cp_guide .inner .midashi{
	width: calc(100% - 10px);
	height: 200px;
	padding: 0;
	background: #FFFFFF;
	border: solid #e1e1e1 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
	
.cp_guide .inner .midashi img{
	width: 100%;
	
}
	
/*malti*/	
.cp_guide .inner .malti{
	width: calc(100% - 10px);
	height: auto;
	padding: 5px;
	background: #222222;
	
	margin-bottom: 10px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	
}
.cp_guide .inner .malti dt{
	width: 202px;
	height: auto;
	display: flex;
	align-items: center;
	background:#1e9169;
	color: #fff;
	border-radius: 5px;
}	

.cp_guide .inner .malti dt p{
	display: flex;
	align-items: center;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.cp_guide .inner .malti dd{
	width: 460px;
	height: auto;
	display: flex;
	align-items: center;
	color: #fff;
	flex-wrap: wrap;
}		
.cp_guide .inner .malti dd p{
	width: 100%;
	display: block;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	
}	
/*maltiここまで*/	

.cp_guide .inner dl dd p{
	width: 100%;
	display: block;
	color: #fff;
	padding-left: 10px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}
	

/* ------------------------------------------------------
cp_boshu
------------------------------------------------------ */	

.cp_boshu {
	background: url(../../image/labo_re/plan_guide_bg02.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
}
	
.cp_boshu h3{
	width: 100%;
	margin-bottom: 10px;
}

.cp_boshu h3 img{
	width: 100%;
}	


.cp_boshu .inner{
	width: calc(100% - 30px);
	background: url(../../image/labo_re/plan_guide_bg01.png);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px;
	margin-bottom: 10px;
}
	

	
.cp_boshu .inner dl{
	width: 100%;
	height: auto;
	padding:5px 0 5px 0;
	background: url(../../image/basic_re/cp_boshubg-01.png);
	margin-bottom: 10px;
	padding-left: 5px;
	display:flex;
	justify-content: space-between;
	border-radius: 10px;
	
}
.cp_boshu .inner dl dt{
	width: 170px;
	height: auto;
	display: flex;
	align-items: center;
	background:#1e9169;
	color: #fff;
	border: solid 3px #336633;
	border-radius: 5px;
	padding: 10px 0;
	
}	

.cp_boshu .inner dl dt p{
	width: 100%;
	color: #fff;
	padding-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.cp_boshu .inner dl dd{
	width: 480px;
	height: auto;
	color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}	

.cp_boshu .inner dl dd p{
	display:block;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
}	

.cp_boshu .inner dl dd p span{
	font-size: 14px;
	font-weight: 300;
}
	
.cp_coment{
	position: relative;
	width: 740px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #1b9c72;
	font-weight: bold;
	border-radius: 100px;
	font-size: 21px;
	color: #fff;
	border: solid 5px #16805e;
	margin-bottom: 25px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	}	
.cp_coment:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 48%;
  border: 15px solid transparent;
  border-top: 15px solid #16805e;
  width: 0;
  height: 0;
}
.cp_points{
	text-align: center;
	}
.cp_points p:nth-child(1){

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	color: #1b9c72;
	line-height: 1.25;
}
.cp_points p:nth-child(2){
	margin-top: 55px;
	margin-bottom: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 130px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.02em;
	color: #1b9c72;
}
	
	
.cp_coment_red{
	position: relative;
	width: 740px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	background: #dc5e4c;
	font-weight: bold;
	border-radius: 100px;
	font-size: 21px;
	color: #fff;
	border: solid 5px #9f3820;
	margin-bottom: 25px;
	line-height: 1.2;
	margin-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	
	}	
.cp_coment_red:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 48%;
  border: 15px solid transparent;
  border-top: 15px solid #9f3820;
  width: 0;
  height: 0;
}
.cp_points_red{
	text-align: center;
	}
.cp_points_red p:nth-child(1){

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.05em;
	color: #dc5e4c;
	line-height: 1.25;
	}
.cp_points_red p:nth-child(2){
	margin-top: 55px;
	margin-bottom: 80px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 130px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.02em;
	color: #dc5e4c;
}
	
/*cp_boshu02*/

.cp_boshu02 {
	background: url(../../image/cp_re/boshu_bg01.jpg);
	border-radius: 20px;
	border: solid 5px #e1e1e1;
	padding: 20px;
	margin: 10px auto;
}

	
.cp_boshu02 h3{
	width: calc(100% - 10px);
	background: url(../../image/labo_re/plan_guide_bg02.png);
	border-radius: 100px;
	border: solid 5px #e1e1e1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}

.cp_boshu02 .cp_coment02{
	
	display: flex;
	justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
  font-size:2.5em;
  color:#EE3333;
  letter-spacing:-0.04em;
 margin: 0 auto;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
  line-height: 1.25;
  padding:0 0.2em;
}	

.cp_boshu02 .inner{
	width: calc(100% - 30px);
	background:#f0f0f0;
	border-radius: 10px;
	border: solid 5px #e1e1e1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px;
	margin-top: 10px;
	font-size: 1.25em;
	line-height: 1.25;
}	
	
/* ------------------------------------------------------
infomation
------------------------------------------------------ */	
	
.infomation {
	width: 1020px;
  background: #f0f0f0;
  padding:15px 0;
  margin:10px auto 10px auto;
  overflow: hidden;
	border-radius: 10px;
	border: solid 5px #e1e1e1;
}


.infoText p {
  display:inline-block;
  margin:0 1rem 0 0;
text-indent: 20px;
}
.infoText p a{
 text-decoration: none;
	color: #42a6d9;
}
.infoText p a span{
 font-size: 0.85em;
	margin-right: 10px;
}


	
}