@charset "utf-8";
/* CSS Document */

.mainvisual{
	background: #dff2fc;
	text-align: center;
}

h3 {
  position: relative;
  padding: 0 0 20px;
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 20px;
 line-height: 1.5;
　margin-top: 0;
  color: #144199;
  border-bottom: 3px solid #144199;	
 background: #fff;
	text-align: center;
	width: 74%;
	margin: 20px auto 50px;
}



h3:before {
 position: absolute;
  bottom: -27px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #144199 transparent transparent transparent;
}

h3:after {
  position: absolute;
  bottom: -23px;
  left: 47%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}



.copy{
	margin: 0 auto 20px;
}

.shikai_section01{
margin: 80px auto 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;	
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;	
}

.shikai_section01 .copy{
width: 78%;
margin: 0;
	
}

.shikai_section01 img{
	width: 15.5%;

}





@media (max-width: 820px) {


	
.shikai_section01{
margin: 40px auto;
	
}	
	

	
h3 {
  position: relative;
  padding: 5px 0 ;
  width: 90%;
  font-size: 2.2rem;
  font-weight: bold;
}
	
h3:before {
 position: absolute;
  bottom: -27px;
  left: 42%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #144199 transparent transparent transparent;
}

h3:after {
  position: absolute;
  bottom: -23px;
  left: 42%;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
	
	
	}

/*アコーディオン*/


.cp_actab {
	position: relative;
	overflow: hidden;
	overflow: visible;
	width: 100%;
	margin: 50px auto;
	color: #ffffff;
	
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	overflow: hidden;
}
.cp_actab label {
	font-weight: bold;
	position: relative;
	display: block;
	padding: 7px 0 7px 10%;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #48b37f;
	font-size: 2.9rem;
	overflow: visible;
	line-height: 1.9;
	
}

.cp_actab label .icon{
	position: absolute;
	left: 0.5%;
	top: -18%;
	z-index: 9999;
	display: block;
	
}


.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #f2f9f6;
	
	
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 50em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
    width: 2.5em;
	height: 2.0em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	
}

.cp_actab label:hover{
	opacity: 0.7;
}


.cp_actab input[type=checkbox] + label::after {
	content: url("../../selfcare/images/arrow.png");
	
}
.cp_actab input[type=checkbox]:checked + label::after {
	content: url("../../selfcare/images/close.png");
	/*transform: rotate(315deg)*/;
}

.tab-inner{
	width: 96%;
	margin: 20px auto;
}

.tab-inner .sttl{
	color: #337c58;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.0;
	margin-left: 15px!important;

}

.tab-inner .tab-one-img{
	float: right;
	margin-left: 2%;
}


.tab-threee-img{
	max-width: 780px;
	margin: 0 auto;
	background: #fff;
	padding: 1%;
	
}

.kansyuu{
	padding: 2% 5%;
	border: 1px solid #333;
	border-radius: 30px;
	max-width: 830px;
	margin: 10% auto;
	text-align: center;
}

.sunstarbn{
display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: 50px auto;
}

.sunstarbn li{
	margin-bottom: 5%;
}

@media (max-width: 960px) {

	
.cp_actab label {
	font-size: 2.6rem;
	overflow: hidden;

}	
	
	
.cp_actab label .icon{
	position: absolute;
	left: 0;
	top: 0.2%;
	z-index: 9999;
	display: block;
	width: 8%;
	
}
	
}




@media (max-width: 820px) {
	
.cp_actab {
	position: relative;
	overflow: hidden;
	overflow: visible;
	width: 100%;
	margin: 50px auto;
	color: #ffffff;
	
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	
	position: relative;
	display: block;
	padding: 10px 0 0 0;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #48b37f;
	font-size: 2.2rem;
	overflow: visible;
	text-align: center;
	line-height:1.3;
}

.cp_actab label .icon{
	position: absolute;
	left: 0%;
	top: -30%;
	z-index: 9999;
	display: block;
	width: 12%;
	
}
	
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000;
	background: #f2f9f6;
	
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 60em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2.0;
	position: relative;
	top:0;
	right: 0;
	display: block;
    width: 100%;
	height: 1.8em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	background:#337c58; 
	
}
.cp_actab input[type=checkbox] + label::after {
	content: url("../../selfcare/images/arrow_sp.png");

	
}
.cp_actab input[type=checkbox]:checked + label::after {
	content: url("../../selfcare/images/close_sp.png");
	/*transform: rotate(315deg)*/;
}	
	
	
.tab-inner .tab-one-img{
	width: 40%;
}	
	
.tab-inner .sttl{
	color: #337c58;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;

}	

	

.kansyuu{
	padding: 2% 5%;
	border: 1px solid #333;
	border-radius: 30px;
	max-width: 90%;
	margin: 5% auto;
	text-align: center;
}
	
.sunstarbn{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}	
	
	
	}




