@charset "UTF-8";
/* CSS Document */
/*
Theme Name: REBO_Theme
Theme URI: 
Description: This is the REBO Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #231815;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 400;
}
h1 {
  font-size: 26px;
  line-height: 1.5em;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
h4 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 17px;
  }
}
/*==========背景色==========*/
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
.nk_bg_green {
  background-color: #36604D;
}
.nk_bg_gray {
  background-color: #cccccc;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #231815;
}
.nk_fontclr_white {
  color: #ffffff;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
/*==========テキストリンク==========*/
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited {
  color: #231815;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #231815;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
.nk_line_height_18 {
  line-height: 1.8em;
}
.nk_line_height_16 {
  line-height: 1.6em;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk_sp_none_md {
    display: none;
  }
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
  .nk_sp_none_sm {
    display: none;
  }
}
/*==========コンテナ―サイズ==========*/
.nk_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .nk_container {
    padding: 0 15px;
  }
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 100px;
  /*background-color: #fff;*/
  /*  max-width: 1200px;
*/ margin: 0 auto;
  top: 0;
  inset: 0;
}
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  /*height: 110px;*/
  width: 100%;
  margin: 0 auto;
}
/*=====企業ロゴ=====*/
.nk_logo {
  width: 195px;
}
.nk_logo a img {
  width: 100%;
  position: absolute;
  left: 50px;
  top: 20px;
  max-width: 195px;
}
/* スクロールしたらヘッダーのロゴ変更 */
.logo-1.lgColorScrollUnEnable {
  display: none;
}
.logo-1.lgColorScrollEnable {
  display: block;
}
.logo-2.lgColorScrollUnEnable {
  display: none;
}
.logo-2.lgColorScrollEnable {
  display: block;
}
/*=====ナビ=====*/
/*ul>li>a*/
.navbar-light .navbar-nav .nk_nav_link {
  padding-left: 25px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
/*ナビゲーションのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
  color: #231815;
  /*border-bottom: solid 1px #cccccc;*/
  text-align: left;
  font-size: 17px;
}
.navbar-light .navbar-nav .nk_fontclr_base:hover {
  color: #666666;
}
/*各ページのTOPのズレ解消*/
.nk_margin_pagetop {
  margin-top: 60px;
}
/*アンカーリンク位置のズレ解消*/
.nk_margin_pagetop_link {
  margin-top: -170px;
  padding-top: 170px;
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 30%;
  height: 100vh; /*ナビの高さ*/
  background: #67988B;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 30%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  /*position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  /*transform: translate(-50%, -50%);*/
  /* text-align: center; */
  width: 100%;
  padding-left: 0;
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: left;
  width: 100%;
  margin: auto;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /*border-bottom: solid 1px #46463c;*/
}
/*ナビのロゴ*/
#g-nav li:nth-child(1) {
  margin-bottom: 20px;
}
#g-nav li:nth-child(1) a {
  padding: 30px 30px;
}
#g-nav li:nth-child(1)::after {
  content: "";
  display: block;
  height: 9px;
  width: 100%;
  background-image: url("img/common/cross-line-white.png");
  background-repeat: repeat-x;
  background-position: center;
}
/*========= ボタンのためのCSS ===============*/
/* スクロールしたらヘッダーメニューのメニューボタン色変更 */
.openbtn.ColorScroll {
  border: solid 2px #000;
  /*transition: color 0.4s ease-out;*/
}
.openbtn.ColorScroll span {
  background-color: #000;
}
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 25px;
  right: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 2px #fff;
  border-radius: 50%;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 2px;
  /*border-radius: 2px;*/
  background-color: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 14px;
}
.openbtn span:nth-of-type(2) {
  top: 22px;
}
.openbtn span:nth-of-type(3) {
  top: 30px;
}
.openbtn.active {
  border: solid 2px #fff;
}
.openbtn.active span:nth-of-type(1) {
  top: 17px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(3) {
  top: 29px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
  background-color: #fff;
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  /*=====企業ロゴ=====*/
  .nk_logo a img {
    left: 10px;
    max-width: 165px;
  }
  /*==== ナビゲーションのためのCSS ====*/
  #g-nav {
    width: 100%;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    width: 50px;
	  right: 20px;
  }
  /*×に変化*/
  .openbtn span {
    width: 60%;
  }
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 60px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_link {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  position: relative;
  text-align: left;
}
footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-image: url("img/common/cross-line.png");
  background-repeat: repeat;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*ページトップへ*/
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 30; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #231815;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 11px;
  top: 10px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
}
#arrow li a:hover {
  filter: opacity(70%);
  /*opacity: 0.7;*/
}
/*点線*/
.line-dot {
  text-align: center;
}
/*フッターナビ*/
.foot-navi li {
  list-style: none;
  padding-bottom: 25px;
  display: inline-block;
  padding-right: 20px;
}
/*snsフォント*/
.sns-font {
  font-size: 1.3rem;
}
/*========コピーライト部分========*/
.footer_copy {
  text-align: center;
}
.footer_copy small {
  font-size: 12px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  /*企業ロゴ*/
  .foot-logo a img.foot-symbol {
    width: 165px;
  }
  .foot-navi .foot-navi-li {
    display: none;
  }
}
/**********************************************
 * 
 * 共通
 *
 **********************************************/
/*footerコンタクトボタン*/
.nk_btn_base-cont {
  position: relative;
  top: 0;
}
.nk_btn_base-cont a {
  width: 200px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  font-size: 1.0rem;
  border: 1px solid #000;
  color: #231815;
}
/*矢印付きボタン*/
.nk_btn_base {
  position: relative;
  top: 0;
}
.nk_btn_base a {
  width: 100px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: left;
  font-size: 1rem;
  position: relative;
}
.nk_btn_base a::after {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 0;
  background-image: url("img/common/arrow-ico.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
/*アイコン白*/
.nk_btn_base2 a {
  width: 100px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: left;
  font-size: 1rem;
  position: relative;
  color: #fff;
}
.nk_btn_base2 a::after {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 0;
  background-image: url("img/common/arrow-ico-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
/*GoogleMaps*/
.nk_btn_base-map a {
  width: 160px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  /*位置調整*/
  .nk_btn_base3 {
    position: relative;
    top: -23px;
  }
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
/*メインイメージ*/
.main_image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh + 100px);
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -100px;
  background-image: url("img/top/top-img2024.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/*.main_image img {
  width: auto;
  height: 100vh;
}*/
/*=== 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #231815;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #231815;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#231815;
}
/*******************************
    画面サイズlg以下の時の設定
*******************************/
@media (max-width: 1199px) {}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
	/*メインイメージ*/
.main_image {
background-position: 10% center;
	}
}
/*==========information==========*/
.info-line {
  border-bottom: solid 1px #000;
}
/*h2*/
.top-title {
  width: 100%;
  text-align: center;
}
.top-info-img {
  position: absolute;
  left: 165px;
}
.top-title-info {
  font-size: 18px;
  padding-left: 30px;
  position: absolute;
  top: 200px;
  left: 215px;
}
.ti-info {
  content: "";
  display: block;
  width: 1px;
  border-right: solid 1px #000;
  position: absolute;
  top: -50px;
  left: 225px;
  height: 575px;
}
time {
  font-size: 13px;
  margin-right: 10px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  /*.bg-logo {
    width: 120px;
  }*/
  .top-info-img {
    position: absolute;
    left: 15px;
  }
  .top-title-info {
    font-size: 18px;
    padding-left: 30px;
    position: absolute;
    top: 250px;
    left: 0;
    writing-mode: vertical-rl;
  }
  .ti-info {
    content: "";
    display: block;
    width: 1px;
    border-right: solid 1px #000;
    position: absolute;
    top: -50px;
    left: 70px;
    height: 560px;
  }
}
/*==========Company Information==========*/
.top-title-sub {
  font-size: 18px;
  margin: 20px auto;
}
.top-title-sub2 {
  font-size: 17px;
  margin: 20px auto;
  color: #fff;
}
.text-width{
	width: 80%;
	max-width: 400px;
}
.info-height{
	min-height: 470px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.text-width{
	width: 100%;
	max-width:none;
}
	.info-height{
	min-height: 430px;
}
}
/*==========Service,Works==========*/
.bg-top-btob {
  background-image: url("img/top/top-btob-img.jpg");
  background-repeat: no-repeat;
  height: 500px;
  background-position: center;
}
.bg-top-service {
  background-image: url("img/top/top-service-img.jpg");
  background-repeat: no-repeat;
  height: 500px;
  background-position: right;
}
.bg-top-works {
  background-image: url("img/top/top-works-img.jpg");
  background-repeat: no-repeat;
  height: 500px;
  background-position: right;
}
.bg-top-service-box {
  width: 50%;
  background-color: #36604d;
}
.top-title2 {
  padding-top: 100px;
  padding-left: 50px;
}
.top-title2-h {
  padding-top: 120px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .bg-top-service-box {
    width: 100%;
    height: 50%;
    background-color: #36604d;
  }
  .top-title2 {
    padding-top: 20px;
    padding-left: 50px;
  }
  .top-title2-h {
    padding-top: 20px;
  }
}
/**********************************************
 * 
 * お知らせページ category.php
 *  
 *  個別記事　     single.php
 *
 **********************************************/
.main_image-bg-information {
  background-image: url("img/information/information-page-bg.jpg");
}
.top-seko-img img {
  width: 100%;
  max-width: 410px;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}
.page-title {
  padding-top: 5px;
  padding-left: 50px;
  border-bottom: 3px #67ba7b solid;
  background-image: url("img/top/ico.png");
  background-repeat: no-repeat;
  background-size: 36px;
  width: 230px;
  position: absolute;
  top: 30px;
  left: 7%;
}
.page-title-sub {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 100px;
  left: 7%;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
    .top-seko-img img {
    width: 100%;
    max-width: none;
    max-height: 250px;
    min-height: 250px;
  }
}
/*========メインエリア========*/
/*メイン*/
.blog {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.blog_wrap {
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0 0 25px 0;
  position: relative;
  /*border-bottom: 1px solid #231815;*/
}
/*投稿日時*/
.blog_time {
  padding: 0 0 35px 0;
  color: #231815;
}
/*カテゴリー*/
.info_cate {
  padding: 2px 10px;
  font-size: 13px;
  background-color: #29abe2;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}
/*記事タイトル h2*/
.blog_title a {
  /*color: #fff;*/
  font-size: 20px;
  font-weight: normal;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title {
  /*color: #fff;*/
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0 0 0;
}
.blog_title-single {
  font-size: 32px;
}
/*記事本文*/
.blog_cont_top, .blog_cont {
  padding: 15px 0 10px 0;
}
/*矢印アイコン*/
.blog-ico {
  position: absolute;
  right: 0;
  top: 10px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .blog_wrap {
    padding: 0 0 0 0;
  }
  /*記事タイトル h2*/
  .blog_title a {
    font-size: 18px;
  }
  .blog_title {
    font-size: 18px;
  }
  .blog_title-single {
    font-size: 28px;
  }
}
/*========カテゴリー表示========*/
.top-title4 {
  padding-left: 20%;
}
.top-title4-line {
  width: 100%;
  max-width: 230px;
  padding: 15px 0 25px 0;
}
.blog-cate-list {
  text-align: left;
  padding-left: 18%;
}
.cat-item {
  display: block;
  list-style: none;
  padding: 5px 15px;
  margin-bottom: 20px;
  border: solid 1px #231815;
  width: 100%;
  max-width: 135px;
}
.cat-item a {
  /*color: #fff;*/
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .top-title4 {
    padding-left: 0;
    text-align: center;
    margin: auto;
  }
  .top-title4-line {
    width: 100%;
    padding: 15px 0 25px 0;
    margin: auto;
  }
  .cat-item {
    display: inline-block;
    list-style: none;
    padding: 5px 15px;
    margin-bottom: 20px;
    border: solid 1px #231815;
    width: 100%;
    max-width: 135px;
    text-align: center;
  }
  .blog-cate-list {
    text-align: center;
    padding-left: 0;
  }
}
/*========もっと見るボタン========*/
.view-more-button {
  appearance: none;
  display: block;
  background-color: #fff;
  list-style: none;
  border-radius: 0;
  padding: 10px 15px;
  margin: 15px auto;
  color: #000;
  border: solid 1px #000;
  width: 200px;
}
/**********************************************
 * 
 * 製作事例 category.php
 *  
 *  個別記事　single.php
 *
 **********************************************/
.main_image-bg-works {
  background-image: url("img/works/works-page-bg2024.jpg");
}
/**********************************************
 * 
 * 会社案内 company.php
 *
 **********************************************/
.page-ti-area {
  width: 25%;
  position: relative;
}
.main_image-bg {
  width: 80%;
  height: 350px;
  margin-top: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.main_image-bg-company {
  background-image: url("img/company/company-page-bg.jpg");
}
/*ページタイトル*/
.page-title-img {
  position: absolute;
  left: 40px;
  bottom: 0;
}
.page-title-text {
  font-size: 18px;
  position: absolute;
  bottom: -5px;
  left: 115px;
}
/*余白*/
.nk-mt-120 {
  margin-top: 120px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .page-ti-area {
    width: 25%;
    min-width: 175px;
  }
  .main_image-bg {
    width: 75%;
    height: 300px;
    margin-top: 150px;
  }
  /*ページタイトル*/
  .page-title-img {
    width: 50px;
    left: 10px;
  }
  .page-title-text {
    font-size: 15px;
    left: 65px;
  }
  .company-logo {
    max-width: 280px;
  }
  /*余白*/
  .nk-mt-120 {
    margin-top: 60px;
  }
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .ac_map iframe {
    height: 400px;
  }
}
/**********************************************
 * 
 * 事業紹介 service.php
 *
 **********************************************/
.main_image-bg-service {
  background-image: url("img/service/service-page-bg.jpg");
}
.seisaku dt {
  font-weight: normal;
  font-size: 22px;
}
.seisaku dd {
  min-height: 200px;
  position: relative;
  padding-left: 132px;
}
.seisaku dd::after {
  content: "";
  width: 100%;
  height: 20px;
  background-image: url("img/company/table-line.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 6px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.nagare {
  border: solid 1px #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  padding-top: 10px;
}
.step {
  display: block;
  font-size: 13px;
  position: relative;
  top: -5px;
}
.nagare-ti {
  position: relative;
  top: -30px;
  left: 30px;
}
.nk-line {
  border: solid 1px #000;
}
/*特徴*/
.ti-deco{
	padding: 3px 8px;
	display: block;
	width: 130px;
	border: solid 1px #000;
	text-align: center;
	margin: 25px 0 10px 0;
}
.tokucho{
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.8;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nagare {
    width: 80px;
    height: 80px;
    font-size: 32px;
    padding-top: 3px;
  }
	.nagare-ti {
  position: relative;
  top: -20px;
  left: 30px;
}
  .seisaku dd {
    min-height: 240px;
    position: relative;
    padding-left: 10px;
    padding-top: 15px;
  }
	.seisaku dd::after {
  height: 10px;
  bottom: 10px;
}
}
/**********************************************
 * 
 * お問い合わせ contact.php
 *
 **********************************************/
.main_image-bg-contact {
  background-image: url("img/contact/contact-page-bg.jpg");
}
.cont-text {
  color: #c5848c;
}
/*========メールフォーム========*/
.cf7_table {
  width: 100%;
  margin: 100px auto 20px auto;
}
.cf7_table div {
  margin-bottom: 40px;
}
.cf7_table div label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cf7_table div label span.cf7_table-column1 {
  width: 180px;
  white-space: nowrap;
}
.hissu {
  padding: 0 5px;
  font-size: 9px;
  font-size: 0.8rem;
  white-space: nowrap;
  /*border: solid 1px #000;*/
  border-radius: 15px;
  margin-left: 0;
  color: #c5848c;
}
/*入力枠*/
.wpcf7-form-control-wrap {
  width: 100%;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  padding: 10px 5px;
  /*border-radius: 5px;*/
  border: solid 1px #000000;
  width: 100%;
}
p.soushin_btn {
  text-align: center; /*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
  text-align: center;
  background-color: #67988b;
  padding: 12px 28px;
  border: 1px solid #67988b;
  /*border-radius: 30px;*/
  /*font-size: 16px;
	font-size: 1.6rem;*/
  color: #FFFFFF;
  cursor: pointer;
  margin: 20px auto 20px auto;
  width: 200px;
}
p.soushin_btn input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; /*iOS対策*/
}
.wpcf7-spinner {
  display: block;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .cf7_table {
    margin: 50px auto 20px auto;
  }
  .cf7_table div label {
    display: block;
  }
  .cf7_table div label span.cf7_table-column1 {
    display: block;
    margin-bottom: -10px;
  }
}
/**********************************************
 * 
 * Tablepress
 *
 **********************************************/
/*テーブル共通設定*/
/*.tablepress tr:first-child {
  border-top: solid 0px #000;
}*/
.tablepress tbody tr td {
  border: solid 0px #000;
}
.tablepress-id-1 tbody tr td.column-1, .tablepress-id-2 tbody tr td.column-1 {
  white-space: nowrap;
}
/*==============================
.tablepress-id-1:会社概要
==============================*/
.tablepress-id-1 tbody tr td {
  text-align: left;
  padding: 30px 0 30px 25px;
}
.tablepress-id-1 tbody tr {
  background-image: url("img/company/table-line.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 6px;
}
.tablepress-id-1 tbody tr:first-child {
  background-image: url("img/company/table-line.svg"), url("img/company/table-line.svg");
  background-repeat: repeat-x, repeat-x;
  background-position: bottom, top;
  background-size: 6px, 6px;
}
/**********************************************
 * 
 * Wordpressエディター用
 *
 **********************************************/
/*strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}*/
/*引用*/
/*blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}*/
/* img */
/*.aligncenter {
  display: block;
  margin: 0 auto;
}*/
/*.alignright {
  float: right;
  margin-left: 1em;*/ /* 追記 */
/*}
.alignleft {
  float: left;*/
/*margin-right: 1em;*/ /* 追記 */
/*}*/
/*img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}*/