@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■common.css
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* ━━━━━━━━━━━━━━━━━━━━
Structure
━━━━━━━━━━━━━━━━━━━━ */
html { overflow-y: scroll; }
body {
	position: relative;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	margin:0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}
body,input,select,option,textarea,button,pre,
.link_txt {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}
/* ───────────────────────────────────
スタイルリセット
─────────────────────────────────── */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,pre,blockquote,hr,form,input,textarea,select,option,address,th,td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	overflow-wrap: break-word;
}
img { border:0; vertical-align:bottom; }
ul { list-style:none; }
ol { list-style:decimal; margin-left:28px; }
label { cursor:pointer; }
input { border:none; }
input[type="submit"], input[type="button"] { cursor:pointer; border-radius: 0; -webkit-appearance: none; }
input,select,option,textarea { font-size:100%; }
table,th,td { border:0; border-collapse:collapse; text-align:left; }
th,td { vertical-align:top; }
td { background-color:#ffffff; word-break:break-all; }

/* clearfix
─────────────────────────────────── */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	font-size:0;
}
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

/* ───────────────────────────────────
フォントサイズ
─────────────────────────────────── */
.fsize_9,.fsize_9 * { font-size: 9px!important; }
.fsize_10,.fsize_10 * { font-size: 10px!important; }
.fsize_11,.fsize_11 * { font-size: 11px!important; }
.fsize_12,.fsize_12 * { font-size: 12px!important; }
.fsize_13,.fsize_13 * { font-size: 13px!important; }
.fsize_14,.fsize_14 * { font-size: 14px!important; }
.fsize_16,.fsize_16 * { font-size: 16px!important; }
.fsize_18,.fsize_18 * { font-size: 18px!important; }
.fsize_20,.fsize_20 * { font-size: 20px!important; line-height: 1.2!important;}
.fsize_24,.fsize_24 * { font-size: 24px!important; line-height: 1.2!important;}
.fsize_28,.fsize_28 * { font-size: 28px!important; line-height: 1.2!important;}
.fsize_30,.fsize_30 * { font-size: 30px!important; line-height: 1.2!important;}
.fsize_32,.fsize_32 * { font-size: 32px!important; line-height: 1.2!important;}
.fsize_36,.fsize_36 * { font-size: 36px!important; line-height: 1.2!important;}
.fsize_40,.fsize_40 * { font-size: 40px!important; line-height: 1.2!important;}

.fstyle_mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* ───────────────────────────────────
テキストスタイル
─────────────────────────────────── */
.txt_bold { font-weight: bold; }
.txt_normal { font-weight: normal; }
.txt_red { color: #ed2323; }
.txt_red_bold { color: #ed2323; font-weight: bold; }
.txt_blue { color: #004f8d; }
.txt_gray,.txt_gray a { color: #999999!important; }

/* ───────────────────────────────────
margin
─────────────────────────────────── */
.mt0 { margin-top:0 !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }
.mt90 { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }

.mr0 { margin-right:0 !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }

.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }

.ml0 { margin-left:0 !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }

/* ───────────────────────────────────
align / valign
─────────────────────────────────── */
.align_r { text-align:right !important; }
.align_l { text-align:left !important; }
.align_c { text-align:center !important; }

/* ───────────────────────────────────
display
─────────────────────────────────── */
.d_block { display: block!important; }
.d_iblock { display: inline-block!important; }
.d_table { display: table; width: 100%; }
.d_tcell { display: table-cell; vertical-align: middle; }

.d_table + .d_table {
	margin-top: 40px;
}
.main .d_tcell.img {
	width: 40%;
	text-align: left;
}
.main .d_tcell.txt {
	width: auto;
	padding: 0 25px 0 0;
}
.main .d_tcell.img + .d_tcell.txt {
	padding: 0 0 0 25px;
}
.main .d_tcell.txt +.d_tcell.img {
	padding-right: 0;
	text-align: right;
}
/* ───────────────────────────────────
width
─────────────────────────────────── */
.width20per { width: 20%!important; }
.width25per { width: 25%!important; }
.width30per { width: 30%!important; }
.width33per { width: 33%!important; }
.width40per { width: 40%!important; }
.width50per { width: 50%!important; }
.width60per { width: 60%!important; }
.width70per { width: 70%!important; }
.width80per { width: 80%!important; }
.width90per { width: 90%!important; }
.width100per { width: 100%!important; }

.width30 { width: 30px!important; }
.width50 { width: 50px!important; }
.width60 { width: 60px!important; }
.width80 { width: 80px!important; }
.width100 { width: 100px!important; }
.width120 { width: 120px!important; }
.width150 { width: 150px!important; }
.width180 { width: 180px!important; }
.width200 { width: 200px!important; }
.width250 { width: 250px!important; }
.width280 { width: 280px!important; }
.width300 { width: 300px!important; }
.width350 { width: 350px!important; }
.width400 { width: 400px!important; margin-right: auto; margin-left: auto; }
.width450 { width: 450px!important; margin-right: auto; margin-left: auto; }
.width500 { width: 500px!important; margin-right: auto; margin-left: auto; }
.width550 { width: 550px!important; margin-right: auto; margin-left: auto; }
.width600 { width: 600px!important; margin-right: auto; margin-left: auto; }
.width650 { width: 650px!important; margin-right: auto; margin-left: auto; }
.width920 { width: 920px!important; margin-right: auto; margin-left: auto; }

.width3em { width:3em; }
.width4em { width:4em; }
.width5em { width:5em; }
.width6em { width:6em; }
.width8em { width:8em; }
.width10em { width:10em; }

.width100 img { max-width: 100px; }
.width190 img { max-width: 190px; }
.width200 img { max-width: 200px; }
.width300 img { max-width: 300px; }
.width400 img { max-width: 400px; }
.width500 img { max-width: 500px; }
.width600 img { max-width: 600px; }


*[class*="width"] img { height: auto; };

/* ───────────────────────────────────
レイアウト基本設定
─────────────────────────────────── */
.pc { display: block; }
.sp { display: none; }
.width980 {
	width: 980px;
	margin-right:auto;
	margin-left:auto;
}
.width790 {
	width: 790px;
	margin-right:auto;
	margin-left:auto;
}

body { color: #222222; background-color: #fff; }

#contents {
	background: url(../img/bg-blue.gif) repeat 0 0;
}
#area_main {
	padding-top: 30px;
	padding-bottom: 100px;
}

.layout_clumn1 #area_main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━
header
━━━━━━━━━━━━━━━━━━━━ */
.header {
	padding: 8px 0;
	background-color: #4f87c4;
}
.header h1.logo {
	float: left;
}
.header h1.logo img {
	width: 230px;
	height: auto;
}
.header .btn_lang {
	float: right;
	padding-top: 50px;
}
.btn_lang li {
	display: inline-block;
}
.btn_lang li a,
.btn_lang li span.no_link {
	display: inline-block;
	width: 100px;
	padding: 5px 2px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
	background: linear-gradient( to bottom, #fff 0%, #e6e6e6 100%);
	box-shadow: inset 0 -1px 0 #fff;
	border-radius: 4px;
	color: #222;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.btn_lang li span.no_link {
	background: #bbb;
	background: -moz-linear-gradient(top, #bbb 0%, #bbb 100%);
	background: -webkit-linear-gradient(top, #bbb 0%, #bbb 100%);
	background: linear-gradient( to bottom, #bbb 0%, #bbb 100%);
	color: #666;
	box-shadow: inset 0 -1px 0 #bbb;
}
.btn_lang li.current a {
	background: #0e4e91;
	background: -moz-linear-gradient(top, #0e4e91 0%, #2667aa 100%);
	background: -webkit-linear-gradient(top, #0e4e91 0%, #2667aa 100%);
	background: linear-gradient( to bottom, #0e4e91 0%, #2667aa 100%);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.45);
	color: #fff;
}


/* ━━━━━━━━━━━━━━━━━━━━
footer
━━━━━━━━━━━━━━━━━━━━ */
.footer {
	padding: 0;
	background-color: #4f87c4;
}
.footer > .width980 {
	position: relative;
	padding: 20px 0;
	background: url(../img/footer-bg.png) no-repeat 100% 30px;
}
.footer > .width980:before {
	content: "Shiromaruhime";
	position: absolute;
	top: 53px;
	right: 284px;
	display:block;
	width: 116px;
	padding-top: 120px;
	background: url(../img/character-himeji.png) no-repeat 0 -0;
	text-align: center;
	color: #fff;
}
.footer > .width980:after {
	content: "Higomaru";
	position: absolute;
	top: 53px;
	right: 124px;
	display:block;
	width: 116px;
	padding-top: 120px;
	background: url(../img/character-kumamoto.png) no-repeat 0 -0;
	text-align: center;
	color: #fff;
}
.footer .section_digjapan {
	display: inline-block;
	padding: 15px 20px 15px 15px;
	background-color: #fff;
	border-radius: 8px;
}
.footer .section_digjapan h2.ttl {
	float: left;
}
.footer .section_digjapan ul.app {
	float: right;
	margin-top: 4px;
}
.footer .section_digjapan ul.app,
.footer .section_digjapan ul.app * {
	font-size: 0;
}
.footer .section_digjapan ul.app li {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}
.footer .section_digjapan ul.app li .btn_app a {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #000;
	border-radius: 4px;
}
.footer .section_digjapan ul.app li .btn_app img {
	width: 94px;
	height: auto;
}
.footer .copyright {
	padding: 7px 0;
	background-color: #0f57a2;
	color: #ffffff;
	opacity:.6;
	font-size: 11px;
	text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━
area_main
━━━━━━━━━━━━━━━━━━━━ */
/* ───────────────────────────────────
基本スタイル
─────────────────────────────────── */
.main p:not(.last) { margin-bottom: 5px; }
.main * + p { margin-top: 1em; }
.main .img + p { margin-top: 0; }
.main a { color:#417ad0; text-decoration: underline; }
.main p a,
.main ul:not([class]) li a:not([class]) {
	margin:0 5px;
}
.main strong, .main b { font-weight: bold; }

.main table { margin:15px 0 30px 0; }
.main *[class^="box_"] + table { margin-top:30px; }
.main table caption {
	text-align: left!important;
	padding-bottom:5px;
}

.main p, .main li, .post_detail { line-height: 1.6; }

/* ───────────────────────────────────
各タイトル
─────────────────────────────────── */

/* ───────────────────────────────────
要素を中央揃えかつ行頭を揃える
─────────────────────────────────── */
.d_iblock_center {
	text-align: center;
}
.d_iblock_center > * {
	display: inline-block;
	text-align: left;
}

/* ───────────────────────────────────
section_guide
─────────────────────────────────── */
.catchcopy {
	margin-bottom: 40px;
	border-bottom: 5px double #013368;
	text-align: center;
}
.section_guide {
	position: relative;
	float: left;
	width: 460px;
	margin-bottom: 60px;
	padding: 250px 40px 40px 40px;
	background: #fff url(../img/himeji-bg.jpg) no-repeat 0 0;
	border-radius:16px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section_guide.kumamoto {
	float: right;
	background-image: url(../img/kumamoto-bg.jpg);
}
.section_guide h2.ttl {
	position: absolute;
	top: 27px;
	left: 10px;
}
.section_guide h2.ttl img {
	width: 240px;
	height: auto;
}
.section_guide ul.pamphlet {
	position: relative;
	margin-bottom: 40px;
}
.section_guide ul.pamphlet li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 10px rgba(4,0,0,.3);
}
.section_guide ul.pamphlet li a > img {
	width: 100%;
	height: auto;
}
.section_guide ul.pamphlet li .label.pdf {
	position: absolute;
	bottom: 15px;
	right: -5px;
	display: inline-block;
	padding: 5px 8px 5px 40px;
	background-color: #e34040;
	border-radius: 6px 0 0 6px;
	color: #fff;
	font-weight: bold;
}
.section_guide ul.pamphlet li .label.pdf:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 32px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
}
.section_guide ul.pamphlet li .label.pdf:after {
	content: "";
	position: absolute;
	top: -3px;
	right: 1px;
	border: 4px solid transparent;
	border-top: 4px solid #7e1d1d;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section_guide ul.pamphlet li .label i.pdf:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display:block;
	width: 17px;
	height: 20px;
	background: url(../img/icn.png) no-repeat 0 0;
}

/* ───────────────────────────────────
ボタン
─────────────────────────────────── */
ul.btns {
	text-align: center;
}
ul.btns li {
	margin-top: 20px;
}
ul.btns li a {
	position: relative;
	display: block;
	padding: 10px 2px;
	background: url(../img/btn-bg.gif) repeat 0 0;
	border: 2px solid #4f87c4;
	border-radius: 8px;
	text-align: center;
	font-size: 18px;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}
ul.btns li a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	border: 9px solid transparent;
	border-left: 10px solid #4f87c4;
}
ul.btns li a i.icn.win:before {
	content: "";
	position: absolute;
	top: 28px;
	right: 10px;
	width: 10px;
	height: 8px;
	background-color: #fff;
	border: 1px solid #4f87c4;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.btns li a i.icn.win:after {
	content: "";
	position: absolute;
	top: 31px;
	right: 13px;
	width: 10px;
	height: 8px;
	background-color: #fff;
	border: 1px solid #4f87c4;
	border-top-width: 3px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.btns.btns_paging li {
	display: inline-block;
}
ul.btns.btns_paging li a {
	padding: 5px 30px 5px 50px;
	color: #4f87c4;
	font-size: 24px;
}
ul.btns li.btn_prev a:before {
	border-left: 0;
	border-right: 10px solid #4f87c4;
}
.section_guide ul.btns li {
	display: table;
	width: 100%;
}
.section_guide ul.btns li a {
	display: table-cell;
	padding: 0 10px;
	width: 100%;
	height: 3.2em;
	vertical-align: middle;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
}
.section_guide ul.btns li a:before {
	top: 17px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	PCのみ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and ( min-width:980px )
{
	a:hover img { opacity:.75; }
	.btn_lang li:not(.current) a:hover {
		background: #e5edf6;
		background: -moz-linear-gradient(top, #e5edf6 0%, #cfd8e1 100%);
		background: -webkit-linear-gradient(top, #e5edf6 0%, #cfd8e1 100%);
		background: linear-gradient( to bottom, #e5edf6 0%, #cfd8e1 100%);
	}
	.footer .section_digjapan ul.app li:not(.current) .btn_app a:hover {
		background-color: #3b3b3b;
	}
	.footer .section_digjapan ul.app li .btn_app a:hover img {
		opacity: 1;
	}
	.main a:hover { text-decoration: none; }
	ul.btns li a:hover {
		background: #fff;
		border: 2px solid #95b7dc;
	}
	ul.btns li a:hover:before {
		border-left-color: #95b7dc;
	}
	ul.btns li.btn_prev a:hover:before {
		border-left: 0;
		border-right-color: #95b7dc;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	スマートフォンのみ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and ( max-width:979px )
{
	html,body{ font-size:62.5%; }
	img { max-width: 100%; height: auto; }
	.pc { display: none; }
	.sp { display: block; }
	.layout_clumn1 #area_main {
		width: 100%;
	}
	.header .width980,
	.footer .width980,
	#area_main {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header {
		height: auto;
		padding: 6px 5px;
	}
	.header h1.logo {
		float: none;
		text-align: center;
	}
	.header h1.logo img {
		width: 135px;
		height: auto;
	}
	#area_main {
		padding-top: 13px;
		padding-bottom: 50px;
	}
	.section_guide {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding: 168px 25px 25px 25px;
	}
	.section_guide ul.pamphlet li {
		margin: 0 0 13px 0;
		padding: 6px;
		border-radius: 6px;
	}
	.section_guide ul.btns {
		margin-right: -15px;
		margin-left: -15px;
	}
	ul.btns li a {
		font-size: 1.4rem;
	}
	ul.btns li a:before {
		border: 4px solid transparent;
		border-left: 5px solid #4f87c4;
	}
	.section_guide ul.btns li a:before {
		top: 15px;
		left: 7px;
	}
	ul.btns li a i.icn.win:before {
		content: "";
		position: absolute;
		top: 25px;
		right: 5px;
		width: 8px;
		height: 7px;
	}
	ul.btns li a i.icn.win:after {
		content: "";
		position: absolute;
		top: 28px;
		right: 8px;
		width: 8px;
		height: 7px;
		border-top-width: 2px;
	}
	ul.btns.btns_anchor {
		margin-bottom: 10px;
	}
	ul.btns.btns_anchor,
	ul.btns.btns_anchor li {
		font-size: 0;
	}
	ul.btns.btns_anchor li {
		display: inline-block;
		width: 49%;
		margin-top: 0;
		margin-right: 2%;
	}
	ul.btns.btns_anchor li:nth-child(even){
		margin-right: 0;
	}
	ul.btns.btns_anchor li a {
		display: block;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	ul.btns.btns_anchor li a:before {
		top: 16px;
		left: auto;
		right: 10px;
		border: 4px solid transparent;
		border-top: 5px solid #4f87c4;
	}
	ul.btns.btns_anchor li a:after {
		content: "";
		position: absolute;
		top: 23px;
		right: 10px;
		width: 8px;
		height: 1px;
		background-color: #4f87c4;
	}
	ul.btns.btns_paging li {
		display: block;
	}
	ul.btns.btns_paging li a {
		display: block;
		padding: 8px 10px;
		font-size: 1.6rem;
	}
	ul.btns li.d_iblock a:before {
		top: 16px;
	}
	ul.btns li.btn_prev a:before {
		border-right: 5px solid #4f87c4;
	}
	.catchcopy {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.section_guide.himeji {
		background-image: url(../img/himeji-bg_sp.jpg);
		background-size: 100% auto;
		border-radius: 10px;
	}
	.section_guide.kumamoto {
		background-image: url(../img/kumamoto-bg_sp.jpg);
		background-size: 100% auto;
		border-radius: 10px;
	}
	.section_guide h2.ttl {
		top: 18px;
		left: 7px;
	}
	.section_guide h2.ttl img {
		width: 157px;
		height: auto;
	}
	.btn_lang,
	.btn_lang li {
		font-size: 0;
	}
	.btn_lang li {
		float: left;
		display: block;
		width: 32%;
		margin: 0 2% 5px 0;
	}
	.btn_lang li:nth-child(3n) {
		margin-right: 0;
	}
	.btn_lang li a,
	.btn_lang li span.no_link {
		font-size: 1.4rem;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer > .width980 {
		padding-top: 10px;
		padding-bottom: 100px;
		background-size: 90% auto;
		background-position: 50% 90%;
	}
	.footer > .width980:before,
	.footer > .width980:after {
		top: auto;
		bottom: 5px;
		left: 50%;
		display: block;
		width: 80px;
		padding-top: 60px;
		background-position:50% 0;
		background-size: 58px auto;
		font-size: 10px;
	}
	.footer > .width980:before {
		margin-left: -80px;
	}

	.footer .section_digjapan {
		display: block;
		padding: 7px;
		margin-bottom: 10px;
	}
	.footer .section_digjapan h2.ttl {
		width: 59px;
	}
	.footer .section_digjapan ul.app {
		min-width: 221px;
		width: 75%;
		text-align: right;
	}
	.footer .section_digjapan ul.app li {
		display: inline-block;
		margin-left: 8px;
	}
	.ua_ios .footer .section_digjapan ul.app li.android,
	.ua_android .footer .section_digjapan ul.app li.ios {
		display: none;
	}
	.ua_ios .footer .section_digjapan ul.app li,
	.ua_android .footer .section_digjapan ul.app li {
		display: block;
	}
	.footer .section_digjapan ul.app li .btn_app a {
		padding: 10px 7px;
	}

}


