@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&amp;display=swap');
/*
    muratec.net 
    en.css
    2025.04.28
*/
/* reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/*sub {
  bottom: -0.5em;
}*/
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------
default
---------------------------------------*/
html {
  width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 15px;
}
@media (max-width: 991px) {
  html {
    font-size: 14px
  }
}
@media (max-width:767px) {
  html {
    font-size: 13px
  }
}
html {
  font-size: 62.5%; /* 10px = 1rem */
  height: 100%;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}
body {
  color: #212121;
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto !important;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
p {
  margin: 0;
  font-size: 1.4rem;
}
select {
  padding: 5px;
}
a {
  color: #1f3382;
  text-decoration: none;
}
a:link {
  color: #1f3382;
}
a:visited {
  color: #1f3382;
}
a:hover {
  color: #1f3382;
}
a:hover {
  min-height: 1em; /* Mac Firefox */
  text-decoration: underline;
  color: #0061cd;
}
/*img {
vertical-align: bottom;
}*/
@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
  }
}
ul {
  list-style-type: none;
}
dl {
  margin: 20px 0;
}
dl dt {
  margin: 20px 0 0;
}
dl dd {
  margin: 5px 0 0;
}
dl dt:first-child {
  margin: 0;
}
dl {
  margin: 20px 0;
}
dl dt {
  margin: 20px 0 0;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
b {
  font-weight: 900;
}
figure {
  margin: 0;
}
* {
  box-sizing: border-box;
}
/* clearfix */
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
/*--------------------------------------

 muratec.net css

---------------------------------------*/
#wrap {
  width: 100%;
  background-color: #fff;
}
/*--------------------------------------
 header
---------------------------------------*/
#header {
  width: 100%;
  border-top: 3px solid #4c679b;
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 768px) {
  #header {
    height: 80px;
    position: fixed;
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
    z-index: 5;
  }
}
#header-inner {
  position: relative;
  width: 1000px;
  height: 114px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header-inner {
    width: 100%;
    height: 76px;
  }
}
#header h1 {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header h1 {
    position: static;
    margin: 15px 0 0 20px;
  }
}
#header h1 img {
  width: 121px;
}
@media screen and (max-width: 768px) {
  #header h1 img {
    width: 140px;
  }
}
#header .logo {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0 0 0 14px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header .logo {
    /*position: static;
    margin: 15px 0 0 20px;*/
  }
}
#header .logo img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  #header .logo img {
    width: 140px;
  }
}
/* header-navi */
#header_navi {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  #header_navi {
    display: none;
  }
}
ul#main_nav {
  margin: 0;
  padding: 0;
}
ul#main_nav li {
  float: left;
  margin: 0;
  padding: 7px 12px 2px;
  font-size: 1.2rem;
  line-height: 1.2;
}
#main_nav li a:hover {
  text-decoration: underline;
}
ul#main_nav li:last-child {
  padding: 7px 0 2px 12px;
}
#main_nav li.dept ul {
  position: absolute;
  top: 23px;
  left: 180px;
  height: auto;
  margin: 0;
  padding: 14px;
  background-color: #e4e4e4;
  z-index: 10;
}
#main_nav ul li {
  float: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 8px;
  font-size: 1.2rem;
  background: url(../gif/nav-arrow.gif) 0 0.4em no-repeat;
}
#main_nav ul li:hover {
  background-color: transparent;
}
#main_nav ul li:last-child {
  margin: 0;
  padding: 0 0 0 8px;
}
#main_nav a {
  color: #212121;
  text-decoration: none;
}
#main_nav ul li a:hover {
  text-decoration: underline;
}
#main_nav li, #main_nav li.corp, #main_nav li.dept, #main_nav li.header-global, #main_nav li.sitemap {
  background: url(../gif/header_navi_line.gif) no-repeat 0 7px;
}
#main_nav li.corp ul, #main_nav li.dept ul, #main_nav li.header-global ul, #main_nav li.sitemap ul {
  display: none;
}
li.corp, li.dept, li.header-global {
  cursor: pointer;
}
#main_nav li.corp:hover, #main_nav li.dept:hover, #main_nav li.header-global:hover {
  background-color: #e4e4e4;
}
#main_nav li.corp:hover ul, #main_nav li.dept:hover ul, #main_nav li.header-global:hover ul {
  display: block;
}
/* globalNavi */
ul#globalNavi {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  ul#globalNavi {
    display: none;
  }
}
ul#globalNavi li {
  float: left;
  height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  ul#globalNavi li {
    float: none;
  }
}
ul#globalNavi li a {
  display: block;
  height: 26px;
  padding: 6px 27px 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #212121;
}
ul#globalNavi li a, ul#globalNavi li a:hover {
  text-decoration: none;
}
ul#globalNavi li a:hover, ul#globalNavi li a.active {
  color: #c3c3c3;
  border-bottom: 2px solid #8593a9;
}
#searchArea {
  position: absolute;
  top: 50px;
  right: 0;
  width: 220px;
  margin: 0;
  padding: 0;
}
.mt-site-search-form input[type="search"] {
  width: 170px;
  height: 24px;
  margin: 0;
  padding: 1px 5px;
  vertical-align: bottom;
  border-top: 1px solid #cdcdcd;
  border-right: none;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.mt-site-search-form .mt-site-search-form__button {
  width: 50px;
  height: 24px;
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.02rem;
  border: none;
  background-color: #333;
  cursor: pointer;
}
#search-result {
  margin: 40px 30px 60px;
}
@media screen and (max-width: 768px) {
  #searchArea {
    display: none;
  }
  #search-result {
    margin: 40px 0 60px;
  }
}
.mt-site-search-result__message {
  margin: 20px 0 30px;
  padding: 10px 20px;
  background-color: #ededed;
}
.mt-site-search-result__list {
  margin-left: 20px;
}
.mt-site-search-result-item {
  width: 80%;
  margin: 0 0 40px;
}
.mt-site-search-result__message-about {
  font-size: 1.4rem;
  font-weight: 700;
}
.mt-site-search-result__message-message {
  font-size: 1.4rem;
}
.mt-site-search-result-item__label {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.mt-site-search-result-item__url {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.mt-site-search-result-item__excerpt {
  font-size: 1.4rem;
}
.mt-site-search__pagination {
  text-align: center;
}
li.mt-site-search-pagination-item {
  margin-right: 15px;
  padding: 5px;
  font-size: 1.6rem;
  border: 1px solid #ededed;
}
li.mt-site-search-pagination-item--previous, li.mt-site-search-pagination-item--next {
  border: none !important;
}
.mt-site-search-pagination-item--current {
  padding: 5px;
  border: 1px solid #ededed;
  background-color: #ededed;
}
/*--------------------------------------
 content
---------------------------------------*/
#content {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content {
    width: 90%;
    padding-top: 90px;
  }
}
/*--------------------------------------
sideArea
---------------------------------------*/
#sideAreaWrap {
  float: left;
  height: 100%;
  width: 220px;
}
@media screen and (max-width: 768px) {
  #sideAreaWrap {
    display: none;
  }
}
#sideAreaWrap a {
  color: #212121;
  text-decoration: none;
}
#sideAreaWrap a:hover {
  text-decoration: none;
}
#sideArea {
  width: 220px;
  margin-bottom: 100px;
  background-color: #f7f7f7;
}
#sideArea h2 {
  margin: 0;
}
#sideArea ul {
  margin: 0;
  padding: 0;
  border-top: 15px solid #8593a9;
}
#sideArea ul li {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #e4e4e4;
}
#sideArea ul li a {
  display: block;
  padding: 12px;
  border-left: 5px solid #8593a9;
  background-color: #f7f7f7;
}
#sideArea ul li a:hover, #sideArea ul li a.active {
  color: #c3c3c3;
  border-left: 5px solid #66c0ff;
}
#sideArea ul.sidenavBg {
  border: none;
}
#sideArea ul.sidenavBg li {
  display: block;
  padding: 12px 15px;
  font-weight: 400;
  border: none;
}
#sideArea ul.sidenavBg li {
  display: block;
  padding: 5px 15px 5px 30px;
  border-left: 5px solid #66c0ff;
  background: url(../gif/arrow.gif) 14px 0.7em no-repeat;
}
#sideArea ul.sidenavBg li:last-child {
  padding-bottom: 15px;
}
#sideArea ul.sidenavBg li a {
  padding: 0;
  border-left: none;
}
#sideArea ul.sidenavBg li a:link, #sideArea ul.sidenavBg li a:hover, #sideArea ul.sidenavBg li a:visited {
  color: #1f3382;
}
#sideArea ul.sidenavBg li a:hover {
  text-decoration: underline;
}
#sideArea ul.sidenavBg ul {
  margin: 0;
  padding: 0;
}
#sideArea ul.sidenavBg ul li {
  margin: 5px 0 0;
  padding: 0;
  font-size: 1.2rem;
  border-left: none;
  background: none !important;
}
#sideArea ul.sidenavBg ul li:last-child {
  padding: 0;
}
.subNavi-h3 {
  margin: 0;
  padding: 5px 10px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #4c679b;
}
.subNavi {
  margin: 0;
  padding: 0;
}
.subNavi li {
  margin: 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #e4e4e4;
}
.subNavi li a {
  display: block;
  padding: 10px;
  border-left: 5px solid #4c679b;
}
.subNavi li a:hover {
  border-left: 5px solid #66c0ff;
}
/*--------------------------------------
 mainArea
---------------------------------------*/
#mainArea {
  float: left;
  width: 780px;
  padding: 0 0 100px 39px;
  border-left: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  #mainArea {
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
    border-left: none;
  }
}
body#noLmenu #mainArea {
  width: 1000px;
  padding: 0 40px 100px;
  border-left: none;
}
@media screen and (max-width: 768px) {
  body#noLmenu #mainArea {
    width: 100%;
    padding: 0 0 100px;
  }
}
/* heading */
#mainArea h1 {
  margin: 40px 0 40px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #212121;
}
#mainArea h2 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #445e85;
}
#mainArea h3 {
  margin: 0;
  padding: 40px 0;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #212121;
}
@media screen and (max-width: 768px) {
  #mainArea h3 {
    padding: 0 0 20px;
    font-size: 2.2rem;
    letter-spacing: normal;
  }
}
#mainArea h4 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #445e85;
}
@media screen and (max-width: 768px) {
  #mainArea h4 {
    margin: 0 0 40px;
    font-size: 1.8rem;
  }
}
#mainArea h5 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6
}
@media screen and (max-width: 768px) {
  #mainArea h5 {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
}
#mainArea h6 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
body#noLmenu #mainArea h2 {
  margin: 0;
  padding: 50px 0 40px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #212121;
}
body#noLmenu #mainArea h3 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #445e85;
}
#mainArea p {
  line-height: 1.8;
}
/* panList */
.panListWrap {
  margin: 20px 0;
}
.panList {
  margin: 0;
  padding: 0;
}
.panList li {
  float: left;
  margin: 0 5px 0 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.panList li.pan {
  padding: 0 0 0 10px;
  background: url(../gif/pan-arrow.gif) 0 0.7em no-repeat;
}
@media screen and (max-width: 768px) {
  .panList li {
    font-size: 1.3rem;
  }
}
/*--------------------------------------
 footer
---------------------------------------*/
#footer {
  width: 100%;
  height: 150px;
  border-top: 1px solid #999;
  background-color: #efefef;
}
#footer-inner {
  position: relative;
  width: 1000px;
  height: 150px;
  margin: 0 auto;
}
#footer-link-left {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
#footer-link-right {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: right;
}
#footer-link-left a, #footer-link-right a, #footer-link-left a:link, #footer-link-right a:link {
  text-decoration: none;
  color: #333;
}
#footer-link-left a:hover, #footer-link-right a:hover {
  text-decoration: underline;
  color: #333;
}
#copyright-txt {
  position: absolute;
  top: 111px;
  left: 0;
  font-size: 1.1rem;
  color: #999;
}
#footer-txt {
  position: absolute;
  top: 110px;
  right: 0;
  font-size: 1.1rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  #footer, #footer-inner, #footer-link-left, #copyright-txt, #footer-link-right, #footer-txt {
    position: static;
    text-align: center;
  }
  #footer, #footer-inner {
    height: auto;
  }
  #footer-inner {
    padding: 20px;
  }
  #footer-inner {
    width: 100%;
  }
  #footer-link-right {
    margin: 0 0 20px !important;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #footer-link-left {
    margin: 0 0 20px !important;
    font-size: 1.2rem;
  }
  #footer-txt {
    margin: 0 0 10px !important;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #copyright-txt {
    margin: 0 !important;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
/* pagetop */
#pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.8;
}
a.arrow-top {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
a.arrow-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
}
/*--------------------------------------
 sp-nav
---------------------------------------*/
.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 30px;
    height: 1px;
    background-color: #1E3BC2;
    transition: all .5s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 22px;
  }
  .hamburger__line--3 {
    top: 30px;
  }
  .sp-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    /*transition: all .6s;*/
    cursor: pointer;
  }
  .nav-open .sp-nav {
    right: 0;
  }
  .nav-open .sp-back {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .sp-nav {
    display: block;
    z-index: 200;
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    margin: 0 auto;
    padding: 80px 0 40px;
    background-color: #fff;
    overflow-y: auto;
    transition: all .5s;
  }
  .sp-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sp-nav li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    border-bottom: 1px solid #e4e4e4;
  }
  .sp-nav li:first-child {
    border-top: 1px solid #e4e4e4;
  }
  .sp-nav .sp-list {
    position: relative;
    margin: 0;
    padding: 15px 20px;
    cursor: pointer;
  }
  .sp-nav .sp-list:hover {
    text-decoration: none;
  }
  .sp-nav .sp-list:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #00256f;
    border-right: solid 2px #00256f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sp-nav .sp-list.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  .sp-nav .list-open ul {
    margin: 0 0 10px;
  }
  .sp-nav .list-open li {
    border-bottom: none;
  }
  .sp-nav .list-open li:first-child {
    border: none;
  }
  .sp-nav .list-open li a {
    display: block;
    padding: 8px 20px 8px 30px;
    font-size: 1.4rem;
  }
  li.sp-normal a {
    display: block;
    padding: 15px 20px;
  }
  .sp-subnavi li:first-child {
    border-top: 0;
  }
  .sp-subnavi li a {
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .sp-nav ul.sp-subnavi li:first-child {
    border-top: 0;
  }
  .sp-nav .sp-list-second {
    position: relative;
    margin: 0;
    padding: 10px 60px 10px 30px;
    font-size: 1.4rem;
    list-style: 1.6;
    cursor: pointer;
  }
  .sp-nav .sp-list-second:hover {
    text-decoration: none;
  }
  .sp-nav .sp-list-second:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #00256f;
    border-right: solid 1px #00256f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sp-nav .sp-list-second.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
  }
  .sp-nav .list-second-open ul {
    border: none;
  }
  .sp-nav .list-second-open li a {
    display: block;
    padding: 6px 10px 6px 40px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .sp-nav .list-second-open li {
    position: relative;
  }
  .sp-nav .list-second-open li::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 30px;
    display: block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #00256f;
    border-right: solid 1px #00256f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*--------------------------------------
 common
---------------------------------------*/
/* display */
.pc-n {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-n {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-n {
    display: none !important;
  }
}
/* flex */
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flex-box {
    display: block;
  }
}
.flex-left {
  width: 50%;
  padding-right: 10px !important;
}
.flex-right {
  width: 50%;
  padding-left: 10px !important;
}
.align-items {
  align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .flex-box-sp {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-left-sp {
    width: 50%;
    padding-right: 10px !important;
  }
  .flex-right-sp {
    width: 50%;
    padding-left: 10px !important;
  }
}
.flex-w15 {
  width: 15% !important;
}
.flex-w20 {
  width: 20% !important;
}
.flex-w30 {
  width: 30% !important;
}
.flex-w40 {
  width: 40% !important;
}
.flex-w50 {
  width: 50% !important;
}
.flex-w60 {
  width: 60% !important;
}
.flex-w70 {
  width: 70% !important;
}
.flex-w80 {
  width: 80% !important;
}
.flex-w85 {
  width: 85% !important;
}
@media screen and (max-width: 768px) {
  .flex-w15, .flex-w20, .flex-w30, .flex-w40, .flex-w50, .flex-w60, .flex-w70, .flex-w80, .flex-w85 {
    width: 100% !important;
  }
}
.nowrap {
  white-space: nowrap;
}
.nowrap-sp {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .nowrap-sp {
    white-space: normal;
  }
}
/* font size */
.txt10 {
  font-size: 1rem !important;
}
.txt11 {
  font-size: 1.1rem !important;
}
.txt12 {
  font-size: 1.2rem !important;
}
.txt13 {
  font-size: 1.3rem !important;
}
.txt14 {
  font-size: 1.4rem !important;
}
.txt15 {
  font-size: 1.5rem !important;
}
.txt16 {
  font-size: 1.6rem !important;
}
.txt18 {
  font-size: 1.8rem !important;
}
.txt20 {
  font-size: 2rem !important;
}
.txt22 {
  font-size: 2.2rem !important;
}
.txt24 {
  font-size: 2.4rem !important;
}
.txt26 {
  font-size: 2.6rem !important;
}
/* font-color */
.blue-txt {
  color: #445E85;
}
.black-txt {
  color: #212121;
}
.white-txt {
  color: #fff;
}
.red-txt {
  color: #ff0000 !important;
}
.orange-txt {
  color: #FE8300 !important;
}
/* font-style */
.txt-normal {
  font-weight: 400 !important;
}
.txt-med {
  font-weight: 500 !important;
}
.txt-bold {
  font-weight: 700 !important;
}
.caption {
  margin-top: 10px !important;
  font-size: 1.3rem;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .caption {
    margin-top: 15px !important;
  }
}
.letter-sp {
  letter-spacing: -0.05em;
}
/* line-height */
.line-h14 {
  line-height: 1.4 !important;
}
.line-h16 {
  line-height: 1.6 !important;
}
.line-h18 {
  line-height: 1.8 !important;
}
.line-h20 {
  line-height: 2.0 !important;
}
/* margin */
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 25px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important
  }
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}
.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 60px !important;
  }
}
.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 70px !important;
  }
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb300 {
  margin-bottom: 300px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml10-pc {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .ml10-pc {
    margin-left: 0 !important;
  }
}
.ml20 {
  margin-left: 20px !important;
}
.ml20-pc {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .ml20-pc {
    margin-left: 0 !important;
  }
}
.ml30 {
  margin-left: 30px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr20-pc {
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .mr20-pc {
    margin-right: 0 !important;
  }
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt50-pc {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50-pc {
    margin-top: 0 !important;
  }
}
.mt-sp {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .mt-sp {
    margin-top: 30px !important;
  }
}
.mb-space {
  margin-bottom: 300px !important;
}
@media screen and (max-width: 768px) {
  .mb-space {
    margin-bottom: 0 !important;
  }
}
.mb-pc {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb-pc {
    margin-bottom: 0 !important;
  }
}
.mb-sp {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .mb-sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .center-sp {
    text-align: center !important;
  }
}
/* padding */
.pb-0 {
  padding-bottom: 0 !important;
}
.pd-right15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .pd-right15 {
    padding-right: 0 !important;
  }
}
.pd-left15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .pd-left15 {
    padding-left: 0 !important;
  }
}
.pd-right30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .pd-right30 {
    padding-right: 0 !important;
  }
}
.pd-right40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .pd-right40 {
    padding-right: 0 !important;
  }
}
.pdd-lr10 {
  padding: 0 10px !important;
}
.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.ml-auto {
  margin-left: auto;
}
.width-auto {
  width: auto !important;
}
.w20per {
  width: 20% !important;
}
.w30per {
  width: 33.333% !important;
}
.w50per {
  width: 50% !important;
}
.w10 {
  width: 10% !important;
}
.w20 {
  width: 20% !important;
}
.w30 {
  width: 30% !important;
}
.w40 {
  width: 40% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w100 {
  width: 100px !important;
}
.w150 {
  width: 150px !important;
}
.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}
.w400 {
  width: 400px !important;
}
.w500 {
  width: 500px !important;
}
@media screen and (max-width: 768px) {
  .w30, .w40, .w50, .w100, .w150, .w200, .w300, .w400, .w500, .w20per, .w30per, .w50per {
    width: 100% !important;
  }
}
/* border */
.border-top {
  border-top: 1px solid #e4e4e4;
}
.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}
.border-bottom_pdd {
  padding: 0 0 20px !important;
  border-bottom: 1px solid #e4e4e4;
}
/* float */
.f-left {
  float: left;
}
.f-right {
  float: right;
}
@media screen and (max-width: 768px) {
  .f-left {
    float: none;
  }
  .f-right {
    float: none;
  }
}
.pos-r {
  position: relative;
}
/* align */
.p-center {
  text-align: center !important;
}
.p-left {
  text-align: left !important;
}
.p-right {
  text-align: right !important;
}
strong {
  font-weight: 700;
}
/* icon */
.icon-new {
  display: inline-block;
  margin-left: 10px !important;
  padding: 3px 5px !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  color: #fff;
  vertical-align: middle;
  background-color: #ff0004;
}
.icon-freedial {
  display: inline-block;
  padding-left: 35px;
  font-size: 1.8rem;
  font-weight: 500;
  background: url(../png/freedial-logo.png) 0 7px/30px 17px no-repeat;
}
.pdf-icon {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background-color: #ff0000;
  border-radius: 4px;
}
.pdf-after::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 26px;
  margin-left: 10px;
  background: url(../png/icon-pdf.png) 0 0 no-repeat;
}
/* form */
@media screen and (max-width: 768px) {
  .input-text, .text-area {
    width: 100%;
    padding: 10px;
  }
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7-list-item {
  margin: 0 !important;
}
input.wpcf7-captchar {
  width: 30%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  input.wpcf7-captchar {
    width: 100%;
  }
}
.contact-box div label {
  font-size: 1.4rem;
}
.wpcf7-submit, .wpcf7-confirm, .wpcf7-back, .wpcf7-previous {
  margin-top: 20px;
  padding: 16px 80px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 6px;
  background-color: #333;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wpcf7-submit, .wpcf7-confirm, .wpcf7-back, .wpcf7-previous {
    width: 100%;
    margin: 30px auto 0;
    padding: 20px 40px;
  }
}
.wpcf7-submit:hover, .wpcf7-confirm:hover, .wpcf7-back:hover, .wpcf7-previous:hover {
  opacity: 0.6;
}
.wpcf7-previous {
  margin-right: 30px;
  background-color: #bdbdbd;
}
.wpcf7 > form input[type="submit"][disabled], .wpcf7 > form input[type="submit"][disabled]:hover, .wpcf7 > form input[type="submit"][disabled]:focus {
  background-color: #ccc;
}
.wpcf7-submit:disabled, .wpcf7-confirm:disabled {
  cursor: not-allowed;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 10px !important;
  padding: 10px !important;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  border: none !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  margin-bottom: 200px !important;
  padding: 20px !important;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.wpcf7-response-output {
  font-size: 1.6rem;
  margin-bottom: 100px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffb900;
}
.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
}
form.sent table, form.sent p, form.sent div label, form.sent .wpcf7-submit, form.sent .wpcf7-spinner {
  display: none;
}
form.sent .contact-box {
  padding: 0 0 200px;
}
.ebd_results {
  margin: 0 15px 60px;
  padding: 20px 20px 0 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 3px solid #f00;
}
form.sent table, form.sent .download-inner p, form.sent .download-inner label {
  display: none;
}
.wpcf7 form.sent .table-corp, .wpcf7 form.sent .table-corp td {
  border: none;
}
.grecaptcha-badge {
  bottom: 80px !important;
}
.blue {
  color: #0078ff;
}
.input-wrap {
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
}
#reCAPTCHAArea {
  max-width: 304px;
  margin: 0 auto;
}
/*--------------------------------------
 home
---------------------------------------*/
#home-content {
  width: 1000px;
  margin: 0 auto;
  /*background: url(/images/home-bg.gif) 0 0 repeat-y;*/
}
@media screen and (max-width: 768px) {
  #home-content {
    width: 90%;
    background-image: none;
  }
}
.main-image_wrap {
  width: 100%;
  /*background-color: #eceff4;*/
}
.main-image_inner {
  width: 1006px;
  margin: 0 auto;
  padding: 25px 0;
}
.main-image_inner_sp {
  display: none;
}
.main-image_inner ul, .main-image_inner_sp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.main-image_inner ul li {
  margin: 0 2px 2px 0;
  padding: 0;
  line-height: 0;
}
.main-image_inner ul li:nth-child(4) {
  margin: 0 0 2px 0;
}
.main-image_inner ul li:nth-child(5), .main-image_inner ul li:nth-child(6), .main-image_inner ul li:nth-child(7) {
  margin: 0 2px 0 0;
}
.main-image_inner ul li:nth-child(8) {
  margin: 0;
}
.main-image_inner ul li a {
  transition: all .5s;
}
.main-image_inner ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .main-image_wrap {
    padding-top: 80px;
    background-color: #fff;
  }
  .main-image_inner_sp {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .main-image_inner_sp ul {
    margin-top: 2px;
    justify-content: center;
  }
  .main-image_inner_sp ul li {
    width: calc(50% - 2px);
  }
  .main-image_inner_sp ul li {
    margin: 0 2px 2px 0;
  }
  .main-image_inner_sp ul li:nth-child(2), .main-image_inner_sp ul li:nth-child(4), .main-image_inner_sp ul li:nth-child(6), .main-image_inner_sp ul li:nth-child(8) {
    margin: 0 0 2px 0;
  }
  .main-image_inner_sp ul li img {
    width: 100%;
  }
  .main-image_inner {
    display: none;
  }
}
.news-wrap {
  width: 447px;
  margin: 0 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .news-wrap {
    width: 100%;
    margin: 0;
  }
}
.news-inner {
  margin: 0;
}
.news-h2_block {
  position: relative;
  margin: 0;
  padding: 0;
}
.news-title {
  margin: 0;
  padding: 40px 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news-title {
    padding: 20px 0 30px;
  }
}
.news-btn {
  position: absolute;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .news-btn {
    top: 20px;
  }
}
.scroll {
  overflow: auto;
  width: 447px;
  height: 400px;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
}
.scroll-notice {
  overflow: auto;
  width: 447px;
  height: 170px;
  padding: 0 20px 0 0;
}
.scroll::-webkit-scrollbar, .scroll-notice::-webkit-scrollbar {
  width: 10px;
}
.scroll::-webkit-scrollbar-track, .scroll-notice::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.scroll::-webkit-scrollbar-thumb, .scroll-notice::-webkit-scrollbar-thumb {
  background: #bababa;
}
@media screen and (max-width: 768px) {
  .scroll, .scroll-notice {
    width: 100%;
  }
}
.news-block {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.news-list td {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: top;
}
.news-list td.date {
  width: 90px;
  padding-right: 20px;
  white-space: nowrap;
}
span.date {
  font-size: 1.3rem;
}
.news-block p {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}
span.icon_news {
  margin: 0 0 0 6px;
  padding: 2px 6px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #96a7c9;
}
span.icon_newp {
  margin: 0 0 0 6px;
  padding: 2px 6px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #96a7c9;
}
span.icon_ex {
  margin: 0 0 0 6px;
  padding: 2px 6px;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #96a7c9;
}
.link-nav {
  width: 270px;
  padding: 0 20px 80px;
}
@media screen and (max-width: 768px) {
  .link-nav {
    width: 100%;
    padding: 0;
    border-right: none;
    border-left: none;
  }
}
.link-nav h2 {
  margin: 40px 0 30px;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .link-nav h2 {
    font-size: 1.5rem;
  }
}
.link-nav ul {
  margin: 0;
  padding: 0;
}
.link-nav ul li {
  margin: 0 0 5px;
  padding: 0 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: url(../gif/arrow.gif) 0 0.2em no-repeat;
}
.banner-area {
  width: 263px;
  margin-top: 40px;
  padding: 0 0 20px 20px;
}
.banner {
  margin: 0 0 15px;
}
.banner a {
  transition: all .5s;
}
.banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .banner-area {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  .banner-area img {
    width: 100%;
  }
}
.sns {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sns {
    margin-top: 20px;
  }
}
.sns ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sns ul li {
  width: 15%;
  margin: 0 10px;
}
.sns ul li a {
  transition: all .5s;
}
.sns ul li a:hover {
  opacity: 0.6;
}
/*--------------------------------------
 corp
---------------------------------------*/
.corp-arrow {
  margin: 0;
  padding: 0;
}
.corp-arrow li {
  margin-bottom: 6px;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url(../gif/arrow.gif) 0 0.4em no-repeat;
}
.corp-arrow li:last-child {
  margin-bottom: 0;
}
.corp-arrow li.back-link {
  background: url(../gif/arrow-back.gif) 0 0.4em no-repeat;
}
.corp-arrow li.ex-link {
  background: url(../gif/arrow-ex.gif) 0 0.4em no-repeat;
}
.corp-border {
  padding-top: 20px;
  border-top: 2px solid #666;
}
.subMenuA01 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #6A82A3;
  background: url(../gif/mainarea_bg_001.gif) no-repeat left top;
}
.subMenuA01 .subMenuA01Inner {
  clear: both;
  padding: 15px;
}
.subMenuA01Inner ul li {
  margin: 0 20px 0 0;
  font-size: 1.4rem;
  list-style: none;
}
.subMenuA01Inner ul li a {
  color: #fff;
}
.subMenuA01Inner p {
  font-weight: 700;
  color: #fff;
}
.subMenuA01 ul {
  margin: 0;
  padding: 5px 0 15px;
}
.subMenuA01 ul li {
  float: left;
}
.subMenuA01 ul li.on {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.subMenuA02 {
  background: url(../gif/mainarea_bg_002.gif) no-repeat left top;
  width: 100%;
  text-align: left;
}
.subMenuA02 .subMenuA02Inner {
  padding: 12px 15px 10px;
  color: #fff;
  font-size: 1.4rem;
}
.subMenuA02 ul {
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
}
.subMenuA02 ul li {
  display: inline;
}
.subMenuA02 ul li.on {
  display: inline;
  font-weight: 700;
  color: #212121;
}
.subMenuA02 ul li a {
  color: #666;
  text-decoration: underline;
}
/* table */
.table-corp {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table-corp {
    border-right: none;
    border-bottom: none;
  }
}
.table-corp th {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  text-align: left;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f3f3f3;
}
.table-corp td {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  /*vertical-align: top;*/
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 768px) {
  .table-corp th, .table-corp td {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 1.6;
  }
}
.table-line {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
}
.table-line th {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  text-align: center;
  border-right: 1px solid #cdcdcd !important;
  border-bottom: 1px solid #cdcdcd !important;
  background-color: #f3f3f3;
}
.table-line.th-left th {
  text-align: left;
  vertical-align: top;
}
.table-line td {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  border-right: 1px solid #cdcdcd !important;
  border-bottom: 1px solid #cdcdcd !important;
}
@media screen and (max-width: 768px) {
  .table-line th, .table-line td {
    padding: 10px;
    line-height: 1.6;
  }
}
.table-line.th-half th {
  width: 50%;
}
.table-layout {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .table-layout {
    border-right: none;
    border-bottom: none;
  }
}
.table-layout th {
  padding: 5px;
  background-color: #f3f3f3;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
  vertical-align: top;
  border: none !important;
}
.table-layout td {
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
  vertical-align: top;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .table-layout th, .table-layout td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #333;
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
table td.bg-gray {
  background-color: #f3f3f3;
}
.td-blue {
  background-color: #E3EEF4;
}
/* list */
ul.list-disc, ul.list-circle {
  margin: 0 0 20px 20px;
  padding: 0;
}
ul.list-disc li, ul.list-circle li {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
ul.list-disc li:last-child, ul.list-circle li:last-child {
  margin-bottom: 0 !important;
}
ul.list-disc li {
  list-style-type: disc !important;
}
ul.list-circle li {
  list-style-type: circle;
}
ul.list-last {
  margin-bottom: 0 !important;
}
ul.list-indent {
  margin: 0;
  padding: 0;
}
ul.list-indent li {
  margin-bottom: 8px;
  padding-left: 1.6em;
  text-indent: -1.6em;
  line-height: 1.4;
}
ol {
  margin: 0;
  padding: 0 0 0 22px;
}
ol li {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: decimal;
}
/* corp index */
#index_image {
  margin: 20px 0;
}
.corp-index {
  width: 100%;
}
.corp-link {
  width: 48%;
  padding: 20px 0 30px;
  vertical-align: top;
  border-top: 2px solid #666;
}
.corp-link p {
  margin-bottom: 10px;
}
.corp-index h4, .corp-index h5 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  color: #212121 !important;
}
@media screen and (max-width: 768px) {
  .corp-index td {
    display: block;
    width: 100%;
  }
  .corp-link {
    padding: 10px 0;
  }
}
#philosophy-txt {
  font-size: 2.6rem;
  color: #445E85;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #philosophy-txt {
    font-size: 2rem;
    letter-spacing: normal;
  }
}
/* corp news */
.news-date {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.news-company {
  margin: 30px 0;
  font-size: 1.3rem;
  text-align: right;
}
.news-link {
  padding: 0;
}
.news-link li {
  margin-bottom: 6px;
  padding: 0 0 0 15px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: url(../gif/arrow.gif) 0 0.3em no-repeat;
}
@media screen and (max-width: 768px) {
  .news-link {
    margin-bottom: 40px;
  }
}
.news-h2 {
  margin: 10px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: #445E85;
}
.news-link-bottom {
  margin: 0 0 40px 0;
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
  padding: 0 20px 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/* new-old */
.news {
  margin: 10px 0 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #445E85;
}
.company {
  margin: 20px 0 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: right;
}
/*--------------------------------------
division
---------------------------------------*/
.divisionImg {
  margin: 30px 0 40px;
  text-align: center;
}
#divisionBox {
  width: 100%;
  padding: 30px 20px 10px;
  text-align: left;
  border: 2px solid #4a6495;
  background-color: #f2f2f2;
}
#divisionBox dl {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.4rem;
}
#divisionBox dt {
  padding-left: 18px;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.4;
  background: url(../gif/division-arrow.gif) 0 0 no-repeat;
}
#divisionBox dd {
  margin-left: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #gotoPage01 a {
    margin: 0 0 30px 0;
  }
  #divisionBox {
    padding: 20px 15px 10px;
  }
  #divisionBox dl:last-child {
    margin: 0;
  }
}
/*--------------------------------------
sustainability
---------------------------------------*/
.report-backnumber {
  width: 100px;
  margin-bottom: 10px;
}
.health-table {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
}
.health-table th {
  padding: 3px 6px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  text-align: center;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f3f3f3;
}
.health-table td {
  padding: 3px 6px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.health-box {
  padding: 25px;
  border: 2px solid #445e85;
}
@media screen and (max-width: 768px) {
  .health-box {
    padding: 15px;
  }
}
.health-box_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #445e85;
}
.humanrights-box {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid #cdcdcd;
}
/*--------------------------------------
support
---------------------------------------*/
.input-text {
  width: 90%;
  padding: 8px;
  color: #222;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
}
@media screen and (max-width: 768px) {
  .input-text {
    width: 100%;
  }
}
.input-text_s {
  width: 50%;
  margin-left: 10px;
  padding: 8px;
  color: #222;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
}
.textarea {
  width: 100%;
  padding: 5px;
  background-color: #fcfcfc;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .textarea {
    width: 100%;
  }
}
.textarea-mid {
  width: 90%;
  height: 50px;
  padding: 5px;
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
  .textarea-mid {
    width: 100%;
  }
}
.input-text, .input-text_s, .text-area {
  padding: 10px 12px;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.input-text {
  width: 100%;
}
.input-text_s {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .input-text_s {
    width: 100%;
  }
}
.text-area {
  width: 100%;
}
select {
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}
.btnBox {
  margin: 20px 0;
  text-align: center;
}
.btnBox input {
  margin-right: 60px;
}
.btnBox .left {
  margin: 0 20px 0 0;
}
.btnBox p {
  text-align: center;
  margin: 10px 0 0 0;
}
.textBoxA01, .textBoxB01, .txtbox-s {
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.textBoxA01 {
  width: 100%;
}
.textBoxB01 {
  width: 100%;
}
.txtbox-s {
  max-width: 200px;
}
.mainImg {
  margin: 0 30px 0 20px;
  text-align: center;
}
p.txtA001 {
  margin: 30px 30px 15px 28px;
}
p.txtA002 {
  margin: 10px 30px 0 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .textBoxA01, .textBoxB01 {
    width: 100%;
    padding: 10px;
  }
}
.cf7msm-ro {
  display: inline-block;
  font-size: 1.4rem;
}
/*--------------------------------------
sitemap
---------------------------------------*/
.site-map {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.site-map td.tdLeft, .site-map td.tdCenter, .site-map td.dept_tdLeft, .site-map td.dept_tdCenter {
  width: 30%;
  padding-bottom: 30px;
  vertical-align: top;
}
.site-map td ul {
  margin: 0;
  padding: 0;
}
.site-map td ul li {
  background: url(../gif/arrow.gif) 0 0.3em no-repeat;
  margin: 5px 0 0 0;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.site-map td.tdLeft p, .site-map td.tdCenter p {
  margin: 10px 0 0 0;
  font-weight: 700;
}
.site-map td.dept_tdLeft ul li.top, .site-map td.dept_tdCenter ul li.top {
  margin: 5px 0 12px 0;
}
.site-map td.dept_tdLeft ul li, .site-map td.dept_tdCenter ul li {
  margin-left: 16px;
}
.site-map td ul li:last-child {
  margin-bottom: 0;
}
body#noLmenu .site-map h3 {
  margin: 0 !important;
  padding: 30px 0 0 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #445e85 !important;
  border-top: 1px solid #e4e4e4;
}
body#noLmenu .site-map h3.h3-top {
  padding: 0;
  border: none;
}
body#noLmenu .site-map h4 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .site-map td.tdLeft, .site-map td.tdCenter, .site-map td.dept_tdLeft, .site-map td.dept_tdCenter {
    display: block;
    width: 100%;
  }
}
/*--------------------------------------
popup
---------------------------------------*/
#pop-wrap {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #pop-wrap {
    width: 90%;
  }
}
#pop-wrap #content, #pop-mainArea {
  width: 100%;
}
#pop-mainArea h2 {
  margin: 0;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 700;
}
#pop-mainArea h3 {
  margin: 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #445e85;
}
#pop-mainArea p {
  line-height: 1.8;
}
.popupImg {
  margin: 20px 0;
  text-align: center;
}
/* privacy */
.indext-txt {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
/* cookie */
.cookie-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  padding: 30px;
  box-sizing: border-box;
  visibility: hidden;
  box-shadow: 0px -4px 12px #ccc;
}
.cookie-wrap p {
  line-height: 1.6;
}
.cookie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cookie-inner {
    display: block;
    width: 100%;
  }
}
.cookie-wrap.is-show {
  visibility: visible;
}
.cookie-agree {
  padding: 15px 50px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 6px;
}
.cookie-agree:hover {
  cursor: pointer;
  opacity: 0.6;
}
.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*--------------------------------------
  Not Found
---------------------------------------*/
.nf-line {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #e4e4e4;
}
/* lightbox */
#lightbox {
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
#lightboxCaption {
  color: #333;
  background-color: #eee;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
#lightboxIndicator {
  border: 1px solid white;
}
#lightboxOverallView, #overlay {
  background-color: #000;
  opacity: 0.5;
}
* html #lightboxOverallView, * html #overlay {
  background-color: #000;
  filter: Alpha(opacity=50);
}
/* pdf button, digitalbook button */
.btn-pdf {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #212121;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #cdcdcd;
}
.btn-digital {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 10px 14px 40px;
  font-size: 1.4rem;
  line-height: 1;
  color: #1f3382;
  border-radius: 5px;
  border: 2px solid #cdcdcd;
  background: url(../gif/arrow.gif) 20px 50% no-repeat;
}
.btn-pdf:hover, .btn-digital:hover {
  opacity: 0.6;
}
.btn-pdf span {
  position: relative;
  padding-left: 30px;
}
.btn-pdf span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 10px;
  width: 11px;
  height: 11px;
  margin-top: -7px;
  background: url(../gif/arrow.gif) 0 0 no-repeat;
}
.btn-pdf span.icon-pdf::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -40px;
  width: 24px;
  height: 26px;
  background: url(../png/icon-pdf.png) 0 0 no-repeat;
}
.icon-pdf::before {
  display: inline-block;
  width: 24px;
  height: 26px;
  margin-right: 12px;
  background-image: url(../png/icon-pdf-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  vertical-align: middle;
}
.icon-pdf span {
  font-size: 1.8rem;
}
/* select language - popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: .4s ease;
}
.popup.on {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.popup-inner {
  max-width: 600px;
  width: 85%;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.popup-inner p {
  padding-bottom: 20px;
}
.popup-inner table {
  width: 100%;
  text-align: left;
}
.popup-inner table td {
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: top;
}
.popup-inner table td a:link {
  text-decoration: none;
}
.popup-inner table td a:hover {
  text-decoration: underline;
}
.popup-inner table a.link:link, .popup-inner table a.link:visited {
  color: #212121;
}
.popup_title {
  position: relative;
  padding: 1em 80px;
  margin: 0px;
  color: #4065b4;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}
.popup_close {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
.popup_close::before, .popup_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #212121;
  content: "";
}
.popup_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.popup_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
/* cookie */
.cookie-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  padding: 30px;
  box-sizing: border-box;
  visibility: hidden;
  box-shadow: 0px -4px 12px #ccc;
}
.cookie-wrap p {
  line-height: 1.6;
}
.cookie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cookie-inner {
    display: block;
    width: 100%;
  }
}
.cookie-wrap.is-show {
  visibility: visible;
}
.cookie-text {
  width: 70%;
}
.cookie-agree {
  padding: 15px 50px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 6px;
}
.cookie-agree:hover {
  cursor: pointer;
  opacity: 0.6;
}
.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}