@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 非表示=========================== */

.hihyouji{
	display: none;
}


/* common======================= */

.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}

@media screen and (min-width: 960px) {
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 70%;
		min-width: 1000px;
}
}


/* ヘッダー=========================== */

.c-headLogo img{
	width: 350px;
}

.c-gnav>.menu-item>a .ttl {
font-size: 16px;
letter-spacing: .1rem;   /*文字の間隔*/
  font-weight: bold;
}

/*ヘッダー電話番号*/
@media (min-width: 960px) {
.w-header__inner p {
line-height: 1.5;
}
}

.header_contact_phone {
font-family: Inter, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
font-size: 1.4vw;
font-weight: 700;
color: #fff;
	white-space: nowrap;
letter-spacing: 1px;
}
.header_contact_phone span.icon-phone {
font-size: 1.2vw;
vertical-align: baseline;
margin-right: 2px;
}
.header_business_hours {
font-size: 0.7vw;
	color: #fff;
letter-spacing: 2px;
	white-space: nowrap;
text-align: center;
}

.header_phone_bg{
	background: #305bdb;
	padding: 0.5vw 1.2vw;
}

/* トップページ======================= */

/*トピックスデザイン*/
ul.newsList {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px dotted #999;
  padding: 0px 0;
  margin-bottom: 10px;
	color: #333333;
}

ul.newsList li {
display: block;
margin: 20px 10px;
	color: #333333;
}
ul.newsList li a{
color: #333333;
	text-decoration: underline;
}
@media screen and (max-width:767px) {
ul.newsList li {
	margin: 10px 10px;
	}
}

ul.newsList li:nth-child(3) {
flex-basis: auto;
}


/*トップページNEWSスクロール*/
.scroll {
    overflow: hidden;
	height: 300px;
    &:hover {
      overflow: scroll;
      &::-webkit-scrollbar {
       width: 10px;
       height: 0;
      }
      &::-webkit-scrollbar-track {
        border-radius: 0px;
        height: 100%;
        background-color: #eeeeee;
      }
      &::-webkit-scrollbar-thumb {
       border-radius: 0px;
       background-color: #c0c0c0;
     }
  }
}

/*news詳細ページ*/
.c-postTitle__ttl{
	display: none;
}

.text_h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.news_date{
		margin-bottom: 20px;
}
.news-box{
	max-width: 1200px;
	margin-bottom: 50px;
}

.news_img_top{
	text-align: center;
}


.text_main p{
	margin-bottom: 1.5em;
}

.text_main{
	margin-top: 40px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px){
  .text_box{
    font-size: 17px;
  }
}

.flex_news_img{
width:100%;
  height:auto;
  display:flex;
  flex-direction:row; /* 記載しなくてもデフォルトで指定されている */
  flex-wrap:wrap; /* 折り返し */
  justify-content:space-between;
	 gap: 10px 4px; /* 余白 */
	margin-top: 60px;
}
.flex_news_img::after{
  content:"";
  display: block;
  width:32%;
}

.news_img{
	width: 32.5%;
}
@media screen and (max-width: 480px){
	.flex_news_img{
    flex-direction: column;
  }
  .news_img{
    width: 100%;
  }
}

/* 製品情報ページ==================== */

/* 絞り込み */

.filter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    max-width: 900px;
    margin-bottom: 30px;
}

.filter-form label {
    font-weight: bold;
    margin-right: 10px;
}

.filter-form select {
    padding: 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    min-width: 180px;
    transition: border-color 0.3s;
}

.filter-form select:focus {
    border-color: #1e73be;
    outline: none;
}

.filter-form button {
    padding: 8px 16px;
    background-color: #1e73be;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-form button:hover {
    background-color: #155a96;
}

/* 製品一覧 */

.product-outer {
	margin-bottom: 100px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-item {
  width: calc(33.333% - 20px); /* 3カラム */
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.product-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
  width: 100%;
  aspect-ratio: 3 / 2; /* 正方形の枠を作成 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff; /* 背景色は任意で設定 */
}

.product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* 画像の縦横比を維持し、枠内に収める */
	transition: transform 0.3s ease; /* スムーズな拡大効果 */
}


.product-image-wrapper:hover .product-img {
  transform: scale(1.05); /* 画像を5%拡大 */
}




.product-title {
	color: #232323;
  font-size: 16px;
  font-weight: bold;
	margin-top: 10px;
}

@media screen and (max-width: 767px){
	.product-list {
  gap: 10px;
}
.product-item {
  width: calc(50% - 5px); /* 2カラム */
}
	.product-img {
 width: 100%;
  height: 100%;
}
	
.product-title {
  font-size: 13px;
}
}


/* 詳細 */

@media screen and (min-width: 1200px) {
	.flex {
	display: flex;
}
.flex_item{
	width: 50%;
	min-width: 520px;
	padding: 1rem;
}
}
	
.single-product .l-mainContent {
  max-width: 1200px;
}

.product_ttl {
	font-size: 23px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.product_ttl:after {
	background-color: #1e90ff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 100px; /* 線の長さ */
}

.cp_cssslider02 {
	width: 520px;
	min-width: 520px;
	padding-top: 350px; /* メイン画像の高さに応じて調整 */
	position: relative;
	margin: auto;
	text-align: center;
}
.cp_cssslider02 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	width: 100%;
	height: 347px;
	object-fit: contain;
}
.cp_cssslider02 input[name='cp_switch'] {
	display: none;
}
.cp_cssslider02 label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
	padding: 0;
}
.cp_cssslider02 label:hover {
	opacity: 0.9;
}
.cp_cssslider02 label img {
	display: block;
	width: 80px;
	height:53px;
	object-fit: cover;
	border-radius: 2px;
}
.cp_cssslider02 input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider02 input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider02 input[name='cp_switch']:checked + label + img {
	opacity: 1;
}

@media screen and (max-width: 1199px){
 .cp_cssslider02 {
	 margin-bottom: 30px;
}
}
@media screen and (max-width: 767px){
 .cp_cssslider02 {
	width: 500px;
	min-width: 500px;
	padding-top: 350px; /* メイン画像の高さに応じて調整 */
}
	.cp_cssslider02 > img {
	height: 333px;
}
}
@media screen and (max-width: 480px){
 .cp_cssslider02 {
	width: 100%;
	min-width: 100%;
	padding-top: 240px; /* メイン画像の高さに応じて調整 */
}
	.cp_cssslider02 label img {
	width: 50px;
		height: 35px;
}
	.cp_cssslider02 > img {
	height: 236px;
}
}

.product-description {
	background-color: #fff;
	padding: 1.5rem;
}

.product-description p {
	margin-bottom: 1em;
}

.product-info {
	background-color: #fff;
	padding: 1.5rem;
}

/* 協議会概要======================= */

.common_table td{
	height: 80px;
}

/* 協議会取り組み==================== */

.workon_year {
	background-color: #10327a;
	color: #fff;
	font-size: 2.8em;
	line-height: 12rem;
	font-weight: bold;
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .workon_year {
	font-size: 1.3em;
	line-height: 6.5rem;
	width: 100px;
	height: 100px;
		margin-left: auto;
		margin-right: auto;
}
}

@media screen and (max-width: 480px) {
	.workon_year {
	font-size: 1.3em;
	line-height: 7rem;
	width: 100px;
	height: 100px;
		margin-left: auto;
		margin-right: auto;
}
}


.workon_table td,.workon_table th{
	padding: 30px 0;
}


/* 入会手続き======================= */

.step_outer {
	background-color: #fff;
	box-shadow: 1px 5px 15px #c0c0c0;
	padding: 20px;
	border-radius: 10px;
}

.step_box {
	position: relative;
	background-color: #f7f7f7;
	padding: 30px;
}

.step_number {
	position: absolute;
	top: -50px;
	left: -40px;
	background-color: #10327a;
	color: #fff;
	font-weight: bold;
	padding: 25px 10px ;
	border-radius: 100px;
	z-index: 99;
}


/*お問い合わせページ*/
.CF7_contact{
	width:100%;
}

/*入力欄*/
.CF7_contact input, .CF7_contact textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

.CF7_honbun{
	width:100%;
}

/*入力欄*/
.CF7_honbun input, .CF7_honbun textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

/*タイトル左ライン*/
.title_contact{
   position:relative;
}

span.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px
}

.title_contact::before{
   content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#218dd8;
   position:absolute;
}

/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #dc143c;/*レッド*/
	color: #fff;
	border-radius: 3px;
}

/*個人情報*/
.title01 {
	font-size:18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#218dd8;
	border:0;
	color:#fff;
	font-weight:bold;
	padding-right:50px;
	padding-left:50px;
	margin-bottom: 100px;
	letter-spacing: 5px;
}

.CF7_btn{
	text-align:center;
	margin-top:30px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/*ぱんクズリスト非表示*/
#breadcrumb {
 display: none;
}

/* フッター=========================== */
/*reCAPTCHA全面表示*/
.grecaptcha-badge {
	z-index: 1; 
}

/* 「トップへ戻るボタン」の位置調整 */ 
.p-fixBtnWrap { 
	bottom: 85px;
	right: 10px
}

/* お問い合わせボックス================= */

.contact-box{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	background-image: url(https://jack-0303.com/wp-content/uploads/2025/07/contact_box_blue.jpg);
	border-radius: 500px;
	box-shadow: 5px 5px 15px #a1a1a1;
	width: 100%;
	z-index: 99;
}

.contactbox_inner{
	height: 100%;
	max-height: 200px;
	border-radius: 20px;
}

@media screen and (max-width: 768px) {
.contact-box{
	border-radius: 100px;
}
}

@media screen and (max-width: 480px) {
.contact-box-ttl{
	top: 550px;
}
	.contact-box{
	border-radius: 50px;
}
}
/*個人情報スクロール*/
.scroll2 {
  overflow: auto;
  height: 100%;
  max-height: 300px;
  width: 100%;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 1.2rem;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

/* WebKit */
.scroll2::-webkit-scrollbar {
  width: 10px;
}
.scroll2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll2::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.scroll2::-webkit-scrollbar-thumb:hover {
  background: #555;
}