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


/*
Template: deer
Theme Name:deer_child
Theme URI:https://fanfare-co-ltd.com/deer/
Description:WordPressテーマ『deer』の子テーマです
Author:JUNICHI
Version:1.0.0
*/ 

/*コードを追加する場合はこの下からお願いします↓*/

.attention_frame {
  width:90%;
  height:150px;
  overflow: auto;
  border: #000 1px inset;
  margin:10px auto;
}
  /*--/*------------------------------------------------------------
div [class^="notes_required_"]
------------------------------------------------------------*/
[class^="notes_required_"]  {
  text-align: center;
}
[class^="notes_required_"] 　.check_text_b {
  font-size: 16px;
}
[class^="notes_required_"]  [class^="checkBtn_area_"] {
  max-width: 400px;
  margin: 15px auto 10px;
  border-radius: 12px;
  background: #ffd6b3;
  padding: 20px 0;
  transition-duration: 0.2s;
}
[class^="notes_required_"] ._check  [class^="checkBtn_area_"]  {
  background: #ffb97c;
}
[class^="notes_required_"] label {
  color: #333;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}
[class^="notes_required_"] label [class^="label_inner_"] {
  padding-left: 22px;
}

[class^="notes_required_"] label [class^="label_inner_"]:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 4px solid #737373;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
[class^="notes_required_"]._check label [class^="label_inner_"]:after {
  content: '';
  width: 20px;
  height: 12px;
  border-top: 6px solid #d6042e;
  border-right: 6px solid #d6042e;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.9em;
}
[class^="notes_required_"] label input {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  [class^="notes_required_"] label:hover {
    border-bottom: 2px solid #ff7600;
  }
}
@media screen and (max-width: 1024px) {
  [class^="notes_required_"] label {
    font-size: 18px;
  }
  [class^="notes_required_"] .check_text_b {
    font-size: 14px;
  }
  [class^="notes_required_"] label  [class^="label_inner_"]{
    padding-left: 10px;
  }
  [class^="notes_required_"] label [class^="label_inner_"]:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  [class^="notes_required_"]._check label [class^="label_inner_"]:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
  }
}
@media screen and (max-width: 767px) {
  [class^="notes_required_"] {
    padding: 20px 15px;
  }
  [class^="notes_required_"] .check_text_b {
    font-size: 13px;
  }
  [class^="notes_required_"]._check label [class^="label_inner_"]:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
  }
}
/*------------------------------------------------------------
申込みボタン
------------------------------------------------------------*/

div [class^="btnArea_"]  {
  width: 75%; /* ボタン幅 */
  margin: 10px auto; /* 前後の隙間 */
  position: relative;
}
div [class^="btnArea_"]  input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
div [class^="btnArea_"]  input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
div [class^="btnArea_"] ._check input[type="submit"] {
  z-index: -1;
}
a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969696;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #00407b;
  width: 100%;
  height: 80px;
  padding: 0 10% 0 6%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_one:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -11px;
}
._check a.btn_one._a {
background-color: #036340; 
  box-shadow: 0px 5px 0px 0px #104575;
  z-index: +1;
}
a.btn_one._a:hover {
	color:#fff;
  background: #ffffff;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  a.btn_one {
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  a.btn_one {
    font-size: 16px;
  }
}

