@charset "UTF-8";
/* ------------------------------------------------------------
   FORMページ
------------------------------------------------------------ */
/* ----- form ----- */
@media screen and (max-width: 767px) {
  #form .inner {
    padding: 0 3%;
  }
}

#form .breadcrumb {
  margin-top: 40px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1199px) {
  #form .breadcrumb {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  #form .breadcrumb {
    margin-top: 0;
    margin-left: 0;
  }
}

#form .breadcrumb li:not(:first-child):before {
  content: "\00a0\003e\00a0";
}

#form .form__overview h2 {
  margin-bottom: 30px;
}

#form .form__overview p {
  margin-bottom: 20px;
}

.form-contents {
  margin-bottom: 40px;
}

.form-contents .bor_none {
  border: none !important;
}

.form-contents input, .form-contents textarea {
  border-radius: 3px;
  padding: 1px 0;
  margin: 2px 0;
}

.form-contents .indt_nb2 {
  padding-left: 1em;
  text-indent: -1em;
}

.form-contents .bg_ivory {
  padding: 10px;
  margin: 10px auto 0;
  width: 92%;
  background: url(../contact/img/bg_dotaq.png);
}

.form-contents .bg_ivory p {
  padding: 0 20px;
}

.form-contents p span.bold {
  font-weight: 600;
}

.form-contents p.address {
  margin-left: 20px;
  background: #fff;
  text-align: center;
}

.form-contents button {
  border: none;
  background-color: #fff;
}

.form-contents button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.form-contents table .bdb {
  border-bottom: 1px dotted #ccc;
}

.form-contents .formwrap {
  background: url(/contact/img/h3_bg.png) repeat-x left top;
  padding-top: 20px;
  margin: 25px 0;
}

.form-contents .form_table th, .form-contents .form_table3 th {
  padding: 22px 0;
  font-weight: 300;
  width: 30%;
  text-align: left;
  vertical-align: top;
}

.form-contents .form_table td, .form-contents .form_table3 td {
  padding: 10px;
}

.form-contents .form_table2 {
  width: 98%;
  margin: 0 auto 10px;
}

.form-contents .form_table3 {
  width: 98%;
  margin: 0 auto 30px;
}

.form-contents .form_table2 tr {
  border-bottom: 1px dotted #ccc;
}

.form-contents .form_table2 th {
  padding: 15px;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
}

.form-contents .form_table2 td {
  padding: 10px;
}

.form-contents .inner_table tr, .form-contents .inner_table td {
  border: none;
}

.form-contents .freeb_wrap {
  border: 1px solid #fc89ae;
}

.form-contents .pinkwrap {
  border: 1px solid #fc89ae;
  border-radius: 5px;
  padding: 20px;
  margin: 10px 20px;
}

.form-contents input#back {
  background: url(/contact/img/btn_back.png) no-repeat left top;
  background-size: 100%;
  text-indent: -9999px;
  border: none;
  height: 64px;
}

.form-contents input#back:hover {
  opacity: 0.5;
  cursor: pointer;
}

.form-contents .content div.bg_ivory {
  background: url(/common/img/contents/bg_dotaq.png) repeat;
  background-size: 30px;
  border: 1px solid #d1d5e5;
}

.form-contents .input_txtarea {
  width: 100%;
  height: 200px;
}

.form-contents .content {
  padding: 0 10px;
}

.form-contents p.address {
  width: 45%;
}

.form-contents .freeb_wrap {
  padding: 20px 15px;
}

.form-contents .input_ss {
  width: 20%;
  height: 22px;
}

.form-contents .input_s {
  width: 82%;
  height: 22px;
}

.form-contents .input_m {
  width: 68%;
  height: 22px;
}

.form-contents .form_table2 .input_m {
  width: 100%;
  height: 22px;
}

.form-contents .form_table2 th {
  width: 40%;
}

.form-contents .pinkwrap .form_table3 th {
  width: 28%;
}

.form-contents .input_txtarea {
  width: 100%;
  height: 200px;
}

.form-contents .contact_info {
  margin: 15px 10px;
}

.form-contents .sendarea {
  text-align: center;
}

.form-contents .sendarea button, .form-contents .sendarea input {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .form-contents .sendarea button, .form-contents .sendarea input {
    width: 100%;
  }
}

.form-contents .contact_link {
  width: 49%;
  margin: 10% auto;
}

.form-contents .contact_info {
  margin: 15px 10px;
}

.form-contents .red {
  color: #cc2300;
}

#form .form__overview .red {
  color: #cc2300;
}

#form .mt1em {
  margin-top: 1em !important;
}

/* ----- title ----- */
#form .title__blue {
  background: #1b4db3;
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: bold;
}

/* ----- confirm ----- */
#form .contentwrap {
  width: 75%;
  float: right;
}

@media screen and (max-width: 1199px) {
  #form .contentwrap {
    width: 71%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  #form .contentwrap {
    width: 96%;
    float: left;
  }
}

#form .completion {
  width: 75%;
  float: right;
}

@media screen and (max-width: 1199px) {
  #form .completion {
    width: 71%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  #form .completion {
    width: 96%;
    float: left;
  }
}

.inner {
  overflow: hidden;
}

.form {
  width: 75%;
  float: right;
}

@media screen and (max-width: 1199px) {
  .form {
    width: 71%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .form {
    width: 100%;
    float: left;
  }
}

.sidenav {
  width: 22%;
  float: left;
  margin-right: 3%;
}

@media screen and (max-width: 1199px) {
  .sidenav {
    width: 21%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .sidenav {
    width: 100%;
    float: right;
    margin: 0;
    margin-bottom: 40px;
    padding: 0 2%;
  }
}

.sidenav a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sidenav__nav {
    display: none;
  }
}

.sidenav__area {
  margin-top: 20px;
  padding: 6px 0;
  background: #e9e9e9;
}

@media screen and (max-width: 767px) {
  .sidenav__area {
    display: none;
  }
}

.sidenav__area dl {
  width: calc(100% - 12px);
  display: block;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.sidenav__area dl dt {
  background: #e9e9e9;
}

.sidenav__area dl dd {
  padding: 7px 0;
  font-size: 0.75rem;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.sidenav__area dl dd img {
  padding-left: 7px;
  padding-right: 7px;
}

.sidenav__area dl dd p {
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.sidenav__area dl dd:last-child {
  padding-bottom: 10px;
}

.sidenav__area dl dd:hover {
  background: #fff6e6;
}

.sidenav__area dl dd:last-child:hover {
  background: none;
}

.sidenav__sparea {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidenav__sparea {
    display: block;
  }
}

.sidenav__sparea p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}

.sidenav__sparea ul {
  overflow: hidden;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidenav__sparea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sidenav__sparea ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .sidenav__sparea ul li {
    width: 24%;
  }
}

.sidenav__sparea ul li a {
  display: block;
}

.sidenav__sparea ul li:last-child {
  margin-right: 0;
}

.sidenav__spnav {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sidenav__spnav {
    display: block;
  }
}

.sidenav__spnav p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}

.sidenav__spnav ul {
  overflow: hidden;
  margin-top: 10px;
}

.sidenav__spnav ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.sidenav__spnav ul li a {
  display: block;
}

.sidenav__spnav ul li:nth-child(3n) {
  margin-right: 0;
}

.sidenav__spnav ul li:nth-child(4),
.sidenav__spnav ul li:nth-child(5) {
  margin-top: 10px;
}

.sidenav__spnav ul:last-child li {
  width: 32%;
  margin-right: 2%;
}

.sidenav__spnav ul:last-child li:last-child {
  margin-right: 0;
}

#form .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #form .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#form .office dl {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #form .office dl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #form .office dl:not(:last-child) {
    margin-bottom: 30px;
  }
}

#form .office dl a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

#form .office dl a:hover {
  background: #fff6e6;
}

#form .office dt {
  margin-bottom: 15px;
}

#form .office dt img {
  max-height: 21px;
  width: auto;
}

#form .office__sp {
  display: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #form .office__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#form .office__sp li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  #form .office__sp li {
    width: 24%;
  }
}

#form .office__sp li:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=form.css.map */