@charset "utf-8";

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }

  label {font-size:10.5pt;}
}

a {
  -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out;
  text-decoration:none;
}

.container {max-width:1200px;}

a.over:hover,
a:hover img.over,
input.over:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-family: 'UDKakugo_LargePr6N-DB','Hiragino Kaku Gothic ProN','Noto Sans JP';
  font-weight:600;
}
.font-family-kakugo{font-family: "UDKakugo_LargePr6N-DB","Hiragino Kaku Gothic ProN";}
.font-family-Noto-Sans{font-family: 'Noto Sans JP';}

.modal-content{width:auto !important; margin: 5% auto !important;}


.vspace {
  margin-top: 2em !important;
}

.fa-small {font-size:75% !important;}
.bg-glay {background-color:#e9eef5;}

pre.prettyprint, code.prettyprint {
	background-color: #eee !important;
	border-radius: 4px !important;
    padding: 6px;
}

h6 .text-ki{
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
h6 .text-ki::before,
h6 .text-ki::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 60px;
  height: 1px;
  background-color: #737578;
}

h6 .text-ki::before {
  right: 100%;
}
h6 .text-ki::after {
  left: 100%;
}


ul.arrow{
	padding-left:0px !important;
	margin-left:0px !important;
}


ul.arrow li{
	list-style:none;
	position:relative;
	padding-left:20px;
	line-height:1.6;
}
ul.arrow li:before,
ul.arrow li:after{
	content:"";
	display:block;
	position:absolute;
}
ul.arrow li:before{
	width:15px;
	height:15px;
	border-radius:8px;
	background:#0288d1;
	left:0; top:3px;
}
ul.arrow li:after{
	border:5px solid transparent;
	border-left-color:#fff;
	left:6px;
	top:5px;
}





@media (max-width:640px){
 table.mobile-block td, table.mobile-block th {display:block; border-top:none; padding-bottom:0 !important;}
}
/*
----------------------------------------------------------- */
/* header
----------------------------------------------------------- */



.header .inner {
  position: relative;
  height: 100px;
}

.header__logo {
  line-height: 1;
  margin: 0;
  padding: 12px 0 0;
}

.header__logo img {
  width: 125px;
  vertical-align: top;
}

.header-sp-btn {
  display: none;
}

.header-nav {
  position: absolute;
  top: 0;
  right: 370px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ddd;
  z-index: 100;
}

.header-nav__item {
  position: relative;
  float: left;
  border-left: 1px solid #ddd;
}

.header-nav__item > a {
  display: block;
  position: relative;
  width: 120px;
  height: 100px;
  padding: 67px 0 0;
  color: inherit;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.header-nav__item > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 4px;
  background: #689f38;
  -webkit-transition: all .1s ease;
          transition: all .1s ease;
}

.header-nav__item  a:hover {
  text-decoration: none;
}

.header-nav__item:hover > a:after {
  left: 0;
  width: 100%;
}

.header-nav__item--corp > a {
  background: url(/img/common/icon-nav-01.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.header-nav__item--corp-ir > a {
  background: url(/img/common/icon-nav-01.png) no-repeat 50% 23px;
  background-size: 32px auto;
}


.header-nav__item--prod > a {
  background: url(/img/common/icon-nav-02.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.header-nav__item--news > a {
  background: url(/img/common/icon-nav-03.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.header-nav__item--info > a {
  background: url(/img/common/icon-nav-04.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.header-nav__item--rel > a {
  background: url(/img/common/icon-nav-03.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.header-nav__item--case > a {
  background: url(/img/common/icon-nav-05.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.header-nav__item--ir > a {
  background: url(/img/common/icon-nav-06.png) no-repeat 50% 23px;
  background-size: 32px auto;
}

.megamenu {
  display: none;
  position: absolute;
  top: 117px;
  left: 0;
  width: 940px;
  padding: 30px 20px 20px;
  background: #70a54b;
}

.header-nav__item--corp .megamenu,
.header-nav__item--info .megamenu,
.header-nav__item--rel .megamenu{
  width: 360px;
}

.header-nav__item--corp-ir .megamenu {
  width: 640px;
}

.header-nav__item--prod .megamenu {
  left: -330px;
  width: 940px;
}

.header-nav__item--prod .megamenu:before {
  left: 385px;
}

.megamenu:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 54px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 10px solid #70a54b;
}

.megamenu:after {
  content: "";
  display: block;
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 17px;
}

.megamenu__inner {
  float: left;
  width: 300px;
}

.megamenu figure {
  margin: 0 0 15px;
  padding: 0 10px;
}

.megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.megamenu li {
  margin: 0 0 8px;
  color: #fff;
  font-weight: bold;
}

.megamenu a {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  color: #fff;
}

.megamenu a.cat-head{padding: 0;}

/**
.megamenu a:before {
  content: "\F199";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 15px;
  font-weight: normal;
  font-family: 'bootstrap-icons';
}
**/



.megamenu ul ul {
  margin: 15px 0 0;
  padding: 0;
}

.megamenu ul ul a {
  font-size: 13px;
  font-weight: normal;
}

.megamenu ul ul a:before {
  content: "\F285";
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 12px;
  font-family: 'bootstrap-icons';
}

.header__en {
  position: absolute;
  top: 20px;
  right: 0;
  margin: 0;
  font-size: 13px;
}

.header__en a {
  color: #666;
}

.header__en a i {
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 20px;
}

.header__form {
  position: absolute;
  right: 120px;
  bottom: 10px;
}

.header__form input[type="text"] {
  width: 210px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 30px 0 10px;
  border: none;
  border-radius: 30px;
  font-size: 12px;
  background: #efefef;
  outline: none;
}

.header__form button {
  position: absolute;
  top: 6px;
  right: 10px;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.header__form button i {
  font-size: 16px;
}

.header__contact {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: 0;
}

.header__contact img {
  height: 30px;
}

@media only screen and (max-width: 1040px) {
  .header-nav {
    right: 300px;
  }
  
  .header-nav__item > a {
    width: 100px;
  }
  
  .header__form input[type="text"] {
    width: 160px;
  }
}

@media only screen and (max-width: 890px) {
  .header__logo {
    padding: 17px 0 0;
  }
  
  .header__logo img {
    width: 110px;
  }
  
  .header-nav {
    right: 205px;
  }
  
  .header__en {
    display:none;
  }
  
  .header__form {
    right: 0;
  }
  
  .header__form input[type="text"] {
    width: 190px;
  }
  
  .header__contact {
    top: 15px;
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    /* position: fixed; */
    width: 100%;
    z-index: 100;
  }
/* 
  .header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(6px);
  }
 */


  .header.is-fixed {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  
  .header .inner {
    height: 50px;
  }
  
  .header__logo {
    padding: 5px 0 0;
  }
  
  .header__logo img {
    width: auto;
    height: 40px;
  }
  
  .header-sp-btn {
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    width: 50px;
    height: 50px;
    background: url(/img/common/bg-menu-01.png) no-repeat 0 0;
    background-size: 50px auto;
  }
  
  .header-sp-btn.is-open {
    background-position: 0 100%;
  }
  
  .header-nav {
    display: none;
    top: 50px;
    right: -15px;
    left: -15px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  
  .header-nav__item {
    float: none;
    border: none;
    border-top: 1px solid #ddd;
  }

  .header-nav__item:last-child {
    overflow: hidden;
    padding: 9px 15px;
  }

  .header-nav__item > a {
    width: auto;
    height: auto;
    padding: 15px 15px 15px 50px;
    font-size: 12px;
    text-align: left;
    background-position: 15px 50% !important;
    background-size: 26px auto;
  }

  .header-nav__item > a:after {
    content: "\F285";
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto !important;
    width: auto !important;
    height: auto;
    color: #f57c00;
    font-family: 'bootstrap-icons';
    background: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header-nav__item .header__en {
    display: block;
    float: left;
    position: static;
    padding: 4px 0 0;
    font-size: 11px;
  }
  
  .header-nav__item .header__en a i {
    font-size: 18px;
  }

  .header-nav__item .header__form {
    display: block;
    float: right;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .megamenu {
    display: none !important;
  }
  
  .header__en {
    display: none;
  }
  
  .header__form {
    display: none;
  }
  
  .header__contact {
    top: 13px;
    right: 50px;
  }
  
  .header__contact img {
    height: 24px;
  }
}

@media print {
  .header__form {display: none;}
  .no-print {display: none;}
}

/*
----------------------------------------------------------- */
/* article
----------------------------------------------------------- */


/*
----------------------------------------------------------- */
/* footer
----------------------------------------------------------- */
.area-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #eee;
}

.area-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.area-webtrust {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding: 30px 0;
}

.area-webtrust__img {
  float: left;
  margin: 0;
}

.area-webtrust__img img {
  width: 78px;
  margin: 0 5px 0 0;
}

.area-webtrust__txt {
  max-width: 275px;
  margin: 0 0 15px 275px;
}

.area-webtrust__txt:nth-child(2) {
  font-size: 12px;
}

.area-webtrust__txt:nth-child(3) {
  margin-bottom: 0;
}

.area-webtrust__txt:nth-child(3) a {
  font-size: 13px;
  font-weight: bold;
}

.area-webtrust__isms {
  position: absolute;
  right: 0;
  bottom: 30px;
  margin: 0;
}

.footer {
  color: #fff;
  background-color: #535353;
  margin-bottom: -1.5em;
}

.footer-nav {
  padding: 35px 0;
  font-size: 14px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  display: inline-block;
  color: #fff;
}

.footer-nav > ul {
  padding: 0 30px;
  border-left: 1px solid #757575;
}

.footer-nav > ul:last-child {
  border-right: 1px solid #757575;
}

.footer-nav li {
  font-size: 0.9em;
  line-height: 1.5em;
}

.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav ul ul {
  margin: 5px 0 0;
}

.footer-nav li li a {
  position: relative;
  padding: 0 0 0 20px;
}

.footer-nav li li a:before {
  content: "\f231";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-weight: normal;
  font-family: 'bootstrap-icons';
}

.footer-nav li li li {
  margin: 5px 0 0;
}

.footer-nav li li li a {
  font-weight: normal;
}

.footer-nav li li li a:before {
  content: "\f285";
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 11px;
  font-family: 'bootstrap-icons';
}

.footer-bottom {
  background: #434343;
}

.footer__sns {
  line-height: 1;
  padding: 5px 10px;
  text-align: right;
}

.footer__sns a {
  display: inline-block;
  margin: 0 0 0 8px;
}

.footer__sns a img {
  width: 32px;
}

.footer__company {
  margin: 0 0 10px;
  padding: 25px 0 0;
  font-size: 15px;
}

.footer__company a {
  display: inline-block;
  padding: 0 0 0 35px;
  color: #fff;
  font-size: 22px;
  background: url(/img/common/icon-tel-01.png) no-repeat 0 50%;
  background-size: 28px auto;
}

.footer__company a:hover {
  text-decoration: none;
  cursor: text;
}

.footer__copyright {
  font-size: 12px;
}

.footer__seal{
  text-align: right;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .area-banner {
    padding-top: 15px;
    padding-bottom: 1px;
  }
  
  .area-banner__item {
    max-width: inherit;
    margin: 0 0 15px;
    flex: none;
  }

  .area-webtrust {
    padding: 15px;
  }

  .area-webtrust__img {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }

  .area-webtrust__img img {
    margin: 0 5px;
  }

  .area-webtrust__txt {
    max-width: inherit;
    margin: 0 0 15px;
  }
  
  .area-webtrust__isms {
    position: static;
    margin: 15px 0 0;
    text-align: center;
  }
  
  .area-webtrust__isms img {
    height: 100px;
  }

  .footer-nav {
    padding: 15px 15px 1px;
    font-size: 12px;
  }

  .footer-nav > ul {
    float: left;
    width: 50%;
    max-width: inherit;
    margin: 0 0 15px;
    padding: 0;
    border: none;
    flex: none;
  }

  .footer-nav > ul:last-child {
    border: none;
  }
  
  .footer-bottom .col-6 {
    max-width: inherit;
    flex: none;
  }
  
  .footer__sns {
    padding: 15px 0;
    text-align: center;
  }

  .footer__sns a {
    margin: 0 8px;
  }


  .footer__company {
    margin: 0 0 10px;
    padding: 15px 0 0;
    font-size: 12px;
    text-align: center;
  }

  .footer__copyright {
    text-align: center;
  }
  .footer__seal{
  text-align:center;
  }
}

