@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767 */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
@media (min-width: 768px) {
  .navigation {
    box-shadow: 0 5px 5px #9c9c9c;
    position: relative;
    z-index: 1;
  }
}

#mv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #mv {
    padding: 20px 0;
    background: #e6dab1;
  }
}
#mv .slick-slider {
  opacity: 0;
  transition: all 0.3s;
}
#mv .slick-slider.slick-initialized {
  opacity: 1;
  transition: all 0.3s;
}
#mv img {
  width: 100%;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -3.1rem + 11.7vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0rem + 2.3vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 80px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, -0.8rem + 5.9vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
/***************************************
------------- 買取相場・NEWS・カレンダー ------------
***************************************/
.sec_news {
  padding: min(6%, 100px) 0;
  /*買取価格相場*/
}
.sec_news .price_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_news .price_list li.gold {
  color: #dba800;
}
.sec_news .price_list li.pt {
  color: #4267c7;
}
.sec_news .price_list li:not(:last-child) {
  border-bottom: solid 2px #f5f0ff;
}
.sec_news .price_list li .left {
  display: flex;
  align-items: center;
  flex: auto;
}
.sec_news .price_list li .icon {
  padding: min(5%, 20px) min(5%, 20px) min(5%, 20px) min(5%, 15px);
}
.sec_news .price_list li .name {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
}
.sec_news .price_list li .price {
  font-size: clamp(2rem, 2.5vw, 3.6rem);
  color: #db0000;
  font-weight: 500;
}
.sec_news .price_list li .yen {
  color: #333333;
  font-size: 0.5em;
}

/*お知らせ*/
.sec_news .ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_news .link {
  display: inline-block;
  color: var(--base-color01);
  position: relative;
  padding-right: 15px;
}
.sec_news .link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--base-color01);
  border-right: 1px solid var(--base-color01);
  transform: rotate(45deg);
}

.sec_news .button.small {
  max-width: 100%;
  width: 200px;
}

.sec_news .border_box {
  border: solid 1px var(--base-color01);
  padding: min(4%, 20px);
  height: 360px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 767px) {
  .sec_news .border_box {
    height: auto;
  }
}
.sec_news .border_box::-webkit-scrollbar {
  display: none;
}

.sec_news .h3 {
  border-bottom: solid 2px var(--base-color01);
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 0.5em;
}

/*カレンダー*/
.sec_news .calendar iframe {
  width: 100%;
  height: 100%;
}

/***************************************
------------- ABOUT US ------------
***************************************/
.sec_about {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取可能な取扱カテゴリーについて ------------
***************************************/
.sec_category {
  padding: 0 0 min(6%, 100px);
}

/***************************************
------------- 買取・査定方法について ------------
***************************************/
.sec_method {
  padding: 0 0 min(6%, 100px);
}

.sec_method img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/***************************************
------------- 買取実績 ------------
***************************************/
.sec_results {
  padding: 0 0 min(6%, 100px);
}

.sec_results .top_ttl {
  margin-bottom: 1.2em;
}

/***************************************
------------- 査定額アップの秘訣 ------------
***************************************/
.sec_souba h2,
.sec_news h2,
.sec_greeting h2,
.sec_kaitori h2,
.sec_items h2,
.sec_result h2,
.sec_blog h2,
.sec_faq h2 {
  font-size: clamp(22px, 2.3333333333vw, 28px);
}

.sec_souba {
  padding: 55px 0 30px 0;
}
@media (max-width: 767px) {
  .sec_souba {
    padding: 30px 0 30px 0;
  }
}
.sec_souba .container {
  padding: 25px 20px;
  background: var(--base-color01);
}
@media (max-width: 767px) {
  .sec_souba .container {
    padding: 20px 15px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.sec_souba h2 {
  font-size: clamp(21px, 2.6666666667vw, 32px);
  font-family: var(--title-font-family);
  font-weight: 500;
  color: white;
  margin-top: 0;
  display: table;
  padding: 0 50px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sec_souba h2 {
    margin-bottom: 10px;
  }
}
.sec_souba h2::before, .sec_souba h2::after {
  content: "";
  width: 30px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/ttlbef01.png) no-repeat center center/cover;
}
.sec_souba h2::before {
  right: auto;
}
.sec_souba h2::after {
  left: auto;
}
.sec_souba ul.price_list {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .sec_souba ul.price_list {
    gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sec_souba ul.price_list li {
  width: calc((100% - 45px) / 4);
}
@media (max-width: 767px) {
  .sec_souba ul.price_list li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_souba ul.price_list li .left .name {
  text-align: center;
  font-size: clamp(15px, 1.75vw, 21px);
  color: white;
  padding: 20px 0;
  font-weight: bold;
  background: #ccc;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec_souba ul.price_list li .left .name {
    padding: 10px 0;
  }
}
.sec_souba ul.price_list li.gold .left .name {
  background: linear-gradient(75deg, #d8af11 0%, #ecd788 100%);
}
.sec_souba ul.price_list li.pt .left .name {
  background: linear-gradient(75deg, #8179ae 0%, #c0bcd7 100%);
}
.sec_souba ul.price_list li.sv .left .name {
  background: linear-gradient(75deg, #98a2bc 0%, #ccd1de 100%);
}
.sec_souba ul.price_list li.pd .left .name {
  background: linear-gradient(75deg, #8d8d8d 0%, #c6c6c6 100%);
}
.sec_souba ul.price_list li .price {
  padding: 25px 0 30px 0;
  line-height: 1;
  background: white;
  text-align: center;
  font-size: clamp(22px, 2.3333333333vw, 28px);
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_souba ul.price_list li .price {
    padding: 15px 0 20px 0;
  }
}
.sec_souba ul.price_list li .price .yen {
  font-size: clamp(15px, 1.6666666667vw, 20px);
}
.sec_souba .txt1 {
  text-align: center;
  color: white;
  font-size: clamp(13px, 1.5vw, 18px);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec_souba .txt1 {
    margin-top: 15px;
  }
}

.sec_news {
  padding: 0;
  padding-bottom: 30px;
}
.sec_news .flexbox {
  display: flex;
  gap: 2.5%;
}
@media (max-width: 767px) {
  .sec_news .flexbox {
    display: block;
  }
}
.sec_news .flexbox .left {
  width: 65.5%;
}
@media (max-width: 767px) {
  .sec_news .flexbox .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sec_news .flexbox .left h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg01.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_news .flexbox .left h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_news .flexbox .left h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef02.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_news .flexbox .left h2::before {
    left: 14px;
  }
}
.sec_news .flexbox .left .listbox {
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid var(--base-color01);
  border-top: none;
  height: 340px;
}
.sec_news .flexbox .left .listbox .news-lists {
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  max-height: 230px;
  overflow-y: scroll;
}
.sec_news .flexbox .left .listbox .news-lists .date {
  display: block;
  padding: 12px 10px;
  padding-bottom: 4px;
  width: 100%;
  border: none;
  line-height: 1.3;
}
.sec_news .flexbox .left .listbox .news-lists .date:first-of-type {
  padding-top: 0;
}
.sec_news .flexbox .left .listbox .news-lists .date i {
  display: none;
}
.sec_news .flexbox .left .listbox .news-lists dd {
  display: block;
  width: 100%;
  padding: 12px 10px;
  padding-top: 4px;
  line-height: 1.3;
  border-bottom: 2px solid #cccccc;
}
.sec_news .flexbox .left .listbox .news-lists dd a {
  color: var(--text-color);
}
.sec_news .flexbox .left .listbox .btnstyle {
  margin-top: 23px;
  display: block;
}
.sec_news .flexbox .left .listbox .btnstyle a {
  display: block;
  text-align: center;
  position: relative;
  border-radius: 5px;
  width: 205px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  padding-top: 11px;
  padding-right: 10px;
  font-size: clamp(15px, 1.6666666667vw, 20px);
  font-weight: bold;
  color: white;
  background: #c2991f;
}
.sec_news .flexbox .left .listbox .btnstyle a::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  margin: auto;
  background: url(../img/common/arrow01.png) no-repeat center center/cover;
}
.sec_news .flexbox .right {
  width: 32%;
}
@media (max-width: 767px) {
  .sec_news .flexbox .right {
    width: 100%;
  }
}
.sec_news .flexbox .right h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg02.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
  text-shadow: 4px 4px 0 #940101, -4px -4px 0 #940101, -4px 4px 0 #940101, 4px -4px 0 #940101, 4px 0 0 #940101, -4px 0 0 #940101, 0 4px 0 #940101, 0 -4px 0 #940101;
}
@media (max-width: 767px) {
  .sec_news .flexbox .right h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_news .flexbox .right h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef03.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_news .flexbox .right h2::before {
    left: 14px;
  }
}
.sec_news .flexbox .right .listbox {
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #940101;
  border-top: none;
  background: #fff9e7;
  min-height: 340px;
}
.sec_news .flexbox .right .listbox .btnstyle {
  margin-top: 22px;
  display: block;
}
.sec_news .flexbox .right .listbox .btnstyle a {
  display: block;
  text-align: center;
  position: relative;
  border-radius: 5px;
  width: 205px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  padding-top: 11px;
  padding-right: 10px;
  font-size: clamp(15px, 1.6666666667vw, 20px);
  font-weight: bold;
  color: white !important;
  background: #c2991f;
}
.sec_news .flexbox .right .listbox .btnstyle a::after {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  margin: auto;
  background: url(../img/common/arrow01.png) no-repeat center center/cover;
}
.sec_news .flexbox .right .listbox .news-lists {
  margin: 0;
  display: block;
}
.sec_news .flexbox .right .listbox .news-lists dd {
  padding: 0;
  width: 100%;
  max-width: 100%;
  border-bottom: none;
}
.sec_news .flexbox .right .listbox .news-lists dd a {
  color: var(--text-color);
}
.sec_news .flexbox .right .listbox .news-lists dd img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_news .flexbox .right .listbox .news-lists dd .news_ttl {
  margin-top: 5px;
}

.sec_greeting {
  padding-bottom: 30px;
}
.sec_greeting h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg03.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_greeting h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_greeting h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_greeting h2::before {
    left: 14px;
  }
}
.sec_greeting .flexbox {
  display: flex;
  flex-direction: row-reverse;
  padding: 35px 30px;
  box-sizing: border-box;
  gap: 2.5%;
  border: 4px solid var(--base-color01);
}
@media (max-width: 767px) {
  .sec_greeting .flexbox {
    display: block;
    padding: 25px 15px;
  }
}
.sec_greeting .flexbox .right {
  width: 63%;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .right {
    width: 100%;
  }
}
.sec_greeting .flexbox .right p {
  font-size: clamp(15px, 1.6666666667vw, 20px);
  line-height: 1.275;
}
.sec_greeting .flexbox .right h3 {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  padding: 11px 0 13px 0;
  font-family: var(--title-font-family);
  color: #f1d964;
  background: var(--base-color01);
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .right h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 6px 0 8px 0;
    padding-left: 15px;
  }
}
.sec_greeting .flexbox .right h3::before {
  content: "";
  width: 5px;
  height: 85%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  margin: auto;
  background: #f1d964;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .right h3::before {
    left: 5px;
    height: 75%;
  }
}
.sec_greeting .flexbox .left {
  width: 34.5%;
}
@media (max-width: 767px) {
  .sec_greeting .flexbox .left {
    width: 100%;
  }
}

.sec_kaitori {
  padding-bottom: 30px;
}

.sec_kaitori .container {
	border: none;
	max-width: 1000px;
}

.sec_kaitori h2 {
	color: var(--base-color01);
	font-family: var(--title-font-family);
}

/*
.sec_kaitori h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg03.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_kaitori h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_kaitori h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_kaitori h2::before {
    left: 14px;
  }
}
*/
.sec_kaitori .flexbox {
  display: flex;
  padding: 50px 25px;
  border: 4px solid var(--base-color01);
  border-top: none;
  gap: 22px;
}
@media (max-width: 767px) {
  .sec_kaitori .flexbox {
    display: block;
    padding: 25px 15px;
  }
}
.sec_kaitori .flexbox .left,
.sec_kaitori .flexbox .right {
  width: calc((100% - 22px) / 2);
}
@media (max-width: 767px) {
  .sec_kaitori .flexbox .left,
  .sec_kaitori .flexbox .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec_kaitori .flexbox .left {
    margin-bottom: 20px;
  }
}
.sec_kaitori .flexbox p {
  line-height: 1.5;
  font-size: clamp(15px, 1.6666666667vw, 20px);
}

.sec_items {
  padding-bottom: 30px;
}
.sec_items h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg03.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_items h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_items h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_items h2::before {
    left: 14px;
  }
}
.sec_items .flexbox {
  padding: 50px 30px;
  border: 4px solid var(--base-color01);
  border-top: none;
  background: url(../img/bg_img001.jpg) no-repeat bottom right/cover;
}
@media (max-width: 767px) {
  .sec_items .flexbox {
    padding: 25px 10px;
  }
}
.sec_items .flexbox ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .sec_items .flexbox ul {
    gap: 10px;
    row-gap: 15px;
  }
}
.sec_items .flexbox ul li {
  width: calc((100% - 24px) / 4);
  font-size: clamp(14px, 2vw, 24px);
  font-weight: bold;
  color: var(--base-color01);
  text-align: center;
}
@media (max-width: 767px) {
  .sec_items .flexbox ul li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_items .flexbox ul li p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec_items .flexbox ul li p {
    margin-top: 5px;
  }
}
.sec_items .btnstyle {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_items .btnstyle {
    margin-top: 20px;
  }
}
.sec_items .btnstyle a {
  width: 650px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 13px 0 15px 0;
  color: white;
  font-family: var(--title-font-family);
  background: var(--base-color01);
  font-size: clamp(16px, 2.1666666667vw, 26px);
  font-weight: bold;
  border-radius: 40px;
  position: relative;
  padding-right: 20px;
}
.sec_items .btnstyle a::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 14px;
  margin: auto;
  background: url(../img/common/arrow02.png) no-repeat center center/cover;
}

.sec_result {
  padding-bottom: 30px;
}
.sec_result h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg03.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_result h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_result h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_result h2::before {
    left: 14px;
  }
}
.sec_result .btnstyle {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec_result .btnstyle {
    margin-top: 20px;
  }
}
.sec_result .btnstyle a {
  width: 650px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 13px 0 15px 0;
  font-family: var(--title-font-family);
  font-size: clamp(16px, 2.1666666667vw, 26px);
  font-weight: bold;
  border-radius: 40px;
  position: relative;
  padding-right: 20px;
  background: white;
  border: 2px solid var(--base-color01);
  color: var(--base-color01);
}
.sec_result .btnstyle a::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 14px;
  margin: auto;
  background: url(../img/common/arrow03.png) no-repeat center center/cover;
}
.sec_result .bgbox {
  padding: 40px 35px;
  background: #fef8e9;
  border: 4px solid var(--base-color01);
  border-top: none;
}
@media (max-width: 767px) {
  .sec_result .bgbox {
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .sec_result .bgbox .row {
    row-gap: 10px;
  }
}
.sec_result .bgbox .row .col-4 {
  border: 4px solid var(--base-color01);
  outline-offset: -6px;
  outline: 2px solid #c2991f;
}
.sec_result .bgbox .row .col-4 .txt_wrap {
  padding: 15px;
  padding-top: 10px;
  background: white;
}
@media (max-width: 767px) {
  .sec_result .bgbox .row .col-4 .txt_wrap {
    padding: 10px;
  }
}
.sec_result .bgbox .row .col-4 .txt_wrap .date {
  color: var(--base-color01);
  font-weight: bold;
  font-size: clamp(15px, 1.6666666667vw, 20px);
  line-height: 1;
}
.sec_result .bgbox .row .col-4 .txt_wrap .cat {
  padding: 7px 0;
  font-size: clamp(15px, 1.6666666667vw, 20px);
  line-height: 1;
  margin: 10px 0;
}
.sec_result .bgbox .row .col-4 .txt_wrap .text {
  line-height: 1.5;
  margin-top: 0;
  height: 81px;
  overflow-y: scroll;
}

.sec_blog {
  padding-bottom: 30px;
}
.sec_blog .flexbox {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .sec_blog .flexbox {
    display: block;
  }
}
.sec_blog .flexbox .box {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .sec_blog .flexbox .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec_blog .flexbox .box.box1 {
    margin-bottom: 30px;
  }
}
.sec_blog h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg04.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_blog h2 {
    padding-left: 36px;
    height: 50px;
    background: url(../img/common/ttlbg03.png) no-repeat center right/cover;
  }
}
.sec_blog h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_blog h2::before {
    left: 14px;
  }
}
.sec_blog .listbox {
	display: flex;
	flex-direction: column;
  padding: 5px 15px 20px;
  margin: 0;
  border: 4px solid var(--base-color01);
  border-top: none;
	height: 89%;
}

.sec_blog .listbox a:nth-child(4) {
	margin-bottom: 20px !important;
}

.sec_blog .listbox .news-lists {
  margin: 0;
}
.sec_blog .listbox .news-lists .date i {
  display: none;
}
.sec_blog .listbox .news-lists dd {
  padding: 25px 0;
  padding-left: 10px;
  border-bottom: 2px solid #d0ddea;
}
@media (min-width: 768px) {
  .sec_blog .listbox .news-lists dd:first-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec_blog .listbox .news-lists dd {
    padding-top: 2px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.sec_blog .listbox .news-lists dt {
  padding: 25px 0;
  padding-right: 10px;
  color: var(--base-color01);
  border-bottom: 2px solid #d0ddea;
}
@media (max-width: 767px) {
  .sec_blog .listbox .news-lists dt:first-of-type {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .sec_blog .listbox .news-lists dt {
    padding-bottom: 2px;
    border-bottom: none;
    padding-top: 10px;
  }
}
.sec_blog .listbox .btnstyle {
  margin-top: auto;
}
@media (max-width: 767px) {
  .sec_blog .listbox .btnstyle {
    margin-top: 20px;
  }
}
.sec_blog .listbox .btnstyle a {
  display: block;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: center;
  background: var(--base-color01);
  color: white;
  font-weight: bold;
  padding: 13px 0 15px 0;
  border-radius: 50px;
  padding-right: 5px;
  position: relative;
}
.sec_blog .listbox .btnstyle a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 14px;
  margin: auto;
}

.sec_blog .listbox .btnstyle.news a {
	background: #c2991f;
	border-radius: 5px;
}


.sec_blog .listbox .btnstyle.news a::after {
	content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  margin: auto;
  background: url(../img/common/arrow01.png) no-repeat center center/cover;
	 border-left: 0px solid white;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}



.sec_faq {
  /*FAQ 開閉式*/
}
.sec_faq h2 {
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 55px;
  position: relative;
  background: url(../img/common/ttlbg03.png) no-repeat center right/cover;
  color: white;
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_faq h2 {
    padding-left: 36px;
    height: 50px;
  }
}
.sec_faq h2::before {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 27px;
  right: auto;
  margin: auto;
  background: url(../img/common/ttlbef04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_faq h2::before {
    left: 14px;
  }
}
.sec_faq .btnstyle {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_faq .btnstyle {
    margin-top: 20px;
  }
}
.sec_faq .btnstyle a {
  width: 650px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 13px 0 15px 0;
  font-family: var(--title-font-family);
  font-size: clamp(16px, 2.1666666667vw, 26px);
  font-weight: bold;
  border-radius: 40px;
  position: relative;
  padding-right: 20px;
  background: white;
  border: 2px solid var(--base-color01);
  color: var(--base-color01);
}
.sec_faq .btnstyle a::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 14px;
  margin: auto;
  background: url(../img/common/arrow03.png) no-repeat center center/cover;
}
.sec_faq .border01 {
  padding: 50px 25px 25px 25px;
  border: solid 4px var(--base-color01);
  border-top: none;
  background: #fef8e9;
}
@media (max-width: 599px) {
  .sec_faq .border01 {
    padding: 5%;
  }
}
.sec_faq .btnspace {
  margin-top: 40px;
}
.sec_faq .btnspace a {
  width: 100%;
  max-width: 650px;
  font-size: clamp(20px, 2.5vw, 30px);
  border-radius: 100px;
  border: 2px solid #1f2777;
  background: white;
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #1f2777;
}
@media (max-width: 599px) {
  .sec_faq .btnspace a {
    font-size: 15px;
    padding: 15px 0;
    padding-right: 20px;
  }
}
.sec_faq .btnspace a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/arrow01.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  transform: rotate(0deg);
  padding: 5px 0;
}
@media (max-width: 599px) {
  .sec_faq .btnspace a:after {
    right: 10px;
  }
}
.sec_faq #faq .faq_wrap {
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.sec_faq #faq dl {
  margin: 30px auto;
}
.sec_faq #faq .question {
  font-size: clamp(15px, 1.6666666667vw, 20px);
  position: relative;
  background: white;
  font-weight: normal;
  padding: 12px 0 12px 70px;
  color: var(--base-color01);
  margin: 0;
  border: 4px solid white;
}
.sec_faq #faq .answer {
  position: relative;
  padding: 15px 20px 15px 70px;
  background: transparent;
  border-top: none;
  color: var(--text-color);
  background: #ffe3e3;
  border: 4px solid #ffe3e3;
  font-size: clamp(15px, 1.6666666667vw, 20px);
  line-height: 1.6;
}
.sec_faq #faq .question::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  margin: auto;
  background: url(../img/common/qtxt.png) no-repeat right bottom/cover;
}
.sec_faq #faq .answer::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  margin: auto;
  background: url(../img/common/atxt.png) no-repeat right bottom/cover;
}
.sec_faq #faq .qa_active .question {
  cursor: pointer;
  padding-right: 50px;
}
.sec_faq #faq .qa_active .question:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  transition: 0.3s;
  background: url(../img/common/faq_arrow.png) no-repeat center center/cover;
}
.sec_faq #faq .qa_active .question.open:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.sec_faq #faq .qa_active .answer {
  display: none;
}/*# sourceMappingURL=top.css.map */