@charset "utf-8";

div,p,li,th,td{
	box-sizing:border-box;
}

ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

p{
	padding:0px;
	margin:0px;
}

/*slider*/
.home-Slider{
	background:none;
	padding-top: 0;
	overflow: hidden;
	padding-bottom: 0;
}
.home-Slider ul{
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.home-Slider li{
	margin-right: 0;
}
#sliderInner{
	overflow: hidden;
}
#slideFilterL{
position:absolute;
top:0;
left:calc(20em / 20);
width:calc(1000em / 20);
height:calc(500em / 20);
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter:"alpha( opacity=80 )";
background:#fff;
}
#slideFilterR{
position:absolute;
top:0;
right:calc(20em / 20);
width:calc(1000em / 20);
height:calc(500em / 20);
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter:"alpha( opacity=80 )";
background:#fff;
}
@media only screen and (max-width: 48em ) {
	#slideFilterL, #slideFilterR{
		display: none;
	}
}
/* コントローラー */
.bx-wrapper .bx-prev {
left: calc(899rem / 20);
background: url(../img/solare/prev.jpg) no-repeat;
background-size: calc(100rem / 20);
}
@media only screen and (max-width: 48em ) {
	.bx-wrapper .bx-prev {
		display: none;
	}
}
.bx-wrapper .bx-next {
right:calc(899rem / 20);
background: url(../img/solare/next.jpg) no-repeat;
background-size: calc(100rem / 20);
}
@media only screen and (max-width: 48em ) {
	.bx-wrapper .bx-next {
		display: none;
	}
}
.bx-wrapper .bx-next:hover {
    background-position:0;
}

.bx-wrapper .bx-controls-direction a {
position:absolute;
outline:0;
width: calc(100rem / 20);
height: calc(100rem / 20);
text-indent:-9999px;
z-index:9;
opacity: 0.3;
	top: 50%; 
transform: translateY(-50%);
}

/* Arrows */
.second-sl{
overflow:hidden;
position:relative;
width:100%;
background: #A0D7DC;
}

.second-sl_Inner{
position:relative;
left:50%;
width:calc(3000rem / 20);
margin-left:calc(-1500rem / 20);
}
.second-sl_Inner ul{
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 48em ) {
	.second-sl_Inner{
		position:relative;
		padding-left: 0;
		left:0;
		width:100%;
		margin-left:0;
	}
}
.second-sl .slick-track li img{
	width: 100%;
}

/* Arrows */
.second-sl .slick-prev,
.second-sl .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
	top: 50%; 
transform: translateY(-50%);
    display: block;
    width:calc(48em / 20);
    height:calc(48em / 20);
    margin-top:calc(-10em / 20);
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.second-sl .slick-prev{
left:700px;
background:  url(../img/solare/prev.jpg) no-repeat center right #fff;
background-size:calc(100rem / 20);
width: 300px;
height: 500px;
	opacity: .7;
}
@media only screen and (max-width: 999px ) {
	.second-sl .slick-prev
{
left:0;
	width:0;
	}
}

.second-sl .slick-next
{
right:700px;
background:  url(../img/solare/next.jpg) no-repeat center left #fff;
background-size:calc(100rem / 20);
width: 300px;
height: 500px;
	opacity: .7;
}
@media only screen and (max-width: 999px ) {
	.second-sl .slick-next
{
right:0;
	width:0;
	}
}

/*b-style*/
.b-style_sl{
	margin:40px 0px;
	overflow:hidden;
}

.b-style_box{
	width:100%;
	margin:0px auto 40px auto;
	overflow:hidden;
	clear:both;
}

.b-style_box2{
	width:860px;
	margin:0px auto 40px auto;
	overflow:hidden;
	clear:both;
}

.b-style_logo{
	width:350px;
	margin:-20px auto 20px auto;
	text-align:center;
}

.b-style_logo img{
	width:100%;
	height:auto;
}

.b-style_title1{
	font-size:35px;
	text-align:center;
	line-height:150%;
	font-weight:bold;
	margin-bottom:0px;
}

.b-style_p2{
	text-align:center;
	font-size:90%;
	margin-top:20px !important;
}

.b-style_title2{
	background:#603813;
	font-size:35px;
	line-height:150%;
	text-align:center;
	font-weight:bold;
	padding:10px;
	color:white;
	margin-bottom:40px;
}

.b-style_left1{
	float:left;
	width:50%;
	font-size:80% !important;
	line-height:200%;
}

.b-style_right1{
	float:right;
	width:45%;
}

.b-style_box2 ul{
	width:860px;
	padding:0px;
	margin:0px 0px 0px 5px;
}

.b-style_box2 li:first-child,
.b-style_box2 li:nth-child(2){
	background:none !important;
	width:50%;
	height:200px;
	text-align:center;
	cursor: default;
}

.b-style_box2 li:nth-child(3),
.b-style_box2 li:nth-child(4){
	background:none !important;
	width:50%;
	height:200px;
	text-align:center;
	cursor: default;
}

.b-style_box2 li:nth-child(odd){
	background:#603813;
	padding:10px 20px;
	color:white;
	margin-bottom:20px;
	width:410px;
	border-radius:10px;
	float:left;
}

.b-style_box2 li:nth-child(even){
	background:#414E27;
	padding:10px 20px;
	color:white;
	margin-bottom:20px;
	width:410px;
	border-radius:10px;
	float:left;
	margin-left:30px;
}

.b-style_box2 li:after{
	font-family: "Font Awesome 5 Free";
	content:"\f0da";
	float:right;
	padding-left:30px;
	font-weight:900;
}

.b-style_box2 .tabs-nav li.selected{
	padding:10px 20px !important;
	background:#C69C6D !important;
}

.list_none:after,
.list_none2:after{
	content:"" !important;
}

.list_none img,
.list_none2 img{
	width:80%;
	height:auto;
}

.b-style_box ul{
	margin:40px 0px !important;
}

.b-style_box ul li{
	float:left;
	width:50%;
	text-align:center;
}

.b-style_box ul li:last-child{
	width:100%;
	clear:both;
	text-align:center;
	margin-top:40px;
	margin-bottom:100px;
}

.b-style_bg1{
	background:url(../img/b-style/bg.png);
	overflow:hidden;
	padding:100px 0px;
}

.b-style_list_box{
	overflow:hidden;
	margin:20px auto;
	width:860px;
	background:none !important;
}

.b-style_list_box img{
	width:100%;
	height:auto;
	margin:20px 0px 30px 0px;
}

.b-style_list_box_title{
	font-size:20px;
	border-bottom:dotted 2px #EC7276;
	display:inline-block;
}

.b-style_p3{
	text-align:center;
	margin-bottom:100px;
}

.b-style_list_box_design img{
	width:40%;
	height:auto;
	text-align:center;
}

.b-style_list_box .design_img{
	text-align:center;
}

.pc_none{
	display:none;
}

.mg50{
	margin-top:100px !important;
}

@media only screen and (max-width: 48em ) {
.sp_none{
	display:none;
}

.pc_none{
	display:inline !important;
}
	
.b-style_sl{
	margin:20px 0px;
	overflow:hidden;
}

.b-style_box{
	width:95%;
	margin:0px auto 0px auto;
	overflow:hidden;
	clear:both;
}

.b-style_box2{
	width:95%;
	margin:0px auto 40px auto;
	overflow:hidden;
	clear:both;
}


.b-style_logo{
	width:30%;
	margin:0px auto 40px auto;
	text-align:center;
}

.b-style_logo img{
	width:100%;
	height:auto;
}

.b-style_title1{
	font-size:15px;
	text-align:center;
	line-height:150%;
	font-weight:bold;
	margin-bottom:20px;
}

.b-style_p2{
	text-align:center;
	font-size:90%;
}

.b-style_title2{
	background:#603813;
	font-size:17px;
	line-height:150%;
	text-align:center;
	font-weight:bold;
	padding:10px;
	color:white;
	margin-bottom:20px;
}

.b-style_left1{
	width:100%;
	font-size:90%;
	line-height:200%;
	text-align:center;
	margin-bottom:20px;
}

.b-style_right1{
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

.b-style_box2 ul{
	width:100%;
	padding:0px;
	margin:0px 0px 0px 3px;
}

.b-style_box2 li:first-child,
.b-style_box2 li:nth-child(2){
	background:none !important;
	width:47%;
	text-align:center;
	float:left;
	height:auto !important;
}
	
.b-style_box2 li:nth-child(3),
.b-style_box2 li:nth-child(4){
	background:none !important;
	width:50%;
	height:auto !important;
	text-align:center;
	padding:0px !important;
}
	
.b-style_box2 li:nth-child(odd){
	background:#603813;
	padding:10px 20px;
	color:white;
	margin-bottom:20px;
	width:47%;
	border-radius:10px;
	float:left;
}

.b-style_box2 li:nth-child(even){
	background:#414E27;
	padding:10px 20px;
	color:white;
	margin-bottom:20px;
	width:47%;
	border-radius:10px;
	float:left;
	margin-left:10px;
	float:left;
}

.b-style_box2 li:after{
	font-family: "Font Awesome 5 Free";
	content:"\f0da";
	float:right;
	padding-left:10px;
	font-weight:900;
}

.b-style_box2 .tabs-nav li.selected{
	padding:10px 20px !important;
	background:#C69C6D !important;
}
	
.list_none:after{
	content:"" !important;
}

.list_none img{
	width:80%;
	height:auto;
}
	
.list_none2:after{
	content:"" !important;
}

.list_none2 img{
	width:100%;
	height:auto;
}

.b-style_box ul{
	margin:10px 0px 0px 0px !important;
}

.b-style_box ul li{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

.b-style_box ul li:last-child{
	width:100%;
	clear:both;
	text-align:center;
	margin-top:0px;
}

.b-style_bg1{
	background:url(../img/b-style/bg.png);
	overflow:hidden;
	padding:30px 0px 0px 0px;
}

.b-style_list_box{
	overflow:hidden;
	margin:20px auto;
	width:100%;
	background:none !important;
}

.b-style_list_box img{
	width:100%;
	height:auto;
	margin:20px 0px 30px 0px;
}

.b-style_list_box_title{
	font-size:20px;
	border-bottom:dotted 2px #EC7276;
	display:inline-block;
}

.b-style_p3{
	text-align:center;
	margin-bottom:100px;
	font-size:17px;
}
	
.mg50{
	margin-top:10px !important;
}
	
.design_img{
	width:100% !important;
	height:auto;
}
	
.design_img img{
	width:100% !important;
	height:auto;
	text-align:center;
}

.b-style_list_box .design_img{
	text-align:center;
}
	
}

/*スクロール時にフェードイン*/
/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*ずらして表示*/
/*2つ目*/
#effect2 > .fadein:nth-of-type(2) {
    -moz-transition-delay:100ms;
    -webkit-transition-delay:100ms;
    -o-transition-delay:100ms;
    -ms-transition-delay:100ms;
    }
/*3つ目*/
#effect2 > .fadein:nth-of-type(3) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }

/*４つ目*/
#effect2 > .fadein:nth-of-type(4) {
    -moz-transition-delay:300ms;
    -webkit-transition-delay:300ms;
    -o-transition-delay:300ms;
    -ms-transition-delay:300ms;
    }

/*5つ目*/
#effect2 > .fadein:nth-of-type(5) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
    }

/*6つ目*/
#effect2 > .fadein:nth-of-type(6) {
    -moz-transition-delay:500ms;
    -webkit-transition-delay:500ms;
    -o-transition-delay:500ms;
    -ms-transition-delay:500ms;
    }

/*7つ目*/
#effect2 > .fadein:nth-of-type(7) {
    -moz-transition-delay:600ms;
    -webkit-transition-delay:600ms;
    -o-transition-delay:600ms;
    -ms-transition-delay:600ms;
    }

/*8つ目*/
#effect2 > .fadein:nth-of-type(8) {
    -moz-transition-delay:700ms;
    -webkit-transition-delay:700ms;
    -o-transition-delay:700ms;
    -ms-transition-delay:700ms;
    }

/*9つ目*/
#effect2 > .fadein:nth-of-type(9) {
    -moz-transition-delay:800ms;
    -webkit-transition-delay:800ms;
    -o-transition-delay:800ms;
    -ms-transition-delay:800ms;
    }

/*-----------------------------------*/

.jirei-Sec1{
	margin-bottom: calc(110em / 20);
}
.jirei-Sec1_Ttl{
/*     width: calc(245em / 20); */
	width: calc(1040rem / 20);
    margin-bottom: calc(50rem / 20); 
	margin-right:auto;
	margin-left:auto;
}
.jirei-Sec1_Ttl img{
	    display: block;
    height: auto;
/*     max-width: 100%; */
    margin-right: auto;
    margin-left: auto;
}
.jirei-top-logo1{
	background-image:url(../img/30jirei/jitsurei-back.png);
	background-size:cover;
	background-position:center;
	position:relative;
}

.jirei-top-logo2{
	    text-align: center;
    margin-bottom: calc(50rem / 20);
}
.pankuzu_List.jirei_List{
    font-size: calc(12rem / 20);
margin-top:0;
    padding-top: calc(15rem /20);
    margin-bottom: calc(30rem / 20);
}



@media only screen and (max-width: 48em){
	.jirei-Sec1{
    padding-left: calc(30em / 20);
    padding-right: calc(30em / 20);
}
	.jirei-Sec1_Ttl img {
    display: block;
    height: auto;
    max-width: 100%;
		padding-left: calc(30em / 20);
    padding-right: calc(30em / 20);
}
	.jirei-Sec1_Ttl{
		width:100%;
	}
	
}

.Success_Q1{
	background:#7dc05e;
	width: 100%;
	color:#fff;
    font-size: calc(20em / 20);
	font-weight:bold;
	padding-bottom: calc(13rem / 20);
    padding-top: calc(13rem / 20);
    padding-left: calc(30rem / 20);
	position: relative;
}
/* .ribbon{
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 40px 0 18px;
  font-size: 18px;
  background: #ffc668;背景色 
	border-top:solid #fff 3px;
	border-bottom:solid #fff 3px;
	border-left:solid #fff 3px;
  color: #FFF;
  box-sizing: border-box;
} */

/* .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
} */
/* .ribbon::after{
    position: absolute;
    content: '';
    width: 42.5px;
    height: 42.5px;
    border-top: solid 3px rgba(255,255,255,.9);
    border-right: solid 3px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-135deg);
    top: 16%;
    left: 0;
    right: -20px;
    margin-top: -3px;
} */
/* 
.ribbon:after{
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #7dc05e transparent transparent;
  border-style: solid;
} */

.clicked::before {
    content: "+";
    background:#7dc05e;
    color: #fff;
    background-size: calc(30rem / 20);
    width: calc(30rem / 20);
    height: calc(30rem / 20);
/*     padding-left: calc(10rem / 20);
    padding-top: calc(5rem / 20); */
    line-height: 1;
  right: calc(20rem / 20);
    top: calc(2rem / 20); 
    position: absolute;
    font-size: calc(50rem / 20);
}



/*----------------------------*/

/*QアンドA*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	    width: 100%;
/* 	overflow-x: hidden; */
	margin: 0 auto;
	color: #333333;
     margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: calc(14em / 20);
}
.cp_qa .cp_actab {
/* 	padding: 20px 0; */
/*	border-bottom: 1px dotted #cccccc;*/
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	    margin: 3px;
	padding: 10px 10px 10px 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
/*	margin: 0 40px;*/
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
	    margin-bottom: 50px;
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

    
    
.cp_plus label:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "＋";
    position: absolute;
    font-size: 35px;
        right: 15px;
	    top: -2px;
}
.cp_plus input:checked ~ label::after {
    color: #fff;
    font-family: "FontAwesome";
    content: "－";
/*    font-weight: bold;*/
}

.cp_actab.cp_plus label {
	font-weight:bold;
   font-size: calc(20rem / 20);
    text-align: left;
    margin: auto;
    line-height: 46px;
    position: relative;
    display: block;
    height: 46px;
/* 	background: #7dc05e; */
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
	 padding: 0px 0px 0px .5em;
    margin: 0px 0px 0px 0px !important;
}
/* jQueryで動かすよう */
   
.cp_plus label:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "＋";
    position: absolute;
    font-size: 35px;
        right: 15px;
	    top: -2px;
}
.cp_plus input:checked ~ label::after {
    color: #fff;
    font-family: "FontAwesome";
    content: "－";
/*    font-weight: bold;*/
}


.toggle_wrap:last-of-type {
/*   border-bottom: 1px solid gray; */
}
.toggle_switch {
  position: relative;
  cursor: pointer;
/*   padding: 5px 10px;
  border-top: 1px solid gray; */
}
.toggle_switch.open {
/*   border-bottom: 1px solid gray; */
}
.toggle_switch:hover {
  background-color: #eee;
}
.toggle_switch label:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "＋";
    position: absolute;
    font-size: 35px;
    right: 15px;
    top: -2px;
}
.toggle_switch.open label::after {
  color: #fff;
    font-family: "FontAwesome";
	content: "－";
    position: absolute;
    font-size: 35px;
        right: 15px;
	    top: -2px;
}
.toggle_contents {
  display: none;
/*   padding: 5px 10px; */
}
.cp_qa {
    width: 100%;
    /* overflow-x: hidden; */
    margin: 0 auto;
    color: #333333;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: calc(14em / 20);
}
.toggle_wrap .cp_actab-content {
    height: auto;
    padding: 14px;
    opacity: 1;
/*     margin-bottom: 50px; */
}
.toggle_wrap label {
    font-weight: bold;
    font-size: calc(20rem / 20);
    text-align: left;
    margin: auto;
    line-height: 50px;
    position: relative;
    display: block;
    height: 50px;
    /* background: #7dc05e; */
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
    padding: 0px 0px 0px .5em;
    margin: 0px 0px 0px 0px !important;
}

@media screen and (max-width: 680px){
	.toggle_switch label::after {
   font-family: "FontAwesome";
    right: 6px;
    top: 0px;
    font-weight: bold;
    font-size: 20px;
}
	.toggle_switch.open label::after {
  color: #fff;
    font-family: "FontAwesome";
	content: "－";
    position: absolute;
     font-size: 20px;
        right: 6px;
	    top: 0px;
}
.toggle_wrap label{
font-size: calc(22rem / 20);
	line-height: 55px;
    height: 55px
/* 	height: calc(100rem / 20);
	line-height: calc(100rem / 20); */
	}
}
/*  */


/* jQueryで動かすよう */

/* 各タグの色 */
.cp-tag1 label{
	 background: #7dc05e;
}
.cp-tag2 label{
	 background: #75c6be;
}
.cp-tag3 label{
	 background: #33a7e0;
}
.cp-tag4 label{
	 background: #736eb1;
}
.cp-tag5 label{
	 background: #90599a;
}
.cp-tag6 label{
	 background: #b95793;
}
.cp-tag7 label{
	 background: #ea5118;
}
.cp-tag8 label{
	 background: #f5c926;
}
.cp-tag9 label{
	 background: #c69c6d;
}
.cp-tag10 label{
	 background: #998675;
}




/* 事例タグ */
/* .jirei-tag{
	background-image:url(../img/30jirei/ribbon.png);
}
.cp_plus.cp-tag1 label:before{
	content: '事例１';
  display: inline-block;
   background-image: url(../img/30jirei/ribbon.png);
  background-size: contain;
  vertical-align: middle; 
	
} */

.J-tag-box1{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #7dc05e;
}
.J-tag-box1 .J-tag,.J-tag-box2 .J-tag,.J-tag-box3 .J-tag,.J-tag-box4 .J-tag,.J-tag-box5 .J-tag,.J-tag-box6 .J-tag,.J-tag-box7 .J-tag,.J-tag-box8 .J-tag,.J-tag-box9 .J-tag,.J-tag-box10 .J-tag{
	    margin-left: 15px;
	padding: 5px;
	    width: 15%;
	color:#fff;
	font-weight:bold;
	background-image: url(../img/30jirei/ribbon.png);
	    background-size: contain;
/* 	background-position:center; */
}

.J-tag-box2{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #7dc05e;
}
.J-tag-box2{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #75c6be;
}
.J-tag-box3{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #33a7e0;
}
.J-tag-box4{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #736eb1;
}
.J-tag-box5{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #90599a;
}
.J-tag-box6{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #b95793;
}
.J-tag-box7{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #ea5118;
}
.J-tag-box8{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #f5c926;
}
.J-tag-box9{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #c69c6d;
}
.J-tag-box10{
	 display: -webkit-box;
    display: -webkit-flex;
	display:flex;
/* 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center; */
    -webkit-align-items: center;
    align-items: center;
	    text-align: center;
	 background: #998675;
}



/* 成功例文 */
.Ttl-tag{
    background:#fd6a8e;
    padding: 1em;
    width: 100%;
	border-radius:10px;
	position:relative;
	margin:25px 0;
}

.success-text{
	color:#fff;
	font-weight:bold;
	    font-size: calc(18rem / 20);
    margin-left: calc(65rem / 20);
}
.success-p:before{
	content:"";
	background-image:url(../img/30jirei/jiturei_p.png);
	content: "";
    content: "";
       background-size: calc(60rem / 20);
    width: calc(60rem / 20);
    height: calc(68rem / 20);
    bottom: 0;
    left: 8px;
    position: absolute;
}



/* DATA中身 */
.data-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
/*     -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.left-box{
  position: relative;
    width: calc(740rem / 20);
  margin-top: 1em;
	    margin-right: 1em;
/*   padding: 1.5em 1em; */
/*   border: 2px solid #e6e6e6;
	margin-right:1.5em; */
}

.left-box .caption{
  position: absolute;
  top: 0;
/*   left: 0;
  font-size: 1.5em; */
	left: 20px;
    font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}
.left-box ul{
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    /* -webkit-align-items: flex-start; */
    -ms-flex-align: start;
    /* align-items: flex-start; */
    text-align: left;
}
.left-box ul li{
        width: 50%;
	margin:3px 0;
}
.data-sub-box{
	padding: 1.5em 1em !important;
    border: 2px solid #e6e6e6;
}

.text-tag{
    width: 30%;
    background: #e6e6e6;
    padding: .5em;
    text-align: center;
        margin: 0;
    display: inline-block;
       margin-right: 1em;
}
.text-area{
    margin: 0;
       display: inline-block;
	font-weight:bold;
}


.right-box{
	margin-top:1em;
}

/* 価格box */
/* .kakaku1:before{
	content:"";
	background-image:url(../img/30jirei/home_icon.png);
}
 */
.kakaku-box{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 1em 0;
}
.kakaku-rei{
	    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.kakaku-rei img{
	    margin-bottom: auto;
}

.kakaku-1{
	font-weight:bold;
	margin-left: 1em;
	margin-right: 1em;
}
.kakaku-2{
	color:#fd6a8e;
	font-weight:bold;
	font-size: calc(38rem / 20);
}
.kakaku-3{
	    margin-left: 1em;
}
.rei-tag1{
	font-size: calc(15rem / 20);
}
.rei-tag2{
	font-weight:bold;
	font-size: calc(15rem / 20);
}


/*  */

/* DATA中身 */
@media only screen and (max-width: 48em){
	.left-box{
		width: calc(640rem / 20);
	}
/* 	.kakaku-box{
		flex-direction:column;
	}
	.kakaku-rei{
		-webkit-box-align: end;
    -webkit-align-items: end;
    align-items: flex-end;
	} */
	.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
    margin-bottom: 0;
}
	.success-p:before{
       background-size: calc(60rem / 20);
    width: calc(60rem / 20);
    height: calc(68rem / 20);
    bottom: 0;
    left: 6px;
    position: absolute;
}
	
}


@media screen and (min-width:681px) {
	
	.kakaku-box.kakaku-sp{
		display:none;
	}
	
}

@media screen and (max-width:680px) {
	.cp_actab.cp_plus label {
    line-height: 40px;
    height: 40px;
}
/* 事例ラベル */
 	.J-tag-box1 .J-tag, .J-tag-box2 .J-tag, .J-tag-box3 .J-tag, .J-tag-box4 .J-tag, .J-tag-box5 .J-tag, .J-tag-box6 .J-tag, .J-tag-box7 .J-tag, .J-tag-box8 .J-tag, .J-tag-box9 .J-tag, .J-tag-box10 .J-tag {
		margin-left:5px;
		width: 20%;
		    padding-top: 6px;
    padding-bottom: 6px;
		-webkit-appearance: none;
    color: #fff;
    font-weight: bold;
    background-size: 90% 70%;
    background-position: center;
    font-size: calc(16rem / 20);
	} 
	
/* ラベル	 */
	.cp_actab.cp_plus label{
/* 		padding-left:15px; */
	}
/*---------*/
.cp_plus label:after{
font-family:"FontAwesome";
content:"＋";
position:absolute;
	right:5px;
top:0px;
font-weight:bold;
	font-size:20px;
}
.cp_actab.cp_plus label{
font-size: calc(16rem / 20);
	}

	.left-box ul{
		flex-direction:column;
	}
	.left-box ul li{
		width:100%;
	}
	
/*-----------*/
.data-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align:center;
    -webkit-align-items: center;
    align-items: center;
}
.success-text {
    color: #fff;
    font-weight: bold;
    font-size: calc(18rem / 20);
    margin-left: calc(70rem / 20);
}
	.left-box .caption{
		left:0;
	}
/*-----------*/
	
/* 価格について*/
	.kakaku-box.kakaku-pc{
/* 		flex-direction:column; */
		display:none;
	}
	
	.kakaku-rei{
		-webkit-box-align: end;
    -webkit-align-items: end;
    align-items: flex-end;
	}
	.kakaku-rei img{
		width:20%;
		margin-bottom:0;
	}
	.kakaku-box.kakaku-sp .kakaku-3{
		margin:.5em 0 0 .5em;
	}
	.kakaku-box.kakaku-sp{
		-webkit-box-align: end;
    -webkit-align-items: end;
    align-items: flex-end;
		    margin: 1.5em 0;
	}
/*-------------*/
}

