@media screen and ( max-width:479px) {
	body {
		font-size: 10px;
		padding: 0 1%;
		box-sizing: border-box;
	}
}

img {
	/*width: 100%;*/
	max-width: 100%;
}

#contents_wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#plan_procedure_btn,
#merit_btn,
#simulation_btn,
#compensation_btn {
	margin-bottom: 10px;
	cursor: pointer;
}

.plan_btn img {
	display: block;
	margin: 0 auto;
}

.column_2 {
	display: flex;
}

.column_2 div {
	width: 50%;
}

@media screen and ( max-width:479px) {
	.column_2 {
		-webkit-flex-direction: column;
		/* Safari */
		flex-direction: column;
	}
	.column_2 div {
		width: 100%;
		margin: 10px auto;
	}
}

/*手続きカンタン！*/
#plan_procedure_area {
	display: none;
}

/*５つのメリット*/
#merit_area {
	display: none;
}

/*保険料シミュレーション*/
#simulation_area {
	display: none;
	text-align: center;
}

#simulation_area>p {
	padding-top: 20px;
}

#simulation_table>p {
	background-color: #d1e8e5;
	color: #00655a;
	line-height: 2;
}

#simulation_table>div {
	border: 1px solid #649e96;
	padding: 1% 2%;
	margin-bottom: 10px;
}

#simulation_table .table_title {
	color: #00655a;
	text-align: left;
	border-bottom: 1px dotted #00655a;
	line-height: 2;
	margin-bottom: 10px;
	cursor: pointer;
}

#simulation_table table {
	width: 100%;
	display: none;
}

#simulation_table table th {
	border: 1px solid #91b6b1;
	background-color: #eae9e9;
	line-height: 2;
	vertical-align: middle;
}

#simulation_table table td {
	border: 1px solid #91b6b1;
	line-height: 2;
	vertical-align: middle;
}

#simulation_table .caution {
	text-align: right;
	background: none;
	color: #000;
	font-size: 0.8em;
}

@media screen and ( max-width:479px) {
	#simulation_table .caution {
		text-align: left;
	}
}

.bg_f8e6e6 {
	background-color: #f8e6e6;
}

#popularity {
	border: 1px solid #ff6000;
	background-color: #feffda;
}

#popularity_table {
	display: flex;
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;
}

#popularity_table>div {
	width: 25%;
	border: 1px solid #ccc;
}

@media screen and ( max-width:479px) {
	#popularity_table {
		-webkit-flex-direction: column;
		/* Safari */
		flex-direction: column;
	}
	#popularity_table>div {
		width: 80%;
		margin: 10px auto;
	}
}

#popularity_table>div>table {
	width: 100%;
}

#popularity_table>div>table th {
	background: url(../images/po_back.png) repeat;
	line-height: 1.5em;
}

#popularity_table>div>table img {
	width: 100%;
}

#popularity>p {
	font-size: 2em;
	font-weight: bold;
	color: #ff6000;
	line-height: 2em;
}

/*充実の補償内容*/
#compensation_area {
	display: none;
}

/*弊社推奨保険会社について*/
#insurance_company {
	background-color: #dfd0b8;
	padding: 1em 1em;
	margin: 5em 5em;
}

#insurance_company img {
	width: 70%;
	padding: 2%
}

#insurance_company p {
	padding: 10px 0;
}

/*共通CSS*/
.mgn20 {
	margin-bottom: 20px;
}

.ta_left {
	text-align: left;
}

.tw_20 {
	width: 20%;
}