@charset "UTF-8";

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_red {
  color: red;
}

.txt_orange {
  color: orange;
}

.txt_blue {
  color: #0070c0;
}

.txt_bold {
  font-weight: bold;
}

.container_img.none .img {
  text-align: center;
}

.container_img.none img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: auto;
}

.container_img.gap50 {
  gap: 5rem;
}

.table_row.w127 th {
  min-width: 127px;
}

.table_row.w130 th {
  width: 130px;
  min-width: 100%;
}

.heading_5.mb10 {
  margin-bottom: 10px !important;
}

details {
  cursor: pointer;
}

.list_order.mb0,
.list_dots.mb0 {
  margin-bottom: 0 !important;
}

.table_row.border td {
  background: none;
  width: 33.3333%;
  vertical-align: middle;
}

.table_row.th_w00 th {
  min-width: auto;
}

.table_row.th_w215 th {
  min-width: 215px;
}

.table_row.th_w710 th:first-child {
  width: 710px;
}

.heading_5.border_g {
  position: relative;
  padding: 10px 20px 12px;
  font-size: 18px;
}

.heading_5.border_g::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: rgb(208,159,54);
  background: linear-gradient(0deg, rgba(208,159,54,1) 0%, rgba(254,241,165,1) 50%, rgba(208,159,54,1) 100%);
}

.link_underline.border_s li {
  position: relative;
  padding: 10px 20px 12px;
  font-size: 18px;
  line-height: 1.3;
  min-height: 72px;
  display: flex;
  align-items: center;
}

.link_underline.border_s li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: rgb(135,135,137);
  background: linear-gradient(0deg, rgba(135,135,137,1) 0%, rgba(229,229,229,1) 50%, rgba(135,135,137,1) 100%);
}

.column_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.column_2 > div {
  width: 48%;
}

.heading_4.arrow {
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 35px;
}

.heading_4.arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #009FBC;
  border-right: 2px solid #009FBC;
  position: absolute;
  top: 33%;
  left: 1rem;
  transform: translateY(-50%) rotateZ(45deg);
}

.list_arrows {
  list-style: none;
}

.list_arrows li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.list_arrows li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #009FBC;
  border-right: 2px solid #009FBC;
  position: absolute;
  top: 15px;
  left: .9rem;
  transform: translateY(-50%) rotateZ(45deg);
}

.list_arrows .list_arrows {
  padding-left: 1rem;
  margin-top: 2rem;
}

.link_bk a {
  color: #333;
}

.pc_none {
  display: none;
}



@media screen and (max-width: 767px) {
  .column_2 {
    display: block;
    margin-bottom: 60px;
  }
  
  .column_2 > div {
    width: 100%;
    margin-bottom: 60px;
  }

  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

.pickup-btns {
	display:flex;
 justify-content: center;
 align-items: center;
}

.pickup-btns .btn.btn_lb.large {
  margin: 0 10px;
}
.btn-pickup {
	
	width: min(100%,400px);
  margin: 0 10px;
}

.btn-pickup .btn_inner{
	padding: 1.8rem;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
	color: #fff;
  text-align: center;
  background: #009FBC;
  border: 1px solid #009FBC;
}

@media screen and (max-width: 767px) {
.pickup-btns {
	flex-direction:column;
 justify-content: center;

}
.btn-pickup {
	
	width: min(100%,315px);
  margin: 0 10px;
}
.pickup-btns .btn.btn_lb.large {
  margin: 0 10px 30px 10px;
}
}




.grecaptcha-badge { visibility: hidden; }
body.page-id-172 .grecaptcha-badge,
body.page-id-178 .grecaptcha-badge,
body.page-id-182 .grecaptcha-badge{ visibility: visible; }