@charset "utf-8";
/* CSS Document */


/* 共通設定 */
header img,
footer img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
header,
footer {
	line-height: 1.6;
}
header a,
footer  a {
	text-decoration: none;
}

/*----------------------------------------------------------------------------------------------------
	共通Gナビ for PC（1040px超）
-----------------------------------------------------------------------------------------------------*/
header #nav_PC {
	display: block;
}
header #nav_SP {
	display: none;
}
img.icn_new_window {
	width: 16px;
	margin-top: -3px;
	margin-left: 2px;
}
header {
	font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	background: #fff;
	font-size: 1.4rem;
}
header a,
header a:hover,
header nav a,
header nav a:hover {
	text-decoration: none;
	color: #333;
	position: relative;
	z-index: 1;
}
header ul {
	margin: 0;
	padding: 0;
}
header #corp {
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 54px;
}
header #corp > div {
	width: 95%;
	min-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
header #corp > div ul {
	display: flex;
	justify-content: space-around;
}
header #corp .corp_logo {
	margin-top: 8px;
}
header #corp .corp_logo figure {
	width: 200px;
}
header #corp .corp_logo li span {
	display: inline-block;
	font-size: 1.1rem;
	margin-top: 13px;
	margin-left: 20px;
}
header #corp .corp_info {
	position: relative;
	right: 0;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, header #corp .corp_info {
		position: absolute; /* IE対策のため絶対位置指定 */
	}
}
header #corp .corp_info li {
	padding: 15px 10px;
	display: inline-block;
	position: relative;
}
header #corp .corp_info li:hover {
	background: #eee;
	transition: 0.5s;
	cursor: pointer;
}
header #corp .corp_info li a {
	color: #333;
}
header #corp .corp_info span {
	display: inline-block;
	margin-top: 2px;
}
header #Gnav {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ddd;
	box-shadow: 1px 4px 7px -2px rgba(0,0,0,0.1);
	background: #fff;
}
header #Gnav div.nav_item {
	width: 95%;
	min-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
header #Gnav div.nav_item li.current_category {
	position: relative;
}
header #Gnav div.nav_item li.current_category:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-top: 2px solid #009dd3;
}
header #Gnav.scroll-follow {
	position: fixed;
	top: 0;
	animation-name: slide-down;
	animation-duration: 300ms;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	z-index: 9999;
}
header #Gnav.scroll-follow div.nav_item > ul > li {
    font-size: 13px;
    padding: 12px 7px 10px;
}
@keyframes slide-down {
	0% {
		opacity: 1;
		transform: translate3d(0, -80px, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
header #Gnav div.nav_item li.nav_item_logo {
	display: none;
	width: 136px;
	margin-top: -4px;
	padding-left: 0;
}
header #Gnav.scroll-follow  div.nav_item li.nav_item_logo {
	display: block;
}
header #Gnav div.nav_item > ul {
	display: flex;
	justify-content: space-around;
    align-items: center;
}
header #Gnav div.nav_item > ul > li {
	text-align: center;
	padding: 12px 10px 10px;
	position: relative;
	cursor: pointer;
}
header #Gnav div.nav_item > ul > li:hover {
	background: #eee;
	transition: 0.5s;
}
header .triangle:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #2f5597;
	position: absolute;
	top: 38px;
	left: 38%;
	z-index: 100;
}
header .nav_content {
    width: 95%;
	min-width: 1040px;
	margin: 0 auto;
	position: relative;
}
header .nav_content li {
	cursor: pointer;
}
header .nav_content > div {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
	top: 1px;
	box-shadow: 3px 4px 7px 1px rgba(0,0,0,0.2);
}
header .nav_wrap {
	display: flex;
	background: #2f5597;
	border-top: 3px solid #2f5597;
}
header .nav_wrap a {
	width: 100%;
	display: inline-block;
}
header .nav_wrap > div {
	width: 33.333%;
}
header .nav_wrap > div:last-child {
	width: 33.4%;
}
header .nav_wrap ul {
	padding: 20px 30px;
}
header .nav_wrap div li {
	position: relative;
	padding: 7px 15px 5px 10px;
    font-size: 13px;
}
header .nav_cloud .nav_wrap .first li {
    margin-left: 30px;
}
header .nav_cloud .nav_wrap .first li.icn {
    margin-left: 0;
    padding-left: 40px;
    font-weight: bold;
}
header .nav_cloud .nav_wrap .first li.nav_category {
    margin-left: 0;
}
header .nav_wrap div li.icn:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header .nav_wrap div li.icn.icn_cloud:before {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_w.svg) no-repeat 0 0 / 20px;
}
header .nav_wrap div li:hover.icn.icn_cloud:before,
header .nav_wrap div li.icn.icn_cloud.mark:before {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud.svg) no-repeat 0 0 / 20px;
}
header .nav_wrap div li.icn.icn_private:before {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_private_w.svg) no-repeat 0 0 / 20px;
}
header .nav_wrap div li:hover.icn.icn_private:before,
header .nav_wrap div li.icn.icn_private.current_mark:before {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_private.svg) no-repeat 0 0 / 20px;
}
header .nav_wrap div li.icn.icn_baremetal:before {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_baremetal_w.svg) no-repeat 0 0 / 20px;
}
header .nav_wrap div li:hover.icn.icn_baremetal:before,
header .nav_wrap div li.icn.icn_baremetal.mark:before {
    background: url(/sevice_shared/img/svg/cloud/icn_cloud_baremetal.svg) no-repeat 0 0 / 20px;
}
header .nav_wrap div li.icn.icn_partner:before {
    background: url(/sevice_shared/img/svg/icn_partner_w.svg) no-repeat 0 2px / 20px;
}
header .nav_wrap div li.icn.icn_partner:hover {
    background: none;
    color: #fff;
    cursor: auto;
}
header .nav_wrap div li.nav_nest {
    padding-left: 30px;
}
header .nav_wrap div li.nav_nest:before {
    position: absolute;
    content: '└';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header .nav_wrap .first {
	background: #2f5597;
}
header .nav_wrap .first div > ul {
	border-top: 1px solid #5a77a8;
}
header .nav_wrap .first div > ul:first-child {
	border-top: none;
}
header .nav_wrap .second > div ul {
	background: #e3ecfa;
	display: none;
}
header .nav_wrap .third > div ul {
	background: #fff;
	display: none;
}
header .nav_wrap .first li,
header .nav_wrap .first li a{
	color: #fff;
}
header .nav_wrap li.nav_arrow:after {
	content: '';
	background: url(/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat right 50% / 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
}
header .nav_wrap .first li.nav_arrow:after {
	content: '';
	background: url(/sevice_shared/img/svg/icn_arrow_w.svg) no-repeat right 50% / 10px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
}
header .nav_wrap li.current_mark {
	font-weight: bold;
}
header .nav_wrap .first li.current_mark,
header .nav_wrap .first li:hover {
	background: #e3ecfa;
	transition: 0.5s;
	color: #333;
}
header .nav_wrap .first li.current_mark a,
header .nav_wrap .first li:hover a {
	color: #333;
}
header .nav_wrap .first li.current_mark:after,
header .nav_wrap .first li:hover.nav_arrow:after {
	background: url(/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat right 50% / 10px;
}
header .nav_wrap .second li.current_mark,
header .nav_wrap .second li:hover {
	background: #fff;
	transition: 0.5s;
}
header .nav_wrap .third li {
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 5px 13px 3px 8px;
}
header .nav_wrap .third li.current_mark,
header .nav_wrap .third li:not(.nav_category):hover {
	border: 2px solid #e3ecfa;
	box-sizing: border-box;
	transition: 0.5s;
}
header .nav_wrap li:hover.nav_arrow:not(:after):not(.mark) {
	margin-right: -30px;
}
header .nav_wrap li.mark {
	margin-right: -30px;
	padding-right: 60px;
	color: #333;
	font-weight: bold;
}
header .nav_wrap .first li.mark {
	background: #e3ecfa;
}
header .nav_wrap .second li.mark {
	background: #fff;
}
header .nav_wrap .first li.mark.nav_arrow:after,
header .nav_wrap .second li.mark.nav_arrow:after {
	background-image: none;
}
header .nav_wrap li.nav_category {
	font-size: 1.1rem;
	cursor: auto;
	color: #666;
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
header .nav_wrap li.nav_category.no_title {
	margin-bottom: 10px;
}
header .nav_wrap .first li.nav_category {
	color: #9ab1d8;
}
header .nav_wrap li.nav_category span {
	display: inline-block;
	margin-right: 1rem;
}
header .nav_wrap li.nav_category:after {
	content: '';
	border-top: 1px solid #999;
	display: inline;
	flex-grow: 1;
}
header .nav_wrap .first li.nav_category:after {
	border-top: 1px solid #5a77a8;
}
header .nav_wrap li.nav_category:hover {
	background: none;
}

/* 資料請求、お問い合わせ、ログイン */
header #Gnav div.nav_item > ul > li#nav_request,
header #Gnav div.nav_item > ul > li.nav_inq,
header #Gnav div.nav_item > ul > li.nav_login {
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px 10px 2px;
}
header #Gnav div.nav_item > ul > li.nav_inq,
header #Gnav div.nav_item > ul > li.nav_login {
	position: relative;
    margin-left: 5px;
    padding-right: 18px;
}
header .nav_inq:before,
header .nav_login:before {
	content: '';
	background: url(/sevice_shared/img/datacenter/icn_arrow_list.svg) no-repeat right 50% / 5px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
    -webkit-transform: translateY(-50%) rotateZ(90deg);
    -ms-transform: translateY(-50%) rotateZ(90deg);
    transform: translateY(-50%) rotateZ(90deg);
}
header .inq_content,
header .login_content {
	display: none;
	z-index: 10000;
	position: absolute;
	top: 30px;
	right: 0;
	width: 170px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	cursor: auto;
}
header .inq_content li,
header .login_content li {
	background: url(/sevice_shared/img/svg/icn_arrow_b.svg) no-repeat left 50% / 10px;
	margin: 0 5px;
}
header .inq_content a,
header .login_content a{
	padding: 5px;
	display: inline-block;
	margin-left: 10px;
}
header .inq_content a:hover,
header .login_content a:hover{
	text-decoration: underline;
}

/* 検索窓 */
li.head_search {
	width: 20px;
	margin-top: 1px;
}
.search-box {
	display: none;
	z-index: 2000;
	position: absolute;
	top: 54px;
	right: 0;
	background: #fff;
	padding: 15px;
	border: 1px solid #ccc;
}
.search-box:before {
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff transparent;
	content: "";
	position: absolute;
	top: -8px;
	right: 12px;
	margin-left: -9px;
	display: block;
	width: 0;
	height: 0;
	z-index: 0;
}
.search-box:after {
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #ccc transparent;
	content: "";
	position: absolute;
	top: -10px;
	right: 11px;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	z-index: -1;
}
.search-btn {
	background: #333;
	border: none;
	color: #fff;
	padding: 3px 10px;
}

.nav_close {
	position: absolute;
	width: 15px;
	top: 0;
	right: -39px;
	padding: 10px 12px;
	background: #2f5597;
	cursor: pointer;
}

/* スクロールバー調整 */
.simplebar-scrollbar:before {
	opacity: 0.2;
}


/*----------------------------------------------------------------------------------------------------
	共通Gナビ for SP（1039px以下）
-----------------------------------------------------------------------------------------------------*/
.sp-menu {
	display: none;
}
.sp-menu .navbtn {
	display: none;
}
.sp-menu ul.close {
	display: none;
}
img.icn_new_window {
	width: 14px;
	margin-top: -3px;
	margin-left: 4px;
}
@media (max-width: 1039px) {
header #nav_PC {
	display: none;
}
header #nav_SP {
	display: block;
}


/* sp-menu
-----------------------------------------*/

	body.fix{
		position: fixed;
		width: 100%;
	}
	.sp-menu {
		display: block;
		background: #FFF;
		width: 100%;
		height: 60px;
		position: relative;
		z-index: 999999;
		border-bottom: 1px solid #ddd;
		box-shadow: 1px 4px 7px -2px rgba(0,0,0,0.1);
	}
	.sp-menu .g_logo {
		width: 45.5vw;
		max-width: 200px;
		min-width: 165px;
		margin: 0;
		position: absolute;
		bottom: 13px;
		left: 20px;
	}
	
 /* ナビ追従 */
	.sp-menu.showDown {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
 /* ハンバーガーメニュー */
	.sp-menu .navbtn {
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
	}
	.sp-menu .navbtn a,
	.sp-menu .navbtn a.close {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
	}
	.sp-menu .navbtn a::before,
	.sp-menu .navbtn a.close::before {
		position: absolute;
		top:12px;
		left:10px;
		content:"";
		width: 25px;
		height: 2px;
		background-color: #4A4A4A;
		transition: .2s;
	}
	.sp-menu .navbtn a.open::before {
		top:19px;
		transform: rotate(-45deg);
	}
	.sp-menu .navbtn a::after,
	.sp-menu .navbtn a.close::after {
		position: absolute;
		bottom:12px;
		left:10px;
		content:"";
		width: 25px;
		height: 2px;
		background-color: #4A4A4A;
		transition: .2s;
	}
	.sp-menu .navbtn a.open::after {
		bottom:19px;
		transform: rotate(-135deg);
	}

	.sp-menu .navbtn a span {
		display: block;
		overflow: hidden;
		width: 1px;
		height: 1px;
	}
	.sp-menu .navbtn a span::after,
	.sp-menu .navbtn a.close span::after {
		position: absolute;
		top:19px;
		left:10px;
		content:"";
		width: 25px;
		height: 2px;
		background-color: #4A4A4A;
	}
	.sp-menu .navbtn a.open span::after {
		display: none;
	}

 /* ドロップメニュー */
	.sp-menu > ul {
		display: none;
		background: #01478C;
		height: 100%;
		width: 100%;
		max-height: calc(100vh - 60px);
		min-height: 100vh;
		max-width: 100vw;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		z-index:999;
		box-sizing: border-box;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; /* SPで慣性スクロールを有効にする */
		padding-top: 2.5vh;
		padding-bottom: 50vh;
	}
	.sp-menu > ul.parent_ul {
		position: relative;
	}
	.sp-menu > ul.parent_ul > li {
		margin: 0 25px;
		border-top: 1px solid #1b5a98;
	}
	.sp-menu > ul.parent_ul > li:first-child {
		border-top: none;
	}
	.sp-menu > ul.parent_ul > li:last-child {
		border-bottom: 1px solid #1b5a98;
	}
	.sp-menu > ul li a {
		display: block;
		position: relative;
		padding: 15px 0 15px 20px;
		line-height: 1.8;
		font-size: 14px;
		font-size: 3.5vw;
		color: #FFF;
		text-decoration: none;
		/*border-bottom: solid 1px rgba(255,255,255,0.1);*/
	}
	.sp-menu > ul li:last-of-type a {
		border-bottom: none;
	}
	.sp-menu > ul li a.open {
		font-weight: bold;
	}
	.sp-menu > ul li.parent > a:before {
		display: block;
		content: "＋";
		float: right;
		height: 100%;
		margin-right: 20px;
		font-size: 12px;
		font-size: 3.2vw;
		transition: .2s;
		opacity: 0.6;
	}
	.sp-menu > ul li.parent > a.open:before {
		content: "－";
		margin-top: 3px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		opacity: 0.6;
	}

	.sp-menu > ul li.parent.open > a::after {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.sp-menu > ul li a::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}
	.sp-menu > ul li a,
	.sp-menu > ul li a::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.sp-menu > ul li a::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	.sp-menu > ul li a.open:after {
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: -1;
	}
	
	/* 第１・２・３階層以降の指定 */
	.sp-menu ul.first_ul {
		margin-left: 3rem;
	}
	.sp-menu ul.second_ul {
		margin-left: 3rem;
	}
	.sp-menu ul.third_ul {
		margin-left: 3rem;
	}
	.sp-menu ul.first_ul li a,
	.sp-menu ul.second_ul li a {
		padding: 10px 0 10px 20px;
	}
	.sp-menu ul.third_ul li a {
		padding: 10px 20px;
	}
	.sp-menu ul.first_ul li:last-child,
	.sp-menu ul.second_ul li:last-child,
	.sp-menu ul.third_ul li:last-child {
		margin-bottom: 30px;
	}
    .sp-menu li.nav_nest {
        padding-left: 4.5vw;
        position: relative;
    }
    .sp-menu li.nav_nest:before {
        position: absolute;
        content: '└';
        color: #fff;
        width: 20px;
        height: 20px;
        top: 25px;
        left: 30px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 3.5vw;
    }
	
	/* カテゴリ */
	li.nav_category {
		padding: 10px 0 5px 5px;
		font-size: 11px;
		font-size: 2.5vw;
		color: rgba(255,255,255,0.6);
		overflow: hidden;
	}
	li.nav_category:after {
		display: inline-block;
		content: "";
		background: rgba(255,255,255,0.1);
		width: 100%;
		height: 1px;
		margin-left: 15px;
		vertical-align: middle;
	}
	li.nav_category {
		margin-top: 5px;
		margin-bottom: 8px;
		white-space: nowrap;
	}
	li.nav_category.no_title {
		padding: 5px 0;
		margin: 0;
	}
	
 /* 検索ボックス */
	
	.sp-menu .serch-button {
		position: absolute;
		margin-bottom: 0.35em;
		top: 18px;
		right: 63px;
		width: 25px;
	}
	.sp-menu .serch-button > a {
		display: block;
		width: 25px;
		height: 25px;
	}
	.sp-menu .serch-button > a > img {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	
	.sp-menu .search-box{
		position: absolute;
		width: 300px;
		margin: 40px 0 0 -150px;
		padding: 9px;
		display: none;
		background-color: #fff;
		z-index: 9999;
		right: 0;
		top: 20px;
	}

	.sp-menu .search-box:before {
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #fff transparent;
		content: "";
		position: absolute;
		top: -8px;
		right: 66px;
		margin-left: -9px;
		display: block;
		width: 0;
		height: 0;
		z-index: 0;
	}
	.sp-menu .search-box:after {
		border-style: solid;
		border-width: 0 9px 9px 9px;
		border-color: transparent transparent #ccc transparent;
		content: "";
		position: absolute;
		top: -10px;
		right: 65px;
		margin-left: -10px;
		display: block;
		width: 0;
		height: 0;
		z-index: -1;
	}
	.sp-menu input.text-box {
		width: 220px;
		height: 24px;
		margin-right: 5px;
		border: 1px solid #bdbdbd;
		-webkit-appearance: none;
		}

	.sp-menu input.search-btn {
		float: right;
		box-sizing: border-box;
		line-height: 0;
		width: 55px;
		height: 28px;
		color: #FFF;
		font-size: 12px;
		font-size: 1.2rem;
		border: 1px solid #000;
		border-radius: 2px;
		background: #333; 
		cursor: pointer;
		-webkit-appearance: none;
		}

	.sp-menu .search-box p{
		position: relative;
		width: 206px;
		margin: 0 auto;
		border: solid 1px #ccc;
	}
	
	.scroll-prevent {
		overflow: hidden;
}
	
}


/*----------------------------------------------------------------------------------------------------
	共通フッター for PC（768px超）
-----------------------------------------------------------------------------------------------------*/
footer {
	font-family: Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #fff;
	background: #2f5597;
	font-size: 1.4rem;
}
footer section {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 0;
}
footer a,
footer a:hover {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
footer li {
	padding: 5px 10px;
}
footer #corp_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer #corp_link .corp_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
footer #corp_link .corp_info ul {
	margin-right: 25px;
}
footer #corp_link .corp_info ul:last-child {
	margin-right: 0;
}
footer #corp_link .corp_sns .sp {
	display: none;
}
footer #corp_link .corp_sns li {
	padding-left: 30px;
}
footer #corp_link .corp_sns li.sns_tw {
	background: url(/sevice_shared/img/svg/sns/icn_twitter_w.svg) no-repeat left 50% / 20px;
}
footer #corp_link .corp_sns li.sns_fb {
	background: url(/sevice_shared/img/svg/sns/icn_facebook_w.svg) no-repeat left 50% / 20px;
}
footer #corp_link .corp_sns li.sns_rss {
	background: url(/sevice_shared/img/svg/sns/icn_rss_w.svg) no-repeat 2px 42% / 17px;
}
footer #corp_link .corp_inq {
	margin-left: 10px;
}
footer #corp_link .corp_inq a {
	font-size: 3.0rem;
	display: inline-block;
	margin-top: -5px;
	background: url(/sevice_shared/img/svg/icn_tel_w.svg) no-repeat left 41% / 30px;
	padding-left: 38px;
}
footer #corp_link .corp_inq a:hover {
	text-decoration: none;
}
footer #corp_link .corp_inq p {
	font-size: 1.4rem;
	text-align: right;
	margin-top: -4px;
	color: #fff;
}
footer #corp_jp {
	padding-top: 25px;
}
footer #corp_jp ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
	border-top: 1px solid #476da5;
	border-bottom: 1px solid #476da5;
}
footer #corp_jp li {
	padding: 5px 20px;
}
footer #corp_copyright {
	text-align: center;
	padding-bottom: 40px;
}
footer #corp_copyright .corp_logo {
	width: 200px;
	margin: 0 auto;
}
footer #corp_copyright .corp_logo img {
	display: inline-block;
	margin-left: -9px;
}
footer #corp_copyright .copyright {
	font-size: 1.4rem;
	margin-top: 10px;
	color: #fff;
}


/*----------------------------------------------------------------------------------------------------
	共通フッター for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
footer {
	font-size: 2.5vw;
}
footer #corp_link {
	display: block;
	position: relative;
}
footer #corp_link .corp_info {
	margin-bottom: 30px;
}
footer #corp_link .corp_info ul {
	border-right: 1px solid #476da5;
	text-align: center;
	width: 100%;
	margin-right: 0;
}
footer #corp_link .corp_info ul:last-child {
	border-right: none;
}
footer #corp_link .corp_sns {
	
}
footer #corp_link .corp_sns .pc {
	display: none;
}
footer #corp_link .corp_sns .sp {
	display: flex!important;
	position: absolute;
	/*right: 30px;
	bottom: 0;*/
	right: 25px;
	bottom: -45px;
}
footer.english #corp_link .corp_sns .sp {
	bottom: 0;
}
footer #corp_link .corp_sns .sp li {
	padding-left: 0.8vw;
}
footer #corp_link .corp_sns .sp li:last-child {
	padding-right: 0;
}
footer #corp_link .corp_sns .sp li img {
	width: 6vw;
}
footer #corp_link .corp_inq {
	margin-left: 5vw;
}
footer #corp_link .corp_inq a {
	display: block;
	font-size: 6.9vw;
}
footer #corp_link .corp_inq p {
	text-align: left;
}
footer #corp_jp {
	padding-top: 25px
}
}

/*----------------------------------------------------------------------------------------------------
	共通フッター for English
-----------------------------------------------------------------------------------------------------*/
footer.english #corp_link .corp_info ul {
	margin-right: 10px;
}
footer.english #corp_link .corp_inq a:hover {
	text-decoration: underline;
}
footer.english #corp_link .corp_inq a.login {
	background: none;
	padding-left: 0;
	display: block;
	font-size: 1.4rem;
	margin-top: 5px;
}
footer.english #corp_link .corp_inq a.mail {
	background: url(/sevice_shared/img/svg/icn_mail_w.svg) no-repeat left 41% / 30px;
	font-size: 2.5rem;
	margin-top: 0;
}