@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

img {
  display: block;
  max-width: 100%; }

a:hover img {
  -webkit-animation: shake .15s;
          animation: shake .15s; }
  @media (max-width: 720px) {
    a:hover img {
      -webkit-animation: none;
              animation: none; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); } }

.is-pc {
  display: block; }
  @media (max-width: 720px) {
    .is-pc {
      display: none; } }

.is-sp {
  display: none; }
  @media (max-width: 720px) {
    .is-sp {
      display: block; } }

.index {
  background: url(../images/index/bg_index.png); }
  .index::before, .index::after {
    content: "";
    display: block;
    width: 90px;
    height: 100%; }
    @media (max-width: 720px) {
      .index::before, .index::after {
        width: 45px;
        background-size: contain; } }
  .index::before {
    background-image: url(../images/index/bg_bar_1.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .index::after {
    background-image: url(../images/index/bg_bar_2.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }

.index_wrap img {
  margin: 0 auto; }

.index_wrap h1 {
  margin-bottom: 25px; }

.index_wrap h2 {
  margin-bottom: 20px; }
  @media (max-width: 720px) {
    .index_wrap h2 {
      padding: 0 50px; } }

.index_wrap ul {
  list-style: none; }
  @media (max-width: 720px) {
    .index_wrap ul {
      padding: 0 50px; } }
  @media (max-width: 720px) {
    .index_wrap ul li {
      margin-bottom: 10px !important; } }
  .index_wrap ul li:nth-child(1) {
    margin-bottom: 4px; }
  .index_wrap ul li:nth-child(2) {
    margin-bottom: 7px; }

@media (max-width: 720px) {
  .article h1 {
    padding: 0 20px; } }

.article h1 img {
  margin: 0 auto 20px; }

.article .subTitle {
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 720px) {
    .article .subTitle {
      margin-bottom: 10px;
      padding: 0 20px; } }
  .article .subTitle::after {
    margin: 0 auto;
    content: "";
    display: block;
    max-width: 600px;
    height: 2px;
    background: #333; }
  .article .subTitle img {
    margin: 0 auto 10px; }

.article-visual {
  margin: 20px auto 40px; }
  @media (max-width: 720px) {
    .article-visual {
      margin-top: 0; } }
  .article-visual ul {
    margin: 0 auto;
    max-width: 680px; }
    .article-visual ul li {
      outline: none; }

.article-profile {
  margin-bottom: 20px; }
  @media (max-width: 720px) {
    .article-profile {
      padding: 0 20px; } }
  .article-profile img {
    margin: 0 auto; }

.article-wrap {
  padding-bottom: 40px; }
  @media (max-width: 720px) {
    .article-wrap {
      padding-bottom: 0; } }

.article-wrap--1 {
  background-image: url(../images/vol1/bg.png); }

.article-wrap--2 {
  background-image: url(../images/vol2/bg.png); }

.article-wrap--3 {
  background-image: url(../images/vol3/bg.png); }

.article-wrap--4 {
  background-image: url(../images/vol4/bg.png); }

.article-qaBlock {
  margin: 0 auto;
  max-width: 680px; }
  @media (max-width: 720px) {
    .article-qaBlock {
      padding: 0 20px; } }

.article-qaLine {
  margin-bottom: 20px; }
  .article-qaLine img {
    margin: 0 auto; }

.article-q {
  margin-bottom: 30px;
  overflow: hidden; }
  .article-q img {
    float: right; }

.article-a {
  position: relative; }
  .article-a::after {
    content: "";
    display: table;
    clear: both; }
  .article-a__text {
    padding: 0 30px;
    width: 90%;
    background: #eeeeee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    float: right; }
    @media (max-width: 720px) {
      .article-a__text {
        padding: 0 20px;
        font-size: 14px;
        width: 100%; } }
    .article-a__text::before {
      display: block;
      content: "";
      width: 100%;
      height: 20px;
      background: url(../images/vol1/text_bg_2.png) no-repeat 0 0;
      position: absolute;
      top: -20px;
      left: 0; }
    .article-a__text::after {
      display: block;
      content: "";
      width: 100%;
      height: 40px;
      background: url(../images/vol1/text_bg_1.png) no-repeat 0 0;
      position: absolute;
      bottom: -40px;
      left: 0; }
    .article-a__text p {
      margin-bottom: 1em;
      width: 100%;
      background: url(../images/text_line.png) left bottom;
      line-height: 36px; }
    .article-a__text ul {
      margin-bottom: 2em;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .article-a__text ul li {
        padding: 5px;
        width: 49%;
        background: #ffffff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        font-size: 12px; }
        @media (max-width: 720px) {
          .article-a__text ul li {
            width: 100%; }
            .article-a__text ul li + li {
              margin-top: 10px; } }
        .article-a__text ul li img {
          margin-bottom: 5px; }
        .article-a__text ul li.width-full {
          margin: 0 auto;
          width: 80%; }
          @media (max-width: 720px) {
            .article-a__text ul li.width-full {
              width: 100%; } }

.article-back {
  margin-bottom: 40px; }
  .article-back img {
    margin: 0 auto; }

.article-bottom {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 740px;
  background: #ef8890;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 720px) {
    .article-bottom {
      padding: 20px;
      font-size: 14px; } }
  .article-bottom h3 {
    color: #ff0;
    font-weight: bold; }
  .article-bottom p {
    color: #ffffff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .article-bottom p img {
      margin-left: 10px; }
      @media (max-width: 720px) {
        .article-bottom p img {
          display: block; } }

.article-a-vol1 {
  margin-bottom: 20px;
  padding-bottom: 70px; }
  .article-a-vol1 .article-a__text {
    background: #e6e1ef; }
    .article-a-vol1 .article-a__text::before {
      background: url(../images/vol1/text_bg_2.png) no-repeat 0 0; }
    .article-a-vol1 .article-a__text::after {
      background: url(../images/vol1/text_bg_1.png) no-repeat 0 0; }
  .article-a-vol1__img1 {
    position: absolute;
    left: -25px;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol1__img1 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol1__img2 {
    position: absolute;
    left: -50px;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol1__img2 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol1__img3 {
    position: absolute;
    right: 40px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol1__img3 {
        right: 0; } }
  .article-a-vol1__img4 {
    position: absolute;
    left: -45px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol1__img4 {
        left: -30px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol1__img5 {
    position: absolute;
    right: -40px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol1__img5 {
        right: 0;
        bottom: 20px; } }

.article-a-vol2 {
  margin-bottom: 20px;
  padding-bottom: 70px; }
  .article-a-vol2 .article-a__text {
    background: #d4ece9; }
    .article-a-vol2 .article-a__text::before {
      background: url(../images/vol2/text_bg_2.png) no-repeat 0 0; }
    .article-a-vol2 .article-a__text::after {
      background: url(../images/vol2/text_bg_1.png) no-repeat 0 0; }
  .article-a-vol2__img1 {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol2__img1 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol2__img2 {
    position: absolute;
    left: -10px;
    bottom: -10px; }
    @media (max-width: 720px) {
      .article-a-vol2__img2 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol2__img3 {
    position: absolute;
    right: -30px;
    bottom: 300px; }
    @media (max-width: 720px) {
      .article-a-vol2__img3 {
        right: -10px;
        bottom: 10px; } }
  .article-a-vol2__img4 {
    position: absolute;
    left: -30px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol2__img4 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol2__img5 {
    position: absolute;
    right: -20px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol2__img5 {
        right: 0;
        bottom: 20px; } }
  .article-a-vol2__img6 {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol2__img6 {
        left: -20px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol2__img7 {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol2__img7 {
        left: -20px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol2__img8 {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol2__img8 {
        left: -20px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }

.article-a-vol3 {
  margin-bottom: 20px;
  padding-bottom: 70px; }
  .article-a-vol3 .article-a__text {
    background: #fad5d6; }
    .article-a-vol3 .article-a__text::before {
      background: url(../images/vol3/text_bg_2.png) no-repeat 0 0; }
    .article-a-vol3 .article-a__text::after {
      background: url(../images/vol3/text_bg_1.png) no-repeat 0 0; }
  .article-a-vol3__img1 {
    position: absolute;
    left: -25px;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol3__img1 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol3__img2 {
    position: absolute;
    left: -50px;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol3__img2 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol3__img3 {
    position: absolute;
    right: -20px;
    bottom: 50px; }
    @media (max-width: 720px) {
      .article-a-vol3__img3 {
        right: 0; } }
  .article-a-vol3__img4 {
    position: absolute;
    left: -35px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol3__img4 {
        left: -30px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol3__img5 {
    position: absolute;
    left: -35px;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol3__img5 {
        left: -50px;
        bottom: -60px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }

.article-a-vol4 {
  margin-bottom: 20px;
  padding-bottom: 70px; }
  .article-a-vol4 .article-a__text {
    background: #fde4bf; }
    .article-a-vol4 .article-a__text::before {
      background: url(../images/vol4/text_bg_2.png) no-repeat 0 0; }
    .article-a-vol4 .article-a__text::after {
      background: url(../images/vol4/text_bg_1.png) no-repeat 0 0; }
  .article-a-vol4__img1 {
    position: absolute;
    left: -25px;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol4__img1 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol4__img2 {
    position: absolute;
    left: -0;
    bottom: 0; }
    @media (max-width: 720px) {
      .article-a-vol4__img2 {
        left: -40px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol4__img3 {
    position: absolute;
    right: -20px;
    bottom: 20px; }
    @media (max-width: 720px) {
      .article-a-vol4__img3 {
        right: 0; } }
  .article-a-vol4__img4 {
    position: absolute;
    left: -35px;
    bottom: 30px; }
    @media (max-width: 720px) {
      .article-a-vol4__img4 {
        left: -30px;
        bottom: -10px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
  .article-a-vol4__img5 {
    position: absolute;
    right: -20px;
    bottom: 200px; }
    @media (max-width: 720px) {
      .article-a-vol4__img5 {
        right: 0;
        bottom: 20px; } }
  .article-a-vol4__img6 {
    position: absolute;
    left: -45px;
    bottom: -20px; }
    @media (max-width: 720px) {
      .article-a-vol4__img6 {
        left: -30px;
        bottom: -50px;
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); } }
