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

.green{
	color:#006100;
	font-size:150%;
	text-align:center;
	font-weight:bold;
	padding:20px 0 0 0;
	}

.check{
	text-align:center;
	background:url(img/t_case122/bg01.gif) no-repeat;
	padding:15px;
	height:80px;

	}

.check span{
	color:#006100;
	}

.box300{
	float:left;
	width:290px;
	margin:0 10px 0 0;
	}

.box310_1{
	float:left;
	width:230px;
	background:url(img/t_case122/bg02.gif) no-repeat;
	margin:10px 0 10px 0;
	padding:15px 40px 10px 40px;
	}

.box310_2{
	float:left;
	width:230px;
	margin:10px 25px 10px 25px;
	background:#e1e0ca;
	padding:15px;
	border-radius: 10px; /* 角を丸くする */
	}

.orange{
	color:#f3853d;
	}

p.center_txt{
	line-height:2em;
	text-align:center;
	}

.abox1{
	float:left;
	width:297px;
	margin:5px 5px 5px 0;
	height:228px;
	}
.abox2{
	float:left;
	width:308px;
	margin:5px 0 5px 0;
	height:223px;
	text-align:center;
	color:#FFFFFF;
	background:#89a8aa;
	line-height:2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.abox3{
	color:#FFFFFF;
	background:#89a8aa;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:20px;
	}
p.m0{
	margin:20px 0 0 0;
	padding:0;
	}