.child-menu-none .accordion-title::after {
  display: none;
}
.child-menu-none .accordion-title,
.accordion-content p {
  background-image: url(../img/item/icon_right.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 9px;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
  .qa-list dl dt::before {
    font-size: 18px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .qa-list dl dd::before {
    font-size: 18px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 16px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
    padding-bottom: 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

.common-header {
  background-image: url(../img/item/header.jpg);
  background-position: center;
  background-size: cover;
}

.column__around {
  display: flex;
}

@media screen and (max-width: 840px) {
  .column__around {
    display: block;
    margin-top: 0;
  }
}

.column__left {
  width: 200px;
}

@media screen and (max-width: 840px) {
  .column__left {
    width: 100%;
  }
}

.item-menu {
  border-top: solid 1px #ccc;
  margin-right: 30px;
}

.item-menu li {
  border-bottom: solid 1px #ccc;
  position: relative;
}

.item-menu li::after {
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
}

@media screen and (max-width: 840px) {
  .item-menu, .item-menu li {
    border: none;
  }
  .item-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .item-menu li {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 0 20px 0 5px;
    width: 40%;
    margin-bottom: 10px;
  }
}

.item-menu li a {
  display: flex;
}

.item-menu .icon {
  margin-top: 3px;
}

@media screen and (max-width: 840px) {
  .item-menu .icon {
    margin-left: 5px;
  }
}

.item-menu .icon img {
  width: 40px;
}

.item-menu p {
  font-size: 15px;
  padding: 10px 0;
  margin-left: 3px;
}

.item-menu .accordion-content p {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.item {
  padding-bottom: 40px;
}

.item:last-child {
  padding-bottom: 0;
}

.item_header {
  height: 120px;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #fff;
}

.item_header_01 {
  background-image: url(../img/item/item_header_01.jpg);
  background-position: center;
  background-size: cover;
}

.item_header_02 {
  background-image: url(../img/item/item_header_02.jpg);
  background-position: center;
  background-size: cover;
}
.item_header_03 {
  background-image: url(../img/item/item_header_03.jpg);
  background-position: center;
  background-size: cover;
}
.item_header_04 {
  background-image: url(../img/item/item_header_04.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  .item_header {
    margin: 0 -20px;
    border-radius: 0;
  }
}

.item_header_in {
  display: flex;
  padding: 0 40px;
  line-height: 120px;
}

.item_header_in h2 {
  padding-right: 20px;
}

.item_header_in p {
  line-height: 120px;
}

@media screen and (max-width: 840px) {
  .item_header_in {
    display: block;
  }
  .item_header_in h2 {
    margin: 0 auto;
    line-height: 120px;
    font-size: 24px;
  }
}

.item p.sp {
  display: none;
}

@media screen and (max-width: 840px) {
  .item_header p.pc {
    display: none;
  }
  .item p.sp {
    display: block;
    color: #000;
    text-align: center;
    padding-top: 20px;
  }
}

.item_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
}

@media screen and (max-width: 840px) {
  .item_lists {
    width: 100%;
  }
}

.item_list {
  width: 210px;
  padding-bottom: 25px;
}

.item_list img {
  width: 210px;
}

@media screen and (max-width: 840px) {
  .item_list {
    width: 47%;
  }
  .item_list img {
    width: 100%;
  }
}

.item_list p {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 5px;
}

.item_list span {
  display: block;
  padding-bottom: 5px;
  color: #EE5B46;
}

.item_button_list {
  padding: 10px 0;
}

.item_button_list li {
  padding-bottom: 5px;
}

.button_item {
  border: none;
  font-size: 13px;
  width: 100%;
  padding: 10px;
}

.button_item::after {
  display: none;
}

.button_item-yahoo {
  background-color: #333;
}

.button_item-rakuten {
  background-color: #D60202;
}

.button_item-furusato {
  background-color: #4C9CC9;
}

.rakuten img{
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.rakuten a{
  display: block;
}
.rakuten a:hover{
  opacity: 0.7;
  transition: 0.45s;
}
.column__main{
  flex: 1;
}
