/*
Theme Name: SOURCE Child
Theme URI: https://tcd-theme.com/tcd045
Template: source_tcd045
Author: TCD
Author URI: https://tcd-theme.com/
Description: "SOURCE" is a WordPress theme developed to increase the closing rate for web services. This made for online business mainly, so you can put your strengths and achievements on a single page, and compare plans with an easy-to-read price list.
Version: 1.12.1.1755855643
Updated: 2025-08-22 18:40:43

*/
/* reCapcha の左固定設定 */
.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}

/* お手紙風 */
.letter{
	padding:5rem 5rem 4rem 5rem;
	font-size:110%;
	background:linear-gradient(135deg, #faffed 0%,#faffed 35%,#a9dedc96 100%);
	border-radius:15px;
	box-shadow: 3px 3px 7px #cccccc;
}
.letter_sign{
	text-align:right;
	line-height:1.35;
	font-size:150%;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.h2_business{
	color: #005e30;
}
h2.h2_business {	/*post_content
	background:#add030;
	border-radius:5px;*/
	padding: 10.5rem 1rem;
	font-size:230%;
}
/* スペーサーの調整*/
.spacer_large{ /*70-30*/
	min-height:70px;
}
.spacer_middle{ /*50-15*/
	min-height:50px;
}
.spacer_small{ /*25-10*/
	min-height:25px;
}


/* h3 背景色 */
.post_content .h3_green{
	background: #fafcf1;
	padding:0.5rem 1rem;
}
.post_content .h3_box95{
	width:95%;
	margin:1.8rem auto 2rem;
}
/* ボタン */

/*Ｑ＆Ａページの右ボタン*/
.side_widget a {
    padding: 1rem 1rem;
    display: block;
    border-radius: 2px;
	text-decoration: none;
    text-shadow: 0 0 black;
    box-shadow: 1px 1px #f0f0f0;
}
.side_widget a:hover{
	opacity:0.7;
	text-decoration:none;
}
.side_widget li {
	line-height: 1.35 !important;
    margin: 0 0 4px 0 !important;
}

.bt-green-w{
	width:40%;
	margin:auto;
	background-color: #005e30;
    color: #ffffff;
	text-align:center;
	border-radius:5px;
}
.bt-green-w:hover{
	opacity:0.8;
}
.post_content a{
	line-height:1.5;
}

.wp-embed-meta, .wp-embed-site-title {
    display: none;
}

.wp-embed-footer {
    display: none !important;
}
.wp-embed-meta,
.wp-embed-site-title {
    display: none;
}
iframe.wp-embedded-content {
  width: 100%;
  max-width:600px;
}

@media (max-width: 798px){
.bt-green-w{
	width:80%;
}
}
@media (max-width: 600px){
.bt-green-w{
	width:80%;
}
	
/* スペーサーの調整*/
.spacer_large{ /*70-30*/
	min-height:30px;
}
.spacer_middle{ /*50-15*/
	min-height:15px;
}
.spacer_small{ /*25-10*/
	min-height:10px;
}
}

.br_rwd{display: none;}
@media screen and (max-width:768px){
.br_rwd{display: block;}
}
/*コンタクトフォーム*/
.wpcf7 p {
    margin-bottom: 1em;
    font-size: 16px!important;
}

.post_content p {
    line-height: 2.2;
    margin: 0 0 2em 0;
}

input[type=checkbox] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}
input[type=radio] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 2 , 2 );
}

@media only screen and (max-width: 767px){
#header_slider,
#header_slider .item{
    height: 50vh !important;
}
}

/* 最低賃金ページ */
.post_content .minimumWage{
	width: 70%;
	margin-bottom: 3rem;
}
.post_content .minimumWage tr td{
	width: 37%;
	text-align: center;
	padding: 10px;
}
.post_content .minimumWage tr td:first-child{
	width: 26%;
}
.post_content .minimumWage tr:first-child td{
	background: #faffec;
}
.post_content .minimumWage figcaption{
	text-align: center;
}
.post_content .minimumWage figcaption a{
	color: #333;
}
.post_content .others{
	margin-bottom: 3rem;
}
.post_content .others p{
	font-size:16px;
	font-weight: bold;
	margin: 0;
}
.post_content .others ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.post_content .others ul li{
	width: 33%;
	position: relative;
}
.post_content .others ul li::after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 10%;
	top: 45%;
}
.post_content .others ul li a{
	display: block;
	text-align: center;
	padding: 1rem 0;
	background: #add030;
    color: #fff;
    border: 1px solid #fff;
	font-weight: bold;
	padding-right: 1.5rem;
}

.post_content .related p{
	margin-bottom: 0;
}
.post_content .related p a{
	text-decoration: underline;
	color: #235ee9;
}

@media only screen and (max-width: 767px){
	.post_content .minimumWage{
		width: 100%;
	}
	.post_content .others ul{
		display: block;
	}
	.post_content .others ul li{
		width: 100%;
	}
}


 .wpcf72 input[type=radio] {
	height: 11px !important;
}
 .wpcf72 input#gender_02{
	margin-left: 1rem;
}
.wpcf72 select, .wpcf72 .wpcf72-list-item-label{
	font-size: 16px !important;
}

.wpcf7 .send .wpcf7-submit {    
	background-color: #4FA160;    
	color: #fff;
	border: none;    
	border-radius: 24px;    
	display: block;     
	margin: auto;   
}

.red {
    color: #ae2b2d;
    font-weight: bold;
  }


/* top */
.home .wide_image .caption .title{
	color: #005F30 !important;
	font-weight: bold;
}

.home .wide_image .caption .desc{
	font-weight: bold;
}
.post_row{
	padding: 3rem 2rem;
}
.post_row h2{
	text-align: center;
    font-weight: bold !important;
    color: #005F30;
    font-size: 27px !important;
}

#index_4box_list .box {
    background: #fafcf1 !important;
}
#index_4box_list .box a.link:hover {
    background: #CDDC39 !important;
}
.news_list li:hover {
    background: #fafcf1 !important;
}
.side_col {
  margin-top: 2rem;
}

.w80{
  width:80%;
  margin-left:auto;
  margin-right:auto;
}
.w90{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width:767px){
	.home .wide_image .caption .title{
		font-size: 18px !important;
	}

	.home .wide_image .caption .desc{
		font-size: 16px !important;
	}
	.post_row{
		padding: 2rem 1rem;
	}
	.post_row h2{
		font-size: 18px !important;
	}
.w80,.w90{
  width:100%;
}
}
h2{font-weight: bold !important;}

/* header */
.pc #global_menu{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pc #global_menu > ul,
.pc #global_menu > ul > li > a{
	height: unset !important;
}
.pc #global_menu > ul > li > a{
	padding: 30px 35px !important;
}
#global_menu>ul>li>a{
	line-height: 1 !important;
	text-align: center;
}
#global_menu>ul>li>a span{
	display: block;
	font-size: 10px;
	color: #9a9a9a;
	margin-top: 0.3rem;
}

@media screen and (max-width: 767px){
	#global_menu>ul>li>a{
		padding-top: 13px;
	}
}