body.form_page .form_navy_title_wrap {
    margin-bottom:5.3em;
}
.errorMessage {
    width: 100%;
    margin: 0 auto 3em auto;
    text-align: center;
}
.errorMessage span {
    font-weight: 600;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, メイリオ, Meiryo, "MS PGothic", sans-serif;
    font-size: 1.84em;
    letter-spacing: 0.015em;
    color: #E1323C;
}
#header {
    padding: 0!important;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
#header h1 {
    width: 200px;
}
#header h1 img {
    max-width: 100%;
    transition: 0.3s;
}
#header h1 img:hover {
  opacity: 0.6;
}
body.form_page #request_footer {
    text-align: center;
   padding: 1.692em 0;
}
body.form_page #request_footer .copy{
    font-size: 1.077em;
    color:#969696;
}
#sec01 {
  padding-top: 88px;
  margin-top: 65px;
}
body.form_page #sec01  {
  padding-top: 0;
  margin-top: 0
}
@media only screen and (max-width: 560px) {
   .form_navy_title_wrap  .pc_only {
    display: none;
    }
    .errorMessage {
    margin: 0 0 0;
    }
    .errorMessage span {
    font-size: 1.385em;
    }
    #sec01 {
    padding-top: 15px;
    margin-top:0;
    }
    body.form_page #request_footer {
    padding: 1.23em 0;
    }
    body.form_page #request_footer .copy {
    font-size: 0.77em;
    }
    body.form_page .form_navy_title_wrap {
    margin-bottom: 2.8em;
    }
    body.form_page.confirm_page .form_navy_title_wrap {
    margin-bottom: 1.4em;
    }
}
#form {
  padding-top: 0;
  padding-bottom: 86px;
}
#form .caution {
    font-size: 1.077em;
     letter-spacing: 0.015em;
}
#form h2.title_m {
    font-size: 2.46em;
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Helvetica Neue",Arial,"メイリオ",Meiryo,"MS PGothic",sans-serif;
    font-weight: 600;
    margin-bottom: 0.2em;
}
#form .confirmation_wrap {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 0 0 3.5em 0;
    margin: 2em 0 4.5em;
}
.any dt::before,
.require dt::before {
    width: 4em;
    min-width: 48px;
    height: 1.85em;
     content: "必須";
    font-size: 0.923em;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    background: #E1323C;
    z-index: 2;
    line-height: 1.84em;
    margin-right: 0.8em;
    border-radius: 20px;
}
.any dt::before {
     content: "任意";
    background: #CDCDCD;
    color: #191919;
}

/*20230303*/
.input_widget {
    border-bottom: 0;
    margin-top: 2.769em;
}
.container.w80 {
    width: 80%;
    max-width: 864px;
    margin: 0 auto;
}
.input_widget dl {
  width: 100%;
  display: flex;  
    align-items: center;
}
.input_widget dl dt {
    width: 30%;
    min-width: 248px;
    padding: 0 0 0;
    background-color: transparent;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Helvetica Neue",Arial,"メイリオ",Meiryo,"MS PGothic",sans-serif;
}
.input_widget dl dt label {
    font-size: 1.077em;
    padding-left: 0;
}
.input_widget dl dd {
    width: 70%;
    padding: 0;
    position: relative;
    font-size: 1.36em;
}
.input_widget dl dd p.note{
    font-size: 0.75em;
    margin-top: 0.5em;
}
.input_widget dl dd select {
    -webkit-appearance: none;
    appearance: none; 
}
.input_widget .select_wrapper {
    position: relative;
}
.input_widget .select_wrapper::after {
    width: 12px;
    height: 12px;
    display: block;
    content: '';
    border-top: 1px solid #191919;
    border-right: 1px solid #191919;
    -webkit-transform:translateY(-50%)  rotate(136deg);
    transform: translateY(-50%) rotate(136deg);
    position: absolute;
    right: 1em;
    top: 45%;
}
#note {
    width: 86%;
    margin: 0 auto;
    font-size: 1.077em;
    line-height: 1.429;
    color: #000;
    text-align: justify;
}
#pp span  {
    font-size: 1.24em;
}
#pp span a {
    font-family:"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Helvetica Neue",Arial,"メイリオ",Meiryo,"MS PGothic",sans-serif;
    font-weight: 600;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input[type="checkbox"]#pp_check {
    width: 24px;
    height: 22px;
    border: 1px solid #BBBBBB;
    border-radius: 1px;
    vertical-align: bottom;
}
input[type="checkbox"]#pp_check:checked {
    border: 2px solid #6091D3;
}

@media only screen and (max-width: 560px) {
    .container.w80 {
    width: 90%;
    max-width: 100%;
    }
    .input_widget dl dd,
    .input_widget dl dt {
    width: 100%;
    min-width: 100%;
    }
    .require dt::before,
    .any dt::before {
        margin-right: 0;
    }
    .input_widget {
    margin-top: 0.8em;
    padding-bottom: 1.6em;
    border-bottom: 1px solid #C8C8C8;
    
    }
    .input_widget:first-of-type {
    margin-top: 0;
    }
    #note {
    width: 100%;
    line-height: 1.6;
    font-size: 1em;
    }
    #form h2.title_m {
    font-size: 1.45em;
    }
    #form h2.title_m,
    #form .caution {
    text-align: center;
    }
    #form .confirmation_wrap {
    border: 0;
    margin-bottom: 0;
    }
    body.confirm_page .input_widget {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 1.4em;
    margin-top: 1em;
    }
    body.confirm_page #form .confirmation_wrap {
    margin: 3em 0;
    padding: 0;
    }
}
/*end 20230303*/
.valiMes {
    font-size: 0.77em;
    color: #E1323C;
    padding-top: 0.3em;
    display : inline-block;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Helvetica Neue",Arial,"メイリオ",Meiryo,"MS PGothic",sans-serif;
}
.input_widget dl dd input,
.input_widget dl dd textarea,
.input_widget dl dd select {
    width: 100%;
    font-size: 0.77em;
    padding: 1em 1em;
    box-sizing: border-box;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Helvetica Neue",Arial,"メイリオ",Meiryo,"MS PGothic",sans-serif;
}
.input_widget dl dd input.valiMes_item, 
.input_widget dl dd textarea.valiMes_item, 
.input_widget dl dd select.valiMes_item {
    border: 1px solid #E1323C;
    background: #FFF2F2;
}
.input_widget .input::placeholder {
    color: #C8C8C8;
}
.input_widget dl dd input {
  min-width: 205px;
}
.input_widget input[type='checkbox'] {
  min-width: 0px;
}
.input_widget dl dd textarea {
  width: 98%;
  height: 160px;
}
/*.form_address dd > div {
    margin: 10px 0;
}*/
.form_radio {
    display: flex;
}
.form_radio li {
    margin-right: 15px;
}
.input_widget dl dd .form_radio input {
    min-width: 20px;
}


#form_widget_message dd {
  padding-top: 12px;
  padding-bottom: 20px;
}

#note {
  padding: 30px 0;
  color: #646464;
}
#pp {
  text-align:center;
}
#pp a {
  color: black;
}


#submits {
  padding-top: 64px;
  text-align:center;
}
#submits input {
    background-color: #02375F;
    color: white;
    width: 378px;
    height: 74px;
    border: none;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.3em;
}
#submits input:hover {
  background-color: #7F7F7F;
}
#submits input[disabled] {
  background-color: #d0d0d0;
}
#pp  {
    width: 430px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}
#pp label {
    padding-left: 0.5em;
}
#pp input + label::before {
    content: '';
    display: block;
    width: 11px;
    height: 5px;
    border-left: 4px solid #191919;
    border-bottom: 4px solid #191919;
    transform: translate(0 ,-60%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    opacity: 0;
    pointer-events: none;
}
#pp input:checked + label::before {
    opacity: 1;
}
@media only screen and (max-width: 560px) {
    .valiMes {
    padding: 0.5em 0 0 0.4em;
    }
    #pp {
    text-align: left;
    width: 100%;
    justify-content: flex-start;
    }
    #pp span  {
    font-size: 1em;
    padding-left: 0.5em;
    }
    #submits {
    padding-top: 40px;
    }
    #submits input {
    width: 90%;
    height: 60px;
    }
    #form {
    padding-top: 1em;
    padding-bottom: 56px;
    }
}
/**** Confirm *****/
#textCaptcha {
  padding-top: 30px;
}
#textCaptcha p {
  border-bottom: 1px solid #c7c7c7;
}

#textCaptcha dl {
  display: table;
  width: 60%;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#textCaptcha dt {
  display: table-cell;
  vertical-align:middle;
}
#textCaptcha dd {
  display: table-cell;
  vertical-align:middle;
}
#textCaptcha dd img {
  height: 80px;
}
#register ul {
  display: flex;
  align-items: center;
    justify-content: center;
}
#register ul li {
    width: 47%;
    max-width: 364px;
    text-align:center;
}
#register ul li {
    margin: 0 1.6%;
}
#register input,
#register a {
    width: 100%;
     height: 75px;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.077em;
    font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    cursor: pointer;
}
#register a { 
    color: #02375F;
    background: #FFF;
    border: 2px solid #02375F;
    line-height: 75px;
    text-decoration: none;
}
#register input { 
    color: #fff;
    border: 0;
    background: #02375F;
}
#register input:hover {
  background-color: #7f7f7f;
}
/***** Complete ******/
.complete_message {
  font-size :1.3em;
  font-weight: bold;
  padding: 40px 0;
}
.return_btn {
  padding-bottom: 80px;
}
.return_btn a {
  text-decoration:none;
  display: table;
  width: 200px;
  height: 60px;
  background-color: black;
}
.return_btn a span {
  display: table-cell;
  color: white;
  vertical-align:middle;
  text-align:center;
}


@media only screen and (max-width: 560px) {
.input_widget dl {
  display: block;
}
.input_widget dl dt {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
}
.input_widget dl dt label {
  padding-left: 0.5em;
}

.input_widget dl dd {
  display: block;
  width: 100%;
  padding: 0 0 0 0;
}
.input_widget dl dd input, .input_widget dl dd textarea, .input_widget dl dd select {
  width: 100%;
  max-width: 100%;
  padding: 1em 0.8em;
}
.input_widget input[type='checkbox'] {
  width: 20px;
}
    #register ul {
    padding: 0 5%;
    flex-direction: column-reverse;
    }
    #register ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
    }
    #register ul li:last-child {
    margin: 0 0 1.8em 0;
    }
    #register input, #register a {
    height: 56px;
    line-height: 56px;
    font-size: 1.326em;
    }
}
@media only screen and (max-width: 430px) {
.input_widget input[type='checkbox'] {
  width: 20px;
}
#textCaptcha dt {
  display: table-footer-group;
}
#textCaptcha dd {
  display: table-header-group;
}
#textCaptcha dl {
  width: 280px;
}
#textCaptcha dt input {
  display: block;
  margin-top: 30px;
  padding: 10px 4px;
  width: 90%;
}
#textCaptcha dt a {
  text-align: center;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(270deg,rgba(244,244,244,1.00) 0%,rgba(224,224,224,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(244,244,244,1.00) 0%,rgba(224,224,224,1.00) 100%);
  color: black;
}
#register {
  width: 100%;
}

}
#ds_input_element_refrect_txt {
  width:100%;
  box-sizing:border-box;
  max-width: 320px;
}
#ref_other {
  display:none;
}

/********************************
  お問い合わせ(contact)固有のCSS
********************************/
.contactWrapper {
  margin-top: 153px;
}

@media print, screen and (max-width: 480px) {
  .contactWrapper {
    margin-top: 0;
  }
}
