@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

input, select {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clear {
  clear: both; }

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

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

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

header {
  border-top: 3px solid #becb31;
  padding: 10px;
  height: 55px; }
  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"); }

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

.header__campain {
  background: #0075c1;
  color: white;
  height: auto;
  overflow: hidden;
  padding: 20px 10px; }
  .header__campain .header__campain-content {
    max-width: 500px;
    margin: 0 auto; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-content {
        width: 60%;
        margin: 0.5% 4% 0 1%;
        float: left;
        max-width: 1280px; } }
  .header__campain .header__campain-review {
    width: 80%;
    height: 240px;
    background: white;
    padding: 0 10px 0;
    margin: 5px 10% 0;
    border-radius: 5px; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-review {
        height: auto;
        width: 35%;
        float: left;
        max-width: 1280px;
        margin: 0;
        padding: 10px 10px 10px;
        border-radius: 10px; } }
    .header__campain .header__campain-review .slick-list {
      height: 202px;
      padding: 0 0 20px;
      overflow: hidden; }
      @media only screen and (min-width: 980px) {
        .header__campain .header__campain-review .slick-list {
          height: auto; } }
      .header__campain .header__campain-review .slick-list img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
    .header__campain .header__campain-review .slick-dots {
      margin: 0; }
      .header__campain .header__campain-review .slick-dots li button:before {
        font-size: 2rem; }
  .header__campain .header__campain-anonymous {
    border: 2px solid white;
    border-radius: 5px;
    width: 80%;
    margin: 10px 10% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px; }
    @media only screen and (min-width: 980px) {
      .header__campain .header__campain-anonymous {
        height: auto;
        width: 35%;
        margin: 12px 0 0;
        float: left; } }
    .header__campain .header__campain-anonymous img {
      height: 40px;
      margin: 10px 20px 10px 0px; }

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

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 0 10px; }
  @media only screen and (min-width: 980px) {
    .subtitle {
      font-size: 18px;
      margin: 0 0 30px; } }
  .subtitle p {
    display: inline-block; }

.logo_area {
  height: auto;
  overflow: hidden;
  padding: 0 10px 20px; }
  @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: 600px; } }
  .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; } }
  @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 {
    position: relative; }
  .inner_section02 .title {
    color: white; }
  .inner_section02 .right {
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 0; }
    @media only screen and (min-width: 980px) {
      .inner_section02 .right {
        right: 2.5%;
        font-size: 17px;
        letter-spacing: .1px; } }

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

.infomation__inner {
  background: white;
  padding: 25px 10px 15px;
  margin: 30px 0 10px;
  border: 1px solid #0075c1;
  border-radius: 4px; }
  @media only screen and (min-width: 980px) {
    .infomation__inner {
      margin: 40px 60px 10px;
      padding: 70px 20px 30px; } }
  @media only screen and (min-width: 980px) {
    .infomation__inner table {
      max-width: 720px;
      margin: 0 auto 20px;
      font-size: 1.2rem; } }
  .infomation__inner table tr {
    clear: both; }
  .infomation__inner table th {
    color: #0075c1;
    text-align: right;
    width: 4rem; }
    @media only screen and (min-width: 980px) {
      .infomation__inner table th {
        width: 5rem; } }
  .infomation__inner table td {
    width: calc(100% - 4rem);
    padding: 0 0 18px 1.2rem;
    font-size: 0.85rem; }
    @media only screen and (min-width: 980px) {
      .infomation__inner table td {
        font-size: 1.1rem;
        padding: 0 0 20px 1.6rem; } }
    .infomation__inner table td ul {
      padding: 0 0 0 1rem; }
      .infomation__inner table td ul li {
        list-style-type: disc;
        padding: 0 0 15px; }

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

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

.linktitle {
  text-align: center;
  margin: 0 auto 10px;
  max-width: 700px; }
  @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; }
    @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; }
  .linktitle a:last-child {
    margin: 0; }
  .linktitle a:hover {
    text-decoration: underline; }

footer {
  background: #555;
  color: white;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: nomal;
  margin: 5px; }
  footer .footer_list {
    height: auto;
    overflow: hidden;
    clear: both; }
  footer dl {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 640px) {
      footer dl {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 980px) {
      footer dl {
        width: calc(100% / 3); } }
  footer dd {
    width: 100%; }
  footer a {
    color: #fefefe;
    font-family: "メイリオ", Meiryo, Roboto, sans-serif;
    padding: 1px 0; }
  footer small {
    display: block;
    text-align: center;
    font-size: 12px; }

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