@charset "UTF-8";
/*
 Theme Name:	株式会社コンサイス
 Theme URI:		http://www.concise.co.jp
 Author:		株式会社クレセント
*/
@import url(https://fonts.googleapis.com/css?family=Oxygen);
@media only screen and (max-width: 767px) {
  * {
    font-family: "メイリオ", sans-serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "メイリオ", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

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

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1085px;
  overflow: hidden;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.main_content {
  margin: 0 auto;
  max-width: 1085px;
  overflow: hidden;
  padding: 40px 0;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .main_content {
    width: 100%;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

dl dd {
  margin: 0 auto;
}

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

a:hover {
  text-decoration: underline;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

input, textarea, select {
  font-family: "メイリオ", sans-serif;
}

input[type="email"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  input[type="email"],
  input[type="submit"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    font-size: 16px;
  }
}

input[type="email"]:active, input[type="email"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border: 1px solid #003E97;
  outline: none;
}

input[type="file"] {
  margin-bottom: 10px;
}

input[type="file"]:active, input[type="file"]:focus {
  outline: none;
}

input[type="radio"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 7.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  height: 15px;
  margin: 0 5px 0 0;
  position: relative;
  vertical-align: middle;
  width: 15px;
}

input[type="radio"]:checked:after {
  background: #003E97;
  border-radius: 4.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

input[type="radio"]:active, input[type="radio"]:focus {
  outline: none;
}

.btn__area input[type="submit"] {
  padding: 10px 50px;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .btn__area input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 10px 0;
    width: 45%;
  }
}

.btn__area input[type="submit"]:first-of-type {
  background: #eee;
  border: 4px solid #eee;
}

.btn__area input[type="submit"]:first-of-type:hover {
  background: #666;
  border: 4px solid #666;
}

.btn__area input[type="submit"]:last-of-type {
  background: #003E97;
  border: 4px solid #003E97;
  color: #fff;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.btn__area input[type="submit"]:last-of-type:hover {
  background: #003E97;
  border: 4px solid #003E97;
  color: #fff;
}

input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #666;
  height: 15px;
  position: relative;
  width: 15px;
  -webkit-appearance: none;
}

input[type="checkbox"]:checked:before {
  font-family: FontAwesome;
  color: #003E97;
  content: "\f00c";
  font-size: 15px;
  position: absolute;
  top: -1px;
}

input[type="checkbox"]:active, input[type="checkbox"]:focus {
  outline: none;
}

#path {
  background: #eee;
  font-size: 12px;
  padding: 10px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #path {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 2%;
  }
}

#path a {
  color: #003E97;
  text-decoration: underline;
}

#path a:hover {
  text-decoration: none;
}

.btn {
  background: url(./images/arw_right_wh.png) no-repeat right 10px center #FFCC00;
  border: 4px solid #FFCC00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 40px auto;
  max-width: 500px;
  padding: 10px 0;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .btn {
    background-position: right 5px center !important;
    background-size: auto 25px;
    font-size: 20px;
  }
}

.btn span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .btn span {
    font-size: 12px;
  }
}

.btn:hover {
  background: url(./images/arw_right_gy2.png) no-repeat right 10px center #fff;
  color: #333;
  text-decoration: none;
}

.btn2 {
  background: url(./images/arw_right_wh.png) no-repeat right 10px center #eee;
  border: 4px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 0;
  position: relative;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .btn2 {
    background-position: right 5px center !important;
    background-size: auto 25px;
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.btn2 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .btn2 span {
    bottom: 10px;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
  }
}

.btn2:hover {
  background: url(./images/arw_right_gy2.png) no-repeat right 10px center #eee;
  border: 4px solid #003E97;
  color: #333;
  text-decoration: none;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column2 div,
.column2 li {
  list-style: none;
  width: 48%;
}

.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column3:before {
  content: " ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31%;
}

.column3:after {
  content: " ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31%;
}

.column3 div,
.column3 li {
  list-style: none;
  width: 31%;
}

.column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column4:before {
  content: " ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 23%;
}

.column4:after {
  content: " ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 23%;
}

.column4 div,
.column4 li {
  list-style: none;
  width: 23%;
}

/*----------------------------------------
	ページャー
----------------------------------------*/
.nav_pager {
  margin: 20px auto;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  .nav_pager {
    font-size: 12px;
  }
}

.nav_pager a {
  background: #eee;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  color: #333;
}

.nav_pager a:hover {
  background: #003E97;
  color: #fff;
}

.nav_pager span {
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}

.nav_pager span.current {
  background: #003E97;
  color: #fff;
}

.header {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 2%;
  position: fixed;
  width: 100%;
  z-index: 10;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.home .header {
  background: rgba(255, 255, 255, 0.4);
}

.header.scroll {
  background: #003E97;
}

.header .logo {
  float: left;
}

@media only screen and (max-width: 767px) {
  .header .logo {
    margin-top: 5px;
    width: 40%;
  }
}

.header .logo img {
  display: block;
}

.header .header__lang {
  color: #aaa;
  float: right;
  line-height: 27px;
}

.header .header__lang span {
  border-right: 1px solid #aaa;
  margin-right: 10px;
  padding-right: 10px;
}

.header .header__lang a {
  color: #fff;
}

.header .header__lang a:hover {
  text-decoration: underline;
}

.menu-trigger {
  left: 0;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 11;
}

.header__menu {
  display: none;
  position: fixed;
  top: 47px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.header__menu.active {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  padding-bottom: 100px;
  text-align: left;
  width: 100%;
  z-index: 11;
}

.header__menu.active a {
  background: url(./images/arw_right_gy.png) no-repeat right 10px center;
  color: #333;
  display: block;
  padding: 15px 10px;
}

@media only screen and (max-width: 767px) {
  .header__menu.active a {
    background-position: right 5px center !important;
    background-size: auto 15px;
    padding: 15px 5px;
  }
}

.header__menu.active .header__menu--top {
  border-bottom: 1px dashed #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
}

.header__menu.active .header__menu--box {
  overflow: hidden;
}

.header__menu.active .header__menu--box ul {
  width: 47%;
}

.header__menu.active .header__menu--box ul:first-of-type {
  float: left;
}

.header__menu.active .header__menu--box ul:last-of-type {
  float: right;
}

.header__menu.active .header__menu--box ul li {
  border-bottom: 1px dashed #333;
}

.header__menu.active .header__menu--box ul li a.header__menu--tel {
  background: none;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .header__menu.active .header__menu--box ul li a.header__menu--tel {
    font-size: 16px;
  }
}

.header__menu.active .header__menu--box ul li a + a {
  padding-top: 10px;
}

.header__menu.active .header__menu--box ul li a + a:hover {
  text-decoration: none;
}

.header__menu.active .header__menu--box ul li.second a {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .header__menu.active .header__menu--box ul li.second a {
    padding-left: 15px;
  }
}

/*---------------------------------
	メニューくるくる
---------------------------------*/
.menu-trigger,
.menu-trigger span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.menu-trigger {
  height: 22px;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 13px;
  width: 27px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  -ms-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9.5px) rotate(315deg);
  -ms-transform: translateY(-9.5px) rotate(315deg);
  transform: translateY(-9.5px) rotate(315deg);
}

#pagetop {
  margin: auto;
  position: fixed;
  right: 2vw;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}

#pagetop a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003E97;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 60px;
}

#pagetop a i {
  display: block;
}

#pagetop a:hover {
  background: #0068fd;
  color: #fff;
}

.footer {
  background: rgba(191, 207, 255, 0.1);
}

.footer .container {
  padding: 40px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .footer .container img {
    margin: 0 auto;
    width: 80%;
  }
}

.footer .container .footer__menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer .container .footer__menu ul {
  margin: 0 auto;
  text-align: left;
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu ul {
    width: 100%;
  }
}

.footer .container .footer__menu ul li {
  font-size: 14px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu ul li {
    margin: 0 auto;
  }
}

.footer .container .footer__menu ul li a {
  border-left: 2px solid #00468C;
  color: #333;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu ul li a {
    background: url(./images/arw_right_gy.png) no-repeat right 10px center #eee;
    background-size: auto 15px;
    border-bottom: 1px solid #fff;
    border-left: none;
    display: block;
    padding: 10px 15px;
  }
}

.footer .container .footer__menu ul li a:hover {
  text-decoration: underline;
}

.footer .container .footer__menu ul li ul {
  margin: 5px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu ul li ul {
    margin: 0 auto;
  }
}

.footer .container .footer__menu ul li ul li {
  border-left: 2px solid #999;
  font-size: 13px;
  padding-left: 5px;
}

.footer .container .footer__menu ul li ul li a {
  border-left: none;
  color: #333;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu ul li ul li a {
    background: url(./images/arw_right_gy.png) no-repeat right 10px center #fff;
    background-size: auto 15px;
    border-bottom: 1px dashed #eee;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .footer__menu ul li ul li {
    border-left: none;
    padding: 0;
  }
  .footer .container .footer__menu ul li ul li:last-of-type a {
    border-bottom: none;
  }
}

.footer .container address {
  font-size: 14px;
  font-style: normal;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .footer .container address {
    padding: 10px 2%;
    text-align: left;
  }
}

.footer .container address span {
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .footer .container address span {
    display: block;
  }
}

.footer .copyright {
  background: #003E97;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 11px;
    padding: 10px 60px 10px 2%;
    text-align: left;
  }
}

/*-------------------------------------
	common
-------------------------------------*/
.home__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .home__btns {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 96%;
  }
}

.home__btns a {
  margin-bottom: 10px;
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .home__btns a {
    margin-bottom: 5px;
  }
}

.home__btns a:first-of-type {
  width: 98%;
}

.home__btns a:hover {
  text-decoration: none;
}

/*-------------------------------------
	ファーストビュー
-------------------------------------*/
.fv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003E97;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 820px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.fv .fv__inner {
  margin: auto;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .fv .fv__inner {
    padding-top: 10vh;
    width: 96%;
  }
}

.fv .fv__inner h1 {
  font-size: 35px;
  font-weight: normal;
  margin: 0 auto 20px auto;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 767px) {
  .fv .fv__inner h1 {
    font-size: 18px;
    margin-bottom: 3vh;
    text-align: center;
  }
}

.fv .fv__inner figure {
  margin: 0 auto;
}

.fv .fv__inner figure img {
  display: block;
}

.fv .fv__inner figure figcaption {
  font-size: 26px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .fv .fv__inner figure figcaption {
    font-size: 18px;
    margin-top: 3vh;
  }
}

.fv .fv__inner p {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .fv .fv__inner p {
    font-size: 13px;
    margin-top: 3vh;
  }
}

.fv .fv__scroll {
  bottom: 13vh;
  left: 0;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .fv .fv__scroll {
    bottom: 65px;
  }
}

.fv .fv__scroll:hover {
  bottom: 12vh;
}

@media only screen and (max-width: 767px) {
  .fv .fv__scroll:hover {
    bottom: 16vh;
  }
}

.fv .fv__news {
  border-top: 1px solid #fff;
  height: 10vh;
  line-height: 10vh;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .fv .fv__news {
    height: 13vh;
    line-height: initial;
    padding-top: 1vh;
  }
}

.fv .fv__news .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./images/icn_news.png) no-repeat left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 50px;
  text-align: left;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .fv .fv__news .container {
    width: 96%;
  }
}

.fv .fv__news .container li {
  width: 100%;
}

.fv .fv__news .container span {
  margin-right: 5%;
}

@media only screen and (max-width: 767px) {
  .fv .fv__news .container span {
    display: block;
    margin: auto;
  }
}

.fv .fv__news .container a {
  color: #fff;
  text-decoration: underline;
}

.fv .fv__news .container a:hover {
  text-decoration: none;
}

/*-------------------------------------
	コーポレート
-------------------------------------*/
.home__corporate {
  background: url(/wp/wp-content/uploads/2017/05/bg_corporate.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .home__corporate {
    background-position: right 15% center;
  }
}

.home__corporate .container {
  padding: 80px 0;
}

.home__corporate .container .home__corporate--message {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 40px auto;
  padding: 30px;
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .home__corporate .container .home__corporate--message {
    margin-bottom: 20px;
    padding: 20px;
    width: 96%;
  }
}

.home__corporate .container .home__corporate--message h2 {
  color: #003E97;
  font-size: 45px;
  margin: 0 auto 10px auto;
}

@media only screen and (max-width: 767px) {
  .home__corporate .container .home__corporate--message h2 {
    font-size: 30px;
  }
}

.home__corporate .container .home__corporate--message h3 {
  color: #003E97;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .home__corporate .container .home__corporate--message h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.home__corporate .container .home__corporate--message img {
  display: block;
  margin: 0 auto;
}

.home__corporate .container .home__corporate--message p {
  line-height: 2;
  text-align: left;
}

.home__corporate .container .home__corporate--message .btn {
  background: url(./images/arw_right_wh.png) no-repeat right 10px center #003E97;
  border: 4px solid #003E97;
  color: #fff;
  font-size: 20px;
  margin: 10px auto;
}

.home__corporate .container .home__corporate--message .btn:hover {
  background: url(./images/arw_right_gy.png) no-repeat right 10px center #fff;
  color: #003E97;
}

.home__corporate .container .home__corporate--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .home__corporate .container .home__corporate--link {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .home__corporate .container .home__corporate--link li {
    width: 32%;
  }
}

.home__corporate .container .home__corporate--link li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./images/arw_right_wh.png) no-repeat right 10px center #003E97;
  border: 4px solid #003E97;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 190px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 190px;
}

@media only screen and (max-width: 767px) {
  .home__corporate .container .home__corporate--link li a {
    background-position: right 5px center;
    background-size: auto 15px;
    font-size: 15px;
    height: auto;
    min-height: 15vh;
    text-align: left;
    width: 100%;
  }
}

.home__corporate .container .home__corporate--link li a:hover {
  border: 4px solid #fff;
  text-decoration: none;
}

/*-------------------------------------
	OEM
-------------------------------------*/
.home__oem .container {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .home__oem .container {
    padding: 40px 0;
    width: 96%;
  }
}

.home__oem .container img {
  display: block;
  margin: 0 auto 40px auto;
}

.home__oem .container p {
  line-height: 2;
}

.home__oem .container p + p {
  margin: 40px auto;
}

.home__oem .container .home__oem--feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .home__oem .container .home__oem--feature {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    width: 96%;
  }
}

.home__oem .container .home__oem--feature li {
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #003E97;
  font-size: 35px;
  padding: 10vh 10px;
  width: 23%;
}

@media only screen and (max-width: 767px) {
  .home__oem .container .home__oem--feature li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6vh 10px;
    width: 48%;
  }
}

.home__oem .container .home__oem--feature li span {
  color: #333;
  font-size: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .home__oem .container .home__oem--feature li span {
    font-size: 15px;
    font-weight: normal;
  }
}

.home__oem .container .btn {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .home__oem .container .btn {
    width: 96%;
  }
}

/*-------------------------------------
	製図
-------------------------------------*/
.home__drafting {
  background: url(/wp/wp-content/uploads/2017/05/bg_drafting.png) repeat-x center top;
}

.home__drafting .container {
  padding: 120px 0;
}

.home__drafting .container h2 {
  color: #003E97;
  font-size: 45px;
  margin: 0 auto 10px auto;
}

.home__drafting .container h3 {
  color: #003E97;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .home__drafting .container h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 0 2%;
  }
}

.home__drafting .container .column2 {
  line-height: 2;
  margin: 80px auto 40px auto;
  text-align: left;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .home__drafting .container .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto;
    width: 96%;
  }
  .home__drafting .container .column2 div {
    margin-bottom: 20px;
    width: 100%;
  }
}

/*-------------------------------------
	トラベル
-------------------------------------*/
.home__travel {
  position: relative;
}

.home__travel h2 {
  position: relative;
  text-align: center;
}

.home__travel h2:before {
  border-top: 4px solid #003E97;
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
}

.home__travel h2 span {
  background: #fff;
  color: #003E97;
  display: inline-block;
  font-size: 40px;
  padding: 0 5vw;
  position: relative;
}

.home__travel .home__travel--icn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 1% 10px 10px;
  position: absolute;
  right: 0;
  top: -29px;
}

@media only screen and (max-width: 767px) {
  .home__travel .home__travel--icn {
    display: block;
    height: auto;
    top: 5px;
    width: 40px;
  }
}

.home__travel .container {
  padding: 0 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .home__travel .container {
    margin: auto;
    padding: 0 0 40px 0;
    width: 96%;
  }
}

.home__travel .container h3 {
  color: #003E97;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .home__travel .container h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 0 2%;
  }
}

.home__travel .container .column2 {
  line-height: 2;
  margin: 80px auto 40px auto;
  text-align: left;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .home__travel .container .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
  }
  .home__travel .container .column2 div {
    margin-bottom: 20px;
    width: 100%;
  }
}

/*-------------------------------------
	グッズ
-------------------------------------*/
.home__goods .container {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .home__goods .container {
    padding: 0 0 40px 0;
  }
}

.home__goods .container .home__goods--title {
  background: url(/wp/wp-content/uploads/2017/05/icn_goods.png) no-repeat left top;
  height: 360px;
  margin: 0 auto;
  position: relative;
  width: 660px;
}

@media only screen and (max-width: 767px) {
  .home__goods .container .home__goods--title {
    background-size: auto 200px;
    background-position: center top !important;
    height: auto;
    margin-bottom: 20px;
    padding-top: 220px;
    width: 96%;
  }
}

.home__goods .container .home__goods--title h2 {
  color: #003E97;
  font-size: 50px;
  left: 270px;
  position: absolute;
  top: 115px;
}

@media only screen and (max-width: 767px) {
  .home__goods .container .home__goods--title h2 {
    font-size: 25px;
    position: static;
  }
}

.home__goods .container .home__goods--title h2 span {
  display: inline-block;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .home__goods .container .home__goods--title h2 span {
    margin-right: 10px;
  }
}

.home__goods .container .home__goods--title h3 {
  bottom: 20px;
  color: #003E97;
  font-size: 25px;
  font-weight: normal;
  left: 270px;
  line-height: 1.6;
  position: absolute;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .home__goods .container .home__goods--title h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 0 2%;
    position: static;
    text-align: center;
  }
}

.home__goods .container .home__goods--content {
  margin: 80px auto 40px auto;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .home__goods .container .home__goods--content {
    width: 96%;
  }
}

.home__goods .container .home__goods--content img {
  display: block;
  margin-bottom: 40px;
}

.home__goods .container .home__goods--content p {
  line-height: 2;
}

/*-------------------------------------
	こだわり
-------------------------------------*/
.home__commitment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/wp/wp-content/uploads/2017/06/bg_commitment.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .home__commitment {
    background-position: right 60% center;
    height: auto;
    padding: 40px 0;
  }
}

.home__commitment .home__commitment--inner {
  background: #003E97;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .home__commitment .home__commitment--inner {
    background: rgba(0, 62, 151, 0.7);
    width: 90%;
  }
}

.home__commitment .home__commitment--inner p {
  line-height: 2;
}

/*-------------------------------------
	プロデュース、クオリティ
-------------------------------------*/
.home__produce,
.home__quality {
  padding: 0 0 40px 0;
}

.home__produce h2,
.home__quality h2 {
  background: #eee;
  color: #003E97;
  font-size: 40px;
  margin: 0 auto 40px auto;
  padding: 30px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .home__produce h2,
  .home__quality h2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    padding: 20px 2%;
  }
}

.home__produce h2 span,
.home__quality h2 span {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .home__produce h2 span,
  .home__quality h2 span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home__produce .container,
  .home__quality .container {
    margin: 0 auto;
    width: 96%;
  }
}

.home__produce .container img,
.home__quality .container img {
  display: block;
  margin: auto;
}

.home__produce .container h3,
.home__quality .container h3 {
  color: #003E97;
  font-size: 20px;
  margin: 30px auto;
}

.home__produce .container p,
.home__quality .container p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .home__produce .container p,
  .home__quality .container p {
    text-align: left;
  }
}

.home__produce .container p + p,
.home__quality .container p + p {
  margin-top: 20px;
}

.home__produce .container p + h3,
.home__quality .container p + h3 {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .home__produce .container p + h3,
  .home__quality .container p + h3 {
    margin-top: 40px;
  }
}

.home__produce .container .column2,
.home__quality .container .column2 {
  margin: 40px auto;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .home__produce .container .column2,
  .home__quality .container .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
  }
  .home__produce .container .column2 div,
  .home__quality .container .column2 div {
    margin-bottom: 20px;
    width: 100%;
  }
}

.home__produce .container .column2 p,
.home__quality .container .column2 p {
  text-align: left;
}

.home__produce .container .column3,
.home__quality .container .column3 {
  margin: 40px auto;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .home__produce .container .column3,
  .home__quality .container .column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
  }
}

.home__produce .container .column3 li,
.home__quality .container .column3 li {
  background: #003E97;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 40px;
  padding: 10vh 0;
}

@media only screen and (max-width: 767px) {
  .home__produce .container .column3 li,
  .home__quality .container .column3 li {
    font-size: 25px;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
  }
}

.home__produce .container .column3 li span,
.home__quality .container .column3 li span {
  display: block;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .home__produce .container .column3 li span,
  .home__quality .container .column3 li span {
    font-size: 15px;
  }
}

.home__produce .container .column3 + p,
.home__quality .container .column3 + p {
  margin: 40px auto;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .home__produce .container .column3 + p,
  .home__quality .container .column3 + p {
    width: 96%;
  }
}

/*-------------------------------------
	取扱店舗
-------------------------------------*/
.home__store {
  padding: 40px 0;
}

.home__store h2 {
  background: #eee;
  color: #003E97;
  font-size: 40px;
  margin: 0 auto 40px auto;
  padding: 30px 0;
  width: 100%;
}

.home__store h2 span {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.home__store .container h3 {
  font-size: 25px;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 767px) {
  .home__store .container .column4 {
    margin: 20px auto;
    width: 96%;
  }
}

.home__store .container .column4 li {
  margin-bottom: 10vh;
}

@media only screen and (max-width: 767px) {
  .home__store .container .column4 li {
    width: 31%;
  }
}

.home__store .container .btn2 {
  width: 450px;
}

@media only screen and (max-width: 767px) {
  .home__store .container .btn2 {
    width: 96%;
  }
}

.title__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 47px;
}

.title__box h1,
.title__box p {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .title__box h1,
  .title__box p {
    font-size: 25px;
    width: 96%;
  }
}

.map {
  height: 500px;
  width: 100%;
}

.company__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .company__navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 96%;
  }
}

.company__navi li {
  width: 23%;
}

@media only screen and (max-width: 767px) {
  .company__navi li {
    margin: 0 0 10px 0;
    width: 48%;
  }
}

.company__navi li a {
  background: #eee;
  border: 1px solid #333;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  padding: 10px 0;
}

.company__navi li a.active, .company__navi li a:hover {
  background: #003E97;
  border: 1px solid #003E97;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------
	企業理念
--------------------------------------------*/
.policy h2 {
  color: #003E97;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .policy h2 {
    text-align: center;
  }
}

.policy .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .policy .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    width: 96%;
  }
}

.policy .message div {
  text-align: left;
  width: calc(100% - 330px);
}

@media only screen and (max-width: 767px) {
  .policy .message div {
    width: 100%;
  }
}

.policy .message div p {
  margin: 0 auto 10px auto;
}

.policy .message div p:last-of-type {
  clear: both;
  float: right;
  text-align: left;
}

.policy .message figure {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .policy .message figure {
    margin: 10px auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.policy .message figure img {
  border-radius: 8px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .policy .message figure img {
    border-radius: 150px;
    margin: 0 auto 10px auto;
  }
}

.policy .policy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .policy .policy__items {
    display: block;
    margin: 20px auto;
    width: 96%;
  }
}

.policy .policy__items dl {
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .policy .policy__items dl {
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .policy .policy__items dl dt {
    border-right: 1px solid #eee;
    width: 40%;
  }
}

.policy .policy__items dl dt figure {
  margin: 0 auto;
}

.policy .policy__items dl dt figure img {
  display: block;
  margin: 0 auto 5px auto;
}

.policy .policy__items dl dt figure figcaption {
  background: #003E97;
  color: #fff;
  padding: 10px 5px;
}

.policy .policy__items dl dd {
  padding: 20px 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .policy .policy__items dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 60%;
  }
}

/*--------------------------------------------
	会社概要
--------------------------------------------*/
.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .company dl {
    width: 96%;
  }
}

.company dl dt {
  background: #eee;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 20%;
}

.company dl dd {
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 80%;
}

.company dl dd a {
  color: #333;
}

.company dl dd span {
  display: block;
}

.company dl dd span a {
  color: #003E97;
}

.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .history dl {
    width: 96%;
  }
}

.history dl dt {
  border-bottom: 1px dashed #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #003E97;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 0.1em;
  padding: 15px 10px;
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .history dl dt {
    width: 25%;
  }
}

.history dl dd {
  border-bottom: 1px dashed #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .history dl dd {
    width: 75%;
  }
}

.history dl dd a {
  color: #333;
}

.history dl dd span {
  display: block;
}

.history dl dd span a {
  color: #003E97;
}

@media only screen and (max-width: 767px) {
  .office {
    margin: 0 auto;
    width: 96%;
  }
  .office img {
    display: none;
  }
}

.office h2 {
  color: #003E97;
  margin: 10px auto;
  text-align: left;
}

.office h3 {
  border-bottom: 1px solid #eee;
  margin: 0 auto 10px auto;
  text-align: left;
}

.office p {
  margin: 0 auto 20px auto;
  text-align: left;
}

.office p a {
  color: #333;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .office p a {
    color: #003E97;
    text-decoration: underline;
  }
}

.office p a:hover {
  text-decoration: none;
}

.office .map {
  height: 400px;
  margin-bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .office .map {
    height: 300px;
  }
  .office .map img {
    display: block;
    max-width: none;
  }
}

/*--------------------------------------------
	取扱店舗
--------------------------------------------*/
.storelist {
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .storelist {
    width: 96%;
  }
}

.storelist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.storelist ul li {
  margin-bottom: 10px;
  text-align: left;
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .storelist ul li {
    width: 48%;
  }
}

.storelist ul li + li {
  margin-left: 1%;
}

@media only screen and (max-width: 767px) {
  .storelist ul li + li {
    margin-left: 0;
  }
}

.storelist ul li:nth-of-type(4n+1) {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .storelist ul li:nth-of-type(even) {
    margin-left: 2%;
  }
}

.storelist p {
  text-align: right;
}

/*--------------------------------------------
	カタログ
--------------------------------------------*/
.catalog {
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .catalog {
    width: 96%;
  }
}

.catalog h2 {
  background: #003E97;
  color: #fff;
  margin: 0 auto 20px auto;
  padding: 10px;
  text-align: left;
}

.catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog ul:after, .catalog ul:before {
  content: " ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .catalog ul:after, .catalog ul:before {
    content: none;
  }
}

.catalog ul li {
  margin-bottom: 40px;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .catalog ul li {
    width: 100%;
  }
}

.catalog ul li + li {
  margin-left: 1%;
}

.catalog ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.catalog ul li object {
  display: block;
  height: 400px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .catalog ul li object {
    height: auto;
  }
}

.catalog ul li a {
  background: #eee;
  color: #333;
  display: block;
  padding: 10px;
}

.catalog ul li a:before {
  font-family: FontAwesome;
  content: "\f1c1";
  margin-right: 5px;
}

.catalog ul li a:hover {
  background: #FFCC00;
  text-decoration: none;
}

/*-------------------------------------
	OEM
-------------------------------------*/
.oem {
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .oem {
    width: 96%;
  }
}

.oem img {
  margin: 30px auto;
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .oem img {
    max-width: 100%;
  }
}

.oem .oem__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .oem .oem__feature {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }
}

.oem .oem__feature li {
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #003E97;
  font-size: 35px;
  padding: 10vh 10px;
  width: 23%;
}

@media only screen and (max-width: 767px) {
  .oem .oem__feature li {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6vh 10px;
    width: 48%;
  }
}

.oem .oem__feature li span {
  color: #333;
  font-size: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .oem .oem__feature li span {
    font-size: 15px;
    font-weight: normal;
  }
}

.oem h2 {
  color: #003E97;
  font-size: 50px;
  position: relative;
}

.oem h2:before {
  border-top: 4px solid #003E97;
  content: "";
  left: 0;
  top: 50%;
  position: absolute;
  width: 100%;
}

.oem h2 span {
  background: #fff;
  color: #003E97;
  display: inline-block;
  font-size: 40px;
  padding: 0 5vw;
  position: relative;
}

.oem .oem__flow--frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .oem .oem__flow--frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.oem .oem__flow--frame dl {
  margin-bottom: 40px;
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .oem .oem__flow--frame dl {
    width: 100%;
  }
}

.oem .oem__flow--frame dl dt {
  background: #eee;
  color: #003E97;
  font-size: 50px;
  font-weight: bold;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .oem .oem__flow--frame dl dt {
    font-size: 30px;
  }
}

.oem .oem__flow--frame dl dt img {
  display: block;
  margin: 0 auto 10px auto;
}

.oem .oem__flow--frame dl dt span {
  display: block;
  font-size: 17px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .oem .oem__flow--frame dl dt span {
    font-size: 15px;
  }
}

.oem .oem__flow--frame dl dd {
  padding: 20px;
}

.oem .btn {
  font-size: 20px;
}

/*-------------------------------------
	こだわり
-------------------------------------*/
.kodawari {
  margin: 0 auto;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  .kodawari {
    width: 96%;
  }
}

.kodawari h2 {
  clear: both;
  color: #003E97;
  font-size: 30px;
  text-align: left;
}

.kodawari h3 {
  border-bottom: 1px solid #eee;
  clear: both;
  color: #003E97;
  font-size: 25px;
  margin: 40px auto 20px auto;
  text-align: left;
}

.kodawari .kodawari__box {
  margin-bottom: 40px;
  overflow: hidden;
}

.kodawari .kodawari__box img {
  float: right;
}

@media only screen and (max-width: 767px) {
  .kodawari .kodawari__box img {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
  }
}

.kodawari .kodawari__box p {
  margin: 0 auto 10px auto;
  float: left;
  text-align: left;
  width: calc(100% - 420px);
}

@media only screen and (max-width: 767px) {
  .kodawari .kodawari__box p {
    float: none;
    width: 100%;
  }
}

/*--------------------------------------------
	リンク
--------------------------------------------*/
.link {
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .link {
    width: 96%;
  }
}

.link h2 {
  background: #003E97;
  color: #fff;
  margin: 0 auto 20px auto;
  padding: 10px;
  text-align: left;
}

.link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link ul:after, .link ul:before {
  content: " ";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .link ul:after, .link ul:before {
    content: none;
  }
}

.link ul li {
  margin-bottom: 40px;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .link ul li {
    width: 100%;
  }
}

.link ul li + li {
  margin-left: 1%;
}

.link ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.link ul li object {
  display: block;
  height: 400px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .link ul li object {
    height: auto;
  }
}

.link ul li a {
  background: #eee;
  color: #333;
  display: block;
  padding: 10px;
}

.link ul li a:hover {
  background: #FFCC00;
  text-decoration: none;
}

/*--------------------------------------------
	お問い合わせ
--------------------------------------------*/
.contact-page {
  padding: 40px 0;
}

.contact-page p a {
  color: #003E97;
  font-weight: bold;
  text-decoration: none;
}

.contact-page p a:hover {
  text-decoration: underline;
}

.contact-page p i {
  color: #003E97;
  font-size: 11px;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .contact-page p {
    margin: 20px auto;
    text-align: left;
    width: 96%;
  }
  .contact-page p br {
    display: none;
  }
  .contact-page p span {
    display: block;
  }
}

.contact-page form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .contact-page form dl {
    width: 96%;
  }
}

.contact-page form dl dt {
  background: #eee;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .contact-page form dl dt {
    padding: 10px;
    width: 100%;
  }
}

.contact-page form dl dt .require {
  color: #f00;
  font-size: 11px;
  position: absolute;
  right: 10px;
}

.contact-page form dl dd {
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .contact-page form dl dd {
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
  }
}

.contact-page form dl dd #zip,
.contact-page form dl dd #zip1 {
  margin-bottom: 5px;
  width: 100px;
}

.contact-page form dl dd #pref {
  margin-right: 5px;
  width: 100px;
}

.contact-page form dl dd #addr {
  width: calc(100% - 112px);
}

@media only screen and (max-width: 767px) {
  .contact-page form dl dd #addr {
    margin-top: 5px;
    width: 100%;
  }
}

.contact-page form dl dd .mwform-file-delete {
  color: #f00;
}

@media only screen and (max-width: 767px) {
  .contact-page form dl dd .mwform-file-delete {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .contact-page form dl dd .mwform-radio-field label {
    display: block;
    margin: 0 auto 10px auto;
  }
  .contact-page form dl dd .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
  .contact-page form dl dd input[type="file"] {
    width: calc(100% - 20px);
  }
}

.contact-page form .mwform-checkbox-field label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto 30px auto;
  width: 200px;
}

.contact-confirm .agree {
  display: none;
}

/*-----------------------------------------
	製品紹介
-----------------------------------------*/
.products__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .products__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 96%;
  }
}

.products__frame .products__box {
  border: 1px solid #eee;
  position: relative;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  .products__frame .products__box {
    width: 100%;
  }
}

.products__frame .products__box a {
  text-decoration: none;
}

.products__frame .products__box a h2 {
  background: #003E97;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto;
  padding: 10px 0;
}

.products__frame .products__box a h2 span {
  display: block;
  font-size: 12px;
}

.products__frame .products__box a img {
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.products__frame .products__box a img:hover {
  opacity: 0.8;
}

.products__frame .products__box p {
  padding: 10px;
  text-align: left;
}

.products__frame .products__box .btn {
  font-size: 15px;
  margin: 20px auto;
  width: 90%;
}

.news__list {
  margin: 40px auto;
  text-align: left;
}

.news__list li {
  margin-bottom: 10px;
}

.news__list li .date {
  display: inline-block;
  margin-right: 20px;
}

.news__list li a {
  color: #003E97;
}

/*--------------------------------------------
	製品紹介
--------------------------------------------*/
.product-detail {
  margin: 40px auto;
}

@media only screen and (max-width: 767px) {
  .product-detail {
    width: 96%;
  }
}

.product-detail h2 {
  color: #003E97;
}

.product-detail .product-detail__comment {
  overflow: hidden;
}

.product-detail .product-detail__comment img {
  float: right;
  height: 300px;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-detail__comment img {
    float: none;
    height: auto;
  }
}

.product-detail .product-detail__comment p {
  text-align: left;
  width: calc(100% - 700px);
}

@media only screen and (max-width: 767px) {
  .product-detail .product-detail__comment p {
    width: 100%;
  }
}

.product-detail .product-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-detail .product-links a {
  background: #eee;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 10px;
  width: 24%;
}
.product-detail .product-links.travel a {
  align-items: center;
  text-align: left;
  background: #fff;
  border: solid 1px #003593;
  display: flex;
  padding: 10px 10px 5px 10px;
  width: 32%;
  position: relative
}

@media only screen and (max-width: 767px) {
  .product-detail .product-links a {
    margin-bottom: 10px;
    width: 48%;
  }
  .product-detail .product-links.travel a {
    width: 48%;
    display: block;
    padding: 10px 10px 5px 10px;
  }
}

.product-detail .product-links.travel a::after {
  content: "";
  right: 7%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #003593;
  border-right: 2px solid #003593;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute
}

@media only screen and (max-width: 767px) {
  .product-detail .product-links.travel a::after {
    display: none;
  }
}

.product-detail .product-links a + a {
  margin-left: 1%;
}

.product-detail .product-links a:nth-of-type(4n+1) {
  margin-left: 0;
}

.product-detail .product-links.travel a:nth-of-type(4n+1) {
  margin-left: 1%;
}

.product-detail .product-links a:hover {
  background: #003E97;
  color: #fff;
  text-decoration: none;
}

.product-detail .product-links.travel a p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.product-detail .product-links.travel a p span {
  font-size: 16px;
  font-weight: bold;
}

.product-detail .product-links.travel .category-img {
  width: 24%;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-links.travel .category-img {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.product-detail .product-links.travel .category-text {
  width: 60%;
  line-height: 16px;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-links.travel .category-text {
    width: 100%;
  }
}

.product-detail .product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-btns {
    width: 100%;
  }
}

.product-detail .product-btns a {
  font-size: 15px;
  padding-right: 20px;
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .product-detail .product-btns a {
    font-size: 13px;
    text-align: center;
    width: 48%;
  }
}

/*--------------------------------------------
	お知らせ
--------------------------------------------*/
.single-news .main_content {
  text-align: left;
}

.single-news .main_content h1 {
  background: #003E97;
  color: #fff;
  overflow: hidden;
  padding: 10px;
}

.single-news .main_content h1 span {
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin-top: 7px;
}

.single-news .main_content p {
  padding: 10px;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
}

@media only screen and (min-width: 767px){
  .fv {
      height: 928px;
    }
}

@media only screen and (min-width: 768px){
  .fv .fv__inner {
      margin: auto;
      width: 730px;
  }
}
