@charset "utf-8";



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

body {
	background-color: transparent;
}
body.ie div#ie-message {
	display: none;
}



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

br.pc {
	display: none;
}
br.sp {
	display: inline;
}
*.no-pc {
	display: inline;
}
*.no-sp {
	display: none;
}
*.margin-bottom-wide {
	margin-bottom: 20px;
}
*.margin-bottom-extra-wide {
	margin-bottom: 40px;
}



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

div#page {
  padding: 45px 0px 0px 0px;
}



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

header#header {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	background-color: transparent;
	box-shadow: none;
}
body.admin-bar header#header {
	top: auto;
}
header#header a {
	text-decoration: none;
}
header#header h1#logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 45px;
	left: 0px;
	top: 0px;
	z-index: 20;
	padding-left: 15px;
	background-color: #ffffff;
}
header#header h1#logo::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
	content: "";
}
header#header h1#logo img {
	height: 24px;
}
header#header p#button-search,
header#header p#button-language {
	display: none;
}
header#header p#button-menu {
	position: fixed;
	width: 45px;
	height: 45px;
	right: 0px;
	top: 0px;
	z-index: 30;
  cursor: pointer;
	background-color: #002b62;
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 28px;
  height: 1px;
  left: calc(50% - 14px);
  top: calc(50% - 0.5px);
  transition: 0.25s all ease;
  transform-origin: 50% 50%;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-9px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(9px);
}
body.menu-header header#header p#button-menu i:nth-child(1),
body.menu-header header#header p#button-menu i:nth-child(2),
body.menu-header header#header p#button-menu i:nth-child(3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
body.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
body.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
header#header div#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	transform: translateY(-100%);
	transition: 0.375s transform ease;
	-webkit-overflow-scrolling: touch;
}
body.menu-header header#header div#menu {
	transform: translateY(0%);
}
header#header div#menu div.inner-menu {
	padding-top: 45px;
	background-color: #ffffff;
}
header#header div#search-sp {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 20px;
}
header#header div#search-sp form {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 30px;
}
header#header div#search-sp form::before {
	position: absolute;
	left: 0px;
	top: calc(50% - 14px);
	font-family: "icon";
	font-size: 24px;
	font-weight: 700;
	color: #002b62;
	content: "\e901";
}
header#header div#search-sp form input[type=text],
header#header div#search-sp form input[type=text] {
	display: block;
	box-sizing: border-box;
	height: 35px;
	line-height: 33px;
}
header#header div#search-sp form input[type=text] {
	width: calc(100% - 50px);
	border-color: #cccccc;
}
header#header div#search-sp form input[type=submit] {
	width: 50px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px;
	background-color: #002b62;
}
header#header nav#navi {
	position: static;
	width: auto;
	left: auto;
	top: auto;
}
header#header nav#navi > ul {
	display: block;
	padding-right: 0px;
}
header#header nav#navi > ul > li {
	border-bottom: 1px solid #e5e5e5;
}
header#header nav#navi > ul > li:not(:last-child) {
	margin-right: 0px;
}
header#header nav#navi > ul > li > a {
	height: 45px;
	color: #002b62;
	padding: 0px 20px;
}
header#header nav#navi > ul > li:hover > a {
	color: #002b62;
}
header#header nav#navi > ul > li.collapse > a {
	position: relative;
	color: #002b62;
	transition: 0.25s color ease, 0.25s background-color ease;
}
header#header nav#navi > ul > li.collapse.open > a {
	color: #ffffff;
	background-color: #002b62;
}
header#header nav#navi > ul > li.collapse > a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	right: 20px;
	top: calc(50% - 4px);
	border-right: 1px solid #002b62;
	border-top: 1px solid #002b62;
	content: "";
	transform: translateY(-2px) rotate(135deg);
	transition: 0.25s border-color ease, 0.25s transform ease;
}
header#header nav#navi > ul > li.collapse.open > a::before {
	border-color: #ffffff;
	transform: translateY(2px) rotate(-45deg);
}
header#header nav#navi > ul > li > a i.icon {
	color: #002b62;
}
header#header nav#navi > ul > li > a:hover i.icon {
	color: #002b62;
}
header#header nav#navi > ul > li div.nest {
	display: none;
	position: static;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	pointer-events: auto;
	background-color: #d4e5ef;
	opacity: 1;
}
header#header nav#navi > ul > li div.nest ul {
	display: block;
}
header#header nav#navi > ul > li div.nest > ul {
	justify-content: center;
	padding: 0px 10px;
}
header#header nav#navi > ul > li div.nest > ul > li {
	padding: 10px;
}
header#header nav#navi > ul > li div.nest > ul > li:not(:last-child) {
	border-bottom: 1px solid #ffffff;
	margin-right: 0px;
}
header#header nav#navi > ul > li div.nest > ul > li a {
	display: block;
	position: relative;
	color: #002b62;
	padding-left: 0px;
}
header#header nav#navi > ul > li div.nest > ul > li > a::before {
	display: none;
}
header#header nav#navi > ul > li div.nest > ul > li ul {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	margin-left: 0px;
	padding: 5px 0px 0px 10px;
}
header#header nav#navi > ul > li div.nest > ul > li ul li {
	box-sizing: border-box;
	width: 50%;
}
header#header nav#navi > ul > li div.nest > ul > li ul li a {
	padding-left: 15px;
}
header#header nav#navi > ul > li div.nest > ul > li ul li a::before {
	background-color: #002b62;
}
header#header nav#navi > ul > li div.nest > ul > li ul.vertical {
	display: flex;
}
header#header div#language-sp {
	display: block;
}
header#header div#language-sp ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 20px;
}
header#header div#language-sp ul li {
	position: relative;
	width: 50%;
	text-align: center;
	font-size: 14px;
}
header#header div#language-sp ul li:not(:last-child)::before {
	position: absolute;
	width: 0px;
	height: 30px;
	right: 0px;
	top: calc(50% - 15px);
	border-right: 1px solid #cccccc;
	content: "";
}
header#header div#language-sp ul li a {
	color: #cccccc;
}
header#header div#language-sp ul li.active a {
	color: #002b62;
}
header#header div#menu p.button-close {
	display: block;
  text-align: center;
	font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 0px;
  background-color: #002b62;
}
header#header div#search {
	display: none;
}
header#header div#background-menu {
	position: fixed;
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.25s ease;
}
body.menu-header header#header div#background-menu {
	height: 100%;
	opacity: 1;
}



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

div#splash div.content {
	width: calc(100% - 80px);
	height: 720px;
}
div#splash div.content p.logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: none;
	height: auto;
	max-height: none;
	left: 0px;
	top: auto;
	bottom: calc(50% - 40px);
}
div#splash div.content p.logo img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
div#splash div.content div.text {
	left: 0px;
	right: auto;
}
div#splash div.content div.text h2 {
	font-size: 16px;
}
div#splash div.content div.text p.description {
	font-size: 14px;
	line-height: 26px;
}
div#splash p.button-close {
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
}



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

div#cover {
  padding-bottom: 10px;
}
div#cover div.image {
	height: auto;
  margin-bottom: 10px;
  padding-bottom: 100%;
}
div#cover div.image p.row-01 {
	background-image: url(../images/cover-image-01-sp.jpg);
}
div#cover div.image p.row-02 {
	background-image: url(../images/cover-image-02-sp.jpg);
}
div#cover div.image p.row-02a {
	background-image: url(../images/cover-image-02-sp.jpg);
}
div#cover div.image p.row-02b {
	background-image: url(../images/cover-image-02-sp.jpg);
}
div#cover div.image p.row-03 {
	background-image: url(../images/cover-image-03-sp.jpg);
}
div#cover div.image p.row-04 {
	background-image: url(../images/cover-image-04-sp.jpg);
}
div#cover div.image p.row-05 {
	background-image: url(../images/cover-image-05-sp.jpg);
}
div#cover div.image p.row-06 {
	background-image: url(../images/cover-image-06-sp.jpg);
}
div#cover div.image p.row-07 {
	background-image: url(../images/cover-image-07-sp.jpg);
}
div#cover div.image p.row-08 {
	background-image: url(../images/cover-image-08-sp.jpg);
}
div#cover div.navi {
	position: static;
	left: auto;
	bottom: auto;
  text-align: center;
	margin-left: 0px;
}
div#cover div.navi p.button {
	margin: 0px 5px 10px 5px;
}
div#title {
	height: 0px;
  overflow: hidden;
}
div#title-sp {
  position: relative;
	height: auto;
  border-bottom: 2px solid #004172;
  margin: 0px -20px 20px -20px;
  padding-bottom: 32%;
	background-size: cover;
}
body.company.top-message div#title-sp {
	background-image: url(../images/title-image-company-history-sp.jpg);
}
body.company.profile div#title-sp {
  margin-bottom: 0px;
	background-image: url(../images/title-image-company-profile-sp.jpg);
}
body.company.history div#title-sp {
  margin-bottom: 0px;
	background-image: url(../images/title-image-company-top-message-sp.jpg);
}
body.company.history.en div#title-sp {
	background-image: url(../images/title-image-company-history-sp.jpg);
}
body.company.charter div#title-sp {
	background-image: url(../images/title-image-company-charter-sp.jpg);
}
body.company.governance div#title-sp {
	background-image: url(../images/title-image-company-governance-sp.jpg);
}
body.company.network div#title-sp {
	background-image: url(../images/title-image-company-network-sp.jpg);
}
body.company.quality div#title-sp {
	background-image: url(../images/title-image-company-quality-sp.jpg);
}
body.sdgs div#title-sp {
	background-image: url(../images/title-image-company-sdgs-sp.jpg);
}
body.social div#title-sp {
	background-image: url(../images/title-image-sustainability-social-sp.jpg);
}
body.business.summary.en div#title-sp {
	background-image: url(../images/title-image-business-summary-en-sp.jpg);
}
body.contact div#title-sp {
	background-image: url(../images/title-image-contact-sp.jpg);
}
body.search div#title-sp {
  margin-bottom: 0px;
	background-image: url(../images/title-image-search-sp.jpg);
}



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

div#content {
	border-bottom: none;
}
div#content div.inner-content {
	width: auto;
	padding-bottom: 0px;
}
body.page-no-title div#content div.inner-content,
body.error404 div#content div.inner-content {
	padding: 0px;
}
div#content div.frame div.rt,
div#content div.frame div.lb {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
div#content div.frame div.rt {
  right: 2.83px;
  top: 2.83px;
}
body.page-no-title div#content div.frame-no-rt div.rt {
  right: 2.83px;
  top: 2.83px;
}
div#content div.frame div.lb {
  left: 2.83px;
  bottom: 2.83px;
}
div#content div.frame div.lt {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
div#content div.frame div.rb {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
	box-shadow: none;
}
div#content div.frame-button div.inner-frame a {
  padding: 10px 0px;
}
div#content div.frame-wide div.inner-frame {
	padding: 20px;
}
div#content div.frame-important div.inner-frame {
  padding: 20px;
}
div#content div.frame-button-wrapper div.frame {
	margin: auto;
}
div#content div.frame-important div.headline-body {
  display: block;
}
div#content div.frame-important div.headline-body p.headline {
  width: auto;
}
div#content div.frame-important div.headline-body div.body {
  width: auto;
}
div#content p.title-sub {
	font-size: 20px;
}
div#content h1 {
	font-size: 30px;
	line-height: 35px;
	margin: -10px -20px 0px -20px;
  padding: 0px 20px 20px 20px;
}
body.page-no-title div#content h1 {
  border-bottom: 2px solid #004172;
  margin-bottom: 20px;
}
div#content h2.headline {
	font-size: 24px;
	margin-bottom: 10px;
}
div#content h2.border {
	font-size: 20px;
	line-height: 30px;
}
div#content div.map {
	height: 250px;
}
div#content p.button-back-header {
	display: none;
}
div#content p.button-back-sp {
	display: block;
  margin-bottom: 20px;
}
div#content div.pager {
	margin-bottom: 20px;
	padding: 20px 0px 40px 0px;
}
div#content div.pager a.prev,
div#content div.pager a.next {
	top: auto;
  bottom: 0px;
}
div#content div.breadcrumb {
  font-size: 14px;
	padding-top: 20px;
	padding-right: 40px;
}
div#content div.table {
	border-left: none;
	border-right: none;
	margin-left: -20px;
	margin-right: -20px;
}
div#content div.table div.row p.label {
	padding: 10px 0px 10px 20px;
}
div#content div.table-collapse div.row {
	padding-left: 0px;
}
div#content div.table div.row-header {
	padding: 10px;
}
div#content div.table-collapse div.row-header p {
	display: block;
	position: absolute;
	width: 6.5em;
	right: 10px;
	top: 10px;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
}
div#content div.table div.row-hidden {
	display: block;
	padding: 0px;
}
div#content div.table div.row-hidden p {
	top: -45px;
}
div#content div.table-collapse div.row p.label {
	position: static;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	cursor: pointer;
	border-right: none;
	background: #f2f2f2 url(../images/arrow-collapse-02-sp.png) no-repeat right 17px center;
	background-size: auto 7px;
}
div#content div.table-collapse div.row.open p.label {
	background-image: url(../images/arrow-collapse-02-close-sp.png);
}
div#content div.table-collapse div.row div.body {
	display: none;
	border-top: 1px solid #cccccc;
}
div#content div.table div.row div.body div.inner-body {
	padding: 10px 20px;
}
div#content div.table-contact {
	width: auto;
}

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

body.page-wide div#content div.breadcrumb {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 20px;
	margin-left: 0px;
}
body.page-wide div#content div.breadcrumb p {
  padding: 0px 20px;
}
body.page-wide div#content section div.inner-section {
	width: auto;
	padding: 20px 10px 80px 10px;
}
body.page-wide div#content section header {
	margin-bottom: 20px;
}
body.page-wide div#content section header h2 {
	font-size: 22px;
}
body.page-wide div#content section header p.sub {
	font-size: 12px;
	margin-bottom: 0px;
}
body.page-wide div#content div.column {
	margin: 0px -5px;
}
body.page-wide div#content div.column-three div.row {
	width: 33.33%;
}
body.page-wide div#content div.column-six div.row {
	width: 33.33%;
  margin-bottom: 15px;
}
body.page-wide div#content div.column-five div.row {
	width: 33.33%;
  margin-bottom: 15px;
}
body.page-wide div#content section div.column-six-small {
	width: auto;
}
body.page-wide div#content div.column div.row div.inner-row {
	padding: 0px 5px;
}
body.page-wide div#content div.column div.row p.icon {
	padding: 5px 0px;
}
body.page-wide div#content div.column div.row p.icon img {
	height: 40px;
}
body.page-wide div#content div.column div.row p.caption {
	height: 36px;
  font-size: 12px;
	line-height: 18px;
}

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

body.vision div#content header {
	margin-bottom: 30px;
}
body.vision div#content header h1 {
	border-bottom: none;
}
body.vision div#content h2 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 40px;
}
body.vision div#content p.logo {
	margin-bottom: 40px;
}
body.vision div#content p.logo img {
	width: 222px;
}
body.vision div#content div.explanation {
	width: auto;
	margin-bottom: 50px;
}
body.vision div#content div.charter {
	width: auto;
	padding-top: 40px;
}
body.vision div#content div.charter h3 {
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 25px;
}
body.vision div#content div.charter p.description {
	line-height: 28px;
}

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

body.page-wide.company div#content {
	background-image: none;
}
body.company.top-message div#content p.image {
  display: none;
}
body.company.top-message div#content p.image-sp {
	display: block;
  margin-left: -20px;
  margin-right: -20px;
}
body.company.top-message div#content p.image-sp img {
	margin: auto;
}
body.company.top-message div#content h2 {
	margin-bottom: 20px;
}
body.company.top-message div#content p.sign img {
	height: 45px;
}
body.company.profile div#content div.list-profile {
  margin: 0px -20px;
}
body.company.profile div#content div.list-profile div.row {
	padding: 10px 20px;
}
body.company.profile div#content div.list-profile div.row:first-child {
  border-top: none;
}
body.company.profile div#content div.list-profile div.row-two {
	padding-bottom: 10px;
}
body.company.profile div#content div.list-profile div.row p.label {
	position: static;
	left: auto;
	top: auto;
}
body.company.profile div#content div.list-profile div.row p.label br {
  display: none;
}
body.company.profile div#content div.list-profile div.row p.map img {
	width: calc(100% - 2px);
	height: auto;
}
body.company.profile div#content div.list-profile div.row div.certification p.row-bluesign {
	padding: 20px 0px 10px 0px;
}
body.company.profile div#content div.list-profile div.row div.pamphlet {
  margin-right: -20px;
}
body.company.profile div#content div.list-profile div.row div.pamphlet p.image img {
  margin-top: 5px;
}
body.company.history div#content div.list-history {
  margin: 0px -20px;
}
body.company.history div#content div.list-history div.row {
	padding: 10px 20px;
}
body.company.history.en div#content div.list-history div.row {
	padding-left: 20px;
}
body.company.history div#content div.list-history div.row:first-child {
  border-top: none;
}
body.company.history div#content div.list-history div.row-no-year {
	margin-left: 0px;
	padding-left: 20px;
}
body.company.history div#content div.list-history div.row p.label {
	position: relative;
  height: 30px;
	left: auto;
	top: auto;
}
body.company.history div#content div.list-history div.row p.label span.month {
	left: 50px;
}
body.company.history div#content div.list-history div.row-no-year p.label span.year {
	display: block;
}
body.company.history div#content div.list-history div.row-no-year p.label span.month {
	left: 50px;
}
body.company.charter div#content p.diagram {
  display: none;
}
body.en.company.charter div#content p.logo-vision {
	display: none;
}
body.en.company.charter div#content p.logo-vision-small {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #000000;
	margin: 30px 0px;
	padding-top: 30px;
}
body.en.company.charter div#content p.logo-vision img {
	width: 258px;
}
body.company.charter div#content div.diagram-sp {
	display: block;
}
body.company.charter div#content div.diagram-sp header {
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #004172;
}
body.company.charter div#content div.diagram-sp header h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
body.company.charter div#content div.diagram-sp header p.logo {
  position: absolute;
  right: 10px;
  top: 15px;
}
body.company.charter div#content div.diagram-sp header p.logo img {
  width: auto;
  height: 21px;
}
body.company.charter div#content div.diagram-sp h3 {
  font-size: 20px;
  font-weight: 500;
  color: #004172;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
body.company.charter div#content div.diagram-sp p.description {
  letter-spacing: 0.05em;
}
body.company.charter div#content div.diagram-sp p.description span {
  display: block;
  margin-bottom: 15px;
}
body.governance div#content h2 {
	font-size: 18px;
	padding-bottom: 5px;
}
body.governance div#content p.diagram img.pc {
	display: none;
}
body.governance div#content p.diagram img.sp {
	display: block;
}
body.governance div#content ol {
	padding-right: 0px;
}
body.company.network div#content p.diagram {
	display: none;
}
body.company.network div#content p.diagram-sp {
	display: block;
	margin: 0px -20px 0px -20px;
}
body.company.network div#content p.diagram-02-sp {
	border-top: 2px solid #004172;
	margin-bottom: 20px;
}
body.company.network div#content p.diagram-sp img {
	width: 100%;
	height: auto;
}
body.company.network div#content h2.border {
	margin: 0px -20px 10px -20px;
}
body.company.network div#content h2.border span {
	padding-left: 20px;
	padding-right: 20px;
}
body.company.network div#content div.list-network {
	margin-bottom: 40px;
}
body.company.network div#content div.list-network div.row {
	margin: 0px -20px;
	padding: 0px 20px;
}
body.company.network div#content div.list-network div.row header {
  cursor: pointer;
	margin-bottom: 0px;
	padding: 10px 0px;
}
body.company.network div#content div.list-network div.row header p.button-collapse {
  position: absolute;
  width: 45px;
  height: 100%;
  right: -20px;
  top: 0px;
  z-index: 1;
	background: url(../images/arrow-collapse-01-sp.png) no-repeat center;
  background-size: auto 7px;
}
body.company.network div#content div.list-network div.row.open header p.button-collapse {
	background-image: url(../images/arrow-collapse-01-close-sp.png);
}
body.company.network div#content div.list-network div.row div.body {
	display: none;
}
body.company.network div#content div.list-network div.row div.body p.link {
	position: static;
	right: auto;
	top: auto;
	margin-bottom: 10px;
}
body.company.network div#content div.list-network div.row div.body div.inner-body {
	padding-bottom: 10px;
}
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: 0px;
}
body.company.network.page-no-title div#content h1 {
	font-size: 24px;
	letter-spacing: 0.1em;
	border-bottom: none;
	margin-bottom: 0px;
	padding: 10px 20px;
}
body.company.network div#content h2.sp {
	display: block;
	font-size: 30px;
	line-height: 35px;
	color: #004172;
	letter-spacing: 0.2em;
  border-bottom: 2px solid #004172;
	margin: -10px -20px 15px -20px;
  padding: 0px 20px 10px 20px;
}
body.company.network div#content div.list-network-detail {
	margin: 0px -20px 20px -20px;
}
body.company.network div#content div.list-network-detail div.row {
	padding: 10px 20px;
}
body.company.network.en div#content div.list-network-detail div.row {
	padding-left: 20px;
}
body.company.network div#content div.list-network-detail div.row-two {
	padding-bottom: 10px;
}
body.company.network div#content div.list-network-detail div.row p.label {
	position: static;
	left: auto;
	top: auto;
}
body.company.network div#content div.list-network-detail div.row table.facility,
body.company.network div#content div.list-network-detail div.row table.facility th,
body.company.network div#content div.list-network-detail div.row table.facility td {
	display: block;
	width: 100%;
}
body.company.network div#content div.list-network-detail div.row table.facility th {
	font-feature-settings: normal;
}
body.company.network div#content div.list-network-detail div.row table.facility td {
	padding-left: 1em;
}
body.company.quality div#content div.certificate {
	margin-bottom: 20px;
  margin-right: -20px;
}
body.company.quality div#content div.certificate div.row {
  width: calc(50% - 20px);
  font-size: 14px;
	margin-right: 20px;
}
body.company.quality div#content div.certificate div.row p.image {
	margin-bottom: 5px;
}

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

body.sustainability div#content h2.headline {
	height: 40px;
	font-size: 20px;
	margin-bottom: 20px;
}
body.sustainability div#content h3.headline {
	font-size: 18px;
	margin-bottom: 10px;
}
body.sustainability div#content h4.headline {
	font-size: 18px;
	padding-left: 18px;
}
body.sustainability div#content h4.headline::before {
	width: 13px;
	height: 13px;
	top: 10px;
}
body.sdgs div#content div.list div.row {
	margin-bottom: 40px;
}
body.sdgs div#content div.list div.row h2 {
  font-size: 24px;
  line-height: 34px;
	margin: 0px -20px 15px -20px;
	padding: 0px 20px 10px 20px;
}
body.sdgs div#content div.list div.row p.description {
  margin-bottom: 10px;
}
body.social div#content div.block:not(:last-child) {
	margin-bottom: 60px;
}
body.social div#content div.block *.margin-bottom {
	margin-bottom: 20px;
}
body.social div#content div.block *.margin-bottom-wide {
	margin-bottom: 40px;
}
body.social div#content div.block *.margin-bottom-narrow {
	margin-bottom: 10px;
}
body.social div#content div.block div.charter h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 15px;
}
body.social div#content div.block div.charter p {
	font-size: 18px;
}
body.social div#content div.block div.vision p.logo-word {
	width: auto;
}
body.social div#content div.block div.vision p.logo-word img.pc {
	display: none;
}
body.social div#content div.block div.vision p.logo-word img.sp {
	display: block;
}
body.social div#content div.block div.image {
	display: block;
}
body.social div#content div.block div.image p.row {
	width: auto;
}
body.social div#content div.block div.image p.row-no-small {
	display: none;
}
body.social div#content div.block div.image p.row:not(:last-child) {
	margin-bottom: 10px;
}
body.social div#content div.block div.certification-popup {
	display: block;
}
body.social div#content div.block div.certification-popup div.certification {
	margin: 0px 0px 15px 0px;
}
body.social div#content div.block div.logo-popup {
	display: block;
}
body.social div#content div.block div.logo-popup p.logo {
	margin: 0px 0px 15px 0px;
}
body.social div#content div.block div.bluesign p.label {
	font-size: 16px;
}
body.social div#content div.block p.diagram img.pc {
	display: none;
}
body.social div#content div.block p.diagram img.sp {
	display: block;
}
body.social div#content div.block div.list div.row {
	display: block;
	padding: 15px 20px;
}
body.social div#content div.block div.list div.row p.headline {
	width: auto;
	font-size: 18px;
	margin-bottom: 5px;
}
body.social div#content div.block div.list div.row p.body {
	width: auto;
}

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

body.page-wide.business div#content div.frame div.inner-frame {
  padding: 10px 0px;
}
body.page-wide.business div#content div.frame-button div.inner-frame {
  padding: 0px;
}
body.page-wide.business.en div#content div.column div.row p.caption {
	height: 54px;
}
body.business.page-no-title div#content h1 {
  border-bottom: none;
  margin-bottom: 0px;
}
body.business.page-no-title div#content div#title {
	display: none;
}
body.business.page-no-title div#content div#title-sp {
  border-bottom: none;
  padding-bottom: 50%;
}
body.business.chemical div#content div#title-sp {
	background-image: url(../images/title-image-business-chemical-sp.jpg);
}
body.business.textile div#content div#title-sp {
	background-image: url(../images/title-image-business-textile-sp.jpg);
}
body.business.electronics div#content div#title-sp {
	background-image: url(../images/title-image-business-electronics-sp.jpg);
}
body.business.page-no-title div#content section {
	margin-bottom: 40px;
}
body.business.page-no-title div#content section header {
	margin: 0px -20px 10px -20px;
}
body.business.page-no-title div#content section header h2.border span,
body.business.summary.en div#content section header h2.border span {
	padding-left: 20px;
	padding-right: 20px;
}
body.business.electronics div#content p.diagram img {
	margin: auto;
}
body.business.electronics div#content p.caption-sp {
	display: block;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
}
body.business.summary.en div#content section header {
	margin-left: -20px;
	margin-right: -20px;
}
body.business.summary.en div#content section div.content h3 {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
body.business.summary.en div#content hr {
	margin-left: -20px;
	margin-right: -20px;
}

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

body.newsrelease div#content p.button-switch {
	display: none;
}
body.newsrelease div#content h2.year {
	margin-bottom: 20px;
}
body.newsrelease div#content h3.month {
	margin-bottom: 10px;
  padding: 0px 0px 10px 20px;
}
div#content div.list-year-header {
	margin-bottom: 20px;
}
div#content div.list-year ul {
  display: none;
}
div#content div.list-year form {
	display: block;
	position: relative;
	text-align: center;
}
div#content div.list-year form p.button-prev,
div#content div.list-year form p.button-next {
	position: absolute;
	width: 80px;
	top: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}
div#content div.list-year form p.button-prev {
	left: 0px;
}
div#content div.list-year form p.button-next {
	right: 0px;
}
div#content div.list-year form p.button-prev a,
div#content div.list-year form p.button-next a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #004172;
}
div#content div.list-year form select {
	display: inline-block;
}
div#content div.list-news {
  margin: 0px -20px 15px -20px;
}
div#content div.list-news div.row {
	margin-bottom: 10px;
	padding: 0px 20px 10px 20px;
}
div#content div.list-news div.row p.created {
  position: static;
	left: auto;
  top: auto;
  margin-bottom: 5px;
}
div#content article.type-post {
	margin-bottom: 20px;
}
div#content article.type-post h1.title {
  margin: 0px -20px 15px -20px;
  padding: 0px 20px 10px 20px;
}
div#content article.type-post div.misc {
	margin-bottom: 20px;
}
div#content article.type-post div.misc p.button-print {
  display: none;
}
div#content article.type-post h2,
div#content article.type-post h3 {
	margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
div#content article.type-post div.files h3 {
	padding: 0px 20px 10px 20px;
}

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

body.page-wide.recruit div#content p.description {
	padding: 60px 0px;
}

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

div#content form.wpcf7-form header {
	margin-bottom: 20px;
}
div#content form.wpcf7-form div.component {
	margin-bottom: 20px;
}
div#content form.wpcf7-form div.component p.label {
	font-size: 16px;
	border-bottom: none;
	margin-bottom: 0px;
}
div#content form.wpcf7-form div.component p.label span.example {
  margin-left: 0px;
}
div#content form.wpcf7-form div.component p.label span.border-sp {
	display: block;
  border-bottom: 1px solid #cccccc;
  margin: 5px -20px;
}
div#content form.wpcf7-form div.component input[type=text],
div#content form.wpcf7-form div.component input[type=email],
div#content form.wpcf7-form div.component input.address {
	width: 100%;
}
div#content form.wpcf7-form h4 {
  margin: 0px -20px 15px -20px;
	padding: 0px 20px 10px 20px;
}

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

body.search div#content div.form {
	border-top: none;
	border-bottom: none;
	margin: 0px -20px 20px -20px;
	padding: 0px;
}
body.search div#content div.form form {
	width: auto;
	padding: 10px 65px 10px 40px;
  background: #000000 url(../images/icon-search-white.png) no-repeat 10px center;
  background-size: auto 22px;
}
body.search div#content div.form form input[type=text] {
	width: 100%;
}
body.search div#content div.form form input[type=submit] {
	width: 50px;
	right: 10px;
	top: 10px;
}
body.search div#content h2.headline {
	margin: 0px -20px 15px -20px;
	padding: 0px 20px 10px 20px;
}

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

body.site-policy div#content p.description {
	padding-left: 0px;
}
body.site-map div#content ul {
  margin: 0px -20px;
}
body.site-map div#content ul li {
	line-height: 35px;
}
body.site-map div#content ul li.level-01 span {
	padding-left: 20px;
}
body.site-map div#content ul li.level-02 {
	padding-left: 20px;
}
body.site-map div#content ul.nest {
  margin: 0px;
}



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

body.home div#content section div.inner-section {
	width: auto;
	padding: 20px 10px;
}
body.home div#content section#news div#support-disaster {
	text-align: justify;
  font-size: 14px;
  line-height: 24px;
	margin: 0px -10px 10px -10px;
}
body.home div#content section#news div#support-disaster span {
  padding: 20px;
}
body.home div#content section#news div#support-disaster p.description br {
	display: none;
}
body.home div#content section header {
	margin-bottom: 20px;
}
body.home div#content section header h2 {
	font-size: 22px;
}
body.home div#content section header p.sub {
	font-size: 12px;
	margin-bottom: 0px;
}
body.home div#content section#news div.more {
	margin-bottom: 10px;
}
body.home div#content section#news div.footer {
  height: 30px;
}
body.home div#content section#news div.footer p.rss {
  display: none;
}
body.home div#content section div.column {
	margin: 0px -5px;
}
body.home div#content section div.column-six div.row {
	width: 33.33%;
  margin-bottom: 15px;
}
body.home div#content section div.column-five div.row {
	width: 33.33%;
  margin-bottom: 15px;
}
body.home div#content section div.column-five div.row:nth-child(4) {
	margin-left: 16.66%;
}
body.home div#content section div.column-six-small {
	width: auto;
}
body.home div#content section div.column div.row div.inner-row {
	padding: 0px 5px;
}
body.home div#content section div.column div.row p.icon {
	padding: 5px 0px;
}
body.home div#content section div.column div.row p.icon img {
	height: 40px;
}
body.home div#content section div.column div.row p.caption {
	height: 36px;
  font-size: 12px;
	line-height: 18px;
}
body.home.en div#content section#business div.column div.row p.caption {
	height: 54px;
}
body.home div#content section#business div.frame div.inner-frame,
body.home div#content section#contact div.frame div.inner-frame {
  padding: 10px 0px;
}
body.home div#content section#business div.frame-button div.inner-frame,
body.home div#content section#contact div.frame-button div.inner-frame {
  padding: 0px;
}
body.home div#content section#company {
  background-image: none;
}
body.home div#content section#company div.inner-section {
	padding-bottom: 0px;
}
body.home div#content section#recruit div.inner-section {
	width: auto;
	padding: 20px 0px 0px 0px;
}
body.home div#content section#recruit div.inner-section p.banner img {
  display: none;
}
body.home div#content section#recruit div.inner-section p.banner img.sp {
  display: block;
}
body.home div#content section#contact {
	text-align: center;
	background-color: #ffffff;
}
body.home div#content section#contact div.inner-section {
	padding: 20px 10px;
}
body.home div#content section#contact div.column div.row a.pc {
	display: none;
}
body.home div#content section#contact div.column div.row a.sp {
	display: block;
}
body.home div#content section#contact p.caption i {
  display: none;
}
/* --------------------------------------------------------------------------------
banner
-------------------------------------------------------------------------------- */

div#banner {
	display: flex;
	padding: 20px 0px;
}



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

footer#footer p#button-page-top {
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}
footer#footer p#button-page-top.footer {
	top: -60px;
}
footer#footer p#button-page-top a {
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
}
footer#footer p#button-page-top a:hover {
	border-color: #002b62;
}
footer#footer p#button-page-top a::before {
	width: 14px;
	height: 14px;
	left: calc(50% - 7px);
	top: calc(50% - 13px);
	border-right: 3px solid #002b62;
	border-top: 3px solid #002b62;
}
footer#footer p#button-page-top a::after {
	top: calc(50% - 7.5px);
}
footer#footer nav#navi-footer {
	display: none;
}
footer#footer div#banner-footer {
	display: none;
}
footer#footer nav#navi-footer-sp {
	display: block;
	background-color: #ffffff;
}
footer#footer nav#navi-footer-sp ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -1px -1px 0px;
}
footer#footer nav#navi-footer-sp ul li {
	box-sizing: border-box;
	width: calc(50% - 1px);
	font-size: 12px;
	font-weight: 700;
	margin: 0px 1px 1px 0px;
}
footer#footer nav#navi-footer-sp ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 40px;
	color: #ffffff;
	padding-left: 20px;
	background-color: #666666;
}



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

div#modal {
	padding: 10px 0px;
}
div#modal div.inner-modal {
	width: calc(100% - 20px);
}
div#modal p.button-close {
	right: 20px;
	top: 20px;
}
body.admin-bar div#modal p.button-close {
	top: 30px;
}
div#modal p.button-close::before,
div#modal p.button-close::after {
	border-color: #000000;
}
div#modal section div.inner-section {
	padding: 50px 20px 20px 20px;
}
div#modal div.frame {
	padding: 20px;
}
div#modal div.label-body {
	display: block;
}
div#modal div.label-body p.label {
	width: auto;
}
div#modal div.label-body div.body {
	width: auto;
}
div#modal div.label-body-alternate p.label {
	width: auto;
}
div#modal div.label-body-alternate div.body {
	width: auto;
}
