@charset "utf-8";

p.sq_l {
	position: relative;
	padding-left: 1em;
	font-weight: bold;
}
p.sq_l:before {
	content: "■";
	position: absolute;
	left: 0;
}





.half_w_bg_box 	{
	background-color: rgba(255,255,255,0.5);
	padding: 25px;
	border: solid 1px #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 680px) {
	.half_w_bg_box 	{
		padding: 10px 15px;
	}
}




.w300,
.w300	{
	width: 300px;
}
@media screen and (max-width: 680px) {
	.w300,
	.w300	{
		width: auto;
	}
}




.half_bg_box	{
	background-color: rgba(153,121,78,0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 25px;
}
.half_bg_box ul.square li {
	padding-left: 1.5em;
	color: #fff;
}
.half_bg_box li span {
	color: #4c4c4c;
}

.plans li	{
	margin-bottom: 15px;
}
.plans .half_w_bg_box	{
	padding: 0 25px 25px 25px;
}
.plans .plan_title	{
	background-color: rgba(0,0,0,0.1);
	margin: 0 -25px 15px;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}
.plans .border_box	{
	background-color: #fff;
}
@media screen and (max-width: 680px) {
	.plans .half_w_bg_box	{
		padding: 0 15px 10px 15px;
	}
	.plans .plan_title	{
		margin: 0 -15px 15px;
		padding: 5px 0;
	}
}




.step li	{
	background-image: url(../images/common/arrow_drop_down.png);
	padding-bottom: 36px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 36px 36px;
}
.step li:last-child,
.step li.last	{
	background-image: none;
	padding-bottom: 0;
}
.step li div	{
	background-color: rgba(153,121,78,0.3);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 15px 15px 15px 160px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 150px 60px;
	font-weight: bold;
}
.step li.num1 div	{
	background-image: url(../images/care_opening/step1.png);
}
.step li.num2 div	{
	background-image: url(../images/care_opening/step2.png);
}
.step li.num3 div	{
	background-image: url(../images/care_opening/step3.png);
}
.step li.num4 div	{
	background-image: url(../images/care_opening/step4.png);
}
.step li.num5 div	{
	background-image: url(../images/care_opening/step5.png);
}
.step li.num6 div	{
	background-image: url(../images/care_opening/step6.png);
}
.step li.num7 div	{
	background-image: url(../images/care_opening/step7.png);
}
@media screen and (max-width: 680px) {
	.step li	{
		padding-bottom: 24px;
		background-size: 24px 24px;
	}
	.step li div	{
		padding: 15px 15px 15px 100px;
		background-size: 100px 40px;
	}
}



.requirement	{
	background-color: rgba(153,121,78,0.5);/*#ccbca7*/
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}



table.basic caption	{
	font-weight: bold;
	margin-bottom: 5px;
}
table.basic th,
table.basic td {
	padding: 15px 10px !important;
}
table.basic.th_nw tbody th {
	text-align: center;
}
table.basic.th_nw tbody th.tal,
table.basic.th_nw.setsubi tbody th {
	text-align: left;
}
.notes_num	{
	text-indent: -2em;
	padding-left:  2em;
}
.kakko	{
	text-indent: -1.5em;
	padding-left: 1.5em;
}



.accordion a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.accordion a.is-open::after,
.accordion a.is-close::after {
	position: absolute;
}
.accordion a.is-open {
	border: solid 1px #ccbca7;
	padding: 9px 0 9px 9px;
	color: #99794e;
	background-image: url(../images/care_opening/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 15px;
}
.accordion a.is-close {
	background-color: rgba(153,121,78,0.3);/*#ccbca7*/
	padding: 10px 0 10px 30px;
	background-image: url(../images/care_opening/open.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px 15px;
}
.accordion dt	{
	margin-bottom: 1px;
}
.accordion dd	{
	margin-top: 15px;
}