@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
}
body {
	text-align: left;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 30px;
	color: #000000;
	background-color: #002b62;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.en {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
	font-feature-settings: "liga" 0;
	letter-spacing: 0.025em;
}
a {
	text-decoration: none;
	color: #004172;
}
a:hover {
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
h1,
h2,
h3,
h4 {
	font-weight: 400;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p.note {
	font-size: 14px;
}
p.right {
	text-align: right;
}
p.indent {
	text-indent: -1em;
	font-feature-settings: normal;
	padding-left: 1em;
}
*.indent-all {
	padding-left: 1em;
}
*.no-kerning {
	font-feature-settings: normal;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
body.ie div#ie-message {
	font-size: 14px;
	line-height: 25px;
	padding: 10px 20px 10px 204px;
	background-color: #ffffff;
}
*.liga {
	font-feature-settings: "liga" 0;
}
p:empty:before {
	content: none;
}



/* --------------------------------------------------------------------------------
list
-------------------------------------------------------------------------------- */

ol {
	list-style-type: decimal;
	padding-left: 2em;
}
ol.margin li {
	margin-bottom: 30px;
}
ol.margin li:last-child {
	margin-bottom: 0px;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
textarea,
select {
	box-sizing: border-box;
	font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	line-height: 28px;
	color: #000000;
	border: 1px solid #666666;
}
input[type=text],
input[type=email],
input[type=password] {
	text-indent: 10px;
	padding: 5px 0px;
}
input[type=button],
input[type=submit] {
	text-align: center;
	font-weight: 700;
	line-height: 40px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	padding: 0px 20px;
	background-color: #004172;
}
input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
	margin-right: 5px;
}
textarea {
	padding: 5px 10px;
}
select {
	height: 40px;
	line-height: 38px;
	color: #004172;
	border: 1px solid #004172;
	cursor: pointer;
	padding: 0px 50px 0px 10px;
	background: #ffffff url(../images/arrow-select.png) no-repeat right center;
	background-size: auto 40px;
}
select::-ms-expand {
	display: none;
}



/* --------------------------------------------------------------------------------
icon
-------------------------------------------------------------------------------- */

@font-face {
	font-family: "icon";
	src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
i.icon {
	font-family: "icon";
	line-height: 1em;
}
i.icon-new-window:before {
	content: "\e900";
}
i.icon-search:before {
	content: "\e901";
}
i.icon-language:before {
	content: "\e902";
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img {
	display: block;
	max-width: 100%;
	height: auto;
}
div.gm-style img {
	max-width: none;
}
hr {
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin: 20px 0px;
}
br.sp {
	display: none;
}
*.no-pc {
	display: none;
}
*.margin-bottom {
	margin-bottom: 20px;
}
*.margin-bottom-narrow {
	margin-bottom: 10px;
}
*.margin-bottom-wide {
	margin-bottom: 40px;
}
*.margin-bottom-extra-wide {
	margin-bottom: 60px;
}
*.clearfix:before,
*.clearfix:after {
	content: "";
	display: table;
}
*.clearfix:after {
	clear: both;
}
*.clearfix {
	zoom: 1;
}
*.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
*.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
*.aligncenter {
	clear: both;
	display: block;
	margin: auto;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}
div#trigger {
	position: absolute;
	left: 0px;
	top: 50vh;
	pointer-events: none;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
  box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 20;
	background-color: #ffffff;
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
}
body.admin-bar header#header {
	top: 32px;
}
header#header h1#logo {
	position: absolute;
	left: 20px;
	top: 14px;
	z-index: 10;
}
header#header h1#logo img {
	width: auto;
	height: 32px;
}
@media (min-width:1024px) and (max-width:1200px) {
header#header h1#logo {
	top: 17px;
}
header#header h1#logo img {
	height: 26px;
}
}
header#header p#button-search,
header#header p#button-language {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	z-index: 30;
	text-align: center;
}
header#header p#button-search {
	right: 61px;
}
header#header p#button-language {
	right: 0px;
}
header#header p#button-search a,
header#header p#button-language a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	text-decoration: none;
	color: #ffffff;
	background-color: #002b62;
}
header#header p#button-search span,
header#header p#button-search i,
header#header p#button-language span,
header#header p#button-language i {
	display: block;
}
header#header p#button-search i.icon,
header#header p#button-language i.icon {
	font-size: 22px;
	line-height: 25px;
}
header#header p#button-search i.label,
header#header p#button-language i.label {
	font-size: 14px;
	line-height: 20px;
}
header#header div#search-sp {
	display: none;
}
header#header nav#navi {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
header#header nav#navi > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 160px;
}
header#header nav#navi > ul > li:not(:last-child) {
	margin-right: 30px;
}
@media (min-width:1024px) and (max-width:1200px) {
header#header nav#navi > ul {
	padding-right: 150px;
}
header#header nav#navi > ul > li {
	font-size: 14px;
}
header#header nav#navi > ul > li:not(:last-child) {
	margin-right: 20px;
}
}
header#header nav#navi > ul > li > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 60px;
	color: #000000;
}
header#header nav#navi > ul > li:hover > a {
	color: #004172;
}
header#header nav#navi > ul > li.collapse > a {
	text-decoration: none;
	color: #000000;
}
header#header nav#navi > ul > li > a i.icon {
	font-weight: 400;
	color: #999999;
}
header#header nav#navi > ul > li > a:hover i.icon {
	color: #004172;
}
header#header nav#navi > ul > li div.nest {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 60px;
	overflow: hidden;
	pointer-events: none;
	font-size: 14px;
	background-color: rgba(64, 64, 64, 0.875);
	opacity: 0;
	transition: 0.25s opacity ease-in-out;
}
header#header nav#navi > ul > li:hover div.nest {
	pointer-events: auto;
	opacity: 1;
}
header#header nav#navi > ul > li div.nest ul {
	display: flex;
	flex-wrap: wrap;
}
header#header nav#navi > ul > li div.nest > ul {
	justify-content: center;
	padding: 20px 0px;
}
header#header nav#navi > ul > li div.nest > ul > li:not(:last-child) {
	margin-right: 30px;
}
header#header nav#navi > ul > li div.nest > ul > li a {
	display: inline-block;
	position: relative;
	color: #ffffff;
	padding-left: 15px;
}
header#header nav#navi > ul > li div.nest > ul > li > a::before,
header#header nav#navi > ul > li div.nest > ul > li ul li a::before {
	box-sizing: border-box;
	position: absolute;
	content: "";
}
header#header nav#navi > ul > li div.nest > ul > li > a::before {
	width: 6px;
	height: 6px;
	left: 0px;
	top: 13px;
	border-right: 1.5px solid #ffffff;
	border-top: 1.5px solid #ffffff;
	transform: rotate(45deg);
}
body.en header#header nav#navi > ul > li div.nest > ul > li > a::before {
	top: 12px;
}
header#header nav#navi > ul > li div.nest > ul > li ul {
	justify-content: flex-start;
	width: 600px;
	margin-left: 15px;
}
header#header nav#navi > ul > li div.nest > ul > li ul li {
	width: 150px;
}
header#header nav#navi > ul > li div.nest > ul > li ul li a::before {
	width: 4px;
	height: 4px;
	left: 3px;
	top: 14px;
	background-color: #ffffff;
	border-radius: 50%;
}
header#header nav#navi > ul > li div.nest > ul > li ul.vertical {
	display: block;
	width: auto;
}
header#header div#language-sp {
	display: none;
}
header#header div#menu p.button-close {
	display: none;
}
header#header div#search {
	position: fixed;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 60px;
	z-index: 1;
	color: #ffffff;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.25s ease;
}
body.admin-bar header#header div#search {
	top: 92px;
}
header#header.search div#search {
	height: calc(100% - 60px);
	pointer-events: auto;
	opacity: 1;
}
body.admin-bar header#header.search div#search {
	height: calc(100% - 92px);
}
header#header div#search div.form {
	position: relative;
	width: 800px;
	margin: auto;
	padding-top: 140px;
}
header#header div#search div.form p.button-search-close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 40px;
	cursor: pointer;
	background: url(../images/button-search-close.png) no-repeat center;
	background-size: auto 40px;
}
header#header div#search div.form p.label {
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	margin-bottom: 10px;
	padding-left: 35px;
	background: url(../images/icon-search-white.png) no-repeat left center;
	background-size: auto 34px;
}
body.en header#header div#search div.form p.label,
body.en header#header div#search div.form form input[type=submit] {
	font-weight: 400;
}
header#header div#search div.form form {
	display: block;
	position: relative;
	padding-right: 110px;
}
header#header div#search div.form form input[type=text] {
	width: 100%;
	height: 60px;
	font-size: 22px;
	line-height: 50px;
	border: none;
	padding: 5px 0px;
	background-color: #ffffff;
}
header#header div#search div.form form input[type=submit] {
	position: absolute;
	width: 100px;
	height: 60px;
	right: 0px;
	top: 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 60px;
	color: #000000;
	padding: 0px;
	background-color: #d9d9d9;
}



/* --------------------------------------------------------------------------------
splash
-------------------------------------------------------------------------------- */

div#splash {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 9999;
	background: linear-gradient(180deg, #acdad7 0%, #ffffff 50%, #ffffff 100%);
	transition: 0.5s opacity ease-in-out;
}
div#splash.active {
	height: 100%;
}
div#splash.close {
	pointer-events: none;
	opacity: 0;
}
div#splash a {
	text-decoration: none;
	color: #000000;
}
div#splash div.content {
	position: relative;
	width: 840px;
	height: 540px;
	max-height: calc(100% - 80px);
}
div#splash div.content p.logo,
div#splash div.content div.text {
	position: absolute;
}
div#splash div.content p.logo,
div#splash div.content div.text,
div#splash p.button-close {
	opacity: 0;
	transition: 1.25s opacity ease-in-out;
}
div#splash.fade div.content p.logo,
div#splash.fade div.content div.text,
div#splash.fade p.button-close {
	opacity: 1;
}
div#splash div.content p.logo {
	height: 100%;
	max-height: 470px;
	left: 40px;
	top: 0px;
	transition-delay: 0.75s;
}
div#splash div.content p.logo img {
	width: auto;
	height: 100%;
}
div#splash div.content div.text,
div#splash p.button-close {
	transition-delay: 2s;
}
div#splash div.content div.text {
	right: 40px;
	bottom: 0px;
}
div#splash div.content div.text h2 {
	font-size: 18px;
	font-weight: 500;
	color: #004172;
	margin-bottom: 10px;
}
div#splash p.button-close {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
div#splash p.button-close::before,
div#splash p.button-close::after {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	top: calc(50% - 0.5px);
	border-bottom: 1px solid #000000;
	content: "";
}
div#splash p.button-close::before {
	transform: rotate(45deg);
}
div#splash p.button-close::after {
	transform: rotate(-45deg);
}



/* --------------------------------------------------------------------------------
cover, title
-------------------------------------------------------------------------------- */

div#cover {
	position: relative;
	background-color: #ffffff;
}
div#cover div.image {
	position: relative;
	height: 500px;
	opacity: 0;
}
div#cover div.image p.row {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
div#cover div.image p.row-01 {
	background-image: url(../images/cover-image-01.jpg);
}
div#cover div.image p.row-02 {
	background-image: url(../images/cover-image-02.jpg);
}
div#cover div.image p.row-03 {
	background-image: url(../images/cover-image-03.jpg);
}
div#cover div.image p.row-04 {
	background-image: url(../images/cover-image-04.jpg);
}
div#cover div.image p.row-05 {
	background-image: url(../images/cover-image-05.jpg);
}
div#cover div.image p.row-06 {
	background-image: url(../images/cover-image-06.jpg);
}
div#cover div.image p.row-07 {
	background-image: url(../images/cover-image-07.jpg);
}
div#cover div.image p.row-08 {
	background-image: url(../images/cover-image-08.jpg);
}
div#cover div.image p.row a {
	display: block;
	height: 100%;
}
div#cover div.navi {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 10;
	font-size: 0px;
	line-height: 0px;
	margin-left: -420px;
}
div#cover div.navi p.button {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-right: 10px;
	background-color: #adcfe6;
}
div#cover div.navi p.button {
	width: 50px;
	height: 8px;
	overflow: hidden;
}
div#cover div.navi p.button span {
	display: none;
	width: 0%;
	height: 100%;
	background-color: #004172;
}
div#cover div.navi p.button.active span {
	display: block;
}
div#title {
	height: 400px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
body.page-wide div#title,
body.page-no-title div#title,
body.error404 div#title {
	display: none;
}
body.search div#title {
	display: block;
}
body.company.top-message div#title {
	background-image: url(../images/title-image-company-history.jpg);
}
body.company.profile div#title {
	background-image: url(../images/title-image-company-profile.jpg);
}
body.company.history div#title {
	background-image: url(../images/title-image-company-top-message.jpg);
}
body.company.history.en div#title {
	background-image: url(../images/title-image-company-history.jpg);
}
body.company.charter div#title {
	background-image: url(../images/title-image-company-charter.jpg);
}
body.company.governance div#title {
	background-image: url(../images/title-image-company-governance.jpg);
}
body.company.network div#title {
	background-image: url(../images/title-image-company-network.jpg);
}
body.company.quality div#title {
	background-image: url(../images/title-image-company-quality.jpg);
}
body.sdgs div#title {
	background-image: url(../images/title-image-company-sdgs.jpg);
}
body.social div#title {
	background-image: url(../images/title-image-sustainability-social.jpg);
}
body.business.summary.en div#title {
	background-image: url(../images/title-image-business-summary-en.jpg);
}
body.contact div#title {
	background-image: url(../images/title-image-contact.jpg);
}
body.search div#title {
	background-image: url(../images/title-image-search.jpg);
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content div.inner-content {
	width: 840px;
	margin: auto;
	padding-bottom: 50px;
}
body.page-no-title div#content div.inner-content,
body.error404 div#content div.inner-content {
	padding: 100px 0px 80px 0px;
}
div#content div.frame {
  position: relative;
}
div#content div.frame div.lt,
div#content div.frame div.rt,
div#content div.frame div.lb,
div#content div.frame div.rb {
  position: absolute;
  background-color: #ffffff;
}
div#content div.frame-important div.lt,
div#content div.frame-important div.rt,
div#content div.frame-important div.lb,
div#content div.frame-important div.rb {
  position: absolute;
  background-color: #fffac8;
}
div#content div.frame div.rt,
div#content div.frame div.lb {
  width: 21px;
  height: 21px;
  transform: rotate(45deg);
}
div#content div.frame div.rt {
  right: 4.25px;
  top: 4.25px;
}
div#content div.frame-no-rt div.rt {
	right: 0px;
	top: 0px;
  transform: rotate(0deg);
}
body.page-no-title div#content div.frame-no-rt div.rt {
  right: 4.25px;
  top: 4.25px;
  transform: rotate(45deg);
}
div#content div.frame div.lb {
  left: 4.25px;
  bottom: 4.25px;
}
div#content div.frame div.lt {
  left: 0px;
  top: 0px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}
div#content div.frame div.rb {
  right: 0px;
  bottom: 0px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
div#content div.frame div.inner-frame {
  position: relative;
  padding: 20px;
}
div#content div.frame-button div.inner-frame {
	letter-spacing: 0.1em;
  padding: 0px;
}
div#content div.frame-button div.inner-frame a {
  padding: 20px 0px;
}
div#content div.frame-wide div.inner-frame {
	padding: 40px 30px 20px 30px;
}
div#content div.frame-important div.inner-frame {
  padding: 20px 40px;
}
div#content div.frame-button-wrapper {
  position: relative;
}
div#content div.frame-button-wrapper div.frame {
	width: 280px;
}
div#content div.frame-button-wrapper div.frame-small {
	width: 220px;
}
div#content div.frame-button-wrapper div.frame div.lt,
div#content div.frame-button-wrapper div.frame div.rt,
div#content div.frame-button-wrapper div.frame div.lb,
div#content div.frame-button-wrapper div.frame div.rb {
  background-color: #004172;
}
div#content div.frame-button-wrapper div.frame div.inner-frame {
	padding: 0px;
}
div#content div.frame-button-wrapper div.frame p.contact a {
	display: block;
	color: #ffffff;
	padding: 20px 20px 20px 70px;
	background: url(../images/icon-mail.png) no-repeat 20px center;
	background-size: auto 40px;
}
div#content div.frame-important p.description {
  text-align: center;
  padding: 10px 0px;
}
div#content div.frame-important div.headline-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div#content div.frame-important div.headline-body p.headline {
  width: 160px;
  font-size: 18px;
  color: #dc0000;
}
div#content div.frame-important div.headline-body div.body {
  width: calc(100% - 160px);
}
div#content div.frame-important div.headline-body div.body a {
  color: #000000;
}
div#content p.title-sub {
	font-size: 26px;
	color: #004172;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
div#content h1 {
	font-size: 38px;
	line-height: 45px;
	color: #004172;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
body.en.top-message div#content h1 {
	letter-spacing: 0.1em;
}
div#content h2.headline {
	font-size: 28px;
	color: #004172;
	margin-bottom: 20px;
}
div#content h2.border {
	font-size: 24px;
	line-height: 35px;
	border-bottom: 1px solid #004172;
	padding-bottom: 3px;
}
div#content h2.border span {
	display: block;
	border-bottom: 1px solid #004172;
	padding-bottom: 5px;
}
div#content p.bullet {
	padding-left: 15px;
	background: url(../images/bullet-01.png) no-repeat left 0.7em;
	background-size: auto 10px;
}
div#content p.bullet-02 {
	background-image: url(../images/bullet-02.png);
	background-position: left 0.55em;
	background-size: auto 14px;
}
div#content ul.bullet li {
	padding-left: 15px;
	background: url(../images/bullet-01.png) no-repeat left 0.7em;
	background-size: auto 10px;
}
div#content ul.bullet-small li {
	padding-left: 1em;
	background: url(../images/bullet-03.png) no-repeat 4px 0.8em;
	background-size: auto 4px;
}
div#content ul.bullet-alternate li {
	position: relative;
	padding-left: 15px;
}
div#content ul.bullet-alternate li::before {
	position: absolute;
	width: 7px;
	height: 7px;
	left: -2px;
	top: 11px;
	border-right: 2px solid #004172;
	border-bottom: 2px solid #004172;
	content: "";
	transform: rotate(-45deg);
}
div#content div.map {
	height: 350px;
}
div#content p.button-back {
	width: 130px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}
div#content p.button-back a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #004172;
}
div#content p.button-back-header {
	margin-bottom: 40px;
}
div#content p.button-back-sp {
	display: none;
}
div#content div.pager {
	position: relative;
	text-align: center;
	font-size: 0px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 40px;
	padding: 40px 120px 0px 120px;
}
div#content div.pager a.page-numbers,
div#content div.pager span.page-numbers {
	display: inline-block;
	box-sizing: border-box;
	width: 35px;
	font-size: 14px;
	border: 1px solid #004172;
	margin: 0px 3px 5px 2px;
}
div#content div.pager a.page-numbers {
	text-decoration: none;
}
div#content div.pager a.page-numbers:hover,
div#content div.pager span.page-numbers.current {
	color: #ffffff;
	background-color: #004172;
}
div#content div.pager a.prev,
div#content div.pager a.next {
	position: absolute;
	width: 110px;
	top: 40px;
	color: #ffffff;
	margin: 0px;
	background-color: #004172;
}
div#content div.pager a.prev {
	left: 0px;
}
div#content div.pager a.next {
	right: 0px;
}
div#content div.breadcrumb {
	line-height: 25px;
	padding-top: 40px;
}
div#content div.breadcrumb span.separate {
	padding: 0px 10px;
}
div#content div.table {
	border: 1px solid #cccccc;
	border-bottom: none;
}
div#content div.table div.row {
	position: relative;
	overflow: hidden;
	line-height: 25px;
	border-bottom: 1px solid #cccccc;
	padding-left: 230px;
}
div#content div.table div.row-header {
	position: relative;
	color: #ffffff;
	background-color: #004172;
	padding: 5px 10px;
}
div#content div.table div.row-header h3 {
	font-size: 16px;
}
div#content div.table div.row-header p {
	display: none;
}
div#content div.table div.row-hidden {
	display: none;
	overflow: visible;
	color: #004172;
	border-bottom: none;
	background-color: transparent;
}
div#content div.table div.row p.label {
	position: absolute;
	width: 215px;
	height: calc(100% - 20px);
	left: 0px;
	top: 0px;
	padding: 10px 5px 10px 10px;
	border-right: 1px solid #cccccc;
	background-color: #f2f2f2;
}
div#content div.table div.row div.body div.inner-body {
	padding: 10px;
}
div#content div.table-contact {
	width: 50%;
}
div#content div.table-wrapper {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
div#content div.table-wrapper::-webkit-scrollbar {
	height: 5px;
}
div#content div.table-wrapper::-webkit-scrollbar-track {
	background: #e5e5e5;
}
div#content div.table-wrapper::-webkit-scrollbar-thumb {
	background: #b3b3b3;
}

/* wide
-------------------------------------------------------------------------------- */

body.page-wide div#content {
	position: relative;
	border-bottom: none;
}
body.page-wide div#content div.inner-content {
	width: auto;
	padding-bottom: 0px;
}
body.page-wide div#content div.breadcrumb {
	position: absolute;
	width: 840px;
	left: 50%;
	bottom: 20px;
	margin-left: -420px;
}
body.page-wide div#content section {
	text-align: center;
}
body.page-wide div#content section div.inner-section {
	width: 840px;
	margin: auto;
	padding: 80px 0px 300px 0px;
}
body.page-wide div#content section header {
	color: #004172;
	margin-bottom: 30px;
}
body.page-wide div#content section header h2 {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.15em;
}
body.page-wide div#content section header p.sub {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
body.page-wide div#content div.column {
	margin: 0px -10px;
}
body.page-wide div#content div.column div.row {
	float: left;
}
body.page-wide div#content div.column-three div.row {
	width: 33.33%;
}
body.page-wide div#content div.column-six div.row {
	width: 16.66%;
}
body.page-wide div#content div.column-five div.row {
	width: 20%;
}
body.page-wide div#content div.column-six-small {
	width: 62.5%;
	margin: auto;
}
body.page-wide div#content div.column-six-small div.row {
	width: 33.33%;
}
body.page-wide div#content div.column div.row div.inner-row {
	padding: 0px 10px;
}
body.page-wide div#content div.column div.row a {
	display: block;
	color: #000000;
}
body.page-wide div#content div.column div.row p.icon {
	padding: 10px 0px;
}
body.page-wide div#content div.column div.row p.icon img {
	width: auto;
	height: 80px;
	margin: auto;
}
body.page-wide div#content div.column div.row p.caption {
	display: table;
	width: 100%;
	height: 44px;
	line-height: 22px;
}
body.page-wide div#content div.column div.row p.caption span {
	display: table-cell;
	vertical-align: middle;
}

/* vision
-------------------------------------------------------------------------------- */

body.vision div#content header {
	color: #004172;
	border-bottom: 1px solid #004172;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
body.vision div#content header p.sub {
	font-size: 14px;
}
body.vision div#content header h1 {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.15em;
	margin: 0px;
	padding: 0px;
}
body.vision div#content h2 {
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 50px;
}
body.vision div#content p.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
body.vision div#content p.logo img {
	width: 364px;
	height: auto;
}
body.vision div#content div.explanation {
	width: 480px;
	text-align: center;
	margin: 0px auto 60px auto;
	padding: 25px;
	background-color: #ebf0fa;
}
body.vision div#content div.explanation h3 {
	font-size: 18px;
	font-weight: 500;
	color: #004172;
	margin-bottom: 15px;
}
body.vision div#content div.charter {
	width: 640px;
	text-align: center;
	border-top: 1px solid #004172;
	margin: 0px auto;
	padding: 50px 0px 20px 0px;
}
body.vision div#content div.charter p.label {
	font-size: 20px;
	font-weight: 500;
	color: #004172;
	margin-bottom: 20px;
}
body.vision div#content div.charter h3 {
	font-size: 28px;
	line-height: 50px;
	margin-bottom: 30px;
}
body.vision div#content div.charter p.description {
	line-height: 42px;
}

/* company
-------------------------------------------------------------------------------- */

body.page-wide.company div#content {
	background: #ffffff url(../images/company-background.jpg) no-repeat center;
	background-size: cover;
}
body.company.top-message div#content p.image-sp {
	display: none;
}
body.company.top-message div#content h2 {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 30px;
}
body.company.top-message div#content p.sign {
	text-align: right;
	font-size: 24px;
	padding-top: 5px;
}
body.company.top-message div#content p.sign img {
	display: inline-block;
	width: auto;
	height: 45px;
}
body.company.profile div#content div.list-profile {
	border-bottom: 1px solid #cccccc;
}
body.company.profile div#content div.list-profile div.row {
	position: relative;
	border-top: 1px solid #cccccc;
	padding: 15px 0px 15px 230px;
}
body.company.profile div#content div.list-profile div.row-two {
	padding-bottom: 45px;
}
body.company.profile div#content div.list-profile div.row p.label {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #004172;
}
body.company.profile div#content div.list-profile div.row img.type {
	display: inline-block;
	width: auto;
	height: 16px;
	vertical-align: -2px;
}
body.company.profile div#content div.list-profile div.row table.officer th {
	width: 130px;
	text-align: left;
}
body.company.profile.en div#content div.list-profile div.row table.officer th {
	width: 210px;
}
body.company.profile div#content div.list-profile div.row div.map {
	margin: 10px 0px 20px 0px;
}
body.company.profile div#content div.list-profile div.row div.map iframe {
	width: 100%;
	height: 100%;
}
body.company.profile div#content div.list-profile div.row p.map {
	margin: 10px 0px;
}
body.company.profile div#content div.list-profile div.row p.map img {
	width: auto;
	height: 357px;
	border: 1px solid #cccccc;
}
body.company.profile div#content div.list-profile div.row div.certification p.row {
	float: left;
	text-align: center;
	margin-right: 20px;
}
body.company.profile div#content div.list-profile div.row div.certification p.row span {
	display: block;
}
body.company.profile div#content div.list-profile div.row div.certification p.row span.label {
	margin-bottom: 5px;
}
body.company.profile div#content div.list-profile div.row div.certification p.row span.image img {
	width: auto;
	height: 125px;
}
body.company.profile div#content div.list-profile div.row div.certification p.row-bluesign {
	text-align: left;
	margin-right: 0px;
	padding-left: 10px;
}
body.company.profile div#content div.list-profile div.row div.certification p.row-bluesign span.image img {
	height: 55px;
}
body.company.profile div#content div.list-profile div.row div.pamphlet p {
	float: left;
	margin-right: 20px;
}
body.company.profile div#content div.list-profile div.row div.pamphlet p.image img {
	width: auto;
	height: 140px;
	border: 1px solid #cccccc;
}
body.company.history div#content div.list-history {
	border-bottom: 1px solid #cccccc;
}
body.company.history div#content div.list-history div.row {
	position: relative;
	border-top: 1px solid #cccccc;
	padding: 15px 0px 15px 170px;
}
body.company.history.en div#content div.list-history div.row {
	padding-left: 130px;
}
body.company.history div#content div.list-history div.row-no-year {
	margin-left: 80px;
	padding-left: 90px;
}
body.company.history.en div#content div.list-history div.row-no-year {
	margin-left: 0px;
	padding-left: 130px;
}
body.company.history div#content div.list-history div.row p.label {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 18px;
}
body.company.history div#content div.list-history div.row p.label span {
	position: absolute;
	top: 0px;
}
body.company.history div#content div.list-history div.row p.label span.year {
	width: 65px;
	left: 0px;
}
body.company.history.en div#content div.list-history div.row p.label span.year {
	left: 45px;
}
body.company.history div#content div.list-history div.row-no-year p.label span.year {
	display: none;
}
body.company.history div#content div.list-history div.row p.label span.month {
	text-align: right;
	width: 50px;
	left: 65px;
}
body.company.history.en div#content div.list-history div.row p.label span.month {
	text-align: left;
	width: 45px;
	left: 0px;
}
body.company.history div#content div.list-history div.row-no-year p.label span.month {
	left: -15px;
}
body.company.history.en div#content div.list-history div.row-no-year p.label span.month {
	left: 0px;
}
body.company.charter div#content p.diagram img {
	width: auto;
	height: 500px;
}
body.en.company.charter div#content p.diagram img {
	height: 547px;
}
body.en.company.charter div#content p.logo-vision {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	width: 760px;
	border: 1px solid #000000;
	border-top: none;
	padding: 30px 0px;
}
body.en.company.charter div#content p.logo-vision img {
	width: 672px;
}
body.company.charter div#content div.diagram-sp {
	display: none;
}
body.en.company.charter div#content p.logo-vision-small {
	display: none;
}
body.governance div#content h2 {
	font-size: 22px;
	font-weight: 700;
	color: #004172;
	border-bottom: 2px solid #004172;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
body.governance div#content p.diagram img {
	width: 100%;
	height: auto;
}
body.governance div#content p.diagram img.sp {
	display: none;
}
body.governance div#content ol {
	margin-bottom: 40px;
	padding-left: 1.5em;
	padding-right: 170px;
}
body.governance div#content ol li:not(:last-child) {
	margin-bottom: 20px;
}
body.company.network div#content p.diagram {
	margin: 0px -30px 40px -30px;
}
body.company.network div#content p.diagram-sp {
	display: none;
}
body.company.network div#content h2.border {
	color: #004172;
	margin-bottom: 20px;
}
body.company.network div#content p.diagram {
	position: relative;
}
body.company.network div#content p.diagram a {
	position: absolute;
}
body.company.network div#content div.list-network {
	margin-bottom: 60px;
}
body.company.network div#content div.list-network:last-child {
	margin-bottom: 0px;
}
body.company.network div#content div.list-network div.row {
	line-height: 26px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
body.company.network div#content div.list-network div.row:last-child {
	margin-bottom: 0px;
}
body.company.network div#content div.list-network div.row header {
	position: relative;
	margin-bottom: 10px;
}
body.company.network div#content div.list-network div.row header h3 {
	font-size: 18px;
	font-weight: 700;
}
body.company.network div#content div.list-network div.row div.body div.inner-body {
	position: relative;
}
body.company.network div#content div.list-network div.row div.body p.link {
	position: absolute;
	right: 0px;
	top: -35px;
	font-weight: 700;
	line-height: 20px;
}
body.company.network div#content div.list-network div.row div.body p.link a {
	display: inline-block;
	border: 2px solid #004172;
	padding: 5px 15px;
}
body.company.network div#content div.list-network div.row div.body div.access {
	font-size: 14px;
	padding-top: 10px;
}
body.company.network div#content div.list-network div.row div.body h4 {
	font-weight: 700;
}
body.company.network div#content div.list-network div.row div.body div.address:not(:last-child) {
	margin-bottom: 20px;
}
body.company.network div#content div#oversea.list-network div.row div.body div.address,
body.company.network div#content div#oversea.list-network div.row div.body div.access {
	padding-right: 120px;
}
body.company.network div#content div#oversea.list-network div.row div.body div.address span.hidden {
	visibility: hidden;
}
body.company.network div#content h2.sp {
	display: none;
}
body.company.network div#content div.list-network-detail {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
}
body.company.network div#content div.list-network-detail div.row {
	position: relative;
	border-top: 1px solid #cccccc;
	padding: 15px 0px 15px 130px;
}
body.company.network.en div#content div.list-network-detail div.row {
	padding-left: 200px;
}
body.company.network div#content div.list-network-detail div.row:first-child {
	border-top: none;
}
body.company.network div#content div.list-network-detail div.row-two {
	padding-bottom: 45px;
}
body.company.network div#content div.list-network-detail div.row p.label {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #004172;
}
body.company.network.en div#content div.list-network-detail div.row p.label {
	font-weight: 700;
}
body.company.network div#content div.list-network-detail div.row h4 {
	font-weight: 700;
}
body.company.network div#content div.list-network-detail div.row table.facility th {
	width: 180px;
	text-align: left;
}
body.company.network div#content div.list-network-detail div.row table.facility th.wide {
	width: 360px;
}
body.company.network div#content div.list-network-detail div.row table.representative th {
	width: 130px;
	text-align: left;
}
body.company.network div#content div.list-network-detail div.row span.hidden {
	visibility: hidden;
}
body.company.quality div#content div.certificate {
	margin-bottom: 40px;
}
body.company.quality div#content div.certificate div.row {
	float: left;
	text-align: center;
	margin-right: 40px;
}
body.company.quality div#content div.certificate div.row p.image {
	margin-bottom: 10px;
}
body.company.quality div#content div.certificate div.row p.image img {
	border: 1px solid #cccccc;
}

/* sustainability
-------------------------------------------------------------------------------- */

body.sustainability div#content h2.headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 50px;
	text-indent: 0.15em;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
	background-color: #002b62;
}
body.sustainability div#content h3.headline {
	font-size: 22px;
	font-weight: 700;
	color: #004172;
	border-bottom: 2px solid #002b62;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
body.sustainability div#content h4.headline {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #004172;
	padding-left: 20px;
}
body.sustainability div#content h4.headline::before {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 9px;
	background-color: #004172;
	content: "";
}
body.sdgs div#content div.list div.row {
	margin-bottom: 60px;
}
body.sdgs div#content div.list div.row h2 {
  font-size: 28px;
  line-height: 38px;
  color: #004172;
  border-bottom: 1px solid #004172;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
body.sdgs div#content div.list div.row p.description {
  margin-bottom: 20px;
}
body.sdgs div#content div.list div.row ul {
  display: flex;
  flex-wrap: wrap;
}
body.sdgs div#content div.list div.row ul li {
  width: 75px;
  margin: 0px 10px 10px 0px;
}
body.sustainability div#content nav#navi-sub {
	margin-bottom: 40px;
}
body.sustainability div#content nav#navi-sub ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 550px;
	margin-bottom: -5px;
}
body.sustainability div#content nav#navi-sub ul li {
	font-weight: 500;
	margin-bottom: 5px;
}
body.sustainability div#content nav#navi-sub ul li:not(:last-child) {
	margin-right: 25px;
}
body.sustainability div#content nav#navi-sub ul li a {
	text-decoration: underline;
}
body.social div#content div.block:not(:last-child) {
	margin-bottom: 80px;
}
body.social div#content div.block *.margin-bottom {
	margin-bottom: 30px;
}
body.social div#content div.block *.margin-bottom-wide {
	margin-bottom: 50px;
}
body.social div#content div.block *.margin-bottom-narrow {
	margin-bottom: 15px;
}
body.social div#content div.block p.center {
	text-align: center;
}
body.social div#content div.block div.charter {
	margin-bottom: 50px;
}
body.social div#content div.block div.charter h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
body.social div#content div.block div.charter p {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.05em;
}
body.social div#content div.block div.charter p span {
	display: block;
}
body.social div#content div.block div.charter p span:not(:last-child) {
	margin-bottom: 15px;
}
body.social div#content div.block div.vision p.description {
	text-indent: -1em;
	font-weight: 500;
	line-height: 24px;
	color: #004172;
	margin-bottom: 10px;
	padding-left: 1em;
}
body.social div#content div.block div.vision p.logo-word {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 530px;
	padding: 20px;
	background-color: #ebf0fa;
	border-radius: 10px;
}
body.social div#content div.block div.vision p.logo-word img.sp {
	display: none;
}
body.social div#content div.block div.image {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.social div#content div.block div.image p.row {
	width: calc(50% - 5px);
}
body.social div#content div.block div.image p.row img {
	width: 100%;
	height: auto;
}
body.social div#content div.block p.link a {
	text-decoration: underline;
}
body.social div#content div.block div.certification-popup {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 1px solid #ccd5e0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
body.social div#content div.block div.certification-popup div.certification {
	margin: 0px 30px 5px 0px;
}
body.social div#content div.block div.logo-popup {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
body.social div#content div.block div.logo-popup p.logo {
	margin: 0px 30px 5px 0px;
}
body.social div#content div.block div.bluesign p.label {
	font-size: 18px;
	font-weight: 500;
	color: #004172;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
body.social div#content div.block div.bluesign p.logo img {
	width: auto;
	height: 55px;
}
body.social div#content div.block div.certification {
	display: flex;
	flex-wrap: wrap;
}
body.social div#content div.block div.certification p.row {
	width: 87px;
	text-align: center;
}
body.social div#content div.block div.certification p.row:not(:last-child) {
	margin-right: 20px;
}
body.social div#content div.block div.certification p.row span.label {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #004172;
	margin-bottom: 5px;
}
div#content p.popup {
	position: relative;
	padding-left: 15px;
}
div#content p.popup::before {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 11px;
	background-color: #004172;
	content: "";
	border-radius: 50%;
}
div#content p.popup a {
	text-decoration: underline;
}
body.social div#content div.block p.diagram {
	padding-top: 10px;
}
body.social div#content div.block p.diagram img {
	margin: auto;
}
body.social div#content div.block p.diagram img.sp {
	display: none;
}
body.social div#content div.block div.list div.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 20px;
	background-color: #e0e5ec;
	border-radius: 10px;
}
body.social div#content div.block div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}
body.social div#content div.block div.list div.row p.headline {
	width: 250px;
	font-size: 20px;
	font-weight: 700;
	color: #004172;
}
body.social div#content div.block div.list div.row p.body {
	width: calc(100% - 250px);
}

/* business
-------------------------------------------------------------------------------- */

body.page-wide.business div#content {
	background: #ffffff url(../images/business-background.jpg) no-repeat center;
	background-size: cover;
}
body.business.page-no-title div#content div#title {
	display: block;
	height: auto;
	margin: 0px -30px 40px -30px;
}
body.business.page-no-title div#content section {
	margin-bottom: 60px;
}
body.business.page-no-title div#content section:last-child {
	margin-bottom: 0px;
}
body.business.page-no-title div#content section header {
	margin-bottom: 20px;
}
body.business.page-no-title div#content section header h2.border {
	font-weight: 500;
	letter-spacing: 0.05em;
}
body.business.electronics div#content p.caption-sp {
	display: none;
}
body.business.summary.en div#content section header {
	margin-bottom: 20px;
}
body.business.summary.en div#content section header h2.border {
	font-size: 26px;
	color: #004172;
}
body.business.summary.en div#content section div.content h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #e5e5e5;
}
body.business.summary.en div#content hr {
	border-color: #cccccc;
	margin: 40px 0px;
}

/* newsrelease
-------------------------------------------------------------------------------- */

body.newsrelease div#content p.button-switch {
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
body.newsrelease div#content p.button-switch a {
	text-decoration: none;
	color: #ffffff;
	padding: 2px 5px 3px 5px;
	background-color: #666666;
}
body.newsrelease div#content h2.year,
body.newsrelease div#content h3.month {
	font-size: 24px;
	letter-spacing: 0.05em;
}
body.newsrelease div#content h2.year {
	margin-bottom: 40px;
}
body.newsrelease div#content h3.month {
	color: #004172;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#content div.list-year-header {
	margin-bottom: 40px;
}
div#content div.list-year ul {
	margin: 0px -3px 0px -2px;
}
div#content div.list-year ul li {
	float: left;
	width: 10%;
	text-align: center;
	margin-bottom: 5px;
}
div#content div.list-year ul li span {
	display: block;
	padding: 0px 3px 0px 2px;
}
div#content div.list-year ul li span a {
	display: block;
	text-decoration: none;
	color: #004172;
	border: 1px solid #004172;
}
div#content div.list-year ul li span a:hover,
div#content div.list-year ul li.active span a {
	color: #ffffff;
	background-color: #004172;
}
div#content div.list-year form {
	display: none;
}
div#content div.list-news {
	margin-bottom: 40px;
}
div#content div.list-news div.row {
	position: relative;
	line-height: 25px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding: 0px 0px 15px 280px;
}
div#content div.list-news div.row p.created,
div#content div.list-news div.row p.category {
	position: absolute;
	top: 0px;
	font-size: 14px;
}
div#content div.list-news div.row p.created {
	left: 0px;
}
div#content div.list-news div.row p.created span {
	display: inline-block;
	text-align: right;
}
div#content div.list-news div.row p.created span.month,
div#content div.list-news div.row p.created span.day {
	width: 2.5em;
}
div#content div.list-news div.row p.category {
	width: 110px;
	left: 150px;
	text-align: center;
	color: #ffffff;
}
div#content div.list-news div.row p.category-information {
	background-color: #6a7777;
}
div#content div.list-news div.row p.category-company {
	background-color: #004172;
}
div#content div.list-news div.row p.category-recruit {
	background-color: #ba1e6e;
}
div#content div.list-news div.row h2 {
	font-size: 16px;
}
div#content article.type-post {
	margin-bottom: 40px;
}
div#content article.type-post h1.title {
	font-size: 24px;
	font-weight: 700;
	color: #004172;
	letter-spacing: 0em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#content article.type-post div.misc {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 40px;
}
div#content article.type-post div.misc p.created {
	float: left;
}
div#content article.type-post div.misc p.button-print {
	float: right;
	width: 100px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	background-color: #666666;
}
div#content article.type-post div.misc p.button-print span {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/icon-print.png) no-repeat left center;
	background-size: auto 16px;
}
div#content article.type-post h2,
div#content article.type-post h3 {
	font-size: 18px;
	margin-top: 40px;
}
div#content article.type-post h2 {
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #e5e5e5;
}
div#content article.type-post h3 {
	border-left: 5px solid #004172;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 0px 0px 5px 10px;
}
div#content article.type-post table,
div#content article.type-post table td,
div#content article.type-post table th {
	border: 1px solid #cccccc;
}
div#content article.type-post table caption {
	text-align: left;
	color: #ffffff;
	padding: 5px 10px;
	background-color: #004172;
}
div#content article.type-post table td,
div#content article.type-post table th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}
div#content article.type-post table th {
	font-weight: 700;
	background-color: #f2f2f2;
}
div#content article.type-post ul li {
	padding-left: 15px;
	background: url(../images/bullet-01.png) no-repeat left 0.7em;
	background-size: auto 10px;
}
div#content article.type-post div.files h3 {
	font-size: 24px;
	font-weight: 700;
	color: #004172;
	border-left: none;
	margin-bottom: 15px;
	padding: 0px 0px 10px 0px;
}
div#content article.type-post div.files a {
	display: block;
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/bullet-02.png) no-repeat left 0.55em;
	background-size: auto 14px;
}

/* recruit
-------------------------------------------------------------------------------- */

body.page-wide.recruit div#content {
	background: #ffffff url(../images/recruit-background.jpg) no-repeat center;
	background-size: cover;
}
body.page-wide.recruit div#content p.description {
	font-size: 18px;
	color: #004172;
	padding-top: 100px;
}

/* contact
-------------------------------------------------------------------------------- */

div#content form.wpcf7-form header {
	margin-bottom: 40px;
}
div#content form.wpcf7-form div.component {
	margin-bottom: 40px;
}
div#content form.wpcf7-form div.component p.label {
	font-size: 18px;
	line-height: 25px;
	color: #004172;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
div#content form.wpcf7-form div.component p.label span {
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
}
div#content form.wpcf7-form div.component p.label span.require {
	box-sizing: border-box;
	color: #a7272d;
	border: 1px solid #a7272d;
	padding: 0px 10px;
}
div#content form.wpcf7-form div.component p.label span.example {
	color: #000000;
}
div#content form.wpcf7-form div.component p.label span.border-sp {
	display: none;
}
div#content form.wpcf7-form div.component input[type=text] {
	width: 300px;
}
div#content form.wpcf7-form div.component input[type=email] {
	width: 400px;
}
div#content form.wpcf7-form div.component input.address {
	width: 700px;
}
div#content form.wpcf7-form div.component input.wpcf7-not-valid,
div#content form.wpcf7-form div.component textarea.wpcf7-not-valid {
	border-color: #a7272d;
}
div#content form.wpcf7-form div.component textarea {
	display: block;
	width: 100%;
}
div#content form.wpcf7-form div.component span.wpcf7-radio {
	display: block;
}
div#content form.wpcf7-form div.component span.wpcf7-radio span.wpcf7-list-item {
	display: block;
	margin: 0px 0px 5px 0px;
}
div#content form.wpcf7-form h4 {
	color: #004172;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
div#content form.wpcf7-form div.component input.wpcf7c-conf,
div#content form.wpcf7-form div.component textarea.wpcf7c-conf {
	border-color: #ffffff;
	padding: 0px;
	background-color: #ffffff;
}
div#content form.wpcf7-form div.component input.wpcf7c-conf {
	text-indent: 0px;
}
div#content form.wpcf7-form div.component input:disabled[type=radio],
div#content form.wpcf7-form div.component input:disabled[type=radio] + span.wpcf7-list-item-label {
	display: none;
}
div#content form.wpcf7-form div.component input:disabled[type=radio][checked=checked] + span.wpcf7-list-item-label {
	display: block;
}
div#content form.wpcf7-form span.wpcf7-form-control-wrap {
	font-size: 14px;
}
div#content form.wpcf7-form span.wpcf7-not-valid-tip {
	color: #a7272d;
}
div#content form.wpcf7-form div.action input,
div#content form.wpcf7-form div.action span.ajax-loader {
	float: left;
}
div#content form.wpcf7-form div.action input {
	margin-right: 10px;
}
div#content form.wpcf7-form div.action input.wpcf7-back {
	float: right;
	margin-right: 0px;
}
div#content form.wpcf7-form div.action input:disabled {
	cursor: default;
	background-color: #cccccc;
}
div#content form.wpcf7-form div.action span.ajax-loader {
	margin: 10px 0px 0px 0px;
}
div#content form.wpcf7-form div.wpcf7-response-output {
	margin: 40px 0px;
}
div#content form.wpcf7-form div.wpcf7-mail-sent-ok {
	color: #004172;
	border: 1px solid #004172;
}
div#content form.wpcf7-form div.wpcf7-mail-sent-ng,
div#content form.wpcf7-form div.wpcf7-spam-blocked,
div#content form.wpcf7-form div.wpcf7-validation-errors {
	color: #a7272d;
	border: 1px solid #a7272d;
}
body.ie9 div#content div.wpcf7 {
	display: none;
}
div.grecaptcha-badge {
  display: none;
}

/* search
-------------------------------------------------------------------------------- */

body.search div#content div.form {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
	padding: 15px 0px;
}
body.search div#content div.form form {
	display: block;
	position: relative;
	width: 250px;
	padding: 0px 80px 0px 50px;
	background: url(../images/icon-search.png) no-repeat 5px center;
	background-size: auto 34px;
}
body.search div#content div.form form input[type=text] {
	width: 250px;
}
body.search div#content div.form form input[type=submit] {
	position: absolute;
	width: 70px;
	right: 0px;
	top: 0px;
	color: #000000;
	padding: 0px;
	background-color: #d9d9d9
}
body.search div#content h2.headline {
	font-size: 24px;
	font-weight: 700;
	color: #004172;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
body.search div#content div.list-search div.row {
	margin-bottom: 40px;
}
body.search div#content div.list-search div.row:last-child {
	margin-bottom: 0px;
}
body.search div#content div.list-search div.row h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
body.search.en div#content div.list-search div.row h2 {
	font-weight: 700;
}

/* site-policy, privacy-policy, social-media-policy, site-map
-------------------------------------------------------------------------------- */

body.site-policy div#content h2,
body.social-media-policy div#content h2 {
	text-indent: -20px;
	font-size: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
}
body.site-policy div#content p.description,
body.social-media-policy div#content p.description {
	padding-left: 20px;
}
body.site-policy div#content p.description.indent,
body.social-media-policy div#content p.description.indent {
	padding-left: calc(1em + 20px);
}
body.site-map div#content ul li {
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0.05em;
}
body.site-map div#content ul li.level-02 {
	padding-left: 50px;
}
body.site-map div#content ul li span {
	display: block;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding: 0px 0px 5px 10px;
}
body.site-map div#content ul.nest li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}
body.privacy-policy div#content h3 {
  font-size: 16px;
}
body.privacy-policy div#content p.headline {
  font-feature-settings: "palt";
}
body.privacy-policy div#content p.lebel-01 {
  padding-left: 1em;
}
body.privacy-policy div#content p.lebel-02 {
  padding-left: 2em;
}
body.privacy-policy div#content p.lebel-02.indent {
  text-indent: -1em;
  padding-left: 2em;
}
body.privacy-policy div#content p.lebel-03 {
  padding-left: 3em;
}
body.privacy-policy div#content p.lebel-03.indent {
  text-indent: -1em;
  padding-left: 3em;
}



/* --------------------------------------------------------------------------------
content (home)
-------------------------------------------------------------------------------- */

body.home div#content {
	border-bottom: none;
	background-color: transparent;
}
body.home div#content div.inner-content {
	width: auto;
	padding-bottom: 0px;
}
body.home div#content section {
	position: relative;
}
body.home div#content section div.inner-section {
	position: relative;
	width: 840px;
	margin: auto;
	padding: 50px 0px;
}
body.home div#content section#news div#support-disaster {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px;
  margin: 0px auto 20px auto;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
body.home div#content section#news div#support-disaster span {
  display: block;
  padding: 20px;
}
body.home div#content section#news div#support-disaster a:hover {
  text-decoration: none;
}
body.home div#content section#news div#support-disaster p i {
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/arrow-link.png) no-repeat center;
  background-size: auto 14px;
}
body.home div#content section header {
	text-align: center;
	color: #004172;
	margin-bottom: 30px;
}
body.home div#content section header a {
	text-decoration: none;
	color: #004172;
}
body.home div#content section#news header,
body.home div#content section#business header {
	color: #ffffff;
}
body.home div#content section#news header a,
body.home div#content section#business header a {
	color: #ffffff;
}
body.home div#content section header h2 {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, Verdana, Meiryo, sans-serif;
	font-size: 38px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.15em;
}
body.home div#content section header p.sub {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
body.home div#content section#news {
	position: relative;
	background-color: #004b87;
}
body.home div#content section#news div.background,
body.home div#content section#business div.background {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0px;
	top: 0px;
}
body.home div#content section#news div.background {
	background-color: #002b62;
}
body.home div#content section#news div.list-news {
	margin-bottom: 0px;
}
body.home div#content section#news div.more {
	display: none;
	margin-bottom: 15px;
}
body.home div#content section#news div.footer {
	position: relative;
}
body.home div#content section#news div.footer p.list,
body.home div#content section#news div.footer p.more {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	font-size: 14px;
}
body.home div#content section#news div.footer p.list {
	display: none;
}
body.home div#content section#news.open div.footer p.list {
	display: block;
}
body.home div#content section#news div.footer p.list a {
	display: inline-block;
	width: 6em;
	padding-left: 1em;
	background: url(../images/bullet-01.png) no-repeat 0.5em 0.7em;
	background-size: auto 10px;
}
body.home div#content section#news div.footer p.more {
	color: #002b62;
}
body.home div#content section#news div.footer p.more span {
	display: inline-block;
	width: 6em;
	cursor: pointer;
	padding-left: 1em;
	background: url(../images/arrow-more.png) no-repeat 0.5em center;
	background-size: auto 7px;
}
body.home div#content section#news div.footer p.more span:hover {
	text-decoration: underline;
}
body.home div#content section#news.open div.footer p.more {
	display: none;
}
body.home div#content section#news div.footer p.rss {
	position: relative;
	float: right;
	z-index: 1;
	font-size: 14px;
	font-weight: 700;
}
body.home div#content section#news div.footer p.rss a {
	display: inline-block;
	text-decoration: none;
	color: #666666;
	padding-left: 15px;
	background: url(../images/icon-rss.png) no-repeat left center;
	background-size: auto 12px;
}
body.home div#content section#business {
	position: relative;
	text-align: center;
	background-color: #579047;
}
body.home div#content section#business div.background {
	background-color: #61a04f;
}
body.home div#content section div.column {
	margin: 0px -10px;
}
body.home div#content section div.column div.row {
	float: left;
}
body.home div#content section div.column-two div.row {
	width: 50%;
}
body.home div#content section div.column-three div.row {
	width: 33.33%;
}
body.home div#content section div.column-six div.row {
	width: 16.66%;
}
body.home div#content section div.column-five div.row {
	width: 20%;
}
body.home div#content section div.column-six-small {
	width: 62.5%;
	margin: auto;
}
body.home div#content section div.column-six-small div.row {
	width: 33.33%;
}
body.home div#content section div.column div.row div.inner-row {
	padding: 0px 10px;
}
body.home div#content section div.column div.row a {
	display: block;
	color: #000000;
}
body.home div#content section div.column div.row p.icon {
	padding: 10px 0px;
}
body.home div#content section div.column div.row p.icon img {
	width: auto;
	height: 80px;
	margin: auto;
}
body.home div#content section div.column div.row p.caption {
	display: table;
	width: 100%;
	height: 44px;
	line-height: 22px;
}
body.home div#content section div.column div.row p.caption span {
	display: table-cell;
	vertical-align: middle;
}
body.home div#content section#company {
	position: relative;
	text-align: center;
	background: url(../images/home-background-company.jpg) no-repeat center;
	background-size: cover;
}
body.home div#content section#sustainability {
	text-align: center;
	background-color: #0098d8;
}
body.home div#content section#sustainability header a {
	color: #ffffff;
}
@media (min-width:1024px) {
body.home div#content section#sustainability div.column div.row a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
body.home div#content section#sustainability div.column div.row a p.icon {
	width: 80px;
	margin-right: 20px;
}
body.home div#content section#sustainability div.column div.row a p.caption {
	width: 200px;
	text-align: left;
}
}
body.home div#content section#recruit {
	background-color: #ffffff;
}
body.home div#content section#recruit div.inner-section {
	width: 640px;
	margin: auto;
	padding: 70px 0px 0px 0px;
}
body.home div#content section#recruit div.inner-section p.banner img {
  width: 100%;
  height: auto;
}
body.home div#content section#recruit div.inner-section p.banner img.sp {
  display: none;
}
body.home div#content section#contact {
	text-align: center;
	background-color: #ffffff;
}
body.home div#content section#contact div.inner-section {
	padding: 100px 0px;
}
body.home div#content section#contact div.frame div.lt,
body.home div#content section#contact div.frame div.rt,
body.home div#content section#contact div.frame div.lb,
body.home div#content section#contact div.frame div.rb {
  background-color: #002b62;
}
body.home div#content section#contact div.column div.row a {
	color: #ffffff;
	letter-spacing: 0.1em;
}
body.home div#content section#contact div.column div.row a.pc {
	text-decoration: none;
	cursor: default;
}
body.home div#content section#contact div.column div.row a.sp {
	display: none;
}
body.home div#content section#contact p.caption i {
  margin-left: 0.75em;
}



/* --------------------------------------------------------------------------------
banner
-------------------------------------------------------------------------------- */

div#banner {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #e5e5e5;
	padding: 50px 0px;
	background-color: #ffffff;
}
div#banner p.row {
	width: 160px;
}
div#banner p.row:not(:last-child) {
	margin-right: 20px;
}
div#banner p.row img {
	width: 100%;
	height: auto;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
}
footer#footer p#button-page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	font-size: 14px;
	pointer-events: none;
	transition: 0.25s color ease, 0.25s filter ease;
	filter: opacity(0);
}
div.scroll footer#footer p#button-page-top {
	pointer-events: auto;
	filter: opacity(1);
	will-change: filter;
}
footer#footer p#button-page-top.footer {
	position: absolute;
	top: -100px;
	bottom: auto;
}
footer#footer p#button-page-top a {
	display: block;
	width: 80px;
	height: 80px;
	color: #002b62;
	border: 1px solid #002b62;
	background-color: #ffffff;
	border-radius: 50%;
	transition: 0.25s color ease, 0.25s border-color ease, 0.25s background-color ease;
}
footer#footer p#button-page-top a:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-color: #002b62;
}
footer#footer p#button-page-top a::before {
	box-sizing: border-box;
	position: absolute;
	width: 20px;
	height: 20px;
	left: calc(50% - 10px);
	top: calc(50% - 15px);
	border-right: 3px solid #002b62;
	border-top: 3px solid #002b62;
	content: "";
	transition: 0.25s border-color ease;
	transform: translateY(2px) rotate(-45deg);
}
footer#footer p#button-page-top a:hover::before {
	border-color: #ffffff;
}
footer#footer p#button-page-top a::after {
	position: absolute;
	width: 100%;
	left: 0px;
	top: calc(50% - 5px);
	text-align: center;
	font-weight: 700;
	content: "TOP";
}
footer#footer nav#navi-footer {
	color: #ffffff;
	padding: 50px 0px;
	background-color: #666666;
}
footer#footer nav#navi-footer a {
	color: #ffffff;
}
footer#footer nav#navi-footer div.list {
	display: flex;
	flex-wrap: wrap;
	width: 840px;
	margin: auto;
}
body.en footer#footer nav#navi-footer div.list {
	width: 625px;
}
footer#footer nav#navi-footer div.list div.row {
	width: 195px;
}
footer#footer nav#navi-footer div.list div.row:not(:last-child) {
	margin-right: 20px;
}
footer#footer nav#navi-footer div.list div.row div.segment:not(:last-child) {
	margin-bottom: 10px;
}
footer#footer nav#navi-footer div.list div.row div.segment p.headline {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
}
footer#footer nav#navi-footer div.list div.row div.segment p.headline i.icon {
	font-weight: 400;
}
footer#footer nav#navi-footer div.list div.row div.segment p.headline:not(:last-child) {
	margin-bottom: 10px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li {
	font-size: 14px;
	line-height: 20px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li:not(:last-child),
footer#footer nav#navi-footer div.list div.row div.segment > ul > li ul li:not(:last-child) {
	margin-bottom: 7.5px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li > a::before,
footer#footer nav#navi-footer div.list div.row div.segment > ul > li ul li a::before {
	box-sizing: border-box;
	position: absolute;
	content: "";
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li > a::before {
	width: 6px;
	height: 6px;
	left: 0px;
	top: 7px;
	border-right: 1.5px solid #ffffff;
	border-top: 1.5px solid #ffffff;
	transform: rotate(45deg);
}
body.en footer#footer nav#navi-footer div.list div.row div.segment > ul > li > a::before {
	top: 6px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li ul {
	justify-content: flex-start;
	width: 600px;
	margin-left: 15px;
	padding-top: 5px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li ul li {
	width: 150px;
}
footer#footer nav#navi-footer div.list div.row div.segment > ul > li ul li a::before {
	width: 4px;
	height: 4px;
	left: 3px;
	top: 9px;
	background-color: #ffffff;
	border-radius: 50%;
}
footer#footer div#banner-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
}
footer#footer div#banner-footer p.row {
	width: 160px;
}
footer#footer div#banner-footer p.row:not(:last-child) {
	margin-right: 20px;
}
footer#footer div#banner-footer p.row img {
	width: 100%;
	height: auto;
}
footer#footer nav#navi-footer-sp {
	display: none;
}
footer#footer p.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	padding: 10px 0px;
	background-color: #e50012;
}



/* --------------------------------------------------------------------------------
modal
-------------------------------------------------------------------------------- */

div#modal {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 0%;
	left: 0px;
	top: 0px;
	overflow: auto;
	z-index: 9999;
	pointer-events: none;
	padding: 80px 0px;
	opacity: 0;
	transition: 0.25s opacity ease;
	-webkit-overflow-scrolling: touch;
}
div#modal.active {
	height: 100%;
	pointer-events: auto;
}
div#modal.fade {
	opacity: 1;
}
div#modal::before {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.875);
	content: "";
}
div#modal div.inner-modal {
	position: relative;
	width: 880px;
	margin: auto;
	background-color: #ffffff;
}
div#modal p.button-close {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 20px;
	top: 20px;
	z-index: 10;
	cursor: pointer;
}
body.admin-bar div#modal p.button-close {
	top: 52px;
}
div#modal p.button-close::before,
div#modal p.button-close::after {
	position: absolute;
	width: 40px;
	height: 0px;
	left: calc(50% - 20px);
	top: calc(50% - 0.5px);
	border-bottom: 1px solid #ffffff;
	content: "";
}
div#modal p.button-close::before {
	transform: rotate(45deg);
}
div#modal p.button-close::after {
	transform: rotate(-45deg);
}
div#modal section {
	display: none;
}
div#modal section.active {
	display: block;
}
div#modal section div.inner-section {
	padding: 50px;
}
div#modal p.company,
div#modal div.credit {
	text-align: right;
}
div#modal p.company {
	font-size: 14px;
}
div#modal h3.headline-alternate {
	text-align: center;
	text-indent: 0.2em;
	font-size: 26px;
	font-weight: 700;
	color: #004172;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #002b62;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div#modal h3.headline-alternate span {
	font-size: 20px;
}
div#modal div.frame {
	padding: 40px;
	background-color: #e5ecf1;
}
div#modal p.headline,
div#modal p.headline-number,
div#modal p.headline-alternate {
	font-weight: 700;
}
div#modal p.headline,
div#modal p.headline-number-alternate {
	color: #004172;
}
div#modal p.headline-number,
div#modal p.indent-number,
div#modal div.indent {
	padding-left: 20px;
}
div#modal p.headline-number,
div#modal p.indent-number {
	position: relative;
}
div#modal p.headline-number span,
div#modal p.indent-number span {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#modal p.indent-number-wide {
	padding-left: 30px;
}
div#modal ul li {
	position: relative;
	padding-left: 15px;
}
div#modal ul li::before {
	position: absolute;
	width: 5px;
	height: 5px;
	left: 3px;
	top: 13px;
	background-color: #000000;
	content: "";
	border-radius: 50%;
}
div#modal div.label-body {
	display: flex;
	flex-wrap: wrap;
}
div#modal div.label-body p.label {
	width: 80px;
}
div#modal div.label-body div.body {
	width: calc(100% - 80px);
}
div#modal div.label-body-alternate p.label {
	width: 60px;
}
div#modal div.label-body-alternate div.body {
	width: calc(100% - 60px);
}
div#modal div.frame-alternate {
	border: 1px solid #002b62;
	padding: 10px 20px;
	border-radius: 5px;
}
div#modal p.diagram img {
	margin: auto;
}
div#modal div.credit p.name {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.1em;
}
div#modal p.image-frame {
	position: relative;
}
div#modal p.image-frame::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border: 1px solid #cccccc;
	content: "";
}