

/*********************************************************
  =Foundation
---------------------------------------------------------- */

.p-overseas_body{
	font-family:"Fira Sans","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 1rem;
	line-height: 1.875;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-feature-settings : "pkna" 1;
	-webkit-text-size-adjust:100%;
	position: relative;
}
.p-overseas_body *{
	box-sizing: border-box;
}

.p-overseas_body header *:after,
.p-overseas_body main *:after { display: none; }

/**********************************************************
  =Layout
---------------------------------------------------------- */

header,footer,main{
	min-width: 1160px;
}
main{
	display: block;/*IE Bug*/
}
#header{
	background-color: #fff;
}
#footer{
	position: relative;
}

.l-overseas_header{}
.l-overseas_header h1 a{
	color: #fff;
	text-decoration: none;
}
.l-overseas_main {
	/*text-align: justify;*/
	text-align: left;
	background-color: #fff;
	position: relative;
}
.l-overseas_bottom{
	min-width: 1160px;
	background-color: #fff;
	position: relative;
	padding-top: 0.875rem;
}
.l-overseas_bottom .bottom{
	margin-bottom: 0;
	padding-bottom: 20px;
	width: 1160px;
}

/*********************************************************
  =Object
---------------------------------------------------------- */

/*component*/

/*heading*/
.l-overseas_main h1{
	margin: 0;
	letter-spacing: 0.03em;
}
.l-overseas_main h1.p-main_title,
.l-overseas_main .p-ctg_label{
	font-size: 42px;
	font-weight: 300;
	padding-top: 18px;
	padding-bottom: 26px;
	padding-right: 0.5em;
	color: #818C9A;
	line-height: 1;
	letter-spacing: 0.03em;
	text-align: center;
	position: relative;
}
.l-overseas_main .p-ctg_label.c-jp{
	font-size: 2.25rem;
	font-weight: 500;
	padding-top: 27px;
	padding-bottom: 29px;
}

.l-overseas_main h1.p-lev2{
	text-align: center;
	padding: 1rem 0.5em 1.125rem 0;
	font-size: 2.125rem;
	line-height: 1.5;
	color: #fff;
}
.l-overseas_main .p-lev2_title_bar{
	border-top: #fff 2px solid;
}

.p-ctg_label_area{
	border-bottom: #E5E7EA 1px solid;
	box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.15);
}
.l-overseas_main h2{
	font-size: 34px;
	font-weight: 500;
	/*letter-spacing: 0.03em;*/
}
.l-overseas_main h2.c-medium{
	font-size: 28px;
	line-height: 1.5;
}
.l-overseas_main h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}
.l-overseas_main h3.c-small{
	font-size: 22px;
}
.l-overseas_main h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.l-overseas_main h1.c-normal,
.l-overseas_main h2.c-normal,
.l-overseas_main h3.c-normal,
.l-overseas_main h4.c-normal{
	font-weight: 500;
}
.l-overseas_main h1 .c-normal,
.l-overseas_main h2 .c-normal,
.l-overseas_main h3 .c-normal,
.l-overseas_main h4 .c-normal{
	font-weight: 400;
}
.l-overseas_main h1.c-align--center,
.l-overseas_main h2.c-align--center,
.l-overseas_main h3.c-align--center,
.l-overseas_main h4.c-align--center{
	padding-right: 0.5em;
}

h2.p-main_heading,
h2.p-sub_heading,
h3.p-sub_heading{
	font-size: 2.125rem;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 1.25rem;
	padding-top: 1.5rem;
	position: relative;
}
h2.p-main_heading{
	text-align: center;
	padding-right: 0.875rem;
	padding-top: 2.75rem;
}
h2.p-sub_heading{
	font-size: 1.5rem;
}
h3.p-sub_heading{
	padding-top: 1.375rem;
	font-size: 1.25rem;
}
h2.p-main_heading::before,
h2.p-sub_heading::before,
h3.p-sub_heading::before{
	content:"";
	display: block;
	width: 102px; height: 6px;
	background: url("../images/mark_heading_red.svg") no-repeat 0px 0px;
	position: absolute;
	top: 0px; left: 0px;
}
h3.p-sub_heading::before{
	height: 4px;
	background-size: auto 4px;
}
h2.p-main_heading::before,
h2.p-sub_heading.c-align--center::before{
	margin-left: -55px;
	left: 50%;
}


/*layout*/
.c-inner--bodyWidth{
	width: 1160px;
	margin: 0 auto;
}

.c-flex--between{
	display: flex;
	justify-content: space-between;
}
.c-flex--start{
	display: flex;
	justify-content: flex-start;
}
.c-flex--end{
	display: flex;
	justify-content: flex-end;
}
.c-flex--center{
	display: flex;
	justify-content: center;
}
.c-flex--wrap{
	flex-wrap: wrap;
}
.c-flexitem--center{
	align-items: center;
}
.c-flexitem--top{
	align-items: flex-start;
}
.c-flexitem--bottom{
	align-items: flex-end;
}
.c-flexcontent--center{
	align-content: center;
}

a.c-inline_link{text-decoration: underline;}
a.c-inline_link:hover{background-color: #f0f0f0;}

.c-border_box{
	box-sizing: border-box;
	border: #ccc 1px solid;
	padding: 1.125rem 1.5rem;
}

.c-wbk{
	background-color: #fff;
}
.c-gbk{
	/*background-color: #E5E7EA;*/
	background-color: #EDEFF2;
}
.c-bk--blue{
	background-color: #447AAC;
}
.c-bk--deep_blue{
	background-color: #375D94;
}
.c-gbk.c-padding,
.c-bk--deep_blue.c-padding{
	padding: 0.25rem 0 1.5rem;
}

.c-align--center{
	text-align: center;
}
.c-align--left{
	text-align: left;
}
.c-align--right{
	text-align: right;
}

.c-mb--1{
	margin-bottom: 1.875rem !important;
}
.c-mb--2{
	margin-bottom: 3.75rem !important;
}
.c-mb--3{
	margin-bottom: 5.625rem !important;
}
.c-mt--1{
	margin-top: 1.875rem !important;
}
.c-mt--2{
	margin-top: 3.75rem !important;
}
.c-mt--3{
	margin-top: 5.625rem !important;
}
.c-mr--1{
	margin-right: 1.5rem !important;
}
.c-mr--2{
	margin-right: 5rem !important;
}
.c-ml--1{
	margin-left: 1.5rem !important;
}
.c-ml--2{
	margin-left: 3rem !important;
}

.c-red_txt{
	color: #F50206;
}
.c-blue_txt{
	color: #2784b7;
}
.c-gray_txt{
	color: #818C9A;
}
.c-note{
	font-size: 0.8125rem;
	line-height: 1.5;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.c-note.c-mt--1{
	margin-top: 0.75rem !important;
}
.c-caption{
	font-size: 0.875rem;
	padding: 0.3125rem 0 0;
	color: #46484E;
}
.c-small_txt{
	font-size: 75%;
}
.c-indent{
	padding-left: 1.25rem !important;
}
.c-num_indent{
	padding-left: 1em;
	text-indent: -1em;
}
.c-tight_spacing{
	letter-spacing: -0.02em;
}
.c-tight_spacing.more{
	letter-spacing: -0.04em;
}
.c-paren{
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.c-fill-width{
	width: 100%;
	height: auto;
}
.c-fill-height{
	height: 100%;
	width: auto;
}
.c-img--shadow{
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.3);
}
.c-img--radius{
	border-radius: 6px;
	overflow: hidden;
}
.c-border_img{
	border: #ccc 1px solid;
}
.c-iblock{
	display: inline-block; /*for IE Bug*/
}

/*btn*/
.c-bn_btn{
	position: relative;
	background-color: #fff;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.35);
}
.c-bn_btn.c-padding{
	padding: 1.25rem 1.875rem;
}
.c-bn_btn a{
	color: #101010;
	text-decoration: none;
}
.c-bn_btn.c-arrow_right::after{
	content: "";
	display: block;
	width: 12px; height: 24px;
	background: url("../images/arrow_right_m_red.svg") no-repeat 50% 50%;
	position: absolute;
	right: 20px; top: 50%;
	margin-top: -13px;
}


/**/
.c-boxshadow{
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.35);
}

/*c-link*/
ul.c-link{
	margin: 0; padding: 0;
}
ul.c-link li{
	margin: 0.125rem 0;
}
.c-link a{
	display: inline-block;
	padding: 0.1875rem 0.25rem 0.1875rem 1.75rem;
	background: url("../images/arrow_right_s_red.svg") no-repeat 0.5rem 0.375rem;
	border-radius: 3px;
	transition: background-color 0.3s;
	line-height: 1.4;
	text-decoration: none;
}
.c-link a:hover{
	text-decoration: underline;
}
.c-link a.c-small{
	padding: 0.125rem 0.25rem 0.125rem 1.25rem;
	background: url("../images/arrow_right_s_red.svg") no-repeat 0.25rem 0.25rem;
	font-size: 0.875rem;
}
ul.c-link li.c-inline{
	display: inline-block;
	margin-right: 1rem;
}

/*c-list*/
ul.c-list{
	margin: 0; padding: 0;
}
ul.c-list li{
	padding-left: 1.5rem;
	position: relative;
}
ul.c-list li::before{
	content: "・";
	display: block;
	position: absolute;
	top:0px; left: 0.25rem;
	font-weight: bold;
}

/*ol.list*/

ol.c-list li{
	list-style: decimal;
	margin-left: 1.5rem;
}

/*ul.c-border*/
ul.c-border>li{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	border-bottom: #e6e6e6 1px solid;
	margin-top: 0px;margin-bottom: 0px;
	display: block;
	z-index: 1;
}
ul.c-border>li:last-of-type{
	border-bottom: none;
}
ul.c-border.c-link_small>li{
	padding-top: 0.25rem; padding-bottom: 0.25rem;
}
ul>li.c-block_link{
	padding-left: 0;
}

a.c-pdf::after,
a.c-blank::after{
	content:"";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin: 0 0.25rem -4px 0.375rem;
}
a.c-pdf::after{
	background-image: url("/common/image/icon_pdf.gif");
}
a.c-blank::after{
	background-image: url("/common/image/icon_blank.png");
}
a.c-blank.wh::after{
	background-image: url("/common/image/icon_blank_w.png");
}

/*c-block_hover*/
.c-block_hover{
	position: relative;
}

.c-block_hover a:before{
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px; top: 0px;
	transition: all 0.3s;
	border: #a6c4eb 1px solid;
	border-radius: 2px;
	background-color: rgba(166,196,235,0.3);
	opacity: 0;
}
.c-block_hover:hover a:before{
	border-width: 2px;
	opacity: 1;
}

/*grid col*/
.c-col{
	flex: 0 0 auto;
}
.col2 .c-col,
.col3 .col2 .c-col,
.col4 .col2 .c-col,
.col5 .col2 .c-col{width: calc((100% - 40px)/2);}

.col3 .c-col,
.col2 .col3 .c-col,
.col4 .col3 .c-col,
.col5 .col3 .c-col{width: calc((100% - 80px)/3);}
.col3 .c-col.span-2 {width: calc((100% - 80px)*2/3 + 40px);}

.col4 .c-col,
.col2 .col4 .c-col,
.col3 .col4 .c-col,
.col5 .col4 .c-col {width: calc((100% - 120px)/4);}
.col4 .c-col.span-2 {width: calc((100% - 120px)*2/4 + 40px);}
.col4 .c-col.span-3 {width: calc((100% - 120px)*3/4 + 80px);}

.col5 .c-col,
.col2 .col5 .c-col,
.col3 .col5 .c-col,
.col4 .col5 .c-col{width: calc((100% - 160px)/5);}
.col5 .c-col.span-2 {width: calc((100% - 160px)*2/5 + 40px);}
.col5 .c-col.span-3 {width: calc((100% - 160px)*3/5 + 80px);}
.col5 .c-col.span-4 {width: calc((100% - 160px)*4/5 + 120px);}

.c-col.c-narrow{
	width: 75%;
}
.c-col.c-narrow--60{
	width: 60%;
}

/*box_article*/
.c-box_article{
	padding: 0rem 1.875rem; /*30px*/
}
.c-box_article.c-border{
	padding-left: 29px;
	padding-right: 29px;
	border: #ccc 1px solid;
	background-color: inherit;
}
.c-box_article.c-radius{
	border-radius: 6px;
}
.c-box_article.c-padding{
	padding: 1.5625rem;
}

.c-line_section{
	/*padding-top: 1.5rem;*/
	border-top: #ccc 1px solid;
}
.c-line_section.c-padding_top{
	padding-top: 1.8125rem;
}

/*  Project
---------------------------------------------------------- */

.p-overseas_pagetop__wrap{
	position: relative;
	height: 51px; /*default*/
	z-index: 3;
}

.p-overseas_pagetop{
	background-color: #447AAC;
	position: absolute;
	top:0px;
	width: 100%;
	min-width: 1160px;
	z-index: 100;
	transition: box-shadow 0.3s;
	line-height: 1;
}
.p-overseas_pagetop.is-fixed{
	position: fixed;
	box-shadow: 0 2px 8px -1px rgba(0,0,0,0.3);
}

.p-overseas_pagetop__inner{
	width: 1160px;
	margin: 0 auto;
	padding: 0.375rem 0 0.4375rem;
	text-align: 1;
	display: flex;
	justify-content: space-between;
}

h1.p-overseas_pagetop__logo{
	/*font-size: 1.875rem;*/
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	width: auto;
	flex: 0 0 auto;
	margin: 0.25rem 0;
	color: #fff;
}

/*p-overseas_gnav*/
.p-overseas_gnav{
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	margin-top: -1px;
}
.p-overseas_gnav__item{
	flex: 0 0 auto;
	width: auto;
	margin: 0 2px;
	font-size: 1rem;
	/*font-weight: 300;*/
	font-weight: 400;
	position: relative;
	text-align: left;
}
.p-overseas_gnav__item.jp{
	font-size: 0.875rem;
}
.p-overseas_gnav__item>a{
	display: inline-block;
	padding: 0.6875rem 1.125rem 0.75rem;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	transition: background-color 0.3s;
}
.p-overseas_gnav__item:hover>a,
.p-overseas_gnav__item.current>a{
	background-color: #375d94;
}

.p-overseas_gnav__pulldown{
	position: absolute;
	width: 240px;
	height: 0px;
	top: calc(100% - 15px);
	left: -10px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 2px 4px 12px -2px rgba(0,0,0,0.3);
	font-size: 0.8125rem;
	line-height: 1.4;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s;
	z-index:1;
}

.p-overseas_gnav__item:hover .p-overseas_gnav__pulldown{
	opacity: 1;
	height: auto;
	top: calc(100% - 2px);
	left: -10px;
}

.p-overseas_gnav__pulldown.is-open{
	opacity: 1;
}

.p-overseas_gnav__pulldown li{
	border-bottom: #818C9A 1px solid;
}
.p-overseas_gnav__pulldown li:last-of-type{
	border-bottom: none;
}
.p-overseas_gnav__pulldown li a{
	display: block;
	text-decoration: none;
	color: #212121;
	font-weight: 500;
	transition: background-color 0.3s;
	padding: 0.75rem 0.9375rem;
}
.p-overseas_gnav__pulldown li a:hover,
.p-overseas_gnav__pulldown li.current a{
	background-color: rgba(166,196,235,0.5);
}

.p-overseas_gnav__item.contact{
	border-left: rgba(255,255,255,0.3) 1px solid;
	/*border-left: #6697c1 1px solid;*/
	padding-left: 0.25rem;
	margin-left: 0.25rem;
	font-size: 0.875rem;
}

/*gnav: lang_switch*/
.p-overseas_gnav__item.lang_switch{
	border-left: rgba(255,255,255,0.3) 1px solid;
	padding-left: 0.25rem;
	margin-left: 0.25rem;
	font-size: 0.875rem;
}
.p-overseas_gnav__item.lang_switch>a{
	padding-bottom: 0.8125rem;
	padding-left: 2.5rem;
	padding-right: 0.875rem;
	/*color: #c3d8eb;*/
	background-image: url("/english/tech/overseas/common/images/lang_sw/icon_lang_sw.svg");
	background-repeat: no-repeat;
	background-position: 0.5rem 50%;
}
.p-overseas_gnav__item.lang_switch .p-overseas_gnav__pulldown,
.p-overseas_gnav__item.lang_switch:hover .p-overseas_gnav__pulldown{
	left: inherit;
	right: -10px;
	width: auto;
}
.p-overseas_gnav__item.lang_switch .p-overseas_gnav__pulldown li a{
	width: 8rem;
}
.p-overseas_gnav__item.lang_switch .p-overseas_gnav__pulldown li.current a{
	background-color: rgba(166,196,235,0.8);
}


/*p-thumb_link*/
.p-thumb_link{
	display: flex;
	justify-content: flex-start;
}
.p-thumb_link__img{
	flex: 0 0 auto;
	width: 30%;
}
.p-thumb_link__txt{
	flex: 1 0 auto;
	width: 30%;
	padding: 0.8125rem 2rem 1.125rem;
}
.c-arrow_right .p-thumb_link__txt{
	padding-right:5.75rem;
}
.c-arrow_right.small .p-thumb_link__txt{
	padding-right:40px;
}
.p-thumb_link.c-arrow_right::after{
	content: "";
	display: block;
	width: 24px;
	height: 44px;
	background: url("../images/arrow_right_l_red.svg") no-repeat 0px 50%;
	position: absolute;
	right: 30px; top: 50%;
	margin-top: -22px;
}
.p-thumb_link.c-arrow_right.small::after{
	width: 14px;
	height: 24px;
	background: url("../images/arrow_right_m_red.svg") no-repeat 0px 50%;
	position: absolute;
	right: 24px; top: 50%;
	margin-top: -12px;
}
.p-thumb_link h3,
.p-thumb_link h4{
	font-weight: 500;
}
.p-thumb_link h3.c-small{
	font-size: 1.25rem;
}
.p-thumb_link h4{
	margin-bottom: 0.5rem;
}
.p-thumb_link a{
	color: #212121;
	text-decoration: none;
}

/**/
.p-thumb_link__img.large{
	width: 40%;
}
.p-thumb_link__img.small{
	width: 25%;
}

.p-thumb_link.c-vertical{
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}
.c-vertical .p-thumb_link__img{
	width: 100%;
	height: auto;
}
.c-vertical .p-thumb_link__txt{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

/*p-person_data*/
.p-person_data{
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: normal;
	color: #101010;
	text-align: left;
}
.p-person_data__name{
	font-size: 1.5rem;
	text-align: left;
	text-shadow: 0px 1px 4px rgba(255,255,255,0.9);
}
.p-person_data__name .p-en{
	font-size: 0.875rem;
	display: inline-block;
	margin-left: 0.5rem;
}
.p-person_data__profile{
	border-top: #E6002D 1px solid;
	padding-top: 0.5rem;
	margin-top: 0.375rem;
	font-size: 0.75rem;
}

/*p-rel_link*/

.p-rel_link{
	display: flex;
	justify-content: space-between;
	border: #C0C5CC 1px solid;
	line-height: 1.5;
}
.p-rel_link a{
	text-decoration: none;
}
.p-rel_link dt{
	flex: 0 0 auto;
	width: 120px;
	padding: 0.75rem 0.875rem 0.9375rem 0.75rem;
	text-align: center;
	background-color: #E5E7EA;
}
.p-rel_link dt h3,
.p-rel_link h4{
	font-size: 1rem;
}
.p-rel_link h4{
	padding-bottom: 0.8125rem;
	margin-bottom: 0.125rem;
	border-bottom: #ccc 1px solid;
}
.p-rel_link dd{
	flex: 1 0 auto;
	width: 50%;
	padding: 0.75rem 1.25rem 0.125rem;
}
.p-rel_link__list li{
	flex: 0 0 auto;
	padding: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-rel_link__list.col2 li{
	width: calc((100% - 20px)/2);
}
.p-rel_link__list li .p-rel_link__thumb{
	flex: 0 0 auto;
	width: 90px;
	height: 60px;
	margin-right: 0.875rem;
}

/*link_box*/
.p-link_box{
	text-align: center;
	line-height: 1;
	padding: 1.125rem 0 1.1875rem;
	background-color: #333;
	position: relative;
}
.p-link_box::before{
	content: "";
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -21px;
	background: url("../images/arrow_right_m_wh.svg") no-repeat 50% 50%;
	background-size: 16px auto;
}
.p-link_box.c-arrow--s::before{
	height: 32px;
	margin-top: -17px;
	background: url("../images/arrow_right_m_wh.svg") no-repeat 50% 50%;
	background-size: auto 100%;
}
.p-link_box.blue{
	background-color: #447AAC;
}
.p-link_box.no_link{
	color: #fff;
}
.p-link_box.no_link.no_link::before{
	display: none;
}
.p-link_box a{
	color: #fff;
	text-decoration: none;
}
.p-link_box.c-large{
	font-size: 1.375rem;
	padding: 1.5rem 0 1.675rem;
}

/*p-overseas_bnav*/
.p-overseas_bnav{
	background: linear-gradient(to bottom, #DCE1E6 0px, #EFF0F2 9px);
}
.p-overseas_bnav h3.p-bnav_heading{
	color: #818C9A;
	font-weight: 300;
	font-size: 2.375rem;
	line-height: 1.5;
	text-align: center;
}

.p-overseas_bnav__heading_area{
	padding: 0.4375rem 0.625em 0.6875rem 0;
	border-bottom: #C0C5CC 1px solid;
}
.p-overseas_bnav__heading_area .c-inner--bodyWidth{
	position: relative;
}
.p-bnav_ctg_index{
	position: absolute;
	width: auto;
	top:0.75rem; right: 0;
	padding: 0.5rem 2rem 0.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.sp .p-bnav_ctg_index{
	display: none;
}
.p-bnav_ctg_index a{
	text-decoration: none;
	color: #212121;
}
.p-bnav_ctg_index::after{
	content: "";
	display: block !important;
	position: absolute;
	width: 16px;
	height: 30px;
	top:50%; right: 0.5rem;
	margin-top: -15px;
	background: url("/english/tech/overseas/common/images/arrow_right_s_red.svg") no-repeat 50% 50%;
}

.p-overseas_bnav__content{
	padding: 2.125rem 0 1.25rem;
}

.p-overseas_bnav__item{
	padding: 1.125rem 2rem 1.375rem;
	text-align: center;
	margin-bottom: 1rem;
	line-height: 1.5;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-overseas_bnav__item:not(.current)::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 24px;
	margin-top: -14px;
	right: 12px;
	top:50%;
	background: url("../images/arrow_right_m_red.svg") no-repeat 50% 50%;
	background-size: 8px auto;
}
.p-overseas_bnav__item.current{
	background-color: #88929C;
}
.p-overseas_bnav__item.current a{
	color: #fff;
}
.p-overseas_bnav__item.current a::before{
	opacity: 0;
}

/*p-sns_accounts*/
.p-sns_accounts{
	padding: 1.375rem 0 1.625rem;
	border-bottom: #9EA6B1 1px solid;
}
.p-sns_accounts__area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1;
}
.p-sns_accounts__label{
	flex: 0 0 auto;
	color: #88929C;
	width: auto;
	margin-right: 1.5rem;
	font-size: 0.875rem;
	
	padding: 0.875rem 1.5rem 0.875rem 0;
	border-right: #88929C 1px solid;
}

.p-sns_accounts__area dd{
	flex: 0 0 auto;
	width: auto;
}
.p-sns_accounts__icon{
	display: flex;
	flex: 0 0 auto;
	justify-content: flex-start;
}
.p-sns_accounts__icon li{
	flex: 0 0 auto;
	margin-right: 0.625rem;
	white-space: nowrap;
	line-height: 1.3;
	font-size: 0.8125rem;
	font-weight: 500;
}
.p-sns_accounts__icon li a{
	display: block;
	width: auto; height: auto;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding: 0.375rem 0.5rem 0.375rem 46px;
	color: #212121;
	text-decoration: none;
}
.p-sns_accounts__icon li.linkedin a{
	background-image: url("../images/icon_linkedin_logo.svg");
	background-position: 8px 50%;
	background-size: 34px auto;
}
.p-sns_accounts__icon li.fb a{
	background-image: url("../images/icon_fb_logo.svg");
}
.p-sns_accounts__icon li.youtube a{
	background-image: url("../images/icon_youtube.svg");
	background-size: 34px auto;
	padding-left: 50px;
}
.p-sns_accounts__icon li.youtube{
	margin-left: 0.5rem;
}

/*feature_bn*/
.p-feature_bn{
	padding: 1.5rem 0;
}
.p-feature_bn__btn{
	font-size: 1rem;
	width: 960px;
	margin: 0 auto;
	padding: 1.3125rem 0 2.25rem;
	color: #fff;
}
.p-feature_bn__label{
	display: block;
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 1;
	padding: 0rem 0 1.0625rem;
}
.p-feature_bn__btn h2{
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0em;
}

/*p-overseas_contact*/
.p-overseas_contact{
	background-color: #EFF0F2;
	padding: 2rem 0 2.5rem;
	border-top: #fff 2px solid;
}

.p-overseas_contact__btn{
	width: 600px;
	margin: 0 auto;
	padding: 1.25rem 0 1.6875rem;
}
.p-overseas_contact__btn .jp{
	font-size: 1rem;
}
.p-overseas_contact__btn .en{
	display: block;
	font-size: 2.375rem;
	font-weight: 300;
	line-height: 1;
	/*padding: 0 0 0.75rem;*/
}

/*p-footer_rel_link*/
.p-footer_rel_link{
	padding: 1.25rem 0;
	line-height: 1.5;
}
.p-footer_rel_link .c-bn_btn{
	height: 100%;
}
h4.p-footer_rel_link__title{
	text-align: center;
	padding: 0.875rem 0rem 1.25rem;
	font-size: 1.125rem;
}
.p-footer_rel_link__title a.c-blank::after{
	margin-right: -1.5rem;
}

/* colors 
_____________________________*/

.p-color_kusa{
	background-color: #2784B7;
}
.p-color_kap{
	background-color: #DE7200;
}
.p-color_ke{
	background-color: #7A5A9A;
}
.p-color_ka{
	background-color: #5170BC;
}
.p-color_tw{
	background-color: #CE607B;
}
.p-color_ch{
	background-color: #C68C00;
}

/* Utility
--------------------------------------------*/

.u-no_margin{
	margin: 0 !important;
}
.u-mb--none{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.u-nowrap{
	white-space: nowrap;
}

br.u-spBr{
	display: none;
}
br.u-spNone{}
.u-spNarrow{}

/*appear_option*/
.u-fadeIn--up{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.4s, transform 0.6s;
}
.u-fadeIn--up.is-appear{
	opacity: 1;
	transform: translateY(0px);
}
.js-preload{
	display: none;
}
.js-appearBox{}

/*sp*/


