@charset "UTF-8";
/*
Theme Name:charibon2019
Theme URI:https://www.charibon.jp
Description:charibonのテーマです。
Author:VALUE BOOKS
*/
/* ===================== reset  ===================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* form */
button,
fieldset,
form,
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none; }

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
input[type=button],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type=button] {
  border: none; }

select::-ms-expand {
  display: none; }

/*
input, select {
	vertical-align:middle;
}
*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border: 0; }

body,
h1, h2, h3, h4, h5, h6,
div, p, a,
ul, ol, li,
dl, dt, dd,
table, th, td,
form {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 100%; }

html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

body {
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative; }

a {
  text-decoration: none;
  color: #25B4C2; }

img {
  width: 100%;
  height: auto; }

#charibon-logo {
  fill: #70381E; }
  #charibon-logo #by-vb {
    fill: #000; }

.loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9998; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.loader {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid rgba(0, 0, 0, 0.5);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#pagetop-btn {
  position: fixed;
  bottom: 250px;
  right: -100%;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  z-index: 9997;
  cursor: pointer; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #pagetop-btn {
      bottom: 100px; } }
  @media (max-width: 767px) {
    #pagetop-btn {
      bottom: 100px;
      width: 30px;
      height: 30px; } }
  #pagetop-btn.showBtn {
    right: 10px;
    opacity: 1; }

#breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 10px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #breadcrumb {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    #breadcrumb {
      padding: 0 20px; } }
  #breadcrumb li {
    font-size: 0.85rem;
    display: inline-block; }
    #breadcrumb li br {
      display: none; }
    #breadcrumb li:after {
      content: ">";
      display: inline-block;
      margin-left: 10px; }
    #breadcrumb li:nth-last-of-type(1):after {
      content: none; }
    #breadcrumb li a {
      color: #70381E; }

.line-bnr {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px; }
  @media (max-width: 767px) {
    .line-bnr {
      margin: 0 auto 30px; } }

html {
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.8;
  color: #70381E;
  letter-spacing: 0.2em;
  font-size: 14px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    html {
      font-size: 14px; } }
  @media (max-width: 767px) {
    html {
      font-size: 12px; } }

body {
  line-height: 1.8; }

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=search], legend, select, textarea {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 0.2em;
  color: #70381E; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  padding: 28px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 768px) and (max-width: 1023px) {
    header {
      padding: 16px 0; } }
  @media (max-width: 767px) {
    header {
      padding: 16px 0; } }
  header .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      header .inner {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      header .inner {
        padding: 0 20px; } }
    header .inner #logo {
      position: relative;
      width: 180px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .inner #logo:before {
        content: "";
        display: block;
        padding-bottom: 37%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        header .inner #logo {
          width: 100px; } }
      @media (max-width: 767px) {
        header .inner #logo {
          width: 100px; } }
      header .inner #logo svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
    header .inner nav {
      font-size: 1.14rem; }
      @media (min-width: 768px) and (max-width: 1023px) {
        header .inner nav {
          display: none; } }
      @media (max-width: 767px) {
        header .inner nav {
          display: none; } }
      header .inner nav ul li {
        display: inline-block;
        font-weight: 700;
        margin-left: 30px;
        line-height: 1; }
        header .inner nav ul li a {
          display: block;
          color: #70381E; }
        header .inner nav ul li .btn-apply .apply-icon {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-top: -5px; }
          header .inner nav ul li .btn-apply .apply-icon svg {
            fill: #fff;
            width: 100%;
            -webkit-animation: heartMove 5s linear infinite;
                    animation: heartMove 5s linear infinite; }

@-webkit-keyframes heartMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  95% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes heartMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  85% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  95% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  @media (min-width: 1024px) {
    header.compact {
      padding: 10px 0; }
      header.compact .inner #logo {
        width: 130px; } }

footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 40px 0 20px;
  background: #70381E; }
  @media (min-width: 768px) and (max-width: 1023px) {
    footer {
      padding: 20px 0 10px; } }
  @media (max-width: 767px) {
    footer {
      padding: 20px 0 10px; } }
  footer .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      footer .inner {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      footer .inner {
        padding: 0 20px; } }
    footer .inner .footer-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
      @media (min-width: 1024px) {
        footer .inner .footer-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      footer .inner .footer-content #logo {
        width: 180px; }
      footer .inner .footer-content .copy-content {
        width: 180px;
        position: relative; }
        footer .inner .footer-content .copy-content:before {
          content: "";
          display: block;
          padding-bottom: 6.2%; }
        footer .inner .footer-content .copy-content svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer .inner .footer-content .copy-content {
            margin: 0 auto; } }
        @media (max-width: 767px) {
          footer .inner .footer-content .copy-content {
            width: 50%;
            margin: 0 auto; } }
        footer .inner .footer-content .copy-content svg {
          fill: #fff; }
      footer .inner .footer-content .support-content .btn {
        font-size: 1.14rem;
        font-weight: 700; }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer .inner .footer-content .support-content .btn {
            display: none; } }
        @media (max-width: 767px) {
          footer .inner .footer-content .support-content .btn {
            display: none; } }
        footer .inner .footer-content .support-content .btn:first-child {
          margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer .inner .footer-content .footer-nav {
          display: none; } }
      @media (max-width: 767px) {
        footer .inner .footer-content .footer-nav {
          display: none; } }
      footer .inner .footer-content .footer-nav .footer-nav-menu {
        margin-bottom: 20px; }
        footer .inner .footer-content .footer-nav .footer-nav-menu li {
          display: inline-block;
          color: #fff; }
          footer .inner .footer-content .footer-nav .footer-nav-menu li a {
            color: #fff; }
      footer .inner .footer-content .footer-nav .footer-nav-sns li {
        display: inline-block;
        width: 30px; }
        footer .inner .footer-content .footer-nav .footer-nav-sns li:first-child {
          margin-right: 10px; }
        footer .inner .footer-content .footer-nav .footer-nav-sns li div {
          position: relative;
          width: 100%; }
          footer .inner .footer-content .footer-nav .footer-nav-sns li div:before {
            content: "";
            display: block;
            padding-bottom: 100%; }
          footer .inner .footer-content .footer-nav .footer-nav-sns li div a svg {
            fill: #fff;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; }
      footer .inner .footer-content small {
        font-size: 10px;
        color: #fff; }
        @media (min-width: 768px) and (max-width: 1023px) {
          footer .inner .footer-content small {
            font-size: 8px;
            text-align: center;
            width: 100%;
            display: inline-block;
            margin-top: 20px; } }
        @media (max-width: 767px) {
          footer .inner .footer-content small {
            font-size: 8px;
            text-align: center;
            width: 100%;
            display: inline-block;
            margin-top: 20px; } }
      footer .inner .footer-content:last-child {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }

#contents, .contents-2 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 122px 0 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #contents, .contents-2 {
      padding: 68px 0 60px; } }
  @media (max-width: 767px) {
    #contents, .contents-2 {
      padding: 68px 0 30px; } }
  #contents #bnr-area, .contents-2 #bnr-area {
    height: 50px;
    width: 100%;
    line-height: 1;
    background: #F5B805 url("/wp/wp-content/themes/charibon2019/images/parts/bnr_201116.png") no-repeat center;
    background-size: auto 50px;
    position: relative; }
    #contents #bnr-area a, .contents-2 #bnr-area a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 767px) {
      #contents #bnr-area, .contents-2 #bnr-area {
        height: 28px;
        background-size: auto 28px; } }
  #contents #renewal-bnr, .contents-2 #renewal-bnr {
    height: 40px;
    width: 100%;
    line-height: 1;
    background: #999 url("/wp/wp-content/themes/charibon2019/images/parts/bnr_200413.png") no-repeat center;
    background-size: auto 16px;
    position: relative; }
    #contents #renewal-bnr a, .contents-2 #renewal-bnr a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 767px) {
      #contents #renewal-bnr, .contents-2 #renewal-bnr {
        height: 24px;
        background-size: auto 10px; } }
  #contents .notice-bnr, .contents-2 .notice-bnr {
    height: 40px;
    width: 100%;
    line-height: 1;
    background: #DC0000 url("/wp/wp-content/themes/charibon2019/images/parts/bnr_201225.png") no-repeat center;
    background-size: auto 16px;
    position: relative; }
    #contents .notice-bnr a, .contents-2 .notice-bnr a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    @media (max-width: 767px) {
      #contents .notice-bnr, .contents-2 .notice-bnr {
        height: 24px;
        background-size: auto 10px;
        margin-bottom: 20px; } }

.contents-2 {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .contents-2 {
      padding-top: 30px; } }

.bg-yellow {
  background: #FFFDEB; }

.bg-yellow-2 {
  background: #FDE000; }

.bg-gray {
  background: #F9F9F9; }

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 center; }
  to {
    background-position: -215px center; } }

@keyframes bg-slider {
  from {
    background-position: 0 center; }
  to {
    background-position: -215px center; } }

@media (max-width: 767px) {
  @-webkit-keyframes bg-slider {
    from {
      background-position: 0 center; }
    to {
      background-position: -160px center; } }
  @keyframes bg-slider {
    from {
      background-position: 0 center; }
    to {
      background-position: -160px center; } } }

.btn-apply {
  display: block;
  padding: 0.625em 1.6em;
  border-radius: 1.3em;
  color: #fff !important;
  text-align: center;
  background-color: #E60A9B;
  cursor: pointer;
  line-height: 1; }

.btn-apply-ol {
  display: block;
  padding: 0.625em 1.6em;
  border-radius: 1.3em;
  color: #E60A9B;
  text-align: center;
  border: 1px solid #E60A9B;
  background-color: #fff;
  cursor: pointer;
  line-height: 1; }

.btn-link {
  display: inline-block;
  padding: 0.625em 1.6em;
  border-radius: 1.3em;
  color: #fff !important;
  text-align: center;
  background-color: #25B4C2;
  cursor: pointer;
  line-height: 1; }

.btn-link-ol {
  display: block;
  padding: 0.625em 1.6em;
  border-radius: 1.3em;
  text-align: center;
  border: 1px solid #25B4C2;
  line-height: 1;
  cursor: pointer; }

.btn-white {
  display: block;
  padding: 0.625em 1.6em;
  border-radius: 1.3em;
  text-align: center;
  background: #fff;
  line-height: 1;
  cursor: pointer;
  color: #70381E; }

.number {
  text-align: center;
  font-size: 1.7rem; }
  .number:nth-last-child(1) {
    margin-top: 2px; }
  @media (max-width: 767px) {
    .number {
      font-size: 1.41rem; } }
  .number span {
    display: inline-block;
    width: 28px;
    height: 45px;
    line-height: 45px;
    background: #F9F9F9;
    vertical-align: middle;
    margin-right: 2px;
    font-weight: 700; }
    .number span:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .number span {
        width: 22px;
        height: 36px;
        line-height: 36px; } }
    .number span.icon-yen {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M38.8%2C6.1c-0.7-0.5-1.6-0.4-2.1%2C0.3l-8.9%2C12c-0.5%2C0.7-0.4%2C1.6%2C0.3%2C2.1c0.3%2C0.2%2C0.6%2C0.3%2C0.9%2C0.3%20c0.5%2C0%2C0.9-0.2%2C1.2-0.6l8.9-12C39.6%2C7.6%2C39.5%2C6.6%2C38.8%2C6.1z%20M18.5%2C24.3h-5.7c-0.8%2C0-1.5%2C0.7-1.5%2C1.5s0.7%2C1.5%2C1.5%2C1.5h5.7%20c0.8%2C0%2C1.5-0.7%2C1.5-1.5S19.4%2C24.3%2C18.5%2C24.3z%20M37.2%2C27.3c0.8%2C0%2C1.5-0.7%2C1.5-1.5s-0.7-1.5-1.5-1.5H26.7c-0.1%2C0-0.2%2C0-0.4%2C0%20c-0.3-0.7-1.6-2.4-6.6-9.3c-3.8-5.1-5.4-7.3-6.3-8.3c0-0.1-0.1-0.2-0.2-0.3l-0.1%2C0c-0.5-0.5-0.6-0.6-0.9-0.6%20c-0.6-0.1-1.2%2C0.1-1.6%2C0.7c-0.3%2C0.5-0.3%2C1.2%2C0.1%2C1.7c0%2C0%2C0%2C0%2C0%2C0c1.1%2C1.4%2C11.2%2C15%2C12.6%2C17.2c0%2C1.8%2C0%2C11%2C0%2C17.2%20c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h0c0.8%2C0%2C1.5-0.7%2C1.5-1.5c0-2.9%2C0-5.4%2C0-7.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0h10.5c0.8%2C0%2C1.5-0.7%2C1.5-1.5s-0.7-1.5-1.5-1.5%20H26.7c-0.1%2C0-0.1%2C0-0.2%2C0c0-2.3%2C0-3.9%2C0-5c0.1%2C0%2C0.1%2C0%2C0.2%2C0H37.2z%20M18.5%2C32.3h-5.7c-0.8%2C0-1.5%2C0.7-1.5%2C1.5s0.7%2C1.5%2C1.5%2C1.5h5.7%20c0.8%2C0%2C1.5-0.7%2C1.5-1.5S19.4%2C32.3%2C18.5%2C32.3z%22%2F%3E%3C%2Fsvg%3E");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center; }
    .number span.icon-nump {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M28.9%2C29c-2.3%2C1.1-5%2C1.1-7.3%2C0c-0.7-0.4-1.6%2C0-2%2C0.7c-0.4%2C0.7%2C0%2C1.6%2C0.7%2C2c1.5%2C0.7%2C3.2%2C1.1%2C4.9%2C1.1%20c1.7%2C0%2C3.4-0.4%2C5-1.1c0.7-0.4%2C1.1-1.3%2C0.7-2C30.6%2C29%2C29.7%2C28.7%2C28.9%2C29z%20M43.5%2C42c-0.3-1.2-0.5-2.3-0.8-3.5%20c-0.5-2.1-0.9-4.2-1.5-6.3c-0.1-0.6-0.3-1.2-0.7-1.8c-1-1.6-3-2-4.5-2.2c-0.3-0.1-0.7-0.1-0.9-0.2c-0.8-0.2-1.6%2C0.3-1.8%2C1.1%20s0.3%2C1.6%2C1.1%2C1.8c0.3%2C0.1%2C0.7%2C0.2%2C1.1%2C0.2c0.9%2C0.2%2C2.2%2C0.4%2C2.5%2C0.9c0.1%2C0.2%2C0.2%2C0.6%2C0.3%2C0.9c0.5%2C2%2C1%2C4.1%2C1.4%2C6.2%20c0.3%2C1.2%2C0.5%2C2.3%2C0.8%2C3.5c0.2%2C0.7%2C0.8%2C1.2%2C1.5%2C1.2c0.1%2C0%2C0.2%2C0%2C0.3%2C0C43.2%2C43.6%2C43.7%2C42.8%2C43.5%2C42z%20M15.9%2C28.3%20c-0.6%2C0.1-1.5%2C0.3-2.3%2C0.6c-0.8%2C0.2-1.7%2C0.4-2.2%2C0.5c-2.4%2C0.5-3%2C3-3.4%2C4.5c0%2C0.2-0.1%2C0.4-0.1%2C0.6c-0.8%2C3-1.3%2C5.5-1.4%2C7.9%20c0%2C0.8%2C0.6%2C1.5%2C1.4%2C1.6c0%2C0%2C0%2C0%2C0.1%2C0c0.8%2C0%2C1.5-0.6%2C1.5-1.4c0.1-2.1%2C0.5-4.5%2C1.3-7.2c0.1-0.2%2C0.1-0.4%2C0.2-0.6%20c0.2-0.9%2C0.5-2.2%2C1.1-2.3c0.6-0.1%2C1.5-0.3%2C2.3-0.6c0.8-0.2%2C1.7-0.4%2C2.2-0.5c0.8-0.2%2C1.3-1%2C1.2-1.8C17.5%2C28.6%2C16.7%2C28.1%2C15.9%2C28.3z%20%20M36.9%2C39.1c-0.3-0.8-1.2-1.1-2-0.8c-0.8%2C0.3-1.1%2C1.2-0.8%2C2c0.4%2C0.8%2C0.6%2C1.7%2C0.7%2C2.5c0.1%2C0.8%2C0.7%2C1.3%2C1.5%2C1.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0%20c0.8-0.1%2C1.4-0.8%2C1.3-1.6C37.7%2C41.3%2C37.4%2C40.2%2C36.9%2C39.1z%20M15.2%2C39.4c-0.8-0.1-1.6%2C0.4-1.7%2C1.2l-0.3%2C1.5c-0.1%2C0.8%2C0.4%2C1.6%2C1.2%2C1.7%20c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.7%2C0%2C1.4-0.5%2C1.5-1.2l0.3-1.5C16.6%2C40.3%2C16%2C39.5%2C15.2%2C39.4z%20M25.3%2C5.8c-3%2C0-5.7%2C1.1-7.8%2C3.2%20c-2.1%2C2.1-3.2%2C4.9-3.2%2C7.8c0%2C6.1%2C5%2C11%2C11%2C11s11-5%2C11-11S31.3%2C5.8%2C25.3%2C5.8z%20M25.3%2C24.9c-4.4%2C0-8-3.6-8-8c0%2C0%2C0%2C0%2C0%2C0%20c0-2.1%2C0.8-4.2%2C2.4-5.7c1.5-1.5%2C3.5-2.4%2C5.7-2.4c4.4%2C0%2C8%2C3.6%2C8%2C8S29.7%2C24.9%2C25.3%2C24.9z%22%2F%3E%3C%2Fsvg%3E");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center center; }

.balloon-right {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #70381E;
  padding: 10px 40px;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .balloon-right {
      padding: 10px; } }
  .balloon-right:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0; }
  .balloon-right:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0; }
  @media (min-width: 1024px) {
    .balloon-right:before {
      right: -15px;
      top: 50%;
      margin-top: -10px;
      border-left: 15px solid #70381E;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .balloon-right:before {
      right: -15px;
      top: 50%;
      margin-top: -10px;
      border-left: 15px solid #70381E;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (max-width: 767px) {
    .balloon-right:before {
      left: 50%;
      bottom: -10px;
      margin-left: -10px;
      border-top: 10px solid #70381E;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; } }
  @media (min-width: 1024px) {
    .balloon-right:after {
      right: -14px;
      top: 50%;
      margin-top: -10px;
      border-left: 15px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .balloon-right:after {
      right: -14px;
      top: 50%;
      margin-top: -10px;
      border-left: 15px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (max-width: 767px) {
    .balloon-right:after {
      left: 50%;
      bottom: -9px;
      margin-left: -10px;
      border-top: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; } }

.balloon-left {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #70381E;
  padding: 10px 40px;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .balloon-left {
      padding: 10px; } }
  .balloon-left:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0; }
  .balloon-left:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0; }
  @media (min-width: 1024px) {
    .balloon-left:before {
      left: -15px;
      top: 50%;
      margin-top: -10px;
      border-right: 15px solid #70381E;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .balloon-left:before {
      left: -15px;
      top: 50%;
      margin-top: -10px;
      border-right: 15px solid #70381E;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (max-width: 767px) {
    .balloon-left:before {
      right: 50%;
      top: -10px;
      margin-right: -50px;
      border-bottom: 10px solid #70381E;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; } }
  @media (min-width: 1024px) {
    .balloon-left:after {
      left: -14px;
      top: 50%;
      margin-top: -10px;
      border-right: 15px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .balloon-left:after {
      left: -14px;
      top: 50%;
      margin-top: -10px;
      border-right: 15px solid #fff;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; } }
  @media (max-width: 767px) {
    .balloon-left:after {
      right: 50%;
      top: -9px;
      margin-right: -50px;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; } }

.partner-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  padding-top: 100px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .partner-list {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .partner-list {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .partner-list {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .partner-list {
      padding-top: 30px; } }
  .partner-list .partner-list-header {
    margin-bottom: 50px; }
    .partner-list .partner-list-header h1 {
      font-size: 30px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .partner-list .partner-list-header h1 {
          font-size: 20px; } }
    .partner-list .partner-list-header .cat-select {
      width: 310px;
      height: 36px;
      margin: 0 auto 30px;
      position: relative;
      background: #fff url("/wp/wp-content/themes/charibon2019/images/parts/select_down.png") no-repeat center right 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        .partner-list .partner-list-header .cat-select {
          width: 100%;
          max-width: 310px; } }
      .partner-list .partner-list-header .cat-select .cat-selected {
        width: 100%;
        text-align: center;
        font-weight: 700; }
      .partner-list .partner-list-header .cat-select select {
        text-align: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer; }
        .partner-list .partner-list-header .cat-select select option {
          display: inline-block;
          padding: 5px; }
    .partner-list .partner-list-header .cat-info-txt {
      width: 100%;
      max-width: 640px;
      margin: 0  auto 50px;
      text-align: justify; }
      @media (max-width: 767px) {
        .partner-list .partner-list-header .cat-info-txt {
          max-width: 100%;
          margin-bottom: 0 0 30px 0; } }
    .partner-list .partner-list-header .cat-apply-btn {
      text-align: center;
      font-size: 1.48rem;
      line-height: 1;
      font-weight: 700; }
      @media (min-width: 1024px) {
        .partner-list .partner-list-header .cat-apply-btn br {
          display: none; } }
      @media (max-width: 767px) {
        .partner-list .partner-list-header .cat-apply-btn {
          font-size: 1.333rem; } }
      .partner-list .partner-list-header .cat-apply-btn a {
        display: inline-block; }
    .partner-list .partner-list-header .cation {
      font-size: 0.714rem;
      text-align: center;
      margin-top: 10px; }
    .partner-list .partner-list-header .cat-total-count {
      font-size: 1.71rem;
      text-align: center;
      font-weight: 700;
      margin-top: 10px; }
      .partner-list .partner-list-header .cat-total-count span {
        font-size: 0.71rem;
        font-weight: 700;
        display: inline-block;
        margin-right: 10px; }
  .partner-list .partner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /*
		@include pc {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-auto-rows: 1fr;
		grid-gap: 24px;
		}
		@include tab {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-auto-rows: 1fr;
		grid-gap: 24px;
		}
		*/
    width: 100%; }
    .partner-list .partner-grid section {
      width: calc( (100% / 3) - 16px);
      margin: 0 23px 24px 0;
      position: relative; }
      @media (min-width: 1024px) {
        .partner-list .partner-grid section:nth-child(3n) {
          margin-right: 0; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .partner-list .partner-grid section {
          width: calc(50% - 10px);
          margin: 0 20px 20px 0; }
          .partner-list .partner-grid section:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 767px) {
        .partner-list .partner-grid section {
          margin: 0 0 24px 0;
          width: 100%; } }
      .partner-list .partner-grid section .partner-image {
        z-index: 1;
        position: relative; }
      .partner-list .partner-grid section .partner-content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px;
        width: calc(100% - 36px);
        margin: -30px auto 0;
        background: #fff;
        min-height: 115px;
        z-index: 2;
        position: relative; }
        @media (max-width: 767px) {
          .partner-list .partner-grid section .partner-content {
            min-height: inherit;
            padding-bottom: 40px; } }
        .partner-list .partner-grid section .partner-content h3 {
          font-size: 1.14rem;
          font-weight: 700;
          line-height: 1.6; }
          .partner-list .partner-grid section .partner-content h3 span {
            display: block;
            font-size: 0.85rem;
            font-weight: 700;
            line-height: 1; }
        .partner-list .partner-grid section .partner-content .btn-more {
          color: #25B4C2;
          position: absolute;
          right: 10px;
          bottom: 10px;
          font-weight: 700;
          font-size: 0.85rem; }
      .partner-list .partner-grid section .partner-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3; }
      @media (min-width: 1024px) {
        .partner-list .partner-grid section:nth-child(3n + 2) {
          -webkit-transition-delay: 200ms;
                  transition-delay: 200ms; }
        .partner-list .partner-grid section:nth-child(3n) {
          -webkit-transition-delay: 400ms;
                  transition-delay: 400ms; } }
    .partner-list .partner-grid .fadeout {
      opacity: 0; }
    .partner-list .partner-grid .fadein {
      opacity: 1;
      -webkit-transition: opacity 1s;
      transition: opacity 1s; }

.partner-detail, .partner-archive {
  width: 100%;
  max-width: 840px;
  margin: 100px auto 0;
  background: #fff; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .partner-detail, .partner-archive {
      width: calc(100% - 40px);
      max-width: inherit;
      margin: 20px auto 0; } }
  @media (max-width: 767px) {
    .partner-detail, .partner-archive {
      width: calc(100% - 40px);
      max-width: inherit;
      margin: 20px auto 0; } }
  .partner-detail .partner-detail-header .main-image, .partner-archive .partner-detail-header .main-image {
    position: relative;
    z-index: 1; }
  .partner-detail .partner-detail-header .partner-logo, .partner-archive .partner-detail-header .partner-logo {
    width: 180px;
    height: 180px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 3px 4px 0 #000;
            box-shadow: 0 3px 4px 0 #000;
    margin: -70px auto 0;
    z-index: 2;
    position: relative; }
    @media (max-width: 767px) {
      .partner-detail .partner-detail-header .partner-logo, .partner-archive .partner-detail-header .partner-logo {
        width: 130px;
        height: 130px;
        margin: -50px auto 0; } }
  .partner-detail section, .partner-archive section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 1px solid #70381E; }
    @media (max-width: 767px) {
      .partner-detail section, .partner-archive section {
        width: calc(100% - 40px);
        padding: 30px 0; } }
    .partner-detail section .partner-name, .partner-archive section .partner-name {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .partner-detail section .partner-name, .partner-archive section .partner-name {
          font-size: 20px;
          margin-bottom: 20px; } }
      .partner-detail section .partner-name span, .partner-archive section .partner-name span {
        font-size: 16px;
        display: block;
        font-weight: 700;
        line-height: 1; }
        @media (max-width: 767px) {
          .partner-detail section .partner-name span, .partner-archive section .partner-name span {
            font-size: 12px; } }
    .partner-detail section .partner-info, .partner-archive section .partner-info {
      margin-top: 50px; }
      @media (max-width: 767px) {
        .partner-detail section .partner-info, .partner-archive section .partner-info {
          margin-top: 30px; } }
      .partner-detail section .partner-info li, .partner-archive section .partner-info li {
        font-size: 10px; }
        .partner-detail section .partner-info li a, .partner-archive section .partner-info li a {
          color: #70381E; }
    .partner-detail section .partner-copy, .partner-archive section .partner-copy {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .partner-detail section .partner-copy, .partner-archive section .partner-copy {
          font-size: 16px;
          margin-bottom: 20px; } }
    .partner-detail section .practicable, .partner-archive section .practicable {
      margin-top: 50px; }
      @media (max-width: 767px) {
        .partner-detail section .practicable, .partner-archive section .practicable {
          margin-top: 30px; } }
      .partner-detail section .practicable h3, .partner-archive section .practicable h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .partner-detail section .practicable h3, .partner-archive section .practicable h3 {
            font-size: 14px; } }
      .partner-detail section .practicable .practicable-image, .partner-archive section .practicable .practicable-image {
        margin-bottom: 20px; }
  .partner-detail .partner-apply, .partner-archive .partner-apply {
    border-bottom: none; }
    .partner-detail .partner-apply p, .partner-archive .partner-apply p {
      text-align: center;
      font-weight: 700;
      margin-bottom: 10px; }
    .partner-detail .partner-apply .partner-apply-btn, .partner-archive .partner-apply .partner-apply-btn {
      text-align: center; }
      .partner-detail .partner-apply .partner-apply-btn .btn-apply, .partner-archive .partner-apply .partner-apply-btn .btn-apply {
        display: inline-block;
        font-size: 23px;
        font-weight: 700;
        line-height: 1; }
        @media (max-width: 767px) {
          .partner-detail .partner-apply .partner-apply-btn .btn-apply, .partner-archive .partner-apply .partner-apply-btn .btn-apply {
            font-size: 18px; } }

.partner-archive {
  margin: 10px auto;
  background: none; }
  .partner-archive ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .partner-archive ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .partner-archive ul li {
      width: calc((100% - 10px ) / 2);
      background: #fff;
      text-align: center;
      font-size: 1.14rem;
      font-weight: 700;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 767px) {
        .partner-archive ul li {
          width: 100%; }
          .partner-archive ul li:nth-of-type(2) {
            margin-bottom: 10px; } }
      .partner-archive ul li a {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 40px 10px; }
        @media (max-width: 767px) {
          .partner-archive ul li a {
            padding: 20px 10px; } }

.about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  padding-top: 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .about {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .about {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .about {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .about {
      padding-top: 30px; } }
  .about .about-image {
    position: relative;
    z-index: 0; }
    @media (max-width: 767px) {
      .about .about-image {
        margin-bottom: 30px;
        width: calc(100% + 40px);
        margin-left: -20px; } }
  .about .about-txt {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px;
    width: 100%;
    max-width: 500px;
    background: #fff;
    z-index: 3; }
    @media (max-width: 767px) {
      .about .about-txt {
        padding: 0;
        margin-bottom: 30px; } }
    .about .about-txt h3 {
      font-size: 1.42rem;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .about .about-txt h3 {
          font-size: 1.333rem; } }
    .about .about-txt p {
      font-size: 1.14rem; }
  .about .left-content {
    margin-left: 60px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .about .left-content {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .about .left-content {
        margin-left: 0; }
        .about .left-content h3 br {
          display: none; } }
  .about .right-content {
    margin-left: auto;
    margin-right: 60px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .about .right-content {
        margin-left: auto;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .about .right-content {
        margin-left: 0;
        margin-right: 0; } }
  .about .center-content {
    text-align: center;
    max-width: 100%; }
    @media (max-width: 767px) {
      .about .center-content {
        text-align: left; } }
    .about .center-content h3 {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .about .center-content h3 {
          margin-bottom: 20px; } }
    .about .center-content p {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .about .center-content p {
          margin-bottom: 14px; }
          .about .center-content p br {
            display: none; } }
  .about .vb-logo {
    width: 130px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .about .vb-logo {
        width: 90px; } }
    .about .vb-logo a svg .st0 {
      fill: #008087; }
    .about .vb-logo a svg .st1 {
      fill: #000; }

.guide-content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .guide-content {
      max-width: inherit;
      margin: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .guide-content {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    .guide-content {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .guide-content {
      max-width: inherit;
      margin: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 60px; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
    .guide-content {
      padding: 0 20px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .guide-content {
      padding: 0 20px; } }
  .guide-content .guide-content-header {
    width: 100%;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .guide-content .guide-content-header {
        margin-bottom: 30px; } }
    .guide-content .guide-content-header h3 {
      font-size: 30px;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .guide-content .guide-content-header h3 {
          font-size: 20px; } }
  .guide-content section {
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.flow-content {
  padding-top: 100px; }
  @media (min-width: 1024px) {
    .flow-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .flow-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .flow-content {
      padding-top: 30px; } }
  .flow-content section {
    width: calc((100% - 48px) / 3);
    padding: 20px; }
    @media (max-width: 767px) {
      .flow-content section {
        width: 100%;
        margin-bottom: 20px; }
        .flow-content section:nth-last-child(1) {
          margin-bottom: 0; } }
    .flow-content section h4 {
      font-size: 1.28rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px; }
    .flow-content section p {
      text-align: justify; }
  .flow-content .guide-flow-1 h4 {
    padding-top: 60px;
    background: no-repeat top center;
    background-size: 60px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M33%2C8c-2.9%2C0-5.9%2C1.2-8%2C3.3C22.9%2C9.3%2C20%2C8%2C17%2C8C11.2%2C8%2C6.6%2C12.6%2C6.6%2C18.5c0%2C7%2C6.1%2C12.5%2C15.3%2C20.9l0.6-0.5%20l0.4-0.6C14%2C30.2%2C8.1%2C24.8%2C8.1%2C18.5c0-5%2C3.9-9%2C9-9c2.8%2C0%2C5.6%2C1.3%2C7.4%2C3.4c0.3%2C0.3%2C0.9%2C0.3%2C1.1%2C0c1.8-2.1%2C4.6-3.4%2C7.4-3.4%20c5%2C0%2C9%2C3.9%2C9%2C9c0%2C6.3-5.9%2C11.7-14.9%2C19.8l-2.6%2C2.3c-0.3%2C0.3-0.3%2C0.8%2C0%2C1.1c0.1%2C0.2%2C0.4%2C0.2%2C0.6%2C0.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2l2.6-2.4%20c9.2-8.4%2C15.3-13.9%2C15.3-20.9C43.4%2C12.6%2C38.8%2C8%2C33%2C8z%20M36.8%2C18.4c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8s0.8-0.3%2C0.8-0.8c0-3.1-2.7-5.6-5.9-5.6%20c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8C34.8%2C14.3%2C36.8%2C16.2%2C36.8%2C18.4z%22%2F%3E%3C%2Fsvg%3E"); }
    @media (max-width: 767px) {
      .flow-content .guide-flow-1 h4 {
        padding-top: 40px;
        background-size: 40px auto; } }
  .flow-content .guide-flow-2 h4 {
    padding-top: 60px;
    background: no-repeat top center;
    background-size: 60px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M35.6%2C38.4c-1.9%2C0-3.4-1.3-3.8-3.1H12.5c-0.4%2C1.8-2%2C3.1-3.8%2C3.1s-3.4-1.3-3.8-3.1H1.4c-0.6%2C0-1.1-0.5-1.1-1.1%20v-4.4c0-0.3%2C0-0.6%2C0.1-0.9l2-8.2c0.3-1.1%2C1.3-1.9%2C2.5-1.9h9c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8s-0.3%2C0.8-0.8%2C0.8h-9c-0.5%2C0-0.9%2C0.3-1%2C0.8%20l-2%2C8.2c0%2C0.2-0.1%2C0.4-0.1%2C0.5v4h3.7c0.4%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0.1%2C1.3%2C1.1%2C2.4%2C2.4%2C2.4s2.4-1%2C2.4-2.4c0-0.4%2C0.3-0.7%2C0.7-0.7h20.5%20c0.4%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0.1%2C1.3%2C1.1%2C2.4%2C2.4%2C2.4c1.3%2C0%2C2.4-1%2C2.4-2.4c0-0.4%2C0.3-0.7%2C0.7-0.7h9.5V13.1H17.1v17.8%20c0%2C0.4-0.3%2C0.8-0.8%2C0.8s-0.8-0.3-0.8-0.8V12.3c0-0.4%2C0.3-0.8%2C0.8-0.8H49c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v22.3c0%2C0.4-0.3%2C0.8-0.8%2C0.8h-9.6%20C39%2C37.1%2C37.5%2C38.4%2C35.6%2C38.4z%22%2F%3E%3C%2Fsvg%3E"); }
    @media (max-width: 767px) {
      .flow-content .guide-flow-2 h4 {
        padding-top: 40px;
        background-size: 40px auto; } }
  .flow-content .guide-flow-3 h4 {
    padding-top: 60px;
    background: no-repeat top center;
    background-size: 60px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M25%2C7.3C15.2%2C7.3%2C7.3%2C15.2%2C7.3%2C25c0%2C9.8%2C7.9%2C17.7%2C17.7%2C17.7S42.7%2C34.8%2C42.7%2C25C42.7%2C15.2%2C34.8%2C7.3%2C25%2C7.3z%20M25%2C41.2c-8.9%2C0-16.2-7.3-16.2-16.2c0-8.9%2C7.3-16.2%2C16.2-16.2S41.2%2C16.1%2C41.2%2C25C41.2%2C33.9%2C33.9%2C41.2%2C25%2C41.2z%20M38.9%2C21.7%20c-1.1-4.5-4.3-8.2-8.6-10c-0.4-0.2-0.8%2C0-1%2C0.4c-0.2%2C0.4%2C0%2C0.8%2C0.4%2C1c3.9%2C1.5%2C6.7%2C4.9%2C7.7%2C8.9c0.1%2C0.3%2C0.4%2C0.6%2C0.7%2C0.6%20c0.1%2C0%2C0.1%2C0%2C0.2%2C0C38.7%2C22.5%2C39%2C22.1%2C38.9%2C21.7z%20M20.2%2C36.9c-3.9-1.5-6.7-4.9-7.7-8.9c-0.1-0.4-0.5-0.7-0.9-0.6%20c-0.4%2C0.1-0.7%2C0.5-0.6%2C0.9c1.1%2C4.5%2C4.3%2C8.2%2C8.6%2C10c0.1%2C0%2C0.2%2C0.1%2C0.3%2C0.1c0.3%2C0%2C0.6-0.2%2C0.7-0.5C20.8%2C37.4%2C20.6%2C37%2C20.2%2C36.9z%20M29%2C18.2l-3.2%2C4.3c-0.2%2C0.3-0.2%2C0.8%2C0.2%2C1c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.2%2C0%2C0.5-0.1%2C0.6-0.3l3.2-4.3c0.2-0.3%2C0.2-0.8-0.2-1%20C29.7%2C17.8%2C29.3%2C17.9%2C29%2C18.2z%20M22.7%2C24.5h-2c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8h2c0.4%2C0%2C0.8-0.3%2C0.8-0.8S23.1%2C24.5%2C22.7%2C24.5%20z%20M30.1%2C25.3c0-0.4-0.3-0.8-0.8-0.8h-3.7c0%2C0%2C0%2C0%2C0%2C0c-0.2-0.4-0.8-1.1-2.3-3.2C20.8%2C18%2C20.8%2C18%2C20.5%2C18c-0.3-0.1-0.6%2C0.1-0.8%2C0.3%20c-0.2%2C0.3-0.2%2C0.6%2C0%2C0.9c0.4%2C0.6%2C3.9%2C5.2%2C4.5%2C6.1c0%2C0.8%2C0%2C3.9%2C0%2C6.1c0%2C0.4%2C0.3%2C0.8%2C0.7%2C0.8h0c0.4%2C0%2C0.7-0.3%2C0.8-0.7%20c0-0.9%2C0-1.7%2C0-2.4h3.6c0.4%2C0%2C0.8-0.3%2C0.8-0.8s-0.3-0.8-0.8-0.8h-3.6c0-0.6%2C0-1%2C0-1.3h3.6C29.8%2C26%2C30.1%2C25.7%2C30.1%2C25.3z%20M22.7%2C27.4%20h-2c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8h2c0.4%2C0%2C0.8-0.3%2C0.8-0.8S23.1%2C27.4%2C22.7%2C27.4z%22%2F%3E%3C%2Fsvg%3E"); }
    @media (max-width: 767px) {
      .flow-content .guide-flow-3 h4 {
        padding-top: 40px;
        background-size: 40px auto; } }

.rules-content section {
  padding: 20px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .rules-content section {
      margin-bottom: 20px; } }
  .rules-content section:last-child {
    margin-bottom: 0; }
  .rules-content section h4 {
    font-size: 1.28rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px; }
  .rules-content section p {
    text-align: center; }
  .rules-content section .aligncenter {
    text-align: center; }
  .rules-content section img {
    width: auto; }
    @media (max-width: 767px) {
      .rules-content section img {
        width: 100%; } }
  .rules-content section ul {
    margin-top: 30px; }
    .rules-content section ul li {
      display: inline-block;
      font-size: 1.07em;
      font-weight: 700;
      margin: 0 14px 10px; }
      .rules-content section ul li span {
        display: inline;
        font-weight: 700;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffff66));
        background: -webkit-linear-gradient(transparent 70%, #ffff66 0%);
        background: linear-gradient(transparent 70%, #ffff66 0%); }

.rules-content .guide-rules-1 h4 {
  padding-top: 60px;
  background: no-repeat top center;
  background-size: 60px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%23FB0004%22%20d%3D%22M42.7%2C25c0-9.8-7.9-17.7-17.7-17.7c-4.6%2C0-8.8%2C1.8-11.9%2C4.7l0%2C0L12%2C13l0%2C0C9.1%2C16.2%2C7.3%2C20.4%2C7.3%2C25%20c0%2C9.8%2C7.9%2C17.7%2C17.7%2C17.7c4.6%2C0%2C8.8-1.8%2C11.9-4.7l0%2C0L38%2C37l0%2C0C40.9%2C33.8%2C42.7%2C29.6%2C42.7%2C25z%20M25%2C8.8c8.9%2C0%2C16.2%2C7.3%2C16.2%2C16.2%20c0%2C4.2-1.6%2C8-4.2%2C10.9L14.1%2C13.1C17%2C10.4%2C20.8%2C8.8%2C25%2C8.8z%20M25%2C41.2c-8.9%2C0-16.2-7.3-16.2-16.2c0-4.2%2C1.6-8%2C4.2-10.9l22.8%2C22.8%20C33%2C39.6%2C29.2%2C41.2%2C25%2C41.2z%22%2F%3E%3C%2Fsvg%3E"); }
  @media (max-width: 767px) {
    .rules-content .guide-rules-1 h4 {
      padding-top: 40px;
      background-size: 40px auto; } }

.rules-content .guide-rules-2 h4 {
  padding-top: 60px;
  background: no-repeat top center;
  background-size: 60px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M43.4%2C18.9c0-0.1%2C0-0.1%2C0-0.2c0%2C0%2C0-0.1%2C0-0.1c0-0.1-0.1-0.1-0.1-0.2c0%2C0%2C0-0.1-0.1-0.1c0%2C0-0.1-0.1-0.2-0.1%20c0%2C0%2C0%2C0-0.1%2C0c-0.1%2C0-0.2-0.1-0.3-0.1c0%2C0%2C0%2C0%2C0%2C0l-23.5%2C0.2l-2.8-2l22.3%2C0l1.9%2C1.2c0.3%2C0.2%2C0.8%2C0.1%2C1-0.2c0.2-0.3%2C0.1-0.8-0.2-1%20L31.2%2C9.8c-0.1-0.1-0.3-0.1-0.4-0.1L7.3%2C9.8c0%2C0-0.1%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0C7.1%2C9.9%2C7%2C9.9%2C7%2C9.9c0%2C0-0.1%2C0-0.1%2C0.1%20c0%2C0-0.1%2C0.1-0.1%2C0.1c0%2C0%2C0%2C0-0.1%2C0.1c0%2C0%2C0%2C0.1-0.1%2C0.1c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0.1-0.1%2C0.3-0.1%2C0.4v20.4c0%2C0.2%2C0.1%2C0.5%2C0.3%2C0.6%20l11.6%2C8.5c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1h23.7c0.4%2C0%2C0.8-0.3%2C0.8-0.8L43.4%2C18.9C43.4%2C18.9%2C43.4%2C18.9%2C43.4%2C18.9%20C43.4%2C18.9%2C43.4%2C18.9%2C43.4%2C18.9z%20M34%2C13.3l-21.7%2C0l-2.7-2l21-0.2L34%2C13.3z%20M19.7%2C38.9V21.7c0-0.4-0.3-0.8-0.8-0.8s-0.8%2C0.3-0.8%2C0.8%20v16.4L8.1%2C30.8V12.1l3.6%2C2.6v3.8l0.5-0.5l0.5%2C1.3v0l0.5-0.5l0.5%2C1.3l0.5-0.5l0.5%2C1.3v-3.8l3.8%2C2.8c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1%20c0%2C0%2C0%2C0%2C0%2C0l23-0.2l0%2C19.2H19.7z%22%2F%3E%3C%2Fsvg%3E"); }
  @media (max-width: 767px) {
    .rules-content .guide-rules-2 h4 {
      padding-top: 40px;
      background-size: 40px auto; } }

.rules-content .guide-rules-3 h4 {
  padding-top: 60px;
  background: no-repeat top center;
  background-size: 60px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M38%2C37l-12-12l12-12c0.3-0.3%2C0.3-0.8%2C0-1.1s-0.8-0.3-1.1%2C0l-12%2C12L13%2C12c-0.3-0.3-0.8-0.3-1.1%2C0%20s-0.3%2C0.8%2C0%2C1.1l12%2C12L12%2C37c-0.3%2C0.3-0.3%2C0.8%2C0%2C1.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2s0.4-0.1%2C0.5-0.2l12-12l12%2C12c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2%20s0.4-0.1%2C0.5-0.2C38.3%2C37.7%2C38.3%2C37.3%2C38%2C37z%22%2F%3E%3C%2Fsvg%3E"); }
  @media (max-width: 767px) {
    .rules-content .guide-rules-3 h4 {
      padding-top: 40px;
      background-size: 40px auto; } }

.other-content section {
  margin-bottom: 2px;
  padding: 10px 20px; }
  .other-content section .guide-other-ttl {
    cursor: pointer; }
    .other-content section .guide-other-ttl h5 {
      font-size: 1.28rem;
      font-weight: 700; }
    .other-content section .guide-other-ttl a {
      color: #70381E; }

#main-visual {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  margin: 60px auto; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #main-visual {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    #main-visual {
      padding: 0 20px; } }
  #main-visual:before {
    content: "";
    display: block;
    padding-bottom: 41.8%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #main-visual:before {
        padding-bottom: 113.6%; } }
    @media (max-width: 767px) {
      #main-visual:before {
        padding-bottom: 113.6%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    #main-visual {
      margin: 30px 0; } }
  @media (max-width: 767px) {
    #main-visual {
      margin: 30px 0; } }
  #main-visual #slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #main-visual #slide-inner {
        display: none; } }
    @media (max-width: 767px) {
      #main-visual #slide-inner {
        display: none; } }
    #main-visual #slide-inner .mask {
      -webkit-clip-path: url("#svgPath");
              clip-path: url("#svgPath"); }
  #main-visual #slide-inner2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      #main-visual #slide-inner2 {
        display: none; } }
    #main-visual #slide-inner2 .mask {
      -webkit-clip-path: url("#svgPath2");
              clip-path: url("#svgPath2"); }
  #main-visual .topSlide-enter-active {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  #main-visual .topSlide-leave-active {
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  #main-visual .topSlide-enter,
  #main-visual .topSlide-Leave-to {
    opacity: 0; }

.charibon-copy {
  text-align: center;
  font-size: 2.71rem;
  font-weight: 700;
  letter-spacing: 0.4em; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .charibon-copy {
      font-size: 2.2rem; } }
  @media (max-width: 767px) {
    .charibon-copy {
      font-size: 1.285rem; } }
  .charibon-copy span {
    font-weight: 700;
    color: #25B4C2; }

.charibon-info-txt {
  text-align: center;
  font-size: 1.28rem;
  line-height: 2; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .charibon-info-txt {
      font-size: 1.18rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .charibon-info-txt {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    .charibon-info-txt {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .charibon-info-txt {
      text-align: left;
      font-size: 1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 60px; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
    .charibon-info-txt {
      padding: 0 20px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .charibon-info-txt {
      padding: 0 20px; } }
  .charibon-info-txt p {
    font-weight: 700;
    margin-bottom: 2em; }
    @media (max-width: 767px) {
      .charibon-info-txt p {
        text-align: left; }
        .charibon-info-txt p br {
          display: none; } }
    .charibon-info-txt p:last-child {
      margin-bottom: 0; }
  .charibon-info-txt:before {
    content: "";
    display: block;
    width: 50%;
    padding-top: 20vh;
    border-right: 1px solid #70381E;
    margin: 30px 0; }
    @media (max-width: 767px) {
      .charibon-info-txt:before {
        padding-top: 10vh;
        margin: 20px 0; } }

.front-partner-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .front-partner-pickup {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .front-partner-pickup {
      padding: 0 20px; } }
  .front-partner-pickup section {
    width: calc( (100% / 3) - 16px);
    margin-bottom: 24px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .front-partner-pickup section {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .front-partner-pickup section {
        width: 100%; } }
    .front-partner-pickup section .partner-image {
      z-index: 1;
      position: relative; }
    .front-partner-pickup section .partner-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px;
      width: calc(100% - 36px);
      margin: -30px auto 0;
      background: #fff;
      min-height: 115px;
      z-index: 2;
      position: relative; }
      @media (max-width: 767px) {
        .front-partner-pickup section .partner-content {
          min-height: inherit;
          padding-bottom: 40px; } }
      .front-partner-pickup section .partner-content h3 {
        font-size: 1.14rem;
        font-weight: 700;
        line-height: 1.6; }
        .front-partner-pickup section .partner-content h3 span {
          display: block;
          font-size: 0.85rem;
          font-weight: 700;
          line-height: 1; }
      @media (max-width: 767px) {
        .front-partner-pickup section .partner-content .partner-content-txt {
          display: none; } }
      .front-partner-pickup section .partner-content .btn-more {
        color: #25B4C2;
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-weight: 700;
        font-size: 0.85rem; }
        @media (max-width: 767px) {
          .front-partner-pickup section .partner-content .btn-more .btn-link-ol {
            border: none;
            padding: 0; } }
    .front-partner-pickup section .partner-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
    @media (min-width: 1024px) {
      .front-partner-pickup section:nth-of-type(1) {
        width: 100%;
        padding-bottom: calc(100% / 10); }
        .front-partner-pickup section:nth-of-type(1) .partner-image {
          width: calc(100% / 5 * 4); }
        .front-partner-pickup section:nth-of-type(1) .partner-content {
          padding: 30px;
          width: calc(100% / 5 * 2);
          margin: 0;
          min-height: auto;
          position: absolute;
          right: 0;
          bottom: 0; }
          .front-partner-pickup section:nth-of-type(1) .partner-content h3 {
            font-size: 1.78rem;
            margin-bottom: 20px; }
            .front-partner-pickup section:nth-of-type(1) .partner-content h3 span {
              display: block;
              font-size: 1.14rem;
              font-weight: 700;
              line-height: 1; }
          .front-partner-pickup section:nth-of-type(1) .partner-content .btn-more {
            position: static;
            font-size: 1.14rem;
            right: auto;
            bottom: auto;
            text-align: center;
            margin-top: 30px; }
            .front-partner-pickup section:nth-of-type(1) .partner-content .btn-more a {
              display: inline-block; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .front-partner-pickup section:nth-of-type(1) {
        width: 100%;
        padding-bottom: calc(100% / 10); }
        .front-partner-pickup section:nth-of-type(1) .partner-image {
          width: calc(100% / 5 * 4); }
        .front-partner-pickup section:nth-of-type(1) .partner-content {
          padding: 30px;
          width: calc(100% / 5 * 2);
          margin: 0;
          min-height: auto;
          position: absolute;
          right: 0;
          bottom: 0; }
          .front-partner-pickup section:nth-of-type(1) .partner-content h3 {
            font-size: 1.48rem;
            margin-bottom: 20px; }
            .front-partner-pickup section:nth-of-type(1) .partner-content h3 span {
              display: block;
              font-size: 0.85rem;
              font-weight: 700;
              line-height: 1; }
          .front-partner-pickup section:nth-of-type(1) .partner-content .partner-content-txt {
            height: 7em;
            overflow: hidden; }
          .front-partner-pickup section:nth-of-type(1) .partner-content .btn-more {
            position: static;
            font-size: 1rem;
            right: auto;
            bottom: auto;
            text-align: center;
            margin-top: 30px; }
            .front-partner-pickup section:nth-of-type(1) .partner-content .btn-more a {
              display: inline-block; } }
  .front-partner-pickup .fadeout {
    opacity: 0; }
  .front-partner-pickup .fadein {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  @media (min-width: 1024px) {
    .front-partner-pickup .pickup-3.fadein,
    .front-partner-pickup .pickup-6.fadein {
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
    .front-partner-pickup .pickup-4.fadein,
    .front-partner-pickup .pickup-7.fadein {
      -webkit-transition-delay: 400ms;
              transition-delay: 400ms; } }

.prtner-search-btn {
  text-align: center;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .prtner-search-btn {
      margin-top: 6px; } }
  .prtner-search-btn .btn-link {
    font-size: 23px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .prtner-search-btn .btn-link {
        font-size: 18px; } }

.front-partner-cat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .front-partner-cat {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .front-partner-cat {
      padding: 0 20px; } }
  .front-partner-cat .front-partner-cat-list {
    /*display: grid;
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		grid-auto-rows: 1fr;
		grid-gap: 24px;
		width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .front-partner-cat .front-partner-cat-list {
        /*grid-template-columns: repeat(1, minmax(100px, 1fr));
			grid-gap: 2px;*/ } }
    .front-partner-cat .front-partner-cat-list li {
      /*width: 100%;
			padding-bottom: 100px;
			position: relative;
			background: #fff;*/
      width: calc(100% / 3 - 16px);
      padding-bottom: 100px;
      position: relative;
      background: #fff;
      margin-right: 23px;
      margin-bottom: 24px;
      /*
			&:before {
				content: "";
				display: block;
				position: absolute;
				width: 10px;
				height: 10px;
				top: 0;
				left: 0;
				border-top: 1px solid $link_color;
				border-left: 1px solid $link_color;
			}
			&:after {
				content: "";
				display: block;
				position: absolute;
				width: 10px;
				height: 10px;
				top: 0;
				right: 0;
				border-top: 1px solid $link_color;
				border-right: 1px solid $link_color;
			}
			*/ }
      @media (min-width: 1024px) {
        .front-partner-cat .front-partner-cat-list li:nth-child(3n) {
          margin-right: 0; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .front-partner-cat .front-partner-cat-list li {
          width: calc(50% - 10px);
          margin: 0 20px 20px 0; }
          .front-partner-cat .front-partner-cat-list li:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 767px) {
        .front-partner-cat .front-partner-cat-list li {
          width: 100%;
          padding-bottom: 70px;
          margin: 0 0 2px 0; } }
      .front-partner-cat .front-partner-cat-list li p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 1.28rem;
        font-weight: 700;
        color: #25B4C2;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 24px; }
        @media (max-width: 767px) {
          .front-partner-cat .front-partner-cat-list li p {
            width: 90%;
            font-size: 1.14rem; } }
      .front-partner-cat .front-partner-cat-list li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /*
				&:before {
					content: "";
					display: block;
					position: absolute;
					width: 10px;
					height: 10px;
					bottom: 0;
					left: 0;
					border-bottom: 1px solid $link_color;
					border-left: 1px solid $link_color;
				}
				&:after {
					content: "";
					display: block;
					position: absolute;
					width: 10px;
					height: 10px;
					bottom: 0;
					right: 0;
					border-bottom: 1px solid $link_color;
					border-right: 1px solid $link_color;
				}
				*/ }

article .front-content-header {
  width: 100%;
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    article .front-content-header {
      margin-bottom: 30px; } }
  article .front-content-header h3 {
    font-size: 30px;
    font-weight: 700; }
    @media (max-width: 767px) {
      article .front-content-header h3 {
        font-size: 20px; } }

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .modal-mask .modal-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px; }
    @media (max-width: 767px) {
      .modal-mask .modal-wrapper {
        padding: 40px 0 0 0; } }
    .modal-mask .modal-wrapper .modal-container {
      width: 80%;
      max-width: 700px;
      height: calc(100vh - 40px);
      margin: 0 auto;
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      border-radius: 8px;
      background: #F9F9F9; }
      @media (max-width: 767px) {
        .modal-mask .modal-wrapper .modal-container {
          width: 100%;
          margin: 0;
          border-radius: 8px 8px 0 0;
          padding-bottom: 60px; } }
      .modal-mask .modal-wrapper .modal-container .modal-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #fff;
        padding: 10px 0;
        border-bottom: 2px solid #F9F9F9; }
        @media (max-width: 767px) {
          .modal-mask .modal-wrapper .modal-container .modal-header {
            text-align: left;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 10px 20px; } }
        .modal-mask .modal-wrapper .modal-container .modal-header h5 {
          font-size: 1.14rem;
          font-weight: 700 !important; }
        @media (min-width: 1024px) {
          .modal-mask .modal-wrapper .modal-container .modal-header .modal-close-btn {
            display: none; } }
        @media (max-width: 767px) {
          .modal-mask .modal-wrapper .modal-container .modal-header .modal-close-btn {
            position: absolute;
            top: 8px;
            right: 20px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            display: block; }
            .modal-mask .modal-wrapper .modal-container .modal-header .modal-close-btn span {
              position: absolute;
              top: calc(50% - 1px);
              right: 0;
              width: 100%;
              height: 2px;
              background-color: #70381E;
              display: inline-block; }
              .modal-mask .modal-wrapper .modal-container .modal-header .modal-close-btn span:nth-of-type(1) {
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg); }
              .modal-mask .modal-wrapper .modal-container .modal-header .modal-close-btn span:nth-of-type(2) {
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); } }
      .modal-mask .modal-wrapper .modal-container .modal-content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 30px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        background: #fff;
        width: calc(100% - 60px);
        margin: 30px auto 0; }
        .modal-mask .modal-wrapper .modal-container .modal-content:nth-last-of-type(1) {
          margin-bottom: 30px; }

@-moz-document url-prefix() {
  .modal-mask .modal-wrapper .modal-container .modal-content:nth-last-of-type(1) {
    padding-bottom: 90px; } }
        @media (max-width: 767px) {
          .modal-mask .modal-wrapper .modal-container .modal-content {
            padding: 20px;
            width: calc(100% -  40px);
            margin: 20px auto 0; }
            .modal-mask .modal-wrapper .modal-container .modal-content:nth-last-child(1) {
              margin-bottom: 60px; } }
        .modal-mask .modal-wrapper .modal-container .modal-content dt {
          font-weight: 700;
          font-size: 1.18rem;
          margin-bottom: 20px; }
        .modal-mask .modal-wrapper .modal-container .modal-content dd {
          word-break: break-all; }
          .modal-mask .modal-wrapper .modal-container .modal-content dd div {
            margin-bottom: 2em; }
          .modal-mask .modal-wrapper .modal-container .modal-content dd p {
            margin-bottom: 2em; }
          .modal-mask .modal-wrapper .modal-container .modal-content dd .wp-block-image {
            text-align: center; }
          .modal-mask .modal-wrapper .modal-container .modal-content dd img {
            width: auto;
            max-width: 100%; }
            @media (max-width: 767px) {
              .modal-mask .modal-wrapper .modal-container .modal-content dd img {
                max-width: 100%; } }
      .modal-mask .modal-wrapper .modal-container .modal-footer {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        background: #fff;
        cursor: pointer; }
        @media (max-width: 767px) {
          .modal-mask .modal-wrapper .modal-container .modal-footer {
            display: none; } }
        .modal-mask .modal-wrapper .modal-container .modal-footer p {
          width: 100%;
          padding: 20px 0; }

.modal-enter {
  opacity: 0; }

.modal-leave-active {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }

.item-info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  max-width: 960px;
  margin-top: 100px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .item-info {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .item-info {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .item-info {
      max-width: inherit;
      margin-top: 30px; } }
  .item-info .item-info-header {
    margin-bottom: 60px; }
    .item-info .item-info-header h1 {
      font-size: 2.71rem;
      font-weight: 700;
      text-align: center;
      line-height: 1.4; }
      @media (max-width: 767px) {
        .item-info .item-info-header h1 {
          font-size: 20px;
          text-align: left; }
          .item-info .item-info-header h1 br {
            display: none; } }
  .item-info section {
    width: 100%;
    position: relative; }
    .item-info section .item-info-content {
      width: 100%;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .item-info section .item-info-content {
          margin-bottom: 30px; } }
      .item-info section .item-info-content.flex-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          .item-info section .item-info-content.flex-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .item-info section .item-info-content.flex2-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 767px) {
          .item-info section .item-info-content.flex2-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .item-info section .item-info-content h3 {
        font-size: 1.42rem;
        font-weight: 700; }
        @media (max-width: 767px) {
          .item-info section .item-info-content h3 {
            font-size: 1.18rem; } }
      .item-info section .item-info-content .graph-content {
        width: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 30px; }
        @media (max-width: 767px) {
          .item-info section .item-info-content .graph-content {
            width: 100%;
            padding-right: 0; }
            .item-info section .item-info-content .graph-content:nth-child(1) {
              margin-bottom: 30px; } }
        .item-info section .item-info-content .graph-content dl {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          .item-info section .item-info-content .graph-content dl dt {
            width: 80px;
            display: inline-block;
            text-align: right;
            padding: 20px 10px 20px 0;
            border-right: 1px solid #70381E;
            font-weight: 700; }
            @media (max-width: 767px) {
              .item-info section .item-info-content .graph-content dl dt {
                width: 70px;
                padding: 16px 8px 16px 0; } }
          .item-info section .item-info-content .graph-content dl dd {
            width: calc(100% - 80px); }
            @media (max-width: 767px) {
              .item-info section .item-info-content .graph-content dl dd {
                width: calc(100% - 70px); } }
            .item-info section .item-info-content .graph-content dl dd span {
              display: block;
              height: 20px;
              background: #70381E; }
        .item-info section .item-info-content .graph-content .plus, .item-info section .item-info-content .graph-content .minus {
          font-weight: 700;
          font-size: 1.14rem;
          margin: 0 0 0 80px; }
          @media (max-width: 767px) {
            .item-info section .item-info-content .graph-content .plus, .item-info section .item-info-content .graph-content .minus {
              margin: 0 0 0 0; } }
  .item-info .item-info-1 .item-info-content .vb-base-image {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .item-info .item-info-1 .item-info-content .vb-base-image {
        width: 80%;
        padding-right: 0;
        padding-bottom: 30px;
        margin: 0 auto; } }
    .item-info .item-info-1 .item-info-content .vb-base-image:after {
      content: "";
      display: block;
      position: absolute; }
      @media (min-width: 1024px) {
        .item-info .item-info-1 .item-info-content .vb-base-image:after {
          width: 10px;
          top: 50%;
          right: 0;
          border-top: 1px solid #70381E; } }
      @media (max-width: 767px) {
        .item-info .item-info-1 .item-info-content .vb-base-image:after {
          bottom: 0;
          border-left: 1px solid #70381E;
          width: 0;
          height: 10px;
          left: 50%; } }
    .item-info .item-info-1 .item-info-content .vb-base-image svg {
      fill: #70381E; }
  .item-info .item-info-1 .item-info-content .arrive-book {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .item-info .item-info-1 .item-info-content .arrive-book {
        width: 100%;
        padding-left: 0;
        padding-top: 20px; } }
    .item-info .item-info-1 .item-info-content .arrive-book:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid #70381E; }
      @media (min-width: 1024px) {
        .item-info .item-info-1 .item-info-content .arrive-book:before {
          width: 10px;
          height: 100%;
          border-right: none; } }
      @media (max-width: 767px) {
        .item-info .item-info-1 .item-info-content .arrive-book:before {
          width: 100%;
          height: 10px;
          border-bottom: none; } }
    .item-info .item-info-1 .item-info-content .arrive-book .icons {
      display: block;
      width: calc(100% / 10);
      opacity: 0;
      position: relative;
      margin: 5px 0; }
      .item-info .item-info-1 .item-info-content .arrive-book .icons:before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      @media (max-width: 767px) {
        .item-info .item-info-1 .item-info-content .arrive-book .icons {
          width: calc(100% / 14); } }
      .item-info .item-info-1 .item-info-content .arrive-book .icons svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        fill: #70381E; }
  @media (max-width: 767px) {
    .item-info .item-info-1 .item-info-content .balloon-right br {
      display: none; } }
  .item-info .item-info-1 .item-info-content .arrive-book-num {
    width: 330px;
    margin: 10px 0 0 30px; }
    @media (max-width: 767px) {
      .item-info .item-info-1 .item-info-content .arrive-book-num {
        width: 100%;
        max-width: 250px;
        margin: 16px auto 0; } }
    .item-info .item-info-1 .item-info-content .arrive-book-num svg {
      fill: #70381E; }
  .item-info .item-info-1 .item-info-content .circle {
    position: relative;
    width: 300px;
    height: 300px;
    background: #70381E;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 767px) {
      .item-info .item-info-1 .item-info-content .circle {
        width: 200px;
        height: 200px; } }
    .item-info .item-info-1 .item-info-content .circle:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -50%;
      width: 100%;
      height: 100%;
      background: #D4C3BB;
      -webkit-transform-origin: right 50%;
              transform-origin: right 50%;
      z-index: 3; }
    .item-info .item-info-1 .item-info-content .circle:after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 50%;
      width: 100%;
      height: 100%;
      background: #D4C3BB;
      -webkit-transform-origin: left 50%;
              transform-origin: left 50%;
      z-index: 2; }
    .item-info .item-info-1 .item-info-content .circle .percent {
      width: 61px;
      position: absolute;
      top: 100px;
      right: 40px; }
      @media (max-width: 767px) {
        .item-info .item-info-1 .item-info-content .circle .percent {
          width: 40px;
          top: calc(50% - 10px);
          right: calc(25% - 20px); } }
      .item-info .item-info-1 .item-info-content .circle .percent svg {
        fill: #fff; }
    .item-info .item-info-1 .item-info-content .circle _:-ms-lang(x)::-ms-backdrop, .item-info .item-info-1 .item-info-content .circle .percent {
      top: 20px; }
  .item-info .item-info-1 .item-info-content .balloon-left {
    margin: 120px 0 0 -80px;
    padding-top: 60px;
    background: no-repeat top center;
    background-size: 60px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M17.4%2C17.4c0.3%2C0.3%2C0.7%2C0.3%2C1%2C0.1c0.3-0.2%2C0.6-0.5%2C0.9-0.7c0.4-0.3%2C0.8-0.6%2C1.2-0.9c0.9-0.6%2C1.9-1%2C2.8-1.2%20c1.9-0.5%2C3.9-0.5%2C5.7%2C0c-0.2%2C0.2-0.4%2C0.5-0.7%2C0.7c-0.1%2C0.1-0.2%2C0.2-0.2%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0.3%2C0.5%2C0.6%2C0.6l9.5%2C2.4%20c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.2-0.2%2C0.3-0.5%2C0.2-0.7c-0.9-3.1-1.8-6.2-2.7-9.4c0-0.1-0.1-0.3-0.2-0.3%20c-0.1-0.1-0.1-0.1-0.2-0.2c-0.3-0.1-0.6%2C0-0.8%2C0.2l-1%2C1.1c-0.1%2C0.1-0.2%2C0.2-0.2%2C0.3c0%2C0%2C0%2C0%2C0%2C0c0%2C0-0.1%2C0-0.1-0.1%20c-2.3-1.1-4.9-1.7-7.5-1.7c0%2C0-0.1%2C0-0.1%2C0c-4.5%2C0-9%2C1.9-12.1%2C5c-0.3%2C0.3-0.3%2C0.8%2C0%2C1.1L17.4%2C17.4z%20M26.1%2C9.4%20C26.1%2C9.4%2C26.1%2C9.4%2C26.1%2C9.4c2.5%2C0%2C4.8%2C0.6%2C6.9%2C1.6c0.9%2C0.4%2C1.3%2C0.4%2C1.9-0.3c0.1-0.1%2C0.1-0.1%2C0.2-0.2l0.1-0.1%20c0.7%2C2.3%2C1.3%2C4.6%2C2%2C6.9l-6.9-1.7c0.1-0.1%2C0.3-0.3%2C0.4-0.4l0.2-0.2c0.2-0.2%2C0.2-0.4%2C0.2-0.7c-0.1-0.2-0.2-0.4-0.4-0.5%20c-2.4-1-5.1-1.1-7.7-0.5c-1.1%2C0.3-2.2%2C0.8-3.2%2C1.4c-0.5%2C0.3-0.9%2C0.7-1.3%2C1c-0.1%2C0.1-0.2%2C0.2-0.3%2C0.3l-2.4-2.4%20C18.4%2C10.9%2C22.2%2C9.4%2C26.1%2C9.4z%20M22.9%2C35.3c-0.1%2C0-0.2%2C0-0.3-0.1c-3.3-1.1-5.8-3.8-6.8-7.1c0-0.1-0.1-0.3-0.1-0.4%20c0.3%2C0.1%2C0.6%2C0.2%2C0.9%2C0.2c0.1%2C0%2C0.3%2C0%2C0.4%2C0c0.1%2C0%2C0.2-0.1%2C0.2-0.1c0.2-0.2%2C0.3-0.5%2C0.3-0.8c-0.9-3.1-1.8-6.2-2.7-9.4%20c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.1-0.3-0.2c-0.3-0.1-0.6%2C0-0.8%2C0.2c-2.3%2C2.3-4.5%2C4.7-6.8%2C7c-0.1%2C0.1-0.2%2C0.2-0.2%2C0.3%20c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0.3%2C0.5%2C0.6%2C0.6L8.4%2C26C8.6%2C26%2C8.7%2C26%2C8.9%2C26c0%2C0%2C0.1%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0c0.1%2C2.5%2C0.8%2C4.9%2C2%2C7.1%20c2.2%2C4.2%2C6.1%2C7.3%2C10.7%2C8.5c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.1%2C0%2C0.3%2C0%2C0.4-0.1c0.2-0.1%2C0.3-0.3%2C0.4-0.5l1.1-4.2C23.8%2C36.3%2C23.9%2C35.6%2C22.9%2C35.3z%20M21.3%2C40c-3.8-1.2-7.2-4-9-7.5c-1-2-1.7-4.2-1.8-6.4c-0.1-1.2-0.9-1.3-1.3-1.4c-0.1%2C0-0.2%2C0-0.4-0.1l0%2C0c1.7-1.7%2C3.3-3.4%2C5-5.1%20c0.7%2C2.3%2C1.3%2C4.6%2C2%2C6.9c-0.3-0.1-0.5-0.1-0.8-0.2c-0.2-0.1-0.5%2C0-0.7%2C0.2s-0.3%2C0.4-0.2%2C0.7c0.1%2C0.6%2C0.2%2C1.2%2C0.4%2C1.8c0%2C0%2C0%2C0%2C0%2C0%20c1.1%2C3.8%2C4.1%2C6.8%2C7.8%2C8.1c0%2C0%2C0%2C0%2C0%2C0L21.3%2C40z%20M42.9%2C20.7c-0.1-0.4-0.5-0.6-0.9-0.5c0%2C0-0.1%2C0-0.1%2C0c-0.2%2C0-0.5%2C0.1-1%2C0.2%20c-3.4%2C0.7-4%2C0.9-4.3%2C1.3c-0.3%2C0.4-0.2%2C0.9%2C0%2C2.1c0.1%2C0.3%2C0.1%2C0.5%2C0.1%2C0.6c0.1%2C1.1%2C0%2C2.2-0.3%2C3.3c-0.4%2C1.6-1.2%2C3.1-2.4%2C4.4%20c-0.1-0.3-0.2-0.6-0.3-1c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.3-0.1-0.6%2C0-0.8%2C0.2l-0.9%2C0.9%20c-2.1%2C2.2-4.2%2C4.5-6.2%2C6.7c-0.1%2C0.1-0.1%2C0.2-0.2%2C0.3c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0%2C0.3%2C0.3%2C0.5%2C0.6%2C0.6l10.2%2C2.3c0.1%2C0%2C0.1%2C0%2C0.2%2C0%20c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0.2-0.2%2C0.2-0.5%2C0.2-0.7l-0.4-1.4c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.2c0.1-0.1%2C0.4-0.3%2C0.6-0.5%20c0.2-0.1%2C0.4-0.3%2C0.6-0.4c0.4-0.4%2C0.9-0.8%2C1.2-1.2c0.7-0.8%2C1.4-1.6%2C2-2.5C43.2%2C30.5%2C44.1%2C25.4%2C42.9%2C20.7z%20M39.3%2C33.7%20c-0.5%2C0.8-1.2%2C1.6-1.8%2C2.3c-0.4%2C0.4-0.7%2C0.7-1.1%2C1.1c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.3c-0.3%2C0.2-0.7%2C0.5-0.9%2C0.8c-0.1%2C0.1-0.1%2C0.1-0.1%2C0.1%20c-0.3%2C0.3-0.3%2C0.7-0.2%2C0.8c0%2C0.3%2C0.1%2C0.6%2C0.2%2C0.9c0%2C0.1%2C0.1%2C0.1%2C0.1%2C0.2l0.1%2C0.2l-7.7-1.7c1.8-1.9%2C3.6-3.8%2C5.3-5.8%20c0.1%2C0.3%2C0.2%2C0.6%2C0.3%2C0.9c0.1%2C0.2%2C0.3%2C0.4%2C0.5%2C0.5c0.2%2C0.1%2C0.5%2C0%2C0.7-0.2c1.8-1.5%2C3.1-3.7%2C3.7-6c0.3-1.2%2C0.4-2.5%2C0.4-3.8%20c0-0.1-0.1-0.5-0.1-0.8c0-0.2-0.1-0.6-0.2-0.9c0.7-0.2%2C2.5-0.6%2C3.3-0.7c0.2%2C0%2C0.3-0.1%2C0.4-0.1C42.4%2C25.9%2C41.6%2C30.3%2C39.3%2C33.7z%22%2F%3E%3C%2Fsvg%3E");
    padding-top: 70px;
    z-index: 5;
    background-color: #fff;
    background-position: top 10px center; }
    @media (max-width: 767px) {
      .item-info .item-info-1 .item-info-content .balloon-left {
        padding-top: 40px;
        background-size: 40px auto; } }
    @media (max-width: 767px) {
      .item-info .item-info-1 .item-info-content .balloon-left {
        margin: -30px 0 0 0;
        padding-top: 50px; } }
  .item-info .item-info-2 .item-info-content .graph-content dl dd span.cost1 {
    width: 60%;
    background: #D4C3BB; }
  .item-info .item-info-2 .item-info-content .graph-content dl dd span.price1 {
    width: 80%; }
  .item-info .item-info-2 .item-info-content .graph-content dl dd span.cost2 {
    width: 80%;
    background: #D4C3BB; }
  .item-info .item-info-2 .item-info-content .graph-content dl dd span.price2 {
    width: 60%; }
  .item-info .item-info-2 .item-info-content .graph-content .plus, .item-info .item-info-2 section .item-info-content .graph-content .minus, .item-info section .item-info-2 .item-info-content .graph-content .minus {
    padding: 20px 0 20px 44px;
    background: no-repeat left center;
    background-size: 40px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2325B4C2%22%20d%3D%22M25%2C7.3C15.2%2C7.3%2C7.3%2C15.2%2C7.3%2C25c0%2C9.8%2C7.9%2C17.7%2C17.7%2C17.7S42.7%2C34.8%2C42.7%2C25C42.7%2C15.2%2C34.8%2C7.3%2C25%2C7.3z%20M25%2C41.2%20c-8.9%2C0-16.2-7.3-16.2-16.2c0-8.9%2C7.3-16.2%2C16.2-16.2S41.2%2C16.1%2C41.2%2C25C41.2%2C33.9%2C33.9%2C41.2%2C25%2C41.2z%20M32.8%2C24.2h-7l0-7%20c0-0.4-0.3-0.8-0.8-0.8s-0.8%2C0.3-0.8%2C0.8l0%2C7h-7c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8h7l0%2C7c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8%20s0.8-0.3%2C0.8-0.8l0-7h7c0.4%2C0%2C0.8-0.3%2C0.8-0.8S33.2%2C24.2%2C32.8%2C24.2z%22%2F%3E%3C%2Fsvg%3E"); }
  .item-info .item-info-2 .item-info-content .graph-content .minus {
    padding: 20px 0 20px 44px;
    background: no-repeat left center;
    background-size: 40px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%23FB0004%22%20d%3D%22M25%2C7.3C15.2%2C7.3%2C7.3%2C15.2%2C7.3%2C25c0%2C9.8%2C7.9%2C17.7%2C17.7%2C17.7S42.7%2C34.8%2C42.7%2C25C42.7%2C15.2%2C34.8%2C7.3%2C25%2C7.3z%20M25%2C41.2c-8.9%2C0-16.2-7.3-16.2-16.2c0-8.9%2C7.3-16.2%2C16.2-16.2S41.2%2C16.1%2C41.2%2C25C41.2%2C33.9%2C33.9%2C41.2%2C25%2C41.2z%20M32.8%2C24.2H17.2%20c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8h15.5c0.4%2C0%2C0.8-0.3%2C0.8-0.8S33.2%2C24.2%2C32.8%2C24.2z%22%2F%3E%3C%2Fsvg%3E"); }
  .item-info .item-info-2 .item-info-content .cost-info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: 1px solid #70381E;
    padding: 20px 0; }
    .item-info .item-info-2 .item-info-content .cost-info li {
      display: block;
      font-weight: 700;
      font-size: 0.857rem;
      width: 80px; }
      @media (max-width: 767px) {
        .item-info .item-info-2 .item-info-content .cost-info li {
          width: 40px; } }
    .item-info .item-info-2 .item-info-content .cost-info .Stocking {
      padding-top: 60px;
      background: no-repeat top center;
      background-size: 60px auto;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M38.7%2C6.6H13.6c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8h23.2L35%2C9.8c-0.3%2C0.3-0.3%2C0.8%2C0%2C1.1%20c0.1%2C0.2%2C0.3%2C0.2%2C0.5%2C0.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2l1.9-1.8v29.7l-2.2%2C2.1V21.2c0-0.4-0.3-0.8-0.8-0.8s-0.8%2C0.3-0.8%2C0.8v20.8H12.1%20V11.5h20.8c0.4%2C0%2C0.8-0.3%2C0.8-0.8S33.3%2C10%2C32.8%2C10H15.2l0.4-0.4c0.3-0.3%2C0.3-0.8%2C0-1.1c-0.3-0.3-0.8-0.3-1.1%2C0l-1.5%2C1.4%20c0%2C0%2C0%2C0.1-0.1%2C0.1h-1.7c-0.4%2C0-0.8%2C0.3-0.8%2C0.8v31.9c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8h23.6c0.3%2C0%2C0.5-0.2%2C0.6-0.4c0.1%2C0%2C0.1-0.1%2C0.2-0.1%20l3.4-3.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5V7.3C39.4%2C6.9%2C39.1%2C6.6%2C38.7%2C6.6z%22%2F%3E%3C%2Fsvg%3E"); }
      @media (max-width: 767px) {
        .item-info .item-info-2 .item-info-content .cost-info .Stocking {
          padding-top: 40px;
          background-size: 40px auto; } }
    .item-info .item-info-2 .item-info-content .cost-info .labor {
      padding-top: 60px;
      background: no-repeat top center;
      background-size: 60px auto;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M41.9%2C42.2c-0.3-1.1-0.5-2.2-0.7-3.3c-0.4-2-0.9-4-1.4-5.9c-0.1-0.5-0.3-1.1-0.6-1.5c-0.6-1-1.8-1.4-2.9-1.6%20c0.1-0.1%2C0.3-0.3%2C0.4-0.5c0.5-0.7%2C0.8-1.6%2C0.8-2.8c0.1-1.2%2C0.1-2.6%2C0-4.2c0-2.8-0.4-5.2-1.2-7.4c-1.7-5.2-5.7-8.1-11-8.3h-0.1%20c-2.3%2C0.1-4.5%2C0.7-6.2%2C1.8c-3%2C1.9-4.5%2C5.3-5.4%2C8c-0.3%2C0.9-2.8%2C8.6-0.4%2C12.5c0.3%2C0.5%2C0.7%2C0.9%2C1.1%2C1.2c-0.8%2C0.2-1.6%2C0.4-2.1%2C0.5%20c-1.8%2C0.4-2.4%2C2.4-2.7%2C3.8c0%2C0.2-0.1%2C0.4-0.1%2C0.6c-0.8%2C2.8-1.2%2C5.2-1.3%2C7.3c0%2C0.4%2C0.3%2C0.8%2C0.7%2C0.8c0%2C0%2C0%2C0%2C0%2C0%20c0.4%2C0%2C0.7-0.3%2C0.7-0.7c0.1-2.1%2C0.5-4.3%2C1.2-7c0.1-0.2%2C0.1-0.4%2C0.2-0.6c0.3-1.4%2C0.7-2.5%2C1.5-2.7c0.6-0.1%2C1.4-0.3%2C2.2-0.5%20c0.7-0.2%2C1.5-0.4%2C2-0.5c0.9%2C0.1%2C1.6%2C0.2%2C2.2%2C0.2c0.2%2C0%2C0.4%2C0%2C0.6%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.2c0%2C0%2C0%2C0%2C0%2C0v4.7l-2.5%2C6.3%20c-0.1%2C0.2-0.1%2C0.5%2C0.1%2C0.7c0.1%2C0.2%2C0.4%2C0.3%2C0.6%2C0.3l15.1%2C0.2h0c0.2%2C0%2C0.5-0.1%2C0.6-0.3c0.1-0.2%2C0.2-0.5%2C0.1-0.7l-2.8-6.6l-0.4-4.7%20c0.1-0.1%2C0.2-0.1%2C0.3-0.2c0.3-0.2%2C0.4-0.7%2C0.2-1c-0.2-0.3-0.7-0.4-1-0.2c-2.7%2C1.8-6.4%2C1.9-9.2%2C0.3c0.3-0.9-0.1-2.1-0.4-2.9%20c0-0.1-0.1-0.2-0.1-0.3c1.5%2C0.8%2C3.1%2C1.2%2C4.8%2C1.2c1.5%2C0%2C3-0.3%2C4.3-1c-0.3%2C0.6-0.5%2C1.1-0.9%2C1.6c-0.2%2C0.3-0.1%2C0.8%2C0.2%2C1%20c0.1%2C0.1%2C0.3%2C0.1%2C0.4%2C0.1c0.2%2C0%2C0.5-0.1%2C0.6-0.3c0.8-1.2%2C1.3-2.5%2C1.7-3.8c0.1-0.1%2C0.1-0.2%2C0.1-0.4c0.7-3%2C0.5-6.3-0.9-9.4%20c-0.2-0.4-0.6-0.5-1-0.4c-0.4%2C0.2-0.5%2C0.6-0.4%2C1c1.2%2C2.7%2C1.5%2C5.6%2C0.9%2C8.3c-1.5%2C1-3.2%2C1.6-5%2C1.6c-1.9%2C0-3.8-0.6-5.3-1.8%20c-0.2-1.2-0.4-2.3-0.4-3.4c0-1.6-0.1-4.4%2C1.2-5.5c0.3-0.3%2C0.4-0.7%2C0.1-1.1c-0.3-0.3-0.7-0.4-1.1-0.1c-1.8%2C1.5-1.8%2C4.7-1.7%2C6.7%20c0%2C1.2%2C0.2%2C2.5%2C0.4%2C3.8c0%2C0%2C0%2C0%2C0%2C0c0.1%2C0.6%2C0.2%2C1.1%2C0.4%2C1.8c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.6c0.2%2C0.6%2C0.6%2C1.8%2C0.3%2C2.2c0%2C0-0.1%2C0.1-0.3%2C0.1%20c-0.3%2C0-1%2C0-2.4-0.2c-1-0.1-1.8-0.6-2.3-1.5c-1.7-2.7-0.4-8.6%2C0.6-11.2c0.9-2.5%2C2.2-5.6%2C4.8-7.3c1.5-1%2C3.4-1.5%2C5.5-1.6%20c4.7%2C0.2%2C8.1%2C2.7%2C9.6%2C7.3c0.7%2C2%2C1%2C4.3%2C1.1%2C6.9c0%2C1.6%2C0%2C2.9%2C0%2C4.1c0%2C0.9-0.2%2C1.5-0.5%2C2c-0.5%2C0.8-1.6%2C1.1-2.5%2C0.8%20c-0.4-0.1-0.8%2C0.1-1%2C0.5c-0.1%2C0.4%2C0.1%2C0.8%2C0.5%2C1c0.5%2C0.2%2C1.1%2C0.2%2C1.6%2C0.2c0%2C0%2C0%2C0%2C0%2C0c0.3%2C0.1%2C0.7%2C0.1%2C1%2C0.2%20c1.1%2C0.2%2C2.4%2C0.4%2C2.9%2C1.2c0.2%2C0.3%2C0.3%2C0.7%2C0.4%2C1.1c0.5%2C2%2C0.9%2C4%2C1.4%2C5.9c0.2%2C1.1%2C0.5%2C2.2%2C0.8%2C3.3c0.1%2C0.3%2C0.4%2C0.6%2C0.7%2C0.6%20c0.1%2C0%2C0.1%2C0%2C0.2%2C0C41.8%2C43%2C42%2C42.6%2C41.9%2C42.2z%20M21.4%2C31.9c1.2%2C0.5%2C2.5%2C0.8%2C3.8%2C0.8c1.4%2C0%2C2.7-0.3%2C3.9-0.8l0.3%2C3.4h-8.1V31.9z%20M28.5%2C16.1c-2.6%2C0.1-5.1-1.1-6.6-3.1c-0.3-0.3-0.7-0.4-1.1-0.1c-0.3%2C0.3-0.4%2C0.7-0.1%2C1.1c1.8%2C2.3%2C4.7%2C3.7%2C7.6%2C3.7%20c0.1%2C0%2C0.1%2C0%2C0.2%2C0c0.4%2C0%2C0.7-0.4%2C0.7-0.8C29.2%2C16.4%2C28.9%2C16.1%2C28.5%2C16.1L28.5%2C16.1z%20M34.7%2C39.1c-0.4%2C0.2-0.6%2C0.6-0.4%2C1%20c0.4%2C0.8%2C0.6%2C1.7%2C0.7%2C2.6c0%2C0.4%2C0.4%2C0.7%2C0.7%2C0.7c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.7-0.4%2C0.7-0.8c-0.1-1.1-0.4-2.1-0.8-3.1%20C35.6%2C39.1%2C35.1%2C39%2C34.7%2C39.1z%20M15.6%2C40.2c-0.4-0.1-0.8%2C0.2-0.9%2C0.6l-0.3%2C1.5c-0.1%2C0.4%2C0.2%2C0.8%2C0.6%2C0.9c0%2C0%2C0.1%2C0%2C0.1%2C0%20c0.4%2C0%2C0.7-0.3%2C0.7-0.6l0.3-1.5C16.2%2C40.7%2C16%2C40.3%2C15.6%2C40.2z%22%2F%3E%3C%2Fsvg%3E"); }
      @media (max-width: 767px) {
        .item-info .item-info-2 .item-info-content .cost-info .labor {
          padding-top: 40px;
          background-size: 40px auto; } }
    .item-info .item-info-2 .item-info-content .cost-info .transport {
      padding-top: 60px;
      background: no-repeat top center;
      background-size: 60px auto;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M35.6%2C38.4c-1.9%2C0-3.4-1.3-3.8-3.1H12.5c-0.4%2C1.8-2%2C3.1-3.8%2C3.1s-3.4-1.3-3.8-3.1H1.4c-0.6%2C0-1.1-0.5-1.1-1.1%20v-4.4c0-0.3%2C0-0.6%2C0.1-0.9l2-8.2c0.3-1.1%2C1.3-1.9%2C2.5-1.9h9c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8s-0.3%2C0.8-0.8%2C0.8h-9c-0.5%2C0-0.9%2C0.3-1%2C0.8%20l-2%2C8.2c0%2C0.2-0.1%2C0.4-0.1%2C0.5v4h3.7c0.4%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0.1%2C1.3%2C1.1%2C2.4%2C2.4%2C2.4s2.4-1%2C2.4-2.4c0-0.4%2C0.3-0.7%2C0.7-0.7h20.5%20c0.4%2C0%2C0.7%2C0.3%2C0.7%2C0.7c0.1%2C1.3%2C1.1%2C2.4%2C2.4%2C2.4c1.3%2C0%2C2.4-1%2C2.4-2.4c0-0.4%2C0.3-0.7%2C0.7-0.7h9.5V13.1H17.1v17.8%20c0%2C0.4-0.3%2C0.8-0.8%2C0.8s-0.8-0.3-0.8-0.8V12.3c0-0.4%2C0.3-0.8%2C0.8-0.8H49c0.4%2C0%2C0.8%2C0.3%2C0.8%2C0.8v22.3c0%2C0.4-0.3%2C0.8-0.8%2C0.8h-9.6%20C39%2C37.1%2C37.5%2C38.4%2C35.6%2C38.4z%22%2F%3E%3C%2Fsvg%3E"); }
      @media (max-width: 767px) {
        .item-info .item-info-2 .item-info-content .cost-info .transport {
          padding-top: 40px;
          background-size: 40px auto; } }
    .item-info .item-info-2 .item-info-content .cost-info .duties {
      padding-top: 60px;
      background: no-repeat top center;
      background-size: 60px auto;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M11.7%2C25.1c1.9%2C0%2C3.5-0.9%2C4.4-2.2c0.9%2C1.3%2C2.5%2C2.2%2C4.4%2C2.2c1.9%2C0%2C3.5-0.9%2C4.4-2.2c0.9%2C1.3%2C2.5%2C2.2%2C4.4%2C2.2%20c1.9%2C0%2C3.5-0.9%2C4.4-2.2c0.9%2C1.3%2C2.5%2C2.2%2C4.4%2C2.2c2.9%2C0%2C5.2-2%2C5.2-4.4c0-0.1%2C0-0.2%2C0-0.2L39.8%2C10c-0.1-0.3-0.4-0.5-0.7-0.5h-24%20c-0.4%2C0-0.8%2C0.3-0.8%2C0.8s0.3%2C0.8%2C0.8%2C0.8h23.5l3.3%2C9.8c-0.1%2C1.6-1.7%2C2.8-3.7%2C2.8c-2%2C0-3.7-1.3-3.7-3l-0.8-6.7%20c0-0.4-0.4-0.7-0.8-0.7c-0.4%2C0-0.7%2C0.4-0.7%2C0.8l0.8%2C6.6c0%2C1.6-1.6%2C2.9-3.7%2C2.9s-3.7-1.3-3.7-2.9v-6.3c0-0.4-0.3-0.8-0.8-0.8%20s-0.8%2C0.3-0.8%2C0.8v6.3c0%2C1.6-1.6%2C2.9-3.7%2C2.9s-3.7-1.3-3.7-2.8l0.8-6.3c0-0.4-0.2-0.8-0.7-0.8c-0.4-0.1-0.8%2C0.2-0.8%2C0.7l-0.8%2C6.4%20c0%2C1.6-1.6%2C2.9-3.7%2C2.9c-2%2C0-3.6-1.3-3.7-2.8l3.5-10.3c0.1-0.4-0.1-0.8-0.5-1c-0.4-0.1-0.8%2C0.1-1%2C0.5L6.6%2C20.5c0%2C0.1%2C0%2C0.2%2C0%2C0.2%20c0%2C1.8%2C1.2%2C3.3%2C2.9%2C4v15c0%2C0.4%2C0.3%2C0.8%2C0.8%2C0.8h29.5c0.4%2C0%2C0.8-0.3%2C0.8-0.8v-12c0-0.4-0.3-0.8-0.8-0.8S39%2C27.3%2C39%2C27.7V39H11V25.1%20C11.3%2C25.1%2C11.5%2C25.1%2C11.7%2C25.1z%22%2F%3E%3C%2Fsvg%3E"); }
      @media (max-width: 767px) {
        .item-info .item-info-2 .item-info-content .cost-info .duties {
          padding-top: 40px;
          background-size: 40px auto; } }
    .item-info .item-info-2 .item-info-content .cost-info .total-cost {
      padding-top: 60px;
      background: no-repeat top center;
      background-size: 60px auto;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2370381E%22%20d%3D%22M42.2%2C17.8l-2.4-2.4c-0.3-0.3-0.8-0.3-1.1%2C0s-0.3%2C0.8%2C0%2C1.1l1.9%2C1.9L19.7%2C39.3c0%2C0%2C0%2C0%2C0%2C0s0%2C0%2C0%2C0l-0.3%2C0.3%20l-10-10L30.6%2C8.4l1.9%2C1.9c0.2%2C0.2%2C0.6%2C0.3%2C0.9%2C0.1c1.5-0.8%2C3.3-0.6%2C4.5%2C0.6c0.8%2C0.8%2C1.2%2C1.9%2C1.1%2C3.1c0%2C0.4%2C0.3%2C0.8%2C0.7%2C0.8%20c0.4%2C0%2C0.8-0.3%2C0.8-0.7c0.2-1.6-0.4-3.1-1.5-4.3c-1.5-1.5-3.8-2-5.8-1.1l-2.1-2.1c-0.3-0.3-0.8-0.3-1.1%2C0L7.8%2C29.1%20c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5s0.1%2C0.4%2C0.2%2C0.5l11%2C11c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2s0.4-0.1%2C0.5-0.2l0.3-0.3l2.3%2C2.3%20c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2c0%2C0%2C0%2C0%2C0.1%2C0c0.2%2C0%2C0.4-0.1%2C0.5-0.3l17.8-23.5l0.7-0.7c0.1-0.1%2C0.2-0.3%2C0.2-0.5S42.3%2C18%2C42.2%2C17.8z%20M23%2C41.5l-1.7-1.7l12.5-12.5L23%2C41.5z%20M33.9%2C15c-0.7-0.7-1.1-1.8-1-2.8c0-0.4-0.3-0.8-0.7-0.8c-0.4%2C0-0.8%2C0.3-0.8%2C0.7%20c-0.1%2C1.5%2C0.4%2C2.9%2C1.5%2C4c1%2C1%2C2.3%2C1.5%2C3.6%2C1.5c0.2%2C0%2C0.4%2C0%2C0.5%2C0c0.4%2C0%2C0.7-0.4%2C0.7-0.8s-0.4-0.7-0.8-0.7%20C35.7%2C16.2%2C34.6%2C15.8%2C33.9%2C15z%22%2F%3E%3C%2Fsvg%3E"); }
      @media (max-width: 767px) {
        .item-info .item-info-2 .item-info-content .cost-info .total-cost {
          padding-top: 40px;
          background-size: 40px auto; } }
    .item-info .item-info-2 .item-info-content .cost-info .symbols {
      font-size: 20px;
      width: 30px; }
  .item-info .item-info-3 .item-info-content .line-chart-content {
    width: 100%; }
    .item-info .item-info-3 .item-info-content .line-chart-content svg {
      fill: #70381E; }
      .item-info .item-info-3 .item-info-content .line-chart-content svg #line {
        fill: none !important;
        stroke: #70381E;
        stroke-width: 7px;
        stroke-linejoin: round; }
  .item-info .item-info-4 .item-info-content .graph-content dl dd span.want1 {
    width: 90%;
    background: #D4C3BB; }
  .item-info .item-info-4 .item-info-content .graph-content dl dd span.amount1 {
    width: 40%; }
  .item-info .item-info-4 .item-info-content .graph-content dl dd span.want2 {
    width: 20%;
    background: #D4C3BB; }
  .item-info .item-info-4 .item-info-content .graph-content dl dd span.amount2 {
    width: 90%; }
  .item-info .item-info-4 .item-info-content .graph-content .plus, .item-info .item-info-4 section .item-info-content .graph-content .minus, .item-info section .item-info-4 .item-info-content .graph-content .minus {
    padding: 20px 0 20px 44px;
    background: no-repeat left center;
    background-size: 40px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20fill%3D%22%2325B4C2%22%20d%3D%22M32.1%2C14.4l4%2C4l-8.6%2C8.6L20.4%2C20L7.3%2C33.1l2.5%2C2.5L20.4%2C25l7.1%2C7.1L38.6%2C21l4%2C4V14.4H32.1z%22%2F%3E%3C%2Fsvg%3E"); }
  .item-info .item-info-4 .item-info-content .graph-content .minus {
    padding: 20px 0 20px 44px;
    background: no-repeat left center;
    background-size: 40px auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpolygon%20fill%3D%22%23FB0004%22%20points%3D%2242.7%2C35.6%2042.7%2C25%2038.6%2C29%2027.5%2C17.9%2020.4%2C25%209.8%2C14.4%207.3%2C16.9%2020.4%2C30%2027.5%2C22.9%2036.1%2C31.6%2032.1%2C35.6%22%2F%3E%3C%2Fsvg%3E"); }
  .item-info .offer-content .item-info-content h3 {
    font-size: 2.71rem;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .item-info .offer-content .item-info-content h3 {
        font-size: 20px; } }
  .item-info .offer-content .item-info-content .offer-txt {
    text-align: justify;
    font-weight: 700;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    letter-spacing: 0;
    line-height: 2; }
    @media (max-width: 767px) {
      .item-info .offer-content .item-info-content .offer-txt {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        cloumn-gap: 0; } }
  .item-info .offer-content .item-info-content .isbn-content {
    width: 400px;
    margin: 0 auto 20px; }
    @media (max-width: 767px) {
      .item-info .offer-content .item-info-content .isbn-content {
        width: 250px; } }
  .item-info .offer-content .item-info-content .isbn-info-txt {
    font-weight: 700;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .item-info .offer-content .item-info-content .isbn-info-txt {
        font-size: 1rem; } }
  .item-info .offer-content .item-info-content .grid {
    width: 100%;
    max-width: 760px;
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .item-info .offer-content .item-info-content .grid {
        max-width: 100%;
        margin: 30px 0; } }
    .item-info .offer-content .item-info-content .grid figure {
      width: calc(100% / 2 - 40px); }
      @media (max-width: 767px) {
        .item-info .offer-content .item-info-content .grid figure {
          width: 100%;
          margin-bottom: 30px; } }
      .item-info .offer-content .item-info-content .grid figure img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 10px; }
        @media (max-width: 767px) {
          .item-info .offer-content .item-info-content .grid figure img {
            width: 230px;
            margin: 0 auto;
            display: block; } }
      .item-info .offer-content .item-info-content .grid figure figcaption {
        font-weight: 700;
        text-align: justify; }
        @media (max-width: 767px) {
          .item-info .offer-content .item-info-content .grid figure figcaption {
            font-size: 13px; } }

.item-info-content .arrive-book.fadeout .icons {
  opacity: 0; }

.item-info-content .arrive-book.fadein .icons {
  -webkit-animation: topIn 50ms linear forwards;
          animation: topIn 50ms linear forwards; }
  .item-info-content .arrive-book.fadein .icons:nth-child(1) {
    -webkit-animation-delay: 0.03s;
            animation-delay: 0.03s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(2) {
    -webkit-animation-delay: 0.06s;
            animation-delay: 0.06s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(3) {
    -webkit-animation-delay: 0.09s;
            animation-delay: 0.09s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(4) {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(5) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(6) {
    -webkit-animation-delay: 0.18s;
            animation-delay: 0.18s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(7) {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(8) {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(9) {
    -webkit-animation-delay: 0.27s;
            animation-delay: 0.27s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(10) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(11) {
    -webkit-animation-delay: 0.33s;
            animation-delay: 0.33s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(12) {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(13) {
    -webkit-animation-delay: 0.39s;
            animation-delay: 0.39s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(14) {
    -webkit-animation-delay: 0.42s;
            animation-delay: 0.42s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(15) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(16) {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(17) {
    -webkit-animation-delay: 0.51s;
            animation-delay: 0.51s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(18) {
    -webkit-animation-delay: 0.54s;
            animation-delay: 0.54s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(19) {
    -webkit-animation-delay: 0.57s;
            animation-delay: 0.57s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(20) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(21) {
    -webkit-animation-delay: 0.63s;
            animation-delay: 0.63s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(22) {
    -webkit-animation-delay: 0.66s;
            animation-delay: 0.66s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(23) {
    -webkit-animation-delay: 0.69s;
            animation-delay: 0.69s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(24) {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(25) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(26) {
    -webkit-animation-delay: 0.78s;
            animation-delay: 0.78s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(27) {
    -webkit-animation-delay: 0.81s;
            animation-delay: 0.81s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(28) {
    -webkit-animation-delay: 0.84s;
            animation-delay: 0.84s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(29) {
    -webkit-animation-delay: 0.87s;
            animation-delay: 0.87s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(30) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(31) {
    -webkit-animation-delay: 0.93s;
            animation-delay: 0.93s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(32) {
    -webkit-animation-delay: 0.96s;
            animation-delay: 0.96s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(33) {
    -webkit-animation-delay: 0.99s;
            animation-delay: 0.99s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(34) {
    -webkit-animation-delay: 1.02s;
            animation-delay: 1.02s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(35) {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(36) {
    -webkit-animation-delay: 1.08s;
            animation-delay: 1.08s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(37) {
    -webkit-animation-delay: 1.11s;
            animation-delay: 1.11s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(38) {
    -webkit-animation-delay: 1.14s;
            animation-delay: 1.14s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(39) {
    -webkit-animation-delay: 1.17s;
            animation-delay: 1.17s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(40) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(41) {
    -webkit-animation-delay: 1.23s;
            animation-delay: 1.23s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(42) {
    -webkit-animation-delay: 1.26s;
            animation-delay: 1.26s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(43) {
    -webkit-animation-delay: 1.29s;
            animation-delay: 1.29s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(44) {
    -webkit-animation-delay: 1.32s;
            animation-delay: 1.32s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(45) {
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(46) {
    -webkit-animation-delay: 1.38s;
            animation-delay: 1.38s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(47) {
    -webkit-animation-delay: 1.41s;
            animation-delay: 1.41s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(48) {
    -webkit-animation-delay: 1.44s;
            animation-delay: 1.44s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(49) {
    -webkit-animation-delay: 1.47s;
            animation-delay: 1.47s; }
  .item-info-content .arrive-book.fadein .icons:nth-child(50) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }

.item-info-content .balloon-right {
  opacity: 0; }

.item-info-content .arrive-book-num {
  opacity: 0; }

.item-info-content .circle .percent {
  opacity: 0; }

.item-info-content .balloon-left {
  opacity: 0; }

.item-info-content .line-chart-content svg #line {
  stroke-dasharray: 800;
  stroke-dashoffset: 800; }

.item-info-content .graph-content dl dd span {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.item-info-content .graph-content.fadein dl dd span {
  -webkit-animation: leftScale 0.5s linear forwards;
          animation: leftScale 0.5s linear forwards; }

.item-info-content.fadein .balloon-right {
  -webkit-animation: rightIn 0.2s linear forwards;
          animation: rightIn 0.2s linear forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }
  @media (max-width: 767px) {
    .item-info-content.fadein .balloon-right {
      -webkit-animation: topIn 0.2s linear forwards;
              animation: topIn 0.2s linear forwards;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; } }

.item-info-content.fadein .arrive-book-num {
  -webkit-animation: bottomIn 0.2s linear forwards;
          animation: bottomIn 0.2s linear forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }
  @media (max-width: 767px) {
    .item-info-content.fadein .arrive-book-num {
      -webkit-animation: rightIn 0.2s linear forwards;
              animation: rightIn 0.2s linear forwards;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; } }

.item-info-content.fadein .circle:after {
  -webkit-animation: rotate-circle-right 2s linear forwards;
          animation: rotate-circle-right 2s linear forwards; }

.item-info-content.fadein .circle .percent {
  -webkit-animation: topIn 0.2s linear forwards;
          animation: topIn 0.2s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.item-info-content.fadein .balloon-left {
  -webkit-animation: leftIn 0.2s linear forwards;
          animation: leftIn 0.2s linear forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }
  @media (max-width: 767px) {
    .item-info-content.fadein .balloon-left {
      -webkit-animation: bottomIn 0.2s linear forwards;
              animation: bottomIn 0.2s linear forwards;
      -webkit-animation-delay: 1.2s;
              animation-delay: 1.2s; } }

.item-info-content.fadein .line-chart-content svg #line {
  -webkit-animation: lineIn 1s linear forwards;
          animation: lineIn 1s linear forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.item-info-content.fadein .line-chart-content img {
  display: none; }

.item-info-content.fadein _:-ms-lang(x)::-ms-backdrop, .item-info-content.fadein .line-chart-content svg {
  display: none; }

.item-info-content.fadein _:-ms-lang(x)::-ms-backdrop, .item-info-content.fadein .line-chart-content img {
  display: block; }

@-webkit-keyframes topIn {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes topIn {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes bottomIn {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes bottomIn {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes rotate-circle-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #D4C3BB; }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #D4C3BB; }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #70381E; } }

@keyframes rotate-circle-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background: #D4C3BB; }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #D4C3BB; }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #70381E; } }

@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes rightIn {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes leftIn {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes leftIn {
  0% {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes leftScale {
  0% {
    width: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes leftScale {
  0% {
    width: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes lineIn {
  0% {
    stroke-dashoffset: 800; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes lineIn {
  0% {
    stroke-dashoffset: 800; }
  100% {
    stroke-dashoffset: 0; } }

.bnr-vb {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 30px; }
  .bnr-vb .bnr-img {
    margin-bottom: 10px; }
  .bnr-vb p {
    font-weight: 700;
    text-align: left !important; }
    .bnr-vb p a {
      color: #70381E;
      text-decoration: underline; }

/*
#item-contents {
	background:linear-gradient(90deg,#FFAF3B 0%,#FFAF3B 50%,#F9F9F9 50%,#F9F9F9 100%);
	@include sp {
		background: none;
	}
	.item-contents-inner {
		@include inner;
		display: flex;
		@include sp {
			display: block;
		}
		.item-list-good {
			width: 50%;
			box-sizing: border-box;
			padding: 60px;
			@include sp {
				width: 100%;
				box-sizing: content-box;
				padding: 0 20px;
				margin-left: -20px;
				background: #FFAF3B;
			}
			.item-list-ttl {
				font-size: 2.14rem;
				font-weight: 700;
				text-align: center;
				margin-bottom: 60px;
			}
			section {
				margin-bottom: 30px;
				@include sp {
					position: relative;
					background: #fff;
				}
				&:nth-last-child(1){
					margin-bottom: 0;
				}
				.item-image {
					width: 265px;
					height: 265px;
					margin: 0 auto 40px;
					@include sp {
						width: 80px;
						height: 80px;
						margin: 0;
					}
					img {
						@extend .item-image;
						object-fit: contain;
						filter:drop-shadow(10px 10px 0 $base_color);
						@include sp {
							filter:drop-shadow(4px 4px 0 $base_color);
						}
					}
				}
				.item-detail {
					box-sizing: border-box;
					padding: 20px 40px 40px;
					background: #fff;
					position: relative;
					width: 100%;
					@include sp {
						padding: 0;
						position: static;
						background: none;
					}
					@include pc {
					&:before {
						content: "";
                        position: absolute;
                        top: -30px;
                        left: 50%;
                        margin-left: -15px;
                        border: 15px solid transparent;
                        border-bottom: 15px solid #fff;
					}
					}
					.number {
						margin-bottom: 30px;
						@include sp {
						}
					}
					dl {
						display: table;
						width: 100%;
						margin-bottom: 10px;
						dt {
							display: table-cell;
							width: 30%;
							vertical-align: middle;
							font-weight: 700;
						}
						dd {
							display: table-cell;
							width: 70%;
							font-weight: 700;
							vertical-align: middle;
							.item-icon-aria {
								width: 100%;
								height: 24px;
								@include sp {
									width: 50%;
									use {
										g {
											width: 10px;
										}
									}
								}
								.item-icon-on {
									fill: $base_color;
								}
								.item-icon-off {
									fill: #A5A5A5;
								}
							}
						}
					}
					.item-detail-txt {
						font-size: 0.85rem;
						text-align: justify;
						margin-top: 30px;
						height: 100px;
						overflow: scroll;
					}
				}
			}
		}
		.item-list-bad {
			@extend .item-list-good;
		}
	}
}
.item-svg {
    display: none;
}*/
.default-content {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 100px 60px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .default-content {
      max-width: inherit;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 60px;
      padding-top: 100px !important; } }
  @media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
    .default-content {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) and (max-width: 767px) {
    .default-content {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .default-content {
      max-width: inherit;
      padding: 30px 20px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .default-content .default-content-header {
    width: 100%;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .default-content .default-content-header {
        margin-bottom: 30px; } }
    .default-content .default-content-header h1 {
      font-size: 30px;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .default-content .default-content-header h1 {
          font-size: 20px; } }
  .default-content section h3 {
    font-size: 1.42rem;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .default-content section h3 {
        font-size: 1.14rem; } }
  .default-content section p {
    margin-bottom: 20px; }
  .default-content section ol {
    list-style: decimal;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .default-content section ol {
        padding-left: 23px; } }

#cam20winter #main {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    #cam20winter #main {
      margin-bottom: 30px; } }

#cam20winter section {
  width: 100%;
  max-width: 620px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #cam20winter section {
      max-width: 100%; } }
  #cam20winter section h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      #cam20winter section h1 {
        font-size: 18px;
        margin-bottom: 20px; } }
  #cam20winter section .cam-content {
    text-align: justify;
    font-size: 15px; }
    @media (max-width: 767px) {
      #cam20winter section .cam-content {
        font-size: 13px; } }
    #cam20winter section .cam-content p {
      font-weight: 700; }
    #cam20winter section .cam-content .top-line {
      border-top: 1px solid #70381E;
      padding-top: 50px;
      margin-top: 50px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        #cam20winter section .cam-content .top-line {
          padding-top: 30px;
          margin-top: 30px;
          margin-bottom: 50px; } }
      #cam20winter section .cam-content .top-line dl {
        width: 100%;
        display: table;
        margin-bottom: 20px;
        font-weight: 700; }
        @media (max-width: 767px) {
          #cam20winter section .cam-content .top-line dl {
            margin-bottom: 10px; } }
        #cam20winter section .cam-content .top-line dl dt {
          display: table-cell;
          width: 50px;
          font-weight: 700; }
          @media (max-width: 767px) {
            #cam20winter section .cam-content .top-line dl dt {
              width: 40px; } }
        #cam20winter section .cam-content .top-line dl dd {
          display: table-cell;
          font-weight: 700; }

.question-content section {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .question-content section {
      margin-bottom: 30px; }
      .question-content section h3 {
        background: #FFFDEB;
        padding: 6px 20px;
        margin-left: -20px;
        width: 100%;
        font-size: 1.28rem;
        margin-bottom: 30px; } }
  .question-content section dl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px; }
    @media (max-width: 767px) {
      .question-content section dl {
        padding: 0;
        margin-bottom: 30px; } }
    .question-content section dl dt {
      font-size: 1.14rem;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .question-content section dl dt {
          margin-bottom: 10px; } }
    .question-content section dl dd img {
      width: auto;
      margin: 20px 0; }
      @media (max-width: 767px) {
        .question-content section dl dd img {
          margin: 0; } }

.form-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  padding-top: 100px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .form-content {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .form-content {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .form-content {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .form-content {
      padding-top: 30px; } }
  .form-content #isbn-check {
    /*label {
			display: block;
			text-align: center;
			margin: 60px auto 30px;
			font-size: 20px;
			font-weight: 700;
			@include sp {
				font-size: 16px;
				margin: 30px auto 20px;
			}
			input {
				font-size: 20px;
			}
		}
		.btn-apply {
			font-size: 23px;
			font-family: $base_font;
			font-weight: 700;
			letter-spacing: 0.2em;
			line-height: 1;
			margin: 0 auto;
			cursor: pointer;
			&:disabled {
				background: #ccc;
			}
			@include sp {
				font-size: 18px;
			}
		}*/ }
    @media (max-width: 767px) {
      .form-content #isbn-check .default-content-header h1 {
        text-align: left; } }
    .form-content #isbn-check .isbn-check-content {
      width: 100%;
      max-width: 840px;
      margin: 0 auto 30px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .form-content #isbn-check .isbn-check-content {
          max-width: inherit; } }
      @media (max-width: 767px) {
        .form-content #isbn-check .isbn-check-content {
          max-width: inherit;
          width: 100%;
          margin: 0 0 20px 0; } }
      .form-content #isbn-check .isbn-check-content .isbn-image {
        max-width: 560px;
        margin: 0 auto;
        background: url("/wp/wp-content/themes/charibon2019/images/item/isbn-image-bg.png") no-repeat 0 0;
        background-size: contain;
        overflow: hidden; }
        .form-content #isbn-check .isbn-check-content .isbn-image img {
          -webkit-animation: isbnMove 1.5s steps(1) infinite;
                  animation: isbnMove 1.5s steps(1) infinite; }

@-webkit-keyframes isbnMove {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes isbnMove {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
      .form-content #isbn-check .isbn-check-content h3 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .form-content #isbn-check .isbn-check-content h3 {
            text-align: left;
            font-size: 16px; } }
      .form-content #isbn-check .isbn-check-content p {
        text-align: center; }
        @media (max-width: 767px) {
          .form-content #isbn-check .isbn-check-content p {
            text-align: left; } }
      .form-content #isbn-check .isbn-check-content ul {
        margin-top: 20px;
        text-align: center; }
        @media (max-width: 767px) {
          .form-content #isbn-check .isbn-check-content ul {
            text-align: left; } }
        .form-content #isbn-check .isbn-check-content ul li {
          display: inline-block;
          margin: 0 14px 10px;
          font-size: 1.07rem;
          font-weight: 700; }
          .form-content #isbn-check .isbn-check-content ul li span {
            display: inline;
            font-weight: 700;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FDE000));
            background: -webkit-linear-gradient(transparent 60%, #FDE000 0%);
            background: linear-gradient(transparent 60%, #FDE000 0%); }
      .form-content #isbn-check .isbn-check-content .main-image {
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .form-content #isbn-check .isbn-check-content .main-image {
            margin-bottom: 20px; } }
      .form-content #isbn-check .isbn-check-content .main-txt {
        text-align: justify;
        font-weight: 700;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 70px;
        font-size: 16px;
        line-height: 2; }
        @media (max-width: 767px) {
          .form-content #isbn-check .isbn-check-content .main-txt {
            font-size: 13px;
            padding: 0; } }
    .form-content #isbn-check .grid {
      width: 100%;
      max-width: 760px;
      margin: 60px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 767px) {
        .form-content #isbn-check .grid {
          max-width: 100%;
          margin: 30px 0; } }
      .form-content #isbn-check .grid figure {
        width: calc(100% / 2 - 40px); }
        @media (max-width: 767px) {
          .form-content #isbn-check .grid figure {
            width: 100%;
            margin-bottom: 30px; } }
        .form-content #isbn-check .grid figure img {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 10px; }
          @media (max-width: 767px) {
            .form-content #isbn-check .grid figure img {
              width: 230px;
              margin: 0 auto;
              display: block; } }
        .form-content #isbn-check .grid figure figcaption {
          font-weight: 700;
          text-align: justify; }
          @media (max-width: 767px) {
            .form-content #isbn-check .grid figure figcaption {
              font-size: 13px; } }
    .form-content #isbn-check .check-ng-content {
      margin-top: 100px; }
      @media (max-width: 767px) {
        .form-content #isbn-check .check-ng-content {
          margin-top: 50px; } }
      .form-content #isbn-check .check-ng-content p {
        width: 100%;
        max-width: 700px;
        margin: 0 auto 60px;
        font-weight: 700;
        font-size: 16px;
        text-align: justify; }
        @media (max-width: 767px) {
          .form-content #isbn-check .check-ng-content p {
            font-size: 13px; } }
      .form-content #isbn-check .check-ng-content dl {
        display: table;
        font-size: 18px;
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px; }
        @media (max-width: 767px) {
          .form-content #isbn-check .check-ng-content dl {
            font-size: 16px; } }
        .form-content #isbn-check .check-ng-content dl dt {
          display: table-cell;
          width: 30px; }
          .form-content #isbn-check .check-ng-content dl dt input {
            font-size: 18px; }
        .form-content #isbn-check .check-ng-content dl dd {
          display: table-cell; }
          .form-content #isbn-check .check-ng-content dl dd label {
            font-weight: 700; }
            .form-content #isbn-check .check-ng-content dl dd label span {
              display: block;
              font-size: 12px; }
              .form-content #isbn-check .check-ng-content dl dd label span a {
                color: #70381E;
                text-decoration: underline; }
      .form-content #isbn-check .check-ng-content .btn-apply {
        font-size: 23px;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-weight: 700;
        letter-spacing: 0.2em;
        line-height: 1;
        margin: 50px auto 0;
        cursor: pointer; }
        .form-content #isbn-check .check-ng-content .btn-apply:disabled {
          background: #ccc; }
        @media (max-width: 767px) {
          .form-content #isbn-check .check-ng-content .btn-apply {
            font-size: 18px; } }
  .form-content .default-content-header {
    width: 100%;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .form-content .default-content-header {
        margin-bottom: 30px; } }
    .form-content .default-content-header h1 {
      font-size: 30px;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 767px) {
        .form-content .default-content-header h1 {
          font-size: 20px; } }
  .form-content section {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .form-content section {
        margin-bottom: 0; } }
    .form-content section h3 {
      font-size: 1.28rem;
      font-weight: 700; }
    .form-content section h4 {
      font-size: 1.28rem;
      font-weight: 700; }
    .form-content section dl {
      width: 100%; }
      @media (min-width: 1024px) {
        .form-content section dl {
          display: table;
          min-height: 100px; }
          .form-content section dl:nth-of-type(1) dt {
            border-top: 1px solid #FFFDEB; }
          .form-content section dl:nth-of-type(1) dd {
            border-top: 1px solid #E3E3E3; }
          .form-content section dl:nth-last-of-type(1) dt {
            border-bottom: 1px solid #FFFDEB; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .form-content section dl {
          display: table;
          min-height: 100px; }
          .form-content section dl:nth-of-type(1) dt {
            border-top: 1px solid #FFFDEB; }
          .form-content section dl:nth-of-type(1) dd {
            border-top: 1px solid #E3E3E3; }
          .form-content section dl:nth-last-of-type(1) dt {
            border-bottom: 1px solid #FFFDEB; } }
      @media (max-width: 767px) {
        .form-content section dl {
          position: relative; } }
      .form-content section dl dt {
        background: #FFFDEB;
        font-weight: 700; }
        @media (min-width: 1024px) {
          .form-content section dl dt {
            display: table-cell;
            width: 250px;
            text-align: right;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0 20px;
            font-size: 16px;
            vertical-align: middle;
            border-bottom: 2px solid #fff; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .form-content section dl dt {
            display: table-cell;
            width: 180px;
            text-align: right;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0 20px;
            font-size: 16px;
            vertical-align: middle;
            border-bottom: 2px solid #fff; } }
        @media (max-width: 767px) {
          .form-content section dl dt {
            width: 100%;
            padding: 6px 20px;
            margin-left: -20px; } }
      @media (min-width: 1024px) {
        .form-content section dl dd {
          width: calc(100% - 250px);
          display: table-cell;
          vertical-align: middle;
          position: relative;
          border-bottom: 1px solid #E3E3E3; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .form-content section dl dd {
          width: calc(100% - 180px);
          display: table-cell;
          vertical-align: middle;
          position: relative;
          border-bottom: 1px solid #E3E3E3; } }
      .form-content section dl dd .required {
        font-size: 10px;
        line-height: 1;
        padding: 4px;
        color: #fff;
        background: #E80000;
        position: absolute;
        top: 50%;
        left: 20px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
        @media (max-width: 767px) {
          .form-content section dl dd .required {
            top: 8px;
            right: 0;
            left: inherit;
            -webkit-transform: translate(0, 0);
                    transform: translate(0, 0); } }
      .form-content section dl dd .form-content-inner {
        display: block;
        margin-left: 100px;
        font-size: 16px;
        position: relative;
        padding: 30px 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .form-content section dl dd .form-content-inner {
            margin-left: 80px; } }
        @media (max-width: 767px) {
          .form-content section dl dd .form-content-inner {
            margin-left: 0;
            padding: 30px 0;
            font-size: 14px; } }
        .form-content section dl dd .form-content-inner.plus-cation {
          padding-bottom: 50px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner.plus-cation {
              padding-bottom: 70px; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner.plus-cation {
              padding-bottom: 30px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .form-content section dl dd .form-content-inner.plus-cation2 {
            padding-bottom: 50px; } }
        .form-content section dl dd .form-content-inner input {
          border: 1px solid #ccc;
          padding: 10px;
          font-size: 16px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner input {
              max-width: 100%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner input {
              font-size: 14px;
              padding: 4px;
              width: 100%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; } }
          .form-content section dl dd .form-content-inner input.dirty {
            border: 1px solid #25B4C2; }
          .form-content section dl dd .form-content-inner input.error {
            border: 1px solid #FE0004; }
        .form-content section dl dd .form-content-inner input[type="radio"] {
          width: inherit; }
        .form-content section dl dd .form-content-inner select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border: 1px solid #ccc;
          padding: 10px 30px 10px 10px;
          font-size: 16px;
          border-radius: 0;
          vertical-align: middle;
          background: url("/wp/wp-content/themes/charibon2019/images/parts/select_down.png") no-repeat center right 14px;
          min-width: 100px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner select {
              width: 100%; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner select {
              width: 100%;
              padding: 4px;
              font-size: 14px;
              min-width: inherit;
              background-position: center right 8px;
              background-size: 10px auto; } }
          .form-content section dl dd .form-content-inner select.dirty {
            border: 1px solid #25B4C2; }
          .form-content section dl dd .form-content-inner select.error {
            border: 1px solid #FE0004; }
        .form-content section dl dd .form-content-inner textarea {
          border: 1px solid #ccc;
          padding: 10px;
          font-size: 16px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner textarea {
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner textarea {
              font-size: 14px;
              padding: 4px;
              width: 100%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .form-content section dl dd .form-content-inner #BOX {
            width: 100px; } }
        .form-content section dl dd .form-content-inner #SYUKA_DATE {
          width: 300px; }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner #SYUKA_DATE {
              width: 100%; } }
        .form-content section dl dd .form-content-inner #KIBOU_T, .form-content section dl dd .form-content-inner #ZIP_CODE {
          width: 200px; }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner #KIBOU_T, .form-content section dl dd .form-content-inner #ZIP_CODE {
              width: 100%; } }
        .form-content section dl dd .form-content-inner #NAME, .form-content section dl dd .form-content-inner #ADDRESS1,
        .form-content section dl dd .form-content-inner #ADDRESS2,
        .form-content section dl dd .form-content-inner #ADDRESS3, .form-content section dl dd .form-content-inner #EMAIL,
        .form-content section dl dd .form-content-inner #EMAIL2,
        .form-content section dl dd .form-content-inner #TEL1_1,
        .form-content section dl dd .form-content-inner #KANA,
        .form-content section dl dd .form-content-inner #COMMENT {
          width: 450px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner #NAME, .form-content section dl dd .form-content-inner #ADDRESS1,
            .form-content section dl dd .form-content-inner #ADDRESS2,
            .form-content section dl dd .form-content-inner #ADDRESS3, .form-content section dl dd .form-content-inner #EMAIL,
            .form-content section dl dd .form-content-inner #EMAIL2,
            .form-content section dl dd .form-content-inner #TEL1_1,
            .form-content section dl dd .form-content-inner #KANA,
            .form-content section dl dd .form-content-inner #COMMENT {
              width: 100%; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner #NAME, .form-content section dl dd .form-content-inner #ADDRESS1,
            .form-content section dl dd .form-content-inner #ADDRESS2,
            .form-content section dl dd .form-content-inner #ADDRESS3, .form-content section dl dd .form-content-inner #EMAIL,
            .form-content section dl dd .form-content-inner #EMAIL2,
            .form-content section dl dd .form-content-inner #TEL1_1,
            .form-content section dl dd .form-content-inner #KANA,
            .form-content section dl dd .form-content-inner #COMMENT {
              width: 100%; } }
        .form-content section dl dd .form-content-inner #COMMENT {
          height: 200px; }
        @media (max-width: 767px) {
          .form-content section dl dd .form-content-inner #ZIP_CODE {
            width: 50%; } }
        .form-content section dl dd .form-content-inner #B_YEAR {
          width: 150px;
          margin-right: 10px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner #B_YEAR {
              width: 100px; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner #B_YEAR {
              width: calc(100% / 10 * 3);
              margin-right: 5px; } }
        .form-content section dl dd .form-content-inner #B_MONTH,
        .form-content section dl dd .form-content-inner #B_DAY {
          margin-right: 10px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .form-content section dl dd .form-content-inner #B_MONTH,
            .form-content section dl dd .form-content-inner #B_DAY {
              width: 70px; } }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner #B_MONTH,
            .form-content section dl dd .form-content-inner #B_DAY {
              width: calc(100% / 10 * 2);
              margin-right: 5px; } }
        @media (max-width: 767px) {
          .form-content section dl dd .form-content-inner #P_INFO2 {
            width: inherit; } }
        .form-content section dl dd .form-content-inner .form-alert {
          position: absolute;
          top: 0;
          left: 0; }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner .form-alert {
              top: 6px;
              bottom: inherit; } }
          .form-content section dl dd .form-content-inner .form-alert span {
            margin: 0 0 0 0;
            font-size: 11px;
            color: #FE0004; }
            @media (max-width: 767px) {
              .form-content section dl dd .form-content-inner .form-alert span {
                padding: 0; } }
        .form-content section dl dd .form-content-inner .cation {
          font-size: 12px;
          position: absolute;
          bottom: 6px;
          left: 0;
          color: #7D7676; }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner .cation {
              position: static;
              margin-top: 5px; } }
        .form-content section dl dd .form-content-inner .pref-inner {
          height: 46px; }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner .pref-inner {
              height: 31px; } }
        .form-content section dl dd .form-content-inner .search-zip {
          display: inline-block;
          font-size: 12px;
          line-height: 1;
          margin-left: 20px; }
          @media (max-width: 767px) {
            .form-content section dl dd .form-content-inner .search-zip {
              font-size: 11px;
              margin-left: 10px; } }
          .form-content section dl dd .form-content-inner .search-zip a {
            padding: 6px 10px;
            background: #25B4C2;
            color: #fff; }
    .form-content section .kiyaku-header {
      display: none; }
      @media (max-width: 767px) {
        .form-content section .kiyaku-header {
          display: block;
          width: 100%;
          padding: 6px 20px;
          margin-left: -20px;
          background: #FFFDEB;
          font-weight: 700;
          margin-bottom: 30px; } }
    .form-content section #kiyaku {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px;
      max-height: 200px;
      overflow: scroll;
      border: 1px solid #ccc;
      list-style: decimal;
      list-style-position: outside;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .form-content section #kiyaku {
          padding: 10px;
          margin-bottom: 0; } }
      .form-content section #kiyaku li {
        width: calc(100% - 25px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 0 20px 25px; }
    .form-content section .checkbox-content {
      position: relative;
      padding: 30px 0;
      text-align: center; }
      .form-content section .checkbox-content label {
        font-size: 16px; }
        @media (max-width: 767px) {
          .form-content section .checkbox-content label {
            font-size: 14px; } }
      .form-content section .checkbox-content input {
        font-size: 16px; }
        @media (max-width: 767px) {
          .form-content section .checkbox-content input {
            font-size: 14px; } }
      .form-content section .checkbox-content .form-alert2 {
        position: absolute;
        width: 100%;
        top: 0;
        text-align: center; }
        @media (max-width: 767px) {
          .form-content section .checkbox-content .form-alert2 {
            bottom: inherit;
            top: 6px; } }
        .form-content section .checkbox-content .form-alert2 span {
          font-size: 11px;
          color: #FE0004; }
  .form-content .btn-apply {
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .form-content .btn-apply {
        font-size: 18px; } }
  .form-content .btn-link-ol {
    font-size: 23px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    margin: 0 auto;
    cursor: pointer;
    color: #25B4C2; }
    @media (max-width: 767px) {
      .form-content .btn-link-ol {
        font-size: 18px; } }
  .form-content #form-btns {
    text-align: center; }
    .form-content #form-btns li {
      display: inline-block; }
      @media (max-width: 767px) {
        .form-content #form-btns li {
          display: block;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          width: 100%;
          max-width: 230px;
          margin: 0 auto; } }
      .form-content #form-btns li:first-child {
        margin-right: 20px; }
        @media (max-width: 767px) {
          .form-content #form-btns li:first-child {
            margin: 0 auto 20px; } }

.contact-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contact-content section h3 {
    font-size: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .contact-content section h3 {
        font-size: 20px;
        margin-bottom: 20px; } }
  .contact-content #form-btns {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .contact-content #form-btns {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .contact-content #contact-tel {
      margin-top: 60px; } }
  .contact-content #contact-tel .tel-content {
    padding: 30px;
    background: #F9F9F9;
    text-align: center; }
    @media (max-width: 767px) {
      .contact-content #contact-tel .tel-content {
        padding: 20px;
        text-align: left; } }
    .contact-content #contact-tel .tel-content .tel-content-ttl {
      font-weight: 700;
      font-size: 1.28rem; }
      @media (min-width: 1024px) {
        .contact-content #contact-tel .tel-content .tel-content-ttl br {
          display: none; } }
      @media (max-width: 767px) {
        .contact-content #contact-tel .tel-content .tel-content-ttl {
          line-height: 1.5; } }
    .contact-content #contact-tel .tel-content .tel-ontime {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .contact-content #contact-tel .tel-content .tel-ontime br {
          display: none; } }
    .contact-content #contact-tel .tel-content .tel-num {
      font-size: 30px; }
      @media (max-width: 767px) {
        .contact-content #contact-tel .tel-content .tel-num {
          font-size: 20px; } }
      .contact-content #contact-tel .tel-content .tel-num span {
        font-weight: 700; }
        .contact-content #contact-tel .tel-content .tel-num span a {
          color: #70381E; }
        @media (min-width: 1024px) {
          .contact-content #contact-tel .tel-content .tel-num span a[href^="tel:"] {
            pointer-events: none; } }
  .contact-content .content-thanks h3 {
    text-align: center;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .contact-content .content-thanks h3 {
        text-align: left;
        margin-bottom: 60px; }
        .contact-content .content-thanks h3 br {
          display: none; } }

.thanks-content section:nth-of-type(1) {
  margin-bottom: 120px; }
  .thanks-content section:nth-of-type(1) p {
    font-size: 1.48rem;
    font-weight: 700; }
  @media (max-width: 767px) {
    .thanks-content section:nth-of-type(1) {
      margin-bottom: 60px; }
      .thanks-content section:nth-of-type(1) p {
        font-size: 1.28rem; } }

@media (max-width: 767px) {
  .thanks-content #contact-tel {
    margin-top: 60px; } }

.thanks-content #contact-tel h3 {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .thanks-content #contact-tel h3 {
      font-size: 1.14rem; } }

.thanks-content #contact-tel p {
  margin-bottom: 20px; }

.thanks-content #contact-tel .tel-content {
  padding: 30px;
  background: #F9F9F9;
  text-align: center; }
  @media (max-width: 767px) {
    .thanks-content #contact-tel .tel-content {
      padding: 20px;
      text-align: left; } }
  .thanks-content #contact-tel .tel-content .tel-content-ttl {
    font-weight: 700;
    font-size: 1.28rem; }
    @media (min-width: 1024px) {
      .thanks-content #contact-tel .tel-content .tel-content-ttl br {
        display: none; } }
    @media (max-width: 767px) {
      .thanks-content #contact-tel .tel-content .tel-content-ttl {
        line-height: 1.5; } }
  .thanks-content #contact-tel .tel-content .tel-ontime {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .thanks-content #contact-tel .tel-content .tel-ontime br {
        display: none; } }
  .thanks-content #contact-tel .tel-content .tel-num {
    font-size: 30px; }
    @media (max-width: 767px) {
      .thanks-content #contact-tel .tel-content .tel-num {
        font-size: 20px; } }
    .thanks-content #contact-tel .tel-content .tel-num span {
      font-weight: 700; }
      .thanks-content #contact-tel .tel-content .tel-num span a {
        color: #70381E; }
      @media (min-width: 1024px) {
        .thanks-content #contact-tel .tel-content .tel-num span a[href^="tel:"] {
          pointer-events: none; } }

.under-line {
  font-size: inherit;
  font-weight: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FDE000));
  background: -webkit-linear-gradient(transparent 60%, #FDE000 0%);
  background: linear-gradient(transparent 60%, #FDE000 0%); }

#sp-menu .sp-menu-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  background: rgba(112, 56, 30, 0.97);
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 9993; }
  #sp-menu .sp-menu-content ul li a {
    color: #fff;
    font-weight: 700; }
  #sp-menu .sp-menu-content.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #sp-menu .sp-menu-content .nav-top-contents {
    margin-top: 70px;
    font-size: 18px;
    margin-bottom: 40px; }
    #sp-menu .sp-menu-content .nav-top-contents li {
      line-height: 1;
      margin-bottom: 24px; }
      #sp-menu .sp-menu-content .nav-top-contents li:last-child {
        margin-bottom: 0; }
  #sp-menu .sp-menu-content .nav-middle-contents {
    margin-bottom: 20px;
    font-size: 14px; }
    #sp-menu .sp-menu-content .nav-middle-contents li {
      line-height: 1;
      margin-bottom: 12px; }
      #sp-menu .sp-menu-content .nav-middle-contents li:last-child {
        margin-bottom: 0; }
  #sp-menu .sp-menu-content .nav-sns li {
    width: 24px;
    display: inline-block; }
    #sp-menu .sp-menu-content .nav-sns li:first-child {
      margin-right: 14px; }
    #sp-menu .sp-menu-content .nav-sns li svg {
      fill: #fff; }

#sp-menu .menu-trigger,
#sp-menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#sp-menu .menu-trigger {
  position: fixed;
  width: 30px;
  height: 14px;
  right: 20px;
  top: 26px;
  cursor: pointer;
  z-index: 9995; }
  #sp-menu .menu-trigger span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #70381E; }
    #sp-menu .menu-trigger span:nth-of-type(1) {
      top: 0; }
    #sp-menu .menu-trigger span:nth-of-type(2) {
      top: 6px;
      width: 80%; }
    #sp-menu .menu-trigger span:nth-of-type(3) {
      bottom: 0;
      width: 60%; }
  #sp-menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    background-color: #fff; }
  #sp-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  #sp-menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 100%;
    background-color: #fff; }

@media (min-width: 1024px) {
  #sp-menu {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  #sp-menu .sp-menu-content {
    width: 350px; } }

.partner-image .badge-typhoon19 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ED0000;
  padding: 6px;
  line-height: 1;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700; }

.partner-detail .badge-typhoon19, .partner-archive .badge-typhoon19 {
  display: inline-block;
  background: #ED0000;
  padding: 6px;
  line-height: 1;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .partner-detail .badge-typhoon19, .partner-archive .badge-typhoon19 {
      margin-bottom: 10px; } }

.partner-detail .txt-typhoon19, .partner-archive .txt-typhoon19 {
  color: #ED0000;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .partner-detail .txt-typhoon19, .partner-archive .txt-typhoon19 {
      margin-bottom: 20px; } }

.project-content section:last-child {
  border-bottom: none; }

.project-content section h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .project-content section h3 {
      font-size: 14px;
      margin-bottom: 20px; } }

.project-content section .partner-gird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .project-content section .partner-gird .project-partner-detail {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    position: relative; }
    .project-content section .partner-gird .project-partner-detail:nth-child(2n) {
      margin-right: 0; }
    @media (max-width: 767px) {
      .project-content section .partner-gird .project-partner-detail {
        width: 100%;
        margin: 0 0 20px 0; } }
    .project-content section .partner-gird .project-partner-detail .partner-image {
      z-index: 1;
      position: relative; }
    .project-content section .partner-gird .project-partner-detail .partner-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px;
      width: calc(100% - 36px);
      margin: -30px auto 0;
      background: #fff;
      min-height: 115px;
      z-index: 2;
      position: relative; }
      @media (max-width: 767px) {
        .project-content section .partner-gird .project-partner-detail .partner-content {
          min-height: inherit;
          padding-bottom: 40px; } }
      .project-content section .partner-gird .project-partner-detail .partner-content h3 {
        font-size: 1.14rem;
        font-weight: 700;
        line-height: 1.6; }
        .project-content section .partner-gird .project-partner-detail .partner-content h3 span {
          display: block;
          font-size: 0.85rem;
          font-weight: 700;
          line-height: 1; }
      .project-content section .partner-gird .project-partner-detail .partner-content .btn-more {
        color: #25B4C2;
        position: absolute;
        right: 10px;
        bottom: 10px;
        font-weight: 700;
        font-size: 0.85rem; }
    .project-content section .partner-gird .project-partner-detail .partner-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }

