@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


img.img_left {
	/* background-color: #F6F6F6; */
	padding: 10px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	/* background-color: #F6F6F6; */
	padding: 5px; 
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img.sdgs {
	padding: 10px;
	padding: 5px; 
	float: right;
	display: block;
	margin-left: 1px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #00365E;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header.header_bg_08 {
	background-image: url(../../images/head-newslist.jpg); /*サステナビリティ*/
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

header .h_box,
header .h_btn {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .h_box .h_lang {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #00365E;
	text-decoration: none;
	width: 210px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CAD5;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: #00365E;
}

header .h_box { /*aaaaaaaaaaaaaaaaaaa*/
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 270px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #00365E;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: #00365E;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}

header .h_tel {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 2px;
}

header .h_tel strong {
	font-weight: normal;
}

header .h_tel a {
	color: #FFF;
	text-decoration: none;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

header .h_tel i {
	padding-right: 10px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
.content p2{
	font-size: 20px;
	color: #00558a;
}
.content p3{
	font-size: 15px;
	color: #00365E;
}

h2 {
	font-size: 28px;
	line-height: 40px;
	color: #00365E;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
	color: #4694B9;
	font-size: 22px;
}
h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: #00365E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #00365E;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #066C93;
	background-color: #F9F9F9;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}

.content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #044760;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
	clear: both;
}
.content h3::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #F6F6F6;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h5 {
	font-size: 20px;
	color: #044760;
	line-height: 35px;
}

h6.h6_1 {
	font-size: 15px;
	color: #044760;
	text-align: right;
	line-height: 50px;
}

h6.h6_2 {
	font-size: 25px;
	color: #044760;
	font-family: "HG正楷書体-PRO",'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.content h5 {
	padding-left: 10px;
	font-size: 15px;
	color: #044760;
	line-height: 30px;
}

h6.h6_1 {
	font-size: 15px;
	color: #044760;
	text-align: right;
	padding-right: 15px;
	line-height: 50px;
}

h6.h6_2 {
	font-size: 25px;
	color: #044760;
	font-family: "HG正楷書体-PRO",'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	padding-right: 15px;
}
}

/*
お知らせ
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00365E;
}
.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}
.content .news ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

/*
トップフォーム
-------------------------------------------*/

.top_form {
	position: absolute;
	top: 18%;
	left: 5%;
	width: 32%;
	max-width: 500px;
	max-height: 380px;
	height: 68%;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

.top_img .top_form h2 {
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding-top: 10px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	color: #000;
}

.top_img .top_form dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 60px;
}

.top_img .top_form dl dt {
	float: left;
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	margin-left: 3%;
}
.top_img .top_form dl dd {
	float: right;
	display: block;
	width: 60%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	padding: 5px;
	min-width: 200px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form dl dd select:focus,
.top_img .top_form form dl dd input:focus {
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,1.0);
}

.top_img .top_form form .form_btn {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top_img .top_form form .form_btn input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #F90;
	background-color: #F90;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form .form_btn input:hover {
	border: 2px solid #000;
	background-color: #FFB900;
	cursor: pointer;
}



/*
３列メインコンテンツ2
-------------------------------------------*/
.cont_list2 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list2 .list_box {
	width: 30%;

	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.cont_list2 .list_box img {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
帯（サービス・スタッフ）部分
-------------------------------------------*/

.obi {
	background-color: #002744;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-image: url(../../images/part-obi.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

.obi h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	background-image: url(../../images/part-obi.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}
.service ul,
.staff ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service ul li,
.staff ul li {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
}

.service ul li p,
.staff ul li p {
	font-size: 12px;
	margin: 10px;
}
.service ul li a,
.staff ul li a {
	text-decoration: none;
	color: #FFF;
}
.service ul li p strong,
.staff ul li p strong {
	font-size: 18px;
	font-weight: normal;
	font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.service ul li p .rubi,
.staff ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.service ul li a .mask,
.staff ul li a .mask {
	width: 200px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.service ul li a img,
.staff ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.staff ul li a:hover .mask {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.staff ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.btn_more {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more:hover::before {
	left: 8px;
}

a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}
.list_box a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
FAQ
-------------------------------------------*/
.content .dl_faq dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #066C93;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
}
.content .dl_faq dt::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "Q.";
	position: absolute;
	top: 0px;
	left: 10px;
}
.content .dl_faq dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.content .dl_faq dd::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "A.";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #066C93;
}

/*
お問い合わせ枠
-------------------------------------------*/
.content .contact {
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	margin-top: 50px;
}
.content .contact  h2 {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #066C93;
}
.content .contact .tel a {
	font-size: 30px;
	color: #004F88;
	text-decoration: none;
}
.content .contact .tel a i {
	padding-right: 10px;
}
.content .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #066C93;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_contact a:hover {
	background-color: #FFF;
	color: #066C93;
	border: 1px solid #066C93;
}
.btn_contact a i {
	padding-right: 10px;
}


/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #00365E;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

/*
PR枠
-------------------------------------------*/
.box_pr {
	font-size: 10px;
	line-height: 20px;
	color: #A2B6C8;
	background-color: #002139;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.box_pr li {
	display: inline-block;
	margin: 5px;
}
.box_pr li a {
	color: #A2B6C8;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(0,34,83,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(0,34,83,1.0);
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 99%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 14px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	white-space: nowrap;
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
}

#mailform table.table_form th {
	text-align: left;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 15px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 10px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 14px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}


@media screen and (min-width:1800px) {

.top_form {
	top: 30%;
	left: 15%;
}

}

@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 200px;
}

header h1 {
	left: 10px;
	top: 15px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	/* width: 640px; */
	/* padding-left: 10px; */
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 20px;
	z-index: 1000;
	width: 240px;
}

header .h_tel {
	position: absolute;
	top: 50px;
	right: 300px;
	font-size: 22px;
	z-index: 1000;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel strong {
	font-size: 28px;
}
/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 80px;
	background-color: #00365E;
	background-color: rgba(31,52,66,0.9);
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi ul.navi_base::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 50%;
	background-color: rgba(255,255,255,0.6);
	content: '';
	margin-left: -551px;
}

#g_navi ul li{
	width: 183px;
	height: 80px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}


#g_navi ul li a.ac_menu {
	position: relative;
}
#g_navi ul li a.ac_menu::after {
	font-size: 10px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 3px;
	left: 82px;
	color: #3987A4;
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #00365E;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #00365E;
}
#g_navi ul li ul{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#g_navi ul li ul li{
	height: 56px;
}

#g_navi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}
#g_navi ul li ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #115577;
}
#g_navi li li a::before,
#g_navi li li:first-child a::after {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 240px;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 240px;
	margin-right: 30px;
}


}



@media screen and (max-width:1100px) { /***************************************************/

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

img.img_left,
img.img_right {
	max-width: 320px;
	
}




/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 170px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 4000;
	background-color: #00365E;
	background-color: rgba(0,15,44,1.0);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}

header .h_tel {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 320px;
	font-size: 22px;
	text-align: center;
}

header .h_tel strong {
	font-size: 28px;
}
header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}


header .h_box .h_list li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #003584;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #003584;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	padding-top: 170px;
	top: 0px;
	left: 20%;
	overflow: auto;
	z-index: 3000;
	background-color: #00365E;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #13476F;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13476F;
	background-color: #00365E;
	background-image: url(../../images/part-li-sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	background-color: #005177;
}

.fixed {
	overflow: hidden;
}

/*
アコーディオン1
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #C1E2F2;
}
#g_navi ul li a.ac_menu.active {
	background-color: #005177;
	border-bottom-color: #006A9D;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #005177;
	border-bottom-color: #00699B;
}
#g_navi ul li ul li a:hover {
	background-color: #00699B;
}

/*
アコーディオン2
--------------------------------------------------*/


#g_navi ul li a.ac_menu2 {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu2::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #C1E2F2;
}
#g_navi ul li a.ac_menu2.active {
	background-color: #005177;
	border-bottom-color: #006A9D;
}
#g_navi ul li a.ac_menu2.active::after {
	content: "▲";
}
#g_navi div.ac_list2 {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #005177;
	border-bottom-color: #00699B;
}
#g_navi ul li ul li a:hover {
	background-color: #00699B;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}

@media screen and (max-width:760px) { /*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/
/*
トップフォーム
-------------------------------------------*/
.top_catch {
	left: 400px;
}
/* .top_catch img { */
	/* width: 500px; */
/* } */

.top_form {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 380px;
	height: 320px;
}

.top_img .top_form h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.top_img .top_form dl {
	height: 50px;
}

.top_img .top_form dl dt {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_img .top_form dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 14px;
	line-height: 20px;
}

.top_img .top_form form .form_btn input {
	min-width: 180px;
	font-size: 16px;
	line-height: 20px;
}


.service ul li,
.staff ul li {
	width: 25%;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}

/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

}

/*
トップフォーム
-------------------------------------------*/
.top_catch {
	display: flex;
	left: 15px;
	width: 350px;
}
.top_form {
	top: 70px;
	left: 15%;
	width: 70%;
	height: 260px;
}

.top_img .top_form h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.top_img .top_form dl {
	height: 40px;
}

.top_img .top_form dl dt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 26%;
}
.top_img .top_form dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 64%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 12px;
	line-height: 18px;
}

.top_img .top_form form .form_btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img .top_form form .form_btn input {
	font-size: 14px;
}

.service ul li,
.staff ul li {
	width: 50%;
}

.service ul li a .mask {
	width: 180px;
	height: 180px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}

/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_box .box_in ul {
	width: 32%;
}
img.foot_logo {
	width: 150px;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) { /*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

img.img_left,
img.img_right {
	float: none;
	margin: auto;
}

header .h_box ul.h_lang {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: left;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 30px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.top_form {
	left: 5%;
	width: 90%;
}

.cont_list .list_box {

}
.service ul li,
.staff ul li {
	padding: 0px;
}
.service ul li img,
.staff ul li img {
	width: 140px;
}

.service ul li a .mask,
.staff ul li a .mask {
	width: 140px;
	height: 140px;
}


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

textarea,
input {
	max-width: 360px;
}



}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

.content .news ul li a {
	font-size: 12px;
}

.top_form {
	left: 2%;
	width: 96%;
}

.top_img .top_form dl dt {
	width: 20%;
}
.top_img .top_form dl dd {
	width: 70%;
}

.service ul li a .mask {
	width: 150px;
	height: 150px;
}

.footer_box .box_in ul {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
	padding-top: 15px;
}

textarea,
input {
	max-width: 280px;
}


}
/*-----（/～400）-----*/

/*
スライドショー
---------------------------------------------------------*/
.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img img.vdo01,
.top_img img.img02,
.top_img img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	width:;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*------------------------------*/

.box_att {
	margin-top: -20px;
	padding: 25px;
	border: 1px dashed #078DC0;
}

.box_att h2 {
	font-weight: normal;
	font-size: 20px;
	color: #0F688B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
.box_att p {
	font-size: 14px;
	margin: 0px;
	color: #0F688B;
}





/*videoタグ*/
video {
	max-width: 125%;
	/* min-width: 100%; */
	/* min-height: 100%; */

}





@charset "utf-8";

/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallery{
  columns:3;
  } 
  
}

@media only screen and (max-width: 768px) {
  .gallery{
  columns: 2;
  } 
  
}


/*========= レイアウトのためのCSS ===============*/

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  text-align: left;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin:0px 0;
}

p{
  margin:0 10px 10px 10px;
  word-wrap : break-word;
}

/*画像を出現させるアニメーションCSS*/

.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/*Youtube埋込設定*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -.7rem;
	margin-bottom: 100px;
}
.row .col {
    overflow: hidden
}

.row .col .colInner {
    margin: .8rem
}

@media only screen and (min-width: 601px) {
    .container {
        width:100%
    }
    .row .col.m6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
	
}










.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}


@keyframes pulse {
  to {
    opacity: 1;
  }
}

/*////////////////////////////////////////トップビデオ設定////////////////////////////////////////*/

.video_box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_box {
    width: 100%;
    height: 0;
    padding-bottom: 52.0%;
    position: relative;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.video_box {
    width: 100%;
    height: 0;
    padding-bottom: 220.0%;
    position: relative;
}
}

/*////////////////////////////////////////スクロールダウンアニメーション設定////////////////////////////////////////*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:90px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 2.3s ease-in-out infinite,
		cirlemovehide 2.3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:80px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 80px;
	background:#eee;
}

.scroll {
  position: relative;
  width: 24px;
  height: 24px;
  left: 50%;
  top: -200px;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:15px;
	left:50%;
}
}


/*////////////////////////////////////////ニュースボックス設定////////////////////////////////////////*/
a {
  text-decoration: none;
  color: #333;
}

.news-items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.news-item {
  display: flex;
  padding: 20px 0 12px;
}

.news-item:not(:first-child){
  border-top: 1px solid #ddd;
}

.news-head {
  display: flex;
  width: 270px;
}

.news-date {
  font-size: 13px;
  width: 160px;
  padding-top: 3px;
}

.news-label a {
  font-size: 13px;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  background: #00CC99;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}

.news-label a.none-label {
  background: #C0C0C0;
}

.news-label a.csr-label {
  background: #9dcf17;
}

.news-label a.service-label {
  background: #ffae29;
}

.news-label a.event-label {
  background: #07a2df;
}

.news-title {
  font-size: 13px;
  width: calc(100% - 200px);
  padding-left: 30px;
  padding-top: 3px;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/
  
.news-item {
	display: block;
	}

.news-title {
	width: 80%;
    height: 0;
    padding-bottom: 4.25%;
    position: relative;
	}
}


/*////////////////////////////////////////ABOUTUS,SUSTAINABILITY,RECRUIT ボックス設定 (JP)////////////////////////////////////////*/
.en{
	font-size: 50px;
	font-weight: bold;
	line-height: 100px;
}

.jp{
	font-size: 30px;
	font-weight: bold;
}

.text{
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

.full1 {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text1{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 50px;
	padding-left: 0px;
}

.box_text2{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text3{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
}

.full2 {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text4{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 50px;
	padding-left: 0px;
}

.box_text5{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text6{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
}
	
.full3 {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: 80px;
  background-attachment: fixed;
}

.box_text7{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 50px;
	padding-left: 0px;
}

.box_text8{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text9{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.en{
	font-size: 36px;
	font-weight: bold;
	line-height: 100px;
}

.jp{
	font-size: 30px;
	font-weight: bold;
}

.text{
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}

.full1 {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text1{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
}

.box_text2{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text3{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
	height: 230px;
}

.full2 {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text4{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
}

.box_text5{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text6{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
	height: 230px;
}
	
.full3 {
  position: relative;
  width: 100%;
  min-height: 40vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: 80px;
  background-attachment: fixed;
}

.box_text7{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
}

.box_text8{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text9{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
	height: 230px;
}

}


/*////////////////////////////////////////ABOUTUS,SUSTAINABILITY,RECRUIT ボックス設定 (EN)////////////////////////////////////////*/
.en{
	font-size: 50px;
	font-weight: bold;
	line-height: 100px;
}

.jp{
	font-size: 30px;
	font-weight: bold;
}

.text_en{
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

.full1_en {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text1_en{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 50px;
	padding-left: 0px;
}

.box_text2_en{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text3_en{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
}

.full2_en {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text4_en{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 50px;
	padding-left: 0px;
}

.box_text5_en{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text6_en{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
}
	
.full3_en {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: 80px;
  background-attachment: fixed;
}

.box_text7_en{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 50px;
	padding-left: 0px;
}

.box_text8_en{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text9_en{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.en{
	font-size: 36px;
	font-weight: bold;
	line-height: 180px;
}

.jp{
	font-size: 30px;
	font-weight: bold;
}

.text_en{
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}

.full1_en {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text1_en{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
}

.box_text2_en{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text3_en{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
	height: 230px;
}

.full2_en {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: -60px;
  background-attachment: fixed;
}

.box_text4_en{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
}

.box_text5_en{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text6_en{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
	height: 300px;
}
	
.full3_en {
  position: relative;
  width: 100%;
  min-height: 80vh;
  background: none
  center / cover;
  filter: brightness(90%);
  margin-top: 60px;
  margin-bottom: 80px;
  background-attachment: fixed;
}

.box_text7_en{
	color: #fff;
	margin-right: auto;
    margin-left: auto;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: relative;
	padding-top: 20px;
	padding-left: 0px;
}

.box_text8_en{
	color: #fff;
	margin-top: -20px;
	padding-left: 0px;
}

.box_text9_en{
	color: #fff;
	margin-top: 50px;
	padding-left: 0px;
	height: 230px;
}

}


/*////////////////////////////////////////トップキャッチ設定////////////////////////////////////////*/

.top_catch {
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 100;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.top_catch {
	position: absolute;
	top: 40%;
	left: 5%;
	z-index: 100;
}
}


/*////////////////////////////////////////トップロゴ設定////////////////////////////////////////*/

.top_logo{
	width: 30%;
}


/*////////////////////////////////////////index 3列メインコンテンツ設定////////////////////////////////////////*/

.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list .list_box {
	width: 32%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.cont_list .list_box {
	width: 100%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 30px;
	margin-top: 30px;
}
}


/*////////////////////////////////////////フッターロゴ設定////////////////////////////////////////*/

.logo{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.logo1{
	width: 30%;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.logo{
	width: 100%;
	text-align: center;
}

.logo1{
	width: 60%;
}

}


/*////////////////////////////////////////ボタン設定 (JP)////////////////////////////////////////*/

.btn{
	position: absolute;
	top: 30%;
	left: 70%;
}

a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #ff8b2e;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #00365E;
	color: #fff;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.btn{
	position: absolute;
	top: 80%;
	left: 0;
}
}


/*////////////////////////////////////////ボタン設定 (EN)////////////////////////////////////////*/

.btn_en{
	position: absolute;
	top: 30%;
	left: 70%;
}

a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #ff8b2e;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #00365E;
	color: #fff;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.btn_en{
	position: absolute;
	top: 90%;
	left: 0;
}
}


/*////////////////////////////////////////SUSTAINABILITY 3列コンテンツ設定////////////////////////////////////////*/


.cont_list2 .list_box2 {
	width: 25%;
	background-color: #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.cont_list2 .list_box2 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 479px) {/*responsive: sp size*/

.cont_list2 .list_box2 {
	width: 100%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 30px;
	margin-top: 30px;
}
}


/*////////////////////////////////////////エントリーフォーム注意書きテキスト設定////////////////////////////////////////*/


.entry_text{
	font-size: 14px;
	line-height: 25px;
}



.susback{
	width: 60%;
	padding-top: 50px;
	padding-bottom: 40px;
}

.susback_pos{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.top_text{
	font-size: 10px;
	z-index: 99999;
}


/* ------------------------------------------------------
 * gen-icon-arrow
------------------------------------------------------ */
.heading2__link .heading2__title:after, .heading2--center__link .heading2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading3__link .heading3__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v3__link .heading3-v3__title:after, .heading3-v3--center__link .heading3-v3--center__title:after, .heading4__link .heading4__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading5__link .heading5__title:after, .heading5--center__link .heading5--center__title:after, .heading6__link .heading6__title:after, .heading6--center__link .heading6--center__title:after, .description-list__type:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .link-list > li > [class*="__type"]:before, .button-v2__label--arrow:before, .pager-navi .pager-navi__link--next:before, .pager-navi-v2 .pager-navi-v2__link--next:before, .pager-navi-v2 .pager-navi-v2__link--last:before, .pager-navi-v2 .pager-navi-v2__link--last:after, .card .card__type .card__title:after, .card .card__type--scaleup .card__title:after, .card-v2 .card-v2__type .card-v2__title:after, .card-v2 .card-v2__type--scaleup .card-v2__title:after, .news .news__type .news__title:after, .download__link-list__type:before, .download__link-list__type--blank:before, .download__link-list__type--pdf:before, .download__link-list__type--excel:before, .download__link-list__type--word:before, .download__link-list__type--powerpoint:before, .download__link-list__type--zip:before, .download__link-list__type--video:before, .download__link-list__type--modal:before, .download__link-list__type--rss:before, .medical-check-layout__button-v2__label--arrow:before, .search-layout__result__item__title__link:after, .anchor-navi__label:before, .anchor-navi--center__label:before, .anchor-navi-v2__label:before, .pager-navi .pager-navi__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--first:before, .pager-navi-v2 .pager-navi-v2__link--first:after {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  border-top: 1px solid #0076c5;
  border-right: 1px solid #0076c5;
  vertical-align: middle;
  content: "";
}

.heading2__link .heading2__title:after, .heading2--center__link .heading2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading3__link .heading3__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v3__link .heading3-v3__title:after, .heading3-v3--center__link .heading3-v3--center__title:after, .heading4__link .heading4__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading5__link .heading5__title:after, .heading5--center__link .heading5--center__title:after, .heading6__link .heading6__title:after, .heading6--center__link .heading6--center__title:after, .description-list__type:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .link-list > li > [class*="__type"]:before, .button-v2__label--arrow:before, .pager-navi .pager-navi__link--next:before, .pager-navi-v2 .pager-navi-v2__link--next:before, .pager-navi-v2 .pager-navi-v2__link--last:before, .pager-navi-v2 .pager-navi-v2__link--last:after, .card .card__type .card__title:after, .card .card__type--scaleup .card__title:after, .card-v2 .card-v2__type .card-v2__title:after, .card-v2 .card-v2__type--scaleup .card-v2__title:after, .news .news__type .news__title:after, .download__link-list__type:before, .download__link-list__type--blank:before, .download__link-list__type--pdf:before, .download__link-list__type--excel:before, .download__link-list__type--word:before, .download__link-list__type--powerpoint:before, .download__link-list__type--zip:before, .download__link-list__type--video:before, .download__link-list__type--modal:before, .download__link-list__type--rss:before, .medical-check-layout__button-v2__label--arrow:before, .search-layout__result__item__title__link:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.anchor-navi__label:before, .anchor-navi--center__label:before, .anchor-navi-v2__label:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pager-navi .pager-navi__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--first:before, .pager-navi-v2 .pager-navi-v2__link--first:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.carousel__list > .slick-arrow.slick-next:before, .carousel__list > .slick-arrow.slick-prev:before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: relative;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  vertical-align: middle;
  content: "";
}

.carousel__list > .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.carousel__list > .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  background-color: #fff;
  color: #333;
}

body *,
body *:before,
body *:after {
  
}

/* ======================================================
 * Badge
====================================================== */
/* ----- badge ----- */
.util-badge, [class*="util-badge--"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
}

.util-badge {
  border-right: 1px solid #ced9e0;
  border-left: 1px solid #ced9e0;
  background-color: #fff;
  color: #666;
}

.pulldown-navi__inner {
  position: relative;
  border: 1px solid #333;
  background: #fff;
}

.pulldown-navi__inner:before {
  z-index: -1;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #004ab7;
  background: linear-gradient(to right, #123456 0%, #235486 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ab7', endColorstr='#228fd8',GradientType=1 );
}

.pulldown-navi__inner:after {
  z-index: 0;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-color: #0076c5 transparent transparent transparent;
  content: "";
}

.pulldown-navi__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  color: #333;
  line-height: 1.4;
  cursor: pointer;
}



.pulldown-navi__crawling {
  display: none;
}

.pulldown-navi__list {
  margin: 0;
  padding: 0;
}

.pulldown-navi__list > li {
  list-style: none;
}

/* news */

.news .news__type, .news .news__type--nolink, .news .news__type--blank, .news .news__type--pdf, .news .news__type--excel, .news .news__type--word, .news .news__type--powerpoint, .news .news__type--zip, .news .news__type--video, .news .news__type--modal, .news .news__type--rss {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}


.news {
  margin: 2em 0 0 0;
  border-top: 1px solid #ddd;
}

.news__filesize {
  font-style: normal;
}

.news__article {
  border-bottom: 1px solid #ced9e0;
}

.news .news__type .news__title:after {
  margin-left: 5px;
}

.news__head {
  order: 2;
  width: 80px;
}

.news__body {
  flex: 1 1;
  order: 1;
}

.news__property {
  display: flex;
  align-items: baseline;
}

.news__date {
  min-width: 10em;
  color: #666;
  white-space: nowrap;
}

.news__category {
  display: inline-flex;
  flex-flow: row wrap;
  margin-bottom: -.6em;
}

.news__category > * {
  margin-right: .6em;
}

.news__category > *:last-child {
  margin-right: 0;
}

.news__caption {
  flex: 1 1;
}

.news__title {
  margin: 0;
}

.news__filesize {
  margin-left: .5em;
}

@media print, screen and (min-width: 768px) {
  .heading2__link .heading2__title:after, .heading2--center__link .heading2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading3__link .heading3__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v3__link .heading3-v3__title:after, .heading3-v3--center__link .heading3-v3--center__title:after, .heading4__link .heading4__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading5__link .heading5__title:after, .heading5--center__link .heading5--center__title:after, .heading6__link .heading6__title:after, .heading6--center__link .heading6--center__title:after, .description-list__type:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .link-list > li > [class*="__type"]:before, .button-v2__label--arrow:before, .pager-navi .pager-navi__link--next:before, .pager-navi-v2 .pager-navi-v2__link--next:before, .pager-navi-v2 .pager-navi-v2__link--last:before, .pager-navi-v2 .pager-navi-v2__link--last:after, .card .card__type .card__title:after, .card .card__type--scaleup .card__title:after, .card-v2 .card-v2__type .card-v2__title:after, .card-v2 .card-v2__type--scaleup .card-v2__title:after, .news .news__type .news__title:after, .download__link-list__type:before, .download__link-list__type--blank:before, .download__link-list__type--pdf:before, .download__link-list__type--excel:before, .download__link-list__type--word:before, .download__link-list__type--powerpoint:before, .download__link-list__type--zip:before, .download__link-list__type--video:before, .download__link-list__type--modal:before, .download__link-list__type--rss:before, .medical-check-layout__button-v2__label--arrow:before, .search-layout__result__item__title__link:after, .anchor-navi__label:before, .anchor-navi--center__label:before, .anchor-navi-v2__label:before, .pager-navi .pager-navi__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--first:before, .pager-navi-v2 .pager-navi-v2__link--first:after {
    width: 10px;
    height: 10px;
  }


  body {
    min-width: calc(1120px + 32px * 2);
    max-width: 1920px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }

  input,
  select,
  textarea,
  button,
  pre {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .util-badge {
    min-width: 104px;
    height: 25px;
    padding: 3px 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
  }

  .Main__content {
    width: calc(1120px + 32px * 2);
    padding: 2.2em 32px 6em;
  }

  .heading2 {
    margin: 2em 0 0;
    padding-bottom: 1.2em;
  }
  
  .pulldown-navi {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .pulldown-navi__inner {
    display: inline-block;
    order: 1;
    min-width: 273px;
    transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s, border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .pulldown-navi__inner:hover {
    border-color: transparent;
    background: transparent;
  }
  .pulldown-navi__inner:hover:after {
    border-color: #fff transparent transparent transparent;
  }
  .pulldown-navi__inner:hover > .pulldown-navi__select {
    color: #fff;
  }
  .pulldown-navi__inner:after {
    right: 20px;
    border-width: 6px 5px 0;
  }
  .pulldown-navi__select {
    padding: .8em 3.4em .8em 1.4em;
    font-weight: 700;
  }
  .pulldown-navi__select option {
    color: #333;
    font-weight: 500;
  }
  .pulldown-navi__assist {
    order: 2;
    margin-left: 2.2em;
  }
  .pulldown-navi__link--rss:hover .pulldown-navi__label {
    color: #0076c5;
    text-decoration: underline;
  }
  .pulldown-navi__link--rss:before {
    margin: 0 .4em 0 0;
  }

  .news .news__type, .news .news__type--nolink, .news .news__type--blank, .news .news__type--pdf, .news .news__type--excel, .news .news__type--word, .news .news__type--powerpoint, .news .news__type--zip, .news .news__type--video, .news .news__type--modal, .news .news__type--rss {
    padding: 1.2em 0;
  }
  .news {
    margin: 1.2em 0 0;
  }
  .news .news__type:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--blank:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--pdf:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--excel:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--word:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--powerpoint:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--zip:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--video:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--modal:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news .news__type--rss:hover .news__title {
    color: #0076c5;
    text-decoration: underline;
  }
  .news__head {
    margin-left: 1.6em;
  }
  .news__image {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .news[data-news-pc="row"] .news__body {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
  }
  .news[data-news-pc="col"] .news__property + .news__caption {
    margin-top: 1.2em;
  }
  .news[data-news-pc="col"] .news__category > .util-badge + .util-badge {
    margin-left: -.6em;
    border-left: 0;
  }
  .news__date {
    margin-right: .8em;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .news__category > * {
    margin-bottom: .8em;
  }
  .news[data-news-pc="row"] .news__category {
    flex-direction: column;
    margin-right: 1.6em;
  }
  .news[data-news-pc="row"] .news__category > * {
    margin-right: 0;
  }
  .news__title {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767.98px) {
  .heading2__link .heading2__title:after, .heading2--center__link .heading2--center__title:after, .heading2-v2__link .heading2-v2__title:after, .heading2-v2--center__link .heading2-v2--center__title:after, .heading3__link .heading3__title:after, .heading3--center__link .heading3--center__title:after, .heading3-v2__link .heading3-v2__title:after, .heading3-v2--center__link .heading3-v2--center__title:after, .heading3-v3__link .heading3-v3__title:after, .heading3-v3--center__link .heading3-v3--center__title:after, .heading4__link .heading4__title:after, .heading4--center__link .heading4--center__title:after, .heading4-v2__link .heading4-v2__title:after, .heading4-v2--center__link .heading4-v2--center__title:after, .heading5__link .heading5__title:after, .heading5--center__link .heading5--center__title:after, .heading6__link .heading6__title:after, .heading6--center__link .heading6--center__title:after, .description-list__type:after, .description-list-v2__type:after, .description-list-v3__type:after, .description-list-v4__type:after, .link-list > li > [class*="__type"]:before, .button-v2__label--arrow:before, .pager-navi .pager-navi__link--next:before, .pager-navi-v2 .pager-navi-v2__link--next:before, .pager-navi-v2 .pager-navi-v2__link--last:before, .pager-navi-v2 .pager-navi-v2__link--last:after, .card .card__type .card__title:after, .card .card__type--scaleup .card__title:after, .card-v2 .card-v2__type .card-v2__title:after, .card-v2 .card-v2__type--scaleup .card-v2__title:after, .news .news__type .news__title:after, .download__link-list__type:before, .download__link-list__type--blank:before, .download__link-list__type--pdf:before, .download__link-list__type--excel:before, .download__link-list__type--word:before, .download__link-list__type--powerpoint:before, .download__link-list__type--zip:before, .download__link-list__type--video:before, .download__link-list__type--modal:before, .download__link-list__type--rss:before, .medical-check-layout__button-v2__label--arrow:before, .search-layout__result__item__title__link:after, .anchor-navi__label:before, .anchor-navi--center__label:before, .anchor-navi-v2__label:before, .pager-navi .pager-navi__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--prev:before, .pager-navi-v2 .pager-navi-v2__link--first:before, .pager-navi-v2 .pager-navi-v2__link--first:after {
    width: 8px;
    height: 8px;
  }
  
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  input,
  select,
  textarea,
  button,
  pre {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
  .util-badge {
    height: 22px;
    padding: 3px 11px 0;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 22px;
  }

  .Main__content {
    width: 100%;
    padding: 1.6em 15px 6em;
  }
  
  .heading2 {
    margin: 3em 0 1.6em;
    padding-bottom: 1em;
  }
  

  .pulldown-navi__inner {
    display: block;
    width: 60%;
  }
  .pulldown-navi__assist + .pulldown-navi__inner {
    margin-top: 1.0em;
  }
  .pulldown-navi__inner:after {
    right: 18px;
    border-width: 8px 6px 0;
  }
  .pulldown-navi__select {
    padding: .8em 3.6em .8em 1.4em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .pulldown-navi__select option {
    font-weight: 400;
  }
  .pulldown-navi__assist {
    text-align: right;
  }
  .pulldown-navi__link--rss:before {
    width: 12px;
    height: 12px;
    margin: -1px .6em 0 0;
  }
  
  .news .news__type, .news .news__type--nolink, .news .news__type--blank, .news .news__type--pdf, .news .news__type--excel, .news .news__type--word, .news .news__type--powerpoint, .news .news__type--zip, .news .news__type--video, .news .news__type--modal, .news .news__type--rss {
    padding: 1.4em 15px;
  }
  .news {
    margin: 1.4em -15px 0;
  }
  .news__head {
    margin-left: 1.0em;
  }
  .news__property + .news__caption {
    margin-top: .8em;
  }
  .news[data-news-pc="col"] .news__category {
    padding-left: calc(.6em + 1px);
  }
  .news[data-news-pc="col"] .news__category > .util-badge:first-child {
    margin-left: calc(-.6em - 1px);
  }
  .news[data-news-pc="col"] .news__category > .util-badge + .util-badge {
    margin-left: calc(-.6em - 1px);
  }
  .news[data-news-pc="row"] .news__category {
    padding-left: calc(.6em + 1px);
  }
  .news[data-news-pc="row"] .news__category > .util-badge:first-child {
    margin-left: calc(-.6em - 1px);
  }
  .news[data-news-pc="row"] .news__category > .util-badge + .util-badge {
    margin-left: calc(-.6em - 1px);
  }
  .news__date {
    font-size: 1.2rem;
  }
  .news__category > * {
    margin-bottom: .6em;
  }
  .news__title {
    font-size: 1.4rem;
    font-weight: 400;
  }
  
  
/*////////////////////////////////////////ヘッダーロゴサイズ画像設定////////////////////////////////////////*/

@media screen and (max-width: 479px) {/*responsive: sp size*/

.hd_logo_size_en{
	width: 320px;
}

.hd_logo_size_jp{
	width: 230px;
}
}