@charset "utf-8";
.c-inner.urs-contents {
  max-width: 118rem;
  margin: 0 auto;
}

h1 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
}


/* ----------------------------------------
.urs
---------------------------------------- */
.urs-title{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.urs-inner{
  display: flex;
  align-items:flex-start;
  gap:3rem;
  border: 6px solid #e9ecee;
  padding: 3.5rem;
}

.urs-img{
  width: 25rem;
  border: 1px solid #e9ecee;
  padding: 0.8rem;
}

.urs-img img{
  width: 100%;
  height: auto;
}

.urs-text-inner{
  width: calc(100% - 25rem - 3rem);
}

/*.urs-subtitle{
  font-size: 1.8rem;
  font-weight: bold;
  color: #e60012;
  line-height: 1.75;
  margin: 0 0 3rem 0;
}*/
.urs-subtitle{
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  text-align: center;
  padding: 1rem;
  background-color: #e60012;
  margin: 0 0 3rem 0;
}

.urs-text{
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 2rem 0;
}

.urs-list{
  list-style: disc;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 0 2rem;
}

.urs-note{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin: 8rem 0 4rem 0;
}

.urs-note a{
  color: #0068b7;
  text-decoration: underline;
}

.urs-note a.hover{
  text-decoration: none;
}


/* ----------------------------------------
.u-contact
---------------------------------------- */
.u-contact{
  text-align: center;
  padding: 4rem;
  margin: 0 0 12rem 0;
  background-color: #f2f6f8;
}

.u-contact-title{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.u-contact-tel{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:1rem;
  margin: 0 0 1rem 0;
}
.u-contact-tel span:nth-of-type(1) {
  width: 6rem;
}

.u-contact-tel span:nth-of-type(2) {
  min-height: 4.7rem;
  color: #0e0d6a;
  font-size: 3.4rem;
  font-weight: bold;
}
.u-contact-tel span:nth-of-type(3) {
  font-size: 1.4rem;
}


.u-contact-time{
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 3rem 0;
}

.u-contact-text{
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 3rem 0;
}


/* ----------------------------------------
.common-head
---------------------------------------- */
.common-head{
  border-left: 6px solid #0068b7;
  padding: 0.3rem 0 0.3rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}


/* ----------------------------------------
step1/.inquiry
---------------------------------------- */
.inquiry{
  margin: 0 auto 12rem;
}

.inquiry .code-text{
  font-size: 1.6rem;
  margin: 2rem 0 1rem 0;
}

.inquiry .code-inner{
  padding: 1rem;
  background-color: #f2f6f8;
}

.inquiry .code-img{
  width: 25rem;
  border: 1px solid #e9ecee;
  background-color: #fff;
  padding: 0.8rem;
}

.inquiry .code-img img{
  width: 100%;
  height: auto;
}

.inquiry .zip{
  padding: 1.5rem 1rem;
  background-color: #f2f6f8;
  margin: 0 0 1rem 0;
}

.inquiry .zip p{
  font-size: 1.6rem;
  line-height: 1.5;
}

.inquiry .zip input{
  background-color: #fff;
}

.inquiry .zip-inner{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0 0 0;
}

.inquiry .zip-inner a {
  position: relative;
  width: 16rem;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 30%);
  min-height: 5rem;
  padding: 1rem;
  background-color: #0068b7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: box-shadow 0.12s, background-color 0.12s;
}

.inquiry .zip-inner a.hover {
  box-shadow: none;
  background-color: #137bca;
}

.inquiry .zip-arrow{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 18px solid #0068b7;
  border-bottom: 0;
  margin: 0 0 1rem 18rem;
}

.inquiry .add{
  margin: 0 0 1rem 0;
}


.inquiry .oshirase{
  display: inline-block;
  padding: 4rem 0 0 0;
}

.inquiry .oshirase dt{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
}

.inquiry .oshirase dd{
  display: inline-block;
  margin: 0 0 2rem 2rem;
}


/* ----------------------------------------
step2/.confirm
---------------------------------------- */
.confirm{
  margin: 0 auto 12rem;
}

.confirm .attention-txt{
  margin: 0 auto 4rem;
}


/* ----------------------------------------
step3/.thanks
---------------------------------------- */
.thanks{
  margin: 0 auto 12rem;
}

.thanks .thanks-title{
  font-size:2.1rem;
  font-weight: bold;
  margin: 0 0 4rem 0;
  text-align: center;
}

.thanks .thanks-text{
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 4rem 0;
  text-align: center;
}

.thanks .u-contact{
  margin: 0 0 8rem 0;
}

.thanks .thanks-text-complet{
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 7rem 0;
  text-align: center;
}

/* ----------------------------------------
.err
---------------------------------------- */
.err font{
  font-size: 1.6rem !important;
  color: #e60012 !important;
}


/* ----------------------------------------
.link-sales
---------------------------------------- */
.link-sales {
  width: 27rem;
  margin: 0 auto;
}
.link-sales a {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 7rem;
  padding: 1.5rem 4rem;
  background-color: #fff;
  border: 2px solid #e3e7ea;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  transition: background-color 0.12s;
}
.link-sales a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  transform: translateY(-50%) rotate(45deg);
}
.link-sales a.hover {
  color: #0068b7;
  background-color: #e0ebf6;
  border: 2px solid #e0ebf6;
}

