@charset "UTF-8";

/*---------------------------------------- */
/* 30 */
/*---------------------------------------- */
.mente{
	font-size: 80%;
	line-height: 1.8em;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: -20px;
	margin-bottom: 30px;


}
.tip_left{
	width: 48%;
	float: left;
	background-color: #fff;
	margin-bottom: 10px;
}

.tip_right{
	width: 48%;
	float: right;
	background-color: #fff;
	margin-bottom: 10px;
}

.tip_img{
	width: 100%;
	height: 100%;
	text-align: center;
}

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

.note{
font-size: 70%;
background-color : #fff7f7;
text-align: left;
padding: 10px;
border: solid 1px #e9e9e9;
width : 85%;
margin-top: -50px;
}

.note3{
font-size: 70%;
background-color : #fff7f7;
text-align: left;
padding: 10px;
border: solid 1px #e9e9e9;
width : 85%;
margin-top: -50px;
}

.note4{
font-size: 105%;
text-align: left;
padding: 10px;
}

.note5{
line-height : 1.8;
margin : 10px 20px 30px;
text-align: left;
text-decoration : underline;
}

.note6{
font-size: 150%;
text-align: center;
padding: 10px;
}

.sub_title {
width: 80%;
 background-color: #FF69A3; /*ピンク*/
 color: #fff;
 margin:  15% auto 5%;
 padding: 2% 0px;
 border-radius: 80px;
 border: none;
 text-align:center;
 font-size: 140%;
 line-height: 1.2em;
}

.sub_titletext {
 width: 95%;
 text-align: left;
 margin: 0px auto 5%;
 line-height: 1.5em;
}

.sma_title {
 font-size: 70%;
}

.yoyaku{
font-size: 80%;
text-align: center;
padding: 10px;
width : 80%;
margin-top: -%;
}

.yoyaku1{
font-size: 80%;
text-align: center;
padding: 10px;
width : 80%;
margin-top: 5%;
}

.yoyaku2{
font-size: 80%;
text-align: center;
padding: 10px;
width : 80%;
margin-top: -7%;
}

.hp_telyoyaku{
text-align: center;
padding: 10px;
width : 90%;
margin-top: 5%;
border: solid 1px #770000;
}

.telyoyaku{
font-size: 80%;
color: #FF69A3;
text-align: center;
padding: 10px;
width : 100%;
margin-top: 5%;
border: solid 1px #FF69A3;
}

.btn-tel{
position: relative;
display: block;
color: #FF69A3;
font-size: 150%;
font-weight: bold;
text-align: center;
padding: 10px 0;
margin: auto;
width : 100%;
border: solid 1px #FF69A3;
}

/*--------▼続きを読む▼-------- */

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
position: relative;
margin-top: 5%;
margin-right: 5%;
margin-left: 5%;
}

.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: ' \7D9A\304D\3092\3088\3080';/* 続きを読む */
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #FF69A3;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 150px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: ' \9589\3058\308B';/* 閉じる */
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.note2{
font-size: 90%;
text-align: left;
}

/*--------▲続きを読む▲-------- */

