﻿@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     responsive_top.css                                                 ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・トップページレスポンシブ用CSS                                    ***/
/***                                                                        ***/
/***                                                                        ***/
/***    【注意】                                                            ***/
/***                                                                        ***/
/***     ・トップページにおいてレスポンシブで変更されるスタイルは           ***/
/***       全て本ファイルに記述する                                         ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

@media screen and (max-width: 767px){

#header_search_sp {
	margin-bottom: 10px;
}
.child #header_search_sp {
	margin-bottom: 0;
}


/*** title ***/
.warning_inform {
	width: auto;
}
.warning_title .ic_warning {
	background: url(/img/sp/ic_warning.png) no-repeat 0 0.3em;
	padding-left: 24px;
	background-size: 17px 15px;
}


#brand_panel_bnr,
.brand_panel,
.main_bnr {
	width: 100%;
	float: none;
	box-sizing: border-box;
}

#brand_panel_bnr {
	padding: 0;
	margin-bottom: 15px;
}

.main_slide {
	min-height: 220px;
}
.box_panel img {
	height: 240px;
}
.control_sp {
	width: 30px;
	top: 120%;
	right: 10px;
	z-index: 10;
}
.control_sp .control_btn {
	border-radius: 50%;
}
.select_btn {
	background: none;
}

.more_btn.is_active a .text {
	background: url(/assets/img/sp/ic_on.png) no-repeat 100% 50%;
	background-size: 15px 15px;
}

.main_bnr {
	padding: 0 10px;
}
.main_bnr .opt_layout_4col_2top_l li,
.main_bnr .opt_layout_4col li,
.main_bnr .opt_layout_3col_1top_l li,
.main_bnr .opt_layout_3col_2top_m li,
.main_bnr .opt_layout_3col_2top_l li,
.main_bnr .opt_layout_2col li {
	width: 46.7%;
	width: calc(50% - 10px);
}
.main_bnr .opt_layout_3col_1top_l li#main_bnr01,
.main_bnr .opt_layout_3col_2top_m li#main_bnr03,
.main_bnr .opt_layout_3col_2top_l li#main_bnr03 {
	width: 97%;
	width: calc(100% - 10px);
}

.border_service_promotion {
	border-left: #c2d0d1 1px solid;
	border-top: #c2d0d1 1px solid;
}

.service_promotion {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	box-sizing: border-box;
}
.opt_has_btn + .more_btn_wrap_sp,
.opt_has_btn .more_btn_wrap_sp {
	display: block;
}
.opt_has_btn + .more_btn_wrap_sp .more_btn,
.opt_has_btn .more_btn_wrap_sp .more_btn {
	display: block;
	margin: 15px auto 0;
}
.service_promotion ul {
	display: block;
	padding: 0;
	font-size: 0;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: -1px;
}
.service_promotion ul li {
	width: 33.3%;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	border-right: #c2d0d1 1px solid;
	border-bottom: #c2d0d1 1px solid;
}
.service_promotion ul li a {
	display: table;
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding: 0;
	font-size: 70%;
}
.service_promotion ul li a > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 14px 4px;
}
.service_promotion ul li img {
	display: block;
	width: auto;
	height: 22px;
	margin: 0 auto 7px;
}
.service_promotion .more_btn_wrap {
	display: none;
}


/*** main_inform ***/
.main_inform {
	border: #a5ceac 1px solid;
}
.main_inform table .main_inform_title {
	width: 98.5%;
	width: calc(100% - 4px);
	background: #dcebe4;
	border-left: #a5ceac 4px solid;
	text-align: left;
	color: #2c5871;
}


/* main_inform option */
.main_inform.opt_red {
	border: #f7aeb7 1px solid;
}
.main_inform.opt_red table .main_inform_title {
	background: #fbe1e4;
	border-left: #f7aeb7 4px solid;
}
.main_inform.opt_blue {
	border: #85abd0 1px solid;
}
.main_inform.opt_blue table .main_inform_title {
	background: #cddcef;
	border-left: #85abd0 4px solid;
}

.bg_inform .main_inform table .main_inform_title {
	width: 98.5%;
	width: calc(100% - 4px);
}
.bg_inform .main_inform table td {
	padding: 10px 0 5px;
}

.bg_promotion {
	min-width: inherit;
	padding: 8px 10px 16px;
}
.category_tab {
	overflow: hidden;
	padding: 0 10px;
	margin: 0 -10px 5px;
}
.category_tab ul {
	width: 999%;
}
.category_tab ul li {
	width: auto !important;
}
.category_tab ul li.is_active {
	border: none;
	padding-top: 2px;
	padding-bottom: 5px;
	background: url(/img/sp/ic_tab_current.gif) no-repeat center bottom;
	background-size: 9px 5px;
}
.category_tab .tab_prev,
.category_tab .tab_next {
	display: block;
	z-index: -1;
	position: absolute;
	width: 30px;
	height: 9999px;
	left: 0;
	top: 0;
	background: url(/img/sp/bg_tab_left.png) repeat-y left top;
	background-size: 30px 5px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.category_tab .tab_prev.is_fade,
.category_tab .tab_next.is_fade {
	opacity: 0 !important;
}
.category_tab .tab_prev.is_active,
.category_tab .tab_next.is_active {
	opacity: 1;
	z-index: 1;
}
.category_tab .tab_next {
	background: url(/img/sp/bg_tab_right.png) repeat-y left top;
	background-size: 30px 5px;
	left: auto;
	right: 0;
}
.category_tab .tab_prev a,
.category_tab .tab_next a {
	display: block;
	width: 30px;
	height: 9999px;
	text-decoration: none;
	position: relative;
}
.category_tab .tab_prev a:before,
.category_tab .tab_next a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 3px;
	top: 12px;
	border-style: solid;
	border-width: 9.5px 10px 9.5px 0;
	border-color: transparent #0068b6 transparent transparent;
}
.category_tab .tab_next a:before {
	left: auto;
	right: 3px;
	border-width: 9.5px 0 9.5px 10px;
	border-color: transparent transparent transparent #0068b6;
}



.promotion_list li {
	width: 46%;
	width: calc(50% - 12px);
}
.promotion_list li img {
	width: 100%;
	margin: 0;
	border-bottom: #c9d3e4 1px solid;
}
.promotion_list li .title {
	border: none;
}
.promotion_list.opt_has_pickup li:first-child {
	width: 96.3%;
	width: calc(100% - 12px);
	float: none;
}
.main_inner.mb_30 {
	margin-bottom: 20px !important;
}
.navi_support {
	margin: 0;
}
.navi_support li {
	width: 100%;
	float: none;
	margin: 0 0 10px;
	box-sizing: border-box;
}
.navi_support li:last-child {
	margin-bottom: 0;
}
.navi_support li a {
	min-height: inherit !important;
}

.news .tab_contents {
	display: block !important;
}
.news .news_tab_inner {
	padding-top: 0;
	padding-bottom: 0;
}
.news .tab_title {
	margin: 0 -21px -1px;
	border-left: #e3eaf5 1px solid;
	border-right: #e3eaf5 1px solid;
	background: #e3eaf5;
}
.news .tab_title.is_active {
	margin: 0 -20px -1px;
	border: none;
	background: #fff;
}
.news .tab_title a {
	border-top: #e3eaf5 5px solid;
	display: block;
	padding: 6px 10px 11px;
	font-weight: bold;
	background: url(/img/sp/ic_news_off.png) no-repeat 96% 48%;
	background-size: 16px 9px;
}
.news .tab_title.is_active a {
	border-top: #2c5871 5px solid;
	background: url(/img/sp/ic_news_on.png) no-repeat 96% 48%;
	background-size: 16px 9px;
}
.news .news_wrap {
	display: none;
	padding-bottom: 15px;
}
.news .news_set {
	padding-top: 10px;
}

.tab_contents {
	margin-bottom: 10px;
}

.news_wrap.is_start_active {
	display: block;
}

.more_btn a {
	padding: 6px 8px 5px;
}


}