/*
Theme Name:   customify-child
Template:     customify
*/

h2 {
	color: #002d49 !important;
}

h3 {
	font-size: 18px !important;
	font-weight: bold !important;
	color: #002d49 !important;
}

ul {
	list-style-type: none !important;
}

.font-bold {
	font-weight: bold !important;
}

.content-image{
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}


#content-image01{
	background-image:url(/wp/wp-content/uploads/2025/08/business-content-scaled.jpeg);
}

@media (min-width: 768px) and (max-width: 1024px) {
	#content-image01 {
		background-position:30% 50%;
	}
}

@media screen and (max-width: 767px){
	#content-image01 {
		height: 235px;
		background-position: 50% 50%;
	}
}

#content-image02{
	background-image:url(/wp/wp-content/uploads/2025/08/message-scaled.jpeg);
}


.content-image .content-image-inner{
	background-color:rgba(0,0,0,0.35);
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	text-align:center;
	font-family:serif;
	font-size:36px;
	font-weight:bold;
}

@media screen and (max-width: 767px){
	.content-image .content-image-inner {
		height: 100%;
	}
}

.section-title-border-y{
	margin-bottom:1em;
	font-size:30px;
	border-top:1px solid #002d49;
	border-bottom:1px solid #002d49;
	padding:0.3em 0;
	font-weight: 400;
	font-style: normal;
}

.bg-pale{
	background-color:#eaf0eb;
}

.bg-blue{
	background-color: #e7f5ff;
}

.color-w {
	color: #fff;
}

.bronze {
	color: #AA7B42;
}


.text-serif{
	font-family:serif;
}

.section-title{
	font-size:30px;
	font-weight: 400;
	font-style: normal;
	margin-bottom:1em;
	padding-bottom:25px;
	border-bottom:1px solid #002d49;
}
.section-title div{
	letter-spacing:0.05em;
	font-size:50%;
}

.table2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.table2 tbody tr:nth-child(2n) td{
	background: #d8f0f6;
}

.table2 th,
.table2 td {
	padding: 0rem 0rem;
	vertical-align: top;
	background: #d8f0f6;
	font-size: 16px;
}

.container-origin{
	width: 50%;
	margin: auto;
	text-align: center;
}

.container-origin div {
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 900px){
	.container-origin{
		width: 100%;
	}
}

.entry-content li {
	margin-left: 0 !important;
}

/*----------------------
contact form
-----------------------*/
/***** コンタクトフォー�? *****/
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
	width:100%;
}

.required-contactform7{
	padding: 3px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-left: 3px;
	font-size:80%;
}

.unrequired-contactform7{
	padding: 3px;
	background: #BDBDBD;
	color: #fff;
	border-radius: 3px;
	margin-left: 3px;
	font-size:80%;
}

.table-contactform7 th{
	font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
	max-width: 90% !important;
	margin: 5px 10px 5px 10px;
	border:1px solid #ddd;
	border-radius:5px;
	min-height:40px;
	padding:0 0.5em ;
}

.table-contactform7 textarea{
	min-height:100px;
}

.address-100 input{
	max-width: 90% !important;
	margin: 10px 10px 10px 10px;
}

.message-100 textarea{
	width: 100%;
	margin: 10px 10px 10px 10px;
}

.table-contactform7 select{
	margin: 5px 10px 5px 10px;
	height:2em;
	padding:0.3em 0!important;
}

.table-contactform7 select option{
	padding:0.3em 0;
}

.wpcf7 td p{
	margin-bottom: 0;
}

.wpcf7 label {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 900px){
	.table-contactform7 th{
		width:28%;
	}
}

@media screen and (max-width: 900px){
	.table-contactform7{
		display:block;
	}     

	.table-contactform7 tbody,
	.table-contactform7 tr{
		display: block;
		width: 100%;
	}
	.table-contactform7 th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
	}
	.table-contactform7 td{
		display: list-item;
		list-style-type:none;
		margin:0;
		padding:0;
		width: 100%;
		border-top: none !important;
	}
}



.bg-grad {
	/* 	background: linear-gradient(-45deg, #DDDDFF, #DDEEFF, #fef, #FFFFDD); */
	background: linear-gradient(-45deg, #E4EDD3, #F9F9E6, #D3EDDC );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	/* 	height: 100vh; */
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.contact-btn {
	margin: 5px 0;
	padding: 8px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #002d49;
	border-radius: 5px;
	transition: .3s;
}

.contact-btn:hover {
	opacity: .7;
	transition: .3s;
}

.sns-icon {
	display: flex;
}

.sns-icon img {
	width: 30px;
	height: 30px;
}

.sns-icon a:not(:first-child) {
	margin-left: 15px;
}



#n2-ss-1item1{
	font-family: "游明朝","Yu Mincho",YuMincho, serif !important;
}


#worries {
	text-align: center;
}

#worries .list-wrap {
	text-align: center;
	background: #fff;
	display: inline-block;
	padding: 0 30px;
}
#worries .list {
	display: inline-block;
}


#worries .list li {
	position: relative;
	text-align: left;
	padding-left: 2em;

}

#worries .list li:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 19px;
	background-image: url(/wp/wp-content/uploads/2025/08/check.png);
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute;
	    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

