@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.roboto {
  font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .content {
    padding: 0 2.4rem;
    max-width: inherit !important;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  position: relative;
  padding-top: 2.8rem;
  margin-bottom: 4.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  border-top: 0.3rem solid #dedee3;
}
.headLine01::before {
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 17rem;
  height: 0.3rem;
  background: linear-gradient(90deg, #e12463 0%, #1b519f 100%);
  content: "";
}
@media all and (max-width: 896px) {
  .headLine01 {
    padding-top: 1.7rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    border-top-width: 0.2rem;
  }
  .headLine01::before {
    top: -0.2rem;
    width: 11.2rem;
    height: 0.2rem;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 0.5rem;
  padding-left: 1.3rem;
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.115rem;
  border-left: 0.3rem solid #1b519f;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 1.1rem;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 3.8rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.headLine03 .en {
  margin-bottom: 0.4rem;
  display: block;
  color: #1b519f;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 3.1rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }
  .headLine03 .en {
    margin-bottom: 0;
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
  }
}
/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab table {
  width: 100%;
  border-collapse: collapse;
}
.comTab th,
.comTab td {
  padding: 1.6rem 2.2rem;
  letter-spacing: 0.075rem;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #d0d5db;
}
.comTab th {
  width: 20.8%;
  font-weight: 500;
  background-color: #eeeff6;
}
.comTab td .txt {
  display: block;
}
.comTab td .note {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
}
.comTab td .link01 {
  margin-left: 0 !important;
}
@media all and (max-width: 896px) {
  .comTab th,
  .comTab td {
    width: 100% !important;
    display: block;
    padding: 1.5rem 0 0;
    letter-spacing: 0.07rem;
    line-height: 1.4;
    border: none;
  }
  .comTab th {
    color: #1b519f;
    font-weight: 700;
    background-color: transparent;
  }
  .comTab td {
    padding: 0.4rem 0 1.6rem;
    border-bottom: 1px solid #d0d5db;
  }
  .comTab td .txt {
    margin-bottom: 0.4rem;
  }
  .comTab td .note {
    margin: 0.3rem -0.5rem 0 0;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
  }
  .comTab td .link01 {
    padding-left: 1.6rem;
    background-size: 1.1rem;
    background-position: left top 0.5rem;
  }
}
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pop::-webkit-scrollbar {
  display: none;
}

.pop.pop-active {
  opacity: 1;
  visibility: visible;
  display: block;
  background: rgba(0, 0, 0, 0.7);
}

.pop .popBox {
  width: 116rem;
  margin: 5rem auto;
  padding: 8rem;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4rem;
}
.pop .popClose {
  position: absolute;
  right: -3.2rem;
  top: -3.6rem;
  width: 7.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.pop .popInfo:not(:last-child) {
  margin-bottom: 4.9rem;
}
.pop .topText {
  margin-bottom: 1.6rem;
  line-height: 1.9;
}
.pop .numList > li {
  padding: 0 0 1.6rem 3.2rem;
  position: relative;
  line-height: 1.9;
}
.pop .numList > li:last-child {
  padding-bottom: 0 !important;
}
.pop .numList .num {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  font-weight: 700;
}
.pop .bold {
  display: block;
  font-weight: 700;
}
.pop .link01 {
  margin-left: 0.7rem;
  padding-left: 2.1rem;
  color: #006aba;
  text-decoration: underline;
  background: url(../img/common/icon11.png) no-repeat left center;
  background-size: 1.5rem auto;
}
.pop .numUl {
  margin: 1.2rem 0 -1.2rem;
  line-height: 1.5;
}
.pop .numUl li {
  text-indent: -1.5em;
  padding: 0 0 1.4rem 1.5em;
}
@media all and (min-width: 897px) {
  .pop .popClose:hover {
    opacity: 0.7;
  }
  .pop .link01:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 896px) {
  .pop .popBox {
    width: auto;
    margin: 5rem 1.5rem;
    padding: 3.2rem 2.4rem;
    border-radius: 1.6rem;
  }
  .pop .popClose {
    right: -0.8rem;
    top: -0.8rem;
    width: 4.8rem;
    z-index: 1;
  }
  .pop .popInfo:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .pop .topText {
    margin-bottom: 2.4rem;
    line-height: 1.8;
  }
  .pop .numList > li {
    padding-left: 2.8rem;
    line-height: 1.8;
  }
  .pop .link01 {
    margin-left: 0.5rem;
  }
  .pop .numUl {
    margin: 0.8rem 0 -0.5rem;
    line-height: 1.8;
  }
  .pop .numUl li {
    padding-bottom: 0.7rem;
  }
}
/*------------------------------------------------------------
	pop02
------------------------------------------------------------*/
#pop02 .textList > li {
  padding-bottom: 4rem;
}
#pop02 .textList p {
  margin: 0 2.4rem;
  line-height: 1.9;
}
#pop02 .btmTxt {
  margin-left: auto;
  width: 49rem;
  padding: 1.9rem 4rem;
  line-height: 1.9;
  border-radius: 0.8rem;
  background: #eeeff6;
  box-sizing: border-box;
}
@media all and (min-width: 897px) {
  #pop02 .headLine01 {
    margin-bottom: 3.9rem;
  }
  #pop02 .topText {
    margin-bottom: 3.9rem;
  }
  #pop02 .headLine02 {
    margin-bottom: 0.9rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
  #pop02 .btmTxt a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 896px) {
  #pop02 .headLine01 {
    margin-bottom: 3.2rem;
  }
  #pop02 .topText {
    margin-bottom: 3.2rem;
  }
  #pop02 .textList > li {
    padding-bottom: 2.4rem;
  }
  #pop02 .textList p {
    margin: 0;
    line-height: 1.8;
  }
  #pop02 .btmTxt {
    margin-left: auto;
    width: auto;
    padding: 1.9rem 2.5rem 2rem;
    line-height: 1.5;
    border-radius: 0.8rem;
  }
  #pop02 .btmTxt .bold {
    margin-bottom: 1rem;
  }
}
/*------------------------------------------------------------
	pop03
------------------------------------------------------------*/
@media all and (min-width: 897px) {
  #pop03 .headLine01 {
    margin-bottom: 3.1rem;
  }
}
@media all and (max-width: 896px) {
  #pop03 .headLine01 {
    margin-bottom: 1.8rem;
  }
}
/*------------------------------------------------------------
	pop04
------------------------------------------------------------*/
@media all and (min-width: 897px) {
  #pop04 .headLine01 {
    margin-bottom: 3.1rem;
  }
}
@media all and (max-width: 896px) {
  #pop04 .headLine01 {
    margin-bottom: 1.5rem;
  }
  #pop04 .comTab tr:last-child td {
    border: none;
  }
  #pop04 .comTab li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin-right: 0.6rem;
  text-align: center;
}
.comBtn p {
  padding: 0 5.5rem 1.8rem 9.5rem;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.135rem;
  background: url(../img/common/line03.png) no-repeat left 2.3rem top 0.2rem,
    url(../img/common/line04.png) no-repeat right 0.5rem top 0.2rem;
  background-size: 3.9rem auto;
}
.comBtn .btn {
  width: 65.6rem;
  margin: 0 auto;
}
.comBtn a {
  height: 12.3rem;
  padding: 0 0 0.3rem 5.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  border-radius: 6rem;
  background: #e8720c url(../img/common/icon15.png) no-repeat right 2.8rem
    center;
  background-size: 1.6rem auto;
  box-shadow: 0 6px 7px rgba(232, 114, 12, 0.25);
  box-sizing: border-box;
}
.comBtn a:hover {
  opacity: 0.7;
}
.comBtn a::before {
  position: absolute;
  right: -5rem;
  top: 3.2rem;
  background: url(../img/common/icon13.png) no-repeat;
  background-size: 10rem auto;
  width: 10rem;
  height: 9.5rem;
  content: "";
}
.comBtn a::after {
  position: absolute;
  left: -4.4rem;
  top: -2.5rem;
  background: url(../img/common/icon12.png) no-repeat;
  background-size: 7.9rem auto;
  width: 7.9rem;
  height: 7.4rem;
  content: "";
}
.comBtn a img {
  width: 9.4rem;
  position: absolute;
  left: 5.9rem;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .comBtn {
    margin-right: 0.1rem;
  }
  .comBtn p {
    padding: 0 3rem 1.1rem 3.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    background-position: left top 0.3rem, right top 0.3rem;
    background-size: 2.3rem auto;
  }
  .comBtn .btn {
    width: 34.2rem;
  }
  .comBtn a {
    height: 7.2rem;
    padding: 0 0 0.3rem 2.9rem;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
    background-position: right 1.6rem center;
    background-size: 0.9rem auto;
    box-shadow: 0 3px 4px rgba(232, 114, 12, 0.25);
  }
  .comBtn a::before {
    right: -1.4rem;
    top: 3.4rem;
    background-size: 5.7rem auto;
    width: 5.7rem;
    height: 5.4rem;
  }
  .comBtn a::after {
    left: -1.4rem;
    top: -1.2rem;
    background-size: 4.5rem auto;
    width: 4.5rem;
    height: 4.2rem;
  }
  .comBtn a img {
    width: 5.4rem;
    left: 3.1rem;
  }
}
/*------------------------------------------------------------
	customBorder
------------------------------------------------------------*/
.customBorder {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.customBorder .ps__rail-y {
  background-color: rgba(27, 81, 159, 0.1) !important;
  border-radius: 4px;
  opacity: 1 !important;
}

.customBorder .ps__rail-y:hover {
  background-color: rgba(27, 81, 159, 0.1) !important;
}

.customBorder .ps__thumb-y {
  background-color: #1b519f !important;
  border-radius: 4px;
  width: 8px !important;
  right: 0 !important;
}

.customBorder .ps__rail-y:hover .ps__thumb-y {
  background-color: #1b519f !important;
  width: 8px !important;
}

/*------------------------------------------------------------
	errorTxt
------------------------------------------------------------*/
.errorTxt {
  color: #f00;
  font-size: 1.65rem;
  display: none;
}

.error-zip {
  color: #f00;
  font-size: 1.65rem;
  margin-top: 1rem;
  display: block;
}

.error-address {
  color: #f00;
  font-size: 1.65rem;
  margin-top: 1rem;
  display: block;
}

.error-building {
  color: #f00;
  font-size: 1.65rem;
  margin-top: 1rem;
  display: block;
}