@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Sutou-Seisakujo_Theme
Theme URI: 
Description: This is the Sutou-Seisakujo Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #000000;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 500;
}
h1 {
  font-size: 34px;
  line-height: 1.5em;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
h4 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
  }
  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: #000000;
}
.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: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #000000;
  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: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  inset: 0; /*top, bottom, right, left を同時に指定*/
}
header::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #00bfff 0%, #00bfff 50%, #00b63e 50%, #00b63e 100%);
}
/*=====ナビ=====*/
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  /*height: 110px;*/
  width: 100%;
  margin: 0 auto;
}
/*=====企業ロゴ=====*/
.nk_logo {
  width: 230px;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 30px;
  letter-spacing: 0.1em;
}
/*.nk_logo a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 130px;
}*/
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    margin-top: 45px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    position: absolute;
	  right: 30px;
  }
  /*リストスタイル*/
  .nk_nav_item {
    padding-top: 0;
    text-align: center;
    width: 120px;
    font-weight: 500;
  }
	.nk_nav_item-cont{
		width: 150px;
	}
	.nk_nav_item-cont a{
		background-color: #00bfff;
		color: #fff;
		border-radius: 30px;
		padding: 8px 20px;
	}
  }
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 60px;
  }
  /*=====ロゴ=====*/
  /*-----企業ロゴ-----*/
	.nk_logo {
  width: 150px;
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 20px;
}
  /*.nk_logo .navbar-brand img {
    width: 80px;
  }
  .nk_logo a img {
    width: 100%;
    height: auto;
  }*/
  /*=====ナビ=====*/
  .nk_navi {
    margin: 0 auto;
    padding: 0;
  }
  .nk_navi_list {
    background-color: #999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .nk_nav_item {
    list-style: none;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .nk_nav_item a {
    color: #fff;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #666;
    margin: auto 20px;
    transition: .5s;
  }
  
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 0;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    color: #fff;
    /*border-bottom: solid 1px #009266;*/
  }
  /*メニューの上線：リスト1番目*/
  .navbar-light .navbar-nav:nth-child(1) {
    border-top: solid 1px #009266;
  }
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 60px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -60px;
    padding-top: 60px;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu_line_center {
    top: 9px;
  }
  .menu_line_bottom {
    bottom: 0;
  }
  .menu_line_top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .menu_line_center.active {
    transform: scaleX(0);
  }
  .menu_line_bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  position: relative;
  text-align: left;
  background-color: #484848;
	color: #fff;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #00bfff 0%, #00bfff 50%, #00b63e 50%, #00b63e 100%);
}
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: #00bfff;
  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;*/
}

/*フッターナビ*/
.foot-navi{
	text-align: center;
}
.foot-navi li {
  list-style: none;
  padding-bottom: 15px;
  padding-right: 40px;
	display: inline-block;
}
.foot-navi li a{
	color: #fff;
}
.foot-logo a{
  position: relative;
		color: #fff;

}
/*社名*/
.foot-logo-text{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
/*========コピーライト部分========*/
.footer_copy {
	margin: 0 auto 10px auto;
	text-align: center;
	height: 30px;
}
.footer_copy small {
  font-size: 12px;
}


/**********************************************
 * 
 * 共通
 *
 **********************************************/
.nk_btn_base {
  position: relative;
  top: 0;
}
.nk_btn_base a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 1rem;
  position: relative;
  background-color: #00bfff;
  color: #fff;
  border-radius: 30px;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk_btn_base a {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }
}


/*========フッターお問い合わせ========*/
.foot-contact-box {
  background-color: #fff;
  padding: 50px 50px;
	border-radius: 30px;
	text-align: center;
}
.foot-contact-bg {
  background-color: #f2f2f2;
}
/*お問い合わせTEL*/
.foot-tel span{
	display: block;
	color: #00bfff;
	font-size: 32px;	
}
/*メールフォームボタン*/
.nk_btn_base-cont {
  position: relative;
  top: 0;
}
.nk_btn_base-cont a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 1rem;
  position: relative;
  background-color: #00bfff;
  color: #fff;
  border-radius: 30px;
}

/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  .foot-contact-box {
    padding: 30px 30px;
  }
  .foot-contact-box:nth-child(2) {
    padding: 0 30px 50px 30px;
  }
  .foot-contact-title-sub {
    font-size: 15px;
  }
	/*お問い合わせTEL*/
.foot-tel span{
	font-size: 24px;	
}
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
/*メインイメージ*/
.main_image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 100px auto 0 auto;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background-image: url("img/top/top-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main_image h1 {
  position: absolute;
  top: 40%;
  width: 95%;
  color: #fff;
  font-size: 46px;
  text-align: center;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
/*.main_image img {
  width: auto;
  height: 100vh;
}*/
/*==========お知らせ==========*/
/*h2*/
.top-title {
  border-bottom: 5px solid #00b63e;
  display: inline-block;
  padding-bottom: 7px;
  /*font-size: 24px;*/
}
time {
  font-size: 13px;
  margin-right: 10px;
  color: #00bfff;
}
.top-news-line {
  border: solid 1px #000;
	border-radius: 25px;
}
.nk-line {
  border: solid 1px #000;
}
.top-news {
  margin-bottom: 0;
  /*border-bottom: solid 1px #cccccc;*/
}
.top-news h3{
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
.top-news-content{
	line-height: 1.8;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image {
    margin: 60px auto 0 auto;
  }
  .main_image h1 {
    font-size: 4.5vw;
  }
}
/*==========会社案内==========*/
.top-company-bg {
  background-color: #f0f8ff;
}
.p-catch{
	font-size: 20px;
	line-height: 1.8;
}
.p-catch span{
	padding: 3px 10px;
	border: solid 1px #000;
	margin-bottom: 10px;
}
/*==========製作事例==========*/
.bg-top-works {
  background-color: #f6f6f6;
  border-bottom-left-radius: 150px;
}
.info_cate_top {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 13px;
}
.nk-mar-01 {
  margin-top: 15px;
}
.top-seko-img img {
  width: 100%;
  max-width: 410px;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .bg-top-service {
    border-top-right-radius: 75px;
  }
  .bg-top-works {
    border-bottom-left-radius: 75px;
  }
  .top-seko-img img {
    width: 100%;
    max-width: none;
    max-height: 270px;
    min-height: 270px;
  }
  .p-catch{
	font-size: 18px;
}
}

/**********************************************
 * 
 * 製品紹介 category.php
 *  
 *  個別記事　single.php
 *
 **********************************************/

.page-title {
  border-bottom: 5px solid #00b63e;
  display: inline-block;
  padding-bottom: 7px;
}

/*========メインエリア========*/
/*メイン*/
.blog {
  /*border-bottom: 1px solid #fff;*/
  margin-bottom: 30px;
}
.blog_wrap {
  width: 100%;
  margin: 10px auto 50px auto;
  padding: 0 0 15px 0;
  position: relative;
  border-bottom: 1px solid #000000;
}
/*投稿日時*/
.blog_time {
  padding: 0 0 35px 0;
  color: #00bfff;
}
/*カテゴリー*/
.info_cate {
  padding: 2px 10px;
  font-size: 13px;
  background-color: #29abe2;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}
/*記事タイトル h2*/
.blog_title {
  border-bottom: 5px solid #00b63e;
  padding-bottom: 7px;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title-single {
  border-bottom: 5px solid #00b63e;
  padding-bottom: 7px;
}
/*記事本文*/
.blog_cont_top, .blog_cont {
  padding: 15px 0 10px 0;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .blog_wrap {
    padding: 0 0 0 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 #000000;
  width: 100%;
  max-width: 135px;
}
.cat-item a {
  /*color: #fff;*/
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .cat-item {
    display: inline-block;
    list-style: none;
    padding: 5px 15px;
    margin-bottom: 20px;
    border: solid 1px #000000;
    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: #3264c8;
  list-style: none;
  border-radius: 30px;
  padding: 10px 15px;
  margin: 15px auto;
  color: #fff;
  border: solid 1px #3264c8;
  width: 200px;
}

/**********************************************
 * 
 * 会社案内 company.php
 *
 **********************************************/
.main_image-bg {
  margin-top: 90px;
	background-color: #f0f8ff;
	height: 330px;

}
.main_image-bg-deco {
  background-image: url("img/common/deco-g.png"),url("img/common/deco-b.png");
  background-repeat: no-repeat,no-repeat;
	background-size: contain,contain;
	background-position: left top,right bottom;
}
/*ページタイトル*/
.page-ti-area {
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image-bg {
    margin-top: 60px;
	  	height: 180px;
  }
  /*ページタイトル*/
.page-ti-area {
	height: 180px;
}
}
.ac_map iframe {
	/*下に隙間ができる場合設定*/
	display: block;
  }
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .ac_map iframe {
    height: 400px;
  }
}
/**********************************************
 * 
 * 事業紹介 service.php
 *
 **********************************************/

/**********************************************
 * 
 * お問い合わせ contact.php
 *
 **********************************************/
.bg-contact {
  background-color: #f2f2f2;
}
/*お問い合わせTEL*/
.cont-contact-box {
  background-color: #fff;
  padding: 50px 50px;
	border-radius: 30px;
	text-align: center;
}
.cont-tel span{
	display: block;
	color: #3264c8;
	font-size: 32px;	
}
/*========メールフォーム========*/
.cf7_table {
  width: 100%;
  margin: 50px auto 20px auto;
}
.cf7_table div {
  margin-bottom: 40px;
  /*border-bottom: 1px solid #cccccc;*/
}
.cf7_table div label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cf7_table div label span.cf7_table-column1 {
  width: 240px;
  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: 3px;
  color: #fff;
	background-color: #00b63e;
}
/*入力枠*/
.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: #00bfff;
  padding: 12px 28px;
  border: 1px solid #00bfff;
  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;
}
/*個人情報の取り扱い*/
#privacy h2 {
  font-size: 24px;
}
/*お問い合わせTEL*/
.cont-privacy-box {
  background-color: #fff;
  padding: 50px 50px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
/*お問い合わせTEL*/
.cont-contact-box {
  background-color: #fff;
  padding: 30px 30px;
	border-radius: 30px;
	text-align: center;
}	
  .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,.tablepress-id-3 tbody tr td.column-1 {
  white-space: nowrap;
	font-weight: 500;
}
/*==============================
.tablepress-id-1:会社概要
.tablepress-id-2:沿革
.tablepress-id-3:主要設備
==============================*/
.tablepress-id-1,.tablepress-id-2,.tablepress-id-3{
	max-width: 600px;
}
.tablepress-id-1 tbody tr td,.tablepress-id-2 tbody tr td,.tablepress-id-3 tbody tr td {
  text-align: left;
  padding: 30px 0 30px 25px;
}
.tablepress-id-1 tbody tr,.tablepress-id-2 tbody tr,.tablepress-id-3 tbody tr {
  border-bottom: solid 1px #000;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.tablepress-id-1,.tablepress-id-2,.tablepress-id-3{
	max-width: 90%;
}
.tablepress-id-1 tbody tr td,.tablepress-id-2 tbody tr td,.tablepress-id-3 tbody tr td {
  padding: 30px 0 30px 5px;
}
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.tablepress-id-2 tbody tr td {
display: block;
	}
	.tablepress-id-2 tbody tr td {
  padding: 15px 0 10px 5px;
}
	.tablepress-id-2 tbody tr td.column-2{
  padding: 0 0 15px 5px;
}
}
/**********************************************
 * 
 * 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%;
}*/