@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; }

* {
  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%; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #3e3a39;
  background: url("../img/bg.png");
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: -2; }
  body:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url("../img/bg_maple_right.png");
    background-size: contain;
    background-position: top right -30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.8; }
    @media only screen and (min-width: 980px) {
      body:before {
        background-size: 70%;
        background-position: top 30px right -30px; } }

.wrap {
  position: relative; }
  .wrap:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url("../img/bg_maple_left.png");
    background-size: contain;
    background-position: bottom left -30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.8; }
    @media only screen and (min-width: 980px) {
      .wrap:before {
        background-size: 50%;
        background-position: bottom 30px left -30px; } }

@media only screen and (min-width: 980px) {
  .container {
    height: auto;
    overflow: hidden;
    max-width: 1200px;
    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; }

.blue_campain_box {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 3%;
  margin: 10% 3%;
  background: rgba(0, 108, 178, 0.9); }
  @media only screen and (min-width: 980px) {
    .blue_campain_box {
      margin: 0px 0; } }

.blue_campain_box__top {
  outline: solid 4px white;
  outline-offset: -12px;
  outline-style: double;
  padding: 8% 5% 5%; }
  @media only screen and (min-width: 980px) {
    .blue_campain_box__top {
      padding: 3% 5% 2%;
      outline-offset: -16px;
      margin: 25px 60px 0; } }

.header__campain {
  color: white;
  height: auto;
  overflow: hidden;
  padding: 5px 0; }
  @media only screen and (min-width: 980px) {
    .header__campain {
      padding: 0 10px 10px; } }
  .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 {
        max-width: none; } }
    .header__campain .header__campain-content img {
      width: 100%; }
    .header__campain .header__campain-content .header__campain_sp_02 {
      position: relative;
      top: -15px;
      right: -5px; }

@media only screen and (min-width: 980px) {
  .w_campain__step_container {
    display: flex;
    padding: 0 0 0 10px;
    width: 105%;
    margin: 20px -2.5% 0;
    border-top: 1px solid white; } }

.w_campain__step {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 980px) {
    .w_campain__step {
      width: 50%; } }
  .w_campain__step .w_campain__title {
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 4px solid #f04b4b;
    width: 75%;
    padding: 2px 10px;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 980px) {
      .w_campain__step .w_campain__title {
        width: 50%; } }
    .w_campain__step .w_campain__title .back_title {
      position: absolute;
      top: 5px;
      left: 5px;
      width: 30%; }
      @media only screen and (min-width: 980px) {
        .w_campain__step .w_campain__title .back_title {
          width: 26%; } }
  .w_campain__step .step_area {
    display: flex;
    flex-wrap: nowrap;
    padding: 15px 0;
    margin: 0; }
    @media only screen and (min-width: 980px) {
      .w_campain__step .step_area {
        padding: 15px 0 0; } }
    .w_campain__step .step_area .step_inner {
      border: none;
      background: none;
      border-radius: 0;
      margin: 0;
      width: 41%;
      padding: 3px 3% 0 0;
      position: relative; }
      @media only screen and (min-width: 980px) {
        .w_campain__step .step_area .step_inner {
          width: 40%;
          height: auto;
          min-height: 10px; } }
      .w_campain__step .step_area .step_inner:after {
        content: "▶︎";
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2px;
        height: 10px;
        margin: auto; }
        @media only screen and (min-width: 980px) {
          .w_campain__step .step_area .step_inner:after {
            font-size: 1.2rem;
            right: 12px; } }
      .w_campain__step .step_area .step_inner h3 {
        font-size: 1.2rem;
        color: white; }
      .w_campain__step .step_area .step_inner p {
        font-size: .75rem;
        height: 1.85rem;
        vertical-align: middle;
        line-height: 1;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 2px; }
        @media only screen and (min-width: 980px) {
          .w_campain__step .step_area .step_inner p {
            height: 2.7rem;
            font-size: .9rem;
            line-height: 1.1;
            padding-top: 5px; } }
      .w_campain__step .step_area .step_inner img {
        width: 80%;
        margin: 0 10% -8px; }
    .w_campain__step .step_area .step_w_campain {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0px 2px 2%;
      border: none;
      width: 44%;
      margin: 0; }
      @media only screen and (min-width: 980px) {
        .w_campain__step .step_area .step_w_campain {
          padding: 0px 15px 1% 2px; } }
      .w_campain__step .step_area .step_w_campain:after {
        content: ""; }
      .w_campain__step .step_area .step_w_campain img {
        width: 90%;
        margin: 0 0 -8px 5%; }
        @media only screen and (min-width: 980px) {
          .w_campain__step .step_area .step_w_campain img {
            width: 88%;
            margin: -5px 12% -5px 0; } }
    @media only screen and (min-width: 980px) {
      .w_campain__step .step_area .step_w_campain_01:after {
        content: "▶︎";
        right: 0;
        z-index: 100; } }

@media only screen and (min-width: 980px) {
  .w_campain__step {
    width: 50%; } }

@media only screen and (min-width: 980px) {
  .head_step_container {
    padding: 0 0 20px; } }
.head_step_container .w_campain__step {
  outline: solid 2px #f04b4b;
  outline-offset: -12px;
  outline-width: 3px;
  box-shadow: none; }
  @media only screen and (min-width: 980px) {
    .head_step_container .w_campain__step {
      outline-width: 5px;
      outline-offset: -15px;
      margin: 20px;
      box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); } }
.head_step_container .w_campain__title {
  margin: 20px auto 0; }
  @media only screen and (min-width: 980px) {
    .head_step_container .w_campain__title {
      width: 90%;
      margin: 0 auto 30px; } }
  .head_step_container .w_campain__title img {
    width: 100%; }
.head_step_container .w_campain__2 {
  outline-color: yellow; }
  .head_step_container .w_campain__2 .w_campain__title {
    border-color: yellow; }
.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; }
    @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_box {
    margin: 0 60px; } }
@media only screen and (min-width: 980px) {
  .head_step_container .post_link_txt {
    margin: 10px auto 0; } }

@media only screen and (min-width: 980px) {
  .w_campain__step_container2 {
    padding: 10px;
    margin: 0 60px;
    width: auto;
    border: none; } }

.header__campain-double {
  width: 58%;
  margin: 0 21%; }
  .header__campain-double img {
    width: 100%; }
  @media only screen and (min-width: 980px) {
    .header__campain-double {
      width: 200px;
      position: absolute;
      top: -38px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2; } }

@media only screen and (min-width: 980px) {
  .w_campain__container {
    margin: 0 -30px; } }

.w_campain__inner {
  padding: 20px 0;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .w_campain__inner {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 0 120px; } }

.w_campain_box {
  background: white;
  border: 2px solid #66c7f8;
  margin: 2% 5% 15%;
  position: relative;
  padding: 0 0 8px; }
  @media only screen and (min-width: 980px) {
    .w_campain_box {
      width: 48%;
      margin: 1%;
      padding: 0 0 20px; } }
  .w_campain_box .step_area {
    display: flex; }
    @media only screen and (min-width: 980px) {
      .w_campain_box .step_area {
        padding: 0 5%; } }
    .w_campain_box .step_area .step_inner {
      width: 32%;
      margin: .6%;
      background: #66c7f8;
      border: none;
      border-radius: 0; }
      .w_campain_box .step_area .step_inner h3 {
        font-size: 1.5rem; }
      .w_campain_box .step_area .step_inner h3, .w_campain_box .step_area .step_inner p {
        color: white; }
      @media only screen and (min-width: 980px) {
        .w_campain_box .step_area .step_inner img {
          margin-top: -10px;
          margin-bottom: -25px; } }
    .w_campain_box .step_area .step_w_campain_01 {
      background: yellow; }
    .w_campain_box .step_area .step_w_campain_02 {
      background: #f04b4b; }
    .w_campain_box .step_area .step_w_campain_01, .w_campain_box .step_area .step_w_campain_02 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0px 2px 2%; }
      @media only screen and (min-width: 980px) {
        .w_campain_box .step_area .step_w_campain_01, .w_campain_box .step_area .step_w_campain_02 {
          padding: 0px 2px 5%; } }
      @media only screen and (min-width: 980px) {
        .w_campain_box .step_area .step_w_campain_01 img, .w_campain_box .step_area .step_w_campain_02 img {
          margin: -5px 10%; } }

@media only screen and (min-width: 980px) {
  .w_campain_heading {
    margin-bottom: -15px; } }
.w_campain_heading .w_campain_heading__img {
  width: 86%;
  margin: 10px 7%;
  padding-left: 10px; }
  @media only screen and (min-width: 980px) {
    .w_campain_heading .w_campain_heading__img {
      width: 90%;
      margin: 25px 5% 15px; } }
  .w_campain_heading .w_campain_heading__img img {
    width: 100%; }

.w_campain__2 .w_campain_heading__img {
  width: 98%;
  margin: 10px 2% 0 0; }
  @media only screen and (min-width: 980px) {
    .w_campain__2 .w_campain_heading__img {
      width: 96%;
      margin: 22px 2% 0; } }

.w_img {
  width: 100%; }
  .w_img img {
    width: 100%; }

.w_img_01 {
  width: 52%;
  margin: 0 24% 10px;
  padding: 10px; }
  @media only screen and (min-width: 980px) {
    .w_img_01 {
      padding: 15px 10px 20px;
      margin: 20px 20% 0;
      width: 60%; } }

.w_img_02 {
  padding: 0 0 5px 5px;
  width: 102%;
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 980px) {
    .w_img_02 {
      padding: 0 0 10px 15px;
      width: 112%;
      margin: 0 -6%; } }
  .w_img_02 .header__campain-detail {
    position: absolute;
    width: 42%;
    right: 2%;
    bottom: 6%;
    margin: auto; }
    @media only screen and (min-width: 980px) {
      .w_img_02 .header__campain-detail {
        width: 36%;
        margin: 0;
        right: 7%;
        bottom: 7%; } }
    .w_img_02 .header__campain-detail a {
      display: block;
      height: 12vw; }
      @media only screen and (min-width: 980px) {
        .w_img_02 .header__campain-detail a {
          height: 60px; } }

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

.post_link_txt {
  margin: 25px 20px 0;
  max-width: 680px; }
  @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 p {
    display: inline;
    border-bottom: 1px solid red;
    line-height: 1.8;
    padding-bottom: 3px;
    color: white; }
  .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 4px 0 #a80e0e;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  color: white;
  padding: 20px 10px;
  border-radius: 3px;
  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;
      box-shadow: 0 7px 0 #a80e0e;
      border-radius: 7px; } }
  .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; }

.past_box {
  margin-top: 0;
  color: white; }
  @media only screen and (min-width: 980px) {
    .past_box {
      max-width: 1200px;
      margin: 0 auto; } }
  @media only screen and (min-width: 980px) {
    .past_box .blue_campain_box {
      margin: 0px 60px 120px; } }

.linktitle {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 700px; }
  @media only screen and (min-width: 980px) {
    .linktitle {
      font-size: 18px;
      max-width: 1200px; } }
  .linktitle p {
    display: block;
    margin: 30px 0 15px;
    padding: 0 0 15px;
    position: relative; }
    @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: #ddbbe3;
      -webkit-transform: translate(-50%);
      transform: translate(-50%); }
  .linktitle a {
    display: inline-block;
    margin: 0 10px 0 0;
    color: white; }
  .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; } }

@media only screen and (min-width: 980px) {
  .infomation {
    padding: 10px 10px 50px; } }
.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 {
  padding: 0px 10px;
  margin: 0px auto 10px;
  border: 1px solid #0075c1;
  max-width: 700px;
  color: white; }
  @media only screen and (min-width: 980px) {
    .infomation__inner {
      max-width: 1200px;
      width: calc(100% - 120px);
      margin: 0px 60px 10px;
      padding: 40px 20px 50px; } }
  .infomation__inner .infomation_table {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    word-wrap: break-all; }
    @media only screen and (min-width: 980px) {
      .infomation__inner .infomation_table {
        max-width: 980px;
        margin: 0 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: white;
      text-align: left;
      padding: 0 0.7rem 2px;
      width: 100%;
      font-size: 1.2rem; }
      @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.02rem;
          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 10px;
            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 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;
          max-width: 700px; } }
      .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;
        color: #0075c1; }
        .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; }
    @media only screen and (min-width: 980px) {
      .infomation__inner .inner_table {
        max-width: 700px; } }
    .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;
      color: #0075c1; }
    .infomation__inner .inner_table tbody td {
      font-weight: bold;
      color: #0075c1;
      background: white; }
      @media only screen and (min-width: 980px) {
        .infomation__inner .inner_table tbody td {
          padding: 10px 0; } }
  .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%;
        background: white;
        margin: 3px 0 0; }
        @media only screen and (min-width: 980px) {
          .infomation__inner .inner_notice li img, .infomation__inner .notice li img {
            width: 80%;
            margin: 0 20% 0 0;
            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: 100%;
      margin: 0; } }

.step_area {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-left: 3%; }
  @media only screen and (min-width: 980px) {
    .step_area {
      padding: 0 6%; } }
  .step_area .step_inner {
    width: 31.5%;
    float: left;
    margin: 1.5% 1.5% 1.5% 0;
    text-align: center;
    border: 1px solid #0075c1;
    border-radius: 3px;
    padding: 10px 0 0;
    color: #0075c1;
    background: rgba(255, 255, 255, 0.9); }
    @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; } }
    .step_area .step_inner h3 {
      font-size: 1.2rem; }
      @media only screen and (min-width: 980px) {
        .step_area .step_inner h3 {
          font-size: 1.2rem; } }
    .step_area .step_inner p {
      font-size: 0.8rem;
      padding: 5px 0 0;
      height: 2rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      @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 {
  padding: 10px 6% 20px;
  margin: 20px 5px 30px;
  border: 1px solid white;
  border-radius: 5px; }
  @media only screen and (min-width: 980px) {
    .category_area {
      padding: 30px 3% 40px 4%;
      margin: 0px 6% 50px; } }
  .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 a {
    margin: 0 0 2px 0;
    position: relative;
    padding: 3px 0;
    color: white; }
    @media only screen and (min-width: 980px) {
      .category_area a {
        display: inline-block;
        margin: 4px 22px 4px 3px;
        font-size: .95rem; } }
    .category_area a:before {
      content: "・";
      color: white; }
      @media only screen and (min-width: 980px) {
        .category_area a:before {
          content: ""; } }
    @media only screen and (min-width: 980px) {
      .category_area a:after {
        content: "／";
        color: #3e3a39;
        position: absolute;
        right: -22px;
        top: 0;
        bottom: 0;
        color: rgba(255, 255, 255, 0.5); } }
    .category_area a:last-child {
      margin: 0; }
      @media only screen and (min-width: 980px) {
        .category_area a:last-child:after {
          content: ""; } }
    .category_area a:hover {
      text-decoration: underline; }
      @media only screen and (min-width: 980px) {
        .category_area a:hover {
          background: #0094f4; } }

.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 20px;
  background: #FFF; }
  @media only screen and (min-width: 980px) {
    .accordion {
      display: inline; } }
  .accordion .default .submenu {
    display: block; }
  .accordion .submenu_box {
    display: block; }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box {
        display: inline;
        visibility: hidden; } }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box .submenu {
        display: inline;
        visibility: hidden; } }
    @media only screen and (min-width: 980px) {
      .accordion .submenu_box .submenu a {
        visibility: visible; } }

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

.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; }

.introduction {
  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 */
