@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.2
*/


/************************************
** 子テーマ用のスタイルを書く
************************************/


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/

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


/*834px以下*/

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


/*769px以上*/

@media screen and (min-width: 769px) {}


/*768px以下*/

@media screen and (max-width: 768px) {}


/*480px以下*/

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

@charset "UTF-8";
body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

form#mailformpro {
  padding: 10px 0px;
}

form#mailformpro label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div.mfp_err {
  display: none!important;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

.mfp_element_all {
  max-width: 90%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

.mfp_element_checkbox,
.mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}

input[type=checkbox].mfp_element_checkbox,
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}


/* Checkbox */

input[type=checkbox].mfp_element_checkbox:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}

input[type=checkbox].mfp_element_checkbox:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox].mfp_element_checkbox:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}

input[type=checkbox].mfp_element_checkbox:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}

input[type=checkbox].mfp_element_checkbox:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}

input[type=checkbox].mfp_element_checkbox:indeterminate:before,
input[type=checkbox].mfp_element_checkbox:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

input[type=checkbox].mfp_element_checkbox:indeterminate:before {
  left: 1px;
  top: 7px;
}

input[type=checkbox].mfp_element_checkbox:indeterminate:after {
  right: 1px;
  bottom: 7px;
}


/* Radio */

input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  transform: scale(1);
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 3px;
  transform: scale(0);
  transition: all ease-out 250ms;
}


/* 色は青色のみ */

input[type=checkbox].mfp_element_checkbox.blue,
input[type=radio].blue {
  border: 2px solid #52C3F1;
}

input[type=radio].blue-2 {
  border: 2px solid #52C3F1;
  margin: 6px auto;
  display: block;
}

input[type=checkbox].mfp_element_checkbox:checked,
input[type=checkbox].mfp_element_checkbox:indeterminate,
input[type=radio].blue:checked:before {
  background: #52C3F1;
}

input[type=radio].blue-2:checked:before {
  background: #52C3F1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mfp_element_7 {
  padding: 15px 8px!important;
  margin: 0px!important;
}

.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 15px 8px!important;
  height: 55px;
}

.search-edit,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select:focus {
  outline: none;
}

input[type="text"]:focus {
  border: 1px solid #52C3F1;
}

input[type="email"]:focus {
  border: 1px solid #52C3F1;
}

select:focus {
  border: 1px solid #52C3F1;
}

@media screen and (max-width:480px) {
  .search-edit,
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  textarea,
  select {
    width: 100%!important;
    max-width: 100%!important;
    padding: 15px 8px!important;
  }
}

div.mfp_rows {
  display: flex;
  justify-content: inherit;
}

div.mfp_col5 {
  width: 20%;
  margin-right: 10px;
}

div.mfp_col6 {
  width: 50%;
}

div.mfp_col7 {
  width: 20%;
}

div.mfp_col10 {
  margin-bottom: 20px;
}

div.mfp_col11 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.mfp_element_all {
  max-width: none;
}

form#mailformpro label.mfp_not_checked {
  border: none;
}

.q-ab {
  display: flex;
  width: 100%;
  border: 1px solid lightgray;
}

.q-ab-2 {
  display: flex;
  width: 100%;
  border: 1px solid lightgray;
}

.q-ab-3 {
  width: 50px;
  height: 100%;
}

.selfQue {
  width: 100%;
}

.q-text {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

form#mailformpro label.ab {
  white-space: normal;
  width: 48%;
  text-align: center;
  margin: 20px auto;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
}

form#mailformpro label.ab:hover {
  background-color: #E8EEF9
}

form#mailformpro label.ab-2 {
  white-space: normal;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  background-color: #f5f5f5;
}

form#mailformpro label.ab-2:hover {
  background-color: #E8EEF9
}

form#mailformpro label.ab-3 {
  white-space: normal;
  width: 50%;
  text-align: center;
}

form#mailformpro label.self {
  width: 100%;
  padding: 0.6em;
  background-color: #f5f5f5;
  margin: 0;
}

.q {
  text-align: left;
  width: 95%;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0.6em;
  border: none;
}

p.number {
  width: 5%;
  padding: 0.6em;
  font-weight: bold;
  background: gray;
  color: white;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.abd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;
}

div.abtitle {
  width: 48%;
  text-align: left;
}

form#mailformpro label.label-a {
  white-space: normal;
  width: 100%;
  padding: 10px;
}

form#mailformpro label.label-b {
  white-space: normal;
  width: 100%;
  padding: 10px;
}

p.a {
  display: block;
  text-align: center;
  margin: 0;
  background-color: gray;
  color: white;
  font-weight: bold;
  padding: 0.6em;
}

p.b {
  display: block;
  text-align: center;
  margin: 0;
  background-color: gray;
  color: white;
  font-weight: bold;
  padding: 0.6em;
}

p.selfNumber {
  padding: 0.6em;
  font-weight: bold;
  background: gray;
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0;
  height: 100%;
}

.radiocenter {
  display: block;
  margin: 6px auto;
}

.mfp_element_select-one {
  margin: 20px auto;
}

p.formtop {
  padding-left: 5px;
  border-left: 7px solid #52C3F1;
}

.ok {
  margin: 0 auto;
  display: block;
  color: white;
  border: none;
  background: #52C3F1;
  border: 1px solid #52C3F1;
  padding: 10px 20px;
  font-size: 16px;
  text-shadow: none;
  margin-top: 50px;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.ok:hover {
  color: #52C3F1;
  background-color: #fff;
  border: 1px solid #52C3F1;
  transition: all 0.5s ease;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
}

#thankscontent {
  text-align: center;
}

@media screen and (max-width:480px) {
.q {
    text-align: left;
    width: 85%;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    padding: 0.6em;
}

p.number {
    width: 15%;
    padding: 0.6em;
    font-weight: bold;
    background: gray;
    color: white;
    font-size: 14px;
    text-align: center;
}

p.selfNumber {
    width: 100%;
    padding: 0.6em;
    font-weight: bold;
    background: gray;
    color: white;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

form#mailformpro label.ab-2 {
    white-space: normal;
    text-align: left;
    margin: 10px auto;
}

div.mfp_rows {
    display: flex;
    justify-content: space-between;
}

.q-ab-3 {
    display: flex;
    width: 100%;
    border: 1px solid gray;
  }

div.mfp_col5 {
    width: 49%;
  }

div.mfp_col6 {
    width: 100%;
  }

div.mfp_col7 {
    width: 50%;
  }

div.mfp_col11 {
    display: block;
  }

form#mailformpro label.self {
    width: 100%;
    margin: 0;
    padding: 15px 2px;
  }

.oneq {
    width: 40%;
  }

}