<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.box_style05 {
	width:100%;
	margin:0 auto 15px;
	padding:0;
}
img.main {
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
h2.pink {
	width:100%;
	font-size:18px !important;
	text-align:center;
	box-sizing:border-box;
	margin:15px auto;
	padding:6px !important;
	color:#909 !important;	
	border-radius:12px;
	background:#fcf;
}

.left_img{
	float:left;
	display:block;
	width:30%;
	margin-right:20px;
}

.red_back{
	background:#fcc;
	border-radius:6px;
	padding:25px 15px 15px;
	box-shadow:0px 4px 4px rgba(255,204,204,0.6);
	box-sizing:border-box;
	margin-bottom:50px;
}
.blue_back{
	background:#ccf;
	border-radius:6px;
	padding:25px 15px 15px;
	box-shadow:0px 4px 4px rgba(204,204,255,0.6);
	box-sizing:border-box;
	margin-bottom:50px;
}

.beige_back{
	background:#f1eee6;
	border-radius:6px;
	padding:25px 15px 15px;
	box-shadow:0px 4px 4px rgba(241,238,230,0.6);
	box-sizing:border-box;
	margin-bottom:50px;
}

.red_back ul,
.blue_back ul{
	width:100%;
	margin:0;
	padding:0;
}

.red_back ul li,
.blue_back ul li{
	font-size:16px;
	color:#333;
	border-bottom:1px dotted #fff;
	padding-bottom:5px;
}

p.line{
	font-size:16px;
	font-weight:600;
	color:#909;
	padding:5px 5px 5px 0;
	border-bottom:1px solid #909;
	background:#fcf;
}

.two_line{
	padding:0 0 10px 10px;
	border-bottom:1px solid #909;
	}



.flow{
	overflow:hidden;
	margin:15px auto 30px;
}

.flow li{
	background:#f9f9f9 !important;
	padding:12px !important;
	font-size:16px;
	color:#555;
	overflow:hidden;
	box-sizing:border-box;
	border:1px dotted #ccc;
	margin:0;
}

.center{
	display:block;
	width:37px;
	margin:30px auto;
}

.d_line{
width:100%;
padding:12px;
box-sizing:border-box;
border:1px dotted #909;
margin-bottom:30px;
}


@media screen and(max-width:40em){

.back_style04 h2 {
	font-size:18px !important;
	text-align:left;
}

.three_box li{
	width:100%;
	margin-bottom:15px;
}

.three_box li h3{
	height:auto;
}

.img_box{
	width:100% !important;
}

.left_img{
	width:66% !important;
	float:none;
	margin:0 auto 5px;
		}


.center{width:37px !important;}


}</pre></body></html>