@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*下層ページh2見出し*/
.h2_title-subpage {
	font-size: 30px;
   text-align: center;
}

.h2_title-subpage span {
  margin: auto !important;
text-align: center !important;
	display: flex;
	align-items: center;
	color: #f7af7b;
	font-size: 18px;
	text-transform: uppercase;
justify-content: center;}
@media screen and (max-width:599px) {
.h2_title-subpage span {
		font-size: 12px !important;
	}
}

.h2_title-subpage span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #f7af7b;
}
.h2_title-subpage span::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 40px;
    height: 1px;
    background-color: #f7af7b;
}


/*スマホ追従メニュー*/
.sp-menu{
	color: #ed6d0f;
	
}

.menu_list{
	background:#f8f5f0;
}

/***お問い合わせフォーム***/

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
}
.contact7 dt {
	font-weight: normal;
}

/*ラジオボタン*/

input[type=radio] {
  display: none;
}

[type="radio"] + span {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
  }
  
  [type="radio"] + span::before,
  [type="radio"] + span::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  
  [type="radio"] + span::before {
    background-color: #fff;
    border: 1px solid #4CB187;
    height: 24px;
    width: 24px;
    left: 5px;
  }
  
  [type="radio"] + span::after {
    background-color: #4CB187;
    opacity: 0;
    height: 12px;
    width: 12px;
    left: 11px;
  }

  input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
  }

  input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
  }

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #ed6d0f;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ed6d0f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #ed6d0f; 
}
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.policy-text{
	display:flex !important;
	justify-content:center !important;
	margin-bottom:1.5rem;
}

.recruit-small{
	font-size:0.75rem;
	padding-left:1rem;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}
	

.btn_contact7 input {
	width: 70%;
	background-color: #ed6d0f;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ed6d0f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #ed6d0f; 

}
}
@media screen and (max-width: 767px) {
	/* コンタクトフォーム横幅調節 */
.wpcf7 input[name="your-name"] { /* 名前入力欄 */
 width: 100% !important;
}
	.wpcf7 input[name="kana"] { /* 仮名入力欄 */
 width: 100% !important;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
 width: 100%;
}
	.wpcf7 input[name="your-tel"] { /* 電話番号入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-address"] { /* 住所入力欄 */
 width: 100%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
 width: 100%;
}
	
		.contact7 dd {
	margin: 10px 0 30px 0;
	}
}

