/* Web fonts */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
* {
  margin: 0;
  padding: 0;
}
body {
  background: #F2F2F2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Noto Sans Japanese";
  -webkit-appearance: none;
  color: #434343;
}
main {
  margin: 94px 0 0;
}
main .pageTitle {
  padding: 0;
  background-image: url("/wp-content/themes/original-child/assets/img/common/pagetitle_bg.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
}
main .pageTitle h2 {
  text-align: center;
  color: #fff;
  font-size: 180%;
  letter-spacing: 10px;
  text-shadow: 1px 2px 3px #666666;
}
main h3 {
  text-align: center;
  font-size: 160%;
  line-height: 1.4em;
}
.btnBox {
    margin: 0;
}
.btnBox a {
    line-height: 1.4em;
    box-sizing: border-box;
}

#S01 {
    padding: 50px 0;
}
#S01 .detailBox {
    display: flex;
    justify-content: center;
}
#S01 .rightBox {
    padding: 30px;
    display: flex;
    align-items: center;
}
#S01 .contentsDetail {
    background: #fff;
    padding: 50px 20px;
}
#S01 .textBox {
    padding: 40px 0 0;
}
#S01 .textBox p {
text-align: center;
}
p.attention {
padding: 15px;
font-size: 80%;
}


.mailform {
  padding: 40px 0 0 0;
}
/*-----------------------
         3 STEP 
-----------------------*/
.Remaining {
  width: 90%;
  max-width: 840px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.Remaining .one {
  position: absolute;
  width: 29.76190476%; /* 250px [250/840*100] */
  top: 0;
  left: 0;
  z-index: 12;
}
.Remaining .two {
  position: absolute;
  width: 34.52380952%; /* 290px [290/840*100] */
  top: 0;
  left: 28.57142857%; /* 240px [240/840*100] */
  z-index: 11;
}
.Remaining .three {
  position: absolute;
  width: 34.52380952%; /* 290px [290/840*100] */
  top: 0;
  left: 61.90476190%; /* 520px [520/840*100] */
  z-index: 10;
}
.Remaining .allow div {
  height: 50px;
  position: relative;
}
.Remaining .allow p {
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  z-index: 15;
}
.Remaining .allow.one p {
  left: 15px;
}
.Remaining .allow.two p {
  left: 55px;
}
.Remaining .allow.three p {
  left: 55px;
}
.Remaining .allow span.bg {
  background: #1253A4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.Remaining .allow span.try {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #1253A4;
  position: absolute;
  right: -30px;
  top: 0;
}
.Remaining .allow.beafter span.bg {
  background: #bdcde2;
}
.Remaining .allow.beafter span.try {
  border-color: transparent transparent transparent #bdcde2;
}
.Remaining .allow.beafter-end span.bg {
  background: #d7e0ec;
}
.Remaining .allow.beafter-end span.try {
  border-color: transparent transparent transparent #d7e0ec;
}
/*-----------------------
       Description 
-----------------------*/
.description {
  width: 87%;
  max-width: 810px;
  margin: 40px auto;
  padding: 5px;
  border-radius: 12px;
  border: solid 1px #999999;
}
/*-----------------------
       annotation 
-----------------------*/
.annotation {
  display: block;
  width: 90%;
  max-width: 840px;
  font-size: 13px;
  color: #EE0000;
  margin: 4px auto;
}
.required {
  background-color: #f9eaeb !important;
}
/*-----------------------
     required object
-----------------------*/
.required_tx {
  color: #FFF;
  font-size: 10px;
  background-color: #C30;
  padding: 4px 5px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.any_tx {
  color: #FFF;
  font-size: 10px;
  background-color: #CCC;
  padding: 4px 5px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
.required_tx {}
.any_tx.min, .required_tx.min {
  font-size: 10px !important;
  height: 12px;
  padding: 0 2px;
  line-height: 12px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
}
/*-----------------------
       Subheading
-----------------------*/
.Inputarea .Captx {
  font-size: 14px;
  line-height: normal !important;
  padding: 12px 0 5px 0;
}
.Inputarea .Captx.Captx_first {
  padding-top: 0;
}
/*-----------------------
        Mail area 
-----------------------*/
#Mail_area {}
/* Input Wrap */
.Inputarea {
    width: 1160px;
    /* overflow: hidden; */
    /* height: auto; */
    display: flex;
    /* display: -webkit-flex; */
    margin: auto;
    padding: 20px 0;
    border-bottom: 1px solid #999 !important;
    box-sizing: border-box;
}
.Inputleft {
    width: 200px;
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}
.Inputright {
    width: calc(100% - 200px);
    text-align: left;
    border: none;
    padding: 10px;
}
/* Input inner */
.Inputleft div {
    padding: 0 8px;
}
.Inputleft div p {
    margin: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.4em;
    padding: 0;
}
.Inputright div .conf {
  width: 90%;
  height: auto;
  font-size: 16px !important;
  padding: 0 8px;
  margin-top: 0;
}

.Inputright span {
font-size: 90%;
}

.catalog01 ul {
    display: flex;
    flex-wrap: wrap;
}

#bookSelect input[type="checkbox"] {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
}

#Mail_area .input_item ul li {
    width: calc(100% / 3);
    box-sizing: border-box;
}

.input_item ul li .titleBox {
    display: flex;
    align-items: flex-start;
    padding: 10px 0 0;
}
.input_item ul li strong {
    font-size: 80%;
    display: block;
    padding: 0 0 8px;
}
.input_item ul li strong em {
    line-height: inherit;
    padding: 0;
    font-size: 70%;
    letter-spacing: 0;
}

.input_item ul li small {
    font-size: 70%;
    display: block;
    line-height: 1.4em;
}

.input_item ul li label {
    padding: 0 10px 20px 10px;
}

.input_item .locked {
  opacity: 0.5;
  color: #aaa;
}



#ToolBar{ display:none; }

/*-----------------------
    Input Type Style
-----------------------*/
/* text */
input:focus, textarea:focus {
  background: #F7EBCA;
}
.Inputright div input[type="text"], .Inputright div input[type="tel"], .Inputright div input[type="email"] {
    width: 90%;
    margin: 3px 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.3em;
    padding: 10px 10px;
    line-height: 1.3em;
    font-size: 100%;
}
.w75 {
  width: 75% !important;
}
.w50 {
  width: 50% !important;
}
.w25 {
  width: 25% !important;
}
/* radio */
.Inputright div input[type="radio"] {
  display: none;
}
.radio_area {
    padding: 15px 0;
}
.radio_area label span {
  transition: .4s;
  padding-left: 32px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.Inputright div input[type="radio"]:checked + span {
  color: #e47829;
}
.radio_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #D3D3D3;
  background: #FFFFFF;
}
.radio_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e47829;
  transition: .4s;
  opacity: 0;
}
.Inputright div input[type="radio"]:checked + span::after {
  border-radius: 50%;
  background: #e47829;
  opacity: 1;
}
/* check box */
.Checklist {
  width: 100%;
  overflow: hidden;
}
/* 元のボタン非表示 */
.Inputright div input[type="checkbox"] {
  display: none;
}

.check_area label span {
    transition: .4s;
    padding-left: 32px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    font-size: 80%;
}
.check_area input[type="checkbox"]:checked + span {
  color: #e47829;
}
.check_area label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: solid 1px #D3D3D3;
  background: #FFFFFF;
}
.check_area label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e47829;
  border-right: 3px solid #e47829;
  transition: .4s;
  opacity: 0;
}
.check_area input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.check_area textarea {
  width: 60%;
  height: 50px;
}
/* select */
.select_label {
  display: inline-block;
  position: relative;
}
select {
  width: 180px;
  font-size: 16px;
  padding: 7px 8px;
  border-radius: 4px;
  border: solid 1px #CCCCCC;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #FFFFFF url(../_img/select_allow.png) no-repeat center right;
  background-size: 15px;
}
/* select custom [birth] */
.sw20 {
  width: 100px !important;
  display: inline !important;
}
.sw10 {
  width: 70px !important;
  margin-left: 0 !important;
}
/* text custom [yoyaku] */
.Inputarea input[name="yoyaku"] {
  width: 160px !important;
  margin-left: 0;
  margin-right: 10px !important;
}
/* select custom [ytime] */
.Inputarea select[name="ytime"] {
  width: 160px;
  margin-left: 0;
  display: inline;
}
/* textarea */
textarea {
  width: 90%;
  height: 140px;
  font-size: 16px;
  padding: 7px 8px;
  border-radius: 4px;
  border: solid 1px #CCCCCC;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
/* check box custom [agreement] */
.agreement_tx {
  border-top: dotted 2px #CCCCCC;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 145%;
  color: #6A1A1B;
  margin-top: 10px;
}
.agreement_check {
  display: block;
  width: 90%;
}
.SubmitBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* submit [input] */
#Submit {
  width: 242px;
  height: 62px;
  margin: 30px auto;
  position: relative;
}
#Submit .SubmitBtn {
  text-align: center;
  border: solid 1px #092955;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: #183A7F;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 30px auto;
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  transition: background 0.5s, color 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
#Submit .SubmitBtn:hover {
  color: #183A7F;
  border: solid 1px #183A7F;
  background: #FAFAFA;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
#Submit div.SubmitBtn, #Submit div.SubmitBtn:hover {
  border-color: #CCCCCC;
  background: #EAEAEA;
  color: #AEAEAE;
  z-index: 9;
  cursor: default;
}
/* submit [confirm] */
#SubmitConfirm {
  width: 242px;
  margin: 30px auto;
}
#SubmitConfirm .SubmitBtn {
  text-align: center;
  border: solid 1px #092955;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  background: #183A7F;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 30px auto;
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  transition: background 0.5s, color 0.5s;
  cursor: pointer;
}
#SubmitConfirm .SubmitBtn:hover {
  color: #183A7F;
  border: solid 1px #183A7F;
  background: #FAFAFA;
}
#SubmitConfirm .SubmitBtn_min {
  text-align: center;
  border: solid 1px #092955;
  border-radius: 3px;
  font-size: 13px;
  color: #183A7F;
  background: #F4F4F4;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin: 30px auto;
  display: block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  transition: background 0.5s, color 0.5s;
  cursor: pointer;
}
#SubmitConfirm .SubmitBtn_min:hover {
  color: #19427A;
  border: solid 1px #19427A;
  background: #D2DAE7;
}
/*-----------------------
          error
-----------------------*/
.form_err {
  background-color: #EBC1C2 !important;
}
.form_err_radio label {
  background-color: #EBC1C2 !important;
  border-radius: 3px !important;
}
.send_err {
  background-color: #EDD7D7 !important;
  width: 80%;
  max-width: 810px;
  margin: 15px auto;
  padding: 15px;
  border: solid 1px #DD2124;
  color: #DD2124;
}
.input_err {
    font-size: 13px;
    color: #EE0000;
    margin: 4px;
    padding: 0;
    display: none;
}
/* 必須項目数メッセージ */
.message {
  background-color: rgba(255, 255, 255, 0.7);
  width: 160px;
  height: auto;
  padding: 10px 3px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
  border-radius: 6px;
  z-index: 10000;
  color: #444444;
  border: solid 1px #CCCCCC;
}
.message span {
  font-size: 26px !important;
  color: #CC0000;
}

/*--------------------------------------------------------------1240px */
@media screen and (max-width:1240px) {
.Inputarea {
    width: 100%;
}
#Mail_area .input_item ul li {
    width: calc(100% / 2);
}
}

/*--------------------------------------------------------------1200px */
@media screen and (max-width:1200px) {
main {
    margin: 63px 0 0;
}
.header01 {
    padding: 0 15px 0 0;
}
}

/*--------------------------------------------------------------800px */
@media screen and (max-width:800px) {
  .Inputright ul {
    display: block
  }
  .Checklist img {
    margin: auto 50px 0px;
  }
  #Mail_area .input_item ul li input[type="checkbox"] {
    display: block !important;
    position: relative !important;
  }
  #S01 .detailBox {
    flex-flow: column;
}
#S01 .leftBox {
    text-align: center;
}
#Mail_area .input_item ul li {
    width: 100%;
}
}

/*--------------------------------------------------------------640px */
@media screen and (max-width:640px) {
main h3 {
    font-size: 120%;
}
.btnBox a {
    font-size: 80%;
    width: 100%;
}

  .Remaining .allow p {
    font-size: 12px;
  }
  .Remaining .allow.one p {
    left: 10px;
  }
  .Remaining .allow.two p {
    left: 45px;
  }
  .Remaining .allow.three p {
    left: 45px;
  }
  .Remaining .allow div {
    height: 40px;
  }
  .Remaining .allow p {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
  }
  .Remaining .allow.one p {
    left: 5px;
  }
  .Remaining .allow.two p {
    left: 35px;
  }
  .Remaining .allow.three p {
    left: 35px;
  }
  .Remaining .allow span.try {
    border-width: 20px 0 20px 25px;
    right: -25px;
  }
  /*-----------------------
		   Description 
	-----------------------*/
  .description {
    width: 84%;
    padding: 15px 3%;
  }
  /*-----------------------
			Mail area 
	-----------------------*/
  /* Input Wrap */
  .Inputarea {
    display: block;
  }
.Inputleft {
    width: 100%;
    border-right: none;
    background: #EFEFEF;
    padding: 10px 0;
    border-bottom: 1px solid #CCC !important;
    margin: 0 0 10px;
}
.Inputright {
    width: 100%;
    background: #fff;
    padding: 0;
    /* border-bottom: 1px solid #999 !important; */
}
  /* Input inner */
  .Inputleft div {
    line-height: normal;
    padding: 0 0 0 8px;
  }

  .Inputright div .conf {
    margin-top: 0;
  }
  /*-----------------------
		Input Type Style
	-----------------------*/
  #name, #kana, #tel {
    width: 92%;
  }
  #zip {
    width: 50%;
  }
  #add1, #add2, #add3, #mail, #mail_con {
    width: 92%;
  }
  #pref, #ytime {
    width: 180px;
  }
  /* text custom [yoyaku] */
  .Inputarea input[name="yoyaku"] {
    width: 60% !important;
    margin: 0 0 10px 0 !important;
    display: block;
  }
  /* select custom [ytime] */
  .Inputarea select[name="ytime"] {
    width: 40%;
    display: block;
  }
  /* check box */
  .Checklist li {}
  /* textarea */
  textarea {
    width: 92%;
  }
  /* submit [input] */
  #Submit {
    width: 202px;
    height: 52px;
    margin: 0 auto 100px auto;
  }
  #Submit .SubmitBtn, #Submit .SubmitBtn:hover {
    margin: 30px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
  /* submit [confirm] */
  #SubmitConfirm {
    width: 202px;
    margin: 30px auto;
  }
  #SubmitConfirm .SubmitBtn, #SubmitConfirm .SubmitBtn:hover {
    margin: 30px auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
  /* 必須項目数メッセージ */
  .message {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: bold;
    border-radius: 0;
    z-index: 10000;
    color: #444444;
    border: none;
    border-top: solid 1px #CCCCCC;
  }
  .message span {
    font-size: 22px !important;
    color: #CC0000;
    margin: 0 4px;
  }
  .message br {
    display: none;
  }
}
#FieldMessageYoteiDo, #FieldMessageYoteiAdd, #FieldMessageYoteiNashi, #FieldMessageYoteiKibou {
  display: none;
  padding: 10px 0 0 0;
}
.float_none {
  clear: both;
}
figure {
  float: left;
  margin: 0 10px 10px 0;
  width: 45%;
}
figure img {
  max-width: 100%;
}
.area_cap {
  font-size: 14px;
}
/*--------------------------------------------------------------480px */
@media screen and (max-width:480px) {
main {
    margin: 53px 0 0;
}
}
