@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
}

.renewal {
  position: relative;
  font-size: 18px;
  text-align: left;
  color: #555;
}
.renewal *,
.renewal ::before,
.renewal ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.renewal button,
.renewal input,
.renewal optgroup,
.renewal select,
.renewal textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
.renewal select::-ms-expand {
  display: none;
}
.renewal [type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.renewal [type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
.renewal button,
.renewal input {
  overflow: visible;
  text-transform: none;
}
.renewal button,
.renewal [type="button"],
.renewal [type="reset"],
.renewal [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.renewal button[disabled],
.renewal [type="button"][disabled],
.renewal [type="reset"][disabled],
.renewal [type="submit"][disabled] {
  cursor: default;
}

.renewal .tab-contents {
  display: none;
}
.renewal .tab-contents.active {
  display: block;
}

.renewal ::placeholder {
  color: #ccc;
}

.renewal table {
  border-collapse: collapse;
  border-spacing: 0;
}
.renewal caption {
  text-align: left;
}
.renewal td,
.renewal th {
  vertical-align: top;
  padding: 0;
}
.renewal th {
  text-align: left;
  font-weight: bold;
}




.renewal .re-breadcrumb {
  background-color: #faf8f5;
  width: 100%;
  padding: 19px 0 17px 0;
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.renewal .re-breadcrumb a {
  display: inline;
  text-decoration: none;
  color: #999;
}
.renewal .re-breadcrumb a:hover {
  text-decoration: underline;
}
.renewal .re-breadcrumb ul {
  display: flex;
  width: 100%;
}
.renewal .re-breadcrumb ul li:after {
  content: "\a0>\a0";
}
.renewal .re-breadcrumb ul li:last-child:after {
  display: none;
}

.renewal .re-pagestart {
  padding-top: 40px;
}

.renewal .re-inner {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.renewal .caution {
  color: #e00;
}




.renewal .re-btn {
  text-align: center;
}
.renewal .re-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fd8e26;
  width: 100%;
  max-width: 500px;
  min-height: 70px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.renewal .re-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  margin-top: -8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .re-btn a:hover {
  background-color: #fa3;
}
.renewal .re-btn a:hover:after {
  right: 12px;
}
.renewal .re-btn a[target="_blank"] {
  padding: 5px 45px 5px 30px;
}
.renewal .re-btn a[target="_blank"]:after {
  display: block;
  border: none;
  background: url(/img/renew/ico_blank.png) center center no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.renewal .re-btn.sub a {
  background-color: #80b419;
}
.renewal .re-btn.sub a:hover {
  background-color: #9c3;
}

.renewal .re-send {
  text-align: center;
}
.renewal .re-send button {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to bottom,  #ffcc33 0%,#ee6600 100%);
  width: 100%;
  max-width: 500px;
  min-height: 70px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.renewal .re-send button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #f00;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .re-send button:hover:before {
  opacity: 0.3;
}
.renewal .re-send button span {
  display: inline-block;
  position: relative;
  background: url(/img/renew/ico_search.png) right center no-repeat;
  background-size: 26px;
  min-height: 26px;
  padding-right: 32px;
  line-height: 26px;
  z-index: 2;
}
.renewal .re-send button:disabled {
  background: #ccc !important;
}
.renewal .re-send button:disabled:before {
  display: none;
}




.renewal .re-contents {
  position: relative;
  display: block;
  background: #faf8f5 url(/img/renew/bg_mesh.png) center center;
  background-size: 30px;
  padding: 80px 0 100px 0;
  contain: paint;
}
.renewal .re-contents-w {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 80px 0 100px 0;
  contain: paint;
}

.renewal .re-mainhead {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #630;
}
.renewal .re-mainhead strong {
  font-weight: normal;
  color: #fd8e26;
}
.renewal .re-mainhead img {
  display: block;
  width: 60px;
  margin: 0 auto 15px auto;
}
.renewal .re-mainhead + p {
  margin-top: -30px;
  text-align: center;
}
.renewal .re-subhead {
  display: flex;
  align-items: center;
  margin: 60px 0 25px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #630;
}
.renewal .re-subhead:first-child {
  margin-top: 0;
}
.renewal .re-subhead:after {
  content: "";
  flex-grow: 1;
  display: block;
  background-color: #e0d6cc;
  height: 1px;
  margin-left: 10px;
}




.renewal .re-slick {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}
.renewal .re-slick:last-child {
  margin-bottom: 0 !important;
}
.renewal .re-slick .slick-track {
  display: flex;
  margin-left: -370px;
}
.renewal .re-slick .slick-slide {
  height: auto !important;
}
.renewal .re-slick .ar-prev,
.renewal .re-slick .ar-next {
  position: absolute;
  top: 50%;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #80b419;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .re-slick .ar-prev:hover,
.renewal .re-slick .ar-next:hover {
  opacity: 0.5;
}
.renewal .re-slick .ar-prev:before,
.renewal .re-slick .ar-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width:0;
  height:0;
  border-style:solid;
  border-width: 13px 0 13px 16px;
  border-color: transparent transparent transparent #fff;
  margin: -13px 0 0 -7px;
}
.renewal .re-slick .ar-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -13px 0 0 -9px;
}
.renewal .re-slick .ar-prev.slick-disabled,
.renewal .re-slick .ar-next.slick-disabled {
  background-color: #ddd;
  opacity: 1 !important;
}
.renewal .re-slick .ar-prev {
  right: calc(50vw + 530px);
}
.renewal .re-slick .ar-next {
  left: calc(50vw + 530px);
}
@media screen and (max-width: 1300px) {
  .renewal .re-slick .ar-prev {
    right: inherit;
    left: 50px;
  }
  .renewal .re-slick .ar-next {
    left: inherit;
    right: 50px;
  }
}
.renewal .re-slick .box {
  width: 370px;
  padding: 0 10px;
}
.renewal .re-slick .box > a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  width: 350px;
  height: 100%;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .re-slick .image {
  position: relative;
  background-color: #faf8f5;
  width: 100%;
  height: 195px;
  overflow: hidden;
  z-index: 1;
}
.renewal .re-slick .image img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: initial;
	width: 100%;
	height: 100%;
}
.renewal .re-slick .area {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
  background-color: #630;
  margin: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: 2;
}
.renewal .re-slick .read {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: calc(100% - 195px);
  padding: 18px 20px;
  line-height: 1.5;
  z-index: 1;
}
.renewal .re-slick .read .title {
  position: relative;
  width: 100%;
}
.renewal .re-slick .read .data {
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.renewal .re-slick .read h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
  color: #630;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .re-slick .read .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
}
.renewal .re-slick .read .add {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background: url(/img/renew/ico_pin.png) left 4px no-repeat;
  background-size: 16px;
  margin-top: 6px;
  padding-left: 20px;
  font-size: 16px;
}
.renewal .re-slick .read .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.renewal .re-slick .read .tag li {
  border: 1px solid #80b419;
  border-radius: 4px;
  background-color: #fff;
  padding: 7px 10px 5px 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #80b419;
}
.renewal .re-slick .read .company {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  font-size: 15px;
}
.renewal .re-slick .read .day {
  text-align: right;
  line-height: 35px;
  color: #999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .re-slick .read .pr {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #630;
  border-radius: 4px;
  background-color: #fff;
  width: 100px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
  color: #630;
}
.renewal .re-slick .box > a:hover {
  border: 1px solid #80b419;
  background-color: #f6faee;
  color: #80b419;
}
.renewal .re-slick .box > a:hover h3,
.renewal .re-slick .box > a:hover .day {
  color: #80b419;
}
.renewal .re-slick .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 10;
}
.renewal .re-slick .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.renewal .re-slick .slick-dots li button {
  border: none;
  border-radius: 20px;
  background-color: #ccc;
  width: 20px;
  height: 20px;
}
.renewal .re-slick .slick-dots li.slick-active button {
  background-color: #80b419;
}

.renewal .re-slick.osusume .slick-dots {
  display: none !important;
}
.renewal .re-slick.osusume .read h3 {
  -webkit-line-clamp: 2 !important;
}




.renewal .search-area {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 30px 50px;
  z-index: 2;
}
.renewal .search-area h2,
.renewal .search-area h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #630;
}
.renewal .search-area ul {
  display: flex;
  gap: 5px;
  width: 100%;
}
.renewal .search-area ul li {
  width: 100%;
}
.renewal .search-area ul li:last-child {
  padding: 0 0 0 5px;
}
.renewal .search-area ul select {
  border: 1px solid #bbb;
  border-radius: 10px;
  background: #fff url(/img/renew/ico_select.png) right center no-repeat;
  background-size: 30px;
  width: 100%;
  height: 70px;
  padding: 5px 35px 5px 20px;
  font-size: 18px;
  vertical-align: middle;
  color: #333;
}
.renewal .search-area ul select:disabled {
  border: 1px solid #ddd;
  background-color: #eee;
  color: #bbb;
  opacity: 1;
}
.renewal .search-area ul button {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to bottom,  #ffcc33 0%,#ee6600 100%);
  width: 100%;
  height: 70px;
  padding: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.renewal .search-area ul button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #f00;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.renewal .search-area ul button:hover:before {
  opacity: 0.3;
}
.renewal .search-area ul button span {
  display: inline-block;
  position: relative;
  background: url(/img/renew/ico_search.png) right center no-repeat;
  background-size: 26px;
  min-height: 26px;
  padding-right: 32px;
  line-height: 26px;
  z-index: 2;
}
.renewal .search-area ul button:disabled {
  background: #ccc !important;
}
.renewal .search-area ul button:disabled:before {
  display: none;
}

@media screen and (max-width: 900px) {
  .renewal .search-area ul select {
    padding: 5px 35px 5px 10px;
    font-size: 16px;
  }
  .renewal .search-area ul button {
    font-size: 18px;
  }
}




@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .renewal {
    font-size: 16px;
  }
  .renewal .re-breadcrumb {
    padding: 10px 0 8px 0;
    font-size: 12px;
    overflow-x: auto;
  }
  .renewal .re-breadcrumb ul,
  .renewal .re-breadcrumb ul li {
    white-space: nowrap;
  }
  .renewal .re-breadcrumb ul li:last-child {
    padding-right: 20px;
  }
  .renewal .re-pagestart {
    padding-top: 20px;
  }
  .renewal .re-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .renewal .only_sp_country,.wrapper .only_sp_country {
    padding-left: 20px;
    padding-right: 20px;
  }
  .renewal .re-btn a {
    border-radius: 5px;
    width: 100%;
    min-height: 50px;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
  }
  .renewal .re-btn a:after {
    right: 10px;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
    margin-top: -5px;
  }
  .renewal .re-btn a:hover:after {
    right: 8px;
  }
  .renewal .re-btn a[target="_blank"] {
    padding: 10px 30px 10px 10px;
  }
  .renewal .re-btn a[target="_blank"]:after {
    background: url(/img/renew/ico_blank.png) center center no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .renewal .re-send button {
    border-radius: 5px;
    width: 100%;
    min-height: 50px;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
  }
  .renewal .re-send button span {
    background: url(/img/renew/ico_search.png) right center no-repeat;
    background-size: 20px;
    min-height: 20px;
    padding-right: 24px;
    line-height: 20px;
  }

  .renewal .re-contents,
  .renewal .re-contents-w {
    padding: 40px 0 50px 0;
  }
  .renewal .re-mainhead {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .renewal .re-mainhead img {
    width: 40px;
    margin: 0 auto 10px auto;
  }
  .renewal .re-mainhead + p {
    margin-top: -10px;
    text-align: left;
  }
  .renewal .re-subhead {
    margin: 32px 0 18px 0;
    font-size: 18px;
  }

  .renewal .re-slick {
    margin-bottom: 70px;
  }
  .renewal .re-slick .slick-track {
    margin: 0;
  }
  .renewal .re-slick .ar-prev,
  .renewal .re-slick .ar-next {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .renewal .re-slick .ar-prev:before,
  .renewal .re-slick .ar-next:before {
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    margin: -8px 0 0 -4px;
  }
  .renewal .re-slick .ar-prev:before {
    margin: -8px 0 0 -6px;
  }
  .renewal .re-slick .ar-prev {
    left: 5px;
  }
  .renewal .re-slick .ar-next {
    right: 5px;
  }
  .renewal .re-slick .box {
    width: 310px;
    padding: 0 5px;
  }
  .renewal .re-slick .box > a {
    border-radius: 10px;
    width: 300px;
    font-size: 14px;
  }
  .renewal .re-slick .image {
    background-color: #faf8f5;
    width: 100%;
    height: 170px;
  }
  .renewal .re-slick .read {
    height: calc(100% - 170px);
    padding: 15px;
  }
  .renewal .re-slick .read .data {
    margin-top: 10px;
  }
  .renewal .re-slick .read h3 {
    font-size: 16px;
  }
  .renewal .re-slick .read .text {
    margin-top: 5px;
  }
  .renewal .re-slick .read .add {
    background: url(/img/renew/ico_pin.png) left 4px no-repeat;
    background-size: 14px;
    margin-top: 5px;
    padding-left: 18px;
    font-size: 14px;
  }
  .renewal .re-slick .read .tag {
    gap: 2px;
    margin-top: 8px;
  }
  .renewal .re-slick .read .tag li {
    padding: 5px 8px;
    font-size: 12px;
  }
  .renewal .re-slick .read .company {
    font-size: 13px;
  }
  .renewal .re-slick .read .day {
    margin-top: 8px;
    font-size: 15px;
    line-height: 25px;
    color: #999;
  }
  .renewal .re-slick .read .pr {
    width: 64px;
    height: 25px;
    font-size: 12px;
    line-height: 21px;
  }

  .renewal .search-area {
    border-radius: 10px;
    margin-top: 15px;
    padding: 16px 20px 20px 20px;
  }
  .renewal .search-area h2,
  .renewal .search-area h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  .renewal .search-area ul {
    display: block;
  }
  .renewal .search-area ul li {
    width: 100%;
    padding: 0 0 4px 0;
  }
  .renewal .search-area ul li:last-child {
    padding: 4px 0 0 0;
  }
  .renewal .search-area ul select {
    border-radius: 5px;
    background: #fff url(/img/renew/ico_select.png) right center no-repeat;
    background-size: 20px;
    height: 40px;
    padding: 5px 25px 5px 10px;
    font-size: 16px;
  }
  .renewal .search-area ul button {
    border-radius: 5px;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .renewal .search-area ul button span {
    background: url(/img/renew/ico_search.png) right center no-repeat;
    background-size: 20px;
    min-height: 20px;
    padding-right: 24px;
    line-height: 20px;
  }
}

.renewal .pc-top-banner {
  padding: 0 50px !important;
  margin-top:-80px;
  margin-left:auto;
  margin-right:auto;
  max-width:1300px;
  padding-left:50px;
  width:100%;
}

.renewal .pc-cv-banner {
  background-color: #fff;
  padding: 60px 0;
}
.renewal .re-banner-list {
  display: flex;
  justify-content: center;
  gap: 30px 6.25%;
}
.renewal .re-banner-list li {
  width: 29.166666%;
}
.renewal .re-banner-list img {
  width: 100%;
}
.renewal .sp-cv-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .renewal .re-banner-list {
    display: block;
    padding: 0;
  }
  .renewal .re-banner-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .renewal .re-banner-list li:last-child {
    margin-bottom: 0;
  }
  .renewal .pc-cv-banner {
    display: none;
  }
  .renewal .sp-cv-banner {
    display: block;
    background-color: #fff;
    margin: 50px 0;
  }
  .renewal .sp-cv-banner img {
    width: 100%;
  }
}