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

/*------------------------------------------------------------------------------*/
/*テキスト*/

.text_block01{
	width: 83.3333%;/*600*/
	margin: 10px auto 20px;
	overflow:hidden;
}

.text_block02{
	width: 83.3333%;/*600*/
	margin: 20px auto;
	overflow:hidden;
}

.text_block02 strong{
	color:#FD7683;
}

.caution{
	color:#F00;
}

/*------------------------------------------------------------------------------*/
/*2カラム*/

.two_column{
	width: 83.3333%;/*600*/
	margin: 20px auto;
	overflow:hidden;
}

.two_column .left_col{
	width: 75.0%;
	margin: 0 auto;
	overflow:hidden;
}

.two_column .right_col{
	width: 100%;
	margin-top: 15px;
	overflow:hidden;
}

.two_column .right_col dl{
	width: 100%;
}

.two_column .right_col dl dt{
	background-image: url(mimamori/lable01.png);
	line-height: 32px;
	width: 112px;
	text-align: center;
	display: block;
	font-size: 1.4rem;
	
}

.two_column .right_col dl dd{
	width: 100%;
	margin-top: 10px;
}

.two_column .right_col dl dd table{
	width: 100%;
}

.two_column .right_col dl dd table td{
	white-space:nowrap;
}

.two_column .right_col dl dd table td span{
	font-size: 1.15rem;;
}

/*------------------------------------------------------------------------------*/
/*テーブル*/

.table_container{
	width:645px;
	margin:0px auto;
	overflow:hidden;
}


.table_container table{
	width:100%;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

.table_container table th{
	background-color:#B1E26F;
	text-align:center;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	font-weight:normal;
	white-space:nowrap;
}

.table_container table td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	text-align:left;
}

.table_container table th p,
.table_container table td p{
	padding:6px;
}

.table_container table th.price{
	width:30%;
}

/*------------------------------------------------------------------------------*/
/*準備リスト*/

.ready_list{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 83.3333%;
	margin: 0px auto;
	overflow: hidden;
	
}


.ready_list li{
	width: 47.5%;
	background-image:url(mimamori/icon01.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.ready_list li p{
	padding:6px 0px 6px 18px;
}


/*------------------------------------------------------------------------------*/
/*よくあつ質問*/

.q_and_a_container{
	width:680px;
	margin:0px auto;
	overflow:hidden;
}

.q_and_a_container dl{
	display:block;
	margin:20px auto;
	overflow:hidden;
	background-image:url(mimamori/icon_q.png);
	background-repeat:no-repeat;
	background-position:left 5px;
}

.q_and_a_container dl dt{
	display:block;
	font-weight:bold;
	font-size:14px;
	color:#663300;
	margin-left:60px;
	overflow:hidden;
	padding:1.8em 0px 0.8em 0px;
	background-image:url(mimamori/border01.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.q_and_a_container dl dd{
	display:block;
	padding-top:10px;
	padding-left:60px;
	overflow:hidden;
	background-image:url(mimamori/icon_a.png);
	background-repeat:no-repeat;
	background-position:left top;
}


/*------------------------------------------------------------------------------*/
/*リストブロック*/

.list_block01{
	width: 83.3333%;/*600*/
	margin: 15px auto;
	overflow: hidden;
}

.list_block01 li{
	list-style-type:none;
	background-image:url(mimamori/icon01.png);
	background-repeat:no-repeat;
	background-position:left 0.8em;
	padding:6px 0px 6px 18px;
}

.list_block01 li a{
	color: #0000ee;
}


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

.top_0{
	margin-top:0px;
}

.bottom_0{
	margin-bottom:0px;
}

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

.u{
	text-decoration:underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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