@charset "UTF-8";
/*====================================================
1.0 - Common
=====================================================*/
/* Reset
-----------------------------------------------------*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div,
dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup,
h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object,
ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong,
sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 103%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

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

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, sub, sup, tt, var, b, u, i, center,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

legend {
  display: none;
}

/* html
-----------------------------------------------------*/
html {
  font-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" on;
}

body {
  font-family: "M PLUS Rounded 1c", YuGothic, YuGothicM, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1;
  color: #323232;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

img {
  width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  }
}
.card {
  width: 100%;
}

.card-w100,
.card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.card-w100 > *,
.card > * {
  transition: 0.35s ease-in-out;
  list-style-type: none;
}

@media only screen and (max-width: 479px) {
  .card-w100.xs-card4 {
    width: 100%;
  }

  .card-w100.xs-card4::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
  }

  .card-w100.xs-card4::after {
    content: "";
    display: block;
    width: 25%;
  }

  .card-w100.xs-card4 > * {
    width: 25%;
  }

  .card-w100.xs-card3 {
    width: 99.99999%;
  }

  .card-w100.xs-card3::after {
    content: "";
    display: block;
    width: 33.33333%;
  }

  .card-w100.xs-card3 > * {
    width: 33.33333%;
  }

  .card-w100.xs-card2 {
    width: 100%;
  }

  .card-w100.xs-card2 > * {
    width: 50%;
  }

  .card-w100.xs-card1 {
    width: 100%;
  }

  .card-w100.xs-card1 > * {
    width: 100%;
  }

  .card.xs-card4::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }

  .card.xs-card4::after {
    content: "";
    display: block;
    width: 23.5%;
  }

  .card.xs-card4 > * {
    width: 23.5%;
  }

  .card.xs-card3::after {
    content: "";
    display: block;
    width: 31%;
  }

  .card.xs-card3 > * {
    width: 31%;
  }

  .card.xs-card2 > * {
    width: 48.5%;
  }

  .card.xs-card1 > * {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 849px) {
  .card-w100.sm-card4 {
    width: 100%;
  }

  .card-w100.sm-card4::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
  }

  .card-w100.sm-card4::after {
    content: "";
    display: block;
    width: 25%;
  }

  .card-w100.sm-card4 > * {
    width: 25%;
  }

  .card-w100.sm-card3 {
    width: 99.99999%;
  }

  .card-w100.sm-card3::after {
    content: "";
    display: block;
    width: 33.33333%;
  }

  .card-w100.sm-card3 > * {
    width: 33.33333%;
  }

  .card-w100.sm-card2 {
    width: 100%;
  }

  .card-w100.sm-card2 > * {
    width: 50%;
  }

  .card-w100.sm-card1 {
    width: 100%;
  }

  .card-w100.sm-card1 > * {
    width: 100%;
  }

  .card.sm-card4::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }

  .card.sm-card4::after {
    content: "";
    display: block;
    width: 23.5%;
  }

  .card.sm-card4 > * {
    width: 23.5%;
  }

  .card.sm-card3::after {
    content: "";
    display: block;
    width: 31%;
  }

  .card.sm-card3 > * {
    width: 31%;
  }

  .card.sm-card2 > * {
    width: 48.5%;
  }

  .card.sm-card1 > * {
    width: 100%;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1059px) {
  .card-w100.md-card4 {
    width: 100%;
  }

  .card-w100.md-card4::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
  }

  .card-w100.md-card4::after {
    content: "";
    display: block;
    width: 25%;
  }

  .card-w100.md-card4 > * {
    width: 25%;
  }

  .card-w100.md-card3 {
    width: 99.99999%;
  }

  .card-w100.md-card3::after {
    content: "";
    display: block;
    width: 33.33333%;
  }

  .card-w100.md-card3 > * {
    width: 33.33333%;
  }

  .card-w100.md-card2 {
    width: 100%;
  }

  .card-w100.md-card2 > * {
    width: 50%;
  }

  .card-w100.md-card1 {
    width: 100%;
  }

  .card-w100.md-card1 > * {
    width: 100%;
  }

  .card.md-card4::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }

  .card.md-card4::after {
    content: "";
    display: block;
    width: 23.5%;
  }

  .card.md-card4 > * {
    width: 23.5%;
  }

  .card.md-card3::after {
    content: "";
    display: block;
    width: 31%;
  }

  .card.md-card3 > * {
    width: 31%;
  }

  .card.md-card2 > * {
    width: 48.5%;
  }

  .card.md-card1 > * {
    width: 100%;
  }
}
@media only screen and (min-width: 1060px) {
  .card-w100.lg-card4 {
    width: 100%;
  }

  .card-w100.lg-card4::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
  }

  .card-w100.lg-card4::after {
    content: "";
    display: block;
    width: 25%;
  }

  .card-w100.lg-card4 > * {
    width: 25%;
  }

  .card-w100.lg-card3 {
    width: 99.99999%;
  }

  .card-w100.lg-card3::after {
    content: "";
    display: block;
    width: 33.33333%;
  }

  .card-w100.lg-card3 > * {
    width: 33.33333%;
  }

  .card-w100.lg-card2 {
    width: 100%;
  }

  .card-w100.lg-card2 > * {
    width: 50%;
  }

  .card-w100.lg-card1 {
    width: 100%;
  }

  .card-w100.lg-card1 > * {
    width: 100%;
  }

  .card.lg-card4::before {
    content: "";
    display: block;
    width: 23.5%;
    order: 1;
  }

  .card.lg-card4::after {
    content: "";
    display: block;
    width: 23.5%;
  }

  .card.lg-card4 > * {
    width: 23.5%;
  }

  .card.lg-card3::after {
    content: "";
    display: block;
    width: 31%;
  }

  .card.lg-card3 > * {
    width: 31%;
  }

  .card.lg-card2 > * {
    width: 48.5%;
  }

  .card.lg-card1 > * {
    width: 100%;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.samll {
  font-size: 1.3rem;
  font-weight: 500;
}

.big {
  font-size: 2.1rem;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 800px) {
  .big {
    font-size: 1.8rem;
  }
}
.center {
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .pc_left {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .sp_left {
    text-align: left !important;
  }
}
.btn {
  margin: 40px auto 0 auto;
  width: 80%;
  display: block;
  background: #faee00;
  text-align: center;
  text-decoration: none;
  padding: 25px 10px;
  color: #000;
  border-radius: 8px;
  font-size: 24px;
  opacity: 1;
  transition: 0.5s;
}

.btn:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.text {
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 800px) {
  .mb10 {
    margin-bottom: 5px;
  }

  .mb20 {
    margin-bottom: 15px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb70 {
    margin-bottom: 35px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb90 {
    margin-bottom: 45px;
  }

  .mb100 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 601px) {
  .sm_visible {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .pc_visible {
    display: none;
  }
}
.content {
  max-width: 1030px;
  margin: 0px auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 600px) {
  .content {
    max-width: 96%;
    margin: 0px auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
  }
}
header {
  width: 100%;
  display: table;
}
header .header-wrap {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 80px 0px 0px 0px;
}

#title {
  width: 437px;
  margin: 0px auto;
  padding-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  header .header-wrap {
    padding: 40px 0px 0px 0px;
  }

  #title {
    width: 53vw;
    margin: 0px auto;
  }
}
#justify-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#justify-center li {
  width: 32%;
}

@media only screen and (max-width: 849px) {
  #justify-center {
    justify-content: center;
  }

  #justify-center li {
    width: 49%;
    margin-bottom: 15px;
  }

  #justify-center li:last-child {
    margin-bottom: 0px;
  }
}
#top-read {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  color: #00a0e9;
  padding-bottom: 25px;
}
#top-read span {
  padding: 0 8px;
  background: linear-gradient(transparent 70%, #faee00 70%);
}

@media only screen and (max-width: 800px) {
  #top-read {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
h2 {
  border-top: 2px dashed #00a0e9;
  border-bottom: 2px dashed #00a0e9;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0px;
}

h2 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #00a0e9;
}

@media all and (max-width: 767px) {
  h2 {
    margin-bottom: 15px;
    padding: 15px 0px;
  }

  h2 span {
    font-size: 24px;
  }
}
#flow h3 {
  color: #00a0e9;
  font-size: 21px;
  text-align: center;
  margin-bottom: 10px;
}

#flow div {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.googleCalendar iframe {
  width: 100%;
}

@media all and (min-width: 768px) {
  .googleCalendar iframe {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  .googleCalendar iframe {
    height: 400px;
  }
}
footer {
  background: #00a0e9;
  color: #fff;
  text-align: center;
  padding: 50px;
  font-size: 12px;
}
footer .flogo {
  width: 200px;
  margin: 0 auto 10px auto;
}

.cous {
  width: 100%;
  display: flex;
  font-size: 1.8rem;
}

.cous dt {
  width: 150px;
}

.cous dd {
  width: calc(100% - 150px);
}

.cous ul {
  display: flex;
  flex-wrap: wrap;
}

.cous dt span,
.cous dd p {
  font-weight: 400;
  line-height: 1.6;
}

.cous ul li {
  position: relative;
  padding-left: 15px;
  padding-right: 25px;
}

.cous ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: calc(50% - 5px);
  left: 0px;
  border-radius: 10px;
}

@media all and (max-width: 767px) {
  dl.cous {
    display: flex;
    flex-direction: column;
  }

  dl.cous dt {
    margin-bottom: 5px;
  }

  dl.cous dt,
dl.cous dd {
    width: 100%;
  }
}
/*====================================================
特定商取引法に基づく表記
=====================================================*/
#law-contents table,
.table-layout table {
  table-layout: fixed;
  width: 100%;
  margin: 20px auto;
}

#law-contents caption,
.table-layout caption {
  width: 100%;
  background-color: #fff;
  caption-side: left;
  text-align: left;
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  border-left: solid 2px #333;
  margin-bottom: 15px;
}

#law-contents tr:first-child th,
#law-contents tr:first-child td,
.table-layout tr:first-child th,
.table-layout tr:first-child td {
  border-top: solid 1px #c1cbd0;
}

#law-contents caption + tbody tr:first-child th,
#law-contents caption + tbody tr:first-child td,
.table-layout caption + tbody tr:first-child th,
.table-layout caption + tbody tr:first-child td {
  border-top: solid 1px #c1cbd0;
}

#law-contents th,
.table-layout th {
  background: #f0faff;
  border-bottom: solid 1px #c1cbd0;
  color: #fff;
  padding: 20px;
  width: 250px;
  text-align: left;
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}

#law-contents td,
.table-layout td {
  font-size: 1.3rem;
  line-height: 1.6;
  border-bottom: solid 1px #c1cbd0;
  padding: 20px;
  word-wrap: break-word;
}

@media screen and (max-width: 800px) {
  #law-contents table {
    width: 100%;
  }

  #law-contents table th,
#law-contents table td {
    display: block;
    width: 100%;
  }

  #law-contents tr:first-child td {
    border-top: solid 0px #c1cbd0;
  }

  #law-contents caption + tbody tr:first-child th,
#law-contents caption + tbody tr:first-child td {
    border-top: solid 0px #c1cbd0;
  }

  #law-contents tr:first-child th {
    border-top: solid 1px #c1cbd0;
  }

  #law-contents tr:last-child td:last-child {
    border-bottom: solid 1px #c1cbd0;
    width: 100%;
  }

  .table-layout table {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .table-layout caption {
    width: 100%;
  }

  .table-layout table tbody {
    width: 100%;
  }

  .table-layout table tr {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .table-layout table th,
.table-layout table td {
    display: block;
    width: 100%;
  }

  .table-layout tr:first-child td {
    border-top: solid 0px #c1cbd0;
  }

  .table-layout caption + tbody tr:first-child th {
    border-top: solid 1px #c1cbd0;
  }

  .table-layout caption + tbody tr:first-child td {
    border-top: solid 0px #c1cbd0;
  }

  .table-layout tr:first-child th {
    border-top: solid 1px #c1cbd0;
  }

  .table-layout tr:last-child td:last-child {
    border-bottom: solid 1px #c1cbd0;
    width: 100%;
  }
}