@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


.single-job_listing article {
	max-width: 900px !important;
	width: 100% !important;
	padding: 10px !important;
	margin: 0 auto !important;
	margin-top: 100px !important;
}
.single-job_listing .eye-catch-wrap {
	display: none !important;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
width:100% !important;
margin: 0 auto !important;
font-size: 1.125rem;
font-family: "Noto Sans JP",“遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

#cf7-area label{
    font-size: 1.125rem;
    color: #333333;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}

.cf7-q {
width: 30%;
margin: 10px 0 0 10px;
}

.cf7-a {
width: 60%;
}

/*　見出し　*/
.form-heading
{
width: 100%;
background-color: #191970;
border-left: 1em solid #6495ED;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 2em;
}

.form-heading p {
margin: 0;
}

/* 各項目共通 */
#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area textarea {
background: #eee;
border: 2px solid #eee;
width:500px;
padding: 10px;
box-shadow: none; 
}
#cf7-area select{
    width:500px;
}

#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area textarea:focus {
    background: #e4e4e4;
    border: 2px solid #AABFD1;
    outline: 0;
}
#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
padding: 0.625em 0.4375em;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type="submit"]
{
width: 60%;
background-color: #003870;
color: #ffffff;
font-size: 1em;
padding: 15px 30px;
margin-top: 20px;
border-radius: 50px;
}
#cf7-area input[type="submit"]:hover
{
background-color: #00559B;
transition: .3s;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.req{
    position: relative;
}
.req::after{
content: "※";
color: #D3262D;
font-size: 0.7rem;
margin-left: 5px;
position: absolute;
top: 0;
}

input::placeholder,textarea::placeholder {
    color: #aaaaaa;
    font-weight: normal !important;
    font-family: "Noto Sans JP",“遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"], #cf7-area textarea{
width: 100%;
margin-left: 0;
}
#cf7-area select{
    width:100%;
}
#cf7-area input[type="submit"]
{
    margin-top: 20px;
}
.cf7-submit{
width: 90%;
}
.wpcf7-spinner{
    display: none;
}