@charset "UTF-8";
/*==================================
0. General
==================================*/
body {
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212121;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 0;
}

em {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
  height: 42px;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder, select::placeholder, textarea::placeholder {
  color: #aaa;
}

.select-wrap {
  position: relative;
}

.select-wrap::before {
  position: absolute;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #ccc;
  opacity: 1;
}

input[readonly] {
  background-color: #eee;
}

.fonts-s {
  font-size: 1.2rem;
}

.fonts-m {
  font-size: 1.4rem;
}

.fonts-l {
  font-size: 1.6rem;
}

.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.note {
  line-height: 1.6em;
  margin: 0;
}

.btn {
  background: #bbb;
  border: 1px solid #f3f3f3;
  color: #fff;
  font-weight: bold;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.disabled {
  opacity: .4;
  cursor: default;
}

.btn.btn-sm {
  width: inherit;
  height: inherit;
  font-size: 1.2rem;
  padding: 4px 6px;
}

.btn.btn-s {
  width: auto;
  height: 36px;
}

.btn.btn-m {
  width: 90px;
}

.btn.btn-l {
  height: initial;
  font-size: 2.4rem;
  padding: 10px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-l.link-arrow::after {
  height: 1.4em;
}

.btn.btn-r {
  width: 18px;
  height: 18px;
  padding: inherit;
  border-radius: 50%;
  font-size: 1.0rem;
}

.btn.btn-type1 {
  background: #f93;
  border: 1px solid #f93;
}

.btn.btn-type2 {
  background: #2db0a5;
  border: 1px solid #2db0a5;
}

.btn.btn-type3 {
  background: #c81717;
  border: 1px solid #c81717;
}

.btn.btn-type4 {
  background: #284b9b;
  border: 1px solid #284b9b;
}

button.btn:hover {
  opacity: .8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  color: #284b9b;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: .8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:hover {
  cursor: pointer;
}

.link-arrow {
  position: relative;
}

.link-arrow:after {
  content: url(../img/common/arrow_ca_r.svg);
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
}

.link-arrow.link-arrow01::after {
  content: url(../img/common/arrow_ca_r_01.svg);
}

.link-arrow.link-arrow02::after {
  content: url(../img/common/arrow_ca_r_02.svg);
}

.link-arrow.link-arrow03::after {
  content: url(../img/common/arrow_ca_r_03.svg);
}

.arrow-wrap {
  position: relative;
}

.arrow-wrap::before {
  content: url(../img/common/arrow_ca_r_02.svg);
  display: inline-block;
  width: .45em;
  height: .45em;
  margin-left: .5em;
  margin-right: .4em;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 2.0rem;
  margin: 0 0 15px;
}

.main-content .ttl-area:first-of-type h1, .main-content .ttl-area:first-of-type h2 {
  margin: 5px 0;
}

.ttl-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #284b9b;
}

.ttl-area.h1, .ttl-area.h2 {
  border-bottom: 1px solid #555;
}

.ttl-area.h3 {
  border-bottom: 1px dotted #555;
  margin-bottom: 20px;
}

.ttl-area > * {
  margin: 0;
}

.ttl-area > h1, .ttl-area > h2, .ttl-area > h3 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ttl-area h1, .ttl-area h2 {
  font-size: 2.6rem;
}

.ttl-area h1 svg, .ttl-area h2 svg {
  font-size: 4.0rem;
}

.ttl-area h3 {
  font-size: 2.4rem;
}

.ttl-area a {
  width: 120px;
  text-align: right;
  color: #2db0a5;
  font-weight: bold;
}

.ttl-area a.link-arrow::after {
  content: url(../img/common/arrow_ca_r_02.svg);
  margin-left: .4em;
}

.ttl-area svg use {
  fill: #2db0a5;
}

.ttl-area-2 h2 {
  color: #284b9b;
  font-size: 2rem;
  border-bottom: 1px dotted #555;
}

.ttl-area-2 h3 {
  margin: 25px 0 15px;
  padding: 2px 10px;
  background-color: #2db0a5;
  color: #fff;
  font-size: 1.6rem;
}

.ttl-area-2 h3 .icon {
  margin-right: 8px;
}

.ttl-area-2 h4 {
  position: relative;
  margin: 15px 0 20px;
  padding-left: 20px;
  color: #000;
  font-size: 1.6rem;
  border-bottom: solid 1px #000;
}

.ttl-area-2 h4::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #2db0a5;
}

.ttl-area-2 h5 {
  margin: 20px 0 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
  .ttl-area h1, .ttl-area h2 {
    font-size: 2.2rem;
  }
  .ttl-area h1 svg, .ttl-area h2 svg {
    font-size: 3.0rem;
  }
  .ttl-area h3 {
    font-size: 1.8rem;
  }
}

img {
  width: 100%;
}

.tar {
  text-align: right !important;
}

.d-ib {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.note p {
  font-size: 1.2rem;
  margin: .5em 0;
  text-indent: -1em;
  margin-left: 1em;
}

.jc-fs {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.txt-red {
  color: #c81717;
}

.strong {
  font-size: 110%;
  font-weight: bold;
}

.strong2 {
  font-size: 120%;
  font-weight: bold;
}

.strong3 {
  font-size: 130%;
  font-weight: bold;
}

.inner {
  width: 100%;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}

.layout-sidecolumn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-sidecolumn .side-content {
  width: 250px;
  min-width: 250px;
  margin-right: 30px;
}

.layout-sidecolumn .main-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .layout-sidecolumn > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .layout-sidecolumn .side-content,
  .layout-sidecolumn .main-content {
    width: 100%;
    margin: 0 auto 30px;
  }
  .layout-sidecolumn .main-content {
    padding: 0 10px;
  }
  .layout-sidecolumn .side-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page_homepage .layout-sidecolumn .side-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.table {
  width: 100%;
  margin: 0 auto;
}

.table th, .table td {
  padding: 15px;
  text-align: center;
}

.table th {
  background: #2db0a5;
  font-weight: bold;
  color: #fff;
}

.table th + th,
.table td + td {
  border-left: 1px solid #fff;
}

.table > tbody > tr > td {
  border-top: none;
}

.table-stripe tr:nth-of-type(even) td {
  background: #f3f3f3;
}

.table-link tr:hover {
  cursor: pointer;
}

.dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #ccc;
}

.dlist dt, .dlist dd {
  padding: 10px;
}

.dlist dt {
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dlist dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .dlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dlist dt, .dlist dd {
    width: 100%;
  }
}

.icon {
  width: 1em;
  height: 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

.icon-white use {
  fill: #fff;
}

.icon-red use {
  fill: #c81717;
}

.pager {
  margin-top: 15px;
}

.pager ul {
  text-align: center;
}

.pager ul li {
  display: inline-block;
  font-weight: bold;
  margin: 0 2px;
}

.pager ul li:first-child {
  margin-left: 0 !important;
}

.pager ul li:last-child {
  margin-right: 0 !important;
}

.pager ul li a, .pager ul li span {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager ul li a {
  background: #f3f3f3;
  color: #2db0a5;
}

.pager ul li span {
  background: #2db0a5;
  color: #fff;
}

.pager ul li.page_arrow {
  margin: 0 8px;
}

.pager ul li.page_arrow a {
  width: 30px;
  border: 1px solid #2db0a5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}

/*==================================
1. common
==================================*/
#lead-description {
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

#lead-description h1 {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
}

.ad-kanikaitori {
  background: #f3f3f3;
}

.ad-kanikaitori .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ad-kanikaitori .inner p {
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.ad-kanikaitori .inner p strong {
  font-size: 1.6rem;
  color: #c81717;
}

.ad-kanikaitori .inner p strong span {
  position: relative;
  bottom: -2px;
  font-size: 2.6rem;
}

.ad-kanikaitori .inner .link-arrow {
  color: #f93;
  font-weight: bold;
}

.ad-kanikaitori .inner .link-arrow::after {
  content: url(../img/common/arrow_ca_r_03.svg);
}

.ad-kanikaitori .inner .upper_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 18px 0;
}

.ad-kanikaitori .inner .upper_menu > li {
  width: auto;
  position: relative;
  text-align: center;
}

.ad-kanikaitori .inner .upper_menu > li .txt_tri {
  font-size: 1.6rem;
  font-weight: bold;
  color: #212121;
  cursor: pointer;
}

.ad-kanikaitori .inner .upper_menu > li .txt_tri.has_submenu::after {
  content: url(../img/common/arrow_ca_r.svg);
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: 1em;
  margin-bottom: .5em;
  -webkit-transform: translateY(80%) rotate(90deg);
          transform: translateY(80%) rotate(90deg);
}

.ad-kanikaitori .inner .upper_menu > li a {
  color: #212121;
}

.ad-kanikaitori .inner .upper_menu > li .icon {
  font-size: 1.4em;
  margin-right: .2em;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 5px solid #f3f3f3;
  padding: 5px 5px;
  min-width: 100%;
  z-index: 999999;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu.anime_menu {
  width: 120%;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu.pcgame_menu {
  width: 150%;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu li {
  background: #fff;
  text-align: left;
  padding: 4px 10px;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu li a.txt_child {
  color: #212121;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu li a.txt_child::before {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  height: .7em;
  width: .45em;
  margin-right: .5em;
  border-style: solid;
  border-width: .35em 0 .35em .45em;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.ad-kanikaitori .inner .upper_menu > li ul.sub_menu.active {
  display: block;
}

.top_carousel {
  display: none;
  padding: 0;
  margin-bottom: 20px;
  max-width: 1160px;
  overflow: hidden;
}

.top_carousel .slick-list {
  margin-right: -15px;
}

.top_carousel .slick-slide {
  margin-right: 15px;
}

.top_carousel.slick-slider {
  display: block;
}

@media screen and (max-width: 1023px) {
  .slider {
    padding: 0 10px;
  }
}

.tag-area {
  margin: 12px 0 20px;
}

.tag-area .btn-sm:first-of-type {
  margin-left: 6px;
}

.tag-area .btn-sm {
  margin-right: 6px;
}

@media screen and (max-width: 1023px) {
  .tag-area .btn-sm:first-of-type {
    margin-left: 0;
  }
  .tag-area .btn-sm {
    margin: 6px 6px 0 0;
  }
}

.nav-area {
  width: 100%;
  border: 1px solid #2db0a5;
}

.nav-area .nav-ttl {
  background: #2db0a5;
  color: #fff;
  margin: 0;
  padding: 16px 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.nav-area ul {
  padding: 12px 10px;
}

.nav-area ul > li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}

.nav-area ul > li:last-child {
  margin-bottom: 0;
}

.nav-area ul > li a:before, .nav-area ul > li span:before {
  content: '・';
  color: #2db0a5;
}

.nav-area.nav-category {
  border-color: #f93;
}

.nav-area.nav-category .nav-ttl {
  background-color: #f93;
}

.nav-area.nav-category .icon {
  font-size: 2.2rem;
  margin-right: 5px;
}

.nav-area.nav-category ul {
  padding: 18px 10px;
}

.nav-area.nav-category ul > li {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.nav-area.nav-category ul > li:last-child {
  margin-bottom: 0;
}

.nav-area.nav-category ul > li ul {
  padding: 0;
}

.nav-area.nav-category ul > li ul li {
  font-weight: normal;
  font-size: 1.4rem;
  padding-left: 3.6rem;
  margin: 8px 0;
}

.nav-area.nav-category ul > li ul li:last-child {
  margin-bottom: 0;
}

.nav-area.nav-category ul > li a {
  color: #212121;
}

.nav-area.nav-category ul a::before {
  content: none;
}

.nav-area + .nav-area {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .nav-area {
    border: none;
  }
  .nav-area .nav-ttl {
    margin-bottom: 10px;
  }
  .nav-area ul {
    padding: 0;
  }
  .nav-area ul > li {
    margin-bottom: 0;
    line-height: inherit;
    padding-left: 0;
    text-indent: 0;
  }
  .nav-area ul a, .nav-area ul span {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 25px;
    padding-left: calc(10px + 1em);
    text-indent: -1em;
  }
  .nav-area ul a::after {
    content: url(../img/common/arrow_ca_r_02.svg);
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-indent: 0;
  }
  .nav-area.nav-category .nav-ttl {
    margin-bottom: 0;
  }
  .nav-area.nav-category .icon {
    font-size: 2.2rem;
    margin-right: 10px;
  }
  .nav-area.nav-category a::after {
    content: url(../img/common/arrow_ca_r_03.svg);
  }
  .nav-area.nav-category > ul {
    padding: 0;
  }
  .nav-area.nav-category > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid #555;
  }
  .nav-area.nav-category > ul > li > a {
    padding: 12px 10px 10px;
    text-indent: 0;
  }
  .nav-area.nav-category > ul > li > a::after {
    width: 10px;
    right: 9px;
  }
  .nav-area.nav-category > ul > li ul {
    border-top: 1px dotted #555;
    padding: 5px 0;
  }
  .nav-area.nav-category > ul > li ul > li {
    padding-left: 4.2rem;
    margin: 0;
  }
  .nav-area.nav-category > ul > li ul > li > a {
    line-height: 1.7em;
    padding-left: 0;
    text-indent: 0;
  }
  .nav-area + .nav-area {
    margin-top: 30px;
  }
}

.breadcrumb {
  margin-bottom: 15px;
}

.breadcrumb a {
  color: #f93;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
}

.breadcrumb ul li + li::before {
  content: '＞';
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .breadcrumb ul li {
    display: inline;
    font-size: 1rem;
  }
}

.guide-nav,
.mypage-nav {
  margin: 30px 0;
}

.guide-nav ul,
.mypage-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide-nav ul li,
.mypage-nav ul li {
  max-width: 240px;
  width: 25%;
  margin: 0 5px;
}

.guide-nav ul li a,
.mypage-nav ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #212121;
  padding: 20px 15px;
  border: 1px solid #2db0a5;
}

.guide-nav ul li a .icon,
.mypage-nav ul li a .icon {
  font-size: 2em;
  margin-right: 10px;
}

.guide-nav ul li a .icon use,
.mypage-nav ul li a .icon use {
  fill: #2db0a5;
}

.guide-nav ul li a:hover, .guide-nav ul li a.active,
.mypage-nav ul li a:hover,
.mypage-nav ul li a.active {
  background: #2db0a5;
  color: #fff;
}

.guide-nav ul li a:hover use, .guide-nav ul li a.active use,
.mypage-nav ul li a:hover use,
.mypage-nav ul li a.active use {
  fill: #fff;
}

.guide-nav ul li.kaitori_btn,
.mypage-nav ul li.kaitori_btn {
  display: none;
}

.guide-nav ul li.kaitori_btn a,
.mypage-nav ul li.kaitori_btn a {
  background-color: #c81717;
  color: #fff;
  border-color: #c81717;
}

.guide-nav ul li.kaitori_btn a:hover,
.mypage-nav ul li.kaitori_btn a:hover {
  background-color: #c81717;
}

.guide-nav ul li {
  width: 20%;
}

.guide-nav ul li a {
  padding: 10px 15px;
  border-color: #f93;
}

.guide-nav ul li a .icon {
  font-size: 1.4em;
}

.guide-nav ul li a .icon use {
  fill: #f93;
}

.guide-nav ul li a:hover, .guide-nav ul li a.active {
  background: #f93;
}

.guide-nav ul li a:hover use, .guide-nav ul li a.active use {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .guide-nav,
  .mypage-nav {
    margin: 30px 0;
  }
  .guide-nav ul,
  .mypage-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guide-nav ul li,
  .mypage-nav ul li {
    max-width: initial;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px;
  }
  .guide-nav ul li a,
  .mypage-nav ul li a {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
  .guide-nav ul li a .icon,
  .mypage-nav ul li a .icon {
    font-size: 1.5em;
  }
  .guide-nav ul li.kaitori_btn,
  .mypage-nav ul li.kaitori_btn {
    display: block;
  }
}

.form-control {
  height: 40px;
  font-size: 1.4rem;
  font-family: Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  border-color: #ccc !important;
}

.form-control:focus {
  border-color: #ccc !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.dl_table {
  border-top: solid 1px #ddd;
}

.dl_table > dl {
  padding: 0;
}

.dl_table > dl > dt, .dl_table > dl > dd {
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
}

.dl_table > dl > dt {
  padding-right: 15px;
  vertical-align: middle;
}

.dl_table > dl > dt label {
  font-weight: bold;
}

.dl_table > dl > dt span.required {
  margin-left: 10px;
  padding: 0 5px;
  background-color: #c81717;
  color: #fff;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .dl_table > dl {
    border-bottom: none;
  }
  .dl_table > dl > dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.checkbox {
  cursor: pointer;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:checked + .icon::before {
  content: "";
}

.checkbox .icon {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  vertical-align: middle;
  border: solid 1px #ccc;
}

.checkbox .icon::before {
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #2db0a5;
  border-width: 0 2px 2px 0;
}

.checkbox .text {
  margin-left: 8px;
  vertical-align: middle;
}

.radio {
  cursor: pointer;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]:checked + .icon::before {
  content: "";
}

.radio .icon {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  vertical-align: middle;
  border: solid 1px #ccc;
  border-radius: 50%;
}

.radio .icon::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #2db0a5;
  border-radius: 50%;
}

.radio .text {
  margin-left: 8px;
  vertical-align: middle;
}

.ul > li {
  margin-bottom: .2em;
  padding-left: 1em;
  text-indent: -1em;
}

.ul > li::before {
  content: '・';
  color: #2db0a5;
}

.ol {
  counter-reset: count;
}

.ol > li {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1.5em;
}

.ol > li::before {
  content: counter(count) ".";
  counter-increment: count;
  position: absolute;
  left: .1em;
  color: #2db0a5;
  font-weight: bold;
}

.ol_2 {
  counter-reset: count;
}

.ol_2 > li {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1.5em;
}

.ol_2 > li::before {
  content: counter(count, lower-alpha) ".";
  counter-increment: count;
  position: absolute;
  left: .1em;
  color: #2db0a5;
  font-weight: bold;
}

.alert_txt {
  color: #c81717;
}

.htmlarea {
  margin-bottom: 30px;
}

/*==================================
1-1. header
==================================*/
header input {
  background-color: #fff;
  color: #212121;
}

header nav .icon {
  width: 1.5em;
  height: 1.5em;
  margin-top: -1px;
}

header nav svg {
  margin-right: 0.5em;
}

header nav svg use {
  fill: #fff;
}

header .btn.btn-type1 {
  border-color: #fff;
}

header .header_search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_search select {
  border-radius: 5px 0 0 5px;
  background: #ffcd9b;
  border-color: #ffcd9b;
  color: #212121;
}

header .header_search input {
  width: 100%;
}

header .header_search input::-webkit-input-placeholder {
  font-weight: bold;
}

header .header_search input:-ms-input-placeholder {
  font-weight: bold;
}

header .header_search input::-ms-input-placeholder {
  font-weight: bold;
}

header .header_search input::placeholder {
  font-weight: bold;
}

header .header_search button {
  background: #ffcd9b;
  border: 1px solid #ffcd9b;
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
}

header .header_search button svg {
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  header {
    height: 115px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #f93));
    background: linear-gradient(90deg, #fff 50%, #f93 50%);
    color: #fff;
  }
  header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  header .header-wrap .header-logo {
    margin-right: 20px;
  }
  header .header-wrap .header-logo img {
    width: 240px;
  }
  header .header-wrap .header-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #f93;
    padding: 0 0 0 15px;
    color: #fff;
  }
  header .header-wrap input, header .header-wrap select, header .header-wrap button, header .header-wrap .btn {
    height: 32px;
  }
  header .header-wrap select {
    padding: 0 5px;
  }
  header .header-wrap .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
  }
  header .header-ui .search-area {
    width: calc(100% - 300px);
  }
  header .header-ui .button-area .btn {
    width: 120px;
    margin-left: 15px;
    padding: 10px 5px;
  }
  header nav ul {
    border-top: 1px solid #ffcd9b;
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-right: 30px;
    color: #fff;
  }
  header nav ul li a:hover {
    color: #fff;
  }
  header nav ul li:last-of-type {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav ul li:last-of-type a {
    max-width: 261px;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  header .search-area {
    background: #f93;
    padding: 5px 10px;
  }
  header .header_search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .header_search input {
    width: 100%;
    border-radius: 5px 0 0 5px;
    height: 36px;
  }
  header .header-ui {
    padding: 5px 10px;
    position: relative;
    height: 40px;
  }
  header .header-logo {
    display: block;
    width: 112px;
    height: 28px;
    margin: 0 auto;
  }
  header .header_btn {
    display: block;
    width: 36px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header_btn > div {
    position: relative;
    width: 36px;
    height: 30px;
  }
  header .header_btn > div .icon {
    display: block;
    margin: 0 auto;
    padding: 3px;
    width: 21px;
    height: 21px;
    color: #fff;
  }
  header .header_btn > div::after {
    color: #000;
    display: block;
    width: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    white-space: nowrap;
    position: absolute;
    bottom: -5px;
    left: -12px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  header .header_btn.mypage, header .header_btn.register {
    right: 50px;
  }
  header .header_btn.mypage .icon, header .header_btn.register .icon {
    background: #2db0a5;
  }
  header .header_btn.login, header .header_btn.logout {
    right: 10px;
  }
  header .header_btn.login .icon, header .header_btn.logout .icon {
    background: #f93;
  }
  header .header_btn.mypage > div::after {
    content: "マイページ";
  }
  header .header_btn.register > div::after {
    content: "会員登録";
  }
  header .header_btn.login > div::after {
    content: "ログイン";
  }
  header .header_btn.logout > div::after {
    content: "ログアウト";
  }
  header .header_kaitori_btn {
    position: absolute;
    top: 7px;
    left: 45px;
    padding: 6px 4px 5px;
    background-color: #c81717;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
  }
  header .sp_navi.close .sp_navi_box {
    width: 0%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .sp_navi.open .sp_navi_box {
    width: 85%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .sp_navi .sp_navi_inbox, header .sp_navi.close .sp_navi_inbox {
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  header .sp_navi.open .sp_navi_inbox {
    opacity: 1;
  }
  header .sp_navi.open .sp_navi_inbox li a:not(.btn) {
    display: block;
    padding: 15px;
    font-size: 1.6rem;
    color: #000;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  header .sp_navi.open .sp_navi_inbox li a:not(.btn):after {
    content: url(../img/common/arrow_ca_r_03.svg);
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-left: .5em;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .sp_navi.open .sp_navi_inbox li a:not(.btn) svg use {
    fill: #f93;
  }
}

.sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
}

.sp_navi.close {
  height: 0%;
  overflow: hidden;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.sp_navi.open {
  height: 100%;
  overflow: auto;
}

.sp_navi .sp_navi_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sp_navi.close .sp_navi_bg {
  position: absolute;
  opacity: 0;
}

.sp_navi.open .sp_navi_bg {
  position: fixed;
  opacity: 0.5;
}

.sp_navi_box {
  width: 0%;
  min-height: 100vh;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  z-index: 1002;
}

.sp_header_menu {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 24px;
  height: 20px;
}

.sp_header_menu.selected {
  position: fixed;
  top: 10px;
  left: 85%;
  z-index: 1002;
  width: 21px;
  height: 21px;
  margin-left: 10px;
}

.sp_header_menu .sp_navi_btn {
  position: relative;
  height: 30px;
}

.sp_header_menu .sp_navi_btn::after {
  content: 'MENU';
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.6);
          transform: translateX(-50%) scale(0.6);
}

.sp_header_menu .sp_navi_btn span {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #f93;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp_header_menu .sp_navi_btn span::before, .sp_header_menu .sp_navi_btn span::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #f93;
  right: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp_header_menu .sp_navi_btn span::before {
  top: -6px;
}

.sp_header_menu .sp_navi_btn span::after {
  top: 6px;
}

.sp_header_menu.selected .sp_navi_btn::after {
  content: 'CLOSE';
  color: #fff;
}

.sp_header_menu.selected .sp_navi_btn .t_menu {
  display: none;
}

.sp_header_menu.selected .sp_navi_btn .t_close {
  display: block;
}

.sp_header_menu.selected .sp_navi_btn span {
  background: rgba(0, 0, 0, 0);
}

.sp_header_menu.selected .sp_navi_btn span::before, .sp_header_menu.selected .sp_navi_btn span::after {
  background: white;
}

.sp_header_menu.selected .sp_navi_btn span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
          transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.sp_header_menu.selected .sp_navi_btn span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
          transform: translateX(4px) translateY(2px) rotate(-45deg);
}

/*==================================
1-2. footer
==================================*/
#footer {
  padding: 0;
  border: none;
  background: #f93;
  -webkit-transform: none;
          transform: none;
  will-change: auto;
}

#footer p {
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 0;
}

#footer #footer-1st-nav ul,
#footer #footer-2nd-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer #footer-1st-nav ul li,
#footer #footer-2nd-nav ul li {
  margin: 0;
}

#footer #footer-1st-nav {
  background: #f3f3f3;
}

#footer #footer-2nd-nav {
  background: #f93;
}

#footer #footer-2nd-nav a {
  color: #fff;
}

#footer #copyright {
  background: #212121;
  padding: 5px 0;
}

#footer #copyright p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

#footer #copyright p span {
  display: inline-block;
}

#footer .pagetop_btn {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  #footer #footer-1st-nav,
  #footer #footer-2nd-nav {
    padding: 10px 0;
    font-weight: bold;
  }
  #footer #footer-1st-nav li {
    padding: 0 15px;
  }
  #footer #footer-2nd-nav li {
    padding: 2px 15px;
  }
  #footer #footer-2nd-nav li + li {
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  #footer p {
    padding: 0 10px;
    text-align: left;
  }
  #footer #footer-1st-nav ul,
  #footer #footer-2nd-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer #footer-1st-nav ul li {
    width: 50%;
    border-top: 1px solid #fff;
  }
  #footer #footer-1st-nav ul li:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
  #footer #footer-1st-nav ul li a {
    display: block;
    width: 100%;
    padding: 15px 10px;
    font-weight: bold;
  }
  #footer #footer-2nd-nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
  }
  #footer #footer-2nd-nav ul li {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  #footer #footer-2nd-nav ul li a::before {
    content: '・';
  }
  #footer .pagetop_btn {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----- suggest ----- */
.np-keyword-suggest {
  margin: 1px 0 0 -1px;
  background-color: #fff;
  border: solid 1px #f93;
  border-width: 0 1px;
  color: #212121;
}

.np-keyword-suggest .group {
  border-bottom: solid 1px #f93;
}

.np-keyword-suggest .group .item {
  max-width: 394px;
  padding: 3px 8px;
  overflow: hidden;
  line-height: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.np-keyword-suggest .group .item.selected {
  background-color: #f3f3f3;
  color: #284b9b;
}

.np-keyword-suggest .group .item.selected::before {
  background-color: #fff;
}

.np-keyword-suggest .group .item::before {
  display: inline-block;
  min-width: 56px;
  margin: 2px 8px 2px 0;
  padding: 0 5px;
  background-color: #eee;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #f93;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
}

.np-keyword-suggest .group .title::before {
  content: "商品名";
}

.np-keyword-suggest .group .path::before {
  content: "カテゴリ";
}

.np-keyword-suggest .group .narrow3::before {
  content: "ジャンル";
}

.np-item-suggest {
  margin: 1px 0 0 -2px;
  background-color: #fff;
  border: solid 1px #f93;
  border-top: none;
}

.np-item-suggest .title {
  background-color: #ffcd9b;
  color: #fff;
  font-weight: bold;
}

.np-item-suggest table, .np-item-suggest tbody, .np-item-suggest tr, .np-item-suggest td {
  display: block;
}

.np-item-suggest table {
  width: 276px;
  padding: 8px;
  overflow: hidden;
}

.np-item-suggest tbody {
  overflow: hidden;
}

.np-item-suggest tr {
  width: 130px;
  float: left;
  padding: 8px;
}

.np-item-suggest tr:nth-child(5) {
  display: none;
}

.np-item-suggest .image a {
  display: block;
  position: relative;
  margin: 0 auto 2px;
  width: 100%;
  padding-top: 100%;
}

.np-item-suggest .image a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.np-item-suggest .item {
  width: 100%;
  color: #284b9b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.np-item-suggest .item .item_desc {
  display: none;
}

@media screen and (max-width: 1023px) {
  .np-keyword-suggest {
    z-index: 3000 !important;
    width: calc(100% - 20px);
    margin: 1px 0 0;
  }
  .np-keyword-suggest .group .item {
    width: 100%;
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .np-item-suggest {
    width: calc(100% - 20px);
    margin: 1px 0 0;
  }
  .np-item-suggest table {
    width: 100%;
    padding: 5px;
  }
  .np-item-suggest tr {
    width: 33.33%;
    padding: 5px;
  }
  .np-item-suggest tr:nth-child(4) {
    display: none;
  }
  .np-item-suggest .item {
    font-size: 1.2rem;
  }
}

/*==================================
2. toppage
==================================*/
.top-banner {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .top-banner .pc_only {
    display: inherit !important;
  }
  .top-banner .sp_only {
    display: none;
  }
}

.recommend .item-list {
  max-width: 1050px;
  margin: 0 auto 50px;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-list a {
  padding: 2px 15px;
  font-weight: bold;
  width: 20%;
  margin-bottom: 30px;
}

.item-list a .item-img {
  position: relative;
  width: 100%;
  height: 200px;
}

.item-list a .item-img img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item-list a .item-name {
  color: #284b9b;
  display: inline-block;
  height: 5.8em;
  line-height: 1.8em;
  margin-top: 1em;
  word-break: break-all;
  overflow: hidden;
}

.item-list a .item-text {
  color: #212121;
  font-size: 1.2rem;
}

.item-list a .item-price {
  color: #c81717;
  font-size: 20px;
}

.item-list a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.2em;
}

.item-list a + a {
  border-left: 1px solid #f3f3f3;
}

.item-list .link-arrow {
  width: 100%;
  text-align: right;
  border-left: none;
}

@media screen and (max-width: 1023px) {
  .item-list a {
    width: 33%;
  }
  .item-list a .item-name {
    line-height: 1.4em;
    height: 4.2em;
  }
  .item-list a .item-text {
    font-size: 1.1rem;
  }
  .item-list a .item-price {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .item-list a {
    width: 50%;
    padding: 5px 15px;
  }
}

.news-area {
  margin-bottom: 15px;
}

.news-area li {
  background-image: linear-gradient(to right, #555, #555 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-left: .5em;
}

.news-area li > a, .news-area li > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  min-height: 68px;
  padding-right: 15px;
}

.news-area li > a time, .news-area li > span time {
  font-size: 1.4rem;
  margin-right: 15px;
}

.news-area li > a .news-tag, .news-area li > span .news-tag {
  width: 80px;
  padding: 4px;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}

.news-area li > a .news-tag.news-tag-news-info, .news-area li > span .news-tag.news-tag-news-info {
  background: #f93;
}

.news-area li > a .news-tag.news-tag-news-notice, .news-area li > span .news-tag.news-tag-news-notice {
  background: #c81717;
}

.news-area li > a h3, .news-area li > span h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.4rem;
  font-weight: normal;
  width: 70%;
}

.news-area li > a::after {
  content: url("../img/common/arrow_ca_r_02.svg");
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-area + p {
  font-size: 1.2rem;
  line-height: 1.8em;
  padding-left: .5em;
  margin: 0 0 15px;
}

.news-area + p a {
  float: right;
}

@media screen and (max-width: 767px) {
  .news-area {
    margin-bottom: 5px;
  }
  .news-area li {
    padding: 15px 0;
  }
  .news-area li > a, .news-area li > span {
    min-height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-area li > a .news-tag, .news-area li > span .news-tag {
    width: 60px;
    padding: 1px 5px;
    font-size: 1.2rem;
    margin: 0 0 0;
  }
  .news-area li > a h3, .news-area li > span h3 {
    width: 100%;
    margin: 5px 0;
  }
}

.price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}

.price-info .price-info-date {
  background: #f3f3f3;
  text-align: center;
  width: 247px;
  padding: 15px 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-info .price-info-date h4 {
  font-size: 1.6rem;
  margin: 5px 0 0;
}

.price-info .price-info-date time {
  font-size: 1.4rem;
  font-weight: bold;
}

.price-info .price-info-detail {
  width: 75%;
  margin-top: -8px;
}

.price-info .price-info-detail .btn-s {
  font-size: 1.4rem;
  margin: 8px 10px 0 0;
  padding: 8px 10px;
}

@media screen and (max-width: 1023px) {
  .price-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-info .price-info-date,
  .price-info .price-info-detail {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .price-info .price-info-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    padding: 5px;
  }
  .price-info .price-info-date h4 {
    width: 100%;
  }
  .price-info .price-info-detail {
    margin-top: 0;
  }
  .price-info .price-info-detail .btn-s {
    padding: 5px;
  }
}

.kantan-kaitori {
  margin: 30px 0;
  background: url("../img/common/bg_pattern01.jpg");
}

.kantan-kaitori .inner {
  background: url("../img/kantan_chara.png") no-repeat right 3% center;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 142px;
}

.kantan-kaitori .inner img {
  width: 431px;
  height: 79px;
}

.kantan-kaitori .inner a {
  margin: 0 40px;
  max-width: 350px;
  height: 80px;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.4;
      -ms-flex-positive: 0.4;
          flex-grow: 0.4;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c81717 url("../img/common/arrow_ca_r_01.svg") no-repeat right 20px center;
  background-size: 20px;
}

@media screen and (max-width: 1023px) {
  .kantan-kaitori .inner {
    padding: 15px 0;
    height: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/kantan_chara.png) no-repeat right bottom;
    background-size: 18%;
  }
  .kantan-kaitori .inner img {
    width: 90%;
    max-width: 350px;
    height: inherit;
  }
  .kantan-kaitori .inner a {
    width: auto;
    height: inherit;
    padding: 10px 30px;
    font-size: 1.4rem;
    margin-top: 15px;
    background: #c81717 url(../img/common/arrow_ca_r_01.svg) no-repeat right 10px center;
    background-size: 10px;
  }
}

/*==================================
3. list
==================================*/
.table-item.table th {
  white-space: nowrap;
}

.table-item.table td {
  text-align: center;
  vertical-align: middle;
}

.table-item.table td:nth-of-type(3) {
  color: #c81717;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
}

.table-item.table td:nth-of-type(3) svg {
  font-size: 1.4rem;
  margin-right: 2px;
}

.table-item.table td:nth-of-type(3) svg use {
  fill: #c81717;
}

.table-item.table td:nth-of-type(4) {
  text-align: left;
}

.table-item.table a {
  font-weight: bold;
}

.table-item.table .item-name {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .table-item.table .item-name {
    width: 40%;
  }
  .table-item.table th {
    font-size: 1rem;
  }
  .table-item.table td {
    font-size: 1.1rem;
  }
  .table-item.table td:nth-of-type(3) {
    font-size: 1.3rem;
  }
  .table-item.table td:nth-of-type(4) {
    word-break: break-all;
  }
}

.katori_search_toggle {
  display: none;
}

.katori_search {
  position: relative;
  margin: 45px 0 20px 0;
  padding: 20px 30px;
  background-color: #f3f3f3;
}

.katori_search .tabnav {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  max-width: 400px;
  font-size: 0;
  text-align: center;
}

.katori_search .tabnav li {
  width: 50%;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.katori_search .tabnav li .tabbtn {
  width: 100%;
  display: block;
  padding: 8px 10px 7px;
  background: #fff;
  color: #212121;
  border: solid 1px #f93;
  border-bottom-width: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.katori_search .tabnav li .tabbtn:focus {
  outline: none;
}

.katori_search .tabnav li:nth-child(1) .tabbtn {
  border-radius: 10px 0 0 0;
}

.katori_search .tabnav li:nth-child(2) .tabbtn {
  border-radius: 0 10px 0 0;
}

.katori_search .tabnav li .tabbtn:hover {
  background: #ffcd9b;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.katori_search .tabnav li .tabbtn.active {
  background: #f93;
  color: #fff;
}

.katori_search .tabcontent > div {
  display: none;
}

.katori_search .tabcontent > div.active {
  display: block;
}

.katori_search .tabcontent .kaitori_accordion {
  display: none;
}

.katori_search .tabcontent .kaitori_table {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.katori_search .tabcontent .kaitori_table th {
  width: 15%;
  padding: 10px;
  text-align: right;
}

.katori_search .tabcontent .kaitori_table td {
  width: 35%;
}

.katori_search .tabcontent .kaitori_table label {
  display: block;
}

.katori_search .tabcontent .kaitori_table input[type=radio],
.katori_search .tabcontent .kaitori_table input[type=checkbox] {
  margin-right: 10px;
}

.katori_search .tabcontent .kaitori_table input[type=text] {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 12px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  outline: 0;
}

.katori_search .tabcontent .kaitori_table input[type=text]::-webkit-input-placeholder {
  vertical-align: middle;
}

.katori_search .tabcontent .kaitori_table input[type=text]:-ms-input-placeholder {
  vertical-align: middle;
}

.katori_search .tabcontent .kaitori_table input[type=text]::-ms-input-placeholder {
  vertical-align: middle;
}

.katori_search .tabcontent .kaitori_table input[type=text]::placeholder {
  vertical-align: middle;
}

.katori_search .tabcontent .kaitori_table span {
  font-size: 1.2rem;
}

.katori_search .tabcontent .kaitori_table select {
  width: 100%;
}

.katori_search .tabcontent .kaitori_searchbtn {
  border-top: solid 1px #ccc;
  padding: 30px;
  text-align: center;
}

.katori_search .tabcontent .kaitori_searchbtn input[type=button], .katori_search .tabcontent .kaitori_searchbtn button[type=submit] {
  width: 100%;
  max-width: 290px;
  display: inline-block;
  padding: 12px;
  background-color: #fd4495;
  border-radius: 25px;
  color: #fff;
  font-size: 1.8rem;
  outline: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.katori_search .tabcontent .kaitori_searchbtn input[type=button]:hover, .katori_search .tabcontent .kaitori_searchbtn button[type=submit]:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.katori_search .tabcontent .category li,
.katori_search .tabcontent .kana li {
  display: block;
  width: calc(20% - 10px);
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
}

.katori_search .tabcontent .category li:nth-child(-n+5),
.katori_search .tabcontent .kana li:nth-child(-n+5) {
  margin-top: 0;
}

.katori_search .tabcontent .category li input[type=radio],
.katori_search .tabcontent .kana li input[type=radio] {
  display: none;
}

.katori_search .tabcontent .category li label,
.katori_search .tabcontent .kana li label {
  display: block;
  background-color: #fff;
  border: solid 1px #f93;
  border-radius: 5px;
  cursor: pointer;
}

.katori_search .tabcontent .category li label {
  height: 120px;
  padding-top: 80px;
  position: relative;
}

.katori_search .tabcontent .kana li label {
  padding: 8px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.katori_search .tabcontent .category li label:hover,
.katori_search .tabcontent .kana li label:hover {
  background-color: #ffcd9b;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.katori_search .tabcontent .category li input[type="radio"]:checked + label,
.katori_search .tabcontent .kana li input[type="radio"]:checked + label {
  background-color: #f93;
  color: #fff;
}

.katori_search .tabcontent .category li label::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
}

.katori_search .search-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.katori_search .search-conditions label {
  margin: 0 10px 0 30px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.katori_search .search-conditions label:first-child {
  margin-left: 0;
}

.katori_search .search-conditions .select-wrap {
  width: 100%;
}

.katori_search .search-conditions select {
  width: 100%;
  height: 36px;
  padding: 4px 8px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .katori_search {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .katori_search {
    display: none;
    margin-top: 0;
    padding: 15px;
  }
  .katori_search .tabnav {
    position: static;
    max-width: none;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .katori_search .tabnav li {
    width: 50%;
  }
  .katori_search .tabnav li .tabbtn {
    font-size: 1.4rem;
    border-bottom-width: 1px;
    height: 100%;
  }
  .katori_search .tabnav li:nth-child(1) .tabbtn {
    border-radius: 10px 0 0 10px;
  }
  .katori_search .tabnav li:nth-child(2) .tabbtn {
    border-radius: 0 10px 10px 0;
  }
  .katori_search .search-conditions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .katori_search .search-conditions label, .katori_search .search-conditions .select-wrap {
    margin-bottom: 15px;
  }
  .katori_search .search-conditions label:last-of-type, .katori_search .search-conditions .select-wrap:last-of-type {
    margin-bottom: 0;
  }
  .katori_search .search-conditions label {
    width: 25%;
    margin-left: 15px;
  }
  .katori_search .search-conditions label:first-child {
    margin-left: 15px;
  }
  .katori_search .search-conditions .select-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .shipment_date {
    font-size: 1.4rem;
  }
  .katori_search_toggle {
    display: block;
    margin-top: -50px;
    padding: 8px;
    background-color: #f93;
    color: #fff;
    font-weight: bold;
    float: right;
  }
  .katori_search_toggle::after {
    content: ' ▼';
  }
  .katori_search_toggle.open::after {
    content: ' ▲';
  }
  .katori_search {
    display: none;
  }
}

.series-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: -30px;
}

.series-list a {
  width: calc(25% - 90px / 3);
  margin: 0 30px 30px 0;
  text-align: center;
  font-size: 1.6rem;
}

.series-list a img {
  margin-bottom: 10px;
}

.series-list a:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .series-list {
    margin-bottom: -15px;
  }
  .series-list a {
    width: calc(33% - 10px);
    font-size: 1.4rem;
    text-align: left;
    margin: 0 15px 15px 0;
  }
  .series-list a img {
    margin-bottom: 5px;
  }
  .series-list a:nth-of-type(4n) {
    margin-right: 15px;
  }
  .series-list a:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 511px) {
  .series-list a {
    width: calc(50% - 10px);
  }
  .series-list a:nth-of-type(3n) {
    margin-right: 15px;
  }
  .series-list a:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gojuon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}

.gojuon-list .gojuon {
  width: calc(25% - 15px);
  margin: 0 20px 30px 0;
}

.gojuon-list .gojuon:nth-of-type(4n) {
  margin-right: 0;
}

.gojuon-list .gojuon dt {
  text-align: center;
  background: #f93;
  color: #fff;
  font-size: 1.6rem;
  padding: 2px;
  margin-bottom: 5px;
}

.gojuon-list .gojuon dt span {
  font-size: 2.0rem;
  font-weight: bold;
}

.gojuon-list .gojuon dd {
  padding-top: 5px;
}

.gojuon-list .gojuon dd a {
  text-decoration: underline;
}

.gojuon-list .gojuon dd li {
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .gojuon-list {
    margin-bottom: -20px;
  }
  .gojuon-list .gojuon {
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
}

.bg_pattern05 {
  background: url("../img/common/bg_pattern05.jpg");
}

.intro-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.intro-area h4 {
  font-size: 3.0rem;
}

.intro-area p {
  font-size: 1.8rem;
  line-height: 3.0rem;
}

.intro-area .intro-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}

.intro-area .intro-img {
  position: absolute;
  top: 60%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro-area .intro-img img {
  width: auto;
}

.common-nav {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.common-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.common-nav ul li {
  width: 19%;
}

.common-nav ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2db0a5;
  color: #fff;
  font-size: 1.6rem;
  padding: 8px;
}

.common-nav ul li a .icon {
  font-size: 2.4rem;
}

.desc-area {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
}

.desc-area h4 {
  border-bottom: 1px solid #f93;
}

.desc-area p {
  font-size: 1.6rem;
}

.link-list li {
  background: url("../img/common/arrow_ca_r_04.svg") no-repeat center left;
  background-size: .5em;
  padding-left: 1em;
  margin-bottom: .3em;
}

.free-area {
  padding: 20px;
}

.free-area p {
  font-size: 1.8rem;
}

.common-box {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
}

.common-box p {
  font-size: 1.6rem;
  line-height: 1.6em;
}

#search {
  position: relative;
  top: -10px;
}

body:not(.search_complete) #search {
  height: calc(100vh - 457px);
}

.list-area {
  margin: 0 0 30px;
}

.list-area.list-img-area .item-list a {
  width: 25%;
}

.list-area.list-img-area .item-list .item-price svg {
  font-size: 1.4rem;
}

.list-area.list-img-area .item-list .item-price svg use {
  fill: #c81717;
}

.list-area .item-list-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  line-height: 1.7;
}

.list-area .item-list-none .none-img {
  max-width: 150px;
}

.list-area .item-list-none .none-txt {
  margin-left: 30px;
}

.list-area .item-list-none .none-txt p {
  margin: 0 0 20px;
}

.list-area .item-list-none .none-box {
  padding: 20px;
  background-color: #f3f3f3;
}

.list-area .item-list-none .none-box p {
  margin-bottom: 10px;
  font-weight: bold;
}

.list-area .info-num {
  margin: 0 0 5px;
}

.list-area .info-num span {
  font-weight: bold;
  color: #2db0a5;
}

.list-area .info-txt {
  margin: 0 0 15px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .list-area.list-img-area .item-list a {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  #search {
    display: none;
  }
  .list-area.list-img-area .item-list a {
    width: 50%;
    padding: 5px 15px;
  }
  .list-area .item-list-none {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
  }
  .list-area .item-list-none .none-img {
    max-width: 100px;
    margin: 0 auto;
  }
  .list-area .item-list-none .none-txt {
    margin: 0 0 20px;
  }
  .list-area .item-list-none .none-txt p {
    margin-bottom: 10px;
  }
  .list-area .item-list-none .none-box {
    padding: 10px;
  }
  .list-area .item-list-none .none-box p {
    margin-bottom: 5px;
  }
}

/*==================================
4. detail
==================================*/
#item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#item_detail .sp_ttl {
  display: none;
}

#item_detail #item_pic {
  width: 40%;
  padding-right: 30px;
}

#item_detail #item_pic p {
  font-size: 1.1rem;
  line-height: 1.8em;
  margin: 15px 0;
}

#item_detail #item_pic .thumb-wrapper {
  display: none;
  margin-bottom: 0;
  text-align: center;
}

#item_detail #item_pic .thumb-wrapper.slick-slider {
  display: block;
}

#item_detail #item_pic .thumb-wrapper img {
  width: 90%;
}

#item_detail #item_pic .thumb-wrapper .slick-prev, #item_detail #item_pic .thumb-wrapper .slick-next {
  display: none !important;
}

#item_detail #item_pic .thumb-wrapper .slick-slide {
  position: relative;
}

#item_detail #item_pic .thumb-wrapper .slick-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#item_detail #item_pic .thumb-wrapper .slick-slide a:hover {
  opacity: 1;
}

#item_detail #item_pic .thumb-wrapper .slick-slide a:hover img {
  opacity: 1;
}

#item_detail #item_pic .thumb-wrapper .slick-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

#item_detail #item_pic .thumb-item-nav {
  display: none;
}

#item_detail #item_pic .thumb-item-nav.slick-slider {
  display: block;
}

#item_detail #item_pic .thumb-item-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  margin: 0 -4px -8px;
}

#item_detail #item_pic .thumb-item-nav .slick-track .slick-slide {
  width: 25% !important;
  padding: 0 4px 8px;
}

#item_detail #item_pic .thumb-item-nav .slick-track .slick-slide > div {
  position: relative;
  border: solid 1px #f3f3f3;
  cursor: pointer;
}

#item_detail #item_pic .thumb-item-nav .slick-track .slick-slide > div:hover {
  opacity: .8;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#item_detail #item_pic .thumb-item-nav .slick-track .slick-slide > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#item_detail #item_pic .thumb-item-nav .slick-track .slick-slide > div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

#item_detail #item_data {
  width: 60%;
}

#item_detail #item_data .ttl-area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

#item_detail #item_data .ttl-area p {
  color: #212121;
  width: 100%;
  font-weight: bold;
}

#item_detail #item_data .ttl-area strong {
  color: #c81717;
}

#item_detail #item_data .ttl-area h2 {
  font-size: 2.4rem;
  color: #212121;
}

#item_detail #item_data .item_data01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#item_detail #item_data .item_data01 dt {
  margin-right: 0.5em;
}

#item_detail #item_data .item_data01 a {
  color: #f93;
}

#item_detail #item_data .item_data01 + .item_data01 {
  margin-top: 5px;
}

#item_detail #item_data .price {
  margin: 15px 0;
}

#item_detail #item_data .price .item-price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #c81717;
  margin-left: 10px;
  vertical-align: sub;
}

#item_detail #item_data .price .item-price + .item-text {
  font-size: 1.6rem;
  font-weight: bold;
}

#item_detail #item_data .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

#item_detail #item_data .btn-area .btn {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#item_detail #item_data .btn-area .btn + a {
  margin-left: 2em;
  text-decoration: underline;
}

#item_detail #item_data .btn-area .btn + a:hover {
  text-decoration: none;
}

#item_detail #item_data .table th, #item_detail #item_data .table td {
  text-align: left;
  border-top: 1px solid #ccc;
  vertical-align: top;
}

#item_detail #item_data .table th {
  width: 30%;
  background: #f3f3f3;
  color: #212121;
  border-left: 1px solid #ccc;
}

#item_detail #item_data .table td {
  border-right: 1px solid #ccc;
}

#item_detail #item_data .table tr:last-of-type th, #item_detail #item_data .table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

#item_detail #item_data .table svg use {
  fill: #c81717;
}

@media screen and (max-width: 767px) {
  #item_detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #item_detail .pc_ttl {
    display: none;
  }
  #item_detail .sp_ttl {
    display: inherit;
    border-bottom: 1px dotted #212121;
    color: #212121;
    margin: -5px 0 15px 0;
  }
  #item_detail .sp_ttl h2 {
    font-size: 1.6rem;
  }
  #item_detail #item_pic {
    width: 100%;
    padding-right: 0;
  }
  #item_detail #item_pic .thumb-wrapper {
    width: 40%;
    margin: 0 auto;
  }
  #item_detail #item_pic .thumb-wrapper .slick-prev, #item_detail #item_pic .thumb-wrapper .slick-next {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto 0;
    background-color: #ddd;
    border-radius: 50%;
  }
  #item_detail #item_pic .thumb-wrapper .slick-prev::before, #item_detail #item_pic .thumb-wrapper .slick-next::before {
    background: none;
    width: 16px;
    height: 20px;
    border: solid transparent;
  }
  #item_detail #item_pic .thumb-wrapper .slick-prev {
    left: -55px;
  }
  #item_detail #item_pic .thumb-wrapper .slick-prev::before {
    margin-right: 4px;
    border-width: 10px 16px 10px 0;
    border-right-color: #fff;
  }
  #item_detail #item_pic .thumb-wrapper .slick-next {
    right: -55px;
  }
  #item_detail #item_pic .thumb-wrapper .slick-next::before {
    margin-left: 4px;
    border-width: 10px 0 10px 16px;
    border-left-color: #fff;
  }
  #item_detail #item_pic p {
    margin: 10px 0;
    line-height: 1.6;
  }
  #item_detail #item_pic .thumb-item-nav.slick-slider {
    display: none;
  }
  #item_detail #item_data {
    width: 100%;
  }
  #item_detail #item_data .ttl-area {
    margin-bottom: 5px;
  }
  #item_detail #item_data .ttl-area p {
    font-size: 1.2rem;
  }
  #item_detail #item_data .ttl-area h2 {
    font-size: 2.0rem;
  }
  #item_detail #item_data .data {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  #item_detail #item_data .data .item_data01 + .item_data01 {
    margin-top: 2px;
  }
  #item_detail #item_data .price {
    margin: 5px 0 5px 0;
  }
  #item_detail #item_data .price .item-price {
    font-size: 2.4rem;
  }
  #item_detail #item_data .note {
    margin-bottom: 15px;
  }
  #item_detail #item_data .note p {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #item_detail #item_data .note p:last-child {
    margin-bottom: 0;
  }
  #item_detail #item_data .btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #item_detail #item_data .btn-area .btn {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    margin: 0 auto 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
  #item_detail #item_data .btn-area .btn + a {
    margin-left: 0;
    width: 100%;
    font-size: 1.2rem;
    text-align: right;
  }
  #item_detail .sp_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #item_detail .sp_wrapper .data {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #item_detail .sp_wrapper .price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #item_detail .sp_wrapper .note {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #item_detail .sp_wrapper .btn-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*==================================
5. mypage
==================================*/
.intro {
  padding-bottom: .5em;
}

.item_box {
  margin-bottom: 30px;
}

#mypage .total_box {
  width: 100%;
  background: #f2f2f2;
  padding: 15px 0;
}

#mypage .total_box dl {
  padding: 0 15px 10px;
  font-weight: bold;
  margin-left: 0;
}

#mypage .total_box dl.total_price {
  border-top: solid 1px #555;
  margin-top: 10px;
  padding: 15px 15px 10px;
}

#mypage .total_box dl dt {
  display: inline-block;
  width: 60%;
  text-align: left;
}

#mypage .total_box dl dd {
  display: inline-block;
  width: 35%;
  padding-left: 0;
  text-align: right;
  font-size: 1.6rem;
}

#mypage .total_box dl dd span {
  font-size: 1.2rem;
}

#mypage .total_box dl.total_price dd {
  font-size: 1.8rem;
}

#mypage .total_box dl.total_price dd {
  color: #2db0a5;
}

#mypage .total_box p {
  margin: 0;
  padding: 0 15px;
}

#mypage .total_box p + dl {
  margin-top: 15px;
}

.historylist_column {
  border-top: 1px solid #555;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  line-height: 1.4;
}

.historylist_column:last-child {
  margin: 0;
}

.historylist_column > div {
  display: inline-block;
  vertical-align: middle;
}

.historylist_column .order_status,
.order_content {
  width: 100%;
}

.order_content {
  max-width: 450px;
}

.historylist_column .order_date {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.historylist_column .order_status .btn {
  margin-bottom: 15px;
  font-weight: normal;
}

.historylist_column .history_status {
  width: 280px;
}

.historylist_column .history_content {
  width: calc(100% - 280px);
}

.historylist_column .history_content .item_box {
  margin-bottom: 0;
  padding: 20px 0;
}

.historylist_column .history_content .item_box:first-child {
  padding-top: 0;
  border-top: none !important;
}

.historylist_column .history_content .item_photo {
  width: 110px;
  min-width: 110px;
  height: 110px;
  padding: 0 !important;
}

.historylist_column .history_content .item_photo_inner {
  width: 110px;
  height: 110px;
  position: relative;
}

.historylist_column .history_content .item_photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.historylist_column .history_content .table.item_box .tbody .item_detail {
  padding: 0 0 0 15px;
}

.order_syonin {
  text-align: center;
  margin-top: 15px;
}

.order_syonin .btn {
  font-weight: normal;
  margin: 0 10px;
}

.order_syonin .btn_back {
  border: none;
  background-color: #999;
  color: #fff;
}

.historylist_column .order_syonin *:disabled {
  opacity: 0.7;
  cursor: default;
}

#mypage .historylist_column .order_detail {
  margin-bottom: 0;
}

.order_detail {
  font-size: 1.6rem;
}

.order_detail dd {
  padding-left: 9em;
}

@media screen and (max-width: 767px) {
  .item_box {
    margin-bottom: 0;
    border-top: 1px dotted #ccc;
    padding: 25px 0 0;
  }
  .historylist_column {
    padding: 10px 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .historylist_column .order_content {
    width: 100%;
    max-width: inherit;
  }
  .historylist_column .order_date {
    margin: 0 0 10px;
  }
  .historylist_column .btn_primary:first-child,
  .historylist_column .btn_back:first-child,
  .historylist_column .btn_success:first-child {
    margin: 10px;
  }
  .historylist_column .order_status,
  .historylist_column .order_content,
  .historylist_column .order_syonin {
    width: 100%;
  }
  .historylist_column .order_syonin {
    padding: 15px 0;
  }
  .historylist_column .history_status,
  .historylist_column .history_content {
    width: 100%;
  }
  .historylist_column .history_content .item_box {
    padding-top: 10px;
  }
  .historylist_column .history_content .item_box:first-child {
    padding-top: 10px;
    border-top: 1px solid #ddd !important;
  }
  .historylist_column .history_status {
    margin-bottom: 10px;
  }
  .historylist_column .history_content .item_photo {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .historylist_column .history_content .item_photo_inner {
    width: 90px;
    height: 90px;
  }
}

.detail-box-wrap {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detail-box-wrap .detail_box {
  width: 100%;
  margin-bottom: 15px;
}

.detail-box-wrap .order_content .order_syonin {
  border-top: solid 1px #555;
  margin-top: 10px;
  padding: 20px 15px 5px;
}

.item_box {
  padding: 0 25px;
  margin: 30px auto;
  border-top: none;
}

.item_box .table th, .item_box .table td {
  text-align: left;
  border-top: 1px solid #ccc;
  vertical-align: top;
}

.item_box .table th:last-of-type, .item_box .table td:last-of-type {
  border-right: 1px solid #ccc;
}

.item_box .table th {
  background: #f3f3f3;
  color: #212121;
  border-left: 1px solid #ccc;
}

.item_box .table th:last-of-type {
  text-align: center;
}

.item_box .table td {
  border-left: 1px solid #ccc;
}

.item_box .table tr:last-of-type th, .item_box .table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}

.item_box .table .tableprice {
  text-align: right;
  font-size: 1.6rem;
  font-weight: bold;
}

.item_box .table .tableprice span {
  font-size: 1.2rem;
  font-weight: normal;
}

.item_box + .detail-box-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .detail-box-wrap,
  .item_box {
    padding: 0;
  }
  .detail-box-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail-box-wrap .order_content {
    max-width: initial;
  }
}

.login_box {
  max-width: 500px;
  margin: 40px auto 0;
  padding: 20px 40px 40px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.login_box .form-control {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.login_box .remember {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.login_box .link {
  text-align: center;
}

.login_box .link a {
  text-decoration: underline;
}

.login_box .btn {
  height: auto;
  padding: 8px 16px;
}

.login_box .btn-area .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 15px;
}

.login_box .btn-area .btn:last-child {
  margin-bottom: 0;
}

.login_box .login-img {
  max-width: 120px;
  margin: 0 auto 20px;
}

.login_box .login-entry {
  margin-top: 30px;
  text-align: center;
}

.login_box .login-entry .login-entry-txt {
  position: relative;
  margin-bottom: 30px;
}

.login_box .login-entry .login-entry-txt::before, .login_box .login-entry .login-entry-txt::after {
  content: '';
  display: block;
  width: calc(50% - 9em);
  height: 1px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.login_box .login-entry .login-entry-txt::before {
  left: 0;
}

.login_box .login-entry .login-entry-txt::after {
  right: 0;
}

.login_box .error_message {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .login_box {
    margin-top: 0;
    padding: 10px 30px 30px;
  }
  .login_box .form-control {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .login_box .remember {
    font-size: 1.4rem;
  }
}

.withdraw_box {
  line-height: 1.7;
}

.withdraw_box .img {
  margin-bottom: 20px;
}

.withdraw_box .img img {
  width: auto;
  max-width: 100%;
}

.withdraw_box p {
  font-size: 1.6rem;
}

.withdraw_box .withdraw_box_inner {
  text-align: center;
}

.withdraw_box .withdraw_box_inner h3 {
  margin: 0 0 20px;
  font-size: 2.4rem;
}

.withdraw_box .withdraw_box_inner h3 span {
  color: #c81717;
}

.withdraw_box .withdraw_box_inner p {
  margin-bottom: 30px;
}

.withdraw_box .withdraw_mail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.withdraw_box .withdraw_mail_box .withdraw_mail_txt {
  margin: 0;
}

.withdraw_box .withdraw_mail_box .withdraw_mail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 442px;
  height: 70px;
  margin-left: 20px;
  padding: 20px 20px 20px 80px;
  background: url(../img/common/icon_mail.png) no-repeat center left 20px #f3f3f3;
}

.withdraw_box .withdraw_mail_box .withdraw_mail p {
  margin: 0;
  line-height: 1.1;
}

.withdraw_box .withdraw_mail_box .withdraw_mail .txt {
  font-weight: bold;
}

.withdraw_box .withdraw_mail_box .withdraw_mail .txt .link-arrow {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.withdraw_box .withdraw_mail_box .withdraw_mail .txt .link-arrow::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: #2db0a5 #2db0a5 transparent transparent;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.withdraw_box .withdraw_mail_box .withdraw_mail .txt .link-arrow::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .withdraw_box p {
    font-size: 1.4rem;
  }
  .withdraw_box .withdraw_box_inner h3 {
    font-size: 1.6rem;
  }
  .withdraw_box .withdraw_box_inner p {
    text-align: left;
  }
  .withdraw_box .withdraw_box_inner p br {
    display: none;
  }
  .withdraw_box .withdraw_mail_box {
    display: block;
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail_txt {
    margin-bottom: 20px;
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail {
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 10px 10px 10px 60px;
    background-position: center left 10px;
    background-size: 40px;
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail p {
    margin: 0;
    line-height: 1.4;
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail .txt {
    font-weight: bold;
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail .txt .link-arrow {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail .txt .link-arrow::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: #2db0a5 #2db0a5 transparent transparent;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .withdraw_box .withdraw_mail_box .withdraw_mail .txt .link-arrow::after {
    content: none;
  }
}

#mypage.honnin_kakunin p, #mypage.honnin_kakunin .ul {
  line-height: 1.7;
}

#mypage .honnin_syorui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mypage .honnin_syorui .honnin_select {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

#mypage .honnin_syorui .honnin_select .honnin_warning {
  color: #c81717;
  font-weight: bold;
}

#mypage .honnin_syorui .upload_wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}

#mypage .honnin_syorui .upload_wrapper .upload_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 520px;
  margin: 0 auto;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img {
  position: relative;
  width: 100%;
  max-width: calc(50% - 15px);
  margin-bottom: 30px;
  text-align: center;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img:nth-of-type(3) {
  max-width: inherit;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .delete {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 15px;
  background-color: #c81717;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .delete:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .delete .icon {
  margin: 8px;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_img_wrapper {
  display: inline-block;
  position: relative;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space {
  background: #f2f2f2;
  color: #aaa;
  border-radius: 10px;
  text-align: center;
  border: 2px dashed #ccc;
  position: relative;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space::before {
  content: "";
  display: block;
  padding-top: 60%;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space > div {
  padding: 15px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space > div p {
  margin-top: 0;
  font-size: 1.2rem;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space > div p span {
  display: inline-block;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space > div .btn {
  height: 32px;
  font-size: 1.4rem;
}

#mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space > div .btn:hover {
  opacity: .8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mypage .honnin_syorui .upload_wrapper .btn-area .btn {
  width: 100%;
  max-width: 200px;
}

#mypage .honnin_syorui .info {
  width: calc(100% - 560px);
  max-width: 420px;
}

#mypage .honnin_syorui .info .info_content {
  display: none;
  padding: 20px;
  border: 2px solid #2db0a5;
  border-radius: 4px;
}

#mypage .honnin_syorui .info .info_content:first-child {
  display: block;
}

#mypage .honnin_syorui .info .info_content .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mypage .honnin_syorui .info .info_content .info_box .info_img {
  max-width: calc(50% - 10px);
}

@media screen and (max-width: 1023px) {
  #mypage .honnin_syorui .honnin_select {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  #mypage .honnin_syorui .honnin_select .form-control {
    height: 32px;
    padding: 0 5px;
    font-size: 1.2rem;
  }
  #mypage .honnin_syorui .upload_wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 0;
  }
  #mypage .honnin_syorui .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #mypage .honnin_syorui .honnin_select .form-control {
    width: 100%;
  }
  #mypage .honnin_syorui .upload_wrapper .upload_box {
    width: auto;
  }
  #mypage .honnin_syorui .upload_wrapper .upload_box .upload_img {
    max-width: none;
    margin-bottom: 10px;
    padding: 10px;
  }
  #mypage .honnin_syorui .upload_wrapper .upload_box .upload_img .upload_space {
    max-width: 300px;
    margin: 0 auto;
  }
  #mypage .honnin_syorui .info .info_content {
    padding: 15px;
  }
}

/*==================================
6. age_auth
==================================*/
.age-auth {
  margin: 60px 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6em;
}

.age-auth .inner {
  max-width: 500px;
}

.age-auth img {
  margin-bottom: 30px;
}

.age-auth .btn-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.age-auth .btn-area .btn {
  width: 40%;
  margin: 0 10px;
}

.age-auth em {
  display: inline-block;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: bold;
  margin: 15px 0 30px;
}

/*==================================
7. form
==================================*/
.form_page .dl_table {
  table-layout: fixed;
}

.form_page .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.form_page .btn-area .btn {
  width: 100%;
  max-width: 270px;
  margin: 0 10px;
}

.form_page .btn-area .btn.btn-l {
  max-width: 300px;
}

.form_page .btn-area .btn.btn-lg {
  max-width: 360px;
}

.form_page.entry_page .complete_box {
  max-width: 720px;
  margin: 45px auto;
  padding: 30px 10px;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}

.form_page.entry_page .complete_box h3 {
  font-size: 3rem;
}

.form_page.entry_page .complete_box p {
  font-size: 1.6rem;
}

.form_page.entry_page .complete_box img {
  max-width: 400px;
}

.form_page.entry_page .complete_box .complete_content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.form_page.entry_page .complete_box .complete_content .text {
  width: 100%;
}

.form_page.entry_page .complete_box .complete_content .text-sub {
  color: #aaa;
  font-size: 1.3rem;
}

.form_page .js_error {
  margin-top: 20px;
  color: #c81717;
  text-align: center;
}

.complete_box .complete_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.complete_box .complete_content .img {
  width: 25%;
}

.complete_box .complete_content .img img {
  width: auto;
  max-width: 100%;
}

.complete_box .complete_content .text {
  width: 70%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .form_page .btn-area {
    display: block;
  }
  .form_page .btn-area .btn {
    display: block;
    margin: 0 auto 15px;
  }
  .form_page .btn-area .btn:last-child {
    margin-bottom: 0;
  }
  .complete_box .complete_content {
    display: block;
  }
  .complete_box .complete_content .img {
    width: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .complete_box .complete_content .img img {
    width: auto;
    max-width: 100%;
  }
  .complete_box .complete_content .text {
    width: auto;
  }
}

/*==================================
7. kaitori_application
==================================*/
#application {
  margin: 0 auto 30px;
}

#application h2 em {
  color: #f93;
}

#application .attention {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

#application .table_application {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  table-layout: fixed;
}

#application .table_application + .table_application {
  border-top: none;
}

#application .table_application .ttl {
  padding: 15px 10px;
  background-color: #777;
  color: #fff;
  font-size: 2.4rem;
}

#application .table_application .ttl-sub {
  font-size: 1.6rem;
  border-top: none;
}

#application .table_application .ttl-sub .link-arrow {
  font-size: 1.4rem;
  font-weight: normal;
  float: right;
  color: #2db0a5;
}

#application .table_application.color_application .ttl {
  padding: 20px 10px;
  background-color: #f93;
  font-size: 1.8rem;
}

#application .table_application.color_border {
  border-color: #f93;
}

#application .table_application.color_application + .table_application.color_border tr:last-of-type th, #application .table_application.color_application + .table_application.color_border tr:last-of-type td {
  border-bottom: 1px solid #f93;
}

#application .table_application th {
  padding: 10px 10px;
  background-color: #f2f2f2;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-align: left;
}

#application .table_application td {
  padding: 10px 10px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

#application .table_application th:first-child, #application .table_application td:first-child {
  border-left: none;
}

#application .table_application dl {
  width: 100%;
  height: 100%;
  display: table;
}

#application .table_application dl dt {
  display: table-cell;
  width: 33.3%;
  padding: 10px 10px;
  background-color: #f2f2f2;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-align: left;
  font-weight: bold;
}

#application .table_application dl dd {
  display: table-cell;
  width: 66.6%;
  padding: 10px 10px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

#application .table_application dl dt {
  border-left: none;
}

#application .table_application dl:last-child dt, #application .table_application dl:last-child dd {
  border-bottom: none;
}

#application .table_application dl.vertical dt {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
}

#application .table_application dl.vertical dd {
  display: block;
  width: 100%;
  border-left: none;
}

#application .table_application .checkbox .icon::before {
  border-color: #f93;
}

#application .table_application textarea {
  width: 100%;
  height: 6em;
}

#application .table_application .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#application .table_application .d-flex select {
  margin-right: 10px;
}

#application .table_application .d-flex div strong {
  color: #c81717;
}

#application .table_application .d-flex div strong span {
  font-size: 1.6rem;
}

#application .errormsg {
  padding: 0;
}

@media screen and (max-width: 767px) {
  #application h2 {
    text-align: left;
  }
  #application .table_application {
    width: 100%;
  }
  #application .kaitori_itemlist.title_searchlist tr th:nth-child(1), #application .kaitori_itemlist.title_searchlist tr td:nth-child(1) {
    width: 100%;
  }
  #application .table_application th, #application .table_application td {
    display: block;
    width: 100%;
    border-left: none;
  }
  #application .table_application dl dt, #application .table_application dl dd {
    display: block;
    width: 100%;
    border-left: none;
  }
  #application .table_application dl:last-child dt {
    border-bottom: solid 1px #ccc;
  }
  #application .table_application.horizontal {
    table-layout: auto;
  }
  #application .table_application.horizontal th, #application .table_application.horizontal td {
    display: table-cell;
    width: auto;
  }
  #application .table_application.color_application + .table_application.color_border tr:last-of-type th {
    border-bottom: 1px solid #ccc;
  }
}

#kaitori-delivery th {
  border: 1px solid #2db0a5;
}

#kaitori-delivery td {
  border: 1px solid #ccc;
  width: 24%;
}

#kaitori-delivery td:first-of-type {
  width: 4%;
}

#kaitori-delivery .table {
  margin-bottom: 15px;
}

#kaitori-delivery .sp_only {
  font-size: 1.2rem;
}

#kaitori-delivery .sp_only td:first-of-type {
  width: 10%;
}

#kaitori-delivery .sp_only td:not(:first-of-type) {
  text-align: left;
}

#new-address {
  margin: 30px 0;
}

#new-address .inner {
  background: url("../img/common/bg_pattern02.jpg");
  padding: 10px;
  max-width: 1160px;
  position: relative;
}

#new-address .inner .chara01, #new-address .inner .chara02 {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 100%;
}

#new-address .inner .chara01 {
  left: 10%;
}

#new-address .inner .chara02 {
  right: 10%;
  height: 90%;
}

#new-address address {
  width: 100%;
  max-width: 400px;
  background: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  padding: 15px 30px;
  margin: 0 auto;
}

#new-address address .fonts-s {
  font-weight: normal;
  line-height: 1.8rem;
}

#agreement-area .dlist {
  margin-bottom: 30px;
}

#agreement-area .dlist a {
  color: #2db0a5;
}

#agreement-area em {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2db0a5;
  padding: 10px;
  display: block;
}

#agreement-area dt {
  min-width: 200px;
}

#agreement-area li {
  line-height: 1.8em;
}

#agreement-area li::before {
  content: '・';
  color: #2db0a5;
}

#agreement-area .agreement-check {
  text-align: center;
  padding: 15px 0;
}

#agreement-area .agreement-check p {
  font-size: 1.6rem;
  font-weight: bold;
}

#agreement-area .attention {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

#agreement-area .btn-area .btn-l {
  width: 80%;
  max-width: 300px;
  margin: 15px;
  padding: 15px 30px;
  background: #bbb url("../img/common/arrow_ca_r_01.svg") no-repeat top 46% right 15px;
  background-size: .45em;
}

#agreement-area .btn-area .btn-l.btn-type1 {
  background: #f93 url("../img/common/arrow_ca_r_01.svg") no-repeat top 46% right 15px;
  background-size: .45em;
}

/*==================================
8. help
==================================*/
#help {
  line-height: 1.7;
}

/*==================================
9. company
==================================*/
#company {
  line-height: 1.7;
}

#company .dlist + .dlist {
  border-top: none;
}

#company .dlist dt, #company .dlist dd {
  padding-top: 15px;
  padding-bottom: 15px;
}

#company .dlist dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  font-size: 1.4rem;
}

#company .logo {
  width: 165px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #company {
    line-height: 1.7;
  }
  #company .dlist dt, #company .dlist dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #company .dlist dt {
    width: 100%;
  }
  #company .logo {
    display: block;
    margin: 5px 0 0;
  }
}

/*==================================
10. campaign
==================================*/
#campaign p {
  line-height: 1.7;
}

#campaign .campaign-wrap {
  background: #f3f3f3;
}

#campaign + .kantan-kaitori {
  margin: 0;
  background: #f3f3f3;
}

.campaign-wrap {
  padding: 30px 0;
}

.campaign-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.campaign-wrap .inner .box {
  width: 32%;
  color: #555;
  font-weight: bold;
}

.campaign-wrap .inner .box h3 {
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.campaign-wrap .inner .box time {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: normal;
  color: #999;
}

.campaign-wrap .inner .box .icon {
  font-size: 1.4em;
  margin-right: .3em;
}

.campaign-wrap .category-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.campaign-wrap .category-area .icon use {
  fill: #212121 !important;
}

.campaign-wrap .tag-area {
  margin: 10px 0 0;
}

.campaign-wrap .tag-area .tag {
  margin: 0 6px 12px 0;
}

.box {
  display: inline-block;
  background: #fff;
  border-top: 8px solid #2db0a5;
  margin-bottom: 15px;
  padding: 15px;
}

.box.box-wide {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .box-wide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .box-wide .box-1st {
    width: 65%;
  }
  .box-wide .box-2nd {
    width: 30%;
    margin-left: 10px;
    padding-top: 15px;
  }
  .box-wide .category-area {
    position: absolute;
    width: 29%;
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .box {
    padding: 10px;
  }
  .campaign-wrap .inner .box {
    width: 100%;
  }
  .campaign-wrap .inner .box.box-wide {
    width: 100%;
  }
}

/*==================================
11. sitemap
==================================*/
#sitemap section {
  margin-bottom: 25px;
}

#sitemap section:last-child {
  margin-bottom: 0;
}

#sitemap h3 {
  border-bottom: 1px dotted #555;
}

#sitemap h4 {
  font-size: 1.6rem;
  margin: 25px 0 8px;
}

#sitemap h3 + h4 {
  margin-top: 0;
}

#sitemap .icon {
  margin-right: 0.2em;
}

#sitemap .map_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -5px;
  padding-left: 0;
  list-style: none;
}

#sitemap .map_menu > li {
  width: 25%;
  margin-bottom: 5px;
}

#sitemap .map_menu > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #sitemap .map_menu > li {
    width: 50%;
  }
}

/*==================================
12. faq
==================================*/
#faq section {
  margin: 30px 0;
}

#faq dd a {
  text-decoration: underline;
}

#faq dd h4 {
  font-size: 1.4rem;
  margin: 30px 0 0;
}

#faq dd h4 span {
  color: #f93;
  font-size: 1.6rem;
  margin-right: .2em;
}

#faq dd .ul li {
  line-height: 1.2em;
}

.faqlist {
  background-image: linear-gradient(to right, #a5a5a5, #a5a5a5 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.faqlist dt {
  font-size: 1.6rem;
  font-weight: bold;
  background: url(../img/common/icon_q.svg) no-repeat;
}

.faqlist dd {
  background: url(../img/common/icon_a.svg) no-repeat;
}

.faqlist dt, .faqlist dd {
  padding: 8px 0 8px 50px;
  line-height: 1.8em;
  background-size: 26px;
  background-position: 10px 7px;
}

/*==================================
13. beginner
==================================*/
#beginner .beginner-wrap ol {
  counter-reset: number;
}

#beginner .beginner-wrap ol li {
  position: relative;
}

#beginner .beginner-wrap ol li:before {
  counter-increment: number;
}

#beginner .beginner-wrap ol:after {
  clear: both;
  display: block;
  content: "";
}

#beginner .beginner-wrap h2 {
  margin: 0;
  text-align: center;
}

#beginner .beginner-wrap h2 img {
  width: auto;
  max-width: 100%;
}

#beginner .beginner-wrap section {
  padding: 30px 0;
}

#beginner .beginner-wrap #point {
  margin-top: 30px;
  background: url("../img/beginner/point_bg.jpg") center/cover no-repeat;
}

#beginner .beginner-wrap #point ol {
  text-align: center;
  margin-top: 30px;
}

#beginner .beginner-wrap #point ol li {
  display: inline-block;
  margin: 0 30px;
  width: 30%;
  max-width: 287px;
}

#beginner .beginner-wrap #point ol li img {
  width: auto;
  max-width: 100%;
}

#beginner .beginner-wrap #point ol li:nth-child(4) {
  clear: both;
}

#beginner .beginner-wrap #point_list h2 {
  margin: 0;
  text-align: center;
}

#beginner .beginner-wrap #point_list ol {
  position: relative;
  margin: 0 20px;
}

#beginner .beginner-wrap #point_list ol li {
  margin-bottom: 30px;
  padding-left: 4.5em;
}

#beginner .beginner-wrap #point_list ol li strong {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff000));
  background: linear-gradient(transparent 60%, #fff000 60%);
}

#beginner .beginner-wrap #point_list ol li:after {
  position: absolute;
  top: 0;
  left: 2.3em;
  content: "" counter(number) "";
  color: #c81717;
  font-weight: bold;
}

#beginner .beginner-wrap #point_list ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "特典";
  font-weight: bold;
}

#beginner .beginner-wrap #step {
  background: #f3f3f3;
}

#beginner .beginner-wrap #step ol {
  margin-top: 30px;
}

#beginner .beginner-wrap #step ol li {
  margin-bottom: 70px;
}

#beginner .beginner-wrap #step ol li:after {
  position: absolute;
  top: 10px;
  left: 40px;
  content: "" counter(number) "";
  color: #f93;
  font-weight: bold;
  background: #fff;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  padding: 25px 0;
  text-align: center;
  z-index: 2;
  font-size: 3rem;
}

#beginner .beginner-wrap #step ol li:before {
  position: absolute;
  top: 20px;
  left: 60px;
  content: "STEP";
  color: #f93;
  font-weight: bold;
  z-index: 3;
}

#beginner .beginner-wrap #step ol li:nth-child(1) dl dt:after {
  background-image: url("../img/beginner/step1.png");
}

#beginner .beginner-wrap #step ol li:nth-child(2) dl dt:after {
  background-image: url("../img/beginner/step2.png");
}

#beginner .beginner-wrap #step ol li:nth-child(3) dl dt:after {
  background-image: url("../img/beginner/step3.png");
}

#beginner .beginner-wrap #step ol li:nth-child(4) dl dt:after {
  background-image: url("../img/beginner/step4.png");
}

#beginner .beginner-wrap #step ol li:nth-child(5) dl dt:after {
  background-image: url("../img/beginner/step5.png");
}

#beginner .beginner-wrap #step ol li:nth-child(6) dl dt:after {
  background-image: url("../img/beginner/step6.png");
}

#beginner .beginner-wrap #step ol li dl {
  position: relative;
}

#beginner .beginner-wrap #step ol li dl dt {
  height: 94px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  padding: 30px 170px 30px 140px;
  background: url("../img/beginner/step_bg.jpg") top right/100% auto no-repeat;
  background-color: #f93;
  overflow: hidden;
}

#beginner .beginner-wrap #step ol li dl dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 94px;
  background: top 5px right 30px / contain no-repeat;
}

#beginner .beginner-wrap #step ol li dl dd {
  background: #FFF;
  padding: 20px 40px;
  line-height: 1.7;
}

#beginner .beginner-wrap #step ol li dl dd .left {
  float: left;
  width: calc(50% - 10px);
}

#beginner .beginner-wrap #step ol li dl dd .right {
  float: right;
  width: calc(50% - 10px);
}

#beginner .beginner-wrap #step ol li dl dd table {
  width: 100%;
}

#beginner .beginner-wrap #step ol li dl dd table td, #beginner .beginner-wrap #step ol li dl dd table th {
  padding: 5px 10px;
  border: solid 1px #CCC;
}

#beginner .beginner-wrap #step ol li dl dd table th {
  background: #f3f3f3;
  border-right: none;
}

#beginner .beginner-wrap #step ol li dl dd table td {
  border-left: none;
}

#beginner .beginner-wrap #step ol li dl dd a {
  font-size: 1.2rem;
}

#beginner .beginner-wrap #step ol li dl dd p {
  font-size: 1.4rem;
  margin-top: 0;
}

#beginner .beginner-wrap #step ol li dl dd p:last-child {
  margin-bottom: 0;
}

#beginner .beginner-wrap #step ol li dl dd .yellow {
  color: #f93;
}

#beginner .beginner-wrap #step ol li dl dd .att {
  font-size: 1.2rem;
}

#beginner .beginner-wrap #step ol li dl dd .list {
  position: relative;
  display: block;
}

#beginner .beginner-wrap #step ol li dl dd .list:before {
  display: inline-block;
  content: "";
  background: #2db0a5;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
}

#beginner .beginner-wrap #step ol li dl dd .list_box {
  border: solid 2px #2db0a5;
  padding: 15px;
  min-height: 222px;
}

#beginner .beginner-wrap #step ol li dl dd .list_box p {
  font-weight: bold;
  margin-bottom: 3px;
}

#beginner .beginner-wrap #step ol li dl dd .list_box div {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#beginner .beginner-wrap #step ol li dl dd sub {
  color: #c81717;
}

#beginner .beginner-wrap #step ol li dl dd:after {
  clear: both;
  display: block;
  content: "";
}

#beginner .beginner-wrap #step ol li dl:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -40px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #2db0a5 transparent transparent transparent;
}

#beginner .beginner-wrap #step ol li:last-of-type {
  margin-bottom: 0;
}

#beginner .beginner-wrap #step ol li:last-of-type dl:after {
  content: none;
}

@media screen and (max-width: 767px) {
  #beginner .beginner-wrap section {
    padding: 30px 0;
  }
  #beginner .beginner-wrap #point {
    margin-top: 20px;
  }
  #beginner .beginner-wrap #point ol {
    text-align: center;
    margin-top: 20px;
  }
  #beginner .beginner-wrap #point ol li, #beginner .beginner-wrap #point ol li:nth-child(4) {
    display: inline-block;
    margin: 0 1%;
    width: 47%;
    max-width: none;
    clear: none;
  }
  #beginner .beginner-wrap #point_list ol {
    margin: 0;
  }
  #beginner .beginner-wrap #point_list ol li {
    margin-bottom: 20px;
  }
  #beginner .beginner-wrap #step {
    background: #f3f3f3;
  }
  #beginner .beginner-wrap #step ol {
    margin-top: 30px;
  }
  #beginner .beginner-wrap #step ol li {
    margin-bottom: 50px;
  }
  #beginner .beginner-wrap #step ol li:after {
    top: 5px;
    left: 10px;
    width: 60px;
    height: 60px;
    padding: 20px 0;
  }
  #beginner .beginner-wrap #step ol li:before {
    top: 12px;
    left: 23px;
  }
  #beginner .beginner-wrap #step ol li dl {
    position: relative;
  }
  #beginner .beginner-wrap #step ol li dl dt {
    height: 70px;
    font-size: 1.6rem;
    padding: 15px 100px 15px 80px;
    background-repeat: repeat;
  }
  #beginner .beginner-wrap #step ol li dl dt:after {
    width: 105px;
    height: 70px;
    background: top 5px right 5px / contain no-repeat;
  }
  #beginner .beginner-wrap #step ol li dl dd {
    background: #FFF;
    padding: 15px;
  }
  #beginner .beginner-wrap #step ol li dl dd .left, #beginner .beginner-wrap #step ol li dl dd .right {
    float: none;
    width: 100%;
  }
  #beginner .beginner-wrap #step ol li dl dd .left {
    margin-bottom: 20px;
  }
  #beginner .beginner-wrap #step ol li dl dd .list_box {
    padding: 10px;
    min-height: auto;
  }
  #beginner .beginner-wrap #step ol li dl dd table {
    font-size: 1.2rem;
  }
  #beginner .beginner-wrap #step ol li dl dd table td {
    min-width: 90px;
  }
  #beginner .beginner-wrap #step ol li dl:after {
    bottom: -30px;
  }
}

/*==================================
14. guide
==================================*/
#guide .anker_list {
  margin: 30px 0;
}

#guide .anker_list li {
  width: calc( 20% - 16px);
  margin-right: 20px;
  float: left;
}

#guide .anker_list li a {
  display: block;
  border: solid 1px #f93;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #212121;
}

#guide .anker_list li a .icon {
  color: #f93;
  margin-right: 10px;
}

#guide .anker_list li:last-child {
  margin-right: 0;
}

#guide .anker_list:after {
  clear: both;
  display: block;
  content: "";
}

#guide section {
  margin-top: 30px;
}

#guide dl.guide_nav {
  line-height: 1.7;
}

#guide dl.guide_nav dt {
  border-bottom: solid 1px #212121;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}

#guide dl.guide_nav dt:before {
  content: "";
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2db0a5;
}

#guide dl.guide_nav dd {
  padding: 15px;
}

#guide dl.guide_nav dd section {
  margin: 0 0 15px;
}

#guide dl.guide_nav dd section:last-of-type {
  margin-bottom: 0;
}

#guide dl.guide_nav dd p {
  margin: 0;
}

#guide dl.guide_nav dd h5 {
  font-size: 1.4rem;
  margin: 0 0 5px;
}

#guide dl.guide_nav dd .att {
  font-size: 1.2rem;
  margin-top: 5px;
}

#guide dl.guide_nav dd .red {
  color: #c81717;
}

#guide dl.guide_nav dd .yellow {
  color: #f93;
}

#guide dl.guide_nav dd .left {
  float: left;
  width: calc(50% - 10px);
}

#guide dl.guide_nav dd .right {
  float: right;
  width: calc(50% - 10px);
}

#guide dl.guide_nav dd .right.red {
  padding-top: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}

#guide dl.guide_nav dd .cf:after {
  clear: both;
  display: block;
  content: "";
}

#guide dl.guide_nav dd:after {
  clear: both;
  display: block;
  content: "";
}

#guide dl.guide_nav dd .list_box {
  border: solid 1px #CCC;
  padding: 15px;
  min-height: 284px;
}

#guide dl.guide_nav dd .list_box p {
  font-weight: bold;
  margin-bottom: 3px;
}

#guide dl.guide_nav dd .list_box ul {
  margin-bottom: 10px;
}

#guide dl.guide_nav dd .list_box ul li {
  font-size: 1.2rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

#guide dl.guide_nav dd address {
  background: #f3f3f3;
  padding: 10px;
  margin-top: 5px;
  font-style: normal;
}

#guide dl.guide_nav dd .box_list li {
  position: relative;
  padding-left: 1em;
}

#guide dl.guide_nav dd .box_list li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #2db0a5;
}

#guide dl.guide_nav dd .box_list.other li:before {
  background: #c81717;
}

#guide table th, #guide table td {
  padding: 10px;
  border: solid 1px #CCC;
}

#guide #howto .howto strong {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
  display: block;
  text-align: center;
}

#guide #howto .ol {
  padding: 15px;
  margin: 10px 0;
  background: #f3f3f3;
  font-size: 1.6rem;
  font-weight: bold;
}

#guide #howto .three_list {
  margin-top: 10px;
}

#guide #howto .three_list li {
  width: calc(33.33% - 14px);
  float: left;
}

#guide #howto .three_list li:nth-child(2) {
  margin: 0 20px;
}

#guide #howto .three_list li table {
  width: 100%;
  margin-bottom: 5px;
}

#guide #howto .three_list li table td, #guide #howto .three_list li table th {
  padding: 10px;
  text-align: center;
}

#guide #howto .three_list li table th {
  background: #2db0a5;
  color: #FFF;
}

#guide #howto .three_list li table th span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-left: 5px;
  background: #FFF;
  border-radius: 50%;
  color: #2db0a5;
}

#guide #howto .three_list li table td {
  background: #f3f3f3;
}

#guide #howto .three_list li table tr:last-child td {
  background: #f93;
  color: #FFF;
  font-weight: bold;
}

#guide #howto .three_list li table span {
  color: #2db0a5;
  font-weight: bold;
}

#guide #howto .three_list:after {
  clear: both;
  display: block;
  content: "";
}

#guide #howto .flow {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  min-height: 372px;
  margin-bottom: 10px;
}

#guide #howto .flow li {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

#guide #howto .flow li:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f93 transparent transparent transparent;
}

#guide #howto .flow li:last-child {
  font-weight: bold;
  margin-bottom: 0;
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  left: 0;
}

#guide #howto .flow li:last-child:after {
  content: none;
}

#guide #howto .howto .left strong {
  background: #2db0a5;
}

#guide #howto .howto .left .flow li:after {
  border-color: #2db0a5 transparent transparent transparent;
}

#guide #howto .howto .right strong {
  background: #f93;
}

#guide #howto table.item {
  margin: 10px 0;
}

#guide #howto table.item td, #guide #howto table.item th {
  padding: 5px 10px;
  border: solid 1px #CCC;
}

#guide #howto table.item th {
  background: #f3f3f3;
  text-align: left;
  border-right: none;
}

#guide #howto table.item td {
  border-left: none;
}

#guide #item table {
  margin-bottom: 20px;
}

#guide #item table thead th {
  color: #FFF;
}

#guide #item table thead th:nth-child(1) {
  background: #2db0a5;
}

#guide #item table thead th:nth-child(2) {
  background: #f93;
}

#guide #item table td {
  width: 50%;
}

#guide #item table ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  #guide .anker_list {
    margin: 20px 0;
  }
  #guide .anker_list li {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  #guide .anker_list li a {
    padding: 10px 0;
  }
  #guide .anker_list li a .icon {
    margin-right: 5px;
  }
  #guide .anker_list li:last-child {
    margin-bottom: 0;
  }
  #guide table th, #guide table td {
    padding: 5px;
  }
  #guide dl.guide_nav dd {
    padding: 10px;
  }
  #guide dl.guide_nav dd p {
    margin: 0;
  }
  #guide dl.guide_nav dd .left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #guide dl.guide_nav dd .right {
    float: none;
    width: 100%;
  }
  #guide dl.guide_nav dd .right.red {
    padding-top: 0;
  }
  #guide dl.guide_nav dd .list_box {
    padding: 10px;
    min-height: auto;
  }
  #guide #howto .ol {
    padding: 10px;
  }
  #guide #howto .three_list li {
    width: 100%;
    float: none;
  }
  #guide #howto .three_list li:nth-child(2) {
    margin: 15px 0;
  }
  #guide #howto .three_list li table td, #guide #howto .three_list li table th {
    padding: 5px;
  }
  #guide #howto .flow {
    padding-bottom: 50px;
    min-height: auto;
  }
  #guide #howto .flow li {
    padding: 5px;
    margin-bottom: 20px;
  }
  #guide #howto table.item td, #guide #howto table.item th {
    padding: 5px;
    min-width: 90px;
  }
}

/*==================================
14. top
==================================*/
#top_page #lead-description {
  padding: 0 15px;
}

#top_page #lead-description h1 {
  max-width: 100%;
}

#top_page header {
  height: 65px;
  background: #fff;
}

#top_page header .header-wrap {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_page header .header-wrap .header-content {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#top_page header .header-wrap .header-logo img {
  width: 136px;
}

#top_page header .header-ui {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#top_page header .btn {
  border-radius: 5px;
  width: auto !important;
  height: 40px;
  font-weight: normal;
  letter-spacing: .1em;
}

#top_page header .btn .icon {
  font-size: 1.5rem;
  margin-right: 0.5em;
  margin-top: -.08em;
}

#top_page main {
  padding: 0;
}

#top_page #footer {
  margin-top: 0;
}

#top_page .entrance .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 100%;
}

#top_page .entrance .comshop-site {
  background: url("../img/top/bg_main_comshop.jpg") no-repeat center center;
  background-size: cover;
}

#top_page .entrance .comshop-site .ttl-area {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(255, 255, 255, 0)), color-stop(42%, #FFF)) no-repeat 50% 50%/100% 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 42%, #FFF 42%) no-repeat 50% 50%/100% 100%;
}

#top_page .entrance .game_museum-site {
  background: url("../img/top/bg_main_gamemuseum.jpg") no-repeat center center;
  background-size: cover;
}

#top_page .entrance .comshop-site,
#top_page .entrance .game_museum-site {
  width: 50%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top_page .entrance .comshop-site .wrap,
#top_page .entrance .game_museum-site .wrap {
  width: 100%;
  text-align: center;
}

#top_page .entrance .comshop-site .wrap .ttl-area,
#top_page .entrance .game_museum-site .wrap .ttl-area {
  margin-bottom: 30px;
}

#top_page .entrance .comshop-site .wrap .ttl-area img,
#top_page .entrance .game_museum-site .wrap .ttl-area img {
  height: 160px;
  width: auto;
  margin: 0 auto;
}

#top_page .entrance .comshop-site .btn,
#top_page .entrance .game_museum-site .btn {
  background: #FFF;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#top_page .entrance .comshop-site .btn img,
#top_page .entrance .game_museum-site .btn img {
  width: auto;
  height: 1em;
  margin-left: .5em;
  margin-top: -2px;
}

#top_page .entrance .comshop-site .btn:hover,
#top_page .entrance .game_museum-site .btn:hover {
  opacity: 1;
  padding: 12px 20px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1023px) {
  #top_page header {
    height: 50px;
  }
  #top_page header .header-wrap {
    padding: 5px 10px;
  }
  #top_page header .header-logo {
    display: initial;
    margin: initial;
  }
  #top_page header .header-logo img {
    width: 120px;
    margin-top: -5px;
  }
  #top_page header .header-ui .button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top_page header .header-ui .button-area .btn {
    font-size: 1.2rem;
    height: 30px;
    padding: 10px;
  }
  #top_page header .header-ui .button-area .btn .icon {
    font-size: 1.4rem;
    margin-top: .05em;
  }
  #top_page #footer {
    font-size: 1rem !important;
  }
  #top_page #footer #footer-2nd-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  #top_page #footer #footer-2nd-nav li {
    font-size: 1.0rem;
    margin-bottom: 0;
    margin-right: 0;
    padding: 2px 10px;
  }
  #top_page #footer #footer-2nd-nav li a::before {
    content: '';
  }
  #top_page #footer #footer-2nd-nav li + li {
    border-left: 1px solid #fff;
  }
  #top_page #footer p {
    font-size: 1rem !important;
  }
  #top_page .entrance .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top_page .entrance .comshop-site,
  #top_page .entrance .game_museum-site {
    width: 100%;
    height: auto;
    padding: 40px 0;
  }
  #top_page .entrance .comshop-site .wrap .ttl-area,
  #top_page .entrance .game_museum-site .wrap .ttl-area {
    margin-bottom: 30px;
  }
  #top_page .entrance .comshop-site .wrap .ttl-area img,
  #top_page .entrance .game_museum-site .wrap .ttl-area img {
    height: auto;
    width: 90%;
    max-width: 380px;
  }
}

.lashinbang-link {
  background: url("../img/common/bg_pattern03.jpg");
}

.lashinbang-link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lashinbang-link .chara {
  max-width: 120px;
  margin-right: 50px;
}

.lashinbang-link a {
  margin: 20px 0;
  background: #fff;
  display: block;
}

.lashinbang-link a:hover {
  opacity: 1;
}

.lashinbang-link a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.85;
}

.renewal-link {
  background: url("../img/common/bg_pattern05.jpg");
  background-size: 13%;
  padding: 40px 0;
}

.renewal-link .inner {
  text-align: center;
}

.renewal-link a img {
  max-width: 828px;
}

.modal {
  padding: 0 !important;
}

.modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  max-width: 480px;
  margin: 0 auto;
  padding: 30px 10px;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .modal_inner > p {
  margin: 0 0 10px;
}

.modal .modal_inner .btn {
  width: 100px;
}

/*==================================
16. renewal
==================================*/
#renewal .renewal-wrap section {
  padding: 30px 0;
}

#renewal .renewal-wrap .wide {
  width: 100% !important;
}

#renewal .renewal-wrap #summary p,
#renewal .renewal-wrap #summary h2 {
  padding-left: 40px;
}

#renewal .renewal-wrap #summary h2 {
  color: #c81717;
  margin: 0 0 20px;
  font-size: 2.6rem;
  position: relative;
}

#renewal .renewal-wrap #summary h2::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #c81717;
  position: absolute;
  top: 0.45em;
  left: 20px;
}

#renewal .renewal-wrap #summary p {
  font-size: 1.8rem;
  margin-bottom: 2em;
  line-height: 1.8;
}

#renewal .renewal-wrap #summary .d-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#renewal .renewal-wrap #summary .d-flex div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#renewal .renewal-wrap #summary .d-flex img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 100px;
  max-width: 220px;
}

#renewal .renewal-wrap #address h2 {
  text-align: center;
  background: #f93;
  color: #fff;
  font-size: 2.4rem;
  line-height: 0;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
}

#renewal .renewal-wrap #address .address-wrap {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 0 0 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#renewal .renewal-wrap #address .address-wrap > * {
  width: 47%;
}

#renewal .renewal-wrap #address .address-wrap address {
  background: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6em;
}

#renewal .renewal-wrap #address .address-wrap address .fonts-s {
  line-height: 2rem;
}

#renewal .renewal-wrap #address .address-wrap h3 {
  margin: 0 0 5px;
}

#renewal .renewal-wrap #address .address-wrap h4 {
  margin: 0 0 5px;
  font-size: 1.6rem;
  color: #c81717;
}

#renewal .renewal-wrap #point h2 {
  margin: 0;
  text-align: left;
  font-size: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 3px solid #2db0a5;
  padding-bottom: 5px;
  line-height: 1em;
}

#renewal .renewal-wrap #point h2 img {
  width: auto;
  max-width: 100%;
  margin-right: 10px;
}

#renewal .renewal-wrap #point h2 span {
  font-size: 4.6rem;
  color: #c81717;
  margin-top: 0.5em;
  display: inline-block;
}

#renewal .renewal-wrap #point ol {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#renewal .renewal-wrap #point ol li {
  width: calc(50% - 15px);
  padding: 20px;
  margin-bottom: 30px;
  background: url("../img/renewal/point_bg.jpg") repeat;
}

#renewal .renewal-wrap #point ol li .ol {
  counter-reset: count;
  margin-top: 0;
}

#renewal .renewal-wrap #point ol li .ol > li {
  font-size: 1.3rem;
}

#renewal .renewal-wrap #point ol li .ol > li::before {
  content: counter(count) ".";
  counter-increment: count;
  color: #212121;
  font-weight: normal;
}

#renewal .renewal-wrap #point ol li li {
  width: 100%;
  padding: 0 0 0 1.5em;
  margin-bottom: 0;
  background: none;
}

#renewal .renewal-wrap #point ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#renewal .renewal-wrap #point ol li dl.h-adjust {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#renewal .renewal-wrap #point ol li dl.h-adjust dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#renewal .renewal-wrap #point ol li dl dt {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0;
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

#renewal .renewal-wrap #point ol li dl dt.wide {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 30px;
}

#renewal .renewal-wrap #point ol li dl dt span {
  position: relative;
  color: #fff;
  font-weight: bold;
  background: #f93;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  padding: 30px 0;
  text-align: center;
  z-index: 2;
  font-size: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
}

#renewal .renewal-wrap #point ol li dl dt span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -1em;
  content: "POINT";
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  z-index: 3;
}

#renewal .renewal-wrap #point ol li dl dd {
  background: #FFF;
  padding: 20px;
  line-height: 1.7;
  width: calc(50% - 15px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

#renewal .renewal-wrap #point ol li dl dd table {
  width: 100%;
}

#renewal .renewal-wrap #point ol li dl dd table td, #renewal .renewal-wrap #point ol li dl dd table th {
  padding: 5px 10px;
  border: solid 1px #CCC;
}

#renewal .renewal-wrap #point ol li dl dd table th {
  background: #f3f3f3;
  border-right: none;
}

#renewal .renewal-wrap #point ol li dl dd table td {
  border-left: none;
  text-align: right;
}

#renewal .renewal-wrap #point ol li dl dd h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

#renewal .renewal-wrap #point ol li dl dd p {
  font-size: 1.4rem;
  margin-top: 0;
}

#renewal .renewal-wrap #point ol li dl dd p:last-child {
  margin-bottom: 0;
}

#renewal .renewal-wrap #point ol li dl dd img {
  width: auto;
  margin: 0 auto;
}

#renewal .renewal-wrap #point ol li dl dd .att {
  font-size: 1.2rem;
}

#renewal .renewal-wrap #point ol li dl dd sub {
  color: #c81717;
}

#renewal .renewal-wrap #point ol li dl dd:after {
  clear: both;
  display: block;
  content: "";
}

#renewal .renewal-wrap #point ol li dl dd + dd {
  margin-top: 30px;
}

#renewal .renewal-wrap #point ol li dl dd .point6-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

#renewal .renewal-wrap #point ol li dl dd .point6-link a {
  display: block;
  width: 320px;
  margin: 0 45px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  text-align: center;
  position: relative;
}

#renewal .renewal-wrap #point ol li dl dd .point6-link a::before, #renewal .renewal-wrap #point ol li dl dd .point6-link a::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#renewal .renewal-wrap #point ol li dl dd .point6-link a::before {
  content: '';
  display: block;
  width: 6em;
  height: 1.5em;
  background: #ffea00;
  border-radius: 10px;
}

#renewal .renewal-wrap #point ol li dl dd .point6-link a::after {
  content: '通信販売';
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
}

#renewal .renewal-wrap #point ol li dl dd .point6-link a.comshop::after {
  content: '通信買取';
}

#renewal .renewal-wrap #point ol li dl dd .point6-link .comshop img {
  width: 90%;
}

#renewal .renewal-wrap #point ol li dl dd .identification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#renewal .renewal-wrap #point ol li dl dd .identification-list > div {
  position: relative;
  width: 20%;
  max-width: 100px;
  height: 58px;
  margin: 0 15px 20px;
  background: #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#renewal .renewal-wrap #point ol li dl dd .identification-list > div.new::after {
  position: absolute;
  top: -10px;
  right: -15px;
  content: url("../img/renewal/icon_new.svg");
  width: 33px;
  height: 33px;
}

#renewal .renewal-wrap #point ol li:last-of-type {
  margin-bottom: 0;
}

#renewal .renewal-wrap #point ol li:last-of-type dl:after {
  content: none;
}

#renewal .renewal-wrap #caution {
  padding: 0;
  background: url("../img/common/bg_pattern06.jpg");
}

#renewal .renewal-wrap #caution h2 {
  position: relative;
  text-align: center;
  font-size: 3.0rem;
  padding: 35px 0;
  color: #000;
  background-image: url("../img/renewal/bg_caution02.png"), url("../img/renewal/bg_caution01.jpg");
  background-repeat: repeat-x, repeat;
  background-position: bottom, top;
  background-size: 28px, auto;
}

#renewal .renewal-wrap #caution h2::before, #renewal .renewal-wrap #caution h2::after {
  position: absolute;
  bottom: 0;
  line-height: 0;
}

#renewal .renewal-wrap #caution h2::before {
  content: url(../img/chara/chara10.png);
  left: 50%;
  -webkit-transform: translateX(-14em);
          transform: translateX(-14em);
}

#renewal .renewal-wrap #caution h2::after {
  content: url(../img/chara/chara11.png);
  right: 50%;
  -webkit-transform: translateX(14em);
          transform: translateX(14em);
}

#renewal .renewal-wrap #caution h3 {
  margin: 0;
}

#renewal .renewal-wrap #caution h3 span {
  color: #c81717;
}

#renewal .renewal-wrap #caution h3 .icon {
  margin-right: 0.4em;
}

#renewal .renewal-wrap #caution h3 .icon.lamp {
  margin-top: -8px;
}

#renewal .renewal-wrap #caution .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#renewal .renewal-wrap #caution .box {
  border-top: none;
  width: calc(50% - 15px);
  margin-bottom: 30px;
  padding: 20px 30px;
  line-height: 1.6;
}

#renewal .renewal-wrap #caution .wide h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

#renewal .renewal-wrap #caution .wide .d-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#renewal .renewal-wrap #caution .wide p {
  font-size: 1.8rem;
  width: 80%;
  margin: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#renewal .renewal-wrap #caution .wide img {
  width: auto;
  margin: 0 40px;
}

#renewal .renewal-wrap #caution .btn {
  padding: 10px 30px;
}

#renewal + .kantan-kaitori {
  background: url("../img/common/bg_pattern06.jpg");
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  #renewal .renewal-wrap #summary .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #renewal .renewal-wrap #summary .d-flex div {
    width: 100%;
  }
  #renewal .renewal-wrap #summary .d-flex img {
    margin: 0 auto;
  }
  #renewal .renewal-wrap #summary p,
  #renewal .renewal-wrap #summary h2 {
    padding-left: 20px;
  }
  #renewal .renewal-wrap #summary h2 {
    font-size: 2.0rem;
    margin: 0 0 15px;
  }
  #renewal .renewal-wrap #summary h2::before {
    left: 3px;
  }
  #renewal .renewal-wrap #summary p {
    font-size: 1.6rem;
  }
  #renewal .renewal-wrap #address .address-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #renewal .renewal-wrap #address .address-wrap > * {
    width: 100%;
  }
  #renewal .renewal-wrap #address h2 {
    font-size: 2.0rem;
  }
  #renewal .renewal-wrap #point h2 {
    font-size: 2.0rem;
    line-height: 1.2;
  }
  #renewal .renewal-wrap #point h2 span {
    font-size: 2.4rem;
    margin-top: 0;
  }
  #renewal .renewal-wrap #point h2 img {
    height: 4em;
  }
  #renewal .renewal-wrap #point ol li {
    width: 100%;
  }
  #renewal .renewal-wrap #point ol li dl dt, #renewal .renewal-wrap #point ol li dl dd {
    width: 100%;
  }
  #renewal .renewal-wrap #point ol li dl dt {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  #renewal .renewal-wrap #point ol li dl dt.wide {
    margin-bottom: 15px;
  }
  #renewal .renewal-wrap #point ol li dl dd + dd {
    margin-top: 15px;
  }
  #renewal .renewal-wrap #point ol li dl dd table td {
    width: 84px;
  }
  #renewal .renewal-wrap #point ol li dl dd .point5-img {
    width: 80%;
    max-width: 180px;
  }
  #renewal .renewal-wrap #point ol li dl dd .point6-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #renewal .renewal-wrap #point ol li dl dd .point6-link a {
    margin: 0 10px 30px;
  }
  #renewal .renewal-wrap #point ol li dl dd .identification-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #renewal .renewal-wrap #point ol li dl dd .identification-list > div {
    width: 40%;
    max-width: 100px;
    height: 58px;
    margin: 0 10px 15px 10px;
  }
  #renewal .renewal-wrap #caution .box {
    width: 100%;
  }
  #renewal .renewal-wrap #caution h2 {
    font-size: 1.8rem;
    padding: 20px 0;
    overflow: hidden;
  }
  #renewal .renewal-wrap #caution h2::before {
    -webkit-transform: scale(0.4) translate(-34em, 75%);
            transform: scale(0.4) translate(-34em, 75%);
  }
  #renewal .renewal-wrap #caution h2::after {
    -webkit-transform: scale(0.4) translate(34em, 75%);
            transform: scale(0.4) translate(34em, 75%);
  }
  #renewal .renewal-wrap #caution .wide p {
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
  }
  #renewal .renewal-wrap #caution .btn {
    margin-top: 15px;
  }
}

/*==================================
17. news
==================================*/
#news .news_post_header {
  margin: 15px 0 20px;
}

#news .news_post_header .news-tag {
  float: left;
  width: 80px;
  padding: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}

#news .news_post_header .news-tag.news-tag-news-info {
  background: #f93;
}

#news .news_post_header .news-tag.news-tag-news-notice {
  background: #c81717;
}

#news .news_post_header time {
  float: right;
}

#news .news_post_header::after {
  content: "";
  display: block;
  clear: both;
}

#news .news_post_img {
  max-width: 480px;
  margin: 30px auto 0;
  text-align: center;
}

#news .news_post_img img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #news .news_post_header .news-tag {
    width: 60px;
    padding: 1px 5px;
    font-size: 1.2rem;
    margin: 0 0 0;
  }
}
/*# sourceMappingURL=comshop.css.map */