@charset "utf-8";
/* CSS Document */

p {
	font-size: 1.5rem;
}
h6 {
	color: #4993e0;
	font-weight: bold;
	margin: 0 0 10px;
}
.boxL {
	position: relative;
}
span.icon {
	position: absolute;
	right: 20px;
	top: -5px;
}
span.icon img {
	width: 80px;
}
.list_scene li {
	padding: 40px 0 60px;
}
.list_scene li .boxL {
	padding: 20px 20px 35px;
}
.list_scene li:nth-child(odd) {
	background: url(../img/common/bg_obliqueB.png) 0;
}
.list_scene li:nth-child(odd) .boxL {
	background: #fff;
}
.list_scene li:nth-child(even) {
	background: #fff;
}
.list_scene li:nth-child(even) .boxL {
	background: #f6f7f8;
}
.trouble {
	background: url(../img/common/bg_obliqueA.png);
	padding: 60px 0 100px;
}
.trouble {
	background: url(../img/common/bg_obliqueA.png);
	padding: 60px 0 100px;
}
.trouble h2 {
	margin-bottom: 45px;
}
.list_trouble li {
	margin: 0 0 30px;
}
.list_trouble li:last-child {
	margin: 0;
}
.list_trouble dl {
	background: #fff;
	font-size: 1.6rem;
}
.list_trouble dl:first-child {
	margin-bottom: 5px;
}
.list_trouble dl dt {
	width: 85px;
	height: 80px;
	text-align: center;
}
.list_trouble dl:first-child dt {
	background: #9ab3cc;
}
.list_trouble dl:last-child dt {
	line-height: 80px;
}
.list_trouble dl dt span {
	font-weight: bold;
	color: #fff;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.8rem;
	line-height: 1.3;
}
.list_trouble dl dt span.small {
	font-size: 1.5rem;
}
.list_trouble dl dt > span {
	display: block;
	height: 80px;
}
.list_trouble dl:last-child dt > span {
	background: #fcba47;
	line-height: 80px;
}
.list_trouble dl dd {
	min-height: 65px;
	margin-left: 85px;
	padding: 15px 20px;
	vertical-align: middle;
}
.list_trouble dl:first-child dd {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
h3.under {
	background-size: 10px auto;
	margin-bottom: 15px;
	padding-left: 2rem;
}
h6 {
	font-size: 1.6rem;
}
.list_scene li {
	padding: 20px 0 30px;
}
.list_scene li .boxL {
	padding: 20px;
}
.trouble {
	padding: 30px 0;
}
.trouble h2 {
	margin-bottom: 20px;
}
.list_trouble dl dt {
	float: left;
	width: 50px;
	height: 55px;
}
.list_trouble dl dt span {
	font-size: 2rem;
	line-height: 1.2;
}
.list_trouble dl dt span.small {
	font-size: 1.2rem;
}
.list_trouble dl dt > span {
	display: block;
	height: 50px;
}
.list_trouble dl:first-child dt > span {
	height: 50px;
}
.list_trouble dl:last-child dt > span {
	line-height: 50px;
}
.list_trouble dl dd {
	margin-left: 50px;
	padding: 15px;
}
}

@media screen and (min-width: 767px) {
h6 {
	font-size: 1.8rem;
}
.list_scene li h3.under {
	margin: 0 0 20px;
	background: url(../scene/img/icon_scene_h3.png) no-repeat 0 0;
	padding-left: 2.5rem;
	font-size: 2.0rem;
}
.list_scene li h3.under span {
	padding: 10px 0;
	display: block;
}
.list_scene li .boxL {
	width: 460px;
	margin-right: 30px;
}
.list_scene li .boxR, .list_scene li .boxR img {
	width: 470px;
}
.list_trouble dl dt, .list_trouble dl dd {
	display: table-cell;
}
}
