@charset "utf-8";

/* Body
------------------------------ */
html {
  overflow-x: hidden !important;
}
body {
  box-shadow: none;
  color: #222222;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100% !important;
  top: 0 !important;
  background: #fff;
}
a:link {
  color: #182987;
  text-decoration: none;
}
a:visited {
  color: #182987;
}
a:active {
  color: #182987;
}
a:hover {
  color: #182987;
}

/* layout
------------------------------ */

.wrapper {
  position: relative;
  display: block;
  clear: both;
  float: none;
  width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
/*
@font-face{
  font-family: 'mplus-1c-medium';
  src: url('../fonts/mplus-1c-medium/mplus-1c-medium.eot');
  src: url('../fonts/mplus-1c-medium/mplus-1c-medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-1c-medium/mplus-1c-medium.woff') format('woff'),
       url('../fonts/mplus-1c-medium/mplus-1c-medium.ttf') format('truetype');
}
@font-face{
  font-family: 'mplus-1c-regular';
  src: url('../fonts/mplus-1c-regular/mplus-1c-regular.eot');
  src: url('../fonts/mplus-1c-regular/mplus-1c-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-1c-regular/mplus-1c-regular.woff') format('woff'),
       url('../fonts/mplus-1c-regular/mplus-1c-regular.ttf') format('truetype');
}
@font-face {
  font-family: "nasu";
  src: url("../fonts/nasu/Nasu-Bold-20141215.eot?")  format('eot'),
       url("../fonts/nasu/Nasu-Bold-20141215.woff2") format('woff2'),
       url("../fonts/nasu/Nasu-Bold-20141215.woff")  format('woff');
}
.mplus_1c_medium{
    font-family: 'mplus-1c-medium';
}
*/
/* Common
------------------------------ */

.clear {
  clear: both;
  float: none;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.contact_banner {
  position: relative;
  background: url(../images/contact_banner.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
}
.contact_banner a.contact {
  position: absolute;
  display: inline-block;
  right: 26px;
  top: 48px;
  background: #e95513;
  padding: 18px 10px 14px 40px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
  border: solid 1px #e95513;
  font-size: 16px;
}
.contact_banner a.contact::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.4s;
  font-size: 22px;
}
.contact_banner a:hover {
  background: #fff;
  color: #e95513;
}
.contact_banner a.contact:hover::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  transition: 0.4s;
  color: #e95513;
}
.button {
  text-align: center;
}
.button a {
  border: solid 1px #e73828;
  color: #e73828 !important;
  text-align: center;
  width: 300px;
  height: 50px;
  box-sizing: border-box;
  padding-top: 10px;
  display: inline-block;
  margin: 0 auto;
  transition: 0.4s;
}
.button a:hover {
  background: #e73828 !important;
  color: #fff !important;
}

/* Header
------------------------------ */
header {
  position: relative;
  border-top: solid #595757 8px;
}
header .top {
  height: 140px;
}
header .h1 {
  position: absolute;
  text-indent: -9999px;
  background: url(../images/logo_h.png) no-repeat;
  background-size: contain;
  width: 750px;
  height: 75px;
  margin-top: 42px;
  transition: 0.4s;
}
header .logo:hover .h1 {
  opacity: 0.8;
}
header h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 12px;
}
header .fl_r {
  position: relative;
  width: 440px;
}
header .fl_r ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: auto;
}
header .fl_r ul li a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .fl_r ul li a:hover::after {
  bottom: 4px;
  opacity: 1;
  visibility: visible;
}
header .gray {
  position: absolute;
  top: 0;
  right: 0;
  background: #595757;
}
header .gray li {
  display: inline-block;
  padding: 0 23px;
  position: relative;
}
header .gray li a {
  color: #fff !important;
  font-size: 14px;
  margin-top: -20px;
  display: block;
  height: 60px;
  box-sizing: border-box;
  padding-top: 16px;
}
header li:nth-child(2)::before {
  content: " ";
  border-left: solid 1px #fff;
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
}
header li:nth-child(2)::after {
  content: " ";
  border-left: solid 1px #fff;
  position: absolute;
  right: 0;
  top: 5px;
  height: 20px;
}
header .contact {
  width: 440px;
  margin-top: 50px;
  position: relative;
}
header .contact::before {
  content: " ";
  position: absolute;
  background: url(../images/icon_tel.png) no-repeat;
  width: 37px;
  height: 37px;
  background-size: contain;
  left: 8px;
  top: 8px;
}
header .chiba,
header .narutou {
  width: 290px;
  font-size: 14px;
  padding-left: 54px;
  box-sizing: border-box;
}
header .chiba {
  background: url(../images/tel_chiba.png) no-repeat;
  background-size: auto 25px;
  background-position: right center;
  height: 25px;
}
header .narutou {
  background: url(../images/tel_narutou.png) no-repeat;
  height: 50px;
  background-size: 236px auto;
  background-position: right center;
  text-indent: -9999px;
}
header .time {
  text-align: right;
  font-size: 12px;
  line-height: 1em;
}
header .contact a {
  background: #e95513;
  padding: 6px 10px 2px 36px;
  border-radius: 4px;
  color: #fff;
  position: relative;
  transition: 0.4s;
  border: solid 1px #e95513;
  font-size: 14px;
  margin-top: 6px;
}
header .contact a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 8px;
  top: 4px;
  transition: 0.4s;
  font-size: 20px;
}
header .contact a:hover {
  background: #fff;
  color: #e95513;
}
header .contact a:hover::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 8px;
  top: 4px;
  color: #e95513;
}
header .mail {
  float: right;
}
nav.sp_none {
  height: 60px;
  width: 100%;
  background: url(../images/nav_bg.jpg) repeat-x;
  background-size: auto 100%;
}
nav.sp_none ul {
  background: none;
  letter-spacing: -.4em;
}
nav.sp_none li {
  width: 256px;
  height: 60px;
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: normal;
}
nav.sp_none li a {
  font-size: 18px;
  transition: 0.4s;
  color: #fff !important;
  display: block;
  height: 40px;
  padding-top: 16px;
  padding-bottom: 4px;
}
nav.sp_none li a:hover {
  background: rgba(244, 244, 244, 0.2);
  color: rgba(244, 244, 244, 0.2);
}
nav.sp_none li:nth-child(2)::before,
nav.sp_none li:nth-child(4)::before {
  content: " ";
  border-left: dotted 1px #a9dade;
  position: absolute;
  left: 0;
  top: 5px;
  height: 50px;
}
nav.sp_none li:nth-child(2)::after,
nav.sp_none li:nth-child(4)::after {
  content: " ";
  border-left: dotted 1px #a9dade;
  position: absolute;
  right: 0;
  top: 5px;
  height: 50px;
}

/* Slider
------------------------------ */
#bx_slider {
  overflow: visible;
}

.header_slider {
  top: 0;
  width: 1270px;
  height: 300px;
  z-index: -10;
  text-align: center;
}
.header_slider {
  background: #fff;
  padding-top: 5px;
}
.header_slider li {
  max-width: 100%;
  width: 1270px;
  height: 300px;
  padding: 0;
  overflow: hidden;
  transition: 0.4s;
}
.header_slider li a {
  z-index: 9999;
  display: block;
  width: 1270px;
  height: 300px;
}
.header_slider li:hover {
  opacity: 0.7;
}
.header_slider .slider1 {
  background: url(../images/slider1.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.header_slider .slider2 {
  background: url(../images/slider2.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.header_slider .slider3 {
  background: url(../images/slider3.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
/*
.header_slider li:nth-child(2){
    background: url(../images/slider1.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
.header_slider li:nth-child(5){
    background: url(../images/slider3.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
*/
#bxslider_h .bx-viewport {
  display: block;
  overflow: visible !important;
  max-width: 980px !important;
  width: 980px !important;
  height: auto;
  margin: 0 auto !important;
}
#bxslider_h .bx-wrapper .bx-pager {
  font-size: 2em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  z-index: 100;
  left: 0;
  right: 0;
  position: absolute;
  width: 950px;
  margin: 0 auto;
  bottom: 20px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.bx-wrapper .bx-pager {
  display: none;
}
.bx-viewport {
  display: block;
  overflow: visible !important;
  max-width: 1280px !important;
  width: 100% !important;
  height: 300px !important;
  margin: 0 auto !important;
}
.bx-controls {
  width: 1280px;
  position: relative;
  height: 300px;
  display: block;
  left: 0;
  right: 0;
  margin: -300px auto 0;
}
/* Index
------------------------------ */
#caution {
  text-align: center;
  padding: 70px 0;
  background: #eaeaea;
  margin-top: 80px;
  position: relative;
}
#caution h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
#caution h2 {
  font-size: 30px;
  color: red;
  margin-bottom: 50px;
  border-bottom: 4px solid red;
  display: inline-block;
  padding-bottom: 8px;
}
#caution h3 {
  font-size: 1.1em;
  color: #182987;
}
#caution .center {
  text-align: left;
  line-height: 1.8em;
  margin: auto;
  padding: 0 7%;
}
#caution .list p {
  position: relative;
  padding-left: 1.2em;
}
#caution .list p::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
#caution .link {
  font-weight: 600;
  color: red;
  padding: 0 0.1em;
  font-size: 1em;
  padding-bottom: 2px;
}
#caution .link:hover {
  border-bottom: 2px solid red;
  transition: 0.3s;
}
#caution ul {
  margin: 2% 7% 2%;
}
#caution li {
  text-align: left;
  margin-bottom: 1%;
}
#caution li:last-of-type {
  margin-bottom: 0;
}
#caution li p,
#caution li .line {
  margin-left: 1em;
}
#caution .under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
  display: inline-block;
}
#caution .stamp {
  background: #182987;
  color: #fff;
  padding: 10px 20px;
  margin-top: 30px;
}
#reason {
  padding-top: 80px !important;
}
#reason h2 {
  text-indent: -9999px;
  background: url(../images/index_reason_h2.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 50px;
  margin: 0 auto 56px;
}
#reason ul {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
#reason li {
  display: inline-block;
  position: relative;
  width: 370px;
  height: 450px;
  box-sizing: border-box;
  vertical-align: top;
  background: rgba(169, 218, 222, 0.8);
  padding: 15px 19px 0;
}
#reason li img {
  width: 314px;
  height: auto;
  border: solid 9px #fff;
}
#reason li p {
  text-align: left;
  line-height: 1.5em;
}
#reason li:nth-child(2) {
  margin: 0 38px;
}
#reason li h3 {
  color: #182987;
  font-size: 27px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}
#reason li:nth-child(1)::before {
  content: " ";
  position: absolute;
  background: url(../images/index_reason1.png);
  background-size: contain;
  width: 65px;
  height: 65px;
  top: -26px;
  left: -26px;
}
#reason li:nth-child(2)::before {
  content: " ";
  position: absolute;
  background: url(../images/index_reason2.png);
  background-size: contain;
  width: 65px;
  height: 65px;
  top: -26px;
  left: -26px;
}
#reason li:nth-child(3)::before {
  content: " ";
  position: absolute;
  background: url(../images/index_reason3.png);
  background-size: contain;
  width: 65px;
  height: 65px;
  top: -26px;
  left: -26px;
}
#reason video {
  width: 900px;
  display: block;
  margin: 0 auto 80px;
}
#reason .contact_banner {
  margin-bottom: 60px;
}
#top_products {
  background: #eeeeee;
  padding: 80px 0;
}
#top_products h2 {
  text-indent: -9999px;
  background: url(../images/index_product_h2.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 50px;
  margin: 0 auto 56px;
}
#top_products p {
  width: 1134px;
  margin: 0 auto;
}
#top_products ul {
  margin: 30px auto 60px;
  text-align: center;
}
#top_products li {
  background: #fff;
  display: inline-block;
  width: 140px;
  height: 197px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding-top: 16px;
  margin-left: 10px;
  vertical-align: top;
}
#top_products li:first-child {
  margin-left: 0;
}
#top_products h3 {
  font-weight: normal;
  font-size: 20px;
  color: #182987;
}
#top_products li a {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(238, 238, 238, 0.3);
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  transition: 0.4s;
}
#top_products li a:hover {
  width: 110px;
  height: 110px;
  margin-top: 10px;
}
#top_products li img {
  width: 75px;
  height: 75px;
  margin-top: 10px;
  transition: 0.4s;
}
#top_products li:first-child img {
  margin-top: 10px;
}
#top_products li:nth-child(2) img {
  margin-top: 14px;
}
#top_products li:nth-child(5) img {
  margin-top: 14px;
}
#top_products li:nth-child(6) img {
  margin-top: 16px;
}

#top_products li a:hover img {
  width: 85px;
  height: 85px;
}
.banner_24h {
  display: block;
  background: url(../images/24hour_banner.jpg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 300px;
  margin-top: 60px;
  transition: 0.4s;
}
.banner_24h:hover {
  opacity: 0.8;
}
#top_greeting .wrapper {
  box-sizing: border-box;
  padding: 80px 0 !important;
  background: url(../images/top_staff.jpg) no-repeat;
  background-size: auto 52%;
  background-position: right top 80px;
}
#top_greeting h2 {
  text-indent: -9999px;
  background: url(../images/index_greeting_h2.png) no-repeat;
  background-size: contain;
  background-position: left center;
  width: 100%;
  height: 50px;
  margin: 0 auto 56px;
}
#top_greeting p {
  margin-bottom: 16px;
}
#top_greeting .button {
  margin: 60px 0 0;
}
#top_c_n {
  background: #eeeeee;
  padding: 80px 0;
}
#top_c_n .fl_l h2 {
  text-indent: -9999px;
  background: url(../images/index_company_h2.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 50px;
  margin: 0 auto 56px;
}
#top_c_n .fl_r h2 {
  text-indent: -9999px;
  background: url(../images/index_news_h2.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 50px;
  margin: 0 auto 56px;
}
#top_c_n .fl_l,
#top_c_n .fl_r {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
#top_c_n .fl_l p {
  width: 577px;
  text-align: left;
  margin: 0 auto 16px;
}
#top_c_n .fl_l .button {
  margin-top: 60px;
}
#top_c_n .fl_r dl {
  width: 477px;
  margin: 0 auto;
  background: url(../images/border_dashed.png) repeat-x;
  background-size: auto 1px;
  background-position: left top;
  text-align: left;
  height: 400px;
  overflow-y: scroll;
  overflow-wrap: break-word;
}
#top_c_n .fl_r dt {
  padding-top: 20px;
}
#top_c_n .fl_r dd {
  padding-bottom: 20px;
  background: url(../images/border_dashed.png) repeat-x;
  background-size: auto 1px;
  background-position: left bottom;
}
/* Sub Page Common
------------------------------ */
.sub_top {
  width: 1280px;
  height: 180px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-top: 54px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.sub_top h1 {
  font-size: 50px;
  line-height: 1.4em;
  color: #182987;
}
.sub h2 {
  position: relative;
  width: 100%;
  background: url(../images/sub_h2_bg.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right center;
  box-sizing: border-box;
  padding-left: 46px;
  border-bottom: solid 1px #182987;
  padding-bottom: 8px;
  font-size: 30px;
  margin-bottom: 30px;
}
.sub h2::before {
  content: " ";
  position: absolute;
  background: url(../images/sub_h2_before.jpg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  left: 0;
  top: -4px;
}
.sub section {
  padding-bottom: 60px;
}
/* Company
------------------------------ */
#company .sub_top {
  background: url(../images/company_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#company #greeting .fl_l {
  width: 810px;
}
#company #greeting p {
  margin-bottom: 16px;
}
#company #greeting dl {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
#company #greeting dl dt {
  float: left;
  clear: both;
  width: 150px;
  position: relative;
  padding-top: 4px;
  padding-left: 30px;
}
#company #greeting dl dt::after {
  content: " ";
  position: absolute;
  background: #a6dade;
  width: 1px;
  height: 28px;
  top: 4px;
  right: 20px;
}
#company #greeting dl dd {
  padding-left: 150px;
  width: 100%;
  box-sizing: border-box;
  background: url(../images/border_dashed.png) repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  padding-bottom: 2px;
  padding-top: 4px;
}
#company #greeting dl p {
  position: relative;
  padding-left: 30px;
  display: block;
  border-bottom: solid 1px #a6dade;
  margin-bottom: 0;
}
#company #greeting dl p:before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/sub_before_icon.jpg) no-repeat;
  background-size: contain;
  left: 0;
  top: 3px;
}
#company #greeting img {
  display: block;
  margin-top: -8px;
  width: 422px;
  height: auto;
}
#company #greeting .sign {
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  padding-top: 20px;
  margin-bottom: 0;
  text-align: right;
  line-height: 1.4em;
}
#company #greeting .sign span {
  font-size: 22px;
  padding-right: 30px;
}
#company #idea dt {
  background: url(../images/company_idea_bg.jpg) repeat-x;
  background-size: auto 100%;
  width: 100%;
  box-sizing: border-box;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  font-size: 24px;
  padding: 30px 30px 56px;
  margin-bottom: 10px;
  line-height: 1.8em;
}
#company #idea dd {
  height: 20px;
}
/* 230421追加 */
#company #idea h3.philosophy {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  text-align: center;
  font-size: 48px;
  color: #182987;
  margin: 100px auto 70px;
}
#company #idea dt.mission {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  align-items: center;
}
#company #idea dt.mission span {
  font-size: 24px;
  color: #182987;
}

#company #idea
#company #history dl,
#company #info dl {
  background: url(../images/border_dashed.png) repeat-x;
  background-position: left top;
  background-size: auto 1px;
}
#company #history dt,
#company #info dt {
  width: 303px;
  padding-top: 20px;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding-left: 45px;
  position: relative;
}
@media screen and (min-width: 481px) {
  #history dd::after,
  #info dd::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 82%;
    left: 286px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #56b0b2;
  }
}
#company #history dd,
#company #info dd {
  position: relative;
  padding-left: 333px;
  padding-top: 20px;
  padding-bottom: 16px;
  background: url(../images/border_dashed.png) repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  box-sizing: border-box;
}
#company #address h3 {
  margin-bottom: 16px;
}
#company #address div {
  width: 50%;
  box-sizing: border-box;
}
#company #address div.fl_l {
  width: auto;
}
#company #address div.fl_l p {
  margin-bottom: 16px;
}
#company #address img {
  width: 320px;
  height: auto;
  margin-bottom: 16px;
}
#company #address .fl_l {
  padding-right: 15px;
}
#company #address .fl_r {
  padding-left: 15px;
}
#company #address iframe {
  width: 100%;
  height: 370px;
}
/* Links
------------------------------ */
#link .sub_top {
  background: url(../images/link_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#link section li {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
  transition: 0.4s;
  width: 190px;
  vertical-align: top;
  margin-bottom: 20px;
}
#link li img {
  width: 172px;
  height: 93px;
}
#link li p {
  text-align: center;
  font-size: 18px;
  color: #182987;
  letter-spacing: -0.06em;
}
#link li:hover {
  opacity: 0.8;
}
/* Privacy Policy
------------------------------ */
#policy .sub_top {
  background: url(../images/policy_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#policy section div {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#policy section .fl_r {
  clear: both;
  /*margin-bottom: 20px;*/
  margin-top: 20px;
  text-align: right;
  line-height: 2em;
}
#policy h3 {
  margin-top: 30px;
  position: relative;
  padding-left: 36px;
  font-weight: normal;
  padding-bottom: 6px;
}
#policy .pl_0 {
  padding-left: 0 !important;
}
#policy .pb_6 {
  padding-bottom: 10px;
}
#policy p,
#policy .item_list {
  padding-left: 36px;
}
#policy h4 {
  margin-top: 10px;
  padding-left: 36px;
}
#policy p.box {
  text-align: center;
  margin: 10px 0;
  padding-left: 36px;
}
#policy p.box span {
  border: 1px dashed #182987;
  padding: 6px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#policy a {
  transition: 0.4s;
}
#policy a:hover {
  opacity: 0.7;
}
#policy .num {
  text-indent: -28px;
  padding-left: 64px;
}
#policy h3::before {
  content: " ";
  background: url(../images/sub_before_icon.jpg) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
#policy p.brackets_txt span{
  position: relative;
  display: block;
}
#policy .circle{
  position: relative;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#policy table{
  width: 1244px;
  margin: 20px 0 30px 36px;
  background: url(../images/border_dashed.png) repeat-x;
  background-position: top left;
  background-size: auto 1px;
}
#policy table tr th,#policy table tr td{
  padding: 20px 45px;
  background: url(../images/border_dashed.png) repeat-x;
  background-position: bottom left;
  background-size: auto 1px;
}
#policy table tr th{
  width: 160px;
  text-align: left;
}
#policy table tr td::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  left: 286px;
  background: #56b0b2;
}
#policy p.caution{
  position: relative;
  display: block;
  margin-left: 36px;
  padding-left: 1em;
  text-indent: -1em;
}
#policy p.caution::before{
  content: "※";
}
/* Solititation
------------------------------ */
#solititation .sub_top {
  background: url(../images/solititation_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#solititation section {
  margin-bottom: 80px;
}
#solititation section:last-of-type {
  margin-bottom: 0px;
}
#solititation section p {
  padding-bottom: 20px;
  letter-spacing: 0;
}
#solititation .num {
  text-indent: -1em;
  padding-left: 3em;
}
#solititation .num_line {
  text-indent: -1em;
  padding-left: 3em;
  padding-bottom: 10px;
}
.solititation_column + .solititation_column{
  margin-top: 80px;
}
#solititation .left,
#solititation .right {
  display: inline-block;
  vertical-align: top;
}
#solititation .left {
  width: 25%;
}
#solititation .area {
  padding-left: 3em;
  margin-bottom: 30px;
}
#solititation .day {
  margin-top: 2em;
  text-align: right;
}
#solititation .num_text {
  padding-left: 4em;
}
#solititation .point{
  position: relative;
  display: block;
  padding-left: 2em;
  text-indent: -1em;
}
#solititation .line {
  border: solid #000 1px;
  margin: 0 3em;
  padding: 1em;
  margin-bottom: 30px;
}
#customer_policy h3 {
  font-size: 22px;
  margin-bottom: 0.5em;
}
#customer_policy .num_text {
  padding-left: 3em;
}
#customer_policy .num_text.kpi_box{
  padding: 15px 20px 0 20px;
  margin-left: 3em;
  background: rgba(169, 218, 222, 0.5);
}
#customer_policy div {
  margin-bottom: 1em;
}
#customer_policy .num2 {
  padding-bottom: 1em;
}
#customer_policy .num2 li {
  margin-bottom: 0.3em;
  text-indent: -1.4em;
  padding-left: 4.4em;
}
#customer_policy .num2 li:last-of-type {
  margin-bottom: 0;
}
/* Recruit
------------------------------ */
#recruit .sub_top {
  background: url(../images/recruit_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#recruit dl {
  background: url(../images/border_dashed.png) repeat-x;
  background-position: left top;
  background-size: auto 1px;
  margin-bottom: 20px;
}
#recruit dt {
  width: 240px;
  padding-top: 20px;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding-left: 45px;
  position: relative;
}
#recruit dt::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 54px;
  right: 16px;
  top: 7px;
  background: #56b0b2;
}
#recruit dd {
  padding-left: 280px;
  padding-top: 20px;
  padding-bottom: 16px;
  background: url(../images/border_dashed.png) repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  box-sizing: border-box;
}
#recruit .button {
  margin: 50px 0 0;
}
/* 231027追加 */
#recruit_message {
  padding: 0 0 100px;
}
#recruit .mt_10 {
  margin-top: 10px;
}
#recruit_message .box {
    display: block;
    padding: 30px;
    width: 750px;
    background: #e5f4f5;
    margin: 30px 0 0;
}
#recruit_message p {
  line-height: 2;
}
#recruit_message .box .philosophy span {
  font-size: 2rem;
  font-weight: bold;
  color: #182987;
}
#recruit .pb_0 .point {
  margin: 30px 0 40px;
}
#recruit .point_02 {
  margin-top: 30px;
}
#recruit .point h3 {
    position: relative;
    display: block;
    border-bottom: solid 1px #a6dade;
    margin-bottom: 15px;
    padding: 0 0 6px 30px;
}
#recruit .point h3:before {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/sub_before_icon.jpg) no-repeat;
    background-size: contain;
    left: 0;
    top: 3px;
}
#recruit .pb_0 .point p {
  font-size: 16px;
}
#recruit .button a{
  margin: initial;
}
.center {
  display: block;
  text-align: center;
}
.min {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.layout_flex {
  display: flex;
  gap: 0 50px;
  justify-content: center;
}

/* Questionnair
------------------------------ */
#questionnair .sub_top,
#quest_form .sub_top,
#thanks .sub_top {
  background: url(../images/questionnair_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#questionnair section .fl_l p {
  margin-bottom: 30px;
}
#questionnair section a {
  transition: 0.4s;
}
#questionnair section a:hover {
  opacity: 0.8;
}
#questionnair section .fl_r .start {
  text-indent: -9999px;
  background: url(../images/question_banner.svg) no-repeat;
  background-size: contain;
  width: 400px;
  height: 180px;
  display: block;
  margin: 70px 50px 0 0;
}
/* quest_form
------------------------------ */
#quest_form input,
#quest_form textarea {
  font-size: 18px;
  border-radius: 4px;
  margin-right: 4px;
  box-sizing: border-box;
}
#quest_form input[type="email"] {
  width: 300px;
}
#quest_form h3 {
  font-size: 20px;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 20px;
}
#quest_form h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background: url(../images/sub_before_icon.jpg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
#quest_form .form_contents {
  margin-bottom: 40px;
}
#quest_form .must {
  background: #182987;
  color: #fff;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  margin-left: 8px;
  line-height: 1;
}

#quest_form .form_contents .form_list > li {
  margin-bottom: 10px;
}
#quest_form .form_contents .form_list p {
  margin-bottom: 8px;
  line-height: 1.6;
}
#quest_form .form_contents .list {
  width: 60%;
}
#quest_form .form_contents .list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 12px;
}
#quest_form .other {
  margin-top: 16px;
}
#quest_form .point {
  font-weight: 600;
  color: #182987;
}
#quest_form .button {
  background: #fff;
  color: #e73828;
  border: solid 1px #e73828;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  margin: 60px auto 0;
  width: 300px;
  height: 50px;
  transition: 0.3s ease;
}
#quest_form .button:hover {
  background: #e73828;
  color: #fff;
}
#quest_form .hint {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
/* Staff
------------------------------ */
#staff .sub_top {
  background: url(../images/staff_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#staff section img {
  width: 738px;
  height: auto;
  margin-bottom: 20px;
}
/*
#staff section ul li{
    display: inline-block;
    background: rgba(169,218,222,.4);
    width: 246px;
    height: 470px;
    margin-right: 12px;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 13px 0;
}
#staff section ul li:nth-child(5n){
    margin-right: 0;
}
#staff section ul li img{
    width: 220px;
    height: auto;
}
#staff section ul li p{
    text-align: left;
    letter-spacing: 0;
}
*/
#staff .staff ul li {
  width: 490px;
  position: relative;
}
#staff .staff ul li::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/sub_before_icon.jpg) no-repeat;
  background-size: contain;
  left: -32px;
  top: 3px;
}
#staff ul li h3 {
  font-size: 22px;
  color: #182987;
  border-bottom: 1px solid #fff;
  margin: 4px 0 8px;
  padding-bottom: 4px;
}
/*
#staff .character li{
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    padding: 0 20px;
    background: none;
    height: auto;
    margin-right: 30px;
    text-align: center;
}
*/
#staff .character li img {
  display: inline-block;
  vertical-align: top;
}

#staff .character li {
  display: inline-block;
  width: 50% !important;
  box-sizing: border-box;
  padding: 0 29px 0 10px;
  background: none;
  height: auto;
  margin-right: 0;
}
#staff .character li .fl_r {
  width: 413px;
  height: 231px;
  background: url(../images/character_bg.png) no-repeat;
  background-size: contain;
  padding: 26px 40px 0 100px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
#staff .character li::before {
  content: none;
}

#staff .character li .fl_r p {
  letter-spacing: 0.03em;
}
#staff .character h3,
#staff .character img {
  display: inline-block;
}
#staff .character h3 {
  border-bottom: none;
  margin-bottom: 10px;
  padding: 0;
}
#staff .character li img {
  width: 187px;
  height: auto;
  padding-top: 26px;
}

/* Product
------------------------------ */
#product .sub_top {
  background: url(../images/product_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#product .sub_product_list {
  margin: 30px auto 60px;
  text-align: center;
}
#product .sub_product_list li {
  background: #fff;
  display: inline-block;
  width: 140px;
  height: 197px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding-top: 16px;
  margin-left: 10px;
  vertical-align: top;
  border: 1px solid #c8c9c9;
}
#product .sub_product_list li:first-child {
  margin-left: 0;
}
#top_products h3 {
  font-weight: normal;
  font-size: 20px;
  color: #182987;
}
#product .sub_product_list a {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(238, 238, 238, 0.3);
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  transition: 0.4s;
}
#product .sub_product_list a:hover {
  width: 110px;
  height: 110px;
  margin-top: 10px;
}
#product .sub_product_list img {
  width: 75px;
  height: 75px;
  margin-top: 10px;
  transition: 0.4s;
}

#product .sub_product_list li:first-child img {
  margin-top: 10px;
}
#product .sub_product_list li:nth-child(2) img {
  margin-top: 14px;
}
#product .sub_product_list li:nth-child(5) img {
  margin-top: 14px;
}
#product .sub_product_list li:nth-child(6) img {
  margin-top: 16px;
}

#product .sub_product_list li a:hover img {
  width: 85px;
  height: 85px;
}

#product .product_info {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
  background: #f6f7f7;
  margin-bottom: 40px;
}
#product .product_info:first-of-type {
  margin-top: 40px;
}
#product .product_info .fl_l {
  width: 680px;
}
#product .product_info h3 {
  color: #182987;
  font-size: 26px;
  border-bottom: solid 1px #182987;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
#product .product_info .clear {
  margin-bottom: 30px;
}
#product .product_link {
  background: #fff;
  padding: 30px 50px;
  margin-top: 30px;
}
#product .product_link h4 {
  font-size: 24px;
  color: #182987;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
#product .product_link h4:before {
  content: " ";
  position: absolute;
  background: url(../images/sub_h2_before.jpg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  left: 0;
  top: -4px;
}
#product .product_link h5 {
  font-size: 24px;
  color: #182987;
  margin-bottom: 10px;
  font-weight: normal;
}
#product .product_link li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  padding-left: 56px;
}
#product .product_link li:nth-last-child(2){
  margin-right: 0;
}
#product .product_link p {
  margin-top: 8px;
  padding-left: 26px;
}
#product .product_link li:before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/sub_before_icon.jpg) no-repeat;
  background-size: contain;
  left: 24px;
  top: 3px;
}
#product .product_link .d_ib {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 8px;
}
#product .product_link h5 span {
  font-size: 18px;
}
#product .product_link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#product .product_link h5 span a::after {
  bottom: 2px;
}
#product .product_link h5 span a:hover::after {
  bottom: -1px;
}
#product .product_link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #182987;
  transition: 0.3s;
}
#product .product_link a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
#product img.fl_r {
  width: 500px;
}
@media screen and (min-width: 481px) {
  #product .individual_list li {
    width: 360px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #product .individual_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  #product .individual_list .box {
    padding: 14px 30px;
  }
}
#product #individual .bg_w {
  background: #fff;
  padding: 30px 50px 10px;
  margin-top: 30px;
}
#product .individual_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#product .individual_list li {
  display: inline-block;
  vertical-align: top;
  background: #e5f4f5;
  box-sizing: border-box;
}
#product .individual_list h4 {
  font-size: 24px;
  color: #182987;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  position: relative;
}
#product .individual_list img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Contact
------------------------------ */
#contact .sub_top {
  background: url(../images/contact_top.jpg) no-repeat;
  background-size: 1270px 100%;
  background-position: center center;
}
#contact #tel div {
  background: #eeeeee;
  text-align: center;
  height: 246px;
  padding-top: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
#contact #tel ul {
  border-bottom: 1px solid #182987;
  padding-bottom: 30px;
  width: 1170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#contact #tel li {
  text-indent: -9999px;
  width: 570px;
  height: 119px;
  display: inline-block;
}
#contact #tel li:first-child {
  background: url(../images/contact_chiba.jpg) no-repeat;
  background-size: contain;
  margin-right: 30px;
}
#contact #tel li:last-child {
  background: url(../images/contact_naruto.jpg) no-repeat;
  background-size: contain;
}
#contact #tel div p {
  padding-top: 16px;
}
#contact #form dl {
  width: 100%;
  margin-top: 20px;
  border-top: solid 1px #56b0b2;
  background: url(../images/contact_bg.jpg) repeat-y;
  background-size: 370px auto;
  background-position: left center;
}
#contact #form dt {
  padding: 24px 0 18px 40px;
  float: left !important;
  width: 350px;
  box-sizing: border-box;
  font-size: 20px;
}
#contact #form dd {
  padding: 17px 0 17px 410px;
  border-bottom: solid 1px #56b0b2;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#contact #form .bg {
  background: rgba(169, 218, 222, 0.1);
}
#contact #form dd input {
  width: 820px;
  height: 40px;
  font-size: 18px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #dbdcdc;
}
/*
#contact #form dt:nth-child(9){
    padding-bottom: 254px;
}
*/
#contact #form textarea {
  width: 820px !important;
  height: 264px !important;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #dbdcdc;
  font-size: 18px;
}
#contact #form span {
  display: inline-block;
  margin-left: 30px;
  background: #182987;
  color: #fff;
  font-size: 22px;
  border-radius: 4px;
  padding: 2px 4px 0;
}
#contact #privacy_policy {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
  border: solid 1px #56b0b2;
  height: 240px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 30px;
}
#contact #privacy_policy h3 {
  font-size: 28px;
  color: #182987;
  margin-bottom: 20px;
}
#contact #privacy_policy p {
  margin-bottom: 16px;
}
#contact button {
  position: relative;
  display: block;
  color: #e73828 !important;
  font-size: 18px;
  line-height: 1em;
  width: 300px;
  height: 50px;
  padding-top: 0;
  text-align: center;
  background: #fff;
  border: solid 1px #e73828;
  box-sizing: border-box;
  margin: 0 auto;
  transition: 0.4s;
  margin-bottom: 40px;
}
#contact button:hover {
  background: #e73828 !important;
  color: #fff !important;
  cursor: pointer;
}
#contact #sitemap li {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-right: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
#contact #sitemap li::before {
  content: " ";
  width: 20px;
  height: 20px;
  background: url(../images/sub_before_icon.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 3px;
}
#contact #sitemap li ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-size: 18px;
  padding-left: 40px;
  margin-top: 10px;
}
#contact #sitemap li ul li::before {
  content: "・";
  background: none;
  position: absolute;
  left: 18px;
  top: 0;
}
#contact #sitemap li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#contact #sitemap li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #182987;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#contact #sitemap li a:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
/* Footer
------------------------------ */
footer {
  padding-top: 100px;
}
footer .contact_banner {
  margin-bottom: 100px;
}
footer h2::before {
  content: none !important;
}
footer .f_banner {
  letter-spacing: -0.4em;
}
footer .f_banner li {
  border: solid 5px #dbdcdc;
  box-sizing: border-box;
  width: 250px;
  height: 150px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  transition: 0.4s;
  letter-spacing: normal;
}
footer .f_banner li:hover {
  opacity: 0.8;
}
footer .f_banner li:last-child {
  margin-right: 0;
}
footer .f_banner li a {
  display: block;
}
footer .f_banner p {
  display: inline-block;
  vertical-align: bottom;
  bottom: 0;
  width: 100%;
  position: relative;
  margin-top: 98px;
  bottom: 0;
  font-size: 15px;
  background: rgba(64, 34, 15, 0.9);
  color: #fff;
  box-sizing: border-box;
  padding: 8px 0 4px 32px;
}
footer .f_banner p::before {
  content: " ";
  background: url(../images/f_banner_before.png) no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  left: 6px;
  top: 10px;
  position: absolute;
}
footer .f_banner li:first-child {
  background: url(../images/banner_customers.jpg) no-repeat;
  background-size: contain;
}
footer .f_banner li:nth-child(2) {
  background: url(../images/banner_solicitation.jpg) no-repeat;
  background-size: contain;
}
footer .f_banner li:nth-child(3) {
  background: url(../images/banner_idea.jpg) no-repeat;
  background-size: contain;
}
footer .f_banner li:nth-child(4) {
  background: url(../images/banner_questionnair.jpg) no-repeat;
  background-size: contain;
}
footer .f_banner li:last-child {
  background: url(../images/banner_recruit.jpg) no-repeat;
  background-size: contain;
}
footer .f_banner {
  margin-bottom: 40px;
}
.f_bottom {
  background: linear-gradient(
    90deg,
    #e5f4f5 0%,
    #e5f4f5 50%,
    #d8eef0 50%,
    #d8eef0 100%
  );
}
.f_bottom h2 {
  text-indent: -9999px;
  background: url(../images/logo_f.png) no-repeat;
  background-size: contain;
  width: 600px;
  height: 45px;
  margin-bottom: 30px;
  transition: 0.4s;
}
.f_bottom h2:hover {
  opacity: 0.8;
}
.f_bottom .wrapper {
  padding: 40px 0 90px !important;
  background: url(../images/footer_bg.jpg) no-repeat, #e5f4f5;
  background-size: auto 100%;
  background-position: right top, center center;
}
.f_bottom address {
  font-style: normal;
  margin-bottom: 16px;
}
.f_bottom .fl_r {
  padding-top: 20px;
  padding-left: 20px;
}
.f_bottom .fl_r ul {
  margin-bottom: 26px;
}
.f_bottom .fl_r li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.f_bottom .fl_r li:last-child {
  padding-right: 0;
}
.f_bottom .fl_r li:first-child {
  padding-left: 0;
}
.f_bottom small {
  font-size: 12px;
}
.f_bottom .fl_r li:nth-child(2)::before,
.f_bottom .fl_r li:nth-child(4)::before {
  content: " ";
  border-left: solid 1px #3e3a39;
  position: absolute;
  left: 0;
  top: 5px;
  height: 17px;
}
.f_bottom .fl_r li:nth-child(2)::after,
.f_bottom .fl_r li:nth-child(4)::after {
  content: " ";
  border-left: solid 1px #3e3a39;
  position: absolute;
  right: 0;
  top: 5px;
  height: 17px;
}
.f_bottom .company_banner {
  margin-top: 8px;
  margin-bottom: 28px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_bottom .company_banner li {
  max-width: 160px;
  padding: 0 10px 0 0;
}
.f_bottom .company_banner li a {
  display: block;
  transition: 0.4s;
}
.f_bottom .company_banner li a:hover {
  opacity: 0.8;
}
.f_bottom .company_banner img {
  max-width: 100%;
  height: auto;
}
.f_bottom .company_banner li::before,
.f_bottom .company_banner li::after {
  content: none !important;
}
footer small a {
  transition: 0.4s;
}
footer small a:hover {
  opacity: 0.8;
}
.f_menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.f_menu a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #182987;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.f_menu a:hover::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
/* Bread Crumb
------------------------------ */
#bread_crumb {
  position: relative;
  height: 27px;
  vertical-align: top;
  margin-bottom: 50px;
  padding-right: 5px;
  display: inline-block;
  right: 0;
  top: 0;
}
#bread_crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 40px;
  vertical-align: top;
}
#bread_crumb li:first-child {
  padding-left: 0;
}
#bread_crumb li p {
  padding-left: 30px;
  color: #323232;
}
#bread_crumb li a {
  padding-left: 30px;
}
#bread_crumb li:first-child:before {
  content: none;
}
#bread_crumb li:before {
  content: "＞";
  left: 12px;
  position: absolute;
  color: #323232;
}
#bread_crumb li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: auto;
  padding: 0;
}
#bread_crumb li a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #182987;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#bread_crumb li a:hover::after {
  bottom: 4px;
  opacity: 1;
  visibility: visible;
}

/* Page Top
------------------------------ */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100000 !important;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 30px;
  text-indent: -9999px;
  background: #182987;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  padding-top: 20px;
  border: 1px solid #182987;
}
.pagetop a::before,
.pagetop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.pagetop a:before {
  width: 50px;
  height: 30px;
  background: #182987;
}
.pagetop a:after {
  left: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pagetop a:hover {
  text-decoration: none;
  background: #fff;
}
.pagetop a:hover:before {
  border-color: #182987;
  background: #fff;
}
.pagetop a:hover:after {
  background: none;
  border-top: 1px solid #182987;
  border-right: 1px solid #182987;
}
