@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 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;
  cursor: help; }

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

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.4;
  font-size: 100%;
  font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 980px) {
  .pc_hidden {
    display: none; } }

.pc_block {
  display: none; }
  @media only screen and (min-width: 980px) {
    .pc_block {
      display: block; } }

a {
  display: block;
  text-decoration: none; }

.clear {
  clear: both; }

img {
  width: auto;
  margin: 0 auto;
  max-width: 100%; }

.wrap {
  height: auto;
  overflow: hidden;
  position: relative;
  background-image: url("../img/162479.jpg");
  background-size: 180% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
  display: block; }
  @media only screen and (min-width: 980px) {
    .wrap {
      background-attachment: fixed;
      height: 100%;
      background-size: 100% auto; } }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #3e3a39;
  position: relative; }

@media only screen and (min-width: 980px) {
  .container {
    height: auto;
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto; } }

header {
  border-top: 3px solid #becb31;
  padding: 10px;
  height: 55px;
  background: white; }
  header a {
    width: 141px;
    height: 29px;
    margin: 0 auto;
    position: relative; }
    header a:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 141px;
      height: 29px;
      z-index: -1;
      background-size: cover;
      background-position: center center;
      background-image: url("../img/logo.jpg");
      z-index: 2; }

.header__copy {
  background: linear-gradient(30deg, #1482b8, #5ea8d8 40%, #97c1a4);
  padding: 20px 12px;
  text-align: center; }
  .header__copy h1, .header__copy h2 {
    color: white;
    font-size: 3.4vw;
    letter-spacing: 4px;
    padding: 2px 0; }
    @media only screen and (min-width: 980px) {
      .header__copy h1, .header__copy h2 {
        font-size: 20px; } }
    .header__copy h1 span, .header__copy h2 span {
      color: yellow;
      font-size: 5vw;
      padding: 0 10px;
      position: relative; }
      @media only screen and (min-width: 980px) {
        .header__copy h1 span, .header__copy h2 span {
          font-size: 24px; } }
      .header__copy h1 span:before, .header__copy h2 span:before {
        content: '"';
        font-size: 1rem;
        position: absolute;
        top: -3px;
        left: 0; }
      .header__copy h1 span:after, .header__copy h2 span:after {
        content: '"';
        font-size: 1rem;
        position: absolute;
        top: -3px; }
  .header__copy h2 {
    display: inline-block; }

.header__campain {
  color: white;
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .header__campain {
      padding: 0px 10px 20px; } }
  .header__campain .header__border {
    background: white;
    width: 120%;
    height: 22%;
    position: absolute;
    right: -10%;
    top: 22.5%;
    transform: rotate(-3deg);
    z-index: -1;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25); }
    @media only screen and (min-width: 980px) {
      .header__campain .header__border {
        height: 190px;
        top: 33.5%; } }
  .header__campain .header__campain-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-content {
        margin: 20px auto 0;
        max-width: 1120px; } }
    .header__campain .header__campain-content img {
      width: 100%; }
    .header__campain .header__campain-content .header__campain_sp_02 {
      position: relative;
      top: -15px;
      right: -5px; }
  .header__campain .header__campain-review {
    width: 80%;
    height: 240px;
    background: white;
    padding: 0 10px 0;
    margin: 5px 10% 0;
    border-radius: 5px; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-review {
        height: auto;
        width: 35%;
        float: left;
        max-width: 1280px;
        margin: 0;
        padding: 10px 10px 10px;
        border-radius: 10px; } }
    .header__campain .header__campain-review .slick-list {
      height: 202px;
      padding: 0 0 20px;
      overflow: hidden; }
      @media only screen and (min-width: 980px) {
        .header__campain .header__campain-review .slick-list {
          height: auto; } }
      .header__campain .header__campain-review .slick-list img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
    .header__campain .header__campain-review .slick-dots {
      margin: 0; }
      .header__campain .header__campain-review .slick-dots li button:before {
        font-size: 2rem; }
  .header__campain .header__campain-table {
    width: 92%;
    max-width: 700px;
    padding: 0 10px 0;
    margin: 10px auto; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-table {
        height: auto;
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        margin: 0 auto; } }
    .header__campain .header__campain-table img {
      width: 100%; }
  .header__campain .header__campain-detail {
    position: absolute;
    width: 42%;
    right: 2%;
    bottom: 18%;
    margin: auto; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-detail {
        width: 19%;
        margin: 0;
        right: 2%;
        bottom: 28%; } }
    .header__campain .header__campain-detail a {
      display: block;
      height: 12vw; }
      @media only screen and (min-width: 980px) {
        .header__campain .header__campain-detail a {
          height: 60px; } }

.head_step_container {
  padding: 10px 0 20px;
  margin-top: -1px; }
  @media only screen and (min-width: 980px) {
    .head_step_container {
      padding: 15px 0 35px; } }
  .head_step_container .step_area {
    padding: 0 5px; }
    @media only screen and (min-width: 980px) {
      .head_step_container .step_area {
        padding: 0 8%; } }
    .head_step_container .step_area .step_inner {
      width: 19%;
      margin: .5%;
      padding-top: 10px;
      background: white; }
      @media only screen and (min-width: 640px) {
        .head_step_container .step_area .step_inner {
          min-height: 180px; } }
      @media only screen and (min-width: 980px) {
        .head_step_container .step_area .step_inner {
          width: 18%;
          margin: 1%; } }
      .head_step_container .step_area .step_inner img {
        width: 100%;
        margin: 0; }
        @media only screen and (min-width: 980px) {
          .head_step_container .step_area .step_inner img {
            width: 80%;
            margin: 0 10%; } }
      .head_step_container .step_area .step_inner p {
        font-size: 10px;
        height: 2rem;
        padding: 2px 0 0; }
        @media only screen and (min-width: 980px) {
          .head_step_container .step_area .step_inner p {
            font-size: 1rem; } }
  @media only screen and (min-width: 980px) {
    .head_step_container .post_link_txt {
      margin: -10px auto 0; } }

.head_step_container_2 {
  padding: 10px 0 20px; }
  .head_step_container_2 .step_area {
    padding: 0 5px; }
    .head_step_container_2 .step_area .step_inner_box {
      width: 100%;
      margin: 0 16%; }
    .head_step_container_2 .step_area .step_inner {
      width: 19%;
      margin: .5%;
      padding-top: 10px; }
      @media only screen and (min-width: 640px) {
        .head_step_container_2 .step_area .step_inner {
          min-height: 180px; } }
      @media only screen and (min-width: 980px) {
        .head_step_container_2 .step_area .step_inner {
          width: 18%;
          margin: 1%; } }
      .head_step_container_2 .step_area .step_inner img {
        width: 100%;
        margin: 0; }
        @media only screen and (min-width: 980px) {
          .head_step_container_2 .step_area .step_inner img {
            width: 80%;
            margin: 0 10%; } }
      .head_step_container_2 .step_area .step_inner p {
        font-size: 10px;
        height: 2rem;
        padding: 2px 0 0; }
        @media only screen and (min-width: 980px) {
          .head_step_container_2 .step_area .step_inner p {
            font-size: 1rem; } }

.post_link_container {
  height: auto;
  overflow: hidden; }

.post_link_txt {
  padding: 25px 20px 0;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
  display: block; }
  @media only screen and (min-width: 980px) {
    .post_link_txt {
      max-width: 800px;
      font-size: 1rem;
      text-align: center;
      margin: 15px auto -20px; } }
  .post_link_txt span.code {
    background: #fff0f0;
    color: red;
    font-weight: bold;
    padding: 4px 5px;
    margin: 0 3px;
    border: 2px solid red;
    border-radius: 2px; }

.post_link {
  background: #f04b4b;
  box-shadow: 0 7px 0 #a80e0e;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  color: white;
  padding: 10px;
  border-radius: 50px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all .2s linear; }
  @media only screen and (min-width: 980px) {
    .post_link {
      max-width: 700px;
      margin: 50px auto 20px;
      font-size: 22px;
      padding: 20px; } }
  .post_link:hover {
    opacity: 0.85;
    transition: all .2s linear;
    box-shadow: 0 1px 15px rgba(0, 117, 193, 0.5);
    margin-top: 22px;
    margin-bottom: 13px; }
    @media only screen and (min-width: 980px) {
      .post_link:hover {
        margin-top: 57px;
        margin-bottom: 13px; } }

@media only screen and (min-width: 980px) {
  .top_post_link {
    margin: 20px auto 20px; } }
.top_post_link:hover {
  background: #f26363;
  opacity: 1;
  transition: all .2s linear;
  box-shadow: 0 1px 15px rgba(0, 117, 193, 0.5);
  margin-top: 22px;
  margin-bottom: 13px; }
  @media only screen and (min-width: 980px) {
    .top_post_link:hover {
      margin-top: 27px;
      margin-bottom: 13px; } }

section {
  height: auto;
  overflow: hidden;
  padding: 20px 10px;
  clear: both; }
  @media only screen and (min-width: 980px) {
    section {
      padding: 70px 10px; } }

.title {
  color: #0075c1;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px; }
  @media only screen and (min-width: 980px) {
    .title {
      font-size: 28px; } }
  .title:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #ddbbe3;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }

.subtitle {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 700px; }
  @media only screen and (min-width: 980px) {
    .subtitle {
      font-size: 18px;
      margin: 0 auto 30px;
      max-width: 1200px; } }
  .subtitle p {
    display: inline-block; }

.linktitle {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 700px;
  color: #808080; }
  @media only screen and (min-width: 980px) {
    .linktitle {
      font-size: 18px;
      margin: 50px auto 0;
      max-width: 1200px; } }
  .linktitle p {
    display: block;
    margin: 30px 0 15px;
    padding: 0 0 15px;
    position: relative;
    color: #3e3a39; }
    @media only screen and (min-width: 980px) {
      .linktitle p {
        padding: 0 0 20px;
        margin: 30px 0 20px; } }
    .linktitle p:after {
      content: "";
      display: block;
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: #0075c1;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
  .linktitle a {
    color: #004775;
    text-decoration: underline;
    display: inline-block;
    margin: 0 10px 0 0; }
  .linktitle a:last-child {
    margin: 0; }
  .linktitle a:hover {
    text-decoration: underline; }

.logo_area {
  height: auto;
  overflow: hidden;
  padding: 0 10px 20px;
  max-width: 600px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .logo_area {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 10px; } }
  .logo_area .logo_img {
    width: calc(100% / 3);
    float: left;
    height: 80px;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .logo_area .logo_img {
        height: 75px;
        width: calc(100% / 5);
        margin: 20px 0 0; } }
    .logo_area .logo_img img {
      position: absolute;
      position: absolute;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 5px; }
      @media only screen and (min-width: 980px) {
        .logo_area .logo_img img {
          padding: 5px 10px; } }

.inner_section__box {
  height: auto;
  overflow: hidden;
  clear: both;
  margin: 0 -10px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 980px) {
    .inner_section__box {
      margin: 60px -10px 0; } }

.inner_section {
  padding: 25px 20px 20px; }
  @media only screen and (min-width: 980px) {
    .inner_section {
      width: 50%;
      float: left;
      padding: 40px 40px; } }
  @media only screen and (min-width: 980px) {
    .inner_section .inner_section__content {
      max-width: 700px; } }
  .inner_section .inner_section__content img {
    width: 98%;
    margin: 0 1%; }

.inner_section01 {
  color: #0075c1; }
  .inner_section01:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/back.jpg");
    background-repeat: no-repeat;
    background-size: auto 50%;
    opacity: 0.2; }
    @media only screen and (min-width: 980px) {
      .inner_section01:before {
        background-size: cover; } }
  .inner_section01 .inner_section__content {
    max-width: 700px;
    margin: 0 auto; }
    @media only screen and (min-width: 980px) {
      .inner_section01 .inner_section__content {
        float: right; } }

.inner_section02 {
  background: url("../img/back02.jpg");
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .inner_section02 .inner_section__content {
    max-width: 700px;
    margin: 0 auto;
    position: relative; }
  .inner_section02 .title {
    color: white; }
  .inner_section02 .right {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 0; }
    @media only screen and (min-width: 980px) {
      .inner_section02 .right {
        right: 2.5%;
        font-size: 17px;
        letter-spacing: .1px; } }

.infomation {
  margin-top: -1px; }
  @media only screen and (min-width: 980px) {
    .infomation {
      padding-top: 0px; } }
  .infomation .subtitle {
    text-align: left;
    padding: 0 10px; }
    @media only screen and (min-width: 980px) {
      .infomation .subtitle {
        text-align: center;
        font-size: 18px; } }
    .infomation .subtitle p {
      margin: 0 0 10px; }

.infomation__inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 10px 15px;
  margin: 30px auto 10px;
  border-radius: 4px;
  max-width: 700px; }
  @media only screen and (min-width: 980px) {
    .infomation__inner {
      max-width: 1200px;
      width: calc(100% - 120px);
      margin: 40px 60px 10px;
      padding: 60px 20px 80px;
      border-radius: 10px; } }
  .infomation__inner p.post_link_txt {
    color: red; }
  .infomation__inner .infomation_table {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    word-wrap: break-all;
    margin-top: 50px; }
    @media only screen and (min-width: 980px) {
      .infomation__inner .infomation_table {
        max-width: 720px;
        margin: 100px auto 20px;
        font-size: 1.2rem; } }
    .infomation__inner .infomation_table tr {
      clear: both; }
    .infomation__inner .infomation_table th, .infomation__inner .infomation_table td {
      display: block;
      width: 100%; }
    .infomation__inner .infomation_table th {
      color: #0075c1;
      text-align: left;
      padding: 0 0.7rem 2px;
      width: 100%;
      font-size: .9rem; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .infomation_table th {
          width: 8rem;
          display: table-cell;
          vertical-align: top;
          text-align: right;
          font-size: 1.2rem; } }
    .infomation__inner .infomation_table td {
      width: 100%;
      padding: 0 0.5rem 20px 0.7rem;
      font-size: 0.85rem; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .infomation_table td {
          font-size: 1.1rem;
          padding: 0 0 30px 1.6rem; } }
      .infomation__inner .infomation_table td p {
        font-size: .8rem; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .infomation_table td p {
            padding: 5px 0 0;
            font-size: .82rem; } }
      .infomation__inner .infomation_table td span.code {
        background: #ffd6d6;
        color: red;
        font-weight: bold;
        padding: 5px;
        margin: 0 3px; }
      .infomation__inner .infomation_table td span.limited {
        font-weight: bold;
        background: rgba(255, 255, 0, 0.5);
        padding: 2px 0; }
      .infomation__inner .infomation_table td img {
        padding: 5px 0; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .infomation_table td img {
            width: 100%;
            padding: 10px 0 0; } }
    .infomation__inner .infomation_table .campain_category__detail {
      border-top: none;
      width: 102%;
      margin: 10px -1% 15px;
      padding: 20px 5px;
      text-align: center;
      box-sizing: border-box;
      position: relative;
      background: #ffd6d6; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .infomation_table .campain_category__detail {
          padding: 20px 5px 25px; } }
      .infomation__inner .infomation_table .campain_category__detail:before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 8px;
        border: 2px solid red;
        width: calc(100% - 20px);
        min-height: calc(100% - 21px);
        background: white; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .infomation_table .campain_category__detail:before {
            border: 1px solid red;
            top: 12px;
            left: 12px;
            width: calc(100% - 26px);
            min-height: calc(100% - 26px); } }
      .infomation__inner .infomation_table .campain_category__detail a {
        display: inline-block;
        text-decoration: underline;
        font-weight: bold; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .infomation_table .campain_category__detail a:hover {
            background: #eaf7ff; } }
      .infomation__inner .infomation_table .campain_category__detail p {
        font-size: 1rem;
        position: relative;
        z-index: 3;
        line-height: 1.5; }
        .infomation__inner .infomation_table .campain_category__detail p span {
          font-weight: bold;
          color: #ff4d4d;
          font-size: 1.2rem; }
        .infomation__inner .infomation_table .campain_category__detail p span.more_cp {
          font-size: 1rem;
          display: block;
          width: 40%;
          background: #ff4d4d;
          border-radius: 50px;
          padding: 4px 10px;
          color: white;
          margin: 2px 30% 3px; }
          @media only screen and (min-width: 980px) {
            .infomation__inner .infomation_table .campain_category__detail p span.more_cp {
              font-size: .9rem;
              padding: 2px 5px;
              width: 22%;
              margin: 2px 39% 8px; } }
  .infomation__inner ul {
    padding: 0 0 0 1rem; }
    .infomation__inner ul li {
      list-style-type: disc;
      padding: 0 0 15px; }
  .infomation__inner .inner_table {
    table-layout: fixed;
    width: 102%;
    margin: 3px -1% 0px;
    display: table; }
    .infomation__inner .inner_table thead, .infomation__inner .inner_table tbody {
      width: 100%; }
    .infomation__inner .inner_table th, .infomation__inner .inner_table td {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      border: 1px solid #c6c6c6; }
      .infomation__inner .inner_table th span, .infomation__inner .inner_table td span {
        font-size: .2rem;
        padding: 0 0 0 2px; }
      .infomation__inner .inner_table th .number, .infomation__inner .inner_table td .number {
        color: red;
        font-size: .8rem;
        font-weight: bold;
        padding: 0 0 0 5px; }
    .infomation__inner .inner_table th {
      font-weight: 100;
      font-size: .8rem;
      padding: 5px 0; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .inner_table th {
          font-size: 1rem; } }
    .infomation__inner .inner_table td {
      padding: 5px 0; }
    .infomation__inner .inner_table thead {
      background: #e0e0e0; }
      .infomation__inner .inner_table thead th {
        color: #3e3a39; }
        .infomation__inner .inner_table thead th:first-child {
          background: #82bbe0;
          color: white; }
    .infomation__inner .inner_table tbody th {
      background: #f4f9ff; }
    .infomation__inner .inner_table tbody td {
      font-weight: bold;
      color: #ff4d4d;
      background: white; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .inner_table tbody td {
          padding: 10px 0; } }
      .infomation__inner .inner_table tbody td span.line-through {
        text-decoration: line-through;
        color: #736c6a;
        font-size: 10px; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .inner_table tbody td span.line-through {
            font-size: 12px; } }
      .infomation__inner .inner_table tbody td span.arrow {
        color: #3e3a39;
        display: block;
        transform: rotate(90deg);
        font-size: 10px; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .inner_table tbody td span.arrow {
            display: inline-block;
            transform: rotate(0deg);
            font-size: 12px; } }
  .infomation__inner .inner_notice, .infomation__inner .notice {
    padding: 0; }
    .infomation__inner .inner_notice li:first-child:before, .infomation__inner .inner_notice li:nth-child(3):before, .infomation__inner .inner_notice li:nth-child(4):before, .infomation__inner .notice li:first-child:before, .infomation__inner .notice li:nth-child(3):before, .infomation__inner .notice li:nth-child(4):before {
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .inner_notice li:first-child:before, .infomation__inner .inner_notice li:nth-child(3):before, .infomation__inner .inner_notice li:nth-child(4):before, .infomation__inner .notice li:first-child:before, .infomation__inner .notice li:nth-child(3):before, .infomation__inner .notice li:nth-child(4):before {
          top: 5px; } }
    .infomation__inner .inner_notice li, .infomation__inner .notice li {
      padding: 0 0 5px 1.8rem;
      font-size: .8rem;
      list-style-type: none;
      position: relative; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .inner_notice li, .infomation__inner .notice li {
          font-size: .82rem;
          padding: 0 0 20px 2.2rem; } }
      .infomation__inner .inner_notice li:first-child:before, .infomation__inner .notice li:first-child:before {
        content: "※1"; }
      .infomation__inner .inner_notice li:nth-child(3):before, .infomation__inner .notice li:nth-child(3):before {
        content: "※2"; }
      .infomation__inner .inner_notice li:nth-child(4):before, .infomation__inner .notice li:nth-child(4):before {
        content: "※3"; }
      .infomation__inner .inner_notice li img, .infomation__inner .notice li img {
        width: 90%; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .inner_notice li img, .infomation__inner .notice li img {
            width: 80%;
            padding: 5px 0 0; } }
    .infomation__inner .inner_notice li.notice_number:before, .infomation__inner .notice li.notice_number:before {
      content: ""; }
  .infomation__inner img.notice {
    padding: 0 0 15px; }
    @media only screen and (min-width: 980px) {
      .infomation__inner img.notice {
        width: 80%; } }

.head_step_container_2 {
  width: 106%;
  margin: 0 -3%;
  padding: 0; }
  @media only screen and (min-width: 640px) {
    .head_step_container_2 {
      width: 90%;
      margin: 0 5%; } }

.step_area {
  height: auto;
  overflow: hidden; }
  @media only screen and (min-width: 980px) {
    .step_area {
      padding: 0 6%; } }
  .step_area .step_inner {
    width: 47%;
    float: left;
    margin: 1.5%;
    text-align: center;
    border: 1px solid #0075c1;
    border-radius: 3px;
    padding: 10px 0 0;
    color: #0075c1;
    background: white; }
    @media only screen and (min-width: 640px) {
      .step_area .step_inner {
        min-height: 213px; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner {
        width: 18%;
        margin: 1%;
        padding: 20px 0 0;
        border: 2px solid #0075c1;
        border-radius: 5px; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner h3 {
        font-size: 1.2rem; } }
    .step_area .step_inner p {
      font-size: 0.9rem;
      padding: 5px 0 0; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner p {
          font-size: 1rem; } }
    @media only screen and (min-width: 980px) {
      .step_area .step_inner img {
        width: 80%;
        margin: 10px 10% 0; } }

.category_area {
  position: relative; }
  @media only screen and (min-width: 640px) {
    .category_area {
      padding: 0 1.4%; } }
  @media only screen and (min-width: 980px) {
    .category_area {
      padding: 0 2%; } }
  .category_area h4 {
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 0 10px;
    margin: 0 0 12px;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .category_area h4 {
        font-size: 1.3rem;
        padding: 5px 0 15px;
        margin: 0 0 20px; } }
    .category_area h4:after {
      content: "";
      display: block;
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: 0;
      left: 50%;
      background: #ddbbe3;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
  .category_area ul.index_list {
    padding: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%; }
    .category_area ul.index_list li {
      list-style: none;
      width: auto;
      padding: 0;
      margin: 4px 1%; }
      @media only screen and (min-width: 640px) {
        .category_area ul.index_list li {
          margin: 4px 3px; } }
      .category_area ul.index_list li a {
        background: #f4fbff;
        border-radius: 50px;
        padding: 8px 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: #005084;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
        .category_area ul.index_list li a:hover {
          background: #a8ddff;
          transition: .2s all; }
      .category_area ul.index_list li:first-child a {
        padding: 5px 0;
        font-size: .8rem; }
  .category_area ul.product_link {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    .category_area ul.product_link li {
      margin: 0 0 2px 0;
      position: relative;
      width: 50%;
      border: 1px solid #ebebeb;
      background: white;
      list-style: none;
      padding-bottom: 0;
      margin: 0;
      display: flex;
      align-items: center;
      margin: -1px -1px 0 0;
      padding: 3px 2px 3px 3px; }
      @media only screen and (min-width: 640px) {
        .category_area ul.product_link li {
          width: calc(100% / 3);
          padding: 3px 2px 3px 5px; } }
      @media only screen and (min-width: 980px) {
        .category_area ul.product_link li {
          width: 25%;
          padding: 6px 2px 6px 6px; } }
      .category_area ul.product_link li a {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative; }
      @media only screen and (min-width: 640px) {
        .category_area ul.product_link li:hover {
          box-shadow: 0 0 20px #d4d7e6;
          cursor: pointer;
          z-index: 100; } }
      .category_area ul.product_link li .product_thumbnail {
        width: 33px;
        height: 33px;
        margin: 0 3px 0 0;
        position: relative; }
        @media only screen and (min-width: 640px) {
          .category_area ul.product_link li .product_thumbnail {
            width: 40px;
            height: 40px;
            margin: 0 4px 0 0; } }
        @media only screen and (min-width: 980px) {
          .category_area ul.product_link li .product_thumbnail {
            width: 45px;
            height: 45px;
            margin: 0 5px 0 0; } }
      .category_area ul.product_link li img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
      .category_area ul.product_link li .product_name {
        width: calc(100% - 36px);
        line-height: 1.1;
        color: #666666;
        padding: 7px 3px;
        font-size: .68rem; }
        @media only screen and (min-width: 640px) {
          .category_area ul.product_link li .product_name {
            font-size: .8em;
            width: calc(100% - 44px); } }
        @media only screen and (min-width: 980px) {
          .category_area ul.product_link li .product_name {
            width: calc(100% - 50px);
            font-size: .9rem; } }

.more-container {
  height: 120px;
  width: 100%;
  color: black;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 50%);
  display: flex;
  align-items: flex-end;
  margin: -120px 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 980px) {
    .more-container {
      display: none; } }
  .more-container .more-button {
    width: 92%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0 4%;
    background: #fff;
    box-shadow: 0 2px 10px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center; }

.accordion {
  width: 100%;
  margin: 0 auto 50px; }
  @media only screen and (min-width: 980px) {
    .accordion {
      margin: 0 auto 100px; } }
  .accordion .default .submenu {
    display: block; }
  .accordion p {
    margin: 20px 3px 0; }
    @media only screen and (min-width: 980px) {
      .accordion p {
        margin: 20px 5px 0; } }
  .accordion .submenu_box {
    display: none;
    position: relative;
    z-index: 999; }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box .submenu a {
        visibility: visible; } }

.open .more-container {
  display: none; }

.category_open .accordion .submenu_box {
  display: block !important; }
.category_open .accordion .more-container {
  display: none; }

.more-container {
  height: 120px;
  width: 100%;
  color: black;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%);
  display: flex;
  align-items: flex-end;
  margin: -120px 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 980px) {
    .more-container {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 50%); } }
  .more-container .more-button {
    width: 92%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0 4%;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 980px) {
      .more-container .more-button {
        width: 50%;
        margin: 0 auto -30px; } }
    .more-container .more-button:hover {
      box-shadow: 0 4px 22px rgba(0, 0, 0, 0.3);
      transition: .2s all;
      color: rgba(0, 0, 0, 0.55);
      cursor: pointer; }
    .more-container .more-button p {
      margin: 0; }

.footer_copy {
  background: #f4f3f2;
  padding: 0; }
  .footer_copy .container {
    padding: 5% 0 20%;
    position: relative;
    z-index: 0;
    height: auto;
    overflow: hidden; }
    @media only screen and (min-width: 980px) {
      .footer_copy .container {
        padding: 60px 0 260px;
        max-width: 1000px; } }
    .footer_copy .container:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: url("../img/footer.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center bottom; }

.white {
  background: white; }

footer {
  margin-top: 0; }
  footer .footer-invitation-wrap {
    background: url(https://www.itreview.jp/packs/media/images/front/footer-invitation-bg-5cbfd4d837d70375b03ed2641fb8f312.jpg);
    background-position: center 75%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #555;
    text-align: center; }
    footer .footer-invitation-wrap .footer-invitation-background {
      padding: 20px 15px;
      background: rgba(255, 255, 255, 0.75); }
    footer .footer-invitation-wrap .footer-invitation-for-vendor {
      font-size: 14px;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-for-vendor {
          font-size: 24px; } }
    footer .footer-invitation-wrap .footer-invitation-title {
      font-size: 24px;
      line-height: 1.2;
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 700; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-title {
          font-size: 33px; } }
    footer .footer-invitation-wrap .footer-invitation-text {
      font-weight: 700;
      text-align: center;
      font-size: 12px;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-text {
          padding-bottom: 20px;
          font-size: 16px;
          font-weight: 100; } }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap .footer-invitation-text .show-for-small-only {
          display: none; } }
    footer .footer-invitation-wrap a.footer-invitation-button {
      width: 100%;
      font-size: 15px;
      padding: 10px 30px;
      margin: 20px 0;
      color: #fff;
      background: linear-gradient(90deg, #5ea7d7, #0075c0);
      border-radius: 3px;
      font-weight: 700;
      font-size: 17px;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        footer .footer-invitation-wrap a.footer-invitation-button {
          width: auto;
          padding: 20px 50px;
          display: inline-block; } }
  footer .footer-link-wrap {
    padding: 20px;
    background: linear-gradient(to top right, #54b4f8, #66c7f8); }
    footer .footer-link-wrap .footer-logo-wrap {
      padding: 25px 25px 40px;
      text-align: center; }
      footer .footer-link-wrap .footer-logo-wrap .footer-logo {
        text-align: center;
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        height: 31px;
        background-image: url("../img/logo_white.svg");
        width: 154px;
        height: 31px; }
      footer .footer-link-wrap .footer-logo-wrap .footer-logo-line {
        background: #ddbbe3;
        padding: 2px;
        width: 80px;
        margin: 20px auto 0; }
    footer .footer-link-wrap .footer-link-list {
      width: auto;
      flex-direction: column;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        footer .footer-link-wrap .footer-link-list {
          width: 80%;
          display: flex;
          flex-direction: row;
          justify-content: space-between; } }
    footer .footer-link-wrap .footer-link-container {
      width: 100%;
      transform: none;
      font-weight: 400;
      padding: 0 20px 20px; }
    footer .footer-link-wrap .footer-link {
      padding: 4px 0; }
      footer .footer-link-wrap .footer-link a {
        color: #fff; }
  footer .footer-copyright {
    text-align: center;
    display: block;
    color: #555;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 20px; }
  footer small {
    text-align: center;
    display: block; }

.past_link {
  text-align: center;
  background: white;
  border: 1px solid #3e3a39;
  border-radius: 4px;
  max-width: 300px;
  margin: 20px auto 10px; }
  .past_link a {
    padding: 15px; }
  .past_link:hover {
    transition: all .2s linear;
    text-decoration: underline;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3); }

/*# sourceMappingURL=common.css.map */
