.c-modal-bottun {
  display: block;
  position: relative;
  min-width: 240px;
  max-width: 240px;
  margin: 16px auto 0;
  padding: 12px 10px;
  background: #f59600;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #fff;
  white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .c-modal-bottun {
      max-width: 240px;
      margin: 7px auto 0;
      padding: 14px 10px;
      border-radius: 20px;
      font-size: 12px; } }
  .c-modal-bottun:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -6px 0 0;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (max-width: 767px) {
      .c-modal-bottun:before {
        content: '';
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        margin: -6px 0 0;
        border: 2px solid;
        border-color: #fff #fff transparent transparent; } }

#cboxOverlay {
  background: #000; }

@media only screen and (max-width: 767px) {
  #colorbox {
    width: 100% !important; }
  #cboxWrapper {
    width: 100% !important; }
  #cboxLoadedContent {
    width: 100% !important; }
  #cboxContent {
    width: 100% !important; }
  #cboxOverlay {
    background: #fff; } }

#cboxLoadedContent {
  background: none !important;
  overflow: visible !important; }

#cboxContent {
  margin-top: 0;
  background: none !important; }

#cboxLoadedContent {
  padding: 0; }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible; }

#inline-content {
  margin: 0; }

#cboxNext.button2 {
  top: 400px;
  background: #bf0000; }

#cboxNext {
  display: none !important; }

#cboxNext:focus {
  outline: none; }

#cboxClose {
  display: none !important; }

#cboxPrevious {
  display: none !important; }

#cboxTitle {
  display: none !important; }

.c-modal-next01 {
  display: block;
  margin: 0 0 6px 0;
  padding: 9px 9px 9px 40px;
  border-radius: 50px;
  background: #ffeeee url("/assets/img/top/dec_maru.png") no-repeat;
  background-size: 20px;
  background-position: 16px 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer; }
  .c-modal-next01:active {
    background: #bf0000;
    opacity: .3;
    border: none; }
  @media only screen and (max-width: 767px) {
    .c-modal-next01 {
      margin: 0 10px 8px;
      padding: 10px 0 10px 50px;
      font-size: 20px;
      background-size: 26px; } }

.c-modal-next02 {
  display: block;
  margin: 0 0 6px 0;
  padding: 6px 9px 5px 40px;
  border-radius: 50px;
  background: #ffeeee url("/assets/img/top/dec_sankaku.png") no-repeat;
  background-size: 20px;
  background-position: 16px 8px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer; }
  .c-modal-next02:active {
    background: #bf0000;
    opacity: .3;
    border: none; }
  @media only screen and (max-width: 767px) {
    .c-modal-next02 {
      margin: 0 10px 8px;
      padding: 5px 0 5px 50px;
      font-size: 14px;
      background-size: 26px; } }

.c-modal-next03 {
  display: block;
  margin: 0 0 6px 0;
  padding: 9px 9px 9px 40px;
  border-radius: 50px;
  background: #ffeeee url("/assets/img/top/dec_batsu.png") no-repeat;
  background-size: 20px;
  background-position: 16px 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer; }
  .c-modal-next03:active {
    background: #bf0000;
    opacity: .3;
    border: none; }
  @media only screen and (max-width: 767px) {
    .c-modal-next03 {
      margin: 0 10px 8px;
      padding: 10px 0 10px 50px;
      font-size: 20px;
      background-size: 26px; } }

.c-modal-next04 {
  display: block;
  margin: 0 0 6px 0;
  padding: 9px 9px 9px 16px;
  border-radius: 50px;
  background: #e8e8e8;
  background-size: 21px;
  background-position: 16px 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer; }
  .c-modal-next04:active {
    background: #333;
    opacity: .3;
    border: none; }
  @media only screen and (max-width: 767px) {
    .c-modal-next04 {
      margin: 0 10px 8px;
      padding: 10px 0 10px 15px;
      font-size: 20px;
      background-size: 26px; } }

@keyframes am-fadein {
  0% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@-webkit-keyframes am-fadein {
  0% {
    opacity: .6; }
  100% {
    opacity: 1; } }

@keyframes am-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes am-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes am-fadeout {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); } }

@-webkit-keyframes am-fadeout {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3); } }

.c-modal-description {
  position: absolute;
  top: 50px;
  left: 40px;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  line-height: 1.6;
  z-index: 100; }
  .c-modal-description .span1 {
    display: block;
    color: #fff;
    background: #f59600;
    width: 294px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold; }

.c-modal-first {
  position: absolute;
  top: -10px;
  left: -20px;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  animation: am-scale 1s both ease .3s;
  -webkit-animation: am-scale 1s both ease .3s;
  line-height: 1.3;
  z-index: 100; }
  .c-modal-first .span2 {
    display: block;
    border: 10px solid #f59600;
    width: 274px;
    height: 210px; }

@media only screen and (max-width: 767px) {
  .c-modal-first {
    top: -50px;
    left: inherit;
    margin: 0;
    padding: 0;
    width: 100%; }
    .c-modal-first .span1 {
      width: 100%;
      padding: 10px 0;
      margin: 0;
      font-weight: bold; }
    .c-modal-first .span2 {
      width: 100%;
      margin: 0;
      padding: 0;
      height: 245px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.c-modal-demo#js-modal-link00 {
  background: #fff; }

.c-modal-demo#js-modal2-link00 {
  background: #fff; }

.c-modal-demo {
  position: relative;
  width: 375px;
  height: 667px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .c-modal-demo {
      margin: 0;
      width: initial;
      background: #fff; } }

.c-modal-demo img {
  width: 100%; }

.c-modal-demo2 {
  animation: am-scale .6s both ease .3s;
  -webkit-animation: am-scale .6s both ease .3s; }

.c-modal-demo3 {
  animation: am-fadeout .6s both ease .3s;
  -webkit-animation: am-fadeout .6s both ease .3s; }

.c-modal-box {
  position: absolute;
  top: 200px;
  left: 51px;
  width: 273px;
  height: 376px; }
  @media only screen and (max-width: 767px) {
    .c-modal-box {
      position: inherit;
      top: inherit;
      left: inherit;
      width: inherit;
      height: inherit; } }
  .c-modal-box ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-modal-box ul li {
      padding: 5px 0;
      border-bottom: 1px solid #eee;
      font-size: 11px; }
      @media only screen and (max-width: 767px) {
        .c-modal-box ul li {
          font-size: 12px;
          padding: 10px 0; } }
  .c-modal-box__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed; }
  .c-modal-box__dec {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-modal-box__dec img {
      width: 22px;
      height: 22px;
      margin: 0 12px;
      vertical-align: middle;
      max-width: inherit; }
      @media only screen and (max-width: 767px) {
        .c-modal-box__dec img {
          width: 30px;
          height: 30px; } }
  .c-modal-box__img {
    background: url("/assets/img/top/dec-expansion.png") no-repeat;
    background-size: 20px;
    background-position: bottom center;
    padding: 0 0 22px 0; }
    .c-modal-box__img img {
      width: 50px;
      max-width: inherit; }
      @media only screen and (max-width: 767px) {
        .c-modal-box__img img {
          width: 70px; } }
  .c-modal-box__text p {
    margin: 0 13px;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .c-modal-box__text p {
        margin: 0 10px; } }

.c-modal-faq {
  padding: 0;
  margin: 0 10px;
  color: #4c4c4c;
  position: relative; }

@media only screen and (max-width: 767px) {
  .c-modal-faq {
    margin: 0 10px; } }

.c-modal-title {
  margin: 0;
  padding: 10px 0 5px 0;
  text-align: center;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .c-modal-title {
      padding: 15px 0;
      font-size: 17px; } }

.is-modal-btn-active {
  animation: am-fadein infinite ease-in;
  -webkit-animation: am-fadein infinite ease-in; }

.is-modal-btn-close {
  animation: am-fadeout ease-in both;
  -webkit-animation: am-fadeout ease-in both; }

.c-modal-start {
  position: absolute;
  top: 574px;
  left: 48px;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 20px;
  color: #fff;
  background: #f59600;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .c-modal-start {
      position: inherit;
      top: inherit;
      left: inherit;
      width: 215px;
      margin: 0 auto;
      padding: 14px 10px;
      font-size: 14px; } }

.c-modal-next-warp {
  position: absolute;
  top: 476px;
  left: 35px;
  padding: 0 0 5px;
  background: #339900;
  border-radius: 60px;
  margin: 0 20px 20px;
  width: 260px; }
  @media only screen and (max-width: 767px) {
    .c-modal-next-warp {
      position: inherit;
      top: inherit;
      left: inherit;
      font-size: 14px;
      display: block;
      margin: 0 10px;
      width: inherit; } }

.c-modal-next2 {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #66c83b url(/assets/img/top/btn_dec.png) no-repeat;
  background-size: 30px 20px;
  background-position: right center;
  border-radius: 60px;
  border: none;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .c-modal-next2 {
      position: inherit;
      top: inherit;
      left: inherit;
      margin: 0 auto;
      padding: 0;
      font-size: 14px; } }

.c-modal-close {
  position: absolute;
  top: 440px;
  left: 80px;
  display: block;
  width: 215px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 20px;
  color: #fff;
  background: #437ab2;
  text-align: center;
  border-radius: 6px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .c-modal-close {
      position: inherit;
      top: inherit;
      left: inherit;
      width: 215px;
      margin: 0 auto;
      padding: 14px 10px;
      font-size: 14px; } }

.c-modal-close2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 375px;
  height: 667px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .c-modal-close2 {
      width: 320px;
      height: 568px; } }

.c-modal-faqbox {
  position: absolute;
  top: 92px;
  left: 49px;
  width: 273px;
  display: block;
  background: #fff;
  color: #333; }
  @media only screen and (max-width: 767px) {
    .c-modal-faqbox {
      position: inherit;
      top: inherit;
      left: inherit;
      width: inherit;
      margin: 0;
      padding: 0; } }
  .c-modal-faqbox__header {
    background-color: #0087d2;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
    margin: 0 8px 16px; }
  .c-modal-faqbox__main {
    margin: 0 10px; }
  .c-modal-faqbox__base {
    border-top: 2px solid #bf0000; }
  .c-modal-faqbox__faq {
    margin: 0 0 15px;
    padding: 0; }
  .c-modal-faqbox__q {
    font-size: 13px;
    margin: 0 0 10px 0; }
  .c-modal-faqbox__ul {
    list-style: none;
    padding: 0; }
    .c-modal-faqbox__ul li {
      margin: 0 0 8px 0;
      font-size: 13px; }
      .c-modal-faqbox__ul li label {
        display: inline-block; }
  .c-modal-faqbox__radio {
    display: inline-block;
    margin: 0 0 0 0;
    vertical-align: middle; }
  .c-modal-faqbox__text {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.p-top {
  position: relative;
  display: block;
  padding: 2px 0 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .p-top {
      padding: 3px 0 0; } }

.p-top-visual {
  z-index: 1;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .p-top-visual.is-visual01 {
    padding: 0 0 50px;
    background-image: url("/assets/img/top/bg_visual_01.png"); }
    @media only screen and (max-width: 767px) {
      .p-top-visual.is-visual01 {
        padding: 0 0 25px;
        background-image: url("/assets/img/top/bg_visual_01_sp.png"); } }
  .p-top-visual.is-visual02 {
    padding: 50px 0;
    background-image: url("/assets/img/top/bg_visual_02.png"); }
    @media only screen and (max-width: 767px) {
      .p-top-visual.is-visual02 {
        padding: 25px 0;
        background-image: url("/assets/img/top/bg_visual_02_sp.png"); } }
  .p-top-visual.is-visual03 {
    padding: 50px 0;
    background-image: url("/assets/img/top/bg_visual_03.png"); }
    @media only screen and (max-width: 767px) {
      .p-top-visual.is-visual03 {
        padding: 25px 0;
        background-image: url("/assets/img/top/bg_visual_03_sp.png"); } }
  .p-top-visual__inner {
    position: relative;
    display: block;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px; }

.p-top-section {
  z-index: 2;
  position: relative;
  display: block; }
  .p-top-section:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(2deg) skew(2deg);
        -ms-transform: translate(-50%, -50%) rotate(2deg) skew(2deg);
            transform: translate(-50%, -50%) rotate(2deg) skew(2deg); }
  .p-top-section.is-info {
    margin: -50px 0; }
    @media only screen and (max-width: 767px) {
      .p-top-section.is-info {
        margin: -25px 0; } }
    .p-top-section.is-info:before {
      background: #f4f3ee; }
  .p-top-section.is-section01 {
    margin: -50px 0; }
    @media only screen and (max-width: 767px) {
      .p-top-section.is-section01 {
        margin: -25px 0; } }
  .p-top-section.is-section02 {
    margin: -50px 0; }
    @media only screen and (max-width: 767px) {
      .p-top-section.is-section02 {
        margin: -25px 0; } }
  .p-top-section.is-section03 {
    margin: -50px 0 0; }
    @media only screen and (max-width: 767px) {
      .p-top-section.is-section03 {
        margin: -25px 0 0; } }
  .p-top-section__inner {
    position: relative;
    display: block;
    max-width: 880px;
    margin: 0 auto;
    padding: 50px 15px; }
    @media only screen and (max-width: 767px) {
      .p-top-section__inner {
        padding: 25px 15px; } }

.p-top-button {
  position: relative;
  display: inline-block;
  padding: 25px 60px;
  background: #f59600;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .p-top-button {
      display: block;
      padding: 20px 0;
      font-size: 20px; } }
  .p-top-button:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 12px;
    height: 12px;
    margin: -10px 0 0;
    border: 4px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media only screen and (max-width: 767px) {
      .p-top-button:before {
        right: 15px; } }

.p-top-signboard {
  display: block;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .p-top-signboard {
      padding: 50px 0; } }
  .p-top-signboard__text01 {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #f59600; }
    @media only screen and (max-width: 767px) {
      .p-top-signboard__text01 {
        font-size: 18px; } }
  .p-top-signboard__text02 {
    display: block;
    margin: 10px 0 0;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0 0 20px #a96700;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-top-signboard__text02 {
        font-size: 30px; } }
    @media only screen and (max-width: 374px) {
      .p-top-signboard__text02 {
        font-size: 26px; } }
  .p-top-signboard__text03 {
    display: block;
    margin: 15px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0 0 20px #a96700;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-top-signboard__text03 {
        font-size: 14px; } }
    @media only screen and (max-width: 374px) {
      .p-top-signboard__text03 {
        font-size: 12px; } }

.p-top-info {
  display: block;
  padding: 0 0 60px; }
  @media only screen and (max-width: 1023px) {
    .p-top-info {
      padding: 0 0 30px; } }
  .p-top-info__text01 {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000; }
  .p-top-info__list01 {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .p-top-info__list01__item {
      display: block;
      border-bottom: 1px solid #ccc; }
      .p-top-info__list01__item:first-child {
        border-top: 1px solid #ccc; }
      .p-top-info__list01__item[hidden] {
        display: none; }
  .p-top-info__dl {
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #333; }
    @media only screen and (max-width: 1023px) {
      .p-top-info__dl {
        display: block; } }
  .p-top-info__dt {
    display: table-cell;
    width: 15em;
    padding: 0 1em 0 0;
    font-weight: normal;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .p-top-info__dt {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        padding: 0; } }
  .p-top-info__dd {
    display: table-cell;
    margin: 0;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .p-top-info__dd {
        display: block; } }
  .p-top-info__link {
    text-decoration: none;
    color: #0066cc; }
    .p-top-info__link:hover {
      text-decoration: underline; }
  .p-top-info__new {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 5px 1px;
    background: #f59600;
    font-size: 12px;
    font-weight: bold;
    color: #fff; }
  .p-top-info__more {
    display: block;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #333;
    cursor: pointer; }
    .p-top-info__more__icon {
      position: relative;
      display: inline-block;
      padding: 0 30px 0 0; }
      .p-top-info__more__icon:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 8px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 3px solid #f59600;
        border-right: 3px solid #f59600;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: translate(0, -75%) rotate(135deg);
            -ms-transform: translate(0, -75%) rotate(135deg);
                transform: translate(0, -75%) rotate(135deg); }
    .p-top-info__more.is-open .p-top-info__more__icon:after {
      -webkit-transform: translate(0, -25%) rotate(-45deg);
          -ms-transform: translate(0, -25%) rotate(-45deg);
              transform: translate(0, -25%) rotate(-45deg); }

.p-top-about {
  display: block;
  padding: 30px 0; }
  .p-top-about__text01 {
    display: block;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-about__text01 {
        font-size: 24px; } }
  .p-top-about__text02 {
    display: block;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-about__text02 {
        margin: 10px 0 0;
        font-size: 16px;
        text-align: left; } }
    @media only screen and (max-width: 374px) {
      .p-top-about__text02 {
        font-size: 14px; } }
  .p-top-about__text03 {
    display: block;
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #f59600; }
    @media only screen and (max-width: 767px) {
      .p-top-about__text03 {
        font-size: 14px; } }
    @media only screen and (max-width: 374px) {
      .p-top-about__text03 {
        font-size: 12px; } }
  .p-top-about__img01 {
    display: block;
    width: 100%;
    max-width: 843px;
    height: auto;
    margin: 20px auto 0; }
    @media only screen and (max-width: 767px) {
      .p-top-about__img01 {
        max-width: 338px;
        margin: 10px auto 0; } }

.p-top-type {
  display: block;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .p-top-type {
      padding: 50px 0; } }
  .p-top-type__text01 {
    display: block;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-top-type__text01 {
        font-size: 24px; } }
  .p-top-type__text02 {
    display: block;
    margin: 40px 0 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-top-type__text02 {
        font-size: 18px; } }
  .p-top-type__text03 {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #fff; }
  .p-top-type__list01 {
    display: block;
    margin: 10px -1% 0;
    padding: 0;
    list-style-type: none; }
    .p-top-type__list01:after {
      content: '';
      clear: both;
      display: block; }
    .p-top-type__list01__item {
      float: left;
      display: table;
      width: 31.33333%;
      height: 40px;
      margin: 0 1%;
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .p-top-type__list01__item {
          height: 63px; } }
    .p-top-type__list01__box {
      display: table-cell;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      vertical-align: middle;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .p-top-type__list01__box {
          font-size: 16px; } }

.p-top-case {
  display: block;
  padding: 30px 0 70px; }
  @media only screen and (max-width: 767px) {
    .p-top-case {
      padding: 30px 0 45px; } }
  .p-top-case__section {
    display: block;
    margin: 130px 0 0; }
    @media only screen and (max-width: 767px) {
      .p-top-case__section {
        margin: 55px 0 0; } }
    .p-top-case__section:first-child {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .p-top-case__section:first-child {
          margin: 0; } }
  .p-top-case__box {
    display: table;
    width: 100%;
    margin: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .p-top-case__box {
        display: block; } }
    .p-top-case__box.is-last {
      margin: 0; }
    .p-top-case__box__left {
      display: table-cell;
      width: 430px;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .p-top-case__box__left {
          display: block;
          width: 100%;
          max-width: 430px;
          margin: 0 auto; } }
    .p-top-case__box__right {
      display: table-cell;
      padding: 0 0 0 20px;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .p-top-case__box__right {
          display: block;
          padding: 20px 0 0; } }
  .p-top-case__text01 {
    display: block;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-case__text01 {
        font-size: 24px; } }
    @media only screen and (max-width: 374px) {
      .p-top-case__text01 {
        font-size: 20px; } }
  .p-top-case__text02 {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-case__text02 {
        font-size: 18px; } }
  .p-top-case__text03 {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #f59600; }
    @media only screen and (max-width: 767px) {
      .p-top-case__text03 {
        font-size: 18px; } }
    @media only screen and (max-width: 374px) {
      .p-top-case__text03 {
        font-size: 16px; } }
  .p-top-case__arrow {
    display: block;
    margin: 5px auto 10px; }
  .p-top-case__list01 {
    margin: 10px 0 0;
    padding: 0 0 0 1.5em;
    list-style-type: disc; }
    .p-top-case__list01__item {
      font-size: 16px;
      line-height: 1.4;
      color: #000; }
      @media only screen and (max-width: 374px) {
        .p-top-case__list01__item {
          font-size: 14px; } }
  .p-top-case__list02 {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none; }
    .p-top-case__list02__item {
      position: relative;
      display: block;
      margin: 5px 0 0;
      padding: 10px 15px 10px 60px;
      background: #fbf8eb;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
      color: #f59600; }
      @media only screen and (max-width: 767px) {
        .p-top-case__list02__item {
          font-size: 16px; } }
      @media only screen and (max-width: 374px) {
        .p-top-case__list02__item {
          font-size: 12px; } }
      .p-top-case__list02__item:first-child {
        margin: 0; }
      .p-top-case__list02__item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 15px;
        width: 29px;
        height: 24px;
        margin: -12px 0 0;
        background-image: url("/assets/img/top/bg_check.png"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .p-top-case__list02__item:before {
            background-image: url("/assets/img/top/bg_check@2x.png");
            background-size: 29px 24px; } }
  .p-top-case__list03 {
    margin: 10px 0 0;
    padding: 0 0 0 1em;
    list-style-type: none; }
    .p-top-case__list03__item {
      position: relative;
      font-size: 12px;
      line-height: 1.4;
      color: #999; }
      .p-top-case__list03__item:before {
        content: '\203B';
        position: absolute;
        top: 0;
        left: -1em; }

.p-top-demo {
  margin: 50px 0 0;
  padding: 30px;
  background: #fbf8eb; }
  @media only screen and (max-width: 767px) {
    .p-top-demo {
      padding: 30px 20px 5px; } }
  .p-top-demo__title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 18px; }
    @media only screen and (max-width: 767px) {
      .p-top-demo__title {
        font-size: 18px;
        margin: 0 0 13px; } }
  .p-top-demo__sub {
    font-size: 14px;
    text-align: center;
    margin: 0 0 32px; }
    @media only screen and (max-width: 767px) {
      .p-top-demo__sub {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 28px; } }
  .p-top-demo__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    list-style: none;
    width: 700px;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .p-top-demo__list {
        display: inherit;
        width: inherit; } }
    .p-top-demo__list__item {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .p-top-demo__list__item {
          margin: 0 0 30px 0; } }
      @media only screen and (max-width: 767px) {
        .p-top-demo__list__item img {
          width: 170px;
          height: 0 auto; } }
      .p-top-demo__list__item__text {
        margin: 0 0 12px 0;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        color: #f59600; }
        @media only screen and (max-width: 767px) {
          .p-top-demo__list__item__text {
            font-size: 15px;
            margin: 0 0 8px 0; } }

.p-top-solution {
  display: block;
  padding: 100px 0; }
  @media only screen and (max-width: 767px) {
    .p-top-solution {
      padding: 50px 0; } }
  .p-top-solution__box {
    display: table;
    width: 100%;
    max-width: 658px;
    margin: 0 auto; }
    .p-top-solution__box__left {
      display: table-cell;
      width: 100px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .p-top-solution__box__left {
          width: 75px;
          vertical-align: top; } }
    .p-top-solution__box__right {
      display: table-cell;
      padding: 0 0 0 20px;
      vertical-align: middle; }
  .p-top-solution__text01 {
    display: block;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-top-solution__text01 {
        font-size: 24px; } }
    @media only screen and (max-width: 374px) {
      .p-top-solution__text01 {
        font-size: 20px; } }
  .p-top-solution__text02 {
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-top-solution__text02 {
        font-size: 18px; } }
    @media only screen and (max-width: 374px) {
      .p-top-solution__text02 {
        font-size: 16px; } }
  .p-top-solution__text03 {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #f59600; }
    @media only screen and (max-width: 767px) {
      .p-top-solution__text03 {
        font-size: 18px; } }
  .p-top-solution__text04 {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: #fff; }
  .p-top-solution__img01 {
    display: block;
    margin: 20px auto 5px; }
    @media only screen and (max-width: 767px) {
      .p-top-solution__img01 {
        width: 100%;
        max-width: 345px; } }
  .p-top-solution__img02 {
    display: block;
    width: 100%;
    max-width: 100px; }
    @media only screen and (max-width: 767px) {
      .p-top-solution__img02 {
        max-width: 75px; } }
  .p-top-solution__list01 {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none; }
    .p-top-solution__list01__item {
      display: block;
      margin: 20px 0 0; }
      .p-top-solution__list01__item:first-child {
        margin: 0; }
  .p-top-solution strong {
    position: relative;
    color: #f59600; }
    .p-top-solution strong:before {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #f59600; }
    .p-top-solution strong:after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background: #f59600; }

.p-top-use {
  display: block;
  margin: 0 0 -50px;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .p-top-use {
      margin: 0 0 -25px;
      padding: 30px 0 25px; } }
  .p-top-use__text01 {
    display: block;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-use__text01 {
        font-size: 24px; } }
    @media only screen and (max-width: 374px) {
      .p-top-use__text01 {
        font-size: 20px; } }
  .p-top-use__text02 {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #000; }
  .p-top-use__text03 {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-use__text03 {
        width: 75%;
        font-size: 18px;
        text-align: left; } }
  .p-top-use__text04 {
    display: block;
    margin: 10px 0 0;
    text-align: center; }
  .p-top-use__list01 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 20px -5px;
    padding: 0;
    list-style-type: none; }
    @media only screen and (max-width: 767px) {
      .p-top-use__list01 {
        display: block;
        margin: 20px auto; } }
    .p-top-use__list01__item {
      position: relative;
      display: table-cell;
      padding: 0 5px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .p-top-use__list01__item {
          display: block;
          padding: 0;
          margin: 10px 0 0; } }
      @media only screen and (max-width: 767px) {
        .p-top-use__list01__item:first-child {
          margin: 0; } }
      .p-top-use__list01__item:before {
        content: '';
        z-index: 4;
        position: absolute;
        top: 50%;
        left: -14px;
        display: block;
        width: 0;
        height: 0;
        margin: -14px 0 0;
        border: none;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 28px solid #93a6b1; }
        @media only screen and (max-width: 767px) {
          .p-top-use__list01__item:before {
            top: -14px;
            left: 50%;
            margin: 0 0 0 -14px;
            border: none;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 28px solid #93a6b1; } }
      .p-top-use__list01__item:first-child:before {
        display: none; }
  .p-top-use__box {
    z-index: 3;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-top-use__box {
        width: 250px;
        padding: 15px 0; } }
    .p-top-use__box:before {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #cad9e2;
      -webkit-transform: rotate(3deg) skew(3deg);
          -ms-transform: rotate(3deg) skew(3deg);
              transform: rotate(3deg) skew(3deg); }
    .p-top-use__box__inner {
      z-index: 2;
      position: relative; }
  .p-top-use__conversion {
    position: relative;
    display: table;
    width: 100%;
    height: 258px; }
    .p-top-use__conversion.p-top-inquiry__middle1 {
      margin: 0 auto 30px;
      padding: 0 0 30px; }
    .p-top-use__conversion.p-top-inquiry__middle2 {
      margin: -30px auto 30px;
      padding: 0 0 30px; }
    .p-top-use__conversion.p-top-inquiry__bottom {
      margin: 0 auto 30px;
      padding: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .p-top-use__conversion {
        height: 169.5px;
        margin: 0 -15px -25px;
        padding: 0 15px 25px; }
        .p-top-use__conversion.p-top-inquiry__middle1 {
          margin: 0 -15px 0;
          padding: 0 15px 25px; }
        .p-top-use__conversion.p-top-inquiry__middle2 {
          margin: -25px -15px 15px;
          padding: 0 15px 25px; }
        .p-top-use__conversion.p-top-inquiry__bottom {
          margin: 25px -15px 0;
          padding: 0 15px 25px; } }
    .p-top-use__conversion:before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 289px;
      height: 288px;
      background: url("/assets/img/top/bg_use.png?v=20181127") no-repeat 0 0; }
      @media only screen and (max-width: 767px) {
        .p-top-use__conversion:before {
          width: 175px;
          height: 194.5px;
          background-image: url("/assets/img/top/bg_use_sp.png");
          background-size: 175px auto; } }
    .p-top-use__conversion__inner {
      display: table-cell;
      vertical-align: bottom; }

.p-top-footer {
  z-index: 3;
  position: relative;
  display: block;
  border-top: 1px solid #ccc; }
  .p-top-footer__inner {
    display: block;
    max-width: 880px;
    margin: 0 auto;
    padding: 25px 15px 20px; }
  .p-top-footer__link {
    display: inline-block;
    text-decoration: none; }
  .p-top-footer__text01 {
    display: block;
    margin: 0;
    text-align: center; }
  .p-top-footer__text02 {
    display: block;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000; }

.p-top-inquiry {
  display: block;
  margin: 10px 0 30px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .p-top-inquiry {
      margin: 20px 0 0; } }

.u-hide-pc {
  display: none; }
  @media only screen and (max-width: 767px) {
    .u-hide-pc {
      display: inherit; } }

.u-hide-sp {
  display: inherit; }
  @media only screen and (max-width: 767px) {
    .u-hide-sp {
      display: none; } }
