html {
	line-height: 1.6;
}

.block_img {
	display: block;
}

.oswald {
	color: #cc0000;
	font-weight: bold;
	font-family: "Oswald";
	font-size: 200%;
	line-height: 1;
}

.inside dl dt {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.inside dl dd {
	margin: 0;
}

p {
	margin: 0;
}

.contents_wrap {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 15px;
}

.contents_wrap h2 {
	background: none;
	border: none;
	border-radius: 0;
	background-color: #7f634f;
	color: #fff;
	margin: 0 0 15px;
	padding: 15px;
}

.column_2 {
	width: calc(99% / 2);
	margin-right: 1%;
}

.column_2:nth-of-type(2n) {
	margin-right: 0;
}

.column_3 {
	width: calc(98% / 3);
	margin-right: 1%;
}

.column_3:nth-of-type(3n) {
	margin-right: 0;
}

.fv {
	background-image: url(/ihai/onestop/images/pc_fv_bg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.fv_contents {
	background-color: #7f634f;
	padding: 20px 0 30px;
}

.fv_contents strong {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}

.fv_contents dl {
	background-color: #fff;
}

.fv_contents dl.column_2 {
	margin-top: 10px;
}

.fv_contents dl.column_2:first-of-type,
.fv_contents dl.column_2:nth-of-type(2) {
	margin-top: 0;
}

.fv_contents dl.column_2 dt,
.fv_contents dl.column_3 dt {
	width: 90px;
}

.fv_contents dl.column_2 dd,
.fv_contents dl.column_3 dd {
	width: calc(100% - 90px);
	padding: 8px;
}

.fv_contents dl.column_2 dd p,
.fv_contents dl.column_3 dd p,
.choose_ihai dl.column_3 dd p {
	font-weight: bold
}

.fv_contents dl.column_2 dd p:first-of-type,
.fv_contents dl.column_3 dd p:first-of-type,
.choose_ihai dl.column_3 dd p:first-of-type {
	color: #7f634f;
}

.choose_ihai dl.column_3 {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
}

.choose_ihai dl.column_3 dt {
	width: 70px;
}

.choose_ihai dl.column_3 dd {
	width: calc(100% - 70px);
	padding-left: 8px;
}

.link_btn a {
	display: block;
	position: relative;
	padding: 12px 10px;
	text-decoration: none;
	background-color: #988a7a;
	border-radius: 3px;
	color: #fff;
	box-shadow: 0 5px 0 #766a5d;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

.link_btn a:hover {
	top: 5px;
	box-shadow: none;
}

.flow dl {
	padding: 10px;
	border: 1px solid #7f634f;
	margin-bottom: 35px;
	border-radius: 3px;
	position: relative;
	background-color: #f7f3f0;
}

.flow dl:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 20px solid #7f634f;
}

.flow dl:last-of-type {
	margin-bottom: 0;
}

.flow dl:last-of-type:before {
	content: none;
}

.flow dl dt {
	width: calc(100% - 100px);
	padding-right: 8px;
}

.flow dl dt strong {
	color: #7f634f;
	border-bottom: 1px dashed #7f634f;
	font-weight: bold;
	display: block;
	font-size: 120%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.flow dl dt ul.flow_list {
	padding-left: 28px;
	margin-top: 10px;
}

.flow dl dt ul.flow_list li {
	position: relative;
	margin-bottom: 5px;
}

.flow dl dt ul.flow_list li:last-of-type {
	margin-bottom: 0;
}

.flow dl dt ul.flow_list li span {
	position: absolute;
	top: 0;
	left: -30px;
	display: block;
	width: 25px;
	height: 25px;
}

.flow dl dd {
	width: 100px;
}