@charset "utf-8";
/* footer */
#p7frame {
  margin: -19px 0 0 0;
}
#footer-section {
	background: #003149;
	color: #FFF;
	font-family: "Noto Sans JP","source-han-sans-japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	padding: 40px 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
}
#footer-section .section-inbox {
	margin: 0 auto;
	width: 1140px;
}
#footer-section a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}
#footer-section a:hover {
	opacity: 0.7;
}
.footer-section-img {
	text-align: center;
	margin: 0 0 40px 0;
}
.footer-section-img img {
	width: 360px;
	height: auto;
}
.footer-section-mainmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 0 40px 0;
}
.footer-section-mainmenu li {
	width: 14%;
	text-align: center;
	border-right: 1px solid #FFF;
}
.footer-section-mainmenu li:nth-of-type(1) {
	border-left: 1px solid #FFF;
}
.footer-section-submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 0 20px 0;
}
.footer-section-submenu li ul li:nth-of-type(1) {
	border-bottom: 1px solid #ec6951;
	margin: 0 0 10px 0;
	font-size: 16px;
	padding: 0 0px 2px 0px;
}
.footer-section-submenu li ul li:nth-of-type(1) a:before {
	display: none;
}
.footer-section-submenu li ul li a:before {
	content: "├";
	margin: 0 5px 0 0;
}
.footer-section-submenu li ul li:last-of-type a:before {
	content: "└";
	margin: 0 5px 0 0;
}
.footer-section-submenu li ul li:nth-of-type(2) ul li a:before {
	content: "├";
	margin: 0 5px 0 0;
}
.footer-section-submenu li ul li:nth-of-type(2) ul li:last-of-type a:before {
	content: "└";
	margin: 0 5px 0 0;
}
.footer-section-end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px 0;
}
.footer-section-end li {
	width: 45%;
	font-size: 12px;
}
.footer-icon-twitter {
	text-align: center;
	margin: 0 0 40px 0;
}
.footer-icon-twitter a img {
	width: 132px;
	height: 35px;
}
#footer-section p {
	text-align: center;
}
#page-top-button {
	opacity: 0;
	visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 4;
    background-color: #000;
    border: 2px solid #FFF;
    cursor: pointer;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
#page-top-button.page-top-button-show {
	opacity: 1;
	visibility: visible;
}
#page-top-button span:before {
    display: block;
    position: absolute;
    top: 23px;
    right: 23px;
    width: 9px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: "";
    background-color: #fff;
}
#page-top-button span:after {
    display: block;
    position: absolute;
    top: 23px;
    right: 18px;
    width: 9px;
    height: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    background-color: #fff;
}

/* タブレット設定 */
@media screen and (min-width: 721px) and (max-width: 1160px) {
	#footer-section {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 1.3vw;
	}
	.footer-section-img img {
		margin: 0 auto;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#footer-section .section-inbox {
		width: 95% !important;
	}
	.footer-section-mainmenu {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		font-size: 1.5vw;
	}
	.footer-section-mainmenu li {
		width: 20%;
		margin: 0 0 10px 0;
	}
	.footer-section-mainmenu li:nth-of-type(5) {
		border-left: 1px solid #FFF;
	}
	.footer-section-submenu li ul li:nth-of-type(1) {
		font-size: 1.5vw;
	}
	.footer-section-end li {
		font-size: 1.0vw;
	}
	.footer-section-end li:nth-of-type(1) {
		width: 60%;
	}
	#footer-section p {
		font-size: 1.5vw;
	}
}

/* スマホ設定 */
@media screen and (max-width: 720px) {
	#footer-section {
		padding: 20px 0;
	}
	#footer-section a {
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	#footer-section a {
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0.25) !important;
	}
	#footer-section a:hover {
		opacity: 1 !important;
	}
	.footer-section-img {
		margin: 0 auto 20px auto;
	}
	.footer-section-img img {
		width: 55%;
		margin: 0 auto;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#footer-section .section-inbox {
		width: 100% !important;
	}
	.footer-section-mainmenu {
		display: block;
		text-align: center;
		margin: 0 auto 20px auto;
		font-size: 3vw;
	}
	.footer-section-mainmenu li {
		display: inline-block;
		width: auto;
		margin: 0 3px 10px 3px;
		border: none !important;
		border-bottom: 1px solid #FFF !important;
	}
	.footer-section-mainmenu li a {
		margin: 0 3px;
	}
	.footer-section-submenu {
		display: none;
	}
	.footer-section-end {
		display: block;
	}
	.footer-icon-twitter,.footer-section-end {
		margin: 0 0 30px 0;
	}
	.footer-icon-twitter a img {
		width: 94px;
		height: 25px;
	}
	.footer-section-end li {
		width: 93%;
		display: block;
		line-height: 1.5em;
		font-size: 3vw;
	}
	.footer-section-end li:nth-of-type(1) {
		margin: 0 auto 15px auto;
	}
	.footer-section-end li:nth-of-type(2) {
		margin: 0 auto;
	}
	#footer-section p {
		font-size: 3vw;
	}
}

@media screen\0 {
	#footer-section a  {
		-webkit-transition: 0s !important;
		-o-transition: 0s !important;
		transition: 0s !important;
	}
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
	#footer-section a  {
		-webkit-transition: 0s !important;
		-o-transition: 0s !important;
		transition: 0s !important;
	}
}