@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* 戻るボタンを非表示 */
#back_or_pagetop > div#to_page_back {
	display: none !important;
}

/* コンテンツ */
.top_main_box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
/* メイングラフィック（スライドショー） */
#top_photo {
	position: relative;
}

#top_photo_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_photo_list .photo {
	margin: 0 10px;
	text-align: center;
}
#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#top_photo_list .photo img {
	border-radius:30px;
	width: 100%;
	height: 100%;
	max-width: 1080px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}
#top_photo_list .photo span.photo_caption {
	display: block;
	background: #333;
	color: #fff;
	padding: 5px 20px;
}
#top_photo_list .photo span.photo_caption:empty {
	padding: 0px;
}
#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}

#mp_control_box {
	margin: 0px;
	padding: 0px;
}
#mp_control_box > button[id^="mp_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 64px;
	height: 64px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 100%;
	border: 0px;
	color: #333;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#mp_control_box > button#mp_control_prev {
	background-image: url(/img/top/photo/btn_slide_prev.png);
	background-position: center;
	position: absolute;
	left: calc(50% - 530px);
	top: calc(50% - 20px);
}
#mp_control_box > button#mp_control_next {
	background-image: url(/img/top/photo/btn_slide_next.png);
	background-position: center;
	position: absolute;
	right: calc(50% - 530px);
	top: calc(50% - 20px);
}
#mp_control_box > button#mp_control_pause {
	background-image: url(/img/top/photo/btn_slide_stop.png);
	background-position: center;
	position: absolute;
	right: calc(50% - 530px);
	top: calc(50% + 58px);
}
#mp_control_box > button#mp_control_play {
	display: none;
	background-image: url(/img/top/photo/btn_slide_play.png);
	background-position: center;
	position: absolute;
	right: calc(50% - 530px);
	top: calc(50% + 58px);
}

/* メイングラフィック（スライドショー）xmlファイル更新 */

#photo_image a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#photo_image img {
	width: 100%;
	height: auto;
}
#photo_image span.photo_caption {
	display: block;
	background: #333;
	color: #fff;
	padding: 5px 20px;
}

#mpx_control_box {
	margin: 10px 0px 0px;
	padding: 8px 0px;
}
#mpx_control_box button[id^="mpx_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #fff;
	color: #fff;
	background-color: #333;
	background-repeat: no-repeat;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#mpx_control_box button#mpx_control_prev {
	background-image: url(/img/top/photo/btn_slide_prev.png);
	background-position: 6px center;
}
#mpx_control_box button#mpx_control_next {
	background-image: url(/img/top/photo/btn_slide_next.png);
	background-position: 8px center;
}
#mpx_control_box button#mpx_control_pause {
	background-image: url(/img/top/photo/btn_slide_stop.png);
	background-position: center center;
}
#mpx_control_box button#mpx_control_play {
	display: none;
	background-image: url(/img/top/photo/btn_slide_play.png);
	background-position: 8px center;
}

/* スライドナビゲーションボタン */
ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px;
}
ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 1px solid #fff;
	background: #ccc;
	color: #333;
}
ul.slick-dots li.slick-active button {
	background: #333;
	color: #fff;
}


.slider_search_wrap {
	width: 1080px;
	margin: -80px auto 0;
	position: relative;
}
.top_search_box > .top_search_btn > a {
	background-image: -webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: -o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: linear-gradient(to right, #005bb0, #05529a, #003656);
	background-color: #333;
	width: 310px;
	border-radius: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
	padding: 8px 0;
	margin: 0 auto;
}

.top_search_box > .top_search_btn > a:before {
	content: '';
	background: url(/img/common/search_icon.png)no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}
.top_search_box.open .top_search_btn {
	display: none;
}
.top_search_box.open .search_open_div {
	display: block;
}
.slider_search_wrap .top_search_box.open {
	margin-top: -18rem;
}
.search_open_div {
	display: none;
}

#mymainback {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* 重要なお知らせ */
#top_important {
	margin: 0px auto 30px;
	padding: 20px 40px 20px;
	width: 1080px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	border: 1px solid #cc0000;
	border-radius: 30px;
	position: relative;
}
#top_important_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
}
#top_important a {
	color: #c00;
}
#top_important h2 {
	margin: 0px;
	padding: 0px;
	color: #c00;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
#top_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_important ul > li {
	width: 100%;
	display: table;
	margin: 0px 0px 10px;
}
#top_important ul > li:last-child {
	margin-bottom: 0px;
}
#top_important ul > li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important ul > li > span.article_date {
	width: 12em;
	font-size: 1.6rem;
}
#top_important ul > li > span > a {
	font-size: 1.8rem;
}
#top_important .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	margin-top: 12px;
}
#top_important .link_box > span.link_rss {
	margin-left: 20px;
}
#top_important .link_box > span > a {
	text-decoration: none;
	padding: 11px 40px 10px 20px;
	background: url(/img/common/icon_important_link.png) no-repeat right 20px center;
	border: 1px solid #cc0000;
	border-radius: 20px;
}
.top_content1_wrap {
	/* background-image: url(/img/top/recommend_bg.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333; */
	background: -webkit-gradient(linear, left top, right top, from(#ddfcf1), color-stop(#dffcfd), to(#e4f1fe));
	background: -o-linear-gradient(left, #ddfcf1, #dffcfd, #e4f1fe);
	background: linear-gradient(to right, #ddfcf1, #dffcfd, #e4f1fe);
}
.top_content1 {
	width: 1080px;
	margin: 0 auto;
}

.top_content1_ttl > h2 {
	margin: 0;
	padding: 30px 0 30px;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	color: #003656;
}
.top_content1_ttl > h2 > img {
	display: block;
	margin: 0 auto 20px;
}
.top_content2_wrap {
	background: #f6f6f6;
}
.top_content2 {
	width: 1080px;
	margin: 0 auto;
}
.top_content5_ttl > h2,
.top_topic > h2,
.shinchaku > h2 {
	margin: 0;
	padding: 30px 0 35px;
	text-align: center;
	line-height: 1.4;
	color: #003656;
	font-size: 1.8rem;
	letter-spacing: 3px;
	position: relative;
}
.shinchaku > h2:before {
	content: '';
	position: absolute;
	width: 180px;
	height: 38px;
	background: url(/img/top/h2_before.png)no-repeat;
	left: calc(50% - 280px);
	top: 81px;
}
.shinchaku > h2:after {
	content: '';
	position: absolute;
	width: 180px;
	height: 38px;
	background: url(/img/top/h2_after.png)no-repeat;
	right: calc(50% - 260.8px);
	top: 81px;
}
.top_content5_ttl > h2 > img,
.top_topic > h2 > img,
.shinchaku > h2 > img {
	display: block;
	margin: 0 auto 18px;
}
.shinchaku_list > .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 0px 55px 0px;
}

.shinchaku_list > .link_box > span {
	margin: 5px;
}

.shinchaku_list > .link_box > span > a {
	text-decoration: none;
	background: url(/img/top/common_arr.png) no-repeat right 20px center;
	border: 1px solid #003656;
	border-radius: 20px;
	padding: 11px 40px 10px 20px;
	display: block;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.2;
	width: 18rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top_content3 {
	width: 1080px;
	margin: 0 auto;
}
.top_topic > h2:before {
	content: '';
	position: absolute;
	width: 180px;
	height: 38px;
	background: url(/img/top/h2_before.png)no-repeat;
	left: calc(50% - 270.3px);
	top: 81px;
}
.top_topic > h2:after {
	content: '';
	position: absolute;
	width: 180px;
	height: 38px;
	background: url(/img/top/h2_after.png)no-repeat;
	right: calc(50% - 270.3px);
	top: 81px;
}

/* タブ */
#top_tab_wrap {
	margin: 0px 0px 30px;
}

#top_tab_title ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 2px solid #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
#top_tab_title ul li {
	display: inline-block;
	vertical-align: bottom;
	width: calc(25% - 5px);
}
#top_tab_title ul li button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background: #e6e6e6;
	color: #000;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#top_tab_title ul li.tab_on button {
	background: #333;
	color: #fff;
}

#top_tab_detail {
	border-bottom: 2px solid #333;
	padding: 20px;
}

/* 新着情報（件数） */
.release_day {
	margin-bottom: 10px;
}
.release_day span {
	display: inline-block;
	margin-right: 1em;
}

/* 新着情報 */
.top_tab_detail_list > ul {
	margin: 0px;
	padding: 10px 40px 0px;
	list-style: none;
}
.top_tab_detail_list > ul > li {
	width: 100%;
	display: table;
	margin: 0px 0px 15px;
}

.top_tab_detail_list > ul > li > span {
	display: table-cell;
}
.top_tab_detail_list > ul > li > span.article_date {
	width: 12em;
}
.top_tab_detail_list > ul > li > span > a {
	font-size: 1.8rem;
	vertical-align: middle;
	line-height: 1.7;
	color: #003656;
}
.top_tab_detail_box p.no_data {
	margin: 0px;
}

.top_tab_detail_box .link_box {
	margin-top: 20px;
	text-align: right;
}
.top_tab_detail_box .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
}

/* トピックス */
#lettering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.lettering_box {
	width: 320px;
	margin: 0px 60px 40px 0px;
}
.lettering_box:nth-child(3n){
	margin-right: 0px;
}
.lettering_box > div.lettering_box_img {
	padding-bottom: 25px;
}
.lettering_box > .lettering_box_text > .article_date {
	margin-bottom: 15px;
}
.lettering_box > div.lettering_box_img > div {
	display: block;
	height: 250px;
	position: relative;
}
.lettering_box > div.lettering_box_img div:empty {
	height: 250px;
	background: url(/img/common/noimage.png) no-repeat center center;
	background-size: cover;
	border-radius: 10px;
}
.lettering_box > div.lettering_box_img > div > img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.lettering_box_text > .article_title > a {
	font-size: 1.8rem;
	color: #003656;
	line-height: 1.7;
}
.top_topic_list > .link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 0px 55px 0px;
}

.top_topic_list > .link_box > span {
	margin: 5px;
}

.top_topic_list > .link_box > span > a {
	text-decoration: none;
	background: url(/img/top/common_arr.png) no-repeat right 20px center;
	border: 1px solid #003656;
	border-radius: 20px;
	padding: 11px 40px 9px 21px;
	display: block;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.2;
	letter-spacing: 0.5px;
	width: 18rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_content4_wrap {
	background-image: -o-linear-gradient(left, #ddfcf1, #e4f1fe);
	background-image: -webkit-gradient(linear, left top, right top, from(#ddfcf1), to(#e4f1fe));
	background-image: linear-gradient(to right, #ddfcf1, #e4f1fe);
}


/* 情報をさがす */
.top_search_menu_list > ul > li:nth-child(5n){
	margin-right: 0px;
}

/* 注目ワード */
#search_trend_word {
	width: 1080px;
	margin: 60px auto 20px;
}
#search_trend_word h2 {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #003656;
	text-align: center;
	letter-spacing: 0.1rem;
	line-height: 1.4;
}
#search_trend_word p {
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
#search_trend_word > p > a {
	margin: 0px 10px 20px 10px;
	padding: 5px 20px;
	background: #e4f1fe;
	border-radius: 15px;
	color: #484848;
	font-size: 1.4rem;
	text-decoration: none;
	cursor: pointer;
}
#search_trend_word > p > a:hover {
	text-decoration: underline;
}

/* リンクリスト */
#top_linklist {
	margin: 0px 0px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
}

.top_linklist_box {
	display: inline-block;
	vertical-align: top;
	width: 255px;
	border: 2px solid #333;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.top_linklist_box h2 {
	background: #333;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px;
	padding: 10px 20px;
}
.top_linklist_box ul {
	margin: 0px;
	padding: 10px 20px 10px 30px;
}
.top_linklist_box ul li {
	margin-bottom: 10px;
}
.top_linklist_box ul li:last-child {
	margin-bottom: 0px;
}

.top_content5_wrap {
	background-image: url(/img/top/about_bg.png),-webkit-gradient(linear, left top, right top, from(#e6d4d6), to(#e6d4d6));
	background-image: url(/img/top/about_bg.png),-o-linear-gradient(left, #e6d4d6, #e6d4d6);
	background-image: url(/img/top/about_bg.png),linear-gradient(to right, #e6d4d6, #e6d4d6);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.top_content5 {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.public_info > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.public_info > ul > li {
	width: 346px;
	margin: 0 20px 40px 0;
}
.public_info > ul > li:nth-child(1) > a > img {
	margin-top: -30px;
}
.public_info > ul > li > a{ 
	background: url(/img/top/common_arr.png)no-repeat right 40px center #fff;
	font-size: 1.8rem;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 52px 0 0;
	border-radius: 10px;
	color: #333;
}
.public_info > ul > li:nth-child(3n) {
	margin-right: 0px;
}
.public_info > ul > li > a > span {
	margin-left: 40px;
}
.public_info > ul > li:nth-child(1) > a > span {
	margin-left: 25px;
}
.top_info_link > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.top_info_link > ul > li {
	background: url(/img/top/common_arr.png) no-repeat right 20px center #fff;
	border-radius: 20px;
	width: 255px;
	margin: 0 20px 20px 0;
}
.top_info_link > ul > li:nth-child(4n) {
	margin-right: 0px;
}
.top_info_link > ul > li > a {
	color: #333;
	text-decoration: none;
	padding: 12px 40px 10px 20px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_info_link > ul > li > a > br {
	display: none;
}
/* 事業バナー（スライドショー） */
#top_banner_pr_wrap {
	padding-bottom: 30px;
}
#top_banner_pr {
	position: relative;
}
ul#top_banner_pr_list {
	margin: 0px;
	padding: 0px 90px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
ul#top_banner_pr_list li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 120px;
	margin: 0px 25px;
}
ul#top_banner_pr_list li a {
	height: 250px;
}
ul#top_banner_pr_list li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	border-radius: 10px;
}
#pr_control_box {
	margin: 0px;
	padding: 0px;
}
#pr_control_box > button[id^="pr_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 64px;
	height: 64px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 100%;
	border: 0px;
	color: #333;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
#pr_control_box > button#pr_control_prev {
	background-image: url(/img/top/photo/btn_slide_prev.png);
	background-position: center;
	position: absolute;
	left: 10px;
	top: calc(50% - 60px);
}
#pr_control_box > button#pr_control_next {
	background-image: url(/img/top/photo/btn_slide_next.png);
	background-position: center;
	position: absolute;
	right: 10px;
	top: calc(50% - 60px);
}
#pr_control_box > button#pr_control_pause {
	background-image: url(/img/top/photo/btn_slide_stop.png);
	background-position: center;
	position: absolute;
	right: 10px;
	top: calc(50% + 15px);
}
#pr_control_box > button#pr_control_play {
	display: none;
	background-image: url(/img/top/photo/btn_slide_play.png);
	background-position: center;
	position: absolute;
	right: 10px;
	top: calc(50% + 15px);
}
.top_content6 {
	width: 1080px;
	margin: 0 auto;
}
.top_content6_ttl > h2 {
	font-size: 1.8rem;
	text-align: center;
	margin: 0;
	padding: 35px 0 20px;
	letter-spacing: 2px;
}
ul#top_banner_3_list > li {
	width: 180px;
	margin: 2.5px;
}
ul#top_banner_3_list > li a {
	display: block;
}
ul.banner_list li img {
	display: block; 
	max-width: 100%;
}
.top_content6_link {
	text-align: center;
}
.top_content6_link > a {
	color: #333;
	display: inline-block;
	margin: 25px auto 35px;
}
.top_content6_detail > ul#top_banner_3_list {
	padding: 0 37px;
}
.public_info > ul > li > a:hover,
.public_info > ul > li > a:focus,
#top_important .link_box > span > a:hover,
#top_important .link_box > span > a:focus,
.top_info_link > ul > li > a:focus,
.top_info_link > ul > li > a:hover {
	text-decoration: underline;
}
.shinchaku_list > .link_box > span > a:hover,
.shinchaku_list > .link_box > span > a:focus,
.top_topic_list > .link_box > span > a:hover,
.top_topic_list > .link_box > span > a:focus {
	color: #fff;
	background-image: url(/img/top/common_arr_white.png),-webkit-gradient(linear, left top, right top, from(#005bb0), color-stop(#05529a), to(#003656));
	background-image: url(/img/top/common_arr_white.png),-o-linear-gradient(left, #005bb0, #05529a, #003656);
	background-image: url(/img/top/common_arr_white.png),linear-gradient(to right, #005bb0, #05529a, #003656);
	background-position: right 20px center ,top left;
}
/* タブレット */
@media screen and (max-width : 1099px) {}
/* タブレット ここまで */