@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

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

a:focus {
  opacity: 0.8;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

.ua-ie a:hover {
  opacity: 0.8;
}

.br-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: block;
  }
}

.br-pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: none;
  }
}

.anker-margin {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

.c-breadcrumb {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #E2EEE5;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-top: 90px;
  }
}

.c-breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  padding: 12px;
}

.c-breadcrumb-list li {
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.c-breadcrumb-list li:not(:first-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.c-breadcrumb-list li:not(:first-child)::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url("../imgs/icon/arrow-forward.png") no-repeat center center/contain;
}

.c-breadcrumb-list .current {
  font-weight: 700;
}

.c-breadcrumb-list .home-icon {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 410px;
  padding: 18px 0px;
  text-align: center;
  background-color: #ffffff;
  color: #FF6600;
  border-radius: 50vh;
  border: solid 3px #FF6600;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
}

.c-btn--contact {
  max-width: 310px;
  padding: 16px 0px;
  background-color: #FFF8E9;
}

.c-btn:focus {
  opacity: 0.8;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.ua-ie .c-btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.c-btn span {
  width: 18px;
  height: 18px;
  border-radius: 50vh;
  background-color: #FF6600;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-btn span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 25%;
}

.c-btn--tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  padding: 5px;
  text-align: center;
  background-color: #FFF8E9;
  color: #FF6600;
  border-radius: 1vh;
  border: solid 3px #FF6600;
  line-height: 1.1;
}

.c-btn--tel:focus {
  opacity: 0.8;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .c-btn--tel:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.ua-ie .c-btn--tel:hover {
  opacity: 0.8;
  cursor: pointer;
}

.c-btn--tel .freedial {
  width: 64px;
  height: 42px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.c-btn--tel .btn-txt .top {
  font-size: 14px;
  text-align: left;
}

.c-btn--tel .btn-txt .center {
  font-size: 32px;
  text-align: left;
}

.c-btn--tel .btn-txt .bottom {
  font-size: 14px;
  text-align: right;
}

.c-btn--detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 15px 0px;
  text-align: center;
  background-color: #E2EEE5;
  color: #4C3E3B;
  border-radius: 50vh;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0;
}

.c-btn--detail::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../imgs/icon/arrow-brown.png") no-repeat center center/contain;
}

.c-btn--register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
  padding: 15px 0px;
  text-align: center;
  background-color: #ffffff;
  color: #FF6600;
  border-radius: 50vh;
  border: solid 3px #FF6600;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.0;
}

@media screen and (min-width: 576px) {
  .c-btn--register {
    max-width: 630px;
    padding: 33px 0px;
    font-size: 31px;
  }
}

.c-btn--register::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../imgs/icon/arrow-orange.png") no-repeat center center/contain;
}

@media screen and (min-width: 576px) {
  .c-btn--register::before {
    width: 32px;
    height: 32px;
  }
}

.c-header {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #4C3E3B;
}

@media screen and (min-width: 768px) {
  .c-header {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 33px;
    padding-bottom: 35px;
  }
}

.c-header-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-header-ttl {
    font-size: 32px;
  }
}

.c-ttl {
  text-align: center;
  position: relative;
  margin-top: 25px;
  font-size: 24px;
}

.c-ttl:nth-of-type(n+2) {
  margin-top: 70px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-ttl {
    margin-top: 0;
  }
}

.c-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #E2EEE5;
  border-radius: 50vh;
  z-index: -1;
}

.footer {
  height: 100px;
  background-color: #FFF8E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #FFF8E9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}

.sidebar .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sidebar .ttl {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  background-color: #E2EEE5;
  line-height: 1;
}

.sidebar .list > * + * {
  border-top: 1px solid #E2EEE5;
}

.sidebar .item {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sidebar .item::before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  margin-right: 10px;
  background: url("../imgs/icon/arrow-brown.png") no-repeat center center/contain;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 40px;
}

.star5_rating:before, .star5_rating:after {
  content: '¡ú¡ú¡ú¡ú¡ú';
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
  /* ¥¤¥¨¥í¡¼¥«¥é¡¼ ¼«Í³¤ËÀßÄê²½ */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
}

/* À±5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

/* À±4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

/* À±4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

/* À±3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
}

/* À±3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

/* À±2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
}

/* À±2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

/* À±1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
}

/* À±1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

/* À±0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* À±0 */
table tr {
  border-bottom: solid 1px #E2EEE5;
}

table tr:last-child {
  border-bottom: none;
}

table th {
  text-align: left;
  background-color: #4C3E3B;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

table td {
  text-align: left;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 20px;
}

.table--small {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .table--small {
    width: 390px;
    table-layout: fixed;
  }
}

.table--small th {
  width: 70%;
}

@media screen and (min-width: 576px) {
  .table--small th {
    width: 295px;
  }
}

.table--small td {
  width: 30%;
}

@media screen and (min-width: 576px) {
  .table--small td {
    width: 95px;
  }
}

.table--large {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}

.table--large th {
  width: 35%;
  font-size: 16px;
  vertical-align: middle;
}

@media screen and (min-width: 576px) {
  .table--large th {
    font-size: 22px;
  }
}

.table--large td {
  width: 65%;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
}

@media screen and (min-width: 576px) {
  .table--large td {
    padding-left: 20px;
    font-size: 20px;
  }
}

.table--large td span {
  font-size: 14px;
  display: block;
}

@media screen and (min-width: 576px) {
  .table--large td span {
    font-size: 16px;
  }
}

.lead--sm {
  font-size: 16px;
  margin-bottom: 15px;
}

.lead--md {
  font-size: 20px;
  margin-bottom: 15px;
}

.lead--lg {
  font-size: 24px;
  margin-bottom: 15px;
}

.lead--lg span {
  color: #FF6600;
}

.txt {
  margin-bottom: 20px;
}

.txt--thin {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 2.0;
}

.l-content {
  width: calc(100% - 24px);
  margin-top: 60px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .l-content {
    width: 100%;
    max-width: 1024px;
    margin-top: 90px;
    margin-bottom: 150px;
  }
}

.l-content--md {
  width: calc(100% - 24px);
  margin-top: 60px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .l-content--md {
    width: 100%;
    max-width: 740px;
    margin-top: 90px;
    margin-bottom: 150px;
  }
}

.l-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-content-block.sidebar {
  display: none;
}

@media screen and (min-width: 1024px) {
  .l-content-block.sidebar {
    display: block;
    width: 100%;
    max-width: 265px;
  }
}

.l-content-block.main {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .l-content-block.main {
    max-width: 730px;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flex-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-centers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .flex-centers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.flex--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ml-30 {
  margin-left: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-tokushoho {
  font-weight: 700;
  color: #4C3E3B;
  word-wrap: break-word;
}

.p-tokushoho table tr {
  border: solid 1px #E2EEE5;
}

.p-tokushoho .sm--thin {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0;
}

.p-tokushoho .sm--bold {
  font-size: 16px;
  font-weight: 700;
}

.p-tokushoho .md--thin {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.0;
}

.p-tokushoho .md--bold {
  font-size: 20px;
  font-weight: 700;
}
