.section-layout{
  margin-bottom: 4em;
}

@media screen and (max-width: 800px) {
.model-introduction{
  overflow: hidden;
}
}
#content #main p.sub-text{
  text-align: center;
  font-size: 14px;
  padding: 2em 0 0;
}
#content #main .ipf-flow p.sub-text{
  padding: 2em 0;
}
@media screen and (max-width: 530px) {
  #content #main .ipf-tips p.sub-text{
    padding-right: 90px;
    text-align: left;
  }
}


.heroimage *{
  box-sizing: border-box;
}
.heroimage{
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% + 24px);
  left: -12px;
  background-color: #fff;
  background-image: url('https://iphone-shoten.com/wp-content/themes/standard_black_cmspro/img/heroimage-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 15px 15px 15px;
}
.heroimage img{
  width: 100%;
  height: auto;
}
@media not screen and (max-width: 800px) {
.heroimage{
  aspect-ratio: 960 / 400;
}
}
@media screen and (max-width: 800px) {
  .heroimage{
    background-image: url('https://iphone-shoten.com/wp-content/themes/standard_black_cmspro/img/heroimage-bg_sp.png');
    background-position: top right;
    position: relative;
    width: calc(100% + 24px);
    left: -12px;
    flex-direction: column;
    padding: 15px;
  }
  .heroimage-images{
    order: 1;
  }
  .heroimage-text{
      order: 2;
  }
}
.heroimage-text{
  max-width: 520px;
}
.heroimage-text h2.heroimage-text__title{
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 36px;
}
.heroimage-images img{
  max-width: 300px;
}
.heroimage-text .price-badge{
  display:block;
  text-align: center;
  background-color:rgba(255,255,255,.3);
}
.heroimage-text .price{
  font-family: Roboto;
  font-size: 60px;
  font-weight: 900;
  letter-spacing:.02em;
  color:#f2b532;
  text-shadow:
  0  1px 0 #1b2353,  1px  0 0 #1b2353,  0 -1px 0 #1b2353,  -1px  0 0 #1b2353,
  1px  1px 0 #1b2353, 1px -1px 0 #1b2353, -1px  1px 0 #1b2353, -1px -1px 0 #1b2353,
  0  2px 0 #1b2353,   2px  0 0 #1b2353,   0 -2px 0 #1b2353,  -2px  0 0 #1b2353,
  2px  1px 0 #1b2353, 1px  2px 0 #1b2353, -1px  2px 0 #1b2353, 2px -1px 0 #1b2353,
  -2px  1px 0 #1b2353, 1px -2px 0 #1b2353, -1px -2px 0 #1b2353, -2px -1px 0 #1b2353,
  0  3px 0 #fff,  3px  0 0 #fff,  0 -3px 0 #fff, -3px  0 0 #fff,
  2px  3px 0 #fff, 3px  2px 0 #fff, -2px 3px 0 #fff, 3px -2px 0 #fff,
  -3px  2px 0 #fff, 2px -3px 0 #fff, -2px -3px 0 #fff, -3px -2px 0 #fff;
}
.heroimage dt{
  background-color: #b7b7cc;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #0a0a46;
}
.heroimage dt span {
  font-weight: normal;
  font-size: 15px;
}
.btn-area {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  padding:1em 0;
}
.btn-area li{
  flex-basis: 49%;
}
@media screen and (max-width: 530px) {
.btn-area {
  display: block;
}
.btn-area li{
  flex-basis: 100%;
  margin-bottom: 15px;
}
}

a.btn-hero {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px; /* 丸ボタン */
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 0.75em 2em;
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
  position: relative;
  color: #0a0a46;
}
a.btn-hero:hover{
  opacity: .8;
}
/* 白ボタン */
.btn--white {
  background: #fff;
  border: 3px solid #babae1;
}
/* オレンジボタン*/
.btn--orange {
  background: #ffaf24;
  border: 3px solid #cd8200;
}
/* 共通：矢印マーク */
a.btn-hero::after {
  content: '›';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform:translateY(-50%)
}


/* ------------------------------------------------------
買取相場表 容量×カラー×状態
--------------------------------------------------------- */
.ipf-matrix,.ipf-matrix *{
  box-sizing: border-box;
}
#tab-swich {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  width: 100%;
  margin-top: 1.2em;
}
#tab-swich > button{
  all: unset;
  flex: 1;
  text-align: center;
  padding: 0.75em 0;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  background: linear-gradient(to right, #0d146f, #383e89);
  border-radius: 8px 8px 0 0;
  opacity: .4;
}
#tab-swich > button.is-active{
  opacity: 1;
}
#tab-swich::after,
#tab-swich::before{
  display: none;
}


/*アコーディオン*/
.display-none{
  display: none;
}
#tab-swichinfo > div > details summary {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  gap: 25px;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  background-color: #e9e7f4;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  padding: 20px;
  border-bottom: 1px solid #b6b6b6;
}

#tab-swichinfo > div > details:last-of-type summary{
  border-bottom: none
}
#tab-swichinfo > div > details:last-of-type summary.is-active{
  border-bottom: 1px solid #b6b6b6;
}

#tab-swichinfo > div > details summary::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top:50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.77%2022.77%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%230c136f%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2211.39%22%20cy%3D%2211.39%22%20r%3D%2210.89%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M11.39%2C22.77C5.11%2C22.77%2C0%2C17.66%2C0%2C11.39S5.11%2C0%2C11.39%2C0s11.39%2C5.11%2C11.39%2C11.39-5.11%2C11.39-11.39%2C11.39ZM11.39%2C1C5.66%2C1%2C1%2C5.66%2C1%2C11.39s4.66%2C10.39%2C10.39%2C10.39%2C10.39-4.66%2C10.39-10.39S17.11%2C1%2C11.39%2C1Z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%224.19%22%20y%3D%2210.36%22%20width%3D%2214.39%22%20height%3D%222.06%22%2F%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%224.19%22%20y%3D%2210.36%22%20width%3D%2214.39%22%20height%3D%222.06%22%20transform%3D%22translate(22.77%200)%20rotate(90)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: cover;
}
#tab-swichinfo > div > details summary.is-active::before {
background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.77%2022.77%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%230c136f%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2211.39%22%20cy%3D%2211.39%22%20r%3D%2210.89%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M11.39%2C22.77C5.11%2C22.77%2C0%2C17.66%2C0%2C11.39S5.11%2C0%2C11.39%2C0s11.39%2C5.11%2C11.39%2C11.39-5.11%2C11.39-11.39%2C11.39ZM11.39%2C1C5.66%2C1%2C1%2C5.66%2C1%2C11.39s4.66%2C10.39%2C10.39%2C10.39%2C10.39-4.66%2C10.39-10.39S17.11%2C1%2C11.39%2C1Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%224.19%22%20y%3D%2210.36%22%20width%3D%2214.39%22%20height%3D%222.06%22%2F%3E%3C%2Fsvg%3E');
}
/*価格テーブル*/
#tab-swichinfo{
  border: 2px solid #b6b6b6;
}
#tab-swichinfo table{
  margin-bottom: 0px;
}
#tab-swichinfo table thead{
  background-color: #f1f1f1;
  border-bottom: 1px solid #b6b6b6;
}
#tab-swichinfo table thead > tr > th:first-of-type{
  color: #f1f1f1;
}
#tab-swichinfo table thead > tr > th{
  width: calc(100% / 3);
  font-size: 14px;
  line-height: 1.2;
  color: #333333;
  border-right: 1px solid #b6b6b6;
  padding: 10px  10px;
}
#tab-swichinfo table thead > tr > th:last-of-type{
  border-right: none;
}
#tab-swichinfo table tbody *{
  border: none;
}
#tab-swichinfo table tbody th{
  background-color: #f1f1f1;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  padding: 10px;
}
#tab-swichinfo table tbody th.th-title{
  width: 20px;
  border-bottom: 1px solid #fff;
  background-color: #ffb128;
  padding: 0 5px;
}
#tab-swichinfo table tbody th.th-title.border-ajst{
  border-bottom: 1px solid #b6b6b6;
}
#tab-swichinfo table tbody td{
  font-size: 14px;
  line-height: 1;
  color: #333333;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
      text-align: right;
}
#tab-swichinfo table tbody td:last-of-type{
  border-right: none;
}



/* ------------------------------------------------------
機種詳細
--------------------------------------------------------- */
.ipf-spec *{
  box-sizing: border-box;
}
.ipf-spec__flex {
  margin-top: 1.5em;
  display:flex;
  justify-content: space-between;
  align-items:start;
}
.ipf-spec__left,
.ipf-spec__right{
  flex: 1;
  width: 0;
}
.ipf-spec__right .swiper-container{
  width: 100%;
}
@media screen and (max-width: 800px) {
.ipf-spec__flex {
  flex-direction: column;
}
.ipf-spec__left{
  order: 2;
  margin-bottom: 30px;
}
.ipf-spec__right{
  order: 1;
  margin-bottom: 30px;
}
.ipf-spec__left,
.ipf-spec__right{
  width: 100%;
}
}

.ipf-spec__tablewrap{
border: #0a0a46 1px solid;
}
#content #main .singletxt .ipf-spec__tablewrap h3.ipf-spec__tablewrap-title{
all: unset;
background-color:#e9e7f4;
text-align: center;
display: block;
font-size: 18px;
font-weight: bold;
color: #0c136f;
padding: 10px 5px;
}
.ipf-spec__tablewrap .ipf-spec__table,
.ipf-spec__tablewrap .ipf-spec__table *{
 border: none;
}
.ipf-spec__tablewrap .ipf-spec__table{
  display: block;
  padding: 1.5em;
}
.ipf-spec__tablewrap .ipf-spec__table tbody{
  width: 100%;
  display: table;
}
.ipf-spec__tablewrap .ipf-spec__table tbody tr th{
  border-bottom: 1px solid #292856;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
  color:#292856;
}
.ipf-spec__tablewrap .ipf-spec__table tbody tr td{
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 5px;
  padding-right: 5px;
}


.ipf-spec__features {
  margin-top: 1.5em;
  background:#121a64;
  color:#fff;
  padding:18px 20px 20px;
}
#content #main .singletxt .ipf-spec__features h3.ipf-spec__features-title{
all: unset;
background-color: transparent;
text-align: center;
border-bottom: 1px solid #7978a9;
display: block;
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 5px;
}
.ipf-spec__features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .ipf-spec__features-list {
     grid-template-columns: repeat(1, 1fr);
  }
}
.ipf-spec__features-list li{
  position:relative;
  padding-left: 25px;
}
.ipf-spec__features-list li::before{
  content: '';
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ffba00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9%2C0C4.03%2C0%2C0%2C4.03%2C0%2C9s4.03%2C9%2C9%2C9%2C9-4.03%2C9-9S13.97%2C0%2C9%2C0ZM7.19%2C13.61l-.99-.99%2C3.62-3.62-3.62-3.62.99-.99%2C4.61%2C4.61-4.61%2C4.61Z%22%2F%3E%3C%2Fsvg%3E');
  width: 18px;
  height: 18px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform:translateY(-50%)
}

.ipf-spec__right {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .ipf-spec__right {
      padding-left: 0px;
  }
}

.ipf-spec__right .swiper-container .swiper-slide{
  width: 100%;
  padding-bottom: 30px;
}
.ipf-spec__right .swiper-container .swiper-slide img{
  width: 100%;
  height: 100%;
  aspect-ratio: 1 /1;
  object-fit: cover;
}

.ipf-spec__right .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom{
    bottom: 0px;
    left: 0;
    width: 100%;
}
.ipf-spec__right .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.ipf-spec__right .swiper-pagination-bullet-active {
  background: #353566;
}



/* ------------------------------------------------------
買取事例・お客様の声
--------------------------------------------------------- */
.ipf-voice *{
  box-sizing: border-box;
}
.ipf-voice__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 28px;
    align-items: start;
}
@media (max-width: 800px) {
    .ipf-voice__grid {
        grid-template-columns: 1fr;
    }
}
.ipf-googlevoice{
width: 100% !important;
    height: 351px !important;
    overflow-y: auto !important;
    background: #fffaed;
    padding: 10px 15px;
}
.ipf-voice__bubble{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding-bottom: 5%;
  font-weight: bold;
  text-align: center;
}

.speechBubble {
  position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 16px;
    border-radius: 4px;
    background-color: #fff3d2;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    border-radius: 10px;
}

.speechBubble::after {
content: "" !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #fff3d2 transparent transparent;
    translate: -50% 100%;
    z-index: 10000;
    visibility: visible !important;
}
.speechBubble p{
      text-align: center;
}

.ipf-voice__figure{
  max-width: 300px;
  margin: auto;
  text-align: center;
}
.ipf-voice__figure img{
  max-width: 300px;
  height: auto;
  width: 80%;
}
.ipf-case__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.mt0{
  margin-top: 0 !important;
}
@media (max-width: 880px) {
    .ipf-case__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .ipf-case__grid {
        grid-template-columns: 1fr;
    }
}
.ipf-case__card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  border: 2px solid #e57c24;;
}
.ipf-case__head {
  background: #e57c24;
  color: #fff;
  text-align: center;
  padding: 14px 10px 10px;
}
.ipf-case__body{
  flex: 1;
}
.ipf-case__list {
    margin: 0;
    padding: 14px 20px;
    flex-grow: 1;
}
.ipf-case__list div {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}
.ipf-case__list div:last-of-type{
    border-bottom: none;
}
.ipf-case__list div dt{
  text-align: right;
  flex-basis: 30%;
  color: #000053;
  font-size: 14px;
  font-weight: bold;
}
.ipf-case__list div dd{
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  flex: 1;
}
.ipf-case__list div:last-of-type{
  align-items: flex-end;
}
.ipf-case__list div dt.ipf-case__price__t{
line-height: 1;
padding-bottom: 3px;
}
.ipf-case__list div dd.ipf-case__price__p{
  font-size: 20px;
  color: #d21e00;
  font-weight: bold;
  line-height: 1;
}
.ipf-case__list div dd.ipf-case__price__p span{
  font-size: 24px;
}
#content #main .singletxt .ipf-case__head h3 {
    clear: both;
    color: #FFF;
    background-color: transparent;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 0px;
    text-align: center;
}
#content #main .singletxt .ipf-case__head h3 span{
  display: block;
  font-size: 20px;
}
.ipf-case__footer{
    background: #e57c24;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 10px 10px 10px;
}#content #main .singletxt .ipf-voice__right h3 {
  background: #ffba00;
}

/* ------------------------------------------------------
iPhoneの状態による買取価格への影響
--------------------------------------------------------- */
.ipf-impact *{
  box-sizing: border-box;
}
.ipf-impact__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 26px;
}
@media (max-width: 980px) {
    .ipf-impact__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 680px) {
    .ipf-impact__grid {
        grid-template-columns: 1fr;
    }
}
.ipf-impact__card {
    border: 3px solid #23265f;
    border-radius: 14px;
    background: #efeff7;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}
.ipf-impact__info{
  padding: 30px 5%;
}
.ipf-impact__icon{
  aspect-ratio: 156 / 82;
  max-width: 78px;
  height: auto;
  margin: 0 auto 30px;
}
.ipf-impact__icon img{
  width: 100%;
  height: auto;
}
.ipf-impact__chip {
  font-size: 20px;
  line-height: 1;
  margin: 8px auto;
  display: block;
  background: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: bold;
  color: #1b235a;
  text-align: center;
}
.ipf-impact__row {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: #303252;
    padding: 6px 0;
    border-bottom: 1px dashed #b9b9d3;
}
.ipf-impact__row dt {
    min-width: 7.5em;
    text-align: right;
    font-weight: 700;
}
.ipf-impact__ribbon {
    margin-top: auto;
    background: #121a64;
    color: #fff;
    padding: 14px 18px 20px;
    border-top: 2px solid #23265f;
    text-align: center;
}
.ipf-impact__ribbonlead {
    margin: 0 0 6px;
    color: #ffa640;
    font-weight: 700;
}
.ipf-impact__note{
  margin: 0 0 4px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.singletxt p.ipf-impact__note:after{
  display: none;
}
.ipf-impact__note::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
    line-height: 1;
  background-color:#ffa640;
}



/* ------------------------------------------------------
iPhoneの状態による買取価格への影響
--------------------------------------------------------- */
.ipf-tips *{
  box-sizing: border-box;
}
.ipf-tips{
  position: relative;
  width: 100%;
  left: -18px;
  background-color:#fff3d2;
  padding: 18px 18px 50px;
}
.ipf-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
  position: relative;
}
.ipf-tips-grid::after{
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 10px;
  top:-120px;
  background-image: url('https://iphone-shoten.com/wp-content/themes/standard_black_cmspro/img/person-kazari.png');
  background-size: cover;
}
@media (max-width: 980px) {
    .ipf-tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 880px) {
  .ipf-tips-grid {
    grid-template-columns: 1fr;
  }
    .ipf-tips-grid::after {
        width: 100px;
        height: 100px;
        right: 10px;
        top: -100px;
    }
}
.ipf-tip::after{
  display: none;
}
.ipf-tip {
  background: #fff;
  border: 4px solid #f2c339;
  border-radius: 10px;
  position: relative;
}
.ipf-tip-icon {
    aspect-ratio: 156 / 82;
    max-width: 78px;
    height: auto;
    margin: 25px auto 15px;
}
.ipf-tip-icon img{
 width: 100%;
 height: auto;
}
.ipf-tip-badge {
    position: absolute;
    top: -14px;
    left:10px;
    background: #f2c339;
    color: #fff;
    font-weight: 800;
    font-size: 21px;
    width: 36px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.ipf-tip-list {
  background: #f2c339;
  padding: 15px;
}

.ipf-tip-list.twolines{
    padding-bottom: 39px;
  }


.ipf-tip-list li{
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  color: #0a0a46;
  font-weight: bold;
}
.ipf-tip-list li::before{
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C1v12H1V1h12M14%2C0H0v14h14V0h0Z%22%2F%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%226.28%209.97%203.37%207.06%204.08%206.36%206.28%208.56%2010.64%204.19%2011.35%204.9%206.28%209.97%22%2F%3E%3C%2Fsvg%3E');
  top:50%;
  left: 0px;
  transform: translateY(-50%);
}
#content #main .singletxt .ipf-tip h3 {
    clear: both;
    color: #333;
    background-color: transparent;
    font-size: 20px;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    padding: 0px;
    text-align: center;
    margin-bottom: 25px;
}


/* ------------------------------------------------------
iPhoneの査定額UPのコツ
--------------------------------------------------------- */
.ipf-flow *{
  box-sizing: border-box;
}
.ipf-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width:1000px) {
  .scloll-wrap{
    overflow: scroll;
    padding-bottom: 18px;
  }
  .scloll-wrap::after{
    margin-top: 10px;
    content: '→ スクロールできます'!important;
    font-size: 14px;
    display: block;
    color: #d90000;
    height: auto!important;
    visibility:visible!important;
  }
  .ipf-steps {
    width: 900px;
  }


}

.ipf-step {
  position: relative;
  background: #e9e7f4;
  text-align: left;
  padding: 30px 0px 30px 30px;
}
.ipf-step:last-of-type {
  padding-right:10px;
}
.ipf-step::after{
  content: '';
  position: absolute;
  display: block;
  top:0px;
  right: -25px;
  width: 25px;
  height: 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%20270%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23e9e7f4%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%221.47%20270%200%20270%200%200%201.47%200%2025%20135%201.47%20270%22%2F%3E%3C%2Fsvg%3E');
  background-size:cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 2;
}
.ipf-step:nth-child(even){
  background-color: #c6c4d9;
}
.ipf-step:nth-child(even)::after{
background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025%20270%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23c6c4d9%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%221.47%20270%200%20270%200%200%201.47%200%2025%20135%201.47%20270%22%2F%3E%3C%2Fsvg%3E');
}
.ipf-step:last-of-type::after{
  background-image: none;
}
.ipf-badge {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-weight: 800;
  font-size: 26px;
  text-align: center;
  color: #23265f;
  margin: auto;
}
.ipf-chip {
    display: block;
    background: #fff;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
    color: #1b235a;
    text-align: center;
    line-height: 1.2;
    padding: 8px 5px;
}
.ipf-body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  padding: 15px 0px 0 10px;
}

.ipf-ctas {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  padding:1em 0;
  width: 70%;
  margin: auto;
}
.ipf-ctas li{
  flex-basis: 49%;
}
@media screen and (max-width:1000px) {
  .ipf-ctas {
  width: 100%;
}
}
@media screen and (max-width:800px) {
.ipf-ctas {
  display: block;
}
.ipf-ctas li{
  margin-bottom: 15px;
}

  .ipf-tip-list.twolines{
    padding-bottom:15px;
  }
}

a.ipf-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px; /* 丸ボタン */
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  padding: 0.75em 2em;
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
  position: relative;
  color: #0a0a46;
}
a.ipf-btn:hover{
  opacity: .8;
}
a.ipf-btn--primary{
  background: #ffba00;
}
a.ipf-btn--secondary {
  background: #0c136f;
  color: #fff;
}
/* 共通：矢印マーク */
a.ipf-btn::after {
  content: '›';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform:translateY(-50%)
}
a.ipf-btn.ipf-btn--secondary::after{
  color: #fff;
}


/* ------------------------------------------------------
今すぐ査定申込 フッター
--------------------------------------------------------- */
#footer.footer-ajst{
  padding-top: 0px;
}
.ipf-cta{
  background-image: url('https://iphone-shoten.com/wp-content/themes/standard_black_cmspro/img/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: yellow;
  color:#fff;
  text-align:center;
  padding:30px 16px;
}
.ipf-cta__container {
  max-width:1100px;
  margin:0 auto;
}
.ipf-cta__title {
  font-size:26px;
  letter-spacing: .05em;
  font-weight:800;
  margin:0 auto 12px;
  border-bottom: 1px solid #e6e8ff;
  display: block;
  max-width: 500px;
}
.ipf-cta__sub {
  font-size:15px;
  color:#e6e8ff;
  line-height:1.8;
  margin:0 0 40px;
}
/* ===== Grid ===== */
.ipf-cta__grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}
@media(max-width:768px){
  .ipf-cta__grid{ grid-template-columns:1fr; gap:20px; }
}

/* ===== Box ===== */
.ipf-cta__box {
  background:rgba(255,255,255,0.3);
  padding:0px;
}
.ipf-cta__boxtitle {
  background:rgba(255,255,255,0.5);
  color:#121a64;
  font-weight:700;
  font-size:18px;
  text-align:center;
  margin:0px;
  padding:15px 0;
  line-height: 1;
}
.ipf-cta__infowrap{
  padding: 15px 0;
}
/* ===== 電話部分 ===== */
.ipf-cta__tel {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  line-height: 1.2;
}
.ipf-cta__icon {
  font-size:32px;
  color:#f2b236;
}
.ipf-cta__number {
  margin-top: 10px;
  font-size:34px;
  font-weight:800;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff!important;
}
a.ipf-cta__number,
.ipf-cta__number a{
  color: #fff!important;
  text-decoration: none!important;
}
.ipf-cta__number::before {
  content: '';
  transform: translateY(-3px);
  width: 34px;
  height: 34px;
  display: inline-block;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23ffba00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22iCoPXr.tif%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M11.26%2C2.02c1.25%2C1.97%2C2.49%2C3.96%2C3.78%2C5.91.35.52.34.92%2C0%2C1.43-.76%2C1.16-1.91%2C1.63-3.18%2C1.86-.58.1-.8.42-.86.93-.18%2C1.49.07%2C2.91.69%2C4.27%2C1.06%2C2.33%2C2.46%2C4.42%2C4.2%2C6.3.87.95%2C1.95%2C1.54%2C3.12%2C2%2C.64.25%2C1.04.1%2C1.44-.5.77-1.13%2C1.74-1.93%2C3.16-2.07.44-.04.72.1.97.48%2C1.17%2C1.82%2C2.35%2C3.63%2C3.54%2C5.44.1.16.24.29.36.43v.23c-.55.62-1.08%2C1.26-1.65%2C1.87-1.03%2C1.1-2.29%2C1.53-3.8%2C1.32-2.33-.32-4.37-1.3-6.18-2.73-5.26-4.14-8.85-9.43-10.64-15.9-.66-2.38-.92-4.78-.31-7.21.39-1.57%2C1.23-2.76%2C2.83-3.3.77-.26%2C1.54-.51%2C2.32-.76.08%2C0%2C.16%2C0%2C.23%2C0Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2234%22%20height%3D%2234%22%2F%3E%3C%2Fsvg%3E');
}
.ipf-cta__note {
  font-size:14px;
  color:#eaeaff;
}
/* ===== WEB部分 ===== */
.ipf-cta__box--web {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
a.ipf-cta__btn {
  display:inline-block;
  background:#f2b236;
  color:#0c136f;
  font-weight:700;
  font-size:16px;
  border-radius:999px;
  padding:20px 36px;
  text-decoration:none;
  line-height: 1;
  transition:all .2s ease;
  width: 60%;
  margin:0 auto 8px;
  position: relative;
}

a.ipf-cta__btn::after {
  content: '›';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform:translateY(-50%)
}

@media screen and (max-width: 599px) {
  .ipf-voice__bubble {
aspect-ratio: auto;
    background-image:none;
}

.ipf-voice__figure {
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.ipf-voice__figure img {
    max-width: 300px;
    height: auto;
    width: 50%;
    margin: 0 auto;
}

    .heroimage {
        position: relative;
    }
.iphone16-title1{
        position: absolute;
        top: 15px;
        width: 90% !important;
        left: 5%;
}

.heroimage-images{
  margin-top: 80px;
}
}

.ipf-ctas__flexbutton{
  display: flex;
  align-self: flex-end;
}
.ipf-border{
display: flex;
gap:20px;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 17px;
}
.singletxt div.ipf-border:after{
  content: '';
  display: block;
  width: 2px;
  height: 17px;
  background-color: #333;
  visibility:visible;
  transform: rotate(45deg);
  }
.singletxt div.ipf-border:before{
  content: '';
  display: block;
  width: 2px;
  height: 17px;
  background-color: #333;
  visibility:visible;
  transform: rotate(-45deg);
}
a.ipf-btn.ipf-btn--secondary__telicone::after {
    display: none;
}
a.ipf-btn.ipf-btn--secondary__telicone::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-size: cover;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22iCoPXr.tif%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M11.26%2C2.02c1.25%2C1.97%2C2.49%2C3.96%2C3.78%2C5.91.35.52.34.92%2C0%2C1.43-.76%2C1.16-1.91%2C1.63-3.18%2C1.86-.58.1-.8.42-.86.93-.18%2C1.49.07%2C2.91.69%2C4.27%2C1.06%2C2.33%2C2.46%2C4.42%2C4.2%2C6.3.87.95%2C1.95%2C1.54%2C3.12%2C2%2C.64.25%2C1.04.1%2C1.44-.5.77-1.13%2C1.74-1.93%2C3.16-2.07.44-.04.72.1.97.48%2C1.17%2C1.82%2C2.35%2C3.63%2C3.54%2C5.44.1.16.24.29.36.43v.23c-.55.62-1.08%2C1.26-1.65%2C1.87-1.03%2C1.1-2.29%2C1.53-3.8%2C1.32-2.33-.32-4.37-1.3-6.18-2.73-5.26-4.14-8.85-9.43-10.64-15.9-.66-2.38-.92-4.78-.31-7.21.39-1.57%2C1.23-2.76%2C2.83-3.3.77-.26%2C1.54-.51%2C2.32-.76.08%2C0%2C.16%2C0%2C.23%2C0Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2234%22%20height%3D%2234%22%2F%3E%3C%2Fsvg%3E');
}