@charset "UTF-8";


/*------------------
   ABOUT
------------------*/

.title h1{
	width:100%;
	text-align:center;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	margin-top:150px;
}
@media screen and (max-width:440px){
	.title h1{
		width:100%;
		margin-top:120px;
		font-size:24px;
	}
}
.prologue{
	width:80%;
	margin:150px auto 0;
}
.prologue .img{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.prologue .img img{
	width:100%;
}
@media screen and (max-width:440px){
	.prologue{
		width:100%;
		margin:120px auto 0;
	}
}


.selfcare {
	width:900px;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:0px;
}
.selfcare h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	padding:30px;
	font-weight:100;
}
.selfcare .theme{
	width:90%;
	text-align:center;
	font-family: 'Shippori Mincho B1', serif;
	margin:30px auto 0;
	font-size:22px;
	line-height:1.9;
	font-weight:100;
}
.selfcare .selfcare_img{
	width:100%;
  max-width:800px;
	margin:50px auto 0;
}
.selfcare .selfcare_img img{
  width:100%;
}
.selfcare .txt {
	max-width:600px;
	margin:0 auto;
	padding:50px 50px 0 50px;
}
.selfcare .txt p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:15px;
	line-height:1.7;
	margin:5px auto;
}
.selfcare .txt .detail{
/*	border-left:3px solid #C8D5BB;*/
	margin:30px 0 0;
	padding:15px 20px;
	background:#F8FDF4;
}
.selfcare .txt .detail p{
	font-size:13px;
	line-height:1.5;
	color:#333;
}
.selfcare .txt .detail .mainTitle{
	font-weight:bold;
	font-size:16px;
	margin:10px auto;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:2px solid  #59665b;
}
.selfcare .txt .detail .title{
	margin-bottom:0;
	font-weight:bold;
	color:#59665b;
}
.selfcare .txt .detail p.naiyo{
	margin-bottom:12px;	
	padding-bottom:10px;
	border-bottom:2px solid #fff;
}

@media screen and (max-width:768px){
	.selfcare {
		width:100%;
		padding-top:100px;
		padding-bottom:100px;
	}
	.selfcare .txt {
		max-width:500px;
	}
	.selfcare .txt p{
		font-size:14px;
	}
}
@media screen and (max-width:440px){
	.selfcare {
		width:100%;
		padding-top:10px;
		padding-bottom:50px;
	}
	.selfcare h2{
		font-size:24px;
	}
	.selfcare .theme{
		font-size:17px;
	}
  .selfcare .selfcare_img{
    margin:0 auto;
  }
	.selfcare img{
		width:100%;
		margin:20px auto 0;
	}
	.selfcare .txt {
		width:85%;
		padding:0;
		margin:30px auto;
	}
	.selfcare .txt p{
		font-size:13px;
	}
	.selfcare .txt .detail{
		margin:30px 0 0;
		padding:5px 15px;
	}
	.selfcare .txt .detail p{
		font-size:13px;
	}
	.selfcare .txt .detail .mainTitle{
		font-size:15px;
		padding-top:10px;
		padding-bottom:7px;
	}
	.selfcare .txt .detail .title{
		margin-bottom:0;
		font-weight:bold;
		color:#59665b;
	}

}



.selfcare .txt label {
    display: inline-block;
    margin-bottom: 1px;
    position: relative;
	font-size:14px;
	color:#59665b;
	margin-top:10px;
}
.selfcare .txt label:before {
	content: 'READ MORE';
	font-family: 'Montserrat', sans-serif;
}
.selfcare .txt label:after {
		content: '\f078';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		padding-left:8px;
}
.selfcare .txt .cssacc:checked + label:before {
	content: 'CLOSE';
}
.selfcare .txt .cssacc:checked + label:after {
	content: '\f077';
}
.selfcare .txt input {
    display: none;
}

.selfcare .txt .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.selfcare .txt input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/* CONTACT */
.prologue .links{
	margin:40px auto 100px;
	max-width:500px;
}

.prologue .links a{
	text-decoration: none;
}
.prologue .links .btn{
	border:1px solid #333;
	background:#fff;
	width:45%;
	padding:10px;
	margin:20px auto;
	font-size:14px;
}
.prologue p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color:#333;
	font-weight:bold;
	texta-lign:center;
	margin:20px auto;
	text-align:center;
	font-size:15px;
}
.prologue p span{
	font-size:13px;
	color:#FD4A29;
	font-weight:normal;
}
@media screen and (max-width:440px){
	.prologue .links .btn{
		width:60%;
	}
}

.bar{      
	background-color: #333;    
}    

.selfcare_about {
	width:900px;
	margin:0 auto 100px;
}
.selfcare_about .txt {
	max-width:600px;
	margin:0 auto;
	padding:50px 50px 0 50px;
}
.selfcare_about .txt p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:15px;
	line-height:1.7;
	margin:5px auto;
}
.selfcare_about .txt .info{
	border-left:3px solid #C8D5BB;
	margin:30px 0 0;
	padding:5px 20px;
}
.selfcare_about .txt .info p{
	font-size:14px;
	line-height:1.5;
	color:#595857;
}
.selfcare_about .txt .info .title{
	color:#59665b;
	margin-bottom:0;
	font-weight:bold;
}
.selfcare_about .txt .info p.naiyo{
	margin-bottom:15px;	
}

@media screen and (max-width:768px){
	.selfcare_about {
		width:100%;
	}
	.selfcare_about .txt {
		max-width:500px;
	}
}
@media screen and (max-width:440px){
	.selfcare_about {
		width:100%;
	}
	.selfcare_about h2{
		font-size:24px;
	}
	.selfcare_about .txt {
		width:85%;
		padding:0;
		margin:0px auto;
	}
	.selfcare_about .txt p{
		font-size:14px;
	}
	.selfcare_about .txt .info{
		border-left:3px solid #C8D5BB;
		margin:30px 0 0;
		padding:5px 15px;
	}
	.selfcare_about .txt .info p{
		font-size:13px;
	}
}

