@charset "utf-8";
/*
Template:kw-pack
Theme Name:kw-pack-child
Theme URI:https://www.kw-pack.co.jp/
Description:kw-pack
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.10
*/
/*COMMON*/
.post_content p, .post_content li, .post_content dt, .post_content dd, .post_content table th, .post_content table td {
	line-height: 1.8;
}
#page_header .desc {
	line-height: 2.0;
}
.gallery {
	overflow: hidden;
}
@media screen and (min-width: 1101px) {
	.sp_only {
		display: none;
	}
}
.post_content h3.styled_h3 span {
	font-size: 80%;
}
.flex_container {
	display: flex;
	flex-wrap: wrap;
}
.flex_container .flex_txt {
	width: calc(63% - 30px);
	margin-right: 30px;
} 
.flex_container .flex_img {
	width: 37%;	
} 
@media screen and (max-width: 1100px) {
	.flex_container .flex_txt, .flex_container .flex_img {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
	}
}
/*MEGAMENU*/
.megamenu_b .title {
	font-size: 24px;
}
/*TOP*/
.top_point .post_row {
	align-items: stretch;
}
.top_point .post_row .post_col-2 {
	display: flex;
	margin-right: 50px;
	margin-top: 50px;
}
.top_point .q_frame {
	padding-top: 1.5em;
}
.top_point .q_frame3 .q_frame_label {
	font-size: 28px;
}
@media screen and (max-width: 1100px) {
	.top_point .post_row .post_col-2 {
		margin-right: 0;
	}
}
/*POINT*/
.post_content .point_wrap {
	display: flex;
	flex-wrap: wrap;
}
.post_content .point_wrap dl.point_box {
	display: flex;
	width: calc(50% - 40px);
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	background: #f6f6f6;
}
.post_content .point_wrap dl.point_box dt, .post_content .point_wrap dl.point_box dd {
	box-sizing: border-box;
}
.post_content .point_wrap dl.point_box dt {
	width: 30%;
	padding: 20px;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
	background: #8CD0D6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post_content .point_wrap dl.point_box dd {
	width: 70%;
	padding: 20px;
}
/*TOP商品*/
.product_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_wrap .product_box {
	width: calc(100% / 4 - 20px);
	position: relative;
	margin-bottom: 30px;
}
.product_wrap .product_box .product_tit {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.product_wrap .product_box .product_txt {
	position: absolute;
	top: 80px;
	left: 40px;
	line-height: 1.6;
}
.product_wrap .product_box .product_img img {
	width: 100%;
	height: auto;
	margin: 0;
}
.post_content .product_wrap .product_box a {
	display: block;
	position: relative;
	color: #fff;
	transition : all 0.5s ease 0s;
}
.post_content .product_wrap .product_box > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 50%);
}
.post_content .product_wrap .product_box a:hover {
	opacity: .6;
}

/*商品*/
#page_header .image {
	margin-bottom: 50px;
}
.post_content table caption {
	font-size: 110%;
	text-align: left;
	margin-bottom: 10px;
}
.post_content .img_box {
	text-align: center;
	margin: 15px auto;
}
.post_content table.tbl_product th, .post_content table.tbl_product td {
	padding: 5px;
	text-align: center;
    vertical-align: middle;
}
.post_content table.tbl_product.s_tbl th, .post_content table.tbl_product.s_tbl td {
	padding: 3px;
	font-size: 14px;
	line-height: 1.4;
}

@media screen and (min-width: 1101px) {
	.post_col-2 .post_col-2 {
		margin-right: 30px;
		width: calc(50% - 15px);
	}
	.furoshiki .post_col-2 {
		margin-right: 0;
		width: 50%;
}
	.furoshiki .post_col-2 .post_col-2 {
			margin-right: 30px;
			width: calc(50% - 15px);
	}
}

/*BECHU*/
.post_content h2.catch_txt {
	background: #D86F6E;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	border-radius: 6px;
	text-align: center;
}
.small_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}
.post_content ul.flow {
  padding-left: 120px;
  position: relative;
	list-style-type: none;
	margin: 0;
}
.post_content ul.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.post_content ul.flow > li {
  position: relative;
}
.post_content ul.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.post_content ul.flow > li .icon {
  font-size: 14px;
	font-weight: bold;
  color: #fff;
  background: #67B6AA;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.post_content ul.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #67B6AA;
  position: absolute;
  top: calc(50% - 5px);
  left: 100%;
}
.post_content ul.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.post_content ul.flow > li dl::before,
.post_content ul.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.post_content ul.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #67B6AA;
  border-radius: 50%;
  left: -4px;
}
.post_content ul.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.post_content ul.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1vh;
}
@media only screen and (max-width:767px) {
	.post_content ul.flow > li dl {
	  padding-left: 20px;
	}
	.post_content ul.flow > li dl::after {
	  width: 10px;
	}
}
.q_custom_button2 .arrow_button {
	background-color: #fff;
	margin-left: 10px;
}
.q_custom_button2 .arrow_button:before, .q_custom_button2 .arrow_button:after {
	color: #D86F6E;
}
.post_content a.q_custom_button2.betsubtn {
	line-height: 1;
}
/*LAMI*/
.post_content dl.other_txt {
	
}
.post_content dl.other_txt dt {
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 5px;
}
.cb_service_category_list_carousel .item {
    flex: 0 0 auto;
    width: calc((var(--vw) * 100 - 200px) / 5 - 3px) !important;
}
.cb_service_list .swiper-nav-button {
	display: none;
}
.cb_service_category_list .title_area {
	padding: 30px;
}
.cb_service_category_list .sub_title {
	font-size: 14px;
}
/*COMPANY*/
.post_content dl.address {
	display: flex;
}
.post_content dl.address dd {
	width: calc(50% - 30px);
	margin-right: 30px;
}
.post_content dl.address dd:nth-child(2n) {
	margin-right: 0;
}
@media screen and (max-width: 1100px) {
	.product_wrap .product_box {
		width: calc(100% / 2 - 10px);
		position: relative;
		margin-bottom: 20px;
	}
	.product_wrap .product_box .product_tit {
		top: 15px;
		left: 15px;
		font-size: 18px;
	}
	.product_wrap .product_box .product_txt {
		top: 60px;
		left: 15px;
	}
	.post_content .point_wrap dl.point_box {
		display: block;
		width: 100%;
	}
	.post_content .point_wrap dl.point_box dt, .post_content .point_wrap dl.point_box dd {
		width: 100%;
		padding: 10px 0;
	}
	.post_content dl.address {
		display: block;
	}
	.post_content dl.address dd {
		width: 100%;
		margin: 0 0 20px;
	}
	.post_content dl.address dd:last-child {
		margin-bottom: 0;
	}
}
/* フォーム
------------------------------------------------------------*/
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: inherit !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: #ff4000;
  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: #666;
}
#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: #ff4000 !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #666 !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%;
}
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 #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 10px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c, .post_content table thead th {
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
    padding: 0;
}
.post_content table.flat th,
.post_content table.flat td {
    padding: 0 5px;
}
.post_content table.flat th {
	white-space: nowrap;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
.post_content dl.history {
  display: flex;
  flex-wrap: wrap;
}
.post_content dl.history dt, .post_content dl.history dd {
	box-sizing: border-box;
}
.post_content dl.history dt {
  width: 35%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content dl.history dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*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;
	}
}