@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

/*固定ページ　タイトル非表示*/
.page-id-6522 .page-title,
.page-id-6463 .page-title {
	display: none;
}


body {
	font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
}
p {
	font-size: 15px;
}

/*全体デザイン統一*/
.entry-content p {
	line-height: 2.5em;
}
.bold {
	font-weight: bold;
}
.red_thick_underline {
	border-bottom: 4px solid #E61311;
}
.red_thin_underline {
	border-bottom: 1px solid #E61311;
}
.red_font {
	color: #E61311;
}
.first-catch p {
	font-size: 1.1em;
}

/*sdgsページ*/
#sdgsbadge {
	padding: 10% 9%;
	color: white;
	background-color: #1aa4d8;
	border-radius: 20px;
	width: 95%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#sdgsbadge h5 {
	text-align: center;
	margin: 40px 0 -20px 0;
}
.sdgsbadge_h5 {
	background-color: white;
	color: #1aa4d8;
	padding: 1.5% 3%;
	border-radius: 25px;
	text-align: center;
}
#sdgsbadge h4 {
	border-left: 0px;
	text-align: center;
	font-size: 1.7em;
	margin: 0;
	padding: 0;
}
#sdgsbadge_merit {
	border: dashed 2px white;
	border-radius: 20px;
	padding: 8% 10%;
	margin-bottom: 60px;
}
#sdgsbadge_merit p {
	margin: 0;
}
@media (max-width: 780px) {
	#sdgsbadge h4 {
		font-size: 1.5em;
	}
}
@media (max-width: 550px) {
	#sdgsbadge h4 {
		font-size: 1.6em;
	}
}
@media (max-width: 400px) {
	#sdgsbadge h4 {
		font-size: 1.2em;
	}
	.sdgsbadge_h5 {
		font-size: 1em;
		padding: 5% 8%;
	}
	#sdgsbadge {
		width: 100%;
		margin: 0;
		padding: 10% 6%;
	}
	#sdgsbadge_merit {
		padding: 15% 10%;
	}
}
/*制作事例リンクボタン*/
.jirei_detailbtn {
	  margin: 70px 0 0 0;
}
a.btn_blue {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    padding: 2rem 3.0rem;
    background-color: #1755aa;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_blue span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-left: 30px;
	 font-weight: bold;
}
a.btn_blue span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_blue span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #1755aa;
    border-right: 3px solid #1755aa;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_blue:hover {
    background-color: #01b5d0;
}
a.btn_blue:hover span.bl__text:after {
    border-top: 3px solid #01b5d0;
    border-right: 3px solid #01b5d0;
}
@media (max-width: 736px) {
    a.btn_blue {
        max-width: 100%;
        padding: 1.5rem 2.0rem;
    }
    a.btn_blue span.bl__text {
        font-size: 25px;
    }
}
/*制作事例リンクボタン 終わり*/

/*その他施工事例リンクボタン*/
.sonotajirei_detailbtn {
	  margin: 70px 0 0 0;
}
a.btn_white {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem 3.0rem;
    background-color: white;
	 border: 1px solid #1755aa;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_white span.bl__text {
    display: block;
    position: relative;
    color: #1755aa;
    font-size: 22px;
    text-align: center;
    padding-left: 30px;
	 font-weight: bold;
}
a.btn_white span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_white span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #1755aa;
    border-right: 3px solid #1755aa;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_white:hover {
    background-color: #c1e7fd;
}
a.btn_white:hover span.bl__text:after {
    border-top: 3px solid #01b5d0;
    border-right: 3px solid #01b5d0;
}
@media (max-width: 736px) {
    a.btn_blue {
        max-width: 100%;
        padding: 1.5rem 2.0rem;
    }
    a.btn_blue span.bl__text {
        font-size: 25px;
    }
}
/*その他施工事例リンクボタン 終わり*/

/*商品ページ h2デザイン変更*/
.noveltyproduct_page h2 {
	 background-color: white !important;
    color: black !important;
    box-shadow: none !important;
    padding: 0.5em 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
	 font-size: 160% !important;
	margin-bottom: 15px !important;
}
.noveltyproduct_page h3 {
	border: none !important;
	color: black;
	font-size: 1.3em;
}
@media only screen and (max-width: 480px){
	.noveltyproduct_page {
		width: 90%;
		margin: auto;
	}
}
/*商品ページ h4デザイン変更*/
.novelty_title {
	 border: none !important;
	 padding: 5px 0 !important;
	 border-top: 1px solid #e8e8e8 !important;
}

/*商品ページ リストデザイン変更*/
.entry-content ul li:before {
	 display: none;
}
.entry-content li {
	 padding: 0;
}
/*商品ページ p サイズ変更*/
/*.page-child p {
	 font-size: 15px !important;
}*/

/*商品ページ画像flex*/
.item_flex {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 50px;
}
.img_cnt {
	 width: 32%;
    border: 0.5px solid #e8e8e8;
    margin-bottom: 20px;
}
.item_flex_mg {
	margin-right: 2%;
}
.item_flex img{
	margin: 0;
}

/*画像100%*/
img {
width: 100%;
}

/*サイド250px　メイン100%表示に変更*/
@media only screen and (min-width: 980px){
	#main {
		width: 100%;
		max-width: 100%;
	}
	#sidebar1 {
		width: 250px;
	}
}
/*サイドメニュー バナー*/
#sidebar_banner img{
margin-bottom: 2.5%;
}

/*サイド　アコーディオンメニュー*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:5px 0; /* ボックス全体の位置調整 */
	/*border-bottom: 2px dotted #ccc;*/
	/*padding-bottom: 10px;*/
}
.acbox label{
  width: auto;
  font-size: 1em; /* ラベルの文字サイズ */
  font-weight: bold;
  background: #ececec; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding: 16px 20px 0 55px;
  /*border-radius: 4px;*/ /* ラベルの角の丸み */
  cursor: pointer;
  color: #333;
	height: 60px;
	text-align: left;
	display: block;
	vertical-align: middle;
	width: 100%;
}
.acbox label:hover{
  background: #dcdcdc; /* ラベルにマウスを乗せた時の背景色 */
}
.acbox input{
  display: none;
}
.acbox label:after{
  color: #333;
  content:"+"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
.acbox input:checked ~ label::after {
  content:"-"; /* ラベルをクリックした後のアイコン */
  right: 17px;
}
.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div{
  height: auto;
  /*padding: 18px;
  border-radius: 0px;
  background: #F3F4F5;*/
  opacity: 1;
}
.acbox input:checked ~ label {
  /*background: #dcdcdc;*/
}
/*.acbox-under{
  font-size: 15px;
  color: #555555;
}*/
.acbox-under ul {
	padding: 10px;
}
.acbox-under li {
border-bottom: dotted 1px #ccc;
}
.acbox-under li:last-child{
border-bottom: none;
}

.acbox-under li a {
	display: block;
	font-size: 0.85em;
	/*font-weight: bold;*/
	color: #333;
	padding: 15px 10px;
	text-decoration: none;
}
.acbox-under li:hover {
	color: #111;
	background-color: #ececec;
}
/*.acbox-under li a:hover:before {
content: ">"
}*/
.ac-bg {
	background-repeat: no-repeat !important;
	background-size: 35px 35px !important;
	background-position: 10px 12px !important;
}
.ac-stationery {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2020/09/icon1.png) !important;    /* 背景画像指定 */
	background-position: 12px 13px !important;
}
.ac-apparelgoods {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2020/09/icon2.png) !important;    /* 背景画像指定 */
}
.ac-bag {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2020/09/icon3.png) !important;    /* 背景画像指定 */
}
.ac-smartphone-pc-goods {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2020/09/icon4.png) !important;    /* 背景画像指定 */
}
.ac-generalgoods {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2020/09/icon5.png) !important;    /* 背景画像指定 */
	background-position: 12px 13px !important;
}






/*サイド OLKメニュー*/
#olk_menu_midashi {
background-color: #191f2c;
}
#olk_menu {
margin-top: 4%;
}
#olk_menu li{
/*background-color: #B9B9BF;*/
margin-bottom: 2%;
font-weight: bold;
border: 0.5px solid #191f2c;
}
#olk_menu a{
text-decoration: none;
color: #191f2c;
padding: 3% 5%;
display: block;
}
#olk_menu li:hover{
opacity: 0.7;
}




/*記事終わり用の簡単お問い合わせフォーム*/
#easycontactinfo_wrap {
border: 5px solid #424242;
margin-bottom: 30px;
}
#easycontactinfo_wrap #contactinfo {
width: 100%;
padding-top: 50px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
text-align: center;
}
#easycontactinfo_wrap #contactinfo .text1 {
font-size: 33px;
font-weight: bold;
line-height: 130%;
margin-top: 35px;
margin-right: 20px;
margin-bottom: 12px;
margin-left: 20px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
text-shadow: 2px 2px 2px #FFFFFF;
background: linear-gradient(transparent 60%, #ffff66 60%);
}
#easycontactinfo_wrap #contactinfo .text2 {
color: #5074b9;
font-weight: bold;
font-size: 70px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#easycontactinfo_wrap #contactinfo .text3 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: bold;
}
#easycontactinfo_wrap #contactinfo .text4 {
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
background: linear-gradient(transparent 60%, pink 60%);
}
#easycontactinfo_wrap .wpcf7-form {
padding-left: 3%;
padding-right: 3%;
}
@media (max-width: 768px){
#easycontactinfo_wrap {
background-image: none;
}
#easycontactinfo_wrap #contactinfo {
width: 94%;
text-align: center;
padding-top: 10%;
padding-right: 0%;
padding-bottom: 3%;
/*padding-left: 6%;*/
}
#easycontactinfo_wrap #contactinfo .text1 {
font-size: 1.5em;
text-align: center;
background: linear-gradient(transparent 60%, #ffff66 60%);
}
#easycontactinfo_wrap #contactinfo .text2 {
font-size: 3em;
line-height: 1em!important;
}
}




/*お問い合わせフォーム*/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.unrequired-contactform7{
  padding: 5px;
  background: #bbb;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.table-contactform7 th{
  background: #eeeeee;
  font-weight:bold;
  width: 30% !important;
text-align: left;
}
.table-contactform7 input,
.table-contactform7 textarea{
  width: 100% !important;
  margin: 5px 10px 10px 5px;
}
.address-100 input{
  width: 100% !important;
  margin: 5px 10px 10px 5px;
}
.message-100 textarea{
  width: 100%;
  margin: 3px 0;
}
@media screen and (max-width: 600px){
.table-contactform7{
  /*display:block;*/
  border: none !important;
}     
  .table-contactform7 tbody,
  .table-contactform7 tr{
  display: block;
    width: 100%;
   border: none !important;
	  margin-bottom:20px;
 }
  .table-contactform7 th{
    display:block;
	  width:100% !important;
margin-bottom:10px;
  /*margin: 0 auto;*/
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100% !important;
  /*border-top: none !important;*/
  border: none !important;
	}
.table-contactform7 input
.table-contactform7 textarea{
  /*width: 100% !important;
  margin: 5px 0px 0px 0px !important;*/
	}
.address-100 input{
  width: 100% !important;
  margin: 5px 0px 0px 0px !important;
}
.message-100 textarea{
resize: horizontal;
		width: 10%;
  margin: 5px 10px 10px 0px;
	}
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
max-width: 100%;
}

/*お問い合わせフォーム調整*/
.table-contactform7 {
	width: 95% !important;
	margin: 30px auto !important;
}

.form-submitbtn {
	text-align: center;
}
.form-submitbtn input {
	width: 80%;
	padding: 30px 10px;
	border-radius: 0;
	background: #017CC0;
}


/*共通もくじデザイン*/
.og_mokuji {
	border: 5px solid #d6d6d6;
	margin-bottom: 30px;
}
.mokuji {
	background-color: #d6d6d6;
	font-size: 20px !important;
	font-weight: bold;
	padding: 10px 15px;
}
.mokuji_det {
	padding: 15px 15px;
}
.og_mokuji p{
	font-size: 15px;
	margin: 0px;
}

/*トップページ*/

@media only screen and (max-width: 480px) {
#custom_header .en {
    text-shadow: 0px 0px 10px #000;
}
}

#custom_header .ja {
	margin-left: 0.2em !important;
}

.toppage img {
    width: 100%;
	margin-bottom: 1%;
}
.toppage .topbannerarea1,
.toppage .topbannerarea2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.toppage .topbannerarea1 li {
    width: 49%;
	margin-bottom: 0;
	padding-left: 0;
}
.toppage .topbannerarea1 li:nth-child(even) {
	margin-left: 2%;
}
.toppage .topbannerarea1 li::before,
.toppage .topbannerarea2 li::before {
	display: none;
}
.toppage .topbannerarea1 li a img,
.toppage .topbannerarea2 li a img {
    width: 100%;
}
.toppage .topbannerarea2 li {
    width: 32%;
	margin-bottom: 0;
	padding-left: 0;
}
.toppage .topbannerarea2 li:nth-child(2),
.toppage .topbannerarea2 li:nth-child(5),
.toppage .topbannerarea2 li:nth-child(8),
.toppage .topbannerarea2 li:nth-child(11){
	margin-left: 2%;
	margin-right: 2%;
}


.toppage .blog-archives {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.toppage .blog-archives li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
	padding: 10px 0px 20px 0px;
}
.toppage .blog-archives li::before {
	display: none;
	}
.toppage .blog-archives li .ba-meta-left a .eyecatch {
    width: 90px;
    height: 90px;
}
.toppage .blog-archives li .ba-meta-left a .eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.toppage .blog-archives li .ba-meta-left {
	margin-right: 20px;
}
.toppage .blog-archives li .ba-meta-right .ba-date {
    color: #838383;
}
.toppage .blog-archives li .ba-meta-right a  {
    color: #696969;
    text-decoration: none;
    font-weight: bold;
}
.toppage .blog-archives li .ba-meta-right p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
@media only screen and (max-width: 480px) {
.toppage .blog-archives li {
    align-items: initial;
}
}

/*リンクボタン*/
.button a {
    background-color: #9E9E9E;
    padding-top: 2%;
    padding-right: 10%;
    padding-bottom: 2%;
    padding-left: 10%;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 50%;
	margin: 5% auto;
	text-align: center;
}
.button a:hover {
	background-color: #d0d0d0;
	color: #FFF
}
@media only screen and (max-width: 480px) {
.button a {
    width: 70%;
    padding-top: 4%;
    padding-bottom: 4%;
}
}

/*トップページ　選ばれる理由*/
.toppage .reasonwrap {
    display: flex;
	align-items: center !important;
    margin-bottom: 15px;
}
.toppage .reasonwrap .reasonarea1  {
    background-color: #4B4B4B;
    color: #FFFFFF;
    font-weight: bold;
    min-width: 80px !important;
    height: 80px !important;
    margin-right: 19px;
  display: grid;
  place-items: center;
}
.toppage .reasonwrap .reasonarea1 .reasonp1 {
    font-size: 25px;
    line-height: 1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.toppage .reasonwrap .reasonarea1 .reasonp2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.toppage .reasonwrap .reasonarea2 p {
    color: #4B4B4B;
    font-weight: bold;
    font-size: 1.2em;
	margin: 0;
}
.toppage .reasonarea3 {
    background-color: #EBF4FF;
    border-radius: 4px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    color: #404040;
    margin-bottom: 30px;
}
.toppage .reasonarea3 p {
	margin: 0 !important;
}
.top_rf {
	display: flex;
}
.reason_img {
	width: 30%;
	margin-bottom: 1.5em;
}
.reasonwrap {
	width: 70%;
}
@media only screen and (max-width: 480px) {
.top_rf {
	display: block;
}
.reason_img {
	width: 100%;
	margin-bottom: 15px;
}
.reasonwrap {
	width: 100%;
}
}

/**トップページ　納品までの流れ**/
.toppage .flowtitle {
    border-bottom: 4px solid #404040 !important;
	border-top: none !important;
    color: #404040 !important;
	padding: 0 !important;
}
.toppage .flowwrap {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 100%;
}
.toppage .flowwrap img {
    width: 30%;
    height: 100%;
    margin-left: 5%;
}
.toppage .flowwrap p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 65%;
}
.toppage .flowothertext {
    background-color: #FEF5E3;
    color: #C18401;
    border-radius: 4px;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.toppage .flowothertext h3 {
	border: none !important;
	margin: 0 !important;
}

@media only screen and (max-width: 480px) {
.toppage .flowwrap {
	display: initial !important;
	width: 100%;
	padding: 5%;
}
.toppage .flowwrap img {
    width: 90%;
	margin: 0px auto;
	display: block;
}
.toppage .flowwrap p {
    width: 90%;
	margin: 10px auto;
}
.toppage .flowothertext {
    background-color: #FEF5E3;
    color: #9A6900;
    border-radius: 4px;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}
}

/*商品一覧ページ*/
#productarchivespage h2 a {
	color: #fff;
	display: block;
}
#productarchivespage h2 a:hover {
	text-decoration: underline;
}
#productarchivespage ul {
	padding: 1em;
}
#productarchivespage ul li a {
	text-decoration: none;
}
#productarchivespage ul li a:hover {
	text-decoration: underline;
	color: #1bb4d3b8;
}

/*ウィジェットタイトル調整*/
.widgettitle {
	padding: 1.2em 0.8em !important;
}

/*会社概要レスポンシブテーブル*/
.responsivetable {
width: 100%;
border: none !important;
}
.responsivetable tr {
border: none !important;
}
.responsivetable th {
background-color: #E7E7E7;
color: #525252;
width: 30%;
padding-top: 3%;
padding-right: 3%;
padding-bottom: 3%;
padding-left: 3%;
border: none !important;
border: 3px solid #FFFFFF !important;
}
.responsivetable td {
padding-top: 3%;
padding-right: 3%;
padding-bottom: 3%;
padding-left: 3%;
border: none !important;
border: 3px solid #FFFFFF !important;
background-color: #F4F4F4;
}

@media screen and (max-width: 480px) {
.last td:last-child {
width: 100% !important;
}
.responsivetable th,
.responsivetable td {
border: none !important;
display: block !important;
width: 100% !important;
}
.responsivetable th{
border-radius: 3px !important;
}
.responsivetable td {
margin-bottom: 20px;
}
}

/*YouTubeとGoogleマップの横幅フル設定*/
.fullsize iframe{
width: 100%;
}

/*トップページメインテキスト*/
.header-text {
	color: white !important;
	text-shadow: 0 0 10px #000 !important;
}
.toptext {
	text-align: left;
	width: 600px;
	color: white;
	text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 1000px) {
.toptext {
	width: 600px;
}
}
@media screen and (max-width: 800px) {
.toptext {
	width: 500px;
}
}
@media screen and (max-width: 700px) {
.toptext {
	width: 400px;
}
}
@media screen and (max-width: 600px) {
.toptext {
	width: 300px;
}
}
@media screen and (max-width: 400px) {
.toptext {
	width: 300px;
}
}

/*STORK19のURL貼り付け機能*/
.item_middle iframe {
	width: 100%;
}


/*トップページメイン部テキスト調整*/
@media screen and (min-width: 800px) {
	#custom_header .en {
		font-size: 4em;
	}
	#custom_header .ja {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 799px) {
	#custom_header .en {
		font-size: 2em;
	}
	#custom_header .ja {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 500px) {
	#custom_header .en {
		font-size: 1.8em;
	}
	#custom_header .ja {
		font-size: 1em;
	}
}


/*神納さんから依頼を受けて、なぜか全ての投稿写真がwidth100%表示になっていた分を下記記述で回避　原因は謎*/
img {
	width: auto !important;
}


/*フッターデザイン*/
.footer_menu {
margin-bottom: 30px;
}
.footer_title,
#inner-footer #footer-top #newentryimagewidget-2 h4 {
border-left: 3px solid #FFFFFF;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
padding-top: 0px !important;
padding-bottom: 0px !important;
padding-left: 10px;
font-size: 1em;
font-weight: bold;
}
.footer_ul  {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-right: 0px;
padding-left: 0px;
font-size: 1em;
border-top: none !important;
}
.footer_ul li {
background-image: url(https://kobe-nagasawa.pro/officelayout/wp-content/uploads/2019/11/arrow.png);
background-repeat: no-repeat;
padding-left: 15px;
margin-bottom: 12px !important;
background-position: 0% 45%;
}
.footer_ul li a {
color: #FFFFFF;
text-decoration: none;
}
.footer_text {
font-size: 1em;
line-height: 2em;
}
.footer_tel {
font-weight: bold;
font-size: 2.5em !important;
margin-top: 0px;
margin-bottom: 0px;
}
.footer_mailcontact a {
color: #FFFFFF;
width: 100%;
display: block;
text-decoration: none;
font-weight: bold;
background-color: #fff;
text-align: center;
padding-top: 1.5em;
padding-bottom: 1.5em;
color: #017cc0 !important;
}
.footer_text a  {
color: #FFFFFF;
text-decoration: none;
}

#footer-top li {
border-bottom: none;
}
.widget ul li {
margin-bottom: 0;
}


/*コクヨ商品*/
.k-img img {
width: 500px !important;
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 50px;
margin-bottom: 50px;
}
.k-img img:nth-child(2),
.k-img img:last-child {
margin-top: 0px;
}

@media screen and (max-width:480px){
.k-img img,
.k-img img:nth-child(2),
.k-img img:last-child {
width: 100%;
}
}


/*固定ページコクヨ　メタのタグ　関連商品非表示*/
.page-id-4061 .meta p::before,
.page-id-5292 .meta p::before {
display: none;
}


/*テーマアップデートでトップページメイン画像が左よりで小さくなったのを修正*/
.home #custom_header img {
	width: 100% !important;
}

/*スマホ、タブレットで閲覧時にロゴが縦伸びしてしまう現象の調整*/
#site__logo .custom-logo-link {
align-items:  flex-start;
}



/*SDGsまとめページからテンプレート部のリンクを外す*/
.postid-5647 #postend-linktextclick {
	display: none;
}

/*フォーム送信ボタンの右余白調整*/
.wpcf7-spinner {
display: block;
margin: auto;
}
.form-submitbtn {
margin-top: 50px;
}

/*フォーム送信ボタン下テキストサイズ調整*/
.formundertext {
	font-size: 0.8em;
}


/*STTOKEページ*/
.page-id-5889 .page-title,
.page-id-5889 #postend-linktextclick {
	display: none;
}

.page-id-5889 .entry-content h2,
.page-id-5889 .entry-content h3,
.page-id-5889 .entry-content h4 {
	background: white !important;
	color: black !important;
	padding: 0;
	margin: 0;
	border: none !important;
	box-shadow: none !important;
}

.page-id-5889 .entry-content {
	text-align: center;
}

.page-id-5889 .entry-content h2,
.page-id-5889 .entry-content h3
 {
	margin: 80px 0 50px 0;
}

.page-id-5889 .entry-content h4,
.page-id-5889 .entry-content p {
	margin: 50px 0 30px 0;
}


.page-id-5889 h2 {
	font-size: 2.5em !important;
}
.page-id-5889 h3 {
	font-size: 1.5em !important;
}
.page-id-5889 h4 {
	font-size: 1em !important;
	font-weight: bold;
}


.sttoketitlebox {
	position: relative;
	margin: 100px 0 50px 0;
}
.sttoketitlebox .titlebackmask {
    background-color: black;
    display:inline-block;
}
.sttoketitlebox .titlebackmask img {
    opacity: 0.6;
    display:block;
	margin: 0;
}

.sttoketitlebox span {
	position: absolute;
	top: 43%;
	left: 0;
	padding: 0 5%;
	color: white;
	font-size: 2em;
	line-height: 150%;
	font-weight: bold;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.page-id-5889 .flexbox img {
	width: 31% !important;
}
.page-id-5889 .flexbox img:nth-child(2) {
	margin: 0 3%;
}
.page-id-5889 .flexbox img:nth-child(1),
.page-id-5889 .flexbox img:nth-child(3) {
	margin: 0;
}

@media screen and (max-width:480px){
.page-id-5889 .entry-content {
	text-align: initial;
}
.sttoketitlebox {
	margin: 60px 0 30px 0;
}
.sttoketitlebox span {
	top: 40%;
	font-size: 1em;
	}
}

.eyecatch.of-cover img {
	width: 100% !important;
}


/*中央揃えでかっこいいページ用*/
#specialpage h2 {
	background: none;
	color: #017cc0;
	box-shadow: none;
	font-size: 2.5em;
}
#specialpage h3 {
	border: none;
}
#specialpage p {
	margin-bottom: 7em;
}






/*ページ上部のランキング*/

.itemrank {
	position:relative;
padding: 20px 80px 10px 120px;
width: 90%;
margin: 30px auto;
background-color: #ffefdbc7;
}
.itemrank .rankmargin {
    padding-bottom: 10px;
    padding-top: 10px;
	padding-left: 100px;
}
.itemrank .rank1 {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2022/07/rank1.png);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 0% 35%;
}
.itemrank .rank2 {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2022/07/rank2.png);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 0% 35%;
}
.itemrank .rank3 {
    background-image: url(https://kobe-nagasawa.pro/originalgoods/wp-content/uploads/2022/07/rank3.png);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 0% 35%;
}
.itemrank .rankmargin a {
    display: block;
    color: #353535;
}
.itemrank .rankmargin a:hover {
    text-decoration: underline !important;
}
.itemrank img {
    position: absolute;
width: 116px !important;
left: 20px;
    top: 0px;
margin: 0;
}
.itemrank p {
margin: 0 !important;
}
@media screen and (max-width:600px){
.itemrank {
	position:relative;
padding: 20px 20px 10px 20px;
width: 100%;
margin: 30px auto;
background-color: #ffefdbc7;
}
.itemrank img {
display: none;
}

}


/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}
.slideAnimeRightLeft:hover {
    text-decoration: underline !important;
}

@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}



/*クリエイターズデザインページ*/
#creatorsdesign_page {
	text-align: center;
}
#creatorsdesign_page h2 {
	font-size: 2.5em;
	line-height: 1.8em;
	margin-bottom: 2em;
	color: black;
	background-color: initial;
	box-shadow: initial;
}
.creatorsdesign_page_section {
	margin-bottom: 200px;
}
.creatorsdesign_page_bigtext {
	font-size: 1.5em;
	font-weight: 600;
}
.creatorsdesign_ichiran {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-bottom: 100px;
}
.creatorsdesign_img {
	width: 32%;
	margin: 10px 0;
}
#creatorsdesign_etc {
	background-color: #e8e8e8;
	padding: 3%;
	margin-top: 100px;
}
#creatorsdesign_etc h3 {
	margin-bottom: 20px;
	border: none;
	font-size: 1.5em;
}
#creatorsdesign_page_bigtext_area {
	margin: 80px 0;
}
.creatorsdesign_img img {
	margin-bottom: 0;
}
.creators {
	margin: 100px 0;
}
.creators p {
	margin-bottom: 0 !important;
}
.creator_name {
	font-weight: 600;
	font-size: 2em;
	margin-top: -30px !important;
}
@media screen and (max-width:599px) {
	#creatorsdesign_page {
		margin: 50px 0;
	}
	#creatorsdesign_page h2 {
	font-size: 2em;
	padding: 0;
	}
	.creatorsdesign_page_bigtext {
	font-size: 1.3em;
	}
	.creatorsdesign_ichiran {
		margin: 50px 0;
		gap: 0.5%;
	}
	.creatorsdesign_img {
		width: 33%;
		margin: 0;
	}
	#creatorsdesign_etc {
	padding: 10% 7%;
	}
	#creatorsdesign_etc h3 {
	font-size: 1.5em;	
	}
	.creatorsdesign_img img {
		margin-bottom: 1%;
	}
}


/*検索ページ　フォーム周りの変なボーダーやマージン削除*/

.page-id-7690 #___gcse_0 table {
	margin: 0;
}
.page-id-7690 #___gcse_0 td {
	border: none;
}

/*Google recaptcha非表示*/
.grecaptcha-badge { visibility: hidden; }

/*長期休暇中のお知らせ*/
#holidayguidance {
    background-color: #FFFDD8;
    padding: 25px 20px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
}
#holidayguidance p {
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 1em
}
@media screen and (max-width: 768px) {
#holidayguidance p {
	font-size: 1em
}
}


/*ランキング*/
.noveltyranking {
    background-color: #017cc0;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 50px 0;
}
.noveltyranking p {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
}
@media screen and (max-width:480px) {
.noveltyranking p {
    font-size: 1em;
	}
}
.noveltyranking ul {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.noveltyranking ul li {
    margin-bottom: 20px;
	}
.noveltyranking ul li:last-child {
    margin-bottom: 0;
}
.noveltyranking ul li a {
    display: flex;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #383838;
    text-decoration: none;
}
.noveltyranking ul li a:hover  {
    background-color: #FFEDDE;
}
.noveltyranking ul li a .rank {
    color: #017cc0;
    font-weight: bold;
    margin-right: 20px;
}


/*トップページのみノベルティ人気ランキングの上マージン0にする*/
.page-id-1972 .noveltyranking {
	margin-top: 0;
}

