@charset "utf-8";
*{
 	 -webkit-text-size-adjust: 100%;
}


/*--　背景固定　--*/
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


html,
body {
	margin:0;
	padding:0;
	font-family:
	"ヒラギノ角ゴ Pro W3", 
	"Hiragino Kaku Gothic Pro", 
	"Meiryo UI",
	"Meiryo",
	"ＭＳ Ｐゴシック", 
	sans-serif; 
	font-size: 14px;
	/*color: #444;*/
	color: #333;
	text-justify:distribute;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

div,
div:after,
div:before {
	box-sizing: border-box;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #666;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	padding: 15px 0;
	background: #000;
	border-bottom: 1px solid #b6b6b6;
	box-sizing: border-box;
	z-index: 1041;
}

.header h1 {
	width: 194px;
	height: auto;
	margin: 0 0 0 14px;
}

.header h1 a {
	display: block;
	width: 100%;
}

.header h1 a img {
	display: block;
	width: 189px;
	height: 45px;
}

.header .corporatesite {
	position: absolute;
	top: 31px;
	right: 200px;
	/* right: 100px; lang追加前 */
	line-height: 1;
}

.header .corporatesite a {
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 0 0 0 12px;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;

	-webkit-transition: all .5s;
	transition: all .5s;
}
.header .corporatesite a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .corporatesite a:hover {
	color: #999;
}

.header .corporatesite a:hover::before {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

.header .lang {
	position: absolute;
	top: 30px;
	right: 95px;
}

.header .lang li {
	width: 50px;
	float: left;
}

.header .lang li:last-child {
	border-left: 1px solid #fff;
}

.header .lang li a,
.header .lang li span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	font-size: 15px;
	text-align: center;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .lang li span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	font-size: 15px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .lang li a:hover {
	color: #fff;
}

.header .lang li span {
}

.header .menu-icon-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 75px;
	z-index: 9999;
}

.header .menu-icon-container .menu-trigger,
.header .menu-icon-container .menu-trigger span {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
}

.header .menu-icon-container .menu-trigger {
	position: relative;
	top: 22px;
	left: 18px;
	width: 42px;
	height: 32px;
}

.header .menu-icon-container .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.header .menu-icon-container .menu-trigger:hover span {
	background-color: #999;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(1) {
	top: 0;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(2) {
	top: 15px;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .menu-icon-container .menu-trigger:hover span:nth-of-type(2)::after {
	background-color: #999;
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(2) {
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(2)::after {
	background-color: #000;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}

.header .globalnavi-wrapper {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
	overflow: auto;
	display: none;
}

.header .globalnavi-wrapper .globalnavi {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 400px;
	margin: auto auto;
	padding: 80px 0 0;
	overflow: visible;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_subtitle {
	font-size: 21px;
	text-align: center;
	color: #575757;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_subtitle span {
	color: #ff5000;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_title {
	width: 400px;
	margin: 37px 0 72px;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_title img {
	width: 100%;
	height: auto;
}

.header .globalnavi-wrapper ul {
	width: 400px;
	margin: 0 auto;
	list-style: none;
	box-sizing:border-box;
	border-bottom: 1px solid #ccc;
}

.header .globalnavi-wrapper ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	border-top: 1px solid #000;
}

.header .globalnavi-wrapper ul li span, 
.header .globalnavi-wrapper ul li a {
	display: block;
	width: auto;
	height: 100%;
	padding-left: 16px;
	color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .globalnavi-wrapper ul li a:hover {
	color: #fff;
	background: #000;
}

.header .globalnavi-wrapper ul li ul {
	border-top: none;
	border-bottom: none;;
}

.header .globalnavi-wrapper ul li ul li {
	font-size: 16px;
	font-weight: normal;
	border-top: 1px solid #ccc;
}

.header .globalnavi-wrapper ul li ul li a {
	padding-left: 34px;
}




.header .globalnavi-wrapper .corporate_link {
	position: relative;
	display: inline-block;
	width: 400px;
	height: 54px;
	margin: 54px 0 60px;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	background: #ff5000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.header .globalnavi-wrapper .corporate_link::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 62px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .globalnavi-wrapper .corporate_link:hover{
	color: #fff;
	background: #000;
}

.sns_wrapper {
	text-align: center;
}

.sns {
	display: inline-block;
	margin: 100px auto;
}
.sns li {
	width: 280px;
	height: 50px;
	margin: 0 50px 0 0;
	text-align: left;
	box-sizing: border-box;
	float: left;
}

.sns li:last-child {
	margin: 0 0 0 0;
}

.sns li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #2e5094;
}

.sns li.sns-tw a {
	font-size: 16px;
	line-height: 22px;
	color: #2fa4dd
}

.sns-fb {
	color: #2e5094;
	border: 1px solid #2e5094;
}
.sns-tw {
	color: #2fa4dd;
	border: 1px solid #2fa4dd
}

.sns-fb span {
	display: inline-block;
	margin: 12px 0 0 100px;
	padding: 0 0 0 30px;
	background: url(../img/icon_facebook.svg) 0 0 no-repeat;
}

.sns-fb a:hover span {
	padding: 0 0 0 30px;
	background: url(../img/icon_facebook_on.svg) 0 0 no-repeat;
	color: #fff
}

.sns-tw span {
	display: inline-block;
	margin: 14px 0 0 90px;
	padding: 0 0 0 30px;
	background: url(../img/icon_twitter.svg) 0 0 no-repeat;
}
.sns-tw a:hover span {
	padding: 0 0 0 30px;
	background: url(../img/icon_twitter_on.svg) 0 0 no-repeat;
	color: #fff
}

.sns-fb span img,
.sns-tw span img {
	display: inline-block;
	margin: 0 5px 0 0;
}

.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(0) translateZ(0);
	transform: perspective(0) translateZ(0);
	box-shadow: 0 0 0 transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098D1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: #fff
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hvr-sweep-to-right-fb:before {
	background: #2e5094;
}

.hvr-sweep-to-right-tw:before {
	background: #2fa4dd;
}

.black_bar {
	height: 20px;
	background: #000;
}

.logo_wrapper {
	padding: 40px 0;
	background: #fff;
}

.logo_wrapper .logo_title {
	width: 190px;
	margin: 0 auto;
}

.copyright_wrapper {
	padding: 12px 0;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #ff5000;
}

.back_to_index {
	display: table;
	margin: 60px auto 80px;
	width: 650px;
	height: 64px;
}

.back_to_index a {
	display: table-cell;
	padding: 0 25px 0 40px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.back_to_index a:hover {
	opacity: 0.5;
}

.back_to_index a span {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.5;
}

.back_to_index a span::before {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-top: 1px solid #ff5000;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.back_to_index a span::after {
	position: absolute;
	top: 0;
	bottom: 6px;
	left: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-left: 1px solid #ff5000;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}


/* Remodal - v1.0.7 Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. http://vodkabears.github.io/remodal/  Made by Ilya Makarov Under MIT License */
/* ========================================================================== Remodal's necessary styles ========================================================================== */
@font-face { font-family: 'themify'; src: url("/fonts/themify.eot?-fvbane"); src: url("/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("/fonts/themify.woff?-fvbane") format("woff"), url("/fonts/themify.ttf?-fvbane") format("truetype"), url("/fonts/themify.svg?-fvbane#themify") format("svg"); font-weight: normal; font-style: normal; }
[class^="ti-"], [class*=" ti-"] { font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ti-close:before { content: "\e646"; }

/* Hide scroll bar */
html.remodal-is-locked { overflow: hidden; -ms-touch-action: none; touch-action: none; }

/* Anti FOUC */
.remodal, [data-remodal-id] { display: none; }

/* Necessary styles of the overlay */
.remodal-overlay { position: fixed; z-index: 9999; top: -5000px; right: -5000px; bottom: -5000px; left: -5000px; display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper { position: fixed; z-index: 10000; top: 0; right: 0; bottom: 0; left: 0; display: none; overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after { display: inline-block; height: 100%; margin-left: -0.05em; content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper { -webkit-backface-visibility: hidden; backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal { position: relative; outline: none; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; }

.remodal-is-initialized { /* Disable Anti-FOUC */ display: inline-block; }

/* Remodal - v1.0.7 Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking. http://vodkabears.github.io/remodal/  Made by Ilya Makarov Under MIT License */
/* ========================================================================== Remodal's default mobile first theme ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened { -webkit-filter: blur(3px); filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay { background: rgba(0, 0, 0, 0.85); }

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening { -webkit-animation-name: remodal-overlay-opening-keyframes; animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing { -webkit-animation-name: remodal-overlay-closing-keyframes; animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper { padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-bottom: 10px; padding: 35px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); color: #2b2e38; background: #fff; }

.remodal.remodal-is-opening, .remodal.remodal-is-closing { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.remodal.remodal-is-opening { -webkit-animation-name: remodal-opening-keyframes; animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing { -webkit-animation-name: remodal-closing-keyframes; animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after { vertical-align: middle; }

/* Close button */
.remodal-close { position: absolute; top: 0; left: 0; display: block; overflow: visible; width: 35px; height: 35px; margin: 0; padding: 0; cursor: pointer; -webkit-transition: color 0.2s; transition: color 0.2s; text-decoration: none; color: #95979c; border: 0; outline: 0; background: transparent; }

.remodal-close:hover, .remodal-close:focus { color: #2b2e38; }

.remodal-close:before { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important; font-size: 25px; line-height: 35px; position: absolute; top: 0; left: 0; display: block; width: 35px; content: "\00d7"; text-align: center; }

/* Dialog buttons */
.remodal-confirm, .remodal-cancel { font: inherit; display: inline-block; overflow: visible; min-width: 110px; margin: 0; padding: 12px 0; cursor: pointer; -webkit-transition: background 0.2s; transition: background 0.2s; text-align: center; vertical-align: middle; text-decoration: none; border: 0; outline: 0; }

.remodal-confirm { color: #fff; background: #81c784; }

.remodal-confirm:hover, .remodal-confirm:focus { background: #66bb6a; }

.remodal-cancel { color: #fff; background: #e57373; }

.remodal-cancel:hover, .remodal-cancel:focus { background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner { padding: 0; border: 0; }

/* Keyframes ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; }
  to { -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes remodal-opening-keyframes { from { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 0; }
  to { -webkit-transform: none; transform: none; opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; } }
@keyframes remodal-closing-keyframes { from { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
  to { -webkit-transform: scale(0.95); transform: scale(0.95); opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes { from { opacity: 0; }
  to { opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes { from { opacity: 1; }
  to { opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes { from { opacity: 1; }
  to { opacity: 0; } }
/* Media queries ========================================================================== */
@media only screen and (min-width: 641px) { .remodal { min-width: 1px; max-width: 1060px; }
  .remodal img { max-width: 100%; }
  .remodal .ti-close { position: absolute; top: 16px; right: 16px; cursor: pointer; } }
@media only screen and (max-width: 767px) { .remodal img { max-width: 100%; } }
/* IE8 ========================================================================== */
.lt-ie9 .remodal-overlay { background: #2b2e38; }

.lt-ie9 .remodal { width: 700px; }






/** ====================================== **/
@media screen and (max-width: 1280px) {

.header .globalnavi-wrapper .globalnavi {
	width: 340px;
	padding: 80px 0 0;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_subtitle {
	font-size: 18px;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_title {
	width: 340px;
	margin: 26px 0 40px;
}

.header .globalnavi-wrapper ul {
	width: 340px;
}

.header .globalnavi-wrapper ul li {
	line-height: 48px;
}

.header .globalnavi-wrapper .corporate_link {
	width: 340px;
	margin: 40px 0 60px;
}

.header .globalnavi-wrapper .corporate_link::before {
	left: 32px;
}


.sns li {
	width: 240px;
	margin: 0 30px 0 0;
}

.sns-fb span {
	margin: 12px 0 0 80px;
}

.sns-tw span {
	margin: 14px 0 0 75px;
}



}



/** ====================================== **/
@media screen and (max-width: 768px) {


.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 8px 0;
	background: #000;
}

.header h1 {
	width: 144px;
	height: auto;
	margin: 0 0 0 10px;
}

.header h1 a img {
	display: block;
	width: 147px;
	height: 45px;
}

.header .corporatesite {
	display: none;
}

.header .lang {
	position: absolute;
	top: 25px;
	right: 70px;
}

.header .lang li {
	width: 40px;
}

.header .lang li a,
.header .lang li span {
	font-size: 13px;
}

.header .menu-icon-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 9999;
}

.header .menu-icon-container .menu-trigger,
.header .menu-icon-container .menu-trigger span {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
}

.header .menu-icon-container .menu-trigger {
	position: relative;
	top: 18px;
	left: 15px;
	width: 30px;
	height: 24px;
}

.header .menu-icon-container .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.header .menu-icon-container .menu-trigger:hover span {
	background-color: #fff;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(1) {
	top: 0;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(2) {
	top: 11px;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.header .menu-icon-container .menu-trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .menu-icon-container .menu-trigger:hover span:nth-of-type(2)::after {
	background-color: #fff;
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(2) {
	background-color: #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(2)::after {
	background-color: #000;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header .menu-icon-container .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}

.sns_wrapper {
	margin: 40px 0;
}

.sns {
	display: inline-block;
	margin: 4px auto;
}

.sns li {
	width: 100px;
	height: 75px;
	margin: 0 25px 0 0;
	text-align: left;
	box-sizing: border-box;
	float: left;
}

.sns-fb span {
	display: block;
	width: 100%;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 45px 0 0 0;
	text-align: center;
	background-images: url(../img/icon_facebook.svg);
	background-size: 25px 25px;
	background-position: center 12px;
}

.sns-fb a:hover span {
	padding: 45px 0 0 0;
	background-images: url(../img/icon_facebook_on.svg);
	background-size: 25px 25px;
	background-position: center 12px;
	color: #fff
}

.sns-tw span {
	display: block;
	width: 100%;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 45px 0 0 0;
	text-align: center;
	background-images: url(../img/icon_twitter.svg);
	background-size: 27px 25px;
	background-position: center 12px;
}
.sns-tw a:hover span {
	padding: 45px 0 0 0;
	background-images: url(../img/icon_twitter_on.svg);
	background-size: 27px 25px;
	background-position: center 12px;
	color: #fff
}

.back_to_index {
	margin: 40px 10px 60px;
	width: calc( 100% - 20px);
	height: 64px;
}

.back_to_index a {
	font-size: 14px;
}





}




/** ====================================== **/
@media screen and (max-width: 414px) {

.header .globalnavi-wrapper .globalnavi {
	margin: 0 auto;
	width: 250px;
	margin: auto auto;
	padding: 60px 0 0;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_subtitle {
	font-size: 14px;
}

.header .globalnavi-wrapper .globalnavi .globalnavi_title {
	width: 250px;
	margin: 15px 0 20px;
}

.header .globalnavi-wrapper ul {
	width: 250px;
}

.header .globalnavi-wrapper ul li {
	font-size: 13px;
	line-height: 40px;
}

.header .globalnavi-wrapper ul li span, 
.header .globalnavi-wrapper ul li a {
	padding-left: 10px;
}

.header .globalnavi-wrapper ul li ul li {
	font-size: 12px;

}

.header .globalnavi-wrapper ul li ul li a {
	padding-left: 10px;
}

.header .globalnavi-wrapper .corporate_link {
	width: 250px;
	height: 40px;
	margin: 40px 0 40px;
	font-size: 13px;
	line-height: 42px;
}

.header .globalnavi-wrapper .corporate_link::before {
	left: 12px;
}




}
