@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-conta{
font-size:2.4rem !important;
font-family: 'Noto Sans', sans-serif;
position: relative;
}
.h2-conta:after{
    content: "＼ お問い合わせ ／";
    position: Absolute;
    font-size: 15px;
    color: #fff;
    top: -40%;
    left: 20%;
    transform: translate(-50%,-50%);
    font-family: "Zen Kurenaido", serif;
    font-weight: 600;
    font-style: normal;
    z-index: 1;
transform: rotate(-13deg);
}
@media screen and (max-width: 1107px) {
.h2-conta:after{
left: -15%;
	}}
@media screen and (max-width: 959px) {
.h2-conta:after{
left: 15%;
	}}
@media screen and (max-width: 600px) {
.h2-conta:after{
left: 10%;
}
}

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

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

/*ラジオボタン*/

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 #df818c;
    height: 24px;
    width: 24px;
    left: 5px;
  }
  
  [type="radio"] + span::after {
    background-color: #df818c;
    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;
  }


button, input, select, textarea {
background-color: #f5f5f5; !important;
	border:none;
	
}


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

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

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 50px;
	font-size: 10px;
	margin-left: 10px;
		margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
	font-weight:bold;
}

/*送信ボタン*/
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
		background-color: #FFF !important;
	color: #df818c; 

	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #df818c;
	-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: #df818c !important;
	color: #fff;
}
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;
	padding-right: 2rem;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}

}
@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%;
}
}

/*サンクスメッセージ非表示*/
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}



