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

.center {
  text-align: center; }

.wrap {
  height: auto;
  overflow: hidden;
  position: relative;
  background-image: url("../img/bg_firstview.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed; }
  .wrap:before {
    content: "";
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/bg.png");
    background-attachment: fixed;
    position: fixed;
    background-position: top;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    background-size: contain; }
    @media only screen and (min-width: 980px) {
      .wrap:before {
        height: 100%; } }

.wrap_inner {
  position: relative;
  z-index: 1; }

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

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

.post_link_txt {
  padding: 5px;
  max-width: 680px;
  margin: 20px auto 0;
  line-height: 1.8;
  color: #f04b4b;
  display: block;
  background: rgba(255, 255, 255, 0.85); }
  @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_txt span.att {
    background: #f04b4b;
    color: white;
    padding: 2px 4px;
    margin: 0 3px 0 0; }

.post_link_container_blue {
  margin: 0 auto 20px; }

.post_link {
  background: linear-gradient(45deg, #ff7d00, #ff0000);
  box-shadow: 0 7px 0 #a80e0e;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  color: white;
  padding: 18px 10px;
  border-radius: 50px;
  font-size: 20px;
  transition: all .2s linear; }
  @media only screen and (min-width: 980px) {
    .post_link {
      max-width: 580px;
      margin: 50px auto 20px;
      letter-spacing: 1px;
      font-size: 26px;
      padding: 25px 10px; } }
  .post_link:hover {
    background: linear-gradient(45deg, orange, #ff7d00);
    transition: all .2s linear;
    box-shadow: 0 1px 15px rgba(255, 255, 255, 0.5);
    margin-top: 22px;
    margin-bottom: 13px; }
    @media only screen and (min-width: 980px) {
      .post_link:hover {
        margin-top: 57px;
        margin-bottom: 13px; } }

.post_link_blue {
  background: linear-gradient(45deg, #2fc1e1, #0074dd);
  box-shadow: 0 7px 0 #2b5381; }
  @media only screen and (min-width: 980px) {
    .post_link_blue {
      margin: 15px auto 30px; } }
  .post_link_blue:hover {
    background: linear-gradient(45deg, #2fc1e1, #2fbede); }
    @media only screen and (min-width: 980px) {
      .post_link_blue:hover {
        margin-top: 32px;
        margin-bottom: 13px; } }

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

.campain, .product {
  margin-top: -1px; }
  @media only screen and (min-width: 640px) {
    .campain, .product {
      padding: 0 7% 30px; } }
  @media only screen and (min-width: 980px) {
    .campain, .product {
      padding: 0 auto 30px; } }

.campain__inner, .product__inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 10px 15px;
  margin: 0px auto 10px;
  border-radius: 4px; }
  @media only screen and (min-width: 640px) {
    .campain__inner, .product__inner {
      padding: 25px 25px 15px; } }
  @media only screen and (min-width: 980px) {
    .campain__inner, .product__inner {
      max-width: 1080px;
      width: 98%;
      padding: 40px 45px 45px;
      border-radius: 10px; } }
  .campain__inner p.post_link_txt, .product__inner p.post_link_txt {
    color: red; }
  @media only screen and (min-width: 980px) {
    .campain__inner ul, .product__inner ul {
      margin: 10px 5px 5px; } }
  .campain__inner ul li, .product__inner ul li {
    padding: 0 0 5px 15px;
    position: relative; }
    @media only screen and (min-width: 980px) {
      .campain__inner ul li, .product__inner ul li {
        padding: 0 0 5px 18px; } }
    .campain__inner ul li:before, .product__inner ul li:before {
      content: "■";
      position: absolute;
      left: 0;
      top: 0; }

.infomation {
  border: 2px solid #2fbede;
  background: #eaf9fc;
  border-radius: 5px;
  padding: 10px;
  font-size: 12.5px; }
  @media only screen and (min-width: 640px) {
    .infomation {
      padding: 10px 20px;
      font-size: 14px; } }
  .infomation p a {
    display: inline; }
  .infomation img {
    margin: 5px 0 10px; }
    @media only screen and (min-width: 640px) {
      .infomation img {
        margin: 5px 0 20px; } }

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

.twoyear_info {
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 15px;
  box-shadow: 0 2px 3px rgba(0, 116, 221, 0.3);
  border-radius: 0 0 5px 5px; }
  @media only screen and (min-width: 980px) {
    .twoyear_info {
      display: flex;
      border-radius: 5px;
      margin: 0 0 20px; } }
  .twoyear_info dt {
    background: linear-gradient(45deg, #ff7d00, #ff0000);
    color: white;
    padding: 5px 5px 5px 10px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 640px) {
      .twoyear_info dt {
        padding: 10px 5px 10px 20px; } }
    @media only screen and (min-width: 980px) {
      .twoyear_info dt {
        display: block;
        border-radius: 5px 0 0 5px;
        width: 150px;
        text-align: center;
        padding: 15px 10px; } }
    .twoyear_info dt .twoyear_number {
      font-weight: bold;
      font-size: 1.2rem;
      padding-right: 10px; }
      @media only screen and (min-width: 640px) {
        .twoyear_info dt .twoyear_number {
          font-size: 2rem; } }
    @media only screen and (min-width: 640px) {
      .twoyear_info dt .twoyear_date {
        font-weight: bold;
        font-size: 1.1rem; } }
    .twoyear_info dt .twoyear_date br {
      display: none; }
      @media only screen and (min-width: 980px) {
        .twoyear_info dt .twoyear_date br {
          display: block; } }
  .twoyear_info dd {
    padding: 10px;
    border-radius: 0 0 5px 5px; }
    @media only screen and (min-width: 640px) {
      .twoyear_info dd {
        padding: 10px 20px; } }
    @media only screen and (min-width: 980px) {
      .twoyear_info dd {
        border-radius: 0 5px 5px 0;
        width: calc(100% - 150px);
        padding: 20px; } }
    .twoyear_info dd h2 {
      font-size: 1.2rem;
      text-align: center;
      padding: 0 0 5px; }
      @media only screen and (min-width: 640px) {
        .twoyear_info dd h2 {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 980px) {
        .twoyear_info dd h2 {
          font-size: 1.6rem; } }
      .twoyear_info dd h2 span {
        background: linear-gradient(transparent 50%, yellow 50%); }
    .twoyear_info dd .center {
      display: block; }
      @media only screen and (min-width: 980px) {
        .twoyear_info dd .center {
          font-size: 1.05rem; } }
    .twoyear_info dd b.center {
      padding: 5px 0; }
      @media only screen and (min-width: 980px) {
        .twoyear_info dd b.center {
          font-size: 1.15rem;
          padding: 5px 0 10px; } }
  .twoyear_info .comingsoon {
    background: #bcbcbc;
    text-align: center;
    display: flex;
    align-items: center; }
    .twoyear_info .comingsoon img {
      width: 60%;
      max-width: 290px;
      margin: 5px auto 1px; }

.twoyear_info_end {
  position: relative; }
  .twoyear_info_end:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(163, 163, 163, 0.8);
    border-radius: 5px;
    z-index: 100; }
  .twoyear_info_end .end_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 40px;
    margin: auto;
    text-align: center;
    z-index: 101; }
    @media only screen and (min-width: 640px) {
      .twoyear_info_end .end_txt {
        height: 60px; } }
    @media only screen and (min-width: 980px) {
      .twoyear_info_end .end_txt {
        height: 80px; } }
    .twoyear_info_end .end_txt img {
      max-height: 100%;
      width: auto; }

.yellow_box {
  background: yellow;
  margin: 5px 0;
  padding: 10px; }
  @media only screen and (min-width: 980px) {
    .yellow_box {
      padding: 20px 10px; } }

@media only screen and (min-width: 980px) {
  .yellow_box_1 {
    margin: 10px 0 0;
    display: flex;
    justify-content: center; } }
.yellow_box_1 .yellow_left {
  display: flex;
  align-items: center;
  padding: 0 5px 5px 0; }
  @media only screen and (min-width: 980px) {
    .yellow_box_1 .yellow_left {
      width: 68%;
      padding: 2px 20px 0 0; } }
  .yellow_box_1 .yellow_left img {
    width: 100%; }
.yellow_box_1 .yellow_right {
  font-size: 12px;
  font-weight: bold;
  background: white;
  border-radius: 2px;
  color: #f04b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px; }
  @media only screen and (min-width: 640px) {
    .yellow_box_1 .yellow_right {
      font-size: 16px; } }

p.intro_2 {
  padding: 5px 0; }
  p.intro_2 span {
    font-weight: bold;
    font-size: 1.1rem; }

.coworker {
  text-align: center;
  margin: 0 -10px; }
  @media only screen and (min-width: 640px) {
    .coworker {
      margin: 5px 0 40px; } }
  .coworker .coworker_more {
    background: #f04b4b;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 1px 5px 1px 8px;
    margin: 5px 0; }
    @media only screen and (min-width: 640px) {
      .coworker .coworker_more {
        margin: 10px 0;
        padding: 1px 8px 1px 12px; } }
  @media only screen and (min-width: 640px) {
    .coworker p {
      font-size: 20px; } }
  .coworker h3 {
    font-size: 16px; }
    @media only screen and (min-width: 640px) {
      .coworker h3 {
        font-size: 24px; } }
    .coworker h3 span {
      background: linear-gradient(transparent 50%, yellow 50%); }

.kantan_step {
  border: 2px solid #0075c1;
  border-radius: 5px;
  margin: 20px 0 10px;
  position: relative;
  padding: 0 10px; }
  @media only screen and (min-width: 640px) {
    .kantan_step {
      margin: 35px 0 10px; } }
  .kantan_step .kantan_step_txt {
    background: white;
    width: 70%;
    margin: -15px 15% 0;
    padding: 2px 10px; }
    @media only screen and (min-width: 640px) {
      .kantan_step .kantan_step_txt {
        max-width: 320px;
        margin: -25px auto 0; } }
    .kantan_step .kantan_step_txt img {
      width: 100%; }
  .kantan_step .kantan_step_container {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 640px) {
      .kantan_step .kantan_step_container {
        padding: 0 15px 15px; } }
    @media only screen and (min-width: 980px) {
      .kantan_step .kantan_step_container {
        padding: 0 30px 15px; } }
  .kantan_step .kantan_step_item {
    text-align: center;
    width: 50%;
    padding: 5px 0 15px;
    margin: 0 auto; }
    @media only screen and (min-width: 640px) {
      .kantan_step .kantan_step_item {
        width: calc(98% / 3); } }
    .kantan_step .kantan_step_item img {
      padding: 0 15px; }
      @media only screen and (min-width: 640px) {
        .kantan_step .kantan_step_item img {
          padding: 0 20px; } }
    .kantan_step .kantan_step_item p {
      font-size: 11px; }
      @media only screen and (min-width: 640px) {
        .kantan_step .kantan_step_item p {
          font-size: 13px; } }
      @media only screen and (min-width: 980px) {
        .kantan_step .kantan_step_item p {
          font-size: 15px; } }
    .kantan_step .kantan_step_item a {
      display: inline-block;
      text-decoration: underline;
      font-weight: bold; }

.coworker_kantan_step {
  text-align: center;
  padding: 0 0 10px; }
  .coworker_kantan_step p {
    font-size: 12px;
    width: 100%;
    padding: 0 0 10px; }
    @media only screen and (min-width: 640px) {
      .coworker_kantan_step p {
        font-size: 13px; } }
    @media only screen and (min-width: 980px) {
      .coworker_kantan_step p {
        font-size: 15px; } }
  .coworker_kantan_step p.blue {
    color: #0075c1;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 5px 0 10px; }
    @media only screen and (min-width: 640px) {
      .coworker_kantan_step p.blue {
        font-size: 1.5rem; } }

dd .ipad_flex:after {
  content: "";
  clear: both;
  display: block; }
dd .ipad_flex img {
  width: 90px;
  padding: 0 0 10px;
  float: left; }
  @media only screen and (min-width: 980px) {
    dd .ipad_flex img {
      width: 150px; } }
dd .ipad_flex h2 {
  width: calc(100% - 90px);
  text-align: left;
  padding: 30px 0 30px 20px;
  float: left; }
  @media only screen and (min-width: 980px) {
    dd .ipad_flex h2 {
      width: calc(100% - 150px);
      padding: 25px 0 10px 25px; } }
  dd .ipad_flex h2:after {
    content: "";
    clear: both;
    display: block; }
dd .ipad_flex p {
  width: 100%;
  font-size: 1rem; }
  @media only screen and (min-width: 980px) {
    dd .ipad_flex p {
      font-size: 1.1rem;
      width: calc(100% - 150px);
      float: left;
      padding: 0 0 0 25px; } }
  dd .ipad_flex p span {
    font-size: .9rem;
    display: block;
    padding: 5px 0 0; }

.accordion_link {
  background: #2fbede;
  color: white;
  border-radius: 5px;
  padding: 10px;
  margin: 0 0 10px 50%;
  text-align: center;
  width: 50%; }
  @media only screen and (min-width: 640px) {
    .accordion_link {
      width: 200px;
      margin: 0 0 10px auto; } }
  .accordion_link:hover {
    background: #0075c1;
    transition: all .2s; }

.submenu_box {
  display: none; }

.product {
  padding-top: 50px; }
  @media only screen and (min-width: 980px) {
    .product {
      padding-top: 80px; } }
  .product .product__inner {
    padding-top: 15px; }
    @media only screen and (min-width: 980px) {
      .product .product__inner {
        padding-top: 30px; } }
    .product .product__inner .product__title {
      text-align: center;
      background: #0075c1;
      color: white;
      padding: 5px;
      margin: 0 0 10px; }
      @media only screen and (min-width: 980px) {
        .product .product__inner .product__title {
          font-weight: bold;
          font-size: 18px; } }
    .product .product__inner ul.product_link {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      .product .product__inner ul.product_link li {
        margin: 0 0 2px 0;
        position: relative;
        width: calc(100% / 3);
        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: 5px 2px 3px 3px; }
        @media only screen and (min-width: 640px) {
          .product .product__inner ul.product_link li {
            width: calc(100% / 3);
            padding: 5px 2px 3px 5px; } }
        @media only screen and (min-width: 980px) {
          .product .product__inner ul.product_link li {
            width: 25%;
            padding: 8px 2px 6px 6px; } }
        .product .product__inner ul.product_link li:before {
          content: ""; }
        .product .product__inner ul.product_link li a {
          position: relative;
          width: 100%; }
        @media only screen and (min-width: 640px) {
          .product .product__inner ul.product_link li:hover {
            background: #cbebff;
            transition: all .15s;
            cursor: pointer;
            z-index: 100; } }
        .product .product__inner ul.product_link li .product_thumbnail {
          width: 50px;
          height: 50px;
          margin: 0 auto;
          position: relative;
          border: 1px solid #ccc; }
          @media only screen and (min-width: 640px) {
            .product .product__inner ul.product_link li .product_thumbnail {
              width: 75px;
              height: 75px; } }
          @media only screen and (min-width: 980px) {
            .product .product__inner ul.product_link li .product_thumbnail {
              width: 90px;
              height: 90px; } }
        .product .product__inner 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; }
        .product .product__inner ul.product_link li .product_name {
          line-height: 1.1;
          color: #666666;
          padding: 7px 3px 3px;
          font-size: .68rem;
          text-align: center; }
          @media only screen and (min-width: 640px) {
            .product .product__inner ul.product_link li .product_name {
              font-size: .8em; } }
          @media only screen and (min-width: 980px) {
            .product .product__inner ul.product_link li .product_name {
              font-size: .9rem; } }

.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: #f04b4b;
      -webkit-transform: translate(-50%);
      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_info {
  margin-top: 50px; }
  @media only screen and (min-width: 980px) {
    .logo_info {
      margin-top: 80px; } }

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

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

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