@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,  tt, var, b, u, icenter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Helvetica, Geneva, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-right:before {
  content: "\EA01";
}

.icon-check:before {
  content: "\EA02";
}

.icon-down:before {
  content: "\EA03";
}

.icon-external:before {
  content: "\EA04";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Arial, Helvetica, Geneva, sans-serif;
  color: #231815;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.open {
  overflow: hidden;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a {
  color: #231815;
}

a img {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover img {
  opacity: 0.8;
}

a:hover {
  text-decoration: none;
}

p:not([class]) {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 24px;
}

p:not([class]):first-child {
  margin-top: 0;
}

p:not([class]):last-child {
  margin-bottom: 0;
}

td > p:not([class]) {
  margin: 0 0 10px;
}

.dcms_reset_area p:not([class]) {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
}

h2:not([class]) {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 90px;
}

h2:not([class]) + p {
  margin-top: -60px;
}

h3:not([class]) {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 110px;
  margin-bottom: 35px;
}

h3:not([class]):first-child {
  margin-top: 0;
}

h3:not([class]):last-child {
  margin-bottom: 0;
}

h3:not([class]) .common_h3_inner {
  line-height: 1.9;
  border-bottom: 3px solid #231815;
  padding-bottom: 2px;
}

h4:not([class]) {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 10px;
}

h4:not([class]):first-child {
  margin-top: 0;
}

h4:not([class]):last-child {
  margin-bottom: 0;
}

h4:not([class]) + p {
  margin-top: 10px;
}

.common_title_assort + h4:not([class]) {
  margin-top: 20px;
}

h5:not([class]) {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

h5:not([class]):first-child {
  margin-top: 0;
}

h5:not([class]):last-child {
  margin-bottom: 0;
}

h5:not([class]) + p {
  margin-top: 0;
}

ul:not([class]) {
  margin-top: 32px;
  margin-bottom: 32px;
  list-style: disc;
  padding-left: 20px;
}

ul:not([class]):first-child {
  margin-top: 0;
}

ul:not([class]):last-child {
  margin-bottom: 0;
}

ul:not([class]) li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}

ul:not([class]) ul {
  margin-top: 0;
}

ol:not([class]) {
  margin-top: 32px;
  margin-bottom: 32px;
  list-style: decimal;
  padding-left: 20px;
}

ol:not([class]):first-child {
  margin-top: 0;
}

ol:not([class]):last-child {
  margin-bottom: 0;
}

ol:not([class]) li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}

figure:not([class]) {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

figure:not([class]):first-child {
  margin-top: 0;
}

figure:not([class]):last-child {
  margin-bottom: 0;
}

figure:not([class]) img {
  max-width: 100%;
  height: auto;
}

figure:not([class]) figcaption {
  margin-top: 10px;
  line-height: 1.8;
  text-align: left;
}

figure:not([class]) figcaption.common_caption_center {
  text-align: center;
}

figure:not([class]) figcaption.common_caption_top {
  text-align: center;
  margin: 0 0 10px;
}

table:not([class]) {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border;
}

table:not([class]) tr {
  border-top: 1px solid #e6e6e6;
}

table:not([class]) th,
table:not([class]) td {
  line-height: 1.8;
}

table:not([class]) th {
  width: 120px;
  padding: 15px 0;
  background-color: #f8f8f8;
}

table:not([class]) td {
  padding: 15px 30px;
}

table:not([class]):first-child {
  margin-top: 0;
}

table:not([class]):last-child {
  margin-bottom: 0;
}

dl:not([class]) dt, dl:not([class]) dd {
  line-height: 1.8;
}

dl:not([class]) dt {
  clear: left;
  float: left;
  width: 150px;
}

dl:not([class]) dd {
  margin-left: 150px;
}

iframe:not([class]) {
  margin-top: 40px;
  margin-bottom: 20px;
}

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 5px 10px;
  border: none;
  font-size: 1.4rem;
  box-sizing: border-box;
  width: 100%;
}

input[type="text"]:focus {
  outline: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.4rem;
  border: none;
  width: 100%;
}

textarea:focus {
  outline: none;
}

/*
/* Reset
/*
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .common_hidden_pc {
    display: none;
  }
}

/*
/* Grid System
/*
----------------------------------------------------------------- */
.common_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}

.common_row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.common_row.c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common_row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_row.sm {
  margin-right: -5px;
  margin-left: -5px;
}

.common_row.sm > .common_col, .common_row.sm > .common_col_1, .common_row.sm > .common_col_2, .common_row.sm > .common_col_3, .common_row.sm > .common_col_4, .common_row.sm > .common_col_5, .common_row.sm > .common_col_6, .common_row.sm > .common_col_7, .common_row.sm > .common_col_8, .common_row.sm > .common_col_9, .common_row.sm > .common_col_10, .common_row.sm > .common_col_11, .common_row.sm > .common_col_12, .common_row.sm > .common_col_2-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.common_row.md {
  margin: -30px -20px;
}

.common_row.md > .common_col, .common_row.md > .common_col_1, .common_row.md > .common_col_2, .common_row.md > .common_col_3, .common_row.md > .common_col_4, .common_row.md > .common_col_5, .common_row.md > .common_col_6, .common_row.md > .common_col_7, .common_row.md > .common_col_8, .common_row.md > .common_col_9, .common_row.md > .common_col_10, .common_row.md > .common_col_11, .common_row.md > .common_col_12, .common_row.md > .common_col_2-4 {
  padding: 30px 20px;
}

@media screen and (min-width: 769px) {
  .common_row.pc_lg {
    margin: -60px -40px;
  }
  .common_row.pc_lg > .common_col, .common_row.pc_lg > .common_col_1, .common_row.pc_lg > .common_col_2, .common_row.pc_lg > .common_col_3, .common_row.pc_lg > .common_col_4, .common_row.pc_lg > .common_col_5, .common_row.pc_lg > .common_col_6, .common_row.pc_lg > .common_col_7, .common_row.pc_lg > .common_col_8, .common_row.pc_lg > .common_col_9, .common_row.pc_lg > .common_col_10, .common_row.pc_lg > .common_col_11, .common_row.pc_lg > .common_col_12, .common_row.pc_lg > .common_col_2-4 {
    padding: 60px 40px;
  }
}

@media screen and (min-width: 769px) {
  .common_row.pc_md {
    margin: -50px -20px;
  }
  .common_row.pc_md > .common_col, .common_row.pc_md > .common_col_1, .common_row.pc_md > .common_col_2, .common_row.pc_md > .common_col_3, .common_row.pc_md > .common_col_4, .common_row.pc_md > .common_col_5, .common_row.pc_md > .common_col_6, .common_row.pc_md > .common_col_7, .common_row.pc_md > .common_col_8, .common_row.pc_md > .common_col_9, .common_row.pc_md > .common_col_10, .common_row.pc_md > .common_col_11, .common_row.pc_md > .common_col_12, .common_row.pc_md > .common_col_2-4 {
    padding: 50px 20px;
  }
}

.common_row.layout {
  margin-top: 40px;
  margin-bottom: 40px;
}

.common_row + .common_row {
  margin-top: 16px;
}

.common_row + .common_row.pc_md {
  margin-top: 60px;
}

.common_row + p {
  margin-top: 40px;
}

.common_row + .common_tab {
  margin-top: 40px;
  margin-bottom: 80px;
}

.common_col, .common_col_1, .common_col_2, .common_col_3, .common_col_4, .common_col_5, .common_col_6, .common_col_7, .common_col_8, .common_col_9, .common_col_10, .common_col_11, .common_col_12, .common_col_2-4 {
  padding: 10px;
  box-sizing: border-box;
}

.common_col_1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333%;
      -ms-flex: 0 0 8.333%;
          flex: 0 0 8.333%;
  max-width: 8.333%;
}

.common_col_2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.667%;
      -ms-flex: 0 0 16.667%;
          flex: 0 0 16.667%;
  max-width: 16.667%;
}

.common_col_3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.common_col_4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

.common_col_5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.667%;
      -ms-flex: 0 0 41.667%;
          flex: 0 0 41.667%;
  max-width: 41.667%;
}

.common_col_6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.common_col_7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333%;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}

.common_col_8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.667%;
      -ms-flex: 0 0 66.667%;
          flex: 0 0 66.667%;
  max-width: 66.667%;
}

.common_col_9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.common_col_10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333%;
      -ms-flex: 0 0 83.333%;
          flex: 0 0 83.333%;
  max-width: 83.333%;
}

.common_col_11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.667%;
      -ms-flex: 0 0 91.667%;
          flex: 0 0 91.667%;
  max-width: 91.667%;
}

.common_col_12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.common_col_2-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

/*
/* width
/*
----------------------------------------------------------------- */
.common_w10 {
  width: 10%;
}

table:not([class]) .common_w10 {
  width: 10%;
}

.common_w20 {
  width: 20%;
}

table:not([class]) .common_w20 {
  width: 20%;
}

.common_w30 {
  width: 30%;
}

table:not([class]) .common_w30 {
  width: 30%;
}

.common_w40 {
  width: 40%;
}

table:not([class]) .common_w40 {
  width: 40%;
}

.common_w50 {
  width: 50%;
}

table:not([class]) .common_w50 {
  width: 50%;
}

.common_w60 {
  width: 60%;
}

table:not([class]) .common_w60 {
  width: 60%;
}

.common_w70 {
  width: 70%;
}

table:not([class]) .common_w70 {
  width: 70%;
}

.common_w80 {
  width: 80%;
}

table:not([class]) .common_w80 {
  width: 80%;
}

.common_w90 {
  width: 90%;
}

table:not([class]) .common_w90 {
  width: 90%;
}

.common_w100 {
  width: 100%;
}

table:not([class]) .common_w100 {
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}
