@charset "UTF-8";
/*共通部分*/
.sp_nav_btn {
  position: fixed;
  right: 17px;
  top: 5px;
  z-index: 100;
}

.sp_nav_btn a {
  color: #120711;
}

.font_min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tel-link a {
  color: #120711;
}

.shadowImg {
  box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.2);
}

/*google reCAPTCHA消す*/
.grecaptcha-badge {
  display: none;
}

.Tel {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.TelEgyo {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: -5px !important;
  text-align: right;
}

.Contact-btn {
  font-weight: bold;
  font-size: 1.8rem;
}

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

.d-table {
  display: table;
  width: 100%;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .d-table {
    display: block;
  }
  .d-table > * {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .sp_container-wide .bg-color-grade {
    background: none;
  }
}

/**********************************************************************
	ページヘッダ - className : Header
***********************************************************************/
.Header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
  position: relative;
  background: white;
}

.HeaderArea {
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 120px);
  margin: 0 auto;
  position: relative;
}

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

@media only screen and (max-width: 1199px) {
  .HeaderArea {
    width: 100%;
  }
  .HeaderBox.is-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 20px;
    padding-right: 65px;
    background: white;
  }
  .HeaderBox.is-fixed .mt20 {
    margin-top: 0 !important;
  }
  .HContact a {
    font-size: 1.2rem;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .HeaderBox.is-fixed {
    padding-right: 55px;
  }
  .H_logo img {
    width: 40px;
    height: auto;
  }
  .HeaderBox {
    width: calc(100% - 35px);
  }
  .HeaderArea .btn-bd {
    box-shadow: none;
  }
}

/**********************************************************************
	ナビゲーション - className : Gnav
***********************************************************************/
.Gnav_menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.Gnav_menu > li {
  display: inline-block;
}

.Gnav_menu > li > a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #120711;
  padding: 10px;
  border-bottom: 4px solid transparent;
  position: relative;
}

.Gnav_menu > li:hover > a {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #004ea2 0%, #00a0e9 100%);
  border-image-slice: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.Nav_wide .Nav_wide_box {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #ccdcec;
}

.Nav_wide:hover .Nav_wide_box {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title {
  padding: 100px 0;
  background: url(../../images/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  margin: 0 auto;
}

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

.bc_oem .Page_title {
  background: url(../../images/oem/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bc_support .Page_title {
  background: url(../../images/support/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bc_company .Page_title {
  background: url(../../images/company/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bc_column .Page_title {
  background: url(../../images/column/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bc_news .Page_title {
  background: url(../../images/news/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bc_contact .Page_title {
  background: url(../../images/contact/ttl_page.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.Page_title_h2 {
  font-weight: bold;
  font-size: 5.4rem;
  text-align: center;
  color: white;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .2em;
}

.Page_title_h2 span {
  font-size: 2rem;
  letter-spacing: .15em;
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 767px) {
  .Page_title_h2 {
    font-size: 2.5rem;
  }
  .Page_title_h2 span {
    font-size: 1.6rem;
  }
}

/**********************************************************************
	SPナビゲーション - className : Page_title
***********************************************************************/
.Sp-nav {
  opacity: 0;
  height: 0;
  padding: 60px 10px 20px;
}

.Sp-nav .Sp-nav_list {
  overflow: hidden;
}

.Sp-nav .Sp-nav_list li {
  width: 50%;
  float: left;
}

.Sp-nav .Sp_nav_arr {
  color: #ccaf60;
  display: block;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #00a0e9;
  position: relative;
}

.Sp-nav .Sp_nav_arr::after {
  content: '';
  background: url(../images/icon_arr_blue.png) 0 0 no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.close-sp_nav {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #120711;
}

.menu_btn {
  cursor: pointer;
  padding: 8px 9px;
  display: inline-block;
  position: absolute;
  right: -9px;
  left: auto;
  z-index: 102;
  transition: opacity .3s;
  border: 0;
  top: 10px;
}

.menu_btn .menu_btn_inner {
  position: relative;
  width: 26px;
  height: 18px;
}

.menu_btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #120711;
  opacity: 1;
  left: 0;
  border-radius: 20px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu_btn span:first-child {
  top: 0;
}

.menu_btn span:nth-child(2) {
  top: 8px;
}

.menu_btn span:nth-child(3) {
  bottom: 0;
}

/**********************************************************************
	ぱんくず - className : Breadcrumb
***********************************************************************/
.Breadcrumb {
  background: white;
  padding: 20px;
  font-size: 1.2rem;
  width: -webkit-calc(100% - 80px);
  z-index: 2;
  position: relative;
  color: rgba(0, 78, 162, 0.5);
}

.Breadcrumb a {
  color: rgba(0, 78, 162, 0.5);
  text-decoration: underline;
}

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

.Breadcrumb .Breadcrumb-separator li {
  display: inline-block;
}

.Breadcrumb .Breadcrumb-separator li:after {
  font-family: 'FontAwesome';
  content: '';
  font-size: 120%;
  padding: 0 0.5em;
}

.Breadcrumb .Breadcrumb-separator li:last-child:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .Breadcrumb {
    padding: 5px 10px;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.PageNavi .wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

.PageNavi .wp-pagenavi a, .PageNavi .wp-pagenavi span {
  border: 1px solid #ccaf60;
  padding: 10px 12px;
}

.PageNavi .wp-pagenavi a:hover, .PageNavi .wp-pagenavi span.current {
  background: #ccaf60;
  color: #ffffff;
  border-color: #ccaf60 !important;
}

.PageNavi .wp-pagenavi .pages {
  display: none;
}

/**********************************************************************
	フッター - className : Footer
***********************************************************************/
.Footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: -moz-linear-gradient(top left, #004ea2 0%, #00a0e9 100%);
  background-image: -webkit-linear-gradient(top left, #004ea2 0%, #00a0e9 100%);
  background-image: -ms-linear-gradient(top left, #004ea2 0%, #00a0e9 100%);
  background-image: linear-gradient(top left, #004ea2 0%, #00a0e9 100%);
}

.Flist a {
  color: #120711;
}

.FCopy {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #ccdcec;
}

@media only screen and (max-width: 767px) {
  .Flist li {
    font-size: 1.0rem;
  }
  .FCopy {
    font-size: .8rem;
  }
}

/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.Pagetop.fixed {
  position: absolute;
  top: -40px;
}

@media only screen and (max-width: 767px) {
  .Pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .Pagetop.fixed {
    right: -10px;
  }
}

/**********************************************************************
	共通
***********************************************************************/
.Gmap {
  height: 450px;
}

@media only screen and (max-width: 1199px) {
  .Gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 694px;
  }
  .Gmap iframe, .Gmap object, .Gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.youtubeWrap {
  max-width: 800px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*アコーディオン*/
.acc, .acc_list {
  display: none;
}

.NewsList time, .Column_single time, .ColumnList time {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-right: 40px;
  color: #666464;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .NewsList time, .Column_single time, .ColumnList time {
    margin-right: 0;
    font-size: 1rem;
  }
}

.HoverGrade .HoverGradeTarget {
  position: relative;
}

.HoverGrade .HoverGradeTarget::before {
  transition: 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, #73b1e1 0%, #008fd2 51%, #0079c1 100%);
  background-image: -webkit-linear-gradient(0deg, #73b1e1 0%, #008fd2 51%, #0079c1 100%);
  background-image: -ms-linear-gradient(0deg, #73b1e1 0%, #008fd2 51%, #0079c1 100%);
}

.HoverGrade .HoverGradeTarget::after {
  opacity: 0;
  content: '';
  position: absolute;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
}

.HoverGrade .HoverGradeCaption {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
  z-index: 4;
  color: white;
}

.HoverGrade:hover .HoverGradeTarget img {
  transition: 0.5s;
  opacity: 0.5;
}

.HoverGrade:hover .HoverGradeTarget::before {
  transition: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}

.HoverGrade:hover .HoverGradeTarget::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
}

.HoverGrade:hover .HoverGradeCaption {
  transition: 0.5s;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

span.wpcf7-list-item {
  display: block !important;
  margin-left: 0;
  text-indent: -2em;
  padding-left: 2em;
}
