@charset "UTF-8";
/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1025px), print {
  .sec__mh {
    background: url(../../imgs/contact/mv.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .contact__con {
    width: 900px;
    margin: 80px auto;
  }
  .contact__txt_ans {
    margin-top: 20px;
    font-size: 13px;
    padding: 15px;
    border: 1px solid #E3E3E3;
  }
  .contact__txt_ans .tel {
    text-decoration: none;
  }
  .contact__txt_ans li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .contact__form {
    margin-top: 20px;
  }
  .contact__form_txt {
    margin-bottom: 10px;
  }
  .contact__form_txt .mst {
    color: #BE0000;
  }
  .contact__form_item {
    width: 100%;
    display: table;
    border-top: 1px solid #E3E3E3;
  }
  .contact__form_item .mst {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    background: #BE0000;
    font-weight: 600;
    padding: 2px 4px 4px;
    position: absolute;
    top: 41px;
    right: 30px;
    display: block;
  }
  .contact__form_item dt {
    display: table-cell;
    width: 290px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 30px;
    background: #F1F9F4;
    color: #06A139;
    font-weight: 600;
    position: relative;
  }
  .contact__form_item dd {
    display: table-cell;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 30px;
  }
  .contact__form_item dd .error {
    color: #BE0000;
    font-weight: 500;
  }
  .contact__form_item dd input, .contact__form_item dd textarea {
    border: 1px solid #E3E3E3;
    width: 100%;
    background: #fff;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .contact__form_item dd input:focus, .contact__form_item dd textarea:focus {
    border: 1px solid #06A139;
  }
  .contact__form_item-zip dd > div {
    width: 140px;
    display: inline-block;
  }
  .contact__form_item-zip dd > div input {
    width: -webkit-calc(100% - 3em);
    width: -moz-calc(100% - 3em);
    width: calc(100% - 3em);
  }
  .contact__form_item-zip dd > div:first-child::before {
    content: "〒";
    display: inline-block;
    margin-right: 10px;
  }
  .contact__form_item-zip dd > div + div {
    margin-left: -7px;
  }
  .contact__form_item-zip dd > div + div::before {
    content: "−";
    display: inline-block;
    margin-right: 10px;
  }
  .contact__form_item_zipbtn {
    border: 1px solid #06A139;
    -moz-border-radius: 3em;
         border-radius: 3em;
    font-size: 12px;
    padding: 5px 20px;
    color: #06A139;
    cursor: pointer;
    font-weight: 600;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .contact__form_item_zipbtn:hover {
    color: #fff;
    background: #06A139;
  }
  .contact__form_item-msg {
    border-bottom: 1px solid #E3E3E3;
  }
  .contact__form_item-msg dt {
    vertical-align: top;
  }
  .contact__form_item + .contact__form_item {
    border-top: 1px solid #E3E3E3;
  }
  .contact__form_item:last-child {
    border-bottom: 1px solid #E3E3E3;
  }
  .contact__form_btn {
    width: 300px;
    margin: 50px auto 0;
  }
  .contact__form_btn span {
    font-size: 16px;
    padding: 14px 0 15px;
  }
  .contact__form-confirm_txt {
    margin-bottom: 20px;
  }
  .contact__form-confirm_btnarea {
    border-top: 1px solid #E3E3E3;
    padding-top: 40px;
    text-align: center;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn {
    display: inline-block;
    width: 200px;
    margin: 0 10px;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn span {
    font-size: 16px;
    padding: 14px 0 15px;
  }
  .contact__form-complete_txt {
    margin-top: 50px;
    font-weight: 600;
    font-size: 16px;
  }
  .contact__form-error .contact__form_item_btnarea {
    margin-top: 40px;
  }
  .contact__form-error .contact__form_item_btnarea_btn {
    width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .sec__mh {
    background: url(../../imgs/contact/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .contact__con {
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 5rem;
  }
  .contact__txt_ans {
    margin-top: 1em;
    font-size: 1.3rem;
    padding: 1em;
    border: 1px solid #E3E3E3;
  }
  .contact__txt_ans .tel {
    text-decoration: none;
  }
  .contact__txt_ans li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .contact__form {
    margin-top: 1.5em;
  }
  .contact__form_txt {
    margin-bottom: 1em;
  }
  .contact__form_txt .mst {
    color: #BE0000;
  }
  .contact__form_item {
    width: 100%;
  }
  .contact__form_item .mst {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    background: #BE0000;
    font-weight: 600;
    padding: 0.2em 0.4em 0.3em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    right: 1em;
    display: block;
  }
  .contact__form_item dt {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1em;
    background: #F1F9F4;
    color: #06A139;
    font-weight: 600;
    position: relative;
  }
  .contact__form_item dd {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.5em 1em;
  }
  .contact__form_item dd input, .contact__form_item dd textarea {
    border: 1px solid #E3E3E3;
    width: 100%;
    background: #fff;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .contact__form_item dd .error {
    color: #BE0000;
    font-weight: 500;
  }
  .contact__form_item-zip dd > div {
    width: 10rem;
    display: inline-block;
  }
  .contact__form_item-zip dd > div input {
    width: -webkit-calc(100% - 3.1em);
    width: -moz-calc(100% - 3.1em);
    width: calc(100% - 3.1em);
  }
  .contact__form_item-zip dd > div:first-child::before {
    content: "〒";
    display: inline-block;
    margin-right: 0.5em;
  }
  .contact__form_item-zip dd > div + div {
    margin-left: -0.9em;
  }
  .contact__form_item-zip dd > div + div::before {
    content: "−";
    display: inline-block;
    margin-right: 10px;
  }
  .contact__form_item_zipbtn {
    border: 1px solid #06A139;
    -moz-border-radius: 3em;
         border-radius: 3em;
    font-size: 1.2rem;
    padding: 0.5em 1.3em;
    color: #06A139;
    cursor: pointer;
    font-weight: 600;
  }
  .contact__form_item_zipbtn:hover {
    color: #fff;
    background: #06A139;
  }
  .contact__form_item-msg {
    border-bottom: 1px solid #E3E3E3;
  }
  .contact__form_btn {
    width: 27rem;
    margin: 2em auto 0;
  }
  .contact__form_btn span {
    font-size: 1.6rem;
  }
  .contact__form-confirm_txt {
    margin-bottom: 2em;
  }
  .contact__form-confirm_btnarea {
    border-top: 1px solid #E3E3E3;
    margin-top: 2em;
    padding-top: 2em;
    text-align: center;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn {
    display: block;
    width: 24rem;
    margin: 0 auto;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn span {
    font-size: 1.6rem;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn.btn-ghost-b {
    margin-bottom: 1.5em;
  }
  .contact__form-complete_txt {
    font-weight: 600;
    font-size: 1.6rem;
  }
  .contact__form-error .contact__form_item_btnarea {
    margin-top: 2em;
  }
  .contact__form-error .contact__form_item_btnarea_btn {
    width: 20rem;
  }
  /* top_tb
=================================================================== */
}

@media screen and (max-width: 767px) {
  .sec__mh {
    background: url(../../imgs/contact/mv_sp.jpg) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .contact__con {
    padding: 0 2rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 5rem;
  }
  .contact__txt_ans {
    margin-top: 1em;
    font-size: 1.3rem;
    padding: 1em;
    border: 1px solid #E3E3E3;
  }
  .contact__txt_ans .tel {
    text-decoration: none;
  }
  .contact__txt_ans li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .contact__form {
    margin-top: 1.5em;
  }
  .contact__form_txt {
    margin-bottom: 1em;
  }
  .contact__form_txt .mst {
    color: #BE0000;
  }
  .contact__form_item {
    width: 100%;
  }
  .contact__form_item .mst {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    background: #BE0000;
    font-weight: 600;
    padding: 0.2em 0.4em 0.3em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
     -ms-transform: translateY(-50%) translateX(0);
         transform: translateY(-50%) translateX(0);
    right: 1em;
    display: block;
  }
  .contact__form_item dt {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1em;
    background: #F1F9F4;
    color: #06A139;
    font-weight: 600;
    position: relative;
  }
  .contact__form_item dd {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 1.5em 1em;
  }
  .contact__form_item dd input, .contact__form_item dd textarea {
    border: 1px solid #E3E3E3;
    width: 100%;
    background: #fff;
    /* transition base */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .contact__form_item dd .error {
    color: #BE0000;
    font-weight: 500;
  }
  .contact__form_item-zip dd > div {
    width: 10rem;
    display: inline-block;
  }
  .contact__form_item-zip dd > div input {
    width: -webkit-calc(100% - 3.1em);
    width: -moz-calc(100% - 3.1em);
    width: calc(100% - 3.1em);
  }
  .contact__form_item-zip dd > div:first-child::before {
    content: "〒";
    display: inline-block;
    margin-right: 0.5em;
  }
  .contact__form_item-zip dd > div + div {
    margin-left: -0.9em;
  }
  .contact__form_item-zip dd > div + div::before {
    content: "−";
    display: inline-block;
    margin-right: 10px;
  }
  .contact__form_item_zipbtn {
    border: 1px solid #06A139;
    -moz-border-radius: 3em;
         border-radius: 3em;
    font-size: 1.2rem;
    padding: 0.5em 1.3em;
    color: #06A139;
    cursor: pointer;
    font-weight: 600;
  }
  .contact__form_item_zipbtn:hover {
    color: #fff;
    background: #06A139;
  }
  .contact__form_item-msg {
    border-bottom: 1px solid #E3E3E3;
  }
  .contact__form_btn {
    width: 27rem;
    margin: 2em auto 0;
  }
  .contact__form_btn span {
    font-size: 1.6rem;
  }
  .contact__form-confirm_txt {
    margin-bottom: 2em;
  }
  .contact__form-confirm_btnarea {
    border-top: 1px solid #E3E3E3;
    margin-top: 2em;
    padding-top: 2em;
    text-align: center;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn {
    display: block;
    width: 24rem;
    margin: 0 auto;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn span {
    font-size: 1.6rem;
  }
  .contact__form-confirm_btnarea .contact__form_item_btnarea_btn.btn-ghost-b {
    margin-bottom: 1.5em;
  }
  .contact__form-complete_txt {
    font-weight: 600;
    font-size: 1.6rem;
  }
  .contact__form-error .contact__form_item_btnarea {
    margin-top: 2em;
  }
  .contact__form-error .contact__form_item_btnarea_btn {
    width: 20rem;
  }
}
