@charset "utf-8";
/* CSS Document */
/* - guide.css - */

.guide__contents {
  display: block;
  margin: 0 auto;
  width: calc(670 / 750 * 100%);
  max-width: 1120px;
}
.guide__catch {
  margin: calc(60 / 670 * 100%) auto;
  font-weight: 500;
  font-size: var(--fs-26);
  line-height: calc(40 / 26 * 1em);
}
.guide__item {
  display: block;
  margin: 0 auto;
}
.guide__item--mt60 ,
.guide__item + .guide__item {
  margin-top: calc(60 / 670 * 100%);
}
.guide__title {
  border-radius: 20px;
  background: #fcf6e9;
  font-size: var(--fs-28);
  text-align: center;
  padding: .5em;
  box-sizing: border-box;
  font-weight: 500;
  margin: calc(20 / 670 * 100%) auto;
}
.guide__contents .guide__textbox {
}
.guide__textbox ul {
  padding: 0;
  margin: 0;
}
.guide__textbox dt {
  font-size: var(--fs-26);
  line-height: calc(40 / 26 * 1em);
  font-weight: 700;
}
.guide__textbox li,
.guide__textbox dd,
.guide__textbox p {
  font-size: var(--fs-26);
  line-height: calc(40 / 26 * 1em);
}
.guide__textbox li {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.guide__textbox a {
  display: inline;
  position: relative;
  border-bottom: 1px solid var(--c-or);
  line-height: 1.25em;
}
.guide__textbox .fs--min {
  font-size: calc(14 / 16 * 1em);
}
.guide__textbox .font--or {
  color: var(--c-or);
}
.guide__textbox table {
  --tablewidth: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: var(--fs-26);
  line-height: calc(40 / 26 * 1em);
  border: 1px solid var(--c-gr);
  text-align: center;
}
.guide__textbox table th {
  border: 1px solid var(--c-gr);
  background-color: var(--c-lgr);
  box-sizing: border-box;
  padding: .5em;
}
.guide__textbox table td {
  border: 1px solid var(--c-gr);
  box-sizing: border-box;
  padding: .5em;
}

.guide__textbox p + dl ,
.guide__textbox dl + dl ,
.guide__textbox dl + p ,
.guide__textbox dl + ul ,
.guide__textbox ul + dl ,
.guide__textbox p + p ,
.guide__textbox ul + ul ,
.guide__textbox ul + p ,
.guide__textbox p + ul ,
.guide__textbox ul + table ,
.guide__textbox table + ul ,
.guide__textbox table + table ,
.guide__textbox table + p ,
.guide__textbox p + table {
  margin-top: 1.5em;
}

.guide__contents .ic--freedial {
  display: inline-block;
  background: url(../shared/img/ic_freedial.svg) no-repeat 0% 50%;
  -webkit-background-size: auto 0.9em;
  background-size: auto 0.9em;
  box-sizing: border-box;
  padding-left: 1.7em;
}

.guide__contents .ic--tel {
  display: inline-block;
  background: url(../shared/img/ic_tel.svg) no-repeat 0% 50%;
  -webkit-background-size: auto 0.9em;
  background-size: auto 0.9em;
  box-sizing: border-box;
  padding-left: 1.2em;
}

.guide__contents .ic--fax {
  display: inline-block;
  background: url(../shared/img/ic_fax.svg) no-repeat 0% 50%;
  -webkit-background-size: auto 0.9em;
  background-size: auto 0.9em;
  box-sizing: border-box;
  padding-left: 1.2em;
}
/* -------------------------------------------- */
.guide__new {
  background: var(--c-lgr);
  border-radius: var(--fs-60);
  width: calc(670 / 750 * 100%);
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: calc(40 / 670 * 100%);
}
.guide__new p {
  font-size: var(--fs-26);
  line-height: calc(40 / 26 * 1em);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}
.guide__submit {
  margin: calc(60 / 670 * 100%) auto;
}
.guide__submit .guide__submit--normal {
  display: block;
  margin: calc(40 / 670 * 100%) auto;
  width: calc(500 / 670 * 100%);
  text-align: center;
  background-color: var(--c-br);
  color: #fff;
  font-size: var(--fs-26);
  padding: 1.2em;
  box-sizing: border-box;
  position: relative;
  border: none;
  transition: all .5s ease;
}
.guide__submit .guide__submit--normal:hover {
  background-color: var(--c-or);
}
.guide__submit .guide__submit--reg {
  display: block;
  margin: calc(40 / 670 * 100%) auto;
  width: calc(500 / 670 * 100%);
  text-align: center;
  background-color: var(--c-or);
  color: #fff;
  font-size: var(--fs-26);
  padding: 1.2em;
  box-sizing: border-box;
  position: relative;  
  border: none;
  transition: all .5s ease;
}
.guide__submit .guide__submit--reg:hover {
  background-color: var(--c-br);
}
.guide__submit .guide__submit--normal:after ,
.guide__submit .guide__submit--reg:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.6em);
  right: 1em;;
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  border-radius: 1em;
  background-image: url(../shared/img/ic_arrow_bk.svg);
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(-45deg);
}


/* -------------------------------------------- */
@media screen and (min-width:1000px){
  .guide__contents {
    padding: 0 10px;
    box-sizing: border-box;
  }
.guide__catch {
  margin: 60px auto;
  font-size: var(--fs-16);
  line-height: calc(26 / 16 * 1em);
}
.guide__title {
  border-radius: 20px;
  font-size: var(--fs-20);
  margin: 20px auto;
}
.guide__textbox li,
.guide__textbox dt,
.guide__textbox dd,
.guide__textbox p {
  font-size: var(--fs-16);
  line-height: calc(26 / 16 * 1em);
}
.guide__textbox table {
  width: clamp(100px,calc((var(--tablewidth) / 1100 * 100%) ),100%);
  margin: 0;
  font-size: var(--fs-16);
  line-height: calc(26 / 16 * 1em);
}
.guide__new {
  padding: 80px 10px;
}
.guide__new p {
  font-size: var(--fs-16);
  line-height: calc(26 / 16 * 1em);
  margin-bottom: 40px;
}
.guide__submit {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 60px;
}
.guide__submit .guide__submit--normal {
  display: block;
  margin: 0;
  width: 320px;
  text-align: center;
  background-color: var(--c-br);
  color: #fff;
  font-size: var(--fs-16);
  padding: 1.2em;
  box-sizing: border-box;
  position: relative;
  border: none;
}
.guide__submit .guide__submit--reg {
  display: block;
  margin: 0;
  width: 320px;
  text-align: center;
  background-color: var(--c-or);
  color: #fff;
  font-size: var(--fs-16);
  padding: 1.2em;
  box-sizing: border-box;
  position: relative;  
  border: none;
}
}