@charset "UTF-8";
/* CSS Document */

.rec_lead{
	text-align: center;
	padding-bottom:0px !important;
}

.wp-block-buttons2{
	padding:30px;
	background-color: #f1ece6;
	margin-top:30px;
}

.h2_1 {
    font-size: 3.2rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
    margin: 0 auto;
    position: relative;
    line-height: 1.4;
	margin-bottom:20px;
	text-align: center;
	width:100%;
}
.h2_2 {
    font-size: 2.8rem !important;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
    margin: 0 auto;
    position: relative;
    line-height: 1.4;
	margin-bottom:20px;
	text-align: center;
	width:100%;
}
@media screen and (max-width:768px) { 
.h2_1 {
    font-size: 7vw;
}.h2_2 {
    font-size: 6vw !important;
}
}


.recT tr td:first-child{
	width:20% !important;
}
.wp-block-buttons2 .wp-block-button__link{
	background-color: #492E12 !important;
}

.bg_rec{
	background-color: #f1ece6;
}

.rec_txt{
	text-align: center;
}

.rec_txt h3{
	font-size:25px !important;
	font-weight: bold;
}
.rec_txt h4{
	font-size:20px !important;
	font-weight: bold;
}


.rec_tel{
	font-size:25px !important;
	font-weight: bold;
	
}

.txt_accent {
    color: #ff7d5c !important;
}

.txt_accent2 {
    color: #c3935e !important;
}


.detail-body-def {
	width: 50%;
	margin: 40px auto 0px auto;
}

.detail-body-def dt {
    float: left;
    color: #4a4a4a;
    padding: 15px 0;
    font-weight: 600;
	clear: both;
}

.detail-body-def dd {
    padding: 15px 0 15px 140px;
	border-bottom: #cacad9 dotted 1px;
}


.box_recruit_01 {
	display:flex;
	justify-content: space-between;
	margin-bottom:60px;
}

.box_recruit_01 div.txt_box_recruit {
	flex-basis:40%;
}

.box_recruit_01 div.txt_box_recruit h3 {
font-size: 21px;
font-weight: bold;
font-family: "FP-ヒラギノ明朝 StdN W5";
color: #0b62a9;
margin-bottom: 20px;
}

.box_recruit_01 div.pic_box_recruit {
	flex-basis:58%;
	display:block;
}

.box_recruit_02 {
	display:flex;
	justify-content: space-between;
	margin-bottom:60px;
}

.box_recruit_02 div.txt_box_recruit {
	flex-basis:40%;
}

		.box_recruit_02 div.txt_box_recruit h3 {
font-size: 21px;
font-weight: bold;
font-family: "FP-ヒラギノ明朝 StdN W5";
color: #0b62a9;
margin-bottom: 20px;
}

.box_recruit_02 div.pic_box_recruit {
	flex-basis:58%;
	display:block;
}

.txt_message_recruit h3 {
	font-size: 21px;
    font-weight: bold;
    font-family: "FP-ヒラギノ明朝 StdN W5";
    color: #0b62a9;
    margin-bottom: 10px;
	margin-top:30px;
}

@media only screen and (max-width: 480px) {

	.box_recruit_01, .box_recruit_02, .box_recruit_03 {
		display: block;
	}

	div.pic_box_recruit {
		margin-top: 10px;
	}

	.detail-body-def {
		width: 90%;
	}

	.detail-body-def dt {
		float: none;
	}

	.detail-body-def dd {
		padding: 15px 0;
	}

	.rec_tel {
		text-align: center !important;
	}

}