@charset "utf-8";
/*
Template:ksk
Theme Name:ksk-child
Theme URI:https://ksk-jp.com/
Description:ksk
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:2.12
*/

/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
transform: scale(1.5);
margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
position:relative;
width:225px;
}
.wpcf7 form,.wpcf7 {
margin: 0 !important;
background: none !important;
border: 0 !important;
}
.wpcf7 p {
font-size: 16px !important;
}
*:first-child+html input[type="submit"]{padding:3px;}
 
span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
margin: 0 auto;
padding: 10px 20px;
background: #0d2c5a;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
line-height: 1.5;
font-size: 120% !important;
color: #fff;
cursor: pointer;
height:48px;
outline:none;
-webkit-transition: all .3s;
transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
background: #0d2c5a;
opacity:0.7;
}
#searchform input[type="submit"] {
line-height: 1;
padding: 6px;
vertical-align: top;
}
.submit-button{
text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
background-color: transparent !important;
border: none !important;
}
.wpcf7-form table p {
padding-bottom: 5px;
}
textarea.wpcf7-form-control {
max-height: 100px;
}
.wpcf7 .wpcf7-submit {
background-color: #0d2c5a !important;
}
.wpcf7 .wpcf7-submit:hover {
background-color: #0d2c5a !important;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
 -webkit-appearance: none;
 -moz-appearance:none;
 -ms-appearance:none;
 appearance: none;
 /*Firefox用*/
text-indent: .01px; 
text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
display: none;
}
.wpcf7-form table p {
padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
width: 40%;
}
@media only screen and (max-width:767px){
.wpcf7 input[type="tel"],
 .wpcf7 input[type="email"]{
 width:100%!important;
 }
.submit-button{
padding:0 50px;
}
}

span.required {
display: inline-block;
padding: 4px 6px;
border-radius: 6px;
background: red;
color: #fff;
font-size: 90%;
line-height: 1.2;
text-align: center;
margin: 0 4px;
}
form table .txt_s {
font-size: 80%;
color: #666;
}

/* table */
.post_content table {
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #f1f5f8;
border-left: 1px solid #f1f5f8;
font-size: 100%;
line-height: 141.7%;
margin: 10px -1px 24px 0;
width: 100%;
text-align:left;
}

.post_content th{
background: #f1f5f8;
border:1px solid #fff;
color: #000;
width:25%;
white-space: nomal;
text-align:left;
}
.post_content td{
border:1px solid #f1f5f8;
vertical-align: middle;
text-align:left;
white-space: wrap;
}

.post_content form table th, 
.post_content form table td, 
.post_content table.resp th, 
.post_content table.resp td{
white-space: wrap;
}



@media only screen and (max-width:767px){
.post_content table {
border-top: 1px solid #f1f5f8;
border-left: 1px solid #f1f5f8;
border-right: 1px solid #f1f5f8;
border-bottom: 1px solid #f1f5f8;
}        

.post_content th{
width:auto!important;
border: none;
}

.post_content td{
width: auto;
border: none;
align-items: center;
justify-content: center;
}
}

.post_content dl.history {
display: flex;
flex-wrap: wrap;
}

/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
.post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
.post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
margin-top: 0 !important;
padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
.post_content form table th, .post_content form table td,
.post_content table.resp th, .post_content table.resp td {
display: block;
}
.post_content form table th, .post_content table.resp th {
border-top: 0;
border-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
width: 30%;
}
span.yubin, span.yubin:hover { 
font-size: 80% !important;
padding: 7px 10px; 
}
}
.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}


/*改行*/
br.pc-br{
display:block;
}
br.sp-br{
display:none;
}
@media only screen and (max-width:767px){
br.pc-br{
display:none;
}
br.sp-br{
display:block;
}
}

/* サイドボタン */
#side_menu a {
	width:110px !important;
}

/* 見出し */
.styled_h2{
	background:#a58f38 !important;
}


/* 投稿＿出版ページ */
.btn_dl{
	font-weight:700 !important;
}

/* header */
#header{
	background:#fff !important;
}

#global_menu > ul{
	background:#fff !important;
}

#global_menu > ul > li > a{
	color:#0D2C5A !important;
}

#cb_content_2{
	background-image:url(https://ksk-jp.com/wp/wp-content/uploads/bg_top_white-1-scaled.jpg);
}


#cb_content_3{
	background-image:url(https://ksk-jp.com/wp/wp-content/uploads/book_bg-scaled.jpg);
}


/* フッター */


/* top */
/* .top_rinen h2{
	font-family:"游明朝","游明朝体","Hiragino Mincho Pro",serif;
	font-size:38px !important;
	text-align:center;
} */

.top_rinen p{
	text-align:center;
/* 	font-weight:600; */
	font-size:18px;
}

.top_rinen_title{
	font-family:"游明朝","游明朝体","Hiragino Mincho Pro",serif;
	font-size:34px !important;
	text-align:center;
}

.top_rinen_text{
	text-align:center;
	font-size:18px;
}
#footer_menu ul li a{
	vertical-align:middle;
	font-size:14px;
}

#footer_info {
    line-height: 2;
    margin-top: 20px;
    font-family: 游明朝;
    font-weight: 600;
}

@media only screen and (max-width:767px){
	
	.top_rinen_title{
	font-size:22px !important;
	text-align:center;
	}
	
	.top_rinen_text{
	text-align:left !important;
	font-size:16px;
	}
	#footer_menu ul li a{
		font-size:10px !important;
	}
}

/* タイトル・見出し */
.title{
	font-size:22px !important;
}

.title_h2{
	color:#0d2c5a;
	font-weight:700;
	border-bottom:1px solid #8badde;
	padding-bottom:10px !important;
	font-size:22px !important;
}

.title_h3{
	font-size: 18px;
	margin: 10px 0 !important;
}

.title_kizai{
	text-align:center;
	padding:12px!important;
	background:#0d2c5a;
	color:#fff;
	font-size:16px;
	margin-top:0!important;
	margin-bottom:0!important;
}

.title_arch{
	font-size:18px !important;
	margin:10px 0 !important;
}

.last_title_kizai{
	padding:27px !important;
	text-align:center;
	background:#0d2c5a;
	color:#fff;
	font-size:16px;
	margin-top:0!important;
}

.product_title{
	padding:12px!important;
	background:#0d2c5a !important;
	color:#fff;
	font-size:18px !important;
}

.flow-title{
	text-align:center;
	color:#104799;
}

/* 統一 */

a{
	font-weight:600;
}

.product_box{
	padding:20px;
}

.box{
	padding:20px;
/* 	background:#eff5fb; */
	background:#f4f6ff;
	margin:14px 0;
	border-radius:8px;
}

.wrap{
	padding:20px 0;
}

table td a{
	text-decoration: none;
    color:#fff;  
    display: block;
    width: 100%;
    height: 100%;
}

.post_content ul{
	margin-bottom:0 !important;
}

ul li{
	list-style:disc;
}

/* flexbox */
.form-parent{
	display:flex;
	flex-direction:row;
	justify-content:start;
}

.half_parent,
.parent{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.child.child2{
	margin-left:10px;
}

.half_child{
	width:50%;
}

.half_child img{
	width:100%;
	height:auto;
}

.half_child.child1,
.half_child.child1.kizai_box{
	margin-right:20px;
}

.half_child.child2{
	margin-left:20px;
}

.fifteen_child{
	width:15%;
}

.eighty_child{
	width:85%;
}

.thirty_child{
	width:30%;
	margin-right:10px;
}

.seventy_child{
	width:70%;
}

.fourty_child{
	width:40%;
	margin-right:10px;
}

.sixty_child{
	width:60%;
}

	.thirty_child img,
	.seventy_child img{
	width:100%;
	margin:auto;
	}

/* 	.child1{
		margin-right:10px !important;
	} */

@media only screen and (max-width:767px){
	.form-parent,
	.half_parent,
	.parent{
	display:block;
	}

	.half_child,
	.thirty_child,
	.seventy_child{
	width:100%;
	}
	
	.child1{
		margin-right:0px;
	}
	
	.child.child2{
	margin-left:0;
	}
	
	.half_child.child1,
	.thirty_child,
	.half_child.child1.kizai_box{
	margin-right:0;
	}
	
	.half_child.child2,
	.half_child.child1.kizai_box{
	margin-left:0;
	}
	
	.fourty_child{
	width:100%;
	}

	.sixty_child{
	width:100%;
	}
	
	.fifteen_child{
	width:100%;
	}

	.eighty_child{
	width:100%;
	}
}

/*  保有機材*/
.kizai_box{
	border:1px solid #ddd;
}

.p_kizai{
	padding:12px;
}

/* アーカイブ */
.archive_image{
	margin:auto !important;
}
.degi_btn{
	font-weight:600 !important;
}
.mini_box{
/* 	background:#f4faff; */
	background:#f4fbff;
	border-radius:8px;
	padding: 18px;
}

.parent.arch-parent .child{
	width:50%;
}

.parent.arch-parent .child1{
	margin-right:20px;
}

.shucchou{
	width:80%;
	height:auto;
}

.cut-image{
	width:70%;
	height:auto;
}

.childbox{
	width:calc(100% /4);
	padding: 12px;
	border:1px solid #000;
	margin:0 30px;
	background:#fff;
	position:relative;
}

.childbox p{
	letter-spacing:1.8px;
}

.childbox:after{
	position:absolute;
	content:"→";
	top:45%;
	left:115%;
	transform:translateX(-50%);
	font-size:30px;
}

.childbox:last-of-type:after{
	display:none ;
}

th.ori-th,
td.ori-td{
	padding:10px 20px !important;
	text-align:center;
	width:150px;
}

.th-sticky{
	position:sticky;
	top:0;
	left:0;
}


@media only screen and (max-width:767px){
	
	.ori-td{
		white-space:nowrap !important;
	}
	
	th.ori-th,
	td.ori-td{
	padding:10px;
	text-align:center;
	width:180px
    max-width:200px;
}

	
	.childbox{
	max-width:270px;
	width:100%;
	padding: 12px;
	border:1px solid #000;
	margin:0;
	background:#fff;
	margin-bottom:10px;
}

.childbox p{
	letter-spacing:1px;
}

.childbox:after{
	display:none;
}

.childbox:last-of-type:after{
	display:none ;
}
	.parent.arch-parent .child{
	width:100%;
}

.parent.arch-parent .child1{
	margin-right:0px;
}

.shucchou{
	width:100%;
	height:auto;
}

.cut-image{
	width:100%;
	height:auto;
}
}

/* 製品 */
.product_box{
	background:#f4f6ff;
	margin:20px 0;
}

/* 出版物 */

/* 製品概要上部のタイトル */
#showroom_title_area_bottom {
	display:none !important;
}


#showroom_list .title{
	font-size:13px !important;
}


/* 20250729 後藤さん製品試し 増補改訂日本大蔵経*/

#showroom_title_area .title{
	display:none !important;
}

.rich_font_type2{
	margin-bottom:14px !important;
}

.bottom_h2{
	margin-bottom:30px !important;
}
/* 0819 */
/* サンクスメッセージの位置を調整 */
.wpcf7-response-output {
  position: relative;
  top: 0;
  margin-top: 20px; /* 必要に応じて調整 */
}

/* スマホ表示　調整 */
@media only screen and (max-width:767px){
	#index_news_ticker .title a{
		font-size:12px;
	}
	
	.index_showroom_list .title span,
	#index_carousel .title{
		font-size:12px !important;
	}
	
	.blog_list .title{
		font-size:16px !important;
	}

	#footer_banner .title{
		font-size:16px !important;
	}
	
	.top_rinen_text{
		font-size:16px !important;
	}
	
	.title_h3.product_title{
		font-size:16px !important;
	}
	
	th{
		border-top: 1px solid #ddd !important;
	}
	
  .wpcf7c-elm-step1 table,
  .wpcf7c-elm-step2 table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .wpcf7c-elm-step1 th,
  .wpcf7c-elm-step1 td,
  .wpcf7c-elm-step2 th,
  .wpcf7c-elm-step2 td {
    display: block;
    width: 100%;
  }

  /* ボタンも100%幅に */
  .submit-button input {
    width: 100%;
    margin-bottom: 10px;
  }
	
　.wpcf7c-elm-step1 select,
　.wpcf7c-elm-step2 select {
  width: 100%;
  max-width: 100%;
  white-space: normal; /* 長文を折り返す */
  box-sizing: border-box;
　}
}

#global_menu_button span{
	background:#333 !important;
}

#drawer_menu {
	background:#333 !important;
}

/* 20250826 不要な箇条書き */
.category_list_widget li,
.item,
.item + li{
	list-style:none;
}