@charset "UTF-8";

/* 変数 */

/* mediaquery */

/* font */

/* mixin */

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select,
main,
address {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック Medium, 游ゴシック, YuGothic, Noto Sans JP, Meiryo, メイリオ, ＭＳ Ｐゴシック, Verdana, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  line-height: 180%;
}

p:not(:last-child) {
  margin-bottom: 1.2rem;
}

ol {
  padding-left: 2rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px;
  border: 1px solid  #b7b7b7;
}

select {
  padding: 8px 10px;
  border: 1px solid  #b7b7b7;
}

textarea {
  width: 100%;
  height: 200px;
}

.col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.col.is_oneline {
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.col_contents {
  width: 100%;
}

.is_oneline .col_contents {
  margin-bottom: 0;
}

.is_oneline .col_contents + .col_contents {
  margin-left: 2%;
}

.is_2 .col_contents {
  max-width: 48%;
}

.is_2 .col_contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}

.is_2 .col_contents:nth-child(n + 3) {
  margin-top: 30px;
}

.is_3 .col_contents {
  max-width: 32%;
}

.is_3 .col_contents:not(:nth-child(3n + 1)) {
  margin-left: calc(2% - 1px);
}

.is_3 .col_contents:nth-child(n + 4) {
  margin-top: 30px;
}

.is_4 .col_contents {
  max-width: 23%;
}

.is_4 .col_contents:not(:nth-child(4n + 1)) {
  margin-left: calc(2.6% - 1px);
}

.is_4 .col_contents:nth-child(n + 5) {
  margin-top: 30px;
}

.col_contents_title {
  margin-bottom: 5px;
}

.col_contents_text {
  margin-top: 5px;
}

.flImgContents_img {
  max-width: 37%;
  width: 100%;
}

.flImgContents_img.is_s {
  max-width: 200px;
}

.flImgContents_img.is_l {
  max-width: 47%;
}

.flImgContents_img.is_fr {
  float: right;
  margin: 0 0 20px 40px;
}

.flImgContents_img.is_fl {
  float: left;
  margin: 0 40px 20px 0;
}

/*　テキスト、フォント　*/

.text_s {
  font-size: 85%;
}

.text_l {
  font-size: 120%;
}

.cl_red {
  color: #ff0000;
}

/* リスト */

.list_normal li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}

.list_normal li::before {
  content: '●';
  margin-right: 5px;
  font-size: 13px;
  font-family: sans-serif;
  color: #ef4d63;
}

.list_number {
  padding: 0 0 0 25px;
}

.list_number li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list_numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}

.list_numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

/* 定義リスト */

.dl_normal dt {
  font-weight: bold;
  font-size: 1.8rem;
}

.dl_normal dd {
  margin-bottom: 30px;
}

.al_r {
  text-align: right;
}

.al_c {
  text-align: center;
}

.full {
  width: 100%;
}

.size_30 {
  width: 30%;
}

.size_60 {
  width: 60%;
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.contents_center {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*　セクション　*/

.section_01 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section_01:first-child {
  margin-top: 0;
}

.section_02 {
  margin-top: 40px;
  margin-bottom: 70px;
}

.section_02:first-child {
  margin-top: 0;
}

.section_03 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section_03:first-child {
  margin-top: 0;
}

.small_section {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* テーブル */

.nowrap {
  white-space: nowrap;
}

.caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.table_01 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.table_01 tr {
  border-bottom: 2px dotted #ccc;
}

.table_01 th,
.table_01 td {
  padding: 13px;
}

.table_01 th {
  background: #fcfbf5;
  color: #ef4d63;
}

.table_01 a {
  color: #019ab3;
}

.wfix {
  table-layout: fixed;
}

/* タイトル */

.title_bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#main_canvas {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

#canvasCumalLeaf {
  width: 100%;
  height: 100vh;
}

#canvasCumalLeaf canvas {
  width: 100%;
  height: 100%;
}

.btns {
  position: fixed;
  bottom: 20px;
  right: 50px;
  display: -webkit-box;
  display: flex;
}

.btns button {
  display: block;
  margin: 0 10px;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }

  p a:hover {
    color: #019ab3;
  }
}

@media (min-width: 1100px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .contents_center {
    max-width: 90%;
    width: 90%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 75%;
  }

  .pc {
    display: none !important;
  }

  a:active img {
    opacity: 0.8;
  }

  p a:active {
    color: #019ab3;
  }

  .col {
    display: block;
  }

  .col.is_sp_flex {
    display: -webkit-box;
    display: flex;
  }

  .col_contents {
    max-width: 100%;
  }

  .col:not(.is_sp_flex) .col_contents + .col:not(.is_sp_flex) .col_contents {
    margin-top: 10px;
  }

  .is_oneline:not(.is_sp_flex) .col_contents {
    max-width: 100%;
    margin: auto;
  }

  .is_oneline:not(.is_sp_flex) .col_contents + .col_contents {
    margin-top: 30px;
  }

  .is_2 .col_contents:nth-child(n + 3) {
    margin-top: 30px;
  }

  .is_2:not(.is_sp_flex) .col_contents {
    max-width: 100%;
    margin: auto;
  }

  .is_2:not(.is_sp_flex) .col_contents + .col_contents {
    margin-top: 30px;
  }

  .is_3 .col_contents:nth-child(n + 4) {
    margin-top: 10px;
  }

  .is_3:not(.is_sp_flex) .col_contents {
    max-width: 100%;
    margin: auto;
  }

  .is_3:not(.is_sp_flex) .col_contents + .col_contents {
    margin-top: 30px;
  }

  .is_4 .col_contents:nth-child(n + 5) {
    margin-top: 10px;
  }

  .is_4:not(.is_sp_flex) .col_contents {
    max-width: 100%;
    margin: auto;
  }

  .is_4:not(.is_sp_flex) .col_contents + .col_contents {
    margin-top: 30px;
  }

  .flImgContents_img {
    max-width: 100%;
  }

  .flImgContents_img.is_s {
    max-width: 100%;
  }

  .flImgContents_img.is_l {
    max-width: 100%;
  }

  .flImgContents_img.is_fr {
    float: none;
    margin: 0 auto 20px;
  }

  .flImgContents_img.is_fl {
    float: none;
    margin: 0 auto 20px;
  }

  .size_30 {
    width: 100%;
  }

  .size_60 {
    width: 100%;
  }

  .sp_space {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
  }

  .table_01 th,
  .table_01 td {
    font-size: 1.3rem;
  }

  .table_01.sidetitle th {
    padding: 10px 0;
  }

  .table_01.sidetitle td {
    padding: 20px 0;
  }

  .sidetitle tr {
    display: block;
  }

  .sidetitle th,
  .sidetitle td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sidetitle th {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 1099px) {
  .sp_space {
    max-width: 90%;
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .sp {
    display: none !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans JP',  "游ゴシック Medium","游ゴシック", YuGothic ,Meiryo,メイリオ,'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
  }
}