@charset "UTF-8";
/*--
bodyのフォントサイズは bootstrap/sass/dev/_variables.scss で定義する
--*/
body {
  color: #727272;
  font-size: 15px;
  font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #e7e8ec;
}

/* PrimaryNav
---------------------*/
#primary-nav {
  z-index: 15000;
  position: relative;
}
#primary-nav .menu > li > a {
  display: block;
  position: relative;
  padding: 34px 26px;
  color: #1c2d59;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#primary-nav .menu > li > a:hover {
  opacity: 0.6;
}
@media (max-width: 991px) {
  #primary-nav .menu > li > a {
    padding: 34px 20px;
  }
}
#primary-nav .contact-top {
  background-color: #1c2249;
}
#primary-nav .contact-top a {
  color: #fff !important;
  height: 80px;
  display: flex !important;
  align-items: center;
  padding: 0 32px !important;
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0.05em !important;
}
@media (max-width: 1199px) {
  #primary-nav .contact-top a {
    height: 80px;
  }
}
@media (max-width: 991px) {
  #primary-nav .contact-top a {
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #primary-nav .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .menu-primary-count-4 #primary-nav .menu > li {
    width: 25%;
  }
  .menu-primary-count-5 #primary-nav .menu > li {
    width: 20%;
  }
  .menu-primary-count-7 #primary-nav .menu > li {
    width: 14.2857%;
  }
  .menu-primary-count-8 #primary-nav .menu > li {
    width: 12.5%;
  }
}
#primary-nav.mouseover .menu > li.current-menu-item > span > a,
#primary-nav.mouseover .menu > li.current-menu-ancestor > span > a {
  color: #3b5170;
}

#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#primary-nav ul.menu > li {
  position: relative;
  float: left;
  text-align: center;
}
@media (max-width: 991px) {
  #primary-nav ul.menu > li {
    height: 80px;
  }
}

#primary-nav ul.sub-menu {
  width: 200px;
}
@media (min-width: 768px) {
  #primary-nav ul.sub-menu {
    padding: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    z-index: 51;
  }
}
#primary-nav ul.sub-menu li a {
  color: #303030;
}
#primary-nav ul.sub-menu li a:hover {
  background: #fcfaf9;
}

#primary-nav ul li:hover > ul.sub-menu {
  display: block;
}

.tel-number-white a {
  color: #fff;
}

@font-face {}
@font-face {
  font-family: "BebasNeue Regular";
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#glyphicons_halflingsregular") format("svg");
}
.bebasneue-bold, .num {
  font-family: "BebasNeue Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

.bebasneue {
  font-family: "BebasNeue Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

/* Elements
---------------------*/
.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.img-border img {
  border: 1px solid #fff;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.required {
  color: #e00;
  font-size: 0.9em;
  font-weight: normal;
}

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

.font-size-16 {
  font-size: 16px;
}
.font-size-16.btn {
  font-size: 16px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.row.padding-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.padding-20 .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.padding-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.padding-30 .col {
  padding-left: 30px;
  padding-right: 30px;
}

/* Header
---------------------*/
#header-top {
  border-bottom: 2px solid #2f4ca8;
}

#header-top .header-text a {
  color: #416f9f;
}

.header-contact {
  padding: 5px 21px 5px 21px;
  background-color: #2f4ca8;
  border-radius: 0px 0px 3px 3px;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
#header h1 {
  margin: 5px;
}
#header .description {
  font-size: 12px;
}
#header #logo-wrap {
  float: left;
}
#header #logo-wrap .logo {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#header #logo-wrap img {
  vertical-align: middle;
  height: 32px;
  margin-top: 18px;
  margin-left: 60px;
}
@media (max-width: 991px) {
  #header #logo-wrap img {
    height: 20px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #header #logo-wrap img {
    height: 18px;
    margin-left: 4px;
  }
}
#header #logo-wrap a {
  color: #333;
  text-decoration: none;
}
#header .member, #header .contact {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
#header .member a, #header .contact a {
  display: block;
  padding: 15px 15px 10px;
  color: #000;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #002f87;
  border-radius: 10px;
  transition: all 0.3s;
}
#header .member a .fa, #header .contact a .fa {
  margin-top: 10px;
  color: #002f87;
  font-size: 22px;
}
#header .member a:hover, #header .contact a:hover {
  color: #fff;
  background: #002f87;
}
#header .member a:hover .fa, #header .contact a:hover .fa {
  color: #fff;
}
#header .contact {
  margin-right: 0;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 50px;
  }
}
#header-xs #header-xs-bar {
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15001;
  background: #fff;
}
#header-xs #header-xs-bar #hamburger {
  float: right;
  padding: 0 15px;
  font-size: 26px;
  line-height: 50px;
}
#header-xs #header-xs-bar .logo-xs {
  padding-top: 10px;
  font-size: 14px;
}
#header-xs #header-xs-bar .logo-xs a {
  color: #000;
  text-decoration: none;
}
#header-xs #header-xs-bar .logo-xs img {
  width: auto;
  height: 31px;
  margin-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}
#header-xs #xs-nav {
  visibility: hidden;
  width: 256px;
  height: 100%;
  right: -100%;
  position: fixed;
  top: 0px;
  z-index: 15000;
  transition: all 0.2s;
}
#header-xs #xs-nav nav {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #414556;
  overflow-y: auto;
}
#header-xs #xs-nav a {
  display: block;
  position: relative;
  padding: 12px 25px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header-xs #xs-nav a a {
  width: 1em;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
#header-xs #xs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-xs #xs-nav .sub-menu {
  display: none;
}
#header-xs #xs-nav .sub-menu a {
  background: rgba(0, 0, 0, 0.1);
}
#header-xs #xs-nav .sub-menu-active > .sub-menu {
  display: block;
}
#header-xs.nav-active #hamburger {
  color: #fff;
  background: #414556;
}
#header-xs.nav-active #xs-nav {
  visibility: visible;
  right: 0;
}

#content-header {
  text-align: center;
  color: #22317a;
  padding-top: 50px;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  #content-header {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #content-header {
    margin-top: 0;
  }
}
#content-header h1 {
  padding-top: 20px;
  font-size: 33px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #content-header h1 {
    font-size: 22px;
  }
}
#content-header .description {
  font-size: 15px;
}

.language {
  text-align: right;
}

.fa.fa-envelope {
  font-size: 14px;
  color: #61ba5e;
  margin-right: 5px;
}

/* SecondaryNav
---------------------*/
#secondary-nav .fa {
  margin-right: 10px;
  font-weight: bold;
}

#secondary-nav-top {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
#secondary-nav-top ul {
  margin: 0;
  padding: 0;
}
#secondary-nav-top li {
  display: inline-block;
  margin-left: 30px;
}
#secondary-nav-top li:first-child {
  margin-left: 0;
}
#secondary-nav-top li a {
  font-size: 14px;
  color: #303030;
  text-decoration: none;
}
#secondary-nav-top li a:hover {
  color: #61ba5e;
}

#secondary-nav li {
  display: inline-block;
}
#secondary-nav li:first-child {
  margin-right: 10px;
}

#secondary-nav .right-head {
  margin-left: 10px;
  font-size: 12px;
}

.right-head.off a {
  color: #afafaf;
}
.right-head.off a:hover {
  color: #303030;
  text-decoration: none;
}

.right-head.on a {
  color: #303030;
}
.right-head.on a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#secondary-nav .header-contact a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
#secondary-nav .header-contact a:hover {
  color: #cccccc;
}

#sp-menu {
  margin: 0 0 0px;
  padding: 1em 0;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 1em;
  color: #fff;
  text-align: center;
  background: #164d72;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close:hover {
  background: #103752;
}

@media (max-width: 991px) {
  #sp-nav {
    clear: both;
    overflow: hidden;
    max-height: 0;
    background: #f7f1f0;
    transition: all 0.5s ease;
  }
  #sp-nav.active {
    max-height: 55em;
    overflow: auto;
  }
  #sp-nav {
    width: 100%;
  }
  #sp-nav li {
    list-style: none;
  }
  #sp-nav li a {
    display: block;
    text-decoration: none;
    color: #901d0f;
    padding: 15px 0 15px 20px;
    text-align: left;
    border: 0;
  }
  #sp-nav li a:hover {
    color: #d92c16;
    background: #fcfafa;
  }
  #sp-nav ul {
    margin-bottom: 0;
    padding: 0;
  }
  #sp-nav ul.sub-menu {
    padding-left: 20px;
  }
  #sp-nav ul.menu > li > a {
    font-weight: bold;
  }
  #sp-nav .sp-none {
    display: none;
  }
}
#primary-nav-collapse {
  position: relative;
}

/* Mainvisual
---------------------*/
#mv {
  padding-top: 87px;
}
@media (max-width: 991px) {
  #mv {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #mv {
    padding-top: 0;
  }
}

.mv-bg {
  height: 700px;
  background: url(../img/mv.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .mv-bg {
    display: none;
  }
}

@media (min-width: 768px) {
  .mv-sp {
    display: none;
  }
}
.mv-sp img {
  width: 100%;
  height: auto;
}

.mv-bg:after {
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 381px;
  height: 268px;
  display: block;
  content: "";
  background: url("../img/mv-base.png") no-repeat;
}
@media (max-width: 767px) {
  .mv-bg:after {
    top: 650px;
    position: absolute;
    width: 380px;
    height: 1227px;
    display: block;
    content: "";
    background: url("../img/mv_sp_copy.png") no-repeat;
    background-size: contain;
  }
}

.mv-bg:before {
  top: 592px;
  left: 50%;
  transform: translate(60%, -17%);
  position: absolute;
  width: 58px;
  height: 111px;
  display: block;
  content: "";
  background: url("../img/scroll.png") no-repeat;
  margin-left: -64px;
}
@media (max-width: 767px) {
  .mv-bg:before {
    display: none;
  }
}

.copy {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
@media (max-width: 991px) {
  .copy {
    top: 300px;
  }
}
@media (max-width: 767px) {
  .copy {
    display: none;
  }
}
.copy .copy-title {
  font-size: 47px;
  font-weight: bold;
  color: #049780;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .copy .copy-title {
    font-size: 24px;
  }
}
.copy .copy-sub {
  font-size: 16px;
  font-weight: bold;
  color: #049780;
  margin-bottom: 13px;
}
.copy p {
  font-size: 15px;
  line-height: 1.9em;
  font-weight: normal;
}

.copy-r {
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translate(131%, -57%);
  position: absolute;
  text-align: center;
}
@media (max-width: 991px) {
  .copy-r {
    top: 320px;
  }
}
@media (max-width: 767px) {
  .copy-r {
    display: none;
  }
}
.copy-r .copy-title {
  font-size: 47px;
  font-weight: bold;
  color: #049780;
  margin-bottom: 31px;
}
.copy-r .copy-sub {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
  text-align: left;
}
.copy-r .copy-sub-list {
  text-align: left;
}
.copy-r p {
  color: #fff;
  font-size: 12px;
  line-height: 1.9em;
  font-weight: normal;
}

.hosoku {
  width: 351px;
  height: 94px;
  position: absolute;
  top: 450px;
  left: 50%;
  transform: translate(-164%, 202%);
  position: absolute;
  text-align: center;
  border: 1px solid #05537a;
  padding: 15px;
}
@media (max-width: 991px) {
  .hosoku {
    padding: 15px 6px;
    width: 228px;
    height: 130px;
    top: 223px;
    left: 46%;
  }
}
.hosoku .copy-title {
  font-size: 12px;
  color: #05537a;
  margin-bottom: 8px;
}
.hosoku p {
  color: #05537a;
  font-size: 9px;
  line-height: 1.5em;
  font-weight: normal;
}

#main-visual {
  background: #42b1fc;
  height: 300px;
  margin-bottom: 30px;
}

.main-visual-inner {
  position: relative;
  height: 300px;
}

.main-tittle {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 20px;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  line-height: 1em;
}

@media (max-width: 991px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}
@media (min-width: 768px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}
@media (min-width: 992px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #main-visual .main-visual-pic {
    position: absolute;
  }
}

.main-text {
  margin-top: 10px;
  padding-left: 45px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.8em;
}

#content-header {
  background: #2f4ca8;
  height: 206px;
  background: url(../img/head-pic.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.content-header-kasou-inner .en-space {
  padding-top: 15px;
}

#content-header-kasou .container .kasou-header-pic {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0%;
}
@media (max-width: 991px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: -40%;
  }
}
@media (min-width: 768px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: -20%;
  }
}
@media (min-width: 992px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: -10%;
  }
}
@media (min-width: 1200px) {
  #content-header-kasou .container .kasou-header-pic {
    position: absolute;
    top: 0px;
    left: 0%;
  }
}

/* Maincontents
---------------------*/
#main {
  line-height: 1.7em;
}

.f-container-main {
  display: flex;
  flex-diretion: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .f-container-main {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .f-container-main .f-item-left {
    flex-basis: 55%;
  }
}
@media (max-width: 991px) {
  .f-container-main .f-item-left {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  .f-container-main .f-item-right {
    flex-basis: 45%;
  }
}
@media (max-width: 991px) {
  .f-container-main .f-item-right {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .sp-revers {
    flex-direction: row-reverse;
  }
}

.aboutus-area {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .aboutus-area {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .aboutus-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .aboutus-pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .aboutus-sp {
    display: none;
  }
}
@media (max-width: 991px) {
  .aboutus-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .aboutus-sp {
    display: block;
  }
}

.aboutus-block {
  position: absolute;
  top: -84px;
  right: 40px;
  background-color: #fff;
  height: 516px;
  width: 563px;
  padding: 10px 86px 70px 86px;
  line-height: 2.1em;
  letter-spacing: 0.1em;
}
@media (max-width: 1199px) {
  .aboutus-block {
    position: absolute;
    top: -73px;
    right: 30px;
    background-color: #fff;
    height: 436px;
    width: 545px;
    padding: 5px 40px 30px 40px;
    line-height: 2.1em;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 991px) {
  .aboutus-block {
    position: relative;
    height: 450px;
    top: 0;
    right: 0;
    width: 100%;
    padding: 16px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .aboutus-block {
    position: relative;
    height: 580px;
    top: 0;
    right: 0;
    width: 100%;
    padding: 16px;
  }
}
.aboutus-block .heading-level-2 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.business-card {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .business-card {
    margin-bottom: 25px;
  }
}

.business-title-area {
  position: relative;
}

.business-title-block {
  position: absolute;
  top: 75px;
  left: -44px;
  background-color: #fff;
  height: 254px;
  width: 520px;
  padding: 50px 45px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .business-title-block {
    position: relative;
    top: -35px;
    left: 0;
    height: 180px;
    width: 94%;
    margin-left: 3%;
    padding: 26px 15px;
  }
}
.business-title-block .text {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
}
.business-title-block .heading-level-3-business {
  margin: 0;
}
.business-title-block .heading-level-3-business .heading-inner {
  text-align: center;
}
@media (max-width: 991px) {
  .business-title-block ul {
    padding-left: 14px !important;
  }
}

.business-title-block2 {
  position: absolute;
  top: 53px;
  right: -47px;
  background-color: #fff;
  height: 326px;
  width: 520px;
  padding: 50px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .business-title-block2 {
    position: relative;
    top: -35px;
    left: 0;
    height: 310px;
    width: 94%;
    margin-left: 3%;
    padding: 26px 15px;
  }
}
.business-title-block2 .text {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
}
.business-title-block2 .heading-level-3-business {
  margin: 0;
}
.business-title-block2 .heading-level-3-business .heading-inner {
  text-align: center;
}
@media (max-width: 991px) {
  .business-title-block2 ul {
    padding-left: 14px !important;
  }
}

.business-title-block3 {
  position: absolute;
  top: 75px;
  left: -44px;
  background-color: #fff;
  height: 254px;
  width: 520px;
  padding: 50px 45px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .business-title-block3 {
    position: relative;
    top: -35px;
    left: 0;
    height: 180px;
    width: 94%;
    margin-left: 3%;
    padding: 26px 15px;
  }
}
.business-title-block3 .text {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
}
.business-title-block3 .heading-level-3-business {
  margin: 0;
}
.business-title-block3 .heading-level-3-business .heading-inner {
  text-align: center;
}
.business-title-block3 ul {
  padding-left: 90px !important;
}
@media (max-width: 991px) {
  .business-title-block3 ul {
    padding-left: 12px !important;
  }
}

.business-bg1 {
  color: #333333;
  height: 430px;
  width: 920px;
  background: url(../img/business1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .business-bg1 {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .business-bg1 {
    max-height: 200px;
    background-size: contain;
  }
}

.business-bg2 {
  color: #333333;
  height: 430px;
  width: 920px;
  background: url(../img/business2.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .business-bg2 {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .business-bg2 {
    max-height: 200px;
    background-size: contain;
  }
}

.business-bg3 {
  color: #333333;
  height: 430px;
  width: 920px;
  background: url(../img/business3.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .business-bg3 {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .business-bg3 {
    max-height: 200px;
    background-size: contain;
  }
}

.business-area {
  padding-bottom: 50px;
}
.business-area .text-business {
  text-align: center;
  line-height: 1.8em;
  padding-bottom: 50px;
  color: #444444;
}
@media (max-width: 767px) {
  .business-area .text-business {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .business-area .text-business .sp-br {
    display: block;
  }
}
.business-area ul {
  margin-top: 40px;
  padding-left: 23px;
}
@media (max-width: 991px) {
  .business-area ul {
    margin-top: 20px;
  }
}
.business-area li {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
}
.business-area ul li {
  position: relative;
  list-style-type: none !important; /*ポチ消す*/
  line-height: 1.5em;
  padding-bottom: 9px;
}
.business-area ul li::after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: -1.4em;
  content: "";
  width: 1em;
  height: 1em;
  background: #4a4a66;
  border-radius: 50%;
  margin-right: 8px;
}

.company-area {
  margin-top: 120px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .company-area {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .company-area .heading-level-3 {
    margin-bottom: 8px;
  }
}

.company-content {
  width: 90%;
  margin-left: 5%;
  margin-top: 50px;
}

.company-content2 {
  width: 90%;
  margin-left: 5%;
  margin-top: 50px;
  background-color: #fff;
}

.map-area {
  padding: 40px 65px 55px 65px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .map-area {
    padding: 30px 15px 45px 15px;
  }
}
.map-area .heading-level-3 {
  padding-top: 0;
}

.policy-text {
  line-height: 1.7em;
  padding: 0 0 70px 0;
}
.policy-text ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-area {
  margin-bottom: 80px;
}

.cta-box {
  border: 1px solid #1c2249;
  padding: 30px 10px;
  margin: 0 120px;
  text-align: center;
}
@media (max-width: 991px) {
  .cta-box {
    margin: 0;
  }
}
.cta-box .tel a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .cta-box .tel a {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .cta-box .tel a {
    background-color: #22317a;
    border-radius: 30px;
    padding: 10px 22px;
    margin: 40px 0 40px 0;
    color: #fff;
  }
}

.cta {
  width: 90%;
  margin-left: 5%;
  background-color: #fff;
  padding: 35px 65px 70px 65px;
}
@media (max-width: 991px) {
  .cta {
    width: 100%;
    margin-left: 0%;
    padding: 35px 15px 70px 15px;
  }
}
.cta .text {
  font-size: 24px;
  color: #808080;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .cta .text {
    color: #ababab;
  }
}
.cta .tel {
  font-size: 47px;
  color: #1c2249;
}
@media (max-width: 991px) {
  .cta .tel {
    font-size: 29px;
  }
}
.cta .icon {
  color: #808080;
}
@media (max-width: 767px) {
  .cta .icon {
    color: #fff;
  }
}
.cta .note {
  text-align: center;
  color: #444444;
}
@media (max-width: 767px) {
  .cta .note {
    margin-bottom: 25px;
  }
}
.cta .note-2 {
  text-align: center;
  color: #444444;
}
@media (max-width: 991px) {
  .cta .note-2 {
    margin-top: 6px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .cta .note-2 {
    margin-top: 18px;
  }
}

a {
  color: #1c2249;
}
a:hover {
  color: #1c2249;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sp-br {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-br-2 {
    display: none;
  }
}

.tight {
  width: 84%;
  margin-top: 130px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8em;
  text-align: center;
}
@media (min-width: 992px) {
  .tight {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .tight {
    width: 100%;
    text-align: left;
  }
}

.link {
  margin-top: 15px;
}
.link a {
  color: #209d3d;
  text-decoration: none;
}
.link a:hover {
  opacity: 0.6;
}
.top-products {
  background-color: #f0f0f0;
  padding: 93px 0;
}

.products-banner {
  padding: 30px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .products-banner {
    min-height: 334px;
  }
}
@media (max-width: 991px) {
  .products-banner {
    min-height: 527px;
  }
}
.products-banner .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #258e25;
  margin-bottom: 19px;
}
.products-banner .sub-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}
.products-banner .b-btn {
  padding: 3px 27px 4px 20px;
  margin: 0px auto;
  width: 200px;
  text-align: center;
  background-color: #258e25;
  font-size: 15px;
  text-decoration: none;
  margin-top: 54px;
}
.products-banner a {
  color: #fff;
}
.products-banner a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.products-banner .btn-area {
  margin: 0 auto;
}
.products-banner .b-btn-1 {
  padding: 3px 27px 4px 20px;
  margin: 0px auto;
  width: 200px;
  text-align: center;
  background-color: #258e25;
  font-size: 15px;
  text-decoration: none;
  margin-top: 54px;
}
@media (min-width: 1200px) {
  .products-banner .b-btn-1 {
    margin-top: 76px;
  }
}
@media (max-width: 1199px) {
  .products-banner .b-btn-1 {
    margin-top: 26px;
  }
}

.banner-bottom {
  margin-bottom: 38px;
}

.top-contact {
  padding-top: 93px;
}

.top-contact-area {
  margin: 0 auto;
  width: 866px;
  padding: 35px 20px;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
}
@media (max-width: 1199px) {
  .top-contact-area {
    width: 100%;
  }
}
.top-contact-area .main-message {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .top-contact-area .main-message {
    font-size: 18px;
  }
}
.top-contact-area p {
  color: #232323;
}
.top-contact-area .company-name {
  font-weight: bold;
  font-size: 19px;
  margin: 45px 0;
}
.top-contact-area .tel-number {
  font-weight: bold;
  font-size: 36px;
  position: relative;
  color: #232323;
  letter-spacing: 1px;
}
.top-contact-area .tel-number:before {
  top: 12px;
  left: -50px;
  position: absolute;
  width: 39px;
  height: 26px;
  display: block;
  content: "";
  background: url("../img/freedial.png") no-repeat;
}
.top-contact-area .tel-text {
  font-size: 15px;
  margin-top: 19px;
  margin-bottom: 36px;
}
.top-contact-area .e-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 19px;
  position: relative;
  color: #232323;
}
.top-contact-area .e-text:before {
  top: -1px;
  left: -34px;
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  content: "";
  background: url("../img/email.png") no-repeat;
}
.top-contact-area .e-mail {
  margin-top: 15px;
}
.top-contact-area .fa.fa-envelope {
  color: #1ea839;
  font-size: 20px;
}
.top-contact-area hr {
  margin: 29px 0;
}
@media (max-width: 767px) {
  .top-contact-area a {
    font-size: 13px;
  }
}

.top-banner .banner-content {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.top-banner .banner-content:hover {
  opacity: 0.6;
}

.top-banner .banner-content {
  border: 1px solid #e0e0e0;
}
.top-banner .banner-content:hover {
  opacity: 0.6;
}

.banner {
  padding-top: 30px;
  width: 464px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner {
    width: 100%;
  }
}
.banner:hover {
  opacity: 0.6;
}

#main .container {
  line-height: 1.7em;
}

.main-text-area {
  padding-top: 0px;
  padding-left: 0px;
}

.main-img-area {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  vertical-align: center;
  padding-bottom: 30px;
}

.responsive-height {
  height: auto;
}

.first {
  margin-bottom: 10px;
}

#main .fa.fa-angle-right {
  margin-right: 4px;
  margin-left: 6px;
}

.main-banner1 {
  text-decoration: none;
  border: 3px solid #42b1fc;
  overflow: hidden;
}
.main-banner1:hover {
  text-decoration: none;
  background: #f2f8fc;
}
.main-banner1:hover img {
  opacity: 0.8;
}
.main-banner1:hover a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-banner1 {
    height: 230px;
  }
}
@media (min-width: 992px) {
  .main-banner1 {
    height: 240px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .main-banner1 img {
    padding-top: 17px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .main-banner1 {
    height: 230px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .main-banner1 img {
    padding-top: 0;
    padding-right: 0;
    padding-left: auto;
  }
}

.main-banner1-tittle {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4em;
}

.main-banner-text {
  color: #333333;
  font-size: 13px;
  line-height: 1.5em;
}

.banner-text-area {
  padding-top: 18px;
  padding-left: 29px;
}
@media (min-width: 768px) {
  .banner-text-area {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .banner-text-area-right {
    width: 50%;
    float: right;
  }
}
@media (min-width: 768px) {
  .banner-text-area-right img {
    margin-right: 0;
    margin-left: auto;
  }
}

.main-banner-text2 {
  font-size: 12px;
  line-height: 1.7em;
  color: #ef4220;
}

.main-banner2 a:hover {
  text-decoration: none;
}

.main-banner2-a {
  margin-top: 30px;
  border: 1px solid #cccccc;
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px;
}
.main-banner2-a:hover {
  background: #f8faff;
}
.main-banner2-a:hover img {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .main-banner2-a {
    height: 230px;
  }
}
@media (min-width: 992px) {
  .main-banner2-a {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .main-banner2-a {
    height: 230px;
  }
}

.image {
  height: 170px;
}
.main-banner2-a-text {
  font-size: 17px;
  color: #2f4ca8;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-banner2-a-text {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .main-banner2-a-text {
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .main-banner2-a-text {
    padding-top: 20px;
  }
}

.news {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 15px;
  height: 85px;
  border: 1px solid #cccccc;
  background: #f2f2f2;
  overflow: hidden;
}

.news-tittle {
  color: #2f4ca8;
  font-size: 27px;
}

.news-text {
  font-size: 12px;
  line-height: 1.9em;
  border-bottom: 1px solid #cccccc;
}

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

.side-banner1 {
  padding: 20px 48px 20px 48px;
  border: 1px solid #cccccc;
  overflow: hidden;
  color: #333333;
}
.side-banner1:hover {
  background: #f9f9f9;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .side-banner1 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .side-banner1 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .side-banner1 {
    margin-top: 0px;
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .side-banner1 {
    margin-top: 0px;
    height: 230px;
  }
}

.side-banner-tittle {
  color: #333333;
  font-size: 18px;
  padding-bottom: 9px;
  border-bottom: 3px solid #666666;
}

.side-banner-text {
  color: #333333;
}

.side-banner1-button {
  color: #ffffff;
  padding: 6px;
  font-size: 15px;
  height: 31px;
  text-align: center;
  background-color: #ef4220;
  border-radius: 3px;
}
.side-banner1-button a {
  color: #ffffff;
}

.side-banner2 {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.side-banner2:hover img {
  opacity: 0.8;
}

.seihin-pic {
  margin-bottom: 20px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .img-rsponsive2 {
    margin-bottom: 20px;
  }
}

.pickup-text {
  color: #ef4220;
  font-weight: bold;
  padding-left: 20px;
}

.main-content {
  margin-bottom: 30px;
}

.tel-fax-font {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.q-tittle {
  padding-top: 23px;
}

.q-tittle-text {
  font-size: 16px;
  font-weight: bold;
}

.qa {
  line-height: 2em;
}

#qa .fa {
  font-size: 34px;
  padding-top: 0px;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 5px;
}

.answer {
  font-size: 27px;
  padding-top: 0px;
  padding-left: 5px;
  vertical-align: middle;
  padding-right: 15px;
}

.csr {
  margin-top: 15px;
}

.sitemap {
  margin-left: 20px;
}

.sitemap-main-nav li {
  margin: 0 0em;
}
.sitemap-main-nav a {
  color: #2f4ca8;
  text-decoration: none;
}
.sitemap-main-nav a:hover {
  color: #2f4ca8;
  text-decoration: underline;
}

.sitemap-main-menu {
  line-height: 2.2em;
}

.sitemap-main-menu .menu-item-sub {
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.img-text {
  text-align: center;
  margin-top: 7px;
}

.name {
  text-align: right;
}

.copy {
  font-weight: bold;
  font-size: 17px;
  padding-left: 10px;
}

.text-point {
  font-weight: bold;
}

.list-company ul {
  line-height: 1.4em;
  padding: 0px;
  margin: 0px;
  text-align: left;
  position: relative;
}
.list-company ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  margin-left: 0px;
}

.fa.fa-map-marker {
  margin-right: 8px;
}

.right {
  margin-left: auto;
}

.pic-sub1 {
  margin-top: 80px;
  margin-bottom: 30px;
}

.pic-sub2 {
  margin-top: 30px;
  margin-bottom: 80px;
}

.center {
  text-align: center;
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

.c-btn-1 {
  color: #fff;
  padding: 3px 27px 4px 20px;
  width: 230px;
  text-align: center;
  background-color: #258e25;
  font-size: 15px;
  text-decoration: none;
  margin-top: 54px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .c-btn-1 {
    margin-top: 76px;
  }
}
@media (max-width: 1199px) {
  .c-btn-1 {
    margin-top: 26px;
  }
}
.c-btn-1 a {
  color: #fff;
  text-decoration: none;
}
.c-btn-1:hover {
  opacity: 0.6;
  text-decoration: none;
}

.contact-area .tel-number {
  font-weight: bold;
  font-size: 37px;
  position: relative;
  color: #232323;
  letter-spacing: 1px;
  padding-left: 55px;
}
.contact-area .tel-number:before {
  top: 14px;
  left: 0;
  position: absolute;
  width: 39px;
  height: 26px;
  display: block;
  content: "";
  background: url("../img/freedial.png") no-repeat;
}

.form-text {
  padding-top: 5px;
  text-align: left;
}
.form-text label:first-child {
  margin-right: 20px;
}
.form-text .form-margin {
  margin-right: 18px;
}

a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/* Sidemenu
---------------------*/
.side-menu {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  height: 500px;
  background-color: #2f4ca8;
}

.side-banner-menu-tittle {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding-top: 9px;
}

#main .menu a {
  font-size: 17px;
  height: 56px;
  color: #2f4ca8;
  display: block;
  margin-bottom: 12px;
  padding-top: 16px;
  padding-left: 30px;
  background-color: #f2f2f2;
}
#main .menu a:hover {
  text-decoration: none;
  color: #2f4ca8;
  background: rgba(255, 255, 255, 0.8);
}

.last a {
  height: 56px;
  font-size: 17px;
  color: #2f4ca8;
  display: block;
  padding-top: 16px;
  padding-left: 30px;
  background-color: #f2f2f2;
}
.last a:hover {
  text-decoration: none;
  color: #2f4ca8;
  background: rgba(255, 255, 255, 0.8);
}

/* Sidebar
---------------------*/
#sidebar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  #sidebar {
    /* sideba left */
    /* sideba right */
    float: left;
    width: 25%;
  }
}

#sidebar .widget {
  margin-bottom: 20px;
}

#sidebar .widget.widget-localnavigation-gps,
#sidebar .widget.widget.widget_archive,
#sidebar .widget.widget.widget_categories,
#sidebar .widget.popular-posts {
  position: relative;
  margin-bottom: 40px;
}
#sidebar .widget.widget-localnavigation-gps h2,
#sidebar .widget.widget.widget_archive h2,
#sidebar .widget.widget.widget_categories h2,
#sidebar .widget.popular-posts h2 {
  padding: 20px 5px;
  font-size: 17px;
  font-weight: normal;
  border-top: 1px solid #eee8e0;
  border-bottom: 1px solid #eee8e0;
}
#sidebar .widget.widget-localnavigation-gps ul,
#sidebar .widget.widget.widget_archive ul,
#sidebar .widget.widget.widget_categories ul,
#sidebar .widget.popular-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .widget.widget-localnavigation-gps li,
#sidebar .widget.widget.widget_archive li,
#sidebar .widget.widget.widget_categories li,
#sidebar .widget.popular-posts li {
  padding: 1px 0;
}
#sidebar .widget.widget-localnavigation-gps li a,
#sidebar .widget.widget.widget_archive li a,
#sidebar .widget.widget.widget_categories li a,
#sidebar .widget.popular-posts li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #303030;
  font-size: 14px;
  font-weight: bold;
}
#sidebar .widget.widget-localnavigation-gps li a:hover,
#sidebar .widget.widget.widget_archive li a:hover,
#sidebar .widget.widget.widget_categories li a:hover,
#sidebar .widget.popular-posts li a:hover {
  color: #61ba5e;
  text-decoration: none;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu,
#sidebar .widget.widget.widget_archive ul.sub-menu,
#sidebar .widget.widget.widget_categories ul.sub-menu,
#sidebar .widget.popular-posts ul.sub-menu {
  border-top: 1px solid #eee8e0;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu a,
#sidebar .widget.widget.widget_archive ul.sub-menu a,
#sidebar .widget.widget.widget_categories ul.sub-menu a,
#sidebar .widget.popular-posts ul.sub-menu a {
  padding-left: 24px;
  background: url(../img/sub_menu_li.png) no-repeat 5px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li li a,
#sidebar .widget.widget.widget_archive ul.sub-menu li li a,
#sidebar .widget.widget.widget_categories ul.sub-menu li li a,
#sidebar .widget.popular-posts ul.sub-menu li li a {
  padding-left: 40px;
  background: url(../img/sub_menu_li_li.png) no-repeat 14px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_archive ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_categories ul.sub-menu li:last-child,
#sidebar .widget.popular-posts ul.sub-menu li:last-child {
  border: 0;
}

.widget-localnavigation-gps h2 {
  display: none;
}

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

.contents-last {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

/* Footer
---------------------*/
#footer .fa.fa-angle-right {
  margin-right: 8px;
}

#footer .fa.fa-stop {
  padding-right: 7px;
  font-size: 12px;
}

#footer-all-wrap {
  margin-top: 80px;
  border-top: 1px solid #cccccc;
  color: #333333;
  height: 760px;
  background: #ffffff;
  background: url(../img/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  #footer-all-wrap {
    height: 380px;
  }
}
.home #footer-all-wrap {
  margin-top: 0;
}

#footer {
  padding-top: 45px;
}
#footer #logo-wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #footer #logo-wrap h1 {
    margin-top: 0;
  }
}
#footer #logo-wrap .logo img {
  width: 135px;
  height: auto;
}
@media (max-width: 767px) {
  #footer #logo-wrap .logo img {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
#footer .footer-text {
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  #footer .footer-text {
    font-size: 15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #footer .f-container-f {
    display: flex;
  }
}
#footer .f-container-f .f-item01 {
  flex-basis: 40%;
}
@media (max-width: 1199px) {
  #footer .f-container-f .f-item01 {
    flex-basis: 20%;
  }
}
#footer .f-container-f .f-item02 {
  flex-basis: 60%;
}
@media (max-width: 1199px) {
  #footer .f-container-f .f-item02 {
    flex-basis: 80%;
  }
}
#footer #primary-nav {
  padding-top: 20px;
}
#footer .menu-item {
  z-index: 0;
}
#footer #primary-nav .menu > li > a {
  display: block;
  position: relative;
  padding: 34px 26px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
@media (max-width: 991px) {
  #footer #primary-nav .menu > li > a {
    padding: 34px 14px;
    font-size: 14px;
  }
}

.line {
  border: 1px solid #fff;
  margin-top: 20px;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 0;
}
@media (min-width: 768px) {
  #back-top {
    bottom: 30px;
    right: 30px;
  }
}
#back-top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
  background: url(../img/top.png) no-repeat center;
  transition: 1s;
  display: block;
  background-color: #1c2249;
}
#back-top a:hover {
  color: #fff;
  background-color: #2f3866;
}
#back-top .fa.fa-chevron-up {
  font-size: 22px;
}

#footer-bottom {
  padding: 30px 0;
  font-size: 13px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #060a19;
  height: 30px;
}

/* listのfloat解除仕方？
---------------------*/
/* Archive
---------------------*/
.archive .content-content .archive-heading {
  margin-bottom: 40px;
}

/* Search
---------------------*/
.search-results .search-heading-title {
  font-size: 1.1em;
}
.search-results .navigation {
  margin-top: 30px;
}

/* Content Header
---------------------*/
#content-header .heading {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #002f87;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#content-header .heading:before {
  content: "- ";
}
#content-header .heading:after {
  content: " -";
}

.breadcrumbs {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.2;
}
.breadcrumbs li {
  display: inline;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.head-nav {
  background: #ffffff;
}

/* Content
---------------------*/
#main {
  line-height: 1.7em;
  font-size: 15px;
}

#main .heading-level-1 {
  margin-top: 20px;
  margin-left: 55px;
  margin-bottom: 25px;
  padding-left: 0px;
  font-size: 31px;
  color: #000000;
  position: relative;
}
#main .heading-level-1::before {
  margin-left: -55px;
  position: absolute;
  width: 43px;
  height: 33px;
  background: url("../img/h1_icon.png") no-repeat left;
  display: block;
  content: "";
}

.heading-level-2 {
  color: #22317a;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .heading-level-2 {
    font-size: 21px;
  }
}
.heading-level-2 .heading-inner {
  padding-top: 10px;
  letter-spacing: 0.1em;
}
.heading-level-2 .en-title {
  color: #c2c2c4;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
}

.heading-level-2-business {
  color: #22317a;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .heading-level-2-business {
    font-size: 27px;
    margin-top: 80px;
  }
}
.heading-level-2-business .heading-inner {
  letter-spacing: 0.1em;
}
.heading-level-2-business .en-title {
  color: #3a3d47;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
}

.heading-level-3-business {
  font-size: 25px;
  font-weight: bold;
  padding-left: 13px;
  color: #1c2249;
  margin-top: 74px;
  margin-bottom: 55px;
  position: relative;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .heading-level-3-business {
    font-size: 20px;
  }
}

.heading-level-3 {
  font-size: 26px;
  font-weight: bold;
  color: #1c2249;
  padding-top: 70px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .heading-level-3 {
    font-size: 25px;
    margin-bottom: 13px;
  }
}

_heading-level-3:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  background: #209d3d;
  height: 27px;
  width: 3px;
  margin-right: 10px;
}

#content {
  min-height: 1px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.6;
}
@media (min-width: 992px) {
  #content {
    /* sideba left */
    /* sidebar right */
  }
}
.page-template-one-column #content, .search-results #content {
  width: 100%;
}

_.content-content .heading-level-2 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #61ba5e;
  font-size: 24px;
  font-weight: bold;
}
.content-content .heading-level-2 {
  margin-top: 50px;
  margin-left: 1.5em;
  margin-bottom: 20px;
  color: #61ba5e;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.content-content .heading-level-2::before {
  margin-left: -30px;
  position: absolute;
  width: 1em;
  height: 1em;
  background: url("../img/h2_icon.png") no-repeat left;
  display: block;
  content: "";
}

.content-content .content-empty-element + .heading-level-2 {
  margin-top: 0;
}

.content-content .heading-level-3 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #61ba5e;
}
.content-content .heading-level-2 + .heading-level-3 {
  margin-top: 35px;
}

.content-content .heading-level-3 + table.left-heading {
  margin-top: -20px;
}

.content-content .heading-level-4 {
  padding-top: 4px;
  padding-left: 7px;
  background-color: #ffe88b;
  line-height: 25px;
  margin-top: 20px;
  font-size: 14px;
  font-color: #000;
}
.content-content .heading-level-4 .heading-inner {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  background: #eee;
}

._content-content .heading-level-4 {
  font-size: 17px;
  padding: 5px 0px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
#main {
  padding-bottom: 93px;
}

#main .list ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

#main .list ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #2f4ca8;
}

.content-content .line {
  padding: 20px;
  border: solid #f7a037 1px;
  border-radius: 3px;
}

.content-content ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

.content-content ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f7a037;
}

.content-content .line {
  padding: 20px;
  border: solid #f7a037 1px;
  border-radius: 3px;
}

.content-content ol li {
  margin-bottom: 10px;
}

.list-icon-title {
  font-size: 18px;
  font-weight: bold;
  color: #137025;
}
.list-icon-title li {
  list-style-type: none;
}
.list-icon-title li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background-color: #addbb2;
}

.list-icon {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #137025;
}
.list-icon li {
  list-style-type: none;
  margin-bottom: 8px;
}
.list-icon li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background-color: #addbb2;
}
.list-icon a {
  text-decoration: underline;
  color: #137025;
}
.list-icon a:hover {
  opacity: 0.6;
}

.list-icon-text {
  padding-left: 50px;
  margin-bottom: 30px;
}

.list-number {
  margin: 30px 0 30px 15px;
}
.list-number ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-number ol li {
  color: #137025;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-number ol li a {
  text-decoration: underline;
  color: #137025;
}
.list-number ol li a:hover {
  opacity: 0.6;
}
.list-number ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #addbb2;
  color: 137025;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.font-bold {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #212121;
}

.font-bold:first-child {
  margin-top: 60px;
}

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

table.plain-table, table.left-heading, table.right-heading {
  padding-bottom: 30px;
  width: 100%;
}
table.plain-table th, table.plain-table td, table.left-heading th, table.left-heading td, table.right-heading th, table.right-heading td {
  padding: 12px 16px;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  line-height: 1.6em;
}
table.plain-table th, table.left-heading th, table.right-heading th {
  width: 35%;
  background: #edf3fe;
  color: #2f4ca8;
}
table.plain-table td, table.left-heading td, table.right-heading td {
  background: #fff;
}

.plain-table {
  background-color: #fff;
  padding: 20px 65px 30px 65px;
}
@media (max-width: 991px) {
  .plain-table {
    padding: 25px 15px 1px 15px;
  }
}
.plain-table table {
  width: 100%;
}
.plain-table tr {
  border-bottom: 1px dotted #e4e4e4;
  width: 100%;
}
.plain-table tr:last-child {
  border-style: none;
}
.plain-table th, .plain-table td {
  padding: 17px 0;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .plain-table th, .plain-table td {
    padding: 8px 0;
    display: block;
    width: 100% !important;
    text-align: left;
    border: 0;
  }
  .plain-table th {
    padding: 15px 0 0 0;
  }
  .plain-table td {
    margin-bottom: 10px;
    line-height: 1.8em;
  }
}
.plain-table th {
  width: 135px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #444444;
}

.products-pic {
  width: 192px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.products-pic a {
  margin-top: 9px;
}
.products-pic img {
  margin-bottom: 10px;
}
.products-pic p {
  margin-bottom: 0;
}

.pdf-area {
  margin: 20px 0;
}

.map-link-area {
  margin-top: 10px;
}

.window-link {
  position: relative;
}

.window-link:after {
  right: -23px;
  top: -3px;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/window.png") no-repeat left;
  display: block;
  content: "";
}

/* flex box
---------------------*/
.f-container {
  display: flex;
}

.f-item01 {
  flex-basis: 40%;
}
@media (max-width: 991px) {
  .f-item01 {
    flex-basis: 70%;
  }
}
@media (max-width: 767px) {
  .f-item01 {
    flex-basis: 70%;
  }
}

.f-item02 {
  flex-basis: 60%;
}
@media (max-width: 991px) {
  .f-item02 {
    flex-basis: 30%;
  }
}
@media (max-width: 767px) {
  .f-item02 {
    flex-basis: 30%;
  }
}

/* Single
---------------------*/
.single .cat a {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background: #61ba5e;
}
.single .cat a:hover {
  color: #61ba5e;
  background: #bcddea;
}
.single .time {
  margin-bottom: 20px;
  color: #888;
}
.single .post {
  margin-bottom: 50px;
}
.single .post-nav .alignleft {
  float: left;
}
.single .post-nav .alignright {
  float: right;
}
.single .post-thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single .post-thumbnail {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
}
.single .yarpp-related {
  margin-bottom: 40px;
}
.single .yarpp-related .post-thumbnail {
  float: none;
  margin-left: 0px;
  width: auto;
}
/* Single (News)
---------------------*/
.single.single-news .title-wrap {
  margin-bottom: 30px;
}
.single.single-news .title-wrap .time {
  color: #888;
}
.single.single-news .post-nav {
  margin: 50px 0;
}

/* Archive
---------------------*/
.archive-content {
  margin-bottom: 30px;
}
.archive-content .heading {
  margin-top: 0;
  font-size: 22px;
}
.archive-content .time {
  margin-bottom: 5px;
  color: #888;
}
.archive-content .post-thumbnail {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 1;
}
.archive-content .post-thumbnail .cat {
  position: absolute;
  top: 0;
  left: 0;
}
.archive-content .post-thumbnail .cat a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #61ba5e;
}
.archive-content .post-thumbnail img:hover {
  opacity: 0.8;
}

.wp-pagenavi {
  margin: 50px 0;
  text-align: center;
}
.wp-pagenavi > * {
  margin: 0 10px;
}
.wp-pagenavi .pages {
  display: none;
}

/* Archive (News)
---------------------*/
.post-type-archive-news article {
  margin: 20px 0;
}
.post-type-archive-news h2 {
  margin: 0;
  font-size: 15px;
}
.post-type-archive-news .date-wrap {
  color: #303030;
}
@media (min-width: 768px) {
  .post-type-archive-news .date-wrap {
    float: left;
    width: 10em;
    line-height: 1;
  }
}
.post-type-archive-news .title-wrap {
  overflow: hidden;
}
.post-type-archive-news a {
  text-decoration: none;
}
.bx-wrapper {
  position: relative;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: auto; /* for ie8 */
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-viewport {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  transform: translateZ(0px);
}

.caroufredsel_wrapper .slide {
  float: left;
}

/* Home
---------------------*/
.content-mv {
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

/* Shortcode
---------------------*/
.btn-default {
  margin-top: 20px;
  padding: 10px 70px;
  background-color: #1c2249;
  border-color: #42ca7a;
  color: #fff;
}
.btn-default:hover {
  background: #292f4c;
  color: #fff;
}

.btn {
  border: 0;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
  border-radius: 3px;
  white-space: inherit;
  letter-spacing: 0.1em;
}

.sc-indent {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sc-indent {
    margin-left: 40px;
  }
}

.sc-tight {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .sc-tight {
    width: 84%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sc-tight {
    width: 80%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sc-tight {
    width: 70%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
.sc-icon-box .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.sc-icon-box .box-content {
  line-height: 1.2;
}

.sc-icon-box[class*=" type-centered-"] > .icon-container .gps-icon {
  cursor: default;
  margin-bottom: 20px;
  display: inline-block;
}

.sc-icon-box[class*=" type-centered-"] {
  text-align: center;
}

.sc-icon-box.type-centered-1 > .icon-container .gps-icon {
  color: #61ba5e;
  font-size: 30px;
}

.sc-icon-box.type-centered-3 > .icon-container .gps-icon {
  background: #61ba5e;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50px;
}

.sc-icon-box.type-centered-5 .heading {
  font-size: 1.5em;
}
.sc-icon-box.type-centered-5 > .icon-container .gps-icon {
  margin-bottom: 15px;
  border-radius: 50%;
  color: #61ba5e;
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border-color: #d4dde5;
  padding: 40px 30px;
  transition: background 0.2s ease-in 0s;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"], .sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  margin-bottom: 20px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  font-size: 30px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  position: relative;
  z-index: 1;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  background: #61ba5e none repeat scroll 0 0;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .gps-icon, .sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .gps-icon {
  display: inline-block;
  background: #61ba5e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  height: 3.5em;
  line-height: 3.5em;
  position: relative;
  text-align: center;
  width: 3.5em;
}

.sc-content-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sc-content-box .heading {
  margin: 0;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: #303030;
}
.sc-content-box .box-content {
  padding: 15px;
}
.sc-content-box .content-empty-element + .heading {
  margin-top: 0;
}

.sc-big {
  font-size: 1.7em;
}

.gps-news-wrap li, .sc-osirase li {
  margin: 15px 0;
}
.gps-news-wrap .row-left, .sc-osirase .row-left {
  float: left;
}
.gps-news-wrap .row-right, .sc-osirase .row-right {
  overflow: hidden;
}
.gps-news-wrap .time, .sc-osirase .time {
  display: inline-block;
  margin-right: 20px;
}
.gps-news-wrap .cat, .sc-osirase .cat {
  display: inline-block;
  line-height: 1;
  background: #999;
}
.gps-news-wrap .cat a, .sc-osirase .cat a {
  color: #fff;
}
.gps-news-wrap h2, .sc-osirase h2 {
  margin: 0;
  font-size: 1em;
}

.sc-lead {
  margin-bottom: 50px;
  font-size: 1.1em;
  position: relative;
}
.sc-lead .inner {
  padding-bottom: 0.5em;
}
.sc-lead:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #61ba5e;
}

.sc-box {
  border: 1px dotted #e5e5e5;
  margin: 0 0 40px;
  padding: 20px 36px 22px;
}
.sc-box .box-content > *:last-child {
  margin-bottom: 0;
}
.sc-box .box-content > ol, .sc-box .box-content > ul {
  padding-left: 1em;
}

.sc-child-pages {
  margin-left: -5px;
  margin-right: -5px;
}
.sc-child-pages li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .sc-child-pages li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
}
.sc-child-pages li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
}
.sc-child-pages li a:hover {
  border-color: #61ba5e;
}
.sc-child-pages li a .fa {
  color: #61ba5e;
}

.sc-cta {
  margin-top: 100px;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}
.sc-cta .title {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.sc-cta .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.sc-cta .button {
  text-align: center;
}

.sc-business-list {
  margin-top: 15px;
}
.sc-business-list ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sc-business-list li {
  display: inline-block;
  margin: 0 3px;
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.contact-tel-block {
  display: inline-block;
  padding: 5px 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}
.contact-tel-block p {
  margin: 0;
}
.contact-tel-block p:before {
  content: "ご連絡先";
  margin-right: 1.5em;
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}
.contact-tel-block a {
  color: #303030;
}

.sc-step {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #61ba5e;
}
.sc-step.step-first {
  margin-top: 0;
}
.sc-step .step {
  padding-right: 15px;
  color: #61ba5e;
  font-size: 20px;
}
.sc-step .step-num {
  font-size: 28px;
}
.sc-step:after {
  position: absolute;
  left: 20px;
  top: -30px;
  color: #61ba5e;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s;
}
.sc-step.step-first:after {
  display: none;
}

.sc-page-image {
  margin-bottom: 25px;
}

.sc-image-align {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sc-image-align {
    width: 40%;
  }
  .sc-image-align.align-right {
    float: right;
    margin-left: 20px;
  }
  .sc-image-align.align-left {
    float: left;
    margin-right: 20px;
  }
}

.sc-faq .collapse-content, .sc-collapse .collapse-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.sc-faq .collapse-btn, .sc-collapse .collapse-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 15px 35px 15px 20px;
  cursor: pointer;
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  background: #f2fbff;
}
.sc-faq .collapse-btn:hover, .sc-collapse .collapse-btn:hover {
  color: #61ba5e;
}
.sc-faq .collapse-btn .open-sub, .sc-collapse .collapse-btn .open-sub {
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  padding-bottom: 5px;
}
.sc-faq .collapse-btn .open-sub:after, .sc-faq .collapse-btn .open-sub:before, .sc-collapse .collapse-btn .open-sub:after, .sc-collapse .collapse-btn .open-sub:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.sc-faq .collapse-btn .open-sub:after, .sc-collapse .collapse-btn .open-sub:after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
}
.sc-faq .collapse-btn .open-sub:before, .sc-collapse .collapse-btn .open-sub:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
}
.sc-faq .collapse-btn.active .open-sub:after, .sc-collapse .collapse-btn.active .open-sub:after {
  display: none;
}
.sc-faq .collapse-close-btn, .sc-collapse .collapse-close-btn {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  background: #ea0000;
}

.sc-faq .collapse-btn {
  padding-left: 50px;
}
.sc-faq .collapse-btn:before {
  position: absolute;
  left: 20px;
  top: 15px;
  content: "Q";
  color: #61ba5e;
}
.sc-faq .collapse-content {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content {
    padding-left: 50px;
  }
}
.sc-faq .collapse-content:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "A";
  color: #61ba5e;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content:before {
    left: 20px;
  }
}

/* TOC+
---------------------*/
ul.toc_list {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 50px;
  padding: 0;
}
ul.toc_list li {
  display: inline-block;
  margin-right: 20px;
}
ul.toc_list li a {
  color: #61ba5e;
}
ul.toc_list li a:before {
  display: inline-block;
  margin-right: 0.2em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d7";
}

/* ContactForm
---------------------*/
.form-horizontal .control-label {
  text-align: left;
  color: #1c2249;
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (max-width: 991px) {
  .form-horizontal .control-label {
    padding-bottom: 10px;
  }
}

.require {
  background-color: #ff3933;
  padding: 2px 5px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.form-group {
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
  margin-bottom: 0;
}

.form-group-last {
  border-style: none;
}
@media (max-width: 991px) {
  .form-group-last {
    text-align: center;
  }
}

.form-group-text-box {
  border-style: none;
  padding-bottom: 0;
}

.form-group-text {
  border-style: none;
  padding-top: 0;
}

.cta-box-mail {
  margin-bottom: 10px;
}

/* ContactForm7
---------------------*/
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=date]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #999;
}
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 textarea {
  height: auto;
}
.wpcf7 dl {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 1200px) {
  .wpcf7 dl {
    margin-bottom: 15px;
  }
}
.wpcf7 dl:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .wpcf7 dt {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .wpcf7 dt {
    float: left;
    width: 25%;
    padding-top: 7px;
    padding-right: 30px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .wpcf7 dd {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-radio {
    overflow: hidden;
    *zoom: 1;
    display: block;
    padding-top: 7px;
  }
  .wpcf7 .wpcf7-radio:after {
    content: "";
    display: table;
    clear: both;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  position: relative;
  font-weight: normal;
  padding-left: 20px;
}
.wpcf7 .wpcf7-checkbox input,
.wpcf7 .wpcf7-radio input {
  margin-left: -15px;
  position: absolute;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -20px;
  position: absolute;
}

/* Shortcode-Help
---------------------*/
.bs-example:after {
  color: #959595;
  content: "Example";
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.bs-example {
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  margin: 0 -15px 15px;
  padding: 45px 15px 15px;
  position: relative;
}

.bs-example {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -16px;
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
}

.highlight pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.table-edit {
  border: 1px dashed #bbb !important;
}

.table-edit {
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  border-spacing: 2px;
}

.table-edit, .table-edit td, .table-edit th, .table-edit caption {
  border: 1px dashed #bbb;
  border-collapse: separate;
}

.table-edit th {
  background-color: #eee;
  border-collapse: collapse;
  color: #000;
  font-size: 100%;
  font-weight: normal;
}/*# sourceMappingURL=chugoku-yzk.css.map */