@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*! destyle.css v4.0.0 | 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  line-height: 1.7;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
  color: #141414;
  background-color: #fefae4;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

p {
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
}
a:hover img {
  opacity: 0.5;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

strong {
  font-weight: 700;
}

sup {
  font-size: 77%;
  line-height: 0.8;
}

.bg-pink-1 {
  background-color: #ff79a2;
}

.bg-orange-1 {
  background-color: #eb5e00;
}

.bg-blue-1 {
  background-color: #4494d1;
}

.bg-blue-2 {
  background-color: #003a8b;
}

.bg-green-1 {
  background-color: #41b053;
}

.color-red-1 {
  color: #da1725;
}

.color-pink-1 {
  color: #ff79a2;
}

.color-pink-3 {
  color: #eb5e66;
}

.color-orange-1 {
  color: #eb5e00;
}

@media screen and (min-width: 480px) {
  .fluid-columns.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fluid-columns.flex .column.align-flex-start {
    align-self: flex-start;
  }

  .fluid-columns.flex .column.align-flex-end {
    align-self: flex-end;
  }
}
.uppercase {
  text-transform: uppercase;
}

.bullet {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang-en {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.lang-cn {
  font-family: "Hei Regular", "SimHei", sans-serif;
}

.font-serif {
  font-family: serif;
}

#copyright,
.copyright-sign {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.separator hr {
  display: none;
}

.fluid-gap {
  display: none;
}

div.fluid-gap hr {
  display: none;
}

span.row {
  display: block;
}
@media screen and (min-width: 768px) {
  span.row {
    display: inline;
  }
}
span.row br {
  display: none;
}
@media screen and (min-width: 768px) {
  span.row br {
    display: block;
  }
}

.behavior-style:hover img {
  opacity: 0.8;
  cursor: pointer;
}

svg {
  fill: currentColor;
}

img.flexible-w {
  display: block;
  width: 100%;
  height: auto;
}

.text-std {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width: 480px) {
  .text-std {
    font-size: 1.125rem;
  }
}

.description .text-std {
  text-align: justify;
}

.heading-large {
  font-weight: 700;
  letter-spacing: 0em;
}

.heading-std {
  margin: 0 0 0.6em;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width: 480px) {
  .heading-std {
    font-size: 1.125rem;
  }
}

.site-title {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .site-title {
    font-size: 1.375rem;
  }
}

ul.list-symbol {
  padding: 0 0 0 0.6em;
}
@media screen and (min-width: 768px) {
  ul.list-symbol {
    padding: 0 0 0 1.1em;
  }
}
ul.list-symbol li {
  text-indent: -1em;
  margin: 0 0 0.8em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.page-header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 91.25%;
  padding-top: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-header .container {
    padding-top: 18px;
    max-width: 1312px;
    width: 96.046852123%;
  }
}
.page-header .site-symbol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-header .site-symbol {
    align-items: center;
  }
}
.page-header .site-symbol .logo {
  min-width: 100px;
  width: 32%;
}
@media screen and (min-width: 768px) {
  .page-header .site-symbol .logo {
    min-width: 0;
    width: 152px;
  }
}
.page-header .site-symbol .hgroup {
  justify-content: flex-start;
  align-items: center;
  margin-left: 17px;
}
@media screen and (min-width: 768px) {
  .page-header .site-symbol .hgroup {
    margin-left: 40px;
  }
}
.page-header .site-symbol .hgroup .site-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page-header .site-symbol .hgroup .site-title {
    font-size: 1.125rem;
  }
}
.page-header .site-symbol .hgroup .caption {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page-header .site-symbol .hgroup .caption {
    margin-top: 6px;
    font-size: 1.125rem;
  }
}
.page-header .font-size-selector {
  position: absolute;
  top: 15px;
  right: 0;
  max-width: 91px;
  width: 31.1643835616%;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-header .font-size-selector {
    display: block;
    max-width: 105px;
    width: 105px;
  }
}
.page-header .font-size-selector .caption {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-header .font-size-selector .caption {
    font-size: 13px;
    font-weight: 700;
  }
}
.page-header .font-size-selector .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .page-header .font-size-selector .button-group {
    margin-top: 10px;
  }
}
.page-header .font-size-selector .button-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #141414;
  border-radius: 100%;
  background: #fbf1a2;
}
@media screen and (min-width: 768px) {
  .page-header .font-size-selector .button-circle {
    width: 30px;
    height: 30px;
  }
}
.page-header .font-size-selector .button-circle.current {
  border: none;
  background: #ffe200;
}
.page-header .font-size-selector .button-circle .text {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-header .font-size-selector .button-circle .text {
    font-size: 13px;
    font-weight: 700;
  }
}

.home .page-header .logo-mhlw {
  min-width: 134px;
  width: 45.2054794521%;
}
@media screen and (min-width: 768px) {
  .home .page-header .logo-mhlw {
    min-width: 0;
    width: 176px;
  }
}

.page-footer {
  background: #ffffff;
}
.page-footer .container {
  width: 87.5%;
  padding-top: 75px;
  padding-bottom: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-footer .container {
    max-width: 760px;
    width: 55.6368960469%;
  }
}
.page-footer .hgroup .figure {
  max-width: 100%;
}
.page-footer .hgroup .figure img {
  margin: 0 auto;
  max-width: 400px;
  width: 71.4285714286%;
}
@media screen and (min-width: 768px) {
  .page-footer .hgroup .figure img {
    max-width: 266px;
    width: 47.5%;
  }
}
.page-footer .hgroup .site-title {
  margin-top: 22px;
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-footer .hgroup .site-title {
    margin-top: 22px;
    font-size: 1rem;
  }
}
.page-footer .fluid-columns {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns {
    display: flex;
    align-items: flex-start;
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .site-symbol {
    width: 39.7368421053%;
  }
}
.page-footer .fluid-columns .site-symbol .hgroup {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .site-symbol .hgroup .figure {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .site-symbol .hgroup .figure img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .site-symbol .hgroup .site-title {
    font-size: 1rem;
  }
}
.page-footer .fluid-columns .site-symbol .hgroup p {
  padding-top: 0;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .site-symbol .hgroup p {
    padding-top: 0.5em;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.page-footer .fluid-columns .nav {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .nav {
    width: 53.9473684211%;
    margin-top: 0;
  }
}
.page-footer .fluid-columns .nav .button-group .button + .button {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .nav .button-group .button + .button {
    margin-top: 12px;
  }
}
.page-footer .fluid-columns .nav .link-list {
  width: 85%;
  margin: 50px auto 50px;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .nav .link-list {
    margin: 45px auto 0;
    width: 100%;
  }
}
.page-footer .fluid-columns .nav .link-list li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .nav .link-list li {
    margin-top: 20px;
  }
}
.page-footer .fluid-columns .nav .link-list .text-link {
  display: block;
  width: 100%;
}
.page-footer .fluid-columns .nav .link-list .text-link .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90.243902439%;
}
.page-footer .fluid-columns .nav .link-list .text-link .text {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-left: 1em;
  width: 73%;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .nav .link-list .text-link .text {
    font-size: 1rem;
  }
}
.page-footer .fluid-columns .nav .link-list .text-link .image {
  width: 17%;
}
@media screen and (min-width: 768px) {
  .page-footer .fluid-columns .nav .link-list .text-link .image {
    width: 62px;
  }
}
.page-footer .fluid-columns .nav .link-list .text-link.current {
  opacity: 0.5;
}
.page-footer .figure {
  max-width: 560px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .page-footer .figure {
    max-width: 574px;
    margin: 42px auto 0;
  }
}
.page-footer .contents-info {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-footer .contents-info {
    margin-top: 42px;
  }
}
.page-footer .contents-info ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-footer .contents-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
}
.page-footer .contents-info ul li {
  margin: 0 1.5em;
  font-size: 0.875rem;
  line-height: 2.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page-footer .contents-info ul li {
    display: block;
    margin: 0 1em;
    font-size: 0.875rem;
  }
}
.page-footer .about-mhlw {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .page-footer .about-mhlw {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
  }
}
.page-footer .about-mhlw .heading {
  max-width: 324px;
  width: 57.8571428571%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-footer .about-mhlw .heading {
    max-width: 215px;
    width: 28.2894736842%;
    margin: 0;
  }
}
.page-footer .about-mhlw .data {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-footer .about-mhlw .data {
    width: 46.0526315789%;
    margin-top: 0;
    text-align: left;
  }
}
.page-footer .about-mhlw .data .text-std {
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-footer .about-mhlw .data .text-std {
    font-size: 0.875rem;
  }
}
.page-footer .copyright {
  margin-top: 34px;
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-footer .copyright {
    margin-top: 36px;
    font-size: 0.75rem;
  }
}

.button-solid-radius {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .button-solid-radius {
    border-radius: 12px;
  }
}
.button-solid-radius .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  min-height: 68px;
}
@media screen and (min-width: 768px) {
  .button-solid-radius .content {
    min-height: 80px;
  }
}
.button-solid-radius .text {
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .button-solid-radius .text {
    font-size: 1rem;
  }
}
.button-solid-radius.current {
  opacity: 0.5;
}
.button-solid-radius.button-pink {
  background: #ff79a2;
}
.button-solid-radius.button-orange {
  background: #eb5e00;
}
.button-solid-radius.has-arrow .content::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 0.5em;
  margin-right: -0.5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/roundarrow_solid_orange.svg);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .button-solid-radius.has-arrow .content::after {
    width: 33px;
    height: 33px;
  }
}
.button-solid-radius.arrow-solid-white .content::after {
  background-image: url(../images/roundarrow_solid_white.svg);
}

.text-link {
  display: inline-block;
  width: intrinsic;
  margin-left: auto;
  margin-right: auto;
}
.text-link .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: intrinsic;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .text-link .content {
    justify-content: center;
  }
}
.text-link .text {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
}
.text-link:hover {
  opacity: 0.5;
}
.text-link:hover .image {
  opacity: 1;
}
.text-link.has-arrow .content::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 0.5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/roundarrow_solid_orange.svg);
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .text-link.has-arrow .content::after {
    width: 33px;
    height: 33px;
  }
}
.text-link.arrow-solid-pink .content::after {
  background-image: url(../images/roundarrow_solid_pink.svg);
}
.text-link.arrow-bordered-orange .content::after {
  background-image: url(../images/roundarrow_bordered_orange.svg);
}

.box-radius {
  overflow: hidden;
  border-radius: 6px;
  background: #ffffff;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .box-radius {
    border-radius: 12px;
  }
}
.box-radius .section-header .heading {
  padding: 7px 0 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .box-radius .section-header .heading {
    padding: 12px 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.box-radius .section-header .heading .small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .box-radius .section-header .heading .small {
    font-size: 1.25rem;
  }
}
.box-radius.radius-24 {
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .box-radius.radius-24 {
    border-radius: 16px;
  }
}
.box-radius.radius-12 {
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .box-radius.radius-12 {
    border-radius: 8px;
  }
}
.box-radius.radius-4 {
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .box-radius.radius-4 {
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .box-radius.has-figure .section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.box-radius.has-figure .section-content .text-group .figure {
  display: block;
}
@media screen and (min-width: 768px) {
  .box-radius.has-figure .section-content .text-group .figure {
    display: none;
  }
}
.box-radius.has-figure .section-content > .figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .box-radius.has-figure .section-content > .figure {
    display: block;
  }
}
.box-radius.box-shadow {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.box-radius.style-blue-1 {
  border-style: solid;
  border-width: 2px;
  border-color: #4494d1;
  background-color: #e3f0fa;
}
@media screen and (min-width: 768px) {
  .box-radius.style-blue-1 {
    border-width: 2px;
  }
}
.box-radius.style-blue-2 {
  border-style: solid;
  border-width: 2px;
  border-color: #003a8b;
  background-color: #e1e0f0;
}
@media screen and (min-width: 768px) {
  .box-radius.style-blue-2 {
    border-width: 2px;
  }
}
.box-radius.style-blue-3 {
  border-style: solid;
  border-width: 3px;
  border-color: #00aeeb;
  background-color: #e3f0fa;
}
@media screen and (min-width: 768px) {
  .box-radius.style-blue-3 {
    border-width: 4px;
  }
}
.box-radius.style-green-1 {
  border-style: solid;
  border-width: 2px;
  border-color: #41b053;
  background-color: #e0efe1;
}
@media screen and (min-width: 768px) {
  .box-radius.style-green-1 {
    border-width: 2px;
  }
}
.box-radius.style-green-2 {
  border-style: solid;
  border-width: 3px;
  border-color: #00a996;
  background-color: #e0efe1;
}
@media screen and (min-width: 768px) {
  .box-radius.style-green-2 {
    border-width: 4px;
  }
}
.box-radius.style-pink-1 {
  border-style: solid;
  border-width: 2px;
  border-color: #ff79a2;
  background-color: #fff1f6;
}
@media screen and (min-width: 768px) {
  .box-radius.style-pink-1 {
    border-width: 4px;
    border-radius: 12px;
  }
}
.box-radius.style-orange-1 {
  border-style: solid;
  border-width: 2px;
  border-color: #eb5e00;
  background-color: #fdefe5;
}
@media screen and (min-width: 768px) {
  .box-radius.style-orange-1 {
    border-width: 4px;
  }
}
.box-radius.style-yellow-1 {
  border-style: solid;
  border-width: 2px;
  border-color: #ffe200;
  background-color: #fff6bf;
}
@media screen and (min-width: 768px) {
  .box-radius.style-yellow-1 {
    border-width: 4px;
  }
}
.box-radius.style-yellow-2 {
  border-style: solid;
  border-width: 3px;
  border-color: #ffe200;
  background-color: #fff6bf;
}
@media screen and (min-width: 768px) {
  .box-radius.style-yellow-2 {
    border-width: 4px;
  }
}

.hero-std {
  margin-top: 81px;
}
@media screen and (min-width: 768px) {
  .hero-std {
    margin-top: 28px;
  }
}
.hero-std .fluid-columns {
  display: block;
}
@media screen and (min-width: 768px) {
  .hero-std .fluid-columns {
    display: flex;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .hero-std .fluid-columns .column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .hero-std .fluid-columns .column:nth-of-type(1) {
    min-width: 400px;
  }
}
.hero-std .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 258.5px;
  width: 80.78125%;
  height: 258.5px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero-std .page-title {
    max-width: 100%;
    width: 400px;
    height: 400px;
    margin: 0;
  }
}
.hero-std .page-title.style-circle {
  border-radius: 100%;
}
.hero-std .page-title.style-circle .text {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.54;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-std .page-title.style-circle .text {
    font-size: 2.125rem;
    font-size: min(rem(34), 42px);
    text-align: left;
    line-height: 1.4;
  }
}
.hero-std .image {
  max-width: 196.5px;
  margin: -22px auto;
}
@media screen and (min-width: 768px) {
  .hero-std .image {
    max-width: 304px;
    width: 63.3333333333%;
    margin: 0;
  }
}
.hero-std .description {
  width: 81.25%;
  margin: 42px auto 0;
}
@media screen and (min-width: 768px) {
  .hero-std .description {
    max-width: 760px;
    width: 79.1666666667%;
    margin: 70px auto 0;
  }
}
.hero-std .description .text-std {
  font-size: 1.0625rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .hero-std .description .text-std {
    font-size: 1.125rem;
  }
}
.hero-std .note {
  width: 81.25%;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .hero-std .note {
    max-width: 760px;
    width: 79.1666666667%;
    margin: 50px auto 0;
  }
}
.hero-std .note .text-std {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .hero-std .note .text-std {
    font-size: 0.875rem;
  }
}

.hero-daizi {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hero-daizi {
    margin-top: 28px;
  }
}
.hero-daizi .fluid-columns {
  display: block;
}
@media screen and (min-width: 768px) {
  .hero-daizi .fluid-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
  }
}
.hero-daizi .hgroup {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-daizi .hgroup {
    width: 56.862745098%;
    text-align: left;
  }
}
.hero-daizi .hgroup .category {
  color: #eb5e00;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hero-daizi .hgroup .category {
    margin-left: 22.4137931034%;
    font-size: 34px;
    font-size: min(rem(34), 34px);
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.hero-daizi .hgroup .image {
  display: block;
  max-width: 260px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hero-daizi .hgroup .image {
    display: none;
  }
}
.hero-daizi .hgroup .page-title {
  margin-top: 50px;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hero-daizi .hgroup .page-title {
    margin-top: 6px;
    margin-left: 22.4137931034%;
    font-size: 34px;
    font-size: min(rem(34), 36px);
    line-height: 1.3;
  }
}
.hero-daizi .symbol {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-daizi .symbol {
    display: block;
    max-width: 410px;
    width: 40.1960784314%;
    margin: 0;
  }
}
.hero-daizi .description {
  width: 81.25%;
  margin: 36px auto 0;
}
@media screen and (min-width: 768px) {
  .hero-daizi .description {
    max-width: 760px;
    width: 79.1666666667%;
    margin: 70px auto 0;
  }
}
.hero-daizi .description .text-std {
  font-size: 1.0625rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .hero-daizi .description .text-std {
    font-size: 1.125rem;
  }
}
.hero-daizi .note {
  width: 81.25%;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .hero-daizi .note {
    max-width: 760px;
    width: 79.1666666667%;
    margin: 50px auto 0;
  }
}
.hero-daizi .note .text-std {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .hero-daizi .note .text-std {
    font-size: 0.875rem;
  }
}

.section-std > .section-header {
  width: 81.25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-std > .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 960px;
    width: 100%;
    margin-bottom: 60px;
  }
}
.section-std > .section-header.is-gallery {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .section-std > .section-header.is-gallery {
    max-width: 1020px;
  }
}
.section-std > .section-header .hgroup .heading-large {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .section-std > .section-header .hgroup .heading-large {
    font-size: 34px;
    font-size: min(rem(34), 38px);
  }
}
.section-std > .section-header .text-std {
  margin-top: 40px;
  font-size: 1.0625rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .section-std > .section-header .text-std {
    margin-top: 40px;
    font-size: 1.125rem;
  }
}
.section-std > .section-content {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content {
    max-width: 1020px;
  }
}
.section-std > .section-content .content-header .hgroup .heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content .content-header .hgroup .heading {
    font-size: 1.375rem;
    font-size: min(rem(22), 26px);
  }
}
.section-std > .section-content .box-radius {
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content .box-radius {
    width: 94.1176470588%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 60px;
  }
}
.section-std > .section-content .box-radius + .box-radius {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content .box-radius + .box-radius {
    margin-top: 40px;
  }
}
.section-std > .section-content .box-radius .section-content {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content .box-radius .section-content {
    width: 79.1666666667%;
  }
}
.section-std > .section-content .box-radius .section-content .content-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content .box-radius .section-content .content-header {
    margin-bottom: 26px;
  }
}
.section-std > .section-content .box-radius .section-content .text-std {
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .section-std > .section-content .box-radius .section-content .text-std {
    font-size: 1.125rem;
  }
}
.section-std > .section-content .box-radius .section-content .text-std + .text-std {
  margin-top: 1em;
}

.section-accordion {
  width: 87.5%;
  margin: 0 auto 0;
  background: #e6ebee;
  margin-bottom: 180px;
}
@media screen and (min-width: 768px) {
  .section-accordion {
    max-width: 960px;
    width: 100%;
    margin: 50px auto 200px;
  }
}
.section-accordion.is-open .accordion-header .hgroup::after {
  transform: rotate(180deg);
}
.section-accordion.is-open .accordion-content {
  max-height: 500vh;
}
.section-accordion .accordion-header {
  padding: 14px 0 12px;
  border-top: 2px solid #5e5e5e;
  border-bottom: 2px solid #a2a4a6;
  background: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-header {
    padding: 30px 0 26px;
  }
}
.section-accordion .accordion-header .hgroup {
  position: relative;
  width: 85.7142857143%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-header .hgroup {
    width: 79.1666666667%;
  }
}
.section-accordion .accordion-header .hgroup::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background: url(../../common/images/arrow_down_black.svg) no-repeat 0 0;
  background-size: 100% auto;
  transition: transform 0.1s ease-in;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-header .hgroup::after {
    width: 16px;
    height: 11px;
    margin-top: -5px;
  }
}
.section-accordion .accordion-header .hgroup .heading-large {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-header .hgroup .heading-large {
    font-size: 1.375rem;
  }
}
.section-accordion .accordion-content {
  overflow-y: hidden;
  max-height: 0;
  transition: max-height 0.1s ease-in-out;
}
.section-accordion .accordion-content .separator {
  width: 92.8571428571%;
  height: 2px;
  margin: 50px auto 0;
  background: #5e5e5e;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-content .separator {
    max-width: 620px;
    width: 64.5833333333%;
    margin: 50px auto 0;
  }
}
.section-accordion .accordion-content .separator hr {
  display: none;
}
.section-accordion .section-inside {
  margin-top: 50px;
  color: #5e5e5e;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside {
    margin-top: 60px;
  }
}
.section-accordion .section-inside .heading {
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .heading {
    font-size: 1.25rem;
  }
}
.section-accordion .section-inside .note {
  width: 85%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .note {
    width: 64.5833333333%;
    margin: 40px auto 0;
  }
}
.section-accordion .section-inside .note .text-std {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .note .text-std {
    font-size: 1rem;
  }
}
.section-accordion .section-inside .box-radius {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-accordion .section-inside .box-radius.has-text {
  display: block;
}
.section-accordion .section-inside .box-radius .hgroup .heading {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-radius .hgroup .heading {
    font-size: 1rem;
  }
}
.section-accordion .section-inside .box-radius .text-std {
  width: 92.6923076923%;
  margin: 12px auto 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-radius .text-std {
    width: 86%;
    margin: 20px auto 0;
    font-size: 1rem;
  }
}
.section-accordion .section-inside .box-radius.tall-1 {
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-radius.tall-1 {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-radius.tall-1 .hgroup .heading {
    line-height: 1.4;
  }
}
.section-accordion .section-inside .box-radius.tall-2 {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-radius.tall-2 {
    padding: 40px 0;
  }
}
.section-accordion .section-inside .box-radius + .box-radius {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-radius + .box-radius {
    margin-top: 0;
  }
}
.section-accordion .section-inside .box-group {
  width: 92.8571428571%;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group {
    width: 95.8333333333%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group.col-3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group.col-3 .box-radius {
    width: 32.6086956522%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.section-accordion .section-inside .box-group.col-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group.col-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.section-accordion .section-inside .box-group.col-5 .box-radius {
  width: 30%;
  margin: 0 0 10px;
}
.section-accordion .section-inside .box-group.col-5 .box-radius:nth-of-type(2) {
  margin: 0 10px 10px;
}
.section-accordion .section-inside .box-group.col-5 .box-radius:nth-of-type(n+4) {
  margin: 0 5px 0;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group.col-5 .box-radius {
    width: 18.6956521739%;
    margin: 0;
  }
  .section-accordion .section-inside .box-group.col-5 .box-radius:nth-of-type(2) {
    margin: 0;
  }
  .section-accordion .section-inside .box-group.col-5 .box-radius:nth-of-type(n+4) {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group.col-10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside .box-group.col-10 .box-radius {
    width: 18.6956521739%;
    min-height: 100px;
    padding: 10px 0.5em;
  }
  .section-accordion .section-inside .box-group.col-10 .box-radius:nth-of-type(n+6) {
    margin: 10px 0 0;
  }
}
.section-accordion .section-inside.section-last {
  border-bottom: 2px solid #5e5e5e;
}
.section-accordion .section-inside.section-last .arrow {
  text-align: center;
}
.section-accordion .section-inside.section-last .arrow img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside.section-last .arrow img {
    width: 100px;
  }
}
.section-accordion .section-inside.section-last .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  margin: 24px auto 72px;
  border-radius: 100%;
  background: #ffffff;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .section-accordion .section-inside.section-last .heading {
    font-size: 1.375rem;
    width: 150px;
    height: 150px;
    margin: 24px auto 156px;
  }
}

.home .introduction {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .home .introduction {
    margin-top: 54px;
  }
}
.home .introduction .hgroup {
  text-align: center;
}
.home .introduction .hgroup .figure {
  max-width: 560px;
  width: 87.5%;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .home .introduction .hgroup .figure {
    max-width: 515px;
    width: auto;
    margin-top: 36px;
  }
}
.home .introduction .description {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .home .introduction .description {
    margin-top: 46px;
  }
}
.home .introduction .description .heading-large {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .home .introduction .description .heading-large {
    font-size: 1.75rem;
  }
}
.home .introduction .description .text-std {
  width: 81.25%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .home .introduction .description .text-std {
    max-width: 620px;
    margin-top: 54px;
    font-size: 1.25rem;
  }
}
.home .introduction .description .figure {
  max-width: 640px;
  margin: 52px auto 0;
}
@media screen and (min-width: 768px) {
  .home .introduction .description .figure {
    max-width: 960px;
    margin: 95px auto 0;
  }
}
.home section {
  width: 87.5%;
  margin-top: 78px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .home section {
    max-width: 960px;
    width: 70.2781844802%;
    margin-top: 180px;
  }
}
.home section .figure {
  margin-top: 54px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home section .figure {
    margin-top: 54px;
  }
}
.home section .description {
  width: 85.7142857143%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .home section .description {
    margin-top: 50px;
    width: 79.1666666667%;
  }
}
.home section .description .text-std {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .home section .description .text-std {
    font-size: 1.125rem;
  }
}
.home section .button {
  margin-top: 30px;
  margin-bottom: 44px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home section .button {
    margin-top: 30px;
    margin-bottom: 66px;
  }
}
.home section .button .text-link .text {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .home section .button .text-link .text {
    font-size: 1.375rem;
  }
}
.home section .link-list {
  margin: 42px auto 68px;
}
.home section .link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.home section .link-list ul::before {
  content: "";
  width: 85.7142857143%;
  height: 1px;
  margin: 0 auto 46px;
  background-color: #eb5e00;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul::before {
    width: 79.1666666667%;
    height: 2px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 768px) {
  .home section .link-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 850px;
    width: 88.5416666667%;
    margin: 0 auto;
  }
}
.home section .link-list ul li {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul li {
    max-width: 240px;
    min-width: 240px;
    width: 28.2352941176%;
    margin: 0 auto 70px;
  }
}
.home section .link-list ul li + li {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul li + li {
    margin-top: 0;
  }
}
.home section .link-list ul li .text-link {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.home section .link-list ul li .text-link .content {
  flex-direction: column;
  position: absolute;
  bottom: 13px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul li .text-link .content {
    overflow: visible;
    bottom: 17px;
    width: 120%;
    margin-left: -10%;
  }
}
.home section .link-list ul li .text-link .text {
  display: block;
  font-size: 24px;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul li .text-link .text {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.home section .link-list ul li .text-link .image {
  max-width: 200px;
  width: 64.2857142857%;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul li .text-link .image {
    max-width: 100%;
    width: 100%;
  }
}
.home section .link-list ul li .text-link.has-arrow .content::after {
  display: block;
  position: relative;
  margin: 22px auto 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home section .link-list ul li .text-link.has-arrow .content::after {
    margin: 34px auto 0;
  }
}
.home section + section {
  margin-top: 42px;
  margin-bottom: 78px;
}
@media screen and (min-width: 768px) {
  .home section + section {
    margin-top: 104px;
    margin-bottom: 120px;
  }
}
.home section:nth-of-type(1) .figure img {
  width: 221px;
}
@media screen and (min-width: 768px) {
  .home section:nth-of-type(1) .figure img {
    width: 293px;
  }
}
.home section:nth-of-type(2) .figure img {
  width: 210px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .home section:nth-of-type(2) .figure img {
    width: 253px;
  }
}

.donnatokoro .block-solid {
  width: 93.75%;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  background: #e5e5e5;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid {
    max-width: 960px;
    width: 70.2781844802%;
    margin-top: 68px;
    padding: 40px 0;
  }
}
.donnatokoro .block-solid > .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid > .heading {
    font-size: 1.5rem;
    font-size: min(rem(24), 30px);
  }
}
.donnatokoro .block-solid .fluid-columns {
  display: block;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid .fluid-columns {
    display: flex;
    align-items: stretch;
    width: 91.6666666667%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid .fluid-columns .column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 44.3181818182%;
  }
  .donnatokoro .block-solid .fluid-columns .column:nth-of-type(1) {
    width: 51.1363636364%;
  }
  .donnatokoro .block-solid .fluid-columns .column:nth-of-type(1) .box-group {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .donnatokoro .block-solid .fluid-columns .column:nth-of-type(1) .box-group {
    margin: 36px auto 0;
    width: 82.2222222222%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .donnatokoro .block-solid .fluid-columns .column:nth-of-type(1) .note {
    width: 82.2222222222%;
  }
}
.donnatokoro .block-solid section {
  width: 86.6666666667%;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .section-header .heading {
    padding: 14px 0;
    font-size: 24px;
    font-size: min(rem(24), 26px);
  }
}
.donnatokoro .block-solid section .figure {
  text-align: center;
}
.donnatokoro .block-solid section + section {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section + section {
    margin-top: 30px;
  }
}
.donnatokoro .block-solid section .content-header {
  margin-bottom: 16px;
  width: 84.6153846154%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .content-header {
    width: 79.4871794872%;
    margin-bottom: 26px;
  }
}
.donnatokoro .block-solid section .content-header > .hgroup {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .content-header > .hgroup {
    text-align: left;
    padding-right: 0.5em;
  }
}
.donnatokoro .block-solid section .content-header > .hgroup .heading {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .content-header > .hgroup .heading {
    font-size: 1.25rem;
  }
}
.donnatokoro .block-solid section .content-header > .hgroup .caption {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .content-header > .hgroup .caption {
    font-size: 1rem;
  }
}
.donnatokoro .block-solid section .content-header.has-figure {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .content-header.has-figure {
    flex-direction: row;
  }
}
.donnatokoro .block-solid section .section-content {
  padding-top: 23px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.donnatokoro .block-solid section .box-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 84.6153846154%;
  margin: 0 auto 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group {
    width: 79.4871794872%;
  }
}
.donnatokoro .block-solid section .box-group .box-radius {
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius {
    padding: 32px 0;
  }
}
.donnatokoro .block-solid section .box-group .box-radius .hgroup {
  text-align: center;
}
.donnatokoro .block-solid section .box-group .box-radius .hgroup .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius .hgroup .heading {
    font-size: 1.125rem;
    padding: 0 0.5em;
  }
}
.donnatokoro .block-solid section .box-group .box-radius .hgroup .caption {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius .hgroup .caption {
    font-size: 1rem;
  }
}
.donnatokoro .block-solid section .box-group .box-radius + .box-radius {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius + .box-radius {
    margin-top: 10px;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.size-2 {
  width: 47.7272727273%;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.size-2 {
    width: 48.6486486486%;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.size-2 .heading {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.size-2 .heading {
    font-size: 1.125rem;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.tall-1 {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.tall-1 {
    padding: 8px 0;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.tall-1 .heading {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.tall-1 .heading {
    font-size: 1.125rem;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.tall-2 {
  padding: 13px 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.tall-2 {
    padding: 16px 0;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.tall-2 .heading {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.tall-2 .heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.has-figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .box-group .box-radius.has-figure > * {
    width: 55%;
  }
}
.donnatokoro .block-solid section .box-group .box-radius.has-figure > * .heading {
  padding: 0;
}
.donnatokoro .block-solid section .note {
  width: 84.6153846154%;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .note {
    width: 79.4871794872%;
    margin: 24px auto 0;
  }
}
.donnatokoro .block-solid section .note .text-std {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .note .text-std {
    font-size: 1rem;
  }
}
.donnatokoro .block-solid section .note.has-figure {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .donnatokoro .block-solid section .note.has-figure {
    display: block;
    flex-direction: row;
  }
}
.donnatokoro .section-std {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .donnatokoro .section-std {
    margin-top: 200px;
    margin-bottom: 106px;
  }
}
@media screen and (min-width: 768px) {
  .donnatokoro .section-std .section-header .hgroup {
    width: 70.8333333333%;
  }
}
.donnatokoro .section-std .section-header .hgroup .heading-large::after {
  display: block;
  content: "";
  width: 141px;
  height: 106.5px;
  margin-left: auto;
  margin-bottom: 40px;
  background: url(../../images/donna/figure_4.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .donnatokoro .section-std .section-header .hgroup .heading-large::after {
    display: none;
  }
}
.donnatokoro .section-std .section-header .figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .donnatokoro .section-std .section-header .figure {
    display: block;
  }
}
.donnatokoro #figure-1 {
  max-width: 160px;
  width: 56.8181818182%;
  margin: 0 auto 16px;
}
@media screen and (min-width: 768px) {
  .donnatokoro #figure-1 {
    max-width: 142px;
    width: auto;
    margin: 0 0 0 auto;
  }
}
.donnatokoro #figure-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .donnatokoro #figure-2 {
    display: block;
    max-width: 124px;
    width: auto;
    margin: 0 0 0 0;
  }
}
.donnatokoro #figure-3 {
  max-width: 120px;
  width: 47.0454545455%;
  margin: 0 auto 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .donnatokoro #figure-3 {
    max-width: 123px;
    width: auto;
    margin: 0 0 0 auto;
    display: block;
  }
}
.donnatokoro #figure-4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .donnatokoro #figure-4 {
    display: block;
    max-width: 30%;
    width: 232px;
    margin: 0 0 0 auto;
  }
}
.donnatokoro #figure-5 {
  max-width: 93.5px;
  margin: 70px 0 0 40px;
}
@media screen and (min-width: 768px) {
  .donnatokoro #figure-5 {
    max-width: 152px;
    width: auto;
    margin: 93px 0 0 146px;
  }
}

.daizinisiteirukotoha .main-header .hero-std .image {
  max-width: 220px;
  margin: -45px auto 30px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .main-header .hero-std .image {
    max-width: 100%;
    margin: 0;
  }
}
.daizinisiteirukotoha .main-header .hero-std .image img {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .main-header .hero-std .image img {
    padding: 0;
  }
}
.daizinisiteirukotoha .section-std {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std {
    margin-top: 140px;
    margin-bottom: 106px;
  }
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std .section-header .hgroup {
    width: 70.8333333333%;
  }
}
.daizinisiteirukotoha .section-std .section-header .hgroup .heading-large {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std .section-header .hgroup .heading-large {
    text-align: left;
  }
}
.daizinisiteirukotoha .section-std .section-header .figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std .section-header .figure {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std > .section-content .box-radius .section-content .content-header .hgroup .heading {
    text-align: left;
  }
}
.daizinisiteirukotoha .section-std > .section-content .box-radius .section-content .content-header .hgroup .heading.alignment {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std > .section-content .box-radius .section-content .content-header .hgroup .heading.alignment {
    margin-left: 0;
  }
}
.daizinisiteirukotoha .section-std > .section-content .box-radius .section-content .content-header .hgroup .heading .left-alignment {
  margin-left: -3.3rem;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-std > .section-content .box-radius .section-content .content-header .hgroup .heading .left-alignment {
    margin-left: 0;
  }
}
.daizinisiteirukotoha .section-toc {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc {
    margin-top: 270px;
    margin-bottom: 170px;
  }
}
.daizinisiteirukotoha .section-toc > .section-header {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 260px;
  padding: 13px 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc > .section-header {
    margin-bottom: 100px;
    padding: 30px 0;
  }
}
.daizinisiteirukotoha .section-toc > .section-header .hgroup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc > .section-header .hgroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 960px;
    width: 100%;
    width: 70.2781844802%;
    margin: 0 auto;
  }
}
.daizinisiteirukotoha .section-toc > .section-header .hgroup .heading-large {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc > .section-header .hgroup .heading-large {
    font-size: 28px;
    font-size: min(rem(28), 30px);
    text-align: left;
  }
}
.daizinisiteirukotoha .section-toc > .section-header .hgroup .figure {
  position: absolute;
  top: 100px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc > .section-header .hgroup .figure {
    top: -5vw;
    right: 0;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1020px;
    margin: 0 auto;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column {
  padding: 0 0 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column {
    display: flex;
    flex-wrap: wrap;
    width: 29.4117647059%;
    padding: 0;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column + .column {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column + .column {
    margin-top: 0;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .image {
  display: none;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .image {
    display: none;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .text-group {
  position: relative;
  padding-top: 160px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .text-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 300px;
    padding-top: 0;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .text-group .heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .text-group .heading {
    font-size: 1.5rem;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .text-group .text-std {
  width: 75%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column .item-content .text-group .text-std {
    margin-top: 60px;
    width: auto;
    font-size: 1.125rem;
    font-size: min(rem(18), 20px);
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-1 {
  background-image: url(../../common/images/link_daizi_1_alt_mobile.png);
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-1 {
    max-width: auto;
    background-image: url(../../common/images/link_daizi_1_alt_desktop.png);
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-2 {
  background-image: url(../../common/images/link_daizi_2_alt_mobile.png);
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-2 {
    max-width: auto;
    background-image: url(../../common/images/link_daizi_2_alt_desktop.png);
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-2 .item-content .text-group {
  padding-top: 230px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-2 .item-content .text-group {
    padding-top: 0;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-3 {
  background-image: url(../../common/images/link_daizi_3_alt_mobile.png);
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .column.daizi-3 {
    max-width: auto;
    background-image: url(../../common/images/link_daizi_3_alt_desktop.png);
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .button {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .button {
    align-self: flex-end;
    width: 100%;
    margin-top: 46px;
  }
}
.daizinisiteirukotoha .section-toc .section-content .fluid-columns .button .text-link {
  display: block;
  width: 100%;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .section-toc .section-content .fluid-columns .button .text-link {
    font-size: 22px;
    font-size: min(rem(22), 26px);
  }
}
.daizinisiteirukotoha .next-page {
  margin-top: -50px;
  margin-bottom: 128px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page {
    margin-top: 0;
    margin-bottom: 160px;
  }
}
.daizinisiteirukotoha .next-page p {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p {
    max-width: 410px;
    min-width: 410px;
    width: 48.2352941176%;
    margin: 0 auto 70px;
  }
}
.daizinisiteirukotoha .next-page p .text-link {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.daizinisiteirukotoha .next-page p .text-link .content {
  flex-direction: column;
  position: absolute;
  bottom: 13px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p .text-link .content {
    top: 280px;
  }
}
.daizinisiteirukotoha .next-page p .text-link .text {
  display: block;
  font-size: 26px;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p .text-link .text {
    font-size: 34px;
    letter-spacing: 0.1em;
  }
}
.daizinisiteirukotoha .next-page p .text-link .image {
  max-width: 220px;
  width: 64.2857142857%;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p .text-link .image {
    max-width: 100%;
    width: 100%;
  }
}
.daizinisiteirukotoha .next-page p .text-link.has-arrow .content::after {
  display: block;
  position: relative;
  margin: 18px auto 4px;
  z-index: 2;
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p .text-link.has-arrow .content::after {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p.daizi-2 .text-link .content {
    top: 280px;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p.daizi-2 .text-link.has-arrow .content::after {
    margin: 80px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p.daizi-3 .text-link .content {
    top: 180px;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha .next-page p.daizi-3 .text-link.has-arrow .content::after {
    margin: 80px auto 0;
  }
}
.daizinisiteirukotoha.index #section-1 .hgroup .heading-large::after {
  display: block;
  content: "";
  width: 165px;
  height: 148px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background: url(../../images/daizi/figure_1.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.index #section-1 .hgroup .heading-large::after {
    display: none;
  }
}
.daizinisiteirukotoha.index #section-2 .hgroup .heading-large::after {
  display: block;
  content: "";
  width: 260px;
  height: 110px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background: url(../../images/daizi/figure_2.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.index #section-2 .hgroup .heading-large::after {
    display: none;
  }
}
.daizinisiteirukotoha.index #figure-1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.index #figure-1 {
    display: block;
    max-width: 216px;
    width: auto;
    margin: 0 0 0 0;
  }
}
.daizinisiteirukotoha.index #figure-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.index #figure-2 {
    display: block;
    max-width: 348px;
    width: auto;
    margin: 0 0 0 0;
  }
}
.daizinisiteirukotoha.index #figure-3 {
  max-width: 220px;
  width: 87.0454545455%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.index #figure-3 {
    max-width: 350px;
    width: 36.4583333333%;
    margin: 0 0 0 0;
  }
}
.daizinisiteirukotoha.page-1 .figure-id-1 {
  max-width: 80px;
  margin: 24px auto 27px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-1 .figure-id-1 {
    max-width: 100%;
    min-width: 117px;
    margin: 0 0 0 60px;
  }
}
.daizinisiteirukotoha.page-1 .figure-id-2 {
  max-width: 191px;
  margin: 24px auto 27px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-1 .figure-id-2 {
    max-width: 100%;
    min-width: 210px;
    margin: 0 0 0 40px;
  }
}
.daizinisiteirukotoha.page-2 #section-1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-2 #section-1 {
    margin-bottom: 0;
  }
}
.daizinisiteirukotoha.page-2 #section-1 .gallery {
  margin-bottom: 180px;
}
.daizinisiteirukotoha.page-2 .figure-id-1 {
  max-width: 134px;
  margin: 24px auto 27px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-2 .figure-id-1 {
    max-width: 100%;
    min-width: 117px;
    margin: 0 0 0 60px;
  }
}
.daizinisiteirukotoha.page-2 .figure-id-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-2 .figure-id-2 {
    display: block;
    max-width: 960px;
    margin: 0 auto 60px;
  }
  .daizinisiteirukotoha.page-2 .figure-id-2 img {
    width: 277px;
    margin: 0 0 0 180px;
  }
}
.daizinisiteirukotoha.page-2 .figure-id-3 {
  max-width: 180px;
  margin: 24px auto 27px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-2 .figure-id-3 {
    max-width: 100%;
    min-width: 210px;
    margin: 0 0 0 40px;
  }
}
.daizinisiteirukotoha.page-3 .figure-id-1 {
  max-width: 190px;
  margin: 24px auto 27px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-3 .figure-id-1 {
    max-width: 100%;
    min-width: 215px;
    margin: 0 0 0 40px;
  }
}
.daizinisiteirukotoha.page-3 .figure-id-2 {
  max-width: 150px;
  margin: 24px auto 27px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .daizinisiteirukotoha.page-3 .figure-id-2 {
    max-width: 100%;
    min-width: 180px;
    margin: 0 0 0 60px;
  }
}

.about .about-header {
  width: 82%;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about .about-header {
    max-width: 620px;
    margin-top: 104px;
  }
}
.about .about-header .heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .about .about-header .heading {
    font-size: 1.375rem;
  }
}
.about .about-content {
  width: 82%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .about .about-content {
    max-width: 620px;
    margin-top: 74px;
    margin-bottom: 120px;
  }
}
.about .about-content .text-std {
  font-size: 1.125rem;
  text-align: justify;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .about .about-content .text-std {
    font-size: 1.125rem;
  }
}
.about .about-content .note {
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .about .about-content .note {
    font-size: 0.875rem;
  }
}
.about .about-content .note + .text-std {
  margin-top: 1em;
}

/*# sourceMappingURL=style.css.map */
