@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 769px) {
  html {
    min-width: 1000px;
  }
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-pageHeader {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  .l-search-shop-main-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-search-shop-main-title {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.l-search-shop-main-title .l-section {
  width: auto;
}

@media screen and (min-width: 769px) {
  .l-search-shop-main-title .l-section {
    max-width: 930px;
  }
}

.l-section.is_cars {
  padding-bottom: 38px !important;
}

@media screen and (max-width: 768px) {
  .l-section.is_cars {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.l-section.is_cars .carBox figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 301px;
  margin: auto;
}

.l-section.is_cars .carBox figure img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .l-section.is_cars .carBox figure figcaption {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

@media screen and (max-width: 768px) {
  .l-section.is_cars .carBox figure figcaption {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
  }
}

.l-section.is_cars .u-btnChgCar {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .l-section.is_cars .u-btnChgCar {
    margin-top: 39px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .l-section.is_cars .u-btnChgCar {
    margin-top: 18px;
    margin-bottom: 2px;
  }
}

.l-shop__section .shop-title {
  color: #00A0DC;
}

.l-mdl {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
}

.l-mdl.show {
  visibility: visible;
  opacity: 1;
}

.l-mdl .mdlWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .l-mdl .mdlWrap {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-mdl .mdlWrap {
    padding: 0 20px;
  }
}

.l-mdl .mdlCont {
  background-color: #fff;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l-mdl .mdlCont {
    max-width: 1000px;
  }
}

.l-mdl .mdlCls {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.l-mdl .mdlCls:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .l-mdl .mdlCls {
    background-image: url("../img/icn_mdl_cls_pc.svg");
    width: 40px;
    height: 40px;
    top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .l-mdl .mdlCls {
    background-image: url("../img/icn_mdl_cls_sp.svg");
    width: 30px;
    height: 30px;
    top: -30px;
  }
}

.l-mdl .mdlBox {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-mdl .mdlBox {
    padding: 83px 50px 100px;
  }
}

@media screen and (max-width: 768px) {
  .l-mdl .mdlBox {
    padding: 52px 27px 40px 28px;
  }
}

.l-mdl .mdlBox.show {
  display: block;
}

.l-mdl .mdlBox[data-mdl="back_sijo"] {
  text-align: center;
}

.l-mdl .mdlBox[data-mdl="back_sijo"] h2 {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .l-mdl .mdlBox[data-mdl="back_sijo"] h2 {
    margin-bottom: 48px;
    line-height: 1.5625;
  }
}

@media screen and (max-width: 768px) {
  .l-mdl .mdlBox[data-mdl="back_sijo"] h2 {
    margin-bottom: 38px;
    line-height: 1.625;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* section */
  /* インナー */
  /* パディング */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ボタン包み */
  /* ラベル */
  /* アイコン */
  /* ナビ */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

.u-scrlPos {
  display: block;
  position: relative;
}

.u-sec1 .secHd {
  background-color: #F2F2F1;
}

@media screen and (min-width: 769px) {
  .pageIpt .u-sec1 .secHd {
    margin-bottom: 40px;
  }
}

.u-sec1 .secHd .u-inner1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .u-sec1 .secHd .u-inner1 {
    padding: 11px 0;
  }
}

@media screen and (max-width: 768px) {
  .u-sec1 .secHd .u-inner1 {
    padding: 10px 20px;
  }
}

.u-sec1 .secHd .ttl {
  color: #525353;
  font-weight: bold;
  border-left: 3px solid #00A0DC;
}

@media screen and (min-width: 769px) {
  .u-sec1 .secHd .ttl {
    padding: 1.75px 0 1.75px 9px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .u-sec1 .secHd .ttl {
    padding: 4.375px 0 4.375px 9px;
    font-size: 1.6rem;
  }
}

.u-sec1 .secHd .note {
  color: #EA3323;
  font-size: 1.4rem;
}

.pageIpt .u-sec1.is_desired {
  padding-bottom: 38px;
}

@media screen and (min-width: 769px) {
  .pageConf .u-sec1.is_desired {
    padding-bottom: 37px;
  }
}

@media screen and (max-width: 768px) {
  .pageConf .u-sec1.is_desired {
    padding-bottom: 38px;
  }
}

@media screen and (max-width: 768px) {
  .pageIpt .u-sec1.is_desired .secHd {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 769px) {
  .pageConf .u-sec1.is_desired .secHd {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 768px) {
  .pageConf .u-sec1.is_desired .secHd {
    margin-bottom: 16px;
  }
}

.pageIpt .u-sec1.is_info {
  padding-bottom: 40px;
}

.pageConf .u-sec1.is_info {
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .pageIpt .u-sec1.is_info .secHd {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .pageConf .u-sec1.is_info .secHd {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 768px) {
  .pageConf .u-sec1.is_info .secHd {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 769px) {
  .pageConf .u-sec1.is_enqConf {
    padding-bottom: 57px;
  }
}

@media screen and (max-width: 768px) {
  .pageConf .u-sec1.is_enqConf {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .pageConf .u-sec1.is_enqConf .secHd {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 768px) {
  .pageConf .u-sec1.is_enqConf .secHd {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 769px) {
  .u-sec1.is_privacy {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .u-sec1.is_privacy {
    padding-bottom: 23px;
  }
}

@media screen and (max-width: 768px) {
  .pageIpt .u-sec1.is_privacy .secHd {
    margin-bottom: 20px;
  }
}

.u-sec1.is_privacy .txt1 {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .u-sec1.is_privacy .txt1 {
    margin-bottom: 76px;
  }
}

@media screen and (max-width: 768px) {
  .u-sec1.is_privacy .txt1 {
    margin-bottom: 74px;
  }
}

.u-sec1.is_privacy .txt1 a {
  color: #00A0DC;
  font-weight: bold;
  text-decoration: underline;
}

.u-sec1.is_privacy .txt1 a:hover {
  text-decoration: none;
}

.u-sec1.is_privacy .kiyakuBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  font-size: 1.6rem;
}

.u-sec1.is_privacy .kiyakuBox a {
  color: #00A0DC;
  font-weight: bold;
  text-decoration: underline;
}

.u-sec1.is_privacy .kiyakuBox a:hover {
  text-decoration: none;
}

.u-sec1.is_privacy .kiyakuBox .u-chk1 {
  margin-top: 32px;
}

.u-sec1.is_privacy .btnWrap {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-sec1.is_privacy .btnWrap + .btnWrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-sec1.is_privacy .btnWrap + .btnWrap {
    margin-top: 20px;
  }
}

.u-secEnq {
  background-color: rgba(0, 160, 220, 0.1);
  margin-bottom: 40px;
}

.u-secEnq .ttl {
  padding: 17px 0 20px;
  color: #00A0DC;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.u-secEnq .ttl:not([disabled]):hover {
  opacity: 0.5;
}

.u-secEnq .ttl:after {
  content: "";
  display: block;
  background: url("../img/acrd_arw1.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 8px auto 0;
}

.u-secEnq .u-iptBox1 {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .u-secEnq .u-iptBox1 {
    padding-top: 17px;
  }
}

.u-secEnq.show .ttl:after {
  transform: scale(1, -1);
}

.u-secComp {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-secComp {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp {
    padding-bottom: 40px;
  }
}

.u-secComp .ttl {
  background-color: #F2F2F2;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .u-secComp .ttl {
    padding: 7.75px 20px;
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp .ttl {
    padding: 6.875px 20px;
    font-size: 1.6rem;
  }
}

.u-secComp .img1 {
  display: block;
  margin-bottom: 37px;
}

.u-secComp .img1 img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .u-secComp p {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp p {
    font-size: 1.6rem;
    line-height: 1.3125;
    max-width: 768px !important;
  }
}

@media screen and (min-width: 769px) {
  .u-secComp .txt1 {
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp .txt1 {
    margin-bottom: 53px;
  }
}

.u-secComp .txt2 {
  margin-top: 0;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .u-secComp .txt2 {
    margin-bottom: 37.4px;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp .txt2 {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp .logo img {
    height: 50px;
  }
}

.u-secComp .line {
  border-top: 2px solid #d1d1d1;
}

@media screen and (min-width: 769px) {
  .u-secComp .line {
    margin: 59.6px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-secComp .line {
    margin: 40px 0;
  }
}

.u-secComp .note {
  text-align: left;
}

.u-secComp .note dt {
  font-size: 1.4rem;
  line-height: 1.42857;
}

.u-secComp .note dd {
  font-size: 1.2rem;
  line-height: 1.66667;
}

.u-inner1 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .u-inner1 {
    max-width: 930px;
  }
}

@media screen and (max-width: 768px) {
  .u-inner1:not(.spPd0) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-spPd1 {
    padding-left: 3.84615vw;
    padding-right: 3.84615vw;
  }
}

.u-btn1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 100px;
  transition: opacity 0.3s;
}

.u-btn1:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .u-btn1 {
    width: 360px;
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .u-btn1 {
    width: 100%;
    max-width: 295px;
    height: 40px;
  }
}

.u-btn1[disabled] {
  cursor: default;
}

.u-btn1.clr1 {
  background-color: #00A0DC;
  color: #fff;
}

.u-btn1.clr1[disabled] {
  background-color: #7fcfed;
}

.u-btn1.clr2 {
  background-color: #E5E5E5;
  color: #333;
}

.u-btn1.clr2[disabled] {
  background-color: #ccc;
}

.u-btnChgCar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #555A5D;
  border: 1px solid #555A5D;
  border-radius: 100px;
  transition: opacity 0.3s;
}

.u-btnChgCar:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .u-btnChgCar {
    width: 111px;
    height: 37px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .u-btnChgCar {
    width: 90px;
    height: 30px;
    font-size: 1.4rem;
  }
}

.u-btnChgCar[disabled] {
  cursor: default;
}

.u-pageNav1 {
  padding-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-pageNav1 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.0rem;
  }
}

.u-pageNav1 > ul {
  display: flex;
  border: 1px solid #03A0DC;
}

.u-pageNav1 > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #03A0DC;
}

.u-pageNav1 > ul > li + li {
  border-left: 1px solid #03A0DC;
}

.u-pageNav1 > ul > li.here {
  background-color: #03A0DC;
  color: #fff;
  font-weight: bold;
}

.u-pageNav1 > ul > li.here + li {
  position: relative;
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li.here + li {
    padding-left: 7px;
  }
}

.u-pageNav1 > ul > li.here + li:before {
  content: "";
  display: block;
  background: url("../img/nav_arw1_r.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: -2px 0px #03A0DC;
}

@media screen and (min-width: 769px) {
  .u-pageNav1 > ul > li.here + li:before {
    width: 13px;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li.here + li:before {
    width: 9px;
  }
}

@media screen and (min-width: 769px) {
  .u-pageNav1 > ul > li:nth-child(1) {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li:nth-child(1) {
    width: 33%;
  }
}

@media screen and (min-width: 769px) {
  .u-pageNav1 > ul > li:nth-child(2) {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li:nth-child(2) {
    width: 33%;
  }
}

@media screen and (min-width: 769px) {
  .u-pageNav1 > ul > li:nth-child(3) {
    width: 33.34%;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li:nth-child(3) {
    width: 34%;
  }
}

@media screen and (min-width: 769px) {
  .u-pageNav1 > ul > li:nth-child(4) {
    width: 19.82759%;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li:nth-child(4) {
    width: 18.31395%;
  }
}

@media screen and (min-width: 769px) {
  .u-pageNav1 > ul > li:nth-child(5) {
    width: 19.93534%;
  }
}

@media screen and (max-width: 768px) {
  .u-pageNav1 > ul > li:nth-child(5) {
    width: 20.63953%;
  }
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 768px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
@media screen and (max-width: 768px) {
  .datepicker {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .datepicker-orient-top {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .datepicker th,
  .datepicker td {
    width: 40px;
  }
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background: #03A0DC !important;
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 フォーム
---------------------------------------*/
input[type="text"],
input[type="mail"],
input[type="number"],
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  margin: 0;
  color: inherit;
  font-size: 1.0em;
  border: none;
  outline: none;
}

input[type="text"],
input[type="mail"],
input[type="number"],
input[type="password"],
textarea {
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #CDCDCC;
  border-radius: 4px;
}

input[type="text"]:focus,
input[type="mail"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #aaa;
}

input[type="text"]::-webkit-input-placeholder,
input[type="mail"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="mail"]::-moz-input-placeholder,
input[type="number"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="mail"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="mail"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  input[type="text"],
  input[type="mail"],
  input[type="number"],
  input[type="password"] {
    height: 46px;
  }
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="mail"],
  input[type="number"],
  input[type="password"] {
    height: 38px;
  }
}

input[type="text"]::-ms-clear {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

textarea {
  vertical-align: baseline;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* テキスト */
.u-iptDate1 {
  display: block;
  background-color: #fff;
  border: 1px solid #CDCDCC;
  border-radius: 4px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .u-iptDate1 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptDate1 {
    padding-right: 40px;
  }
}

.u-iptDate1:after {
  content: "";
  display: block;
  background: url("../img/icn_date.svg") 0 0 no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .u-iptDate1:after {
    right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptDate1:after {
    right: 10px;
  }
}

.u-iptDate1 input {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1;
  cursor: default;
}

@media screen and (min-width: 769px) {
  .u-iptDate1 input {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptDate1 input {
    height: 36px;
  }
}

/* チェックボックス */
.u-chk1 {
  display: block;
}

.u-chk1 input {
  display: none;
}

.u-chk1 .wrap {
  display: flex;
  align-items: center;
}

.u-chk1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/chk1_off.svg") 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.u-chk1 .wrap .txt {
  width: 100%;
}

.u-chk1 input:checked + .wrap:before {
  background-image: url("../img/chk1_on.svg");
}

/* ラジオ */
.u-rdo1 {
  display: block;
}

.u-rdo1 input {
  display: none;
}

.u-rdo1 .wrap {
  display: flex;
  align-items: flex-start;
}

.u-rdo1 .wrap:before {
  flex-shrink: 0;
  content: "";
  display: block;
  background: url("../img/rdo1_off.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin: 4px 6px 0 0;
}

.u-rdo1 .wrap .txt {
  width: 100%;
}

.u-rdo1 input:checked + span {
  color: #00f;
}

.u-rdo1 input:checked + span:before {
  background-image: url("../img/rdo1_on.svg");
}

/* セレクト */
.u-selectWrap {
  background-color: #fff;
  border: 1px solid #CDCDCC;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}

.u-selectWrap:after {
  content: "";
  display: block;
  background: url("../img/slct_arw1_d.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .u-selectWrap:after {
    right: 14px;
  }
}

@media screen and (max-width: 768px) {
  .u-selectWrap:after {
    right: 12px;
  }
}

.u-selectWrap select {
  width: 100%;
  padding: 0 38px 0 10px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .u-selectWrap select {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .u-selectWrap select {
    height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .u-selectWrap select.spSz2 {
    height: 34px;
    padding: 0 38px 0 20px;
  }
}

/* 入力と選択 */
.u-iptBox1 {
  font-size: 1.4rem;
}

.u-iptBox1 input[type="text"],
.u-iptBox1 input[type="mail"],
.u-iptBox1 textarea {
  width: 100%;
}
#tenpo{
  width : 76%
}
#tenpoBtn{
    width: 70px;
    height: 40px;
    background-color: #00A0DC;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 100px;
    transition: opacity 0.3s;
    border: none;
}
@media screen and (max-width: 768px){
  #tenpoBtn{
    height: 38px;
}
}
#tenpoBtn:hover{
    cursor:pointer;
  
}

.u-iptBox1 textarea {
  height: 150px;
}

.u-iptBox1 .formRow {
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCC;
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow:not(:nth-child(1)) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow:not(:nth-child(1)) {
    padding-top: 17px;
  }
}

.u-iptBox1 .formRow.noBd {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow.spNoBd {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow > dt {
    flex-shrink: 0;
    width: 304px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow > dt {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow > dd {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow > dd {
    font-size: 1.4rem;
  }
}

.u-iptBox1 .formRow.required > dt:after {
  content: "＊";
  color: #EA3323;
}
.u-iptBox1 .formRow.required > .purposeDetail:after {
  content: none;
}

.kiyakuBox .u-chk1 #required:after {
	  content: "＊";
      color: #EA3323;
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow.is_postal ul > li:first-child {
    padding-left: 18.16px;
  }
}

.u-iptBox1 .formRow.is_postal ul > li:first-child:before {
  content: "";
  background: url("../img/icn_postal.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 10.26px;
  height: 10.15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow.is_postal ul > li:first-child:before {
    left: -18.16px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow.is_postal ul > li:first-child:before {
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow.is_address li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .formRow.is_address li + li {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .formRow.is_address li.rowPref {
    width: 225px;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .col2 > li,
  .u-iptBox1 .pcCol2 > li {
    width: 303px;
  }
}

.u-iptBox1 .col2 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .col2 > li {
    width: 48.57143%;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .pcCol2 {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .pcCol2 > li + li {
    margin-top: 15px;
  }
}

.u-iptBox1 .colS {
  display: flex;
}

.u-iptBox1 .colS > li {
  position: relative;
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .colS > li {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .colS > li {
    width: 28.57143%;
  }
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .colS > li + li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .colS > li + li {
    margin-left: 7.14286%;
  }
}

.u-iptBox1 .colS > li + li:before {
  content: "";
  background: url("../img/icn_line1.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .u-iptBox1 .colS > li + li:before {
    width: 9px;
    left: -17px;
  }
}

@media screen and (max-width: 768px) {
  .u-iptBox1 .colS > li + li:before {
    width: 9%;
    left: -17%;
  }
}

.u-iptBox1 .txt1 {
  margin-top: 38px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}

/* 確認 */
.u-confBox1 .formRow {
  border-bottom: 1px solid #CDCDCC;
}

@media screen and (min-width: 769px) {
  .u-confBox1 .formRow {
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .u-confBox1 .formRow {
    padding-bottom: 18px;
  }
}

.u-confBox1 .formRow:not(:nth-child(1)) {
  padding-top: 17px;
}

.u-confBox1 .formRow.noBd {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .u-confBox1 .formRow.spNoBd {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.u-confBox1 .formRow > dt {
  margin-bottom: 5px;
  color: #646464;
}

@media screen and (min-width: 769px) {
  .u-confBox1 .formRow > dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .u-confBox1 .formRow > dt {
    font-size: 1.4rem;
  }
}

.u-confBox1 .formRow > dd {
  color: #555;
}

@media screen and (min-width: 769px) {
  .u-confBox1 .formRow > dd {
    font-size: 1.8rem;
    line-height: 1.33333;
  }
}

@media screen and (max-width: 768px) {
  .u-confBox1 .formRow > dd {
    font-size: 1.4rem;
    line-height: 1.3125;
  }
}

@media screen and (max-width: 768px) {
  .u-confBox1 .formRow.is_postal dd {
    padding-left: 18.16px;
  }
}

.u-confBox1 .formRow.is_postal dd:before {
  content: "";
  display: inline-block;
  background: url("../img/icn_postal.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.73278em;
  height: 0.725em;
  margin-right: 0.41111em;
}

@media screen and (min-width: 769px) {
  .u-confBox1 .formRow.is_address li + li {
    margin-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .u-confBox1 .formurl("../img + li {
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .u-confBox1 .pcCol2 {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .u-confBox1 .pcCol2 > li + li {
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .u-confBox1 .pcCol2 > li + li {
    margin-top: 5px;
  }
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.c-MB0 {
  margin-bottom: 0px !important;
}

.c-MB48 {
  margin-bottom: 48px !important;
}

.c-MB64 {
  margin-bottom: 64px !important;
}

.c-PB0 {
  padding-bottom: 0px !important;
}

.c-PB60 {
  padding-bottom: 60px !important;
}

.c-fwB {
  font-weight: bold !important;
}

.c-txLBlue1 {
  color: #00A0DC !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcL-PB0 {
    padding-bottom: 0px !important;
  }
  .c_pcL-PB60 {
    padding-bottom: 60px !important;
  }
  .c_pcL-fwB {
    font-weight: bold !important;
  }
  .c_pcL-txLBlue1 {
    color: #00A0DC !important;
  }
}

/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcS-PB0 {
    padding-bottom: 0px !important;
  }
  .c_pcS-PB60 {
    padding-bottom: 60px !important;
  }
  .c_pcS-fwB {
    font-weight: bold !important;
  }
  .c_pcS-txLBlue1 {
    color: #00A0DC !important;
  }
}

/*--- 769px以上に適用 ---*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pc-PB0 {
    padding-bottom: 0px !important;
  }
  .c_pc-PB60 {
    padding-bottom: 60px !important;
  }
  .c_pc-fwB {
    font-weight: bold !important;
  }
  .c_pc-txLBlue1 {
    color: #00A0DC !important;
  }
}

/*--- 768px以下に適用 ---*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }
  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }
  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }
  .c_sp-PB0 {
    padding-bottom: 0px !important;
  }
  .c_sp-PB60 {
    padding-bottom: 60px !important;
  }
  .c_sp-fwB {
    font-weight: bold !important;
  }
  .c_sp-txLBlue1 {
    color: #00A0DC !important;
  }
}

/*# sourceMappingURL=srcmap/add.css.map */


#li_address_check:before  {
   content: "";
	background: url("../img/icn_line1.svg") 0 0 no-repeat;
	background-size: 0;
	height: 2px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	}