/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_access
====================================================================== */
.p_access .l_header {
  display: none;
}
.p_access .l_header_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_access .l_header_sp {
    display: block;
  }
}
.p_access .l_main_visual {
  background: url(../img/access/mv.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_access .l_main_visual {
    background: url(../img/access/sp/mv.jpg);
    background-size: cover;
  }
}
.p_access .article {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_access .article {
    padding: 0;
  }
}
.p_access .article .sec_1 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 {
    padding: 10px 4.6875% 20px;
  }
}
.p_access .article .sec_1 .inner {
  width: 1260px;
  margin: 0 auto;
  padding: 30px 20px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner {
    width: 100%;
    padding: 0;
  }
}
.p_access .article .sec_1 .inner .c_ttl_2 {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .c_ttl_2 {
    font-size: 17px;
    margin: 30px 0 10px;
  }
}
.p_access .article .sec_1 .inner .c_ttl_2._another {
  margin: 0 0 20px;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .c_ttl_2._another {
    margin: 0 0 20px;
    font-size: 17px;
  }
}
.p_access .article .sec_1 .inner .maplink {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 16px;
  color: #064da0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .maplink {
    font-size: 14px;
  }
}
.p_access .article .sec_1 .inner .maplink:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .maplink:hover {
    text-decoration: underline;
  }
}
.p_access .article .sec_1 .inner .iframewrap {
  padding-top: 63%;
  position: relative;
}
.p_access .article .sec_1 .inner .iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p_access .article .sec_1 .inner .icon {
  font-size: 22px;
  margin: 20px 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .icon {
    font-size: 15px;
    margin: 15px 0 5px;
  }
}
.p_access .article .sec_1 .inner .icon._second {
  margin: 50px 0 5px;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .icon._second {
    margin: 30px 0 5px;
  }
}
.p_access .article .sec_1 .inner .icon i {
  color: #064da0;
  margin: 0 10px 0 0;
}
.p_access .article .sec_1 .inner .u_txt_1._second {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .u_txt_1._second {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .u_txt_22 {
    margin: 10px 0 0;
  }
}
.p_access .article .sec_1 .inner > .ttl {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner > .ttl {
    margin: 20px 0 0;
  }
}
.p_access .article .sec_1 .inner .tellead {
  margin: 10px 0 0;
}
.p_access .article .sec_1 .inner .row {
  border-top: 1px solid #d2d2d2;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row {
    padding: 15px 0;
  }
}
.p_access .article .sec_1 .inner .row._last {
  border-bottom: 1px solid #d2d2d2;
}
.p_access .article .sec_1 .inner .row .tit {
  width: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .tit {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .tit._top {
    align-items: flex-start;
  }
  .p_access .article .sec_1 .inner .row .tit._top .nini {
    margin: 6px 0 0 15px;
  }
}
.p_access .article .sec_1 .inner .row .item {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .item {
    width: calc(100% - 75px);
  }
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .checkw {
    margin: 5px 0 0;
  }
}
.p_access .article .sec_1 .inner .row .checkw label {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .checkw label {
    padding: 0 0 0 20px;
  }
}
.p_access .article .sec_1 .inner .row .checkw label:before {
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #d2d2d2;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .checkw label:before {
    width: 13px;
    height: 13px;
    top: 7px;
  }
}
.p_access .article .sec_1 .inner .row .checktxt {
  margin: 15px 0 0;
  border: 1px solid #d2d2d2;
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .checktxt {
    font-size: 14px;
    padding: 10px;
  }
}
.p_access .article .sec_1 .inner .row .checktxt.mt0 {
  margin: 0;
}
.p_access .article .sec_1 .inner .row input.txt {
  width: 100%;
  height: 48px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row input.txt {
    height: 25px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.p_access .article .sec_1 .inner .row .selectbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.p_access .article .sec_1 .inner .row .selectbox .selectwrap {
  width: 184px;
  height: 30px;
  border: 1px solid #d2d2d2;
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .selectbox .selectwrap {
    height: 25px;
  }
}
.p_access .article .sec_1 .inner .row .selectbox .selectwrap:before {
  pointer-events: none;
  position: absolute;
  top: 11px;
  right: 20px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.p_access .article .sec_1 .inner .row .selectbox .selectwrap select {
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
  text-align: center;
}
.p_access .article .sec_1 .inner .row .inputtxtwrap {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_access .article .sec_1 .inner .row .inputtxtwrap {
    margin: 15px 0 0;
  }
}
.p_access .article .sec_1 .inner .row .inputtxtwrap input.txt:placeholder-shown {
  color: #b1b1b1;
}
.p_access .article .sec_1 .inner .row .inputtxtwrap input.txt::-webkit-input-placeholder {
  color: #b1b1b1;
}
.p_access .article .sec_1 .inner .row .inputtxtwrap input.txt:-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.p_access .article .sec_1 .inner .row .inputtxtwrap input.txt::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.p_access .article .sec_1 .inner .row .inputtxtwrap input.txt:-ms-input-placeholder {
  color: #b1b1b1;
}

/*# sourceMappingURL=access.css.map */
