@charset "utf-8";


.main h3.red {color: #d20000;}

.black {color:#000 !important;}
.black_b {color:#000;font-weight:bold;}
.ore_b {color: #e45833; font-weight:bold;}
.red_b { color:#d20000; font-weight:bold;}

.mt5 {margin-top: 5px !important;}

.ta_c {
	text-align: center;
}

.graphic_annotation {
	margin: 5px auto 30px 5px;
	font-size: 85%;
	line-height: 1.5;
}

.pict_box {
	overflow: hidden;
	width: 760px;
	clear: both;
	margin-bottom: 30px;
}
.pict_box .pict_left {
	display: inline-block;
	width: 180px;
	float: left;
	margin-right: 18px;
}
.pict_box .pict_right {
	display:block;
	width: 562px;
	float: left;
	background-color: #f6f5f1;
	padding: 12px;
	font-size: 95%;
	line-height: 1.8;
	box-sizing: border-box;
}

.ore_line_box {
	overflow: hidden;
	width: 760px;
	clear: both;
	margin-bottom: 30px;
	border: #fed600 3px solid;
	box-sizing: border-box;
}
.ore_line_box_inner {
	overflow: hidden;
	margin: 15px 20px;
}
.ore_line_box_inner div {
	float: left;
	width: 350px;
	margin-right: 20px;
	line-height: 1.8;
}
.ore_line_box_inner img {
	float: left;
	width: 310px;
}

.zoro_reset {
	/* width: 690px; */
	width: 100%;
	clear: both;
	overflow: hidden;
}
.zoro_reset div {
	float: left;
	width: 340px;
	margin-right: 5px;
	font-size: 95%;
	line-height: 1.8;
}
.zoro_reset img {
	float: left;
	/* width: 345px; */
	max-width: 100%;
}

.check_lead:first-of-type {
	margin-bottom: 20px;
}

.check_lead dt {
	color: #e45833;
	font-size: 15px;
	font-weight: bold;
}

img[usemap] {
	width: 100%;
}

.about_mileage {
	margin-bottom: 30px;
	padding: 15px 20px;
	border: #fed600 3px solid;
	box-sizing: border-box;
}

.about_mileage h4 {
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}

.benefits_table {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
}

.benefits_table th,
.benefits_table td {
	text-align: center;
}

.benefits_table th {
	background-color: #e3e0d6;
	font-weight: bold;
}

.benefits_table th:first-of-type {
	width: 50%;
}

.benefits_table td:first-of-type {
	background-color: #f6f5f1;
	text-align: left;
	font-weight: bold;
}

.benefits_table td:not(:first-of-type) {
	font-size: 18px;
}

.mileage_table {
	width: 100%;
	margin-bottom: 10px;
}

.mileage_table th,
.mileage_table td {
	text-align: center;
}

.mileage_table th {
	background-color: #f4f3ee;
}

.mileage_table th span {
	font-weight: bold;
}

.mileage_table th:first-of-type {
	width: 23%;
	background-color: #e3e0d6;
}

.mileage_table td:first-of-type {
	background-color: #e3e0d6;
	font-weight: bold;
	text-align: left;
}

.mileage_table .red {
	color: #e45833;
}

.mileage_table .blue {
	color: #006b98;
}

.tab {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.tab li {
    width: 320px;
    background: #ebe9e2;
    text-align: center;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
}

.main .tab li p {
    background: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    line-height: 60px;
    height: auto;
    float: none;
    font-size: 16px;
}

.main .tab li p span {
    border-left: none;
    padding-left: 0;
}

.tab li:hover {
    cursor: pointer;
}

.tab li.select:hover {
    cursor: auto;
}

.tab li:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.tab li.select:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.tab li.select {
    background: #fed600;
}
.tab-menu{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    border-bottom: 4px solid #fed600; 
    margin-bottom: 25px;
}

.tab-menu li{
    width: 340px;
    height: 50px;
    background: #ebe9e2;
    cursor: pointer;
}
.tab-menu li:hover{
    opacity: .7;
}

.tab-menu li:last-child{
    margin-left: 20px;
}

.tab-menu p{
    background: none;
    border-bottom: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.benefits_wrap {
	clear: both;
    overflow: hidden;
}

.benefits_wrap.hide {
	display: none;
}
