@charset "UTF-8";
body {
  color: #000;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  color: #474747;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #7a7a7a;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.sp {
  display: none;
}

.inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

#header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #fff;
  z-index: 9999;
}
#header .logo {
  position: absolute;
  top: 16px;
  left: 0;
  width: 200px;
}
#header .tel {
  width: 345px;
  position: absolute;
  right: 297px;
  top: 20px;
}
#header .tel span {
  display: block;
  font-size: 17px;
  line-height: 1em;
  text-align: right;
  margin-bottom: 5px;
}
#header .btn {
  width: 275px;
  position: absolute;
  right: 0;
  top: 20px;
}

#radio {
  height: 75px;
  background: #7e3d17 url(../img/radio_bg.png) center 0 no-repeat;
  text-align: center;
}

#radio img {
  width: 889px;
  margin-top: -2px;
}

#radio_2 {
  height: 75px;
  background: #7e3d17 url(../img/radio_bg.png) center 0 no-repeat;
  text-align: center;
  margin-top: 5px;
}
#radio_2 img {
  width: 998px;
  margin-top: -2px;
}

#radio_3 {
  height: 75px;
  background: #7e3d17 url(../img/radio_bg.png) center 0 no-repeat;
  text-align: center;
  margin-top: 5px;
}
#radio_3 img {
  width: 998px;
  margin-top: -2px;
}

#fv-new {
  padding: 100px 0 0;
}

#fv {
  background: #f0f0f0 url(../img/fv_bg.png) center 0 no-repeat;
  background-size: auto 100%;
  height: 580px;
  padding: 100px 0 0;
}
#fv h1 {
  width: 663px;
  margin-bottom: 25px;
}
#fv .item {
  color: #fff;
  font-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 644px;
  margin-left: 10px;
}
#fv .item li {
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #dc8c8c;
  width: 200px;
}
#fv .txt {
  color: #42210b;
  font-size: 33px;
}
#fv .txt strong {
  color: #a00;
  font-size: 46px;
}
#fv .medal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 653px;
  margin-left: 6px;
  position: relative;
  z-index: 2;
}
#fv .medal li {
  width: 210px;
}
#fv .image {
  position: absolute;
  top: 33px;
  right: -235px;
  width: 584px;
}

#rank01 {
  padding: 37px 0 120px;
}
#rank01 h2 {
  width: 750px;
  margin: 0 auto 45px;
}

ul.ranking {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1014px;
  margin: 0 auto;
}
ul.ranking li {
  padding: 78px 0 0;
  width: 320px;
  height: 417px;
}
ul.ranking li.no1 {
  background: url(../img/frm_no1.png) 0 0 no-repeat;
  background-size: 100%;
}
ul.ranking li.no2 {
  background: url(../img/frm_no2.png) 0 0 no-repeat;
  background-size: 100%;
}
ul.ranking li.no3 {
  background: url(../img/frm_no3.png) 0 0 no-repeat;
  background-size: 100%;
}
ul.ranking li.no4 {
  background: url(../img/frm_no4.png) 0 0 no-repeat;
  background-size: 100%;
}
ul.ranking li.no5 {
  background: url(../img/frm_no5.png) 0 0 no-repeat;
  background-size: 100%;
}
ul.ranking li.no6 {
  background: url(../img/frm_no6.png) 0 0 no-repeat;
  background-size: 100%;
}
ul.ranking .img {
  width: 320px;
  height: 180px;
  vertical-align: middle;
  margin: 0 auto;
  display: table-cell;
  text-align: center;
}
ul.ranking .img img {
  width: 250px;
}
ul.ranking .name {
  text-align: center;
  font-size: 21px;
  line-height: 26px;
  height: 78px;
  border-bottom: 1px solid #000;
  width: 250px;
  margin: 0 auto 13px;
  vertical-align: middle;
  font-weight: bold;
}
ul.ranking .name span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  height: 78px;
}
ul.ranking .price {
  font-weight: bold;
  color: #a00;
  font-weight: bold;
  width: 250px;
  margin: 0 auto;
  font-size: 38px;
  line-height: 1em;
}
ul.ranking .price::before {
  content: "買取価格";
  color: #fff;
  display: inline-block;
  background: #a00;
  font-size: 16px;
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  margin: 0 10px 0 15px;
  vertical-align: 7px;
}
ul.ranking .price span {
  font-size: 20px;
}

.cp h2 {
  background: #a07800 url(../img/cp_bg.png) center 0 no-repeat;
  background-size: auto 100%;
  height: 72px;
  text-align: center;
  padding: 17px 0 0;
}
.cp h2 img {
  width: 476px;
}
.cp .bg {
  background: url(../img/bg01.png) center bottom repeat-x;
  background-size: auto 100%;
  height: 416px;
  padding: 30px 0 0;
  position: relative;
}
.cp .up20 {
  width: 538px;
}
.cp .tel {
  background: url(../img/tel_bg.png) 0 0 no-repeat;
  background-size: 100%;
  width: 526px;
  height: 123px;
  padding: 20px 0 0 30px;
  margin: 14px 0 0;
}
.cp .tel img {
  width: 454px;
  margin-bottom: 15px;
}
.cp .tel .time {
  font-size: 20px;
  line-height: 1em;
  text-align: right;
  display: block;
  margin-right: 40px;
  vertical-align: middle;
}
.cp .tel .time span {
  font-size: 18px;
}
.cp .image {
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 466px;
  background-size: 100%;
}

#recommend {
  padding: 125px 0 58px;
}
#recommend h2 {
  margin: 0 auto 55px;
  width: 774px;
}
#recommend ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 47px;
}
#recommend li {
  width: 302px;
  font-size: 22px;
  line-height: 34px;
  vertical-align: top;
  text-align: center;
}
#recommend li span {
  display: block;
  margin-bottom: 30px;
}
#recommend li p {
  width: 280px;
  margin: 0 auto;
}
#recommend .contact {
  width: 883px;
  margin: 0 auto;
}

#reason {
  padding: 0px 0 140px;
  
  background-size: 619px;
}
#reason h2 {
  margin: 0 auto 40px;
  width: 1000px;
}
#reason li {
  background: url(../img/frm_reason.png) center 0 no-repeat;
  width: 1000px;
  height: 527px;
  background-size: 100%;
  margin: 0 auto 38px;
  padding: 40px 0 0;
}
#reason li:last-child {
  margin-bottom: 0;
}
#reason .ttl {
  background: url(../img/reason_bdr.png) center bottom no-repeat;
  background-size: 860px;
  position: relative;
  width: 860px;
  height: 166px;
  margin: 0 auto 27px;
  padding: 30px 0 0 160px;
  color: #a07800;
}
#reason .ttl h4 {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 12px;
  font-weight: normal;
}
#reason .ttl h3 {
  font-size: 45px;
  line-height: 1em;
}
#reason .num {
  width: 143px;
  position: absolute;
  top: 0;
  left: -15px;
}
#reason .txtArea {
  position: relative;
  width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 38px;
}
#reason .txtArea .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
}
#reason .txtArea p {
  width: 470px;
  padding-top: 5px;
}

#rank02 {
  padding: 93px 0 120px;
  background: url(../img/bg02.png) center 0 repeat;
  background-size: auto 1200px;
  height: 1200px;
}
#rank02 h2 {
  width: 750px;
  margin: 0 auto 45px;
}
#rank02 li {
  margin-bottom: 54px;
}

/* #itemList {
  padding: 90px 0 157px;
} */
#itemList h2 {
  margin: 0 auto 56px;
  width: 793px;
}
#itemList ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1000px;
  margin: 0 auto 56px;
}
#itemList ul li {
  width: 244px;
  margin-bottom: 11px;
}
#itemList p {
  width: 950px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

#step {
  padding: 85px 0 170px;
}
#step h2 {
  margin: 0 auto 43px;
  width: 601px;
}
#step ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1000px;
  margin: 0 auto;
}
#step li {
  background: url(../img/frm_step.png) 0 0 no-repeat;
  background-size: 100%;
  width: 303px;
  height: 576px;
  text-align: center;
  padding: 25px 0 0;
  position: relative;
}
#step li:not(:last-child)::after {
  content: url(../img/arw_right.png);
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: -45px;
}
#step li .num {
  width: 58px;
  margin: 0 auto 17px;
}
#step li .image {
  width: 240px;
  margin: 0 auto 18px;
}
#step li h3 {
  color: #42210b;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 14px;
}
#step li h4 {
  font-size: 23px;
  line-height: 1em;
  color: #a00;
  border-bottom: 1px solid #42210b;
  width: 240px;
  margin: 0 auto;
  padding-bottom: 14px;
}
#step li p {
  width: 240px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding-top: 14px;
}

#voice {
  background: #f0ebeb;
  padding: 73px 0 120px;
}
#voice h2 {
  width: 574px;
  margin: 0 auto 38px;
}
#voice ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1000px;
  margin: 0 auto;
}
#voice li {
  width: 318px;
}

#staff {
  background: url(../img/bg03.png) center 0 repeat;
  background-size: auto 830px;
  height: 830px;
  padding: 98px 0 0;
}
#staff h2 {
  margin: 0 auto 37px;
  width: 614px;
}
#staff .inner {
  background: url(../img/bg04.png) 0 0 repeat;
  height: 587px;
  padding: 50px 0 0;
  -moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
}
#staff h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1em;
  border-bottom: 4px solid #a07800;
  color: #a07800;
  width: 380px;
  margin: 0 auto 80px;
  white-space: nowrap;
  padding-bottom: 15px;
}
#staff ul {
  font-size: 22px;
  line-height: 30px;
  width: 453px;
  color: #4d4d4d;
  margin-left: 30px;
}
#staff li {
  background: url(../img/voice_bdr.png) center bottom no-repeat;
  background-size: 453px;
  padding: 16px 0 28px 45px;
  position: relative;
}
#staff li::before {
  content: "";
  background: url(../img/check.png) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  width: 41px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: -2px;
}
#staff .image {
  position: absolute;
  width: 432px;
  right: -28px;
  top: 140px;
}

#prof {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 86px 0 100px;
}
#prof h2 {
  margin: 0 auto 56px;
  width: 534px;
}
#prof ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 1000px;
  margin: 0 auto;
}
#prof dl {
  width: 547px;
  font-size: 22px;
  line-height: 1em;
}
#prof dd {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  white-space: nowrap;
}
#prof dd:last-child {
  border-bottom: none;
}
#prof dd span {
  display: inline-block;
  padding: 0 0 0 12px;
  width: 150px;
}
#prof dd span strong {
  color: #a00;
}
#prof dd em {
  font-style: normal;
  font-size: 15px;
  line-height: 21px;
  display: block;
  /* margin-left: 165px; */
  margin-top: 15px;
  /* text-indent: -1em; */
}
#prof .image {
  width: 413px;
}

#formArea {
  background: #f0ebeb;
  padding: 70px 0 30px;
}
#formArea .cp {
  width: 900px;
  margin: 0 auto 80px;
  overflow: hidden;
}
#formArea .cp h2 {
  background: #a07800 url(../img/cp_bg.png) center 0 no-repeat;
  background-size: auto 100%;
  height: 72px;
  text-align: center;
  padding: 17px 0 0;
}
#formArea .cp h2 img {
  width: 476px;
}
#formArea .cp .bg {
  background: url(../img/bg01.png) center bottom repeat-x;
  background-size: auto 100%;
  height: 416px;
  padding: 30px 0 0 30px;
  position: relative;
}
#formArea .cp .up20 {
  width: 538px;
  position: relative;
  z-index: 2;
}
#formArea .cp .tel {
  background: url(../img/tel_bg.png) 0 0 no-repeat;
  background-size: 100%;
  width: 526px;
  height: 123px;
  padding: 20px 0 0 30px;
  margin: 14px 0 0;
  position: relative;
  z-index: 2;
}
#formArea .cp .tel img {
  width: 454px;
  margin-bottom: 15px;
}
#formArea .cp .tel .time {
  font-size: 20px;
  line-height: 1em;
  text-align: right;
  display: block;
  margin-right: 40px;
  vertical-align: middle;
}
#formArea .cp .tel .time span {
  font-size: 18px;
}
#formArea .cp .image {
  position: absolute;
  left: 455px;
  bottom: 0;
  width: 466px;
  background-size: 100%;
}

#form {
  margin-top: -100px;
  padding-top: 100px;
}
#form h2 {
  width: 680px;
  margin: 0 auto;
}

#copy {
  text-align: center;
  font-size: 17px;
  margin-top: 70px;
}
br.only_sp {
  display: none;
}

.timer-content {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
}

.timer-content .timer-content__title {
  text-align: center;
}

.timer-content .timer-content__title p {
  background: #aa222b;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 12px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border-radius: 3em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__title p {
    font-size: 20px;
  }
}

.timer-content .timer-content__text {
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__text .sub-text {
    font-size: 32px;
  }
}

.timer-content .timer-content__text .sub-text span {
  font-weight: bold;
}

.timer-content .timer-content__text .main-text {
  color: #aa222b;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__text .main-text {
    font-size: 48px;
  }
}

.timer-content .timer-content__box {
  border: 2px solid #aa222b;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box {
    max-width: 600px;
    margin: 10px auto 0;
  }
}

.timer-content .timer-content__box .title {
  background: #aa222b;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box .title {
    font-size: 22px;
  }
}

.timer-content .timer-content__box .timer-item {
  text-align: center;
  color: #aa222b;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box .timer-item {
    font-size: 28px;
  }
}

.timer-content .timer-content__box .timer-item .yyc-day,
.timer-content .timer-content__box .timer-item .yyc-hou,
.timer-content .timer-content__box .timer-item .yyc-min,
.timer-content .timer-content__box .timer-item .yyc-sec {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .timer-content .timer-content__box .timer-item .yyc-day,
  .timer-content .timer-content__box .timer-item .yyc-hou,
  .timer-content .timer-content__box .timer-item .yyc-min,
  .timer-content .timer-content__box .timer-item .yyc-sec {
    font-size: 52px;
  }
}

.campaign-banner {
  max-width: 760px;
  margin: 10px auto;
}

@media screen and (min-width: 768px) {
  .campaign-banner {
    margin: 20px auto;
  }
}

.footer_fixed {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer_fixed {
    display: none;
  }
}

/* 202204コンテンツ改修により追加 */

.layout-pd__l20 {
  padding-left: 20px;
}

.dd-inner {
  display: inline-block;
}

#results .results-title {
  background: #A00001;
  padding: 30px;
  text-align: center;
}

#results .results-title img {
  width: 727px;
}

#results .results-container {
  background: #F5EFE4;
  text-align: center;
  padding: 60px;
}

#results .lead-text img {
  width: 650px;
  margin-bottom: 60px;
}

#results .brand-item {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}

#results .brand-item__header {
  margin: 0 auto;
  margin-bottom: 20px;
}

#results .brand-item__header .brand-item__title {
  font-size: 32px;
  color: #8B7142;
}

#results .brand-item__header img {
  width: 150px;
}

#results .brand-price {
  margin: 0 auto;
  margin-bottom: 20px;
}

#results ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
}

#results li img {
  width: 400px;
}

.precautionary {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

#faq {
  width: 1000px;
  margin: 0 auto;
  border: solid 8px #CAB693;
  padding: 40px;
  background-image: url(../img/faq_bg.jpg);
  background-repeat: repeat;
  margin-bottom: 100px;
}

#faq h2 {
  text-align: center;
  margin-top: 20px;
}

#faq h2 img {
  width: 400px;
}

#faq .qa-list {
  font-size: 26px;
}

#faq .qa-list .qa {
  margin-top: 40px;
}

#faq .qa-list .qa dt {
  color: #8B7142;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}

.qa-list dl dt::before {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 12px;
  display: block;
  content: url(../img/faq-q.svg);
}

.qa-list dl dd::before {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 12px;
  display: block;
  content: url(../img/faq-a.svg);
}

#prof dd {
  display: flex;
}

#hosyo {
				/* padding: 40px 0 80px; */
			}

			#hosyo .inner {
				border: 6px solid #A00A03;
				padding-bottom: 1px;
				max-width: 100%;
			}

			.hosyo__headline {
				position: relative;
				font-family: "Noto Serif JP", serif;
				font-weight: 700;
				font-size: 40px;
				line-height: 180%;
				letter-spacing: 0.04em;
				text-align: center;
				color: #fff;
				background-color: #A00A03;
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
				gap: 12px;
				padding: 38px 10px 50px;
			}

			.hosyo__headline::after {
				content: "";
				position: absolute;
				top: calc(100% - 1px);
				left: 0;
				width: 100%;
				height: 19px;
				background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%2022.75%22%20fill%3D%22%23a00a03%22%3E%20%3Cpath%20d%3D%22M0%2C22.75V0h1000v4.85s-256.38%2C17.9-368.42%2C17.9S325.91%2C8.57%2C202.45%2C8.57%2C0%2C22.75%2C0%2C22.75%22%2F%3E%3C%2Fsvg%3E');
				background-repeat: no-repeat;
				background-size: cover;
				background-position: top center;
			}

			.hosyo__headline strong {
				background-color: #fff;
				color: #A00A03;
				font-size: 60px;
				line-height: 130%;
				border-radius: 8px;
				padding: 0px 20px;
				border-radius: 8px;
			}

			.hosyo__images {
				padding: 55px 34px 22px;
				background: #FCF7ED;
			}

			.hosyo__images__inner {
				max-width: 795px;
				margin: 0 auto;
				gap: 13px;
				align-items: center;
				display: grid;
				grid-template-columns: 46.6% auto;
			}

			.hosyo__images figure {
				/* padding-left: 70px; */
			}
			.hosyo__images ul {
				display: grid;
				grid-template-columns: 1fr 1fr;
				gap: 8px;
				place-items: center;
				padding-top: 20px;
			}

			.hosyo__images ul li {
				background: #FFF1F2;
				border: 2px solid #A00A03;
				font-weight: 700;
				font-size: 28px;
				line-height: 130%;
				letter-spacing: 0.01em;
				color: #A00A03;
				border-radius: 8px;
				display: grid;
				place-items: center;
				width: 100%;
				padding: 13px 10px;
			}

			.hosyo__text {
				padding: 52px 34px 26px;
			}

			.hosyo__text p {
				font-weight: 700;
				font-size: 30px;
				line-height: 147%;
				letter-spacing: 0.025em;
			}

			.hosyo__text p strong {
				color: #A00A03;
			}

			.hosyo__text ul {
				display: grid;
				gap: 8px;
				margin-top: 20px;
			}

			.hosyo__text ul li {
				position: relative;
				font-weight: 600;
				font-size: 20px;
				line-height: 1.4;
				letter-spacing: 0em;
				color: #616161;
				padding-left: 24px;
			}

			.hosyo__text ul li::before {
				position: absolute;
				top: 0;
				left: 0;
				content: "※";
				margin-right: 5px;
			}

			@media screen and (min-width: 751px) {
				#hosyo {
					padding: 40px 0 80px;
				}
				#hosyo .inner {
					border: 3px solid #A00A03;
				}
				.hosyo__headline {
					font-size: 32px;
					gap: 7px;
					padding: 44px 10px 25px;
				}

				.hosyo__headline strong {
					font-size: 42px;
					padding: 0px 30px;
				}

				.hosyo__images {
					padding: 17px 16px;
				}

				.hosyo__images__inner {
					gap: 36px;
					grid-template-columns: 20% auto;
					/* grid-template-columns: 300px auto; */
				}

				.hosyo__images ul {
					grid-template-columns: 1fr 1fr 1fr;
					gap: 8px;
					padding-top: 20px;
				}

				.hosyo__images ul li {
					border: 2px solid #A00A03;
					font-size: 24px;
					padding: 12px 10px;
				}

				.hosyo__text {
					padding: 15px 60px;
				}

				.hosyo__text p {
					font-size: 18px;
					line-height: 140%;
					letter-spacing: 0.07em;
				}

				.hosyo__text ul {
					gap: 5px;
					margin-top: 9px;
				}

				.hosyo__text ul li {
					font-weight: 600;
					font-size: 12px;
					line-height: 13px;
					letter-spacing: 0.02em;
					color: #616161;
					padding-left: 12px;
				}

				.hosyo__text ul li::before {
					margin-right: 5px;
				}
			}

			@media screen and (min-width: 1001px) {
				.hosyo__images__inner {
					max-width: 795px;
					gap: 36px;
					grid-template-columns: 300px auto;
				}
				.hosyo__images figure {
					padding-left: 70px;
				} 
			}