@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;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
  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: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.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: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.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: "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", 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;
}
.wrap:before {
  content: "";
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #414993 url("../img/back_merit.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-attachment: fixed;
  position: fixed;
  background-position: top;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -2;
}
.wrap_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 280%;
  background-repeat: no-repeat;
  background-position: right 75% top 200px;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.95;
}
@media only screen and (min-width:640px) {
  .wrap_inner:before {
    background-size: 200%;
    background-position: right 90% top 230px;
  }
}
@media only screen and (min-width:980px) {
  .wrap_inner:before {
    background-size: 1500px auto;
    background-position: right -600px top 270px;
  }
}

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

.white_back {
  background: rgba(255, 255, 255, 0.85);
}
@media only screen and (min-width:980px) {
  .white_back {
    padding-top: 30px;
  }
}

.header__campain {
  height: auto;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
@media only screen and (min-width:640px) {
  .header__campain {
    padding: 20px 7% 10px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:980px) {
  .header__campain {
    padding: 0px 3%;
  }
}
.header__campain .header__campain-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width:980px) {
  .header__campain .header__campain-content {
    margin: 10px auto 5px;
    max-width: 1120px;
  }
}
.header__campain .header__campain-content img {
  width: 100%;
}
.header__campain .logo-show-wrap {
  margin-top: 30px;
  display: flex;
  padding: 0 5px;
  flex-flow: row wrap;
}
@media only screen and (min-width:980px) {
  .header__campain .logo-show-wrap {
    width: 84%;
    margin: 0 auto;
    justify-content: space-around;
  }
}
.header__campain .logo-show-wrap li {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ececec;
}
@media only screen and (min-width:980px) {
  .header__campain .logo-show-wrap li {
    width: 66px;
    height: 66px;
  }
}
.header__campain .logo-show-wrap li:last-child {
  margin-right: 0;
}
.header__campain .logo-show-wrap li img {
  width: 100%;
  height: auto;
}
.header__campain .review-wrap {
  margin: 30px 15px;
  background: url("../img/sample.png") no-repeat;
  background-position: center;
  background-size: contain;
  flex-flow: column nowrap;
}
@media only screen and (min-width:980px) {
  .header__campain .review-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
}
.header__campain .review-wrap li {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width:980px) {
  .header__campain .review-wrap li {
    width: 50%;
  }
}
@media only screen and (min-width:980px) {
  .header__campain .review-wrap li:first-child {
    border-right: 1px solid #ececec;
  }
}
.header__campain .review-wrap li .star {
  color: #ffa500;
  font-size: 30px;
}
.header__campain .review-wrap li .index {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.header__campain .review-wrap li .sub-ttl {
  font-weight: 600;
  color: #29263e;
  font-size: 16px;
  font-size: 1rem;
  border-left: 2px solid #29263e;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.header__campain .review-wrap li .txt {
  font-size: 14px;
}
.header__campain .review_images {
  width: 197px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.header__campain .review_images img {
  width: 100%;
}
.header__campain .otoshidama_white_back {
  position: relative;
  padding: 0 0 10px;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_white_back {
    background-position: top center;
    padding: 0 0 50px;
  }
}
.header__campain .otoshidama_white_back .header-ttl {
  width: 100%;
  margin: 0 auto 10px;
  padding-top: 80px;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_white_back .header-ttl {
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.header__campain .otoshidama_white_back .header-ttl img {
  width: 100%;
}
.header__campain .otoshidama_white_back .header-txt {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_white_back .header-txt {
    width: 100%;
  }
}
.header__campain .otoshidama_white_back .header-txt img {
  width: 100%;
}
.header__campain .otoshidama_white_back .header-right {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 40%;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_white_back .header-right {
    top: 90px;
    right: 15px;
    width: 25%;
  }
}
.header__campain .otoshidama_white_back .header-right img {
  width: 100%;
}
.header__campain .otoshidama_white_back .header-left {
  position: absolute;
  left: 0;
  top: 5px;
  width: 28%;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_white_back .header-left {
    width: 20%;
    left: 50px;
    top: 80px;
  }
}
.header__campain .otoshidama_white_back .header-left img {
  width: 100%;
}
.header__campain .otoshidama_white_back .ataru {
  padding: 10px 2px;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_white_back .ataru {
    padding: 12px 100px;
  }
}
.header__campain .otoshidama_white_back .ataru_border {
  width: 100%;
  height: 1px;
  background: #70bafe;
  position: relative;
}
.header__campain .otoshidama_white_back .ataru_border:before {
  content: "";
  position: absolute;
  top: -3px;
  width: 100%;
  height: 1px;
  background: #70bafe;
}
.header__campain .otoshidama_white_back .ataru_border:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #70bafe;
}
.header__campain .otoshidama_notice {
  color: #fff;
  background: #414993;
  font-size: 10px;
  padding: 10px;
  margin: 10px 0 0;
}
@media only screen and (min-width:640px) {
  .header__campain .otoshidama_notice {
    font-size: 13px;
    text-align: center;
    margin: 10px 9% 20px;
  }
}
.header__campain .otoshidama_item_wrap {
  display: flex;
  padding: 15px 10px 0;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_item_wrap {
    flex-wrap: wrap;
    align-content: center;
    max-width: 920px;
    margin: 0 auto;
    padding: 15px 10px;
  }
}
.header__campain .otoshidama_item_wrap .otoshidama_item {
  padding: 0 5px;
  color: #3e3a39;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin: 0 auto;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_item_wrap .otoshidama_item {
    font-size: 20px;
    width: calc(100% / 3);
  }
}
.header__campain .otoshidama_item_wrap .otoshidama_item p {
  line-height: 1.2;
}
.header__campain .otoshidama_item_wrap .otoshidama_item_gift {
  height: 60px;
  position: relative;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_item_wrap .otoshidama_item_gift {
    height: 150px;
  }
}
.header__campain .otoshidama_item_wrap .otoshidama_item_gift img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.header__campain .otoshidama_item_wrap .otoshidama_item_people {
  width: 45%;
  margin: 0 auto;
}
@media only screen and (min-width:980px) {
  .header__campain .otoshidama_item_wrap .otoshidama_item_people {
    width: 30%;
  }
}

.head_step_container {
  padding: 15px 0 0;
  margin-top: -1px;
}
@media only screen and (min-width:640px) {
  .head_step_container {
    padding: 10px 5% 20px;
  }
}
@media only screen and (min-width:980px) {
  .head_step_container {
    padding: 0;
  }
}
.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: 0.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;
  }
}
.head_step_container .post_link_txt {
  color: #70bafe;
  background: rgba(255, 255, 255, 0.85);
}
@media only screen and (min-width:980px) {
  .head_step_container .post_link_txt {
    margin: 20px 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: 0.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:640px) {
  .head_step_container_2 .step_area .step_inner p {
    height: 3rem;
  }
}
@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: 0 20px;
  max-width: 680px;
  margin: 20px auto 0;
  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: #30b7d3;
  box-shadow: 0 7px 0 #414993;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  color: white;
  padding: 18px 10px;
  border-radius: 80px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.2s linear;
}
@media only screen and (min-width:980px) {
  .post_link {
    max-width: 700px;
    margin: 50px auto 20px;
    font-size: 30px;
    padding: 35px 20px;
  }
}
.post_link:hover {
  opacity: 0.85;
  transition: all 0.2s linear;
  box-shadow: 0 1px 15px #5258a0;
  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: #5dcaef;
  opacity: 1;
  transition: all 0.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;
  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: #f04b4b;
  transform: translate(-50%);
}
.linktitle a {
  color: #004775;
  text-decoration: underline;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1.8;
}
.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: 0.1px;
  }
}

.infomation {
  margin-top: -1px;
}
@media only screen and (min-width:640px) {
  .infomation {
    padding: 0 7% 30px;
  }
}
@media only screen and (min-width:980px) {
  .infomation {
    padding: 0 3% 30px;
  }
}
.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_red {
  border: 2px solid #f04b4b;
  background: white;
  padding: 10px 10px 5px;
  color: #f04b4b;
  margin: 3px 0 5px;
}
@media only screen and (min-width:980px) {
  .infomation_red {
    margin: 3px 0 10px;
    padding: 15px 15px 10px;
  }
}
.infomation_red b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}
@media only screen and (min-width:980px) {
  .infomation_red b {
    font-size: 15px;
  }
}
.infomation_red p {
  font-size: 12.5px;
  margin-bottom: 5px;
}
@media only screen and (min-width:980px) {
  .infomation_red p {
    font-size: 14px;
  }
}

.infomation__inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 10px 15px;
  margin: 0px auto 10px;
  max-width: 700px;
}
@media only screen and (min-width:980px) {
  .infomation__inner {
    max-width: 1120px;
    padding: 60px 20px 80px;
  }
}
.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;
}
@media only screen and (min-width:640px) {
  .infomation__inner .infomation_table {
    width: 90%;
    margin: 0 5%;
  }
}
@media only screen and (min-width:980px) {
  .infomation__inner .infomation_table {
    max-width: 850px;
    margin: 0 auto 20px;
    font-size: 1.1rem;
  }
}
.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: #f04b4b;
  text-align: left;
  padding: 0 0.7rem 2px;
  width: 100%;
  font-size: 0.9rem;
}
@media only screen and (min-width:640px) {
  .infomation__inner .infomation_table th {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width:980px) {
  .infomation__inner .infomation_table th {
    width: 8rem;
    display: table-cell;
    vertical-align: top;
    text-align: right;
  }
}
.infomation__inner .infomation_table td {
  width: 100%;
  padding: 0 0.5rem 20px 0.7rem;
  font-size: 0.85rem;
}
@media only screen and (min-width:640px) {
  .infomation__inner .infomation_table td {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width:980px) {
  .infomation__inner .infomation_table td {
    font-size: 0.96rem;
    padding: 0 0 30px 1.6rem;
  }
}
.infomation__inner .infomation_table td p {
  font-size: 0.8rem;
}
@media only screen and (min-width:980px) {
  .infomation__inner .infomation_table td p {
    padding: 5px 0 0;
    font-size: 0.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: 0.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: 0.2rem;
  padding: 0 0 0 2px;
}
.infomation__inner .inner_table th .number, .infomation__inner .inner_table td .number {
  color: red;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 0 0 5px;
}
.infomation__inner .inner_table th {
  font-weight: 100;
  font-size: 0.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: #ff9d79;
  color: white;
}
.infomation__inner .inner_table tbody th {
  background: #ffff99;
}
.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:nth-child(4):before, .infomation__inner .inner_notice li:nth-child(3):before, .infomation__inner .inner_notice li:first-child:before, .infomation__inner .notice li:nth-child(4):before, .infomation__inner .notice li:nth-child(3):before, .infomation__inner .notice li:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width:980px) {
  .infomation__inner .inner_notice li:nth-child(4):before, .infomation__inner .inner_notice li:nth-child(3):before, .infomation__inner .inner_notice li:first-child:before, .infomation__inner .notice li:nth-child(4):before, .infomation__inner .notice li:nth-child(3):before, .infomation__inner .notice li:first-child:before {
    top: 5px;
  }
}
.infomation__inner .inner_notice li, .infomation__inner .notice li {
  padding: 0 0 5px 1.8rem;
  font-size: 0.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: 0.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 #67c1fe;
  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-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 {
  padding: 10px 6% 20px;
  margin: 0px 5px 30px;
  border: 1px solid #0075c1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
}
@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;
  transform: translate(-50%);
}
.category_area a {
  margin: 0 0 2px 0;
  position: relative;
}
@media only screen and (min-width:980px) {
  .category_area a {
    display: inline-block;
    margin: 5px 22px 5px 3px;
    font-size: 0.95rem;
  }
}
.category_area a:before {
  content: "・";
  color: #3e3a39;
}
@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;
  }
}
.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: #eaf7ff;
  }
}

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

.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: #29263E;
}
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 0.2s linear;
  text-decoration: underline;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}