@charset "utf-8";
/*
Template:sinwasangyou
Theme Name:sinwasangyou-child
Theme URI:https://ss13.aiosl.jp/sinwasangyou/wp
Description:sinwasangyou
Author:tmwks
Author URI:https://tmwks.jp/
Version:2.5.1
Text Domain:tcd-falcon
*/

h3.catch.common_headline.rich_font_type3{
	margin-bottom:50px;
}
.desc p,
p.desc,
p.desc.inview.animate{
	font-weight: 500;
}

.cb_gallery_content.num2 .cb_gallery_content_inner {
padding:50px 0 100px !important;
}

/* フォーム
------------------------------------------------------------*/
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="submit"],input[type="reset"],input[type="button"]{
padding:8px 15px;
border: none !important;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
height:48px;
	margin:30px auto 0;
	background-color:#193488; 
	cursor:pointer;
	text-align:center; 
	text-decoration:none;
	line-height:1.5;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.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:#5bcbea;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120%;
  color: #fff;
  cursor: pointer;
}
span.yubin,
span.yubin:hover { font-size: 80%;padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #193488;
}
#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:#5bcbea !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #193488 !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;
}
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 100%;
}
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;
}


/*tbl*/
table.company-tbl th,
table.recruit-tbl th,
table.low-tbl th,
table.border th{
	width:30%;
	border:none;
	border-bottom:1px solid #fff;
	font-weight:600;
	text-align:left;
	background:#5bcbea;
	color:#fff;
	vertical-align:middle;
	
}

table.company-tbl td,
table.recruit-tbl td,
table.low-tbl td,
table.border td{
	width:70%;
	
}
table.company-tbl td,
table.recruit-tbl td,
table.low-tbl td  {
	padding:17px 40px;
}

table.company-tbl td > a {
	color:#193488;
}
.form-conbtn {
	text-align:center;
	margin-bottom:80px;
	margin-top:60px;
}
@media only screen and (max-width: 767px){
	table.company-tbl,
	table.recruit-tbl,
	table.low-tbl,
	table.border{
		
	}
	table.company-tbl th,
	table.company-tbl td,
	table.recruit-tbl th,
	table.recruit-tbl td,
	table.low-tbl th,
	table.low-tbl td,
	table.border th,
	table.border td{
		width:auto;
		display:block;
		text-align:center;
	}
	table.company-tbl td > ul  {
		text-align:left;
	}


table.company-tbl td > ul {
	list-style:disc;
	margin-bottom:0;
}
table.recruit-tbl td {
	padding:17px 25px;
	
}　
	}
tabel
/*alls*/
.company-box h3,
.recruit-box h3,
.privacy-box h3,
.low-box h3,
.product-box h3,
.products-box h3{
    position: relative;
    padding: 1rem 2rem;
    box-shadow: 6px 6px #5bcbea;
    outline: 3px solid #fff;
    border: 3px solid #193488;
    background-color:#193488;
    color: #fff;
    font-weight: 600;
    text-align: center;
	margin-bottom:40px;
}
.products-conbox02 h3,
.products-conbox03 h3{
	    position: relative;
    padding: 1rem 2rem;
    box-shadow: 6px 6px #193488;
    outline: 3px solid #fff;
    border: 3px solid #5bcbea;
    background-color:#5bcbea;
    color: #fff;
    font-weight: 600;
    text-align: center;
	margin-bottom:40px;
}

.company-box h4,
.privacy-box h4{
    padding:35px 0 15px;
    margin-bottom: 30px;
    background-image: linear-gradient(90deg, #5bcbea 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
    color: #323232;
    font-weight: 600;
}
.product-box h4,
.products-box h4{
	padding:15px;
    color: #fff;
    font-weight: 600;
	background:#193488;
	
}

.products-conbox03 h4 {
		padding:15px;
    color: #fff;
    font-weight: 600;
	background:#5bcbea;
}
.company-conintext0102b h5 {
    padding:15px 0;
    margin-bottom: 10px;
	border-bottom:4px solid  #dedede;
    font-weight: 600;	
}
.recruit-box dt {
	padding:20px 10px;
	background:#5bcbea;
		color:#fff;
	margin:0 auto;
	width:500px;

}
.recruit-box dd {
		margin:0 auto;
	width:500px;
	background:#f7f7f7;
	padding:20px 10px;
}
.company-conintext0102b p,
.privacy-box p{
	padding:5px;
}
span.font-rignt01 {
	text-align:right;
}
.company-conintext0101,
.recruit-conintext01,
.privacy-coninttlbox0101,
.privacy-coninttlbox0102,
.privacy-coninttlbox0103,
.privacy-coninttlbox0104,
.privacy-coninttlbox0105,
.privacy-coninttlbox0106,
.product-inboxtext0101,
.product-inboxtext0102,
.product-inboxtext0103,
.product-inboxtext0104,
.product-inboxtext0105,
.product-inboxtext0106{
	margin:10px;
}
.privacy-conintextbox0101,
.privacy-conintextbox0102,
.privacy-conintextbox0103,
.privacy-conintextbox0104,
.privacy-conintextbox0105,
.privacy-conintextbox0106 {
	padding:10px 15px;
}
.company-conintext0101 ul,
.privacy-box ul{
	list-style:disc;
	margin-bottom:0px;
}

.company-conintext0102s {
	display:flex;
	margin:5px;
}
.company-conintext0102a,
.company-conintext0102b {
	width:50%;
}

.recruit-conintext0102 {
	text-align:center;
	
}
.company-coninbox0101,
.company-coninbox0102,
.company-coninbox0103,
.company-coninbox0104 {
	margin:10px;
	padding:5px;
}
@media only screen and (max-width: 767px) {
	.company-conintext0102b {
		padding:0 !important;
}
}
.company-conintext0102b {
padding:10px 15px;
}
.company-conintext0102a {
	display:flex;
	align-items:center;
	justify-content:center;
}

.recruit-conintext0102 {
	padding-top:40px;
	padding-bottom:40px;
}
.recruit-coninbtn0102 {
	margin:30px auto;
}

br.on-sp01 {
	display:none;
}

.low-tblbox {
	padding-top:40px;
	padding-bottom:80px;
}
.product-inbox0101,
.product-inbox0102,
.product-inbox0103,
.product-inbox0104,
.product-inbox0105,
.product-inbox0106{
	padding-bottom:40px;
	padding-top:30px;
}
.product-inbox0301 {
	padding-top:20px;
	padding-bottom:40px;
}
.product-inboxtext0201 ul,
.products-box ul{
	display:flex;
	list-style:disc;
	flex-wrap:wrap;
	padding-left:100px;
	padding-right:10px;
}
.product-inboxtext0201 li,
.products-box li{
	width:50%;
}
.product-inimgbox0301a,
.product-inimgbox0301b {
	display:flex;
	flex-wrap:wrap;
}
.product-inboximgs0301a01,
.product-inboximgs0301a02,
.product-inboximgs0301a03 {
	width:30%;
	padding:5px;
}
.product-inboximgs0301b01,
.product-inboximgs0301b02 {
	width:48%;
	padding:5px;
}
span.big-font01 {
	font-size:20px;
	
}
.products-inbox0101s,
.products-inbox0103s,
.products-inbox0105s,
.products-inimgbox0301a{
	display:flex;
}
.products-inimgbox0301b {
	display:flex;
	flex-wrap:wrap;
}
.products-inbox0101,
.products-inbox0102,
.products-inbox0103,
.products-inbox0104,
.products-inbox0105,
.products-inbox0106,
.products-inboximgs0301a01,
.products-inboximgs0301a02{
	width:50%;
	margin:10px;
}
.products-inboximgs0301a03,
.products-inboximgs0301b01,
.products-inboximgs0301b02 {
	width:calc(100% /3 - 10px);
	margin:5px;
}
.products-conbox01 h4 {
	text-align:center;
}
.products-conbox03,
.products-conbox02{
	padding-top:30px;
}

.products-conbox01 p {
	padding:15px 0;
}
span.material-symbols-outlined {
	position:relative;
	top: 7px;
    right: 8px;
}
.addtopf-inconimg0101sp {
 display:none;
}
@media only screen and (max-width: 767px){
	.company-conintext0102s,
	.product-inimgbox0301a,
	.product-inimgbox0301b{
		display:block;
	}
	.company-conintext0102a,
	.company-conintext0102b {
		width:auto;
		padding-top:15px;
		padding-bottom:15px;
	}
	.recruit-box dt,
	.recruit-box dd {
		width:auto;
	}
	br.on-sp01 {
		display:block;
	}
	br.on-pc01 {
		display:none;
	}
	.product-inboxtext0201 ul,
	.products-box ul{
		display:block;
		padding-top:40px;
		padding-left:10px;
	}
	.product-inboxtext0201 li,
	.products-box li{
		width:auto;
	}
	.product-inboximgs0301a01,
	.product-inboximgs0301a02,
	.product-inboximgs0301a03,
	.product-inboximgs0301b01,
	.product-inboximgs0301b02{
		width:auto;
		padding-top:25px;
		padding-bottom:30px;
	}
	.products-inbox0101s,
.products-inbox0103s,
	.products-inbox0105s,
	.products-inimgbox0301a,
	.products-inimgbox0301b{
		display:block;
	}
	.products-inbox0101,
.products-inbox0102,
.products-inbox0103,
.products-inbox0104,
.products-inbox0105,
	.products-inbox0106 ,
	.products-inboximgs0301a03,
.products-inboximgs0301b01,
.products-inboximgs0301b02{
		width:auto;
	    padding:15px 10px;
	}
	#global_menu_button span {
		background:#444444 !important;
		}
}
	.grecaptcha-badge {
		margin-bottom:50px !important;
}

/*add 20250109*/
.addtopf-incontextbox0101,
.addtopf-inconimgbox0102{
	display:flex;
}

.addtopf-incontext0101 {
	width:20%;
	padding-right:30px;
	
}
.addtopf-inconimg0101 {
	width:80%;
	text-align:center;
}
.addtopf-inconimg0102a,
.addtopf-inconimg0102c,
.addtopf-inconimg0102b {
	width:calc(100% /3);
	text-align:center;
}
.addtopf-conboxbtn {
	padding-top:30px;
	padding-bottom:30px;

}
.addtopf-conboxbtn  a.q_custom_button1.animation_type1 {
	background:#5bcbea;
	border:none;
}
.addtopf-conboxbtn  a.q_custom_button1.animation_type1:hover {
	background:#193488;
}
#cb_content_1 h3.catch.common_headline.rich_font_type3 {
	font-size:32px !important;
}
#global_menu > ul > li > a {
	padding: 0 10px;
}



/* 20250220_オーダーフォーム */
/* 条件分岐プルダウンの横幅 */
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
width:100%;
}
/* 希望日の横幅 */
.wpcf7-form-control.wpcf7-text{
width:97%;
}
/* 必要事項の横幅 */
.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email,
.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel{
width:97%;	
}
@media only screen and (max-width:767px){
.order_p{
text-align:left;
}
}
#global_menu > ul {
	/*padding-left:138px;*/
	padding-left:90px;
}
#header_logo a {
/*padding: 0 10px;*/
	
	
}

@media only screen and (max-width:1220px) {
	#global_menu > ul {
	/*padding-left:30% !important;*/
		padding-left:20% !important;
	}
	
}

@media only screen and (max-width:1420px) {
		#global_menu > ul {
	/*padding-left:25%;*/
			padding-left:15%;
	}
	
}
/**/
.wpcf7 p {
	margin-bottom:0 !important;
}

#cb_content_4 h2,
#cb_content_4 p {
	text-shadow:2px 2px 4px #000;
}


.addtopf-inconimg0101sp {
	display:none;
}
@media only screen and (max-width:767px) {
	.addtopf-inconimg0101sp {
		display:block;
		text-align:center;
	}
	.addtopf-inconimg0101 img {
		display:none;
}

	.addtopf-inconimg0101 {
		order:-1;
	}

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

.form-conbtn {
	margin-right:auto;
	margin-left:auto;
}


@media only screen and (max-width: 1181px) {
	.addtopf-incontext0101 {
		width:30%;
		padding-right:30px;
}
	.addtopf-inconimg0101{
		width:70%;
	}
	.addtopf-inconimg0101sp {
		display:none;
	}
}
@media only screen and (max-width: 1025px) {
	.addtopf-incontext0101 {
		width:50%;
		padding-right:30px;
}
	.addtopf-inconimg0101{
		width:50%;
	}
		.addtopf-inconimg0101sp {
		display:none;
	}
	
}
@media only screen and (max-width:1367px)  {
	.addtopf-inconimg0101sp {
		display:none;
	}
	
}
@media only screen and (max-width: 820px)  {
	.addtopf-incontextbox0101 {
		flex-direction:column;
		
	}
	
	.addtopf-incontext0101,
	.addtopf-inconimg0101{
		width:auto;
	}
	.addtopf-inconimg0101 {
		order:-1;
	}
	
	.addtopf-incontext0101{
		order:1;
		padding:20px;
}
@media only screen and (max-width: 768px) {
	.addtopf-inconimg0101sp {
	display:block;
		text-align:center;
	}
	.addtopf-inconimg0101 {
		display:none;
		text-align:center;
	}
	.addtopf-inconimg0101 img {
		width:auto;
	}
	.addtopf-incontextbox0101 {
		flex-direction:column;
		
	}
	
	.addtopf-incontext0101,
	.addtopf-inconimg0101{
		width:auto;
	}
	.addtopf-incontext0101 p {
		text-align:center;
	}
	
	.addtopf-inconimg0101 {
		order:-1;
	}
	
	.addtopf-incontext0101{
		order:1;
		padding:20px;
	}
	#cb_content_2 {
		padding:0;
	}

	.addtopf-inconimg0102a img,
	.addtopf-inconimg0102c img,
	.addtopf-inconimg0102b img {
		height:130px !important;

	}
	.addtopf-box {
		padding-bottom:40px;
	}
	#cb_content_1 h3.catch.common_headline.rich_font_type3 {
		font-size:22px !important;
	}
	.products-inboximgs0301a01,
	.products-inboximgs0301a02 {
		width:auto;
	    padding:15px 5px;
	}
}

	