@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/**
 * 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: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

body {
  color: #111;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media (max-width: 560px) {
    body {
      font-size: 15.5px;
      letter-spacing: .04em; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    body {
      letter-spacing: .06em;
      font-size: 16.5px; } }
  @media (min-width: 1200px) {
    body {
      letter-spacing: .08em;
      font-size: 16.5px; } }

h1, h2, h3, h4, h5, h6, li {
  line-height: 1.6; }

p {
  line-height: 2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

.c-container__little, .c-container__small, .c-container__normal, .c-container__large, .c-container__giant {
  margin-left: auto;
  margin-right: auto; }

.c-container__little {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__little {
      width: 85%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__little {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__little {
      width: 640px; } }

.c-container__small {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__small {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__small {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__small {
      width: 800px; } }

.c-container__normal {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__normal {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__normal {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__normal {
      width: 960px; } }

.c-container__large {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__large {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__large {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__large {
      width: 1080px; } }

.c-container__giant {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__giant {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__giant {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__giant {
      width: 1200px; } }

@media (max-width: 560px) {
  .c-wrapper {
    padding: 24px 0 24px 0; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .c-wrapper {
    padding: 60px 0 60px 0; } }
@media (min-width: 1200px) {
  .c-wrapper {
    padding: 100px 0 100px 0; } }

@media (max-width: 560px) {
  .c-wrapper_single {
    padding: 24px 0 8px 0; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .c-wrapper_single {
    padding: 60px 0 16px 0; } }
@media (min-width: 1200px) {
  .c-wrapper_single {
    padding: 100px 0 24px 0; } }

@font-face {
  font-family: 'common';
  src: url("../fonts/common/common.eot?r1f8cw");
  src: url("../fonts/common/common.eot?r1f8cw#iefix") format("embedded-opentype"), url("../fonts/common/common.ttf?r1f8cw") format("truetype"), url("../fonts/common/common.woff?r1f8cw") format("woff"), url("../fonts/common/common.svg?r1f8cw#common") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'common' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-light:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e903"; }

.icon-arrow-ue:before {
  content: "\e91c"; }

.icon-arrow-left:before {
  content: "\e91b"; }

.icon-arrow-shita:before {
  content: "\e918"; }

.icon-search:before {
  content: "\e913"; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-home:before {
  content: "\e900"; }

/* -------------------------------------- 基本設定 --------------------------------------*/
a {
  text-decoration: none;
  color: #2e2e2e; }
  a:hover {
    text-decoration: none; }

.object-midashi1 {
  text-align: center;
  padding: 80px 0;
  background-color: #019689;
  color: #fff;
  margin-bottom: 80px;
  margin-top: 0;
  border-bottom: 1px solid #f2f2f2; }

.object-midashi2 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 24px;
  margin: 80px 10% 0;
  border-bottom: 1px solid #ddd; }

.center {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.c-wrapper.bg-main, .c-wrapper_single.bg-main {
  background-color: #019689; }
.c-wrapper.bg-gray-ml, .c-wrapper_single.bg-gray-ml {
  background-color: #f2f2f2; }

/* -------------------------------------- ボタン-左揃え --------------------------------------*/
.outline_button a {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px 24px;
  color: #019689;
  text-decoration: none;
  transition: .1s; }
  .outline_button a:hover {
    background: #fafafa; }

.flat_button a {
  display: inline-block;
  background-color: #019689;
  border-radius: 4px;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  transition: .1s; }
  .flat_button a:hover {
    background-color: rgba(1, 150, 137, 0.8); }

.fab input[type="submit"], .fab a {
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  line-height: 60px;
  background-color: #019689;
  border: none;
  color: #FFF;
  font-weight: 500;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .1s; }
  @media (min-width: 1200px) {
    .fab input[type="submit"], .fab a {
      letter-spacing: .08em; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .fab input[type="submit"], .fab a {
      letter-spacing: .08em; } }
  @media (max-width: 560px) {
    .fab input[type="submit"], .fab a {
      letter-spacing: .04em; } }
  .fab input[type="submit"]:hover, .fab a:hover {
    background-color: rgba(1, 150, 137, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
  .fab input[type="submit"]:active, .fab a:active {
    background-color: rgba(1, 150, 137, 0.6);
    outline: none; }

/* -------------------------------------- ボタン-センター揃え --------------------------------------*/
.outline_button_center {
  text-align: center; }
  .outline_button_center a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 16px 24px;
    color: #019689;
    text-decoration: none;
    transition: .1s; }
    .outline_button_center a:hover {
      background: #fafafa; }

.flat_button_center {
  text-align: center; }
  .flat_button_center a {
    display: inline-block;
    background-color: #019689;
    border-radius: 4px;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    transition: .1s; }
    .flat_button_center a:hover {
      background-color: rgba(1, 150, 137, 0.8); }

.fab_center {
  text-align: center; }
  .fab_center input[type="submit"], .fab_center a {
    text-decoration: none;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    line-height: 60px;
    background-color: #019689;
    border: none;
    color: #FFF;
    font-weight: 500;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: .1s; }
    @media (min-width: 1200px) {
      .fab_center input[type="submit"], .fab_center a {
        letter-spacing: .08em; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fab_center input[type="submit"], .fab_center a {
        letter-spacing: .08em; } }
    @media (max-width: 560px) {
      .fab_center input[type="submit"], .fab_center a {
        letter-spacing: .04em; } }
    .fab_center input[type="submit"]:hover, .fab_center a:hover {
      background-color: rgba(1, 150, 137, 0.8);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
    .fab_center input[type="submit"]:active, .fab_center a:active {
      background-color: rgba(1, 150, 137, 0.6);
      outline: none; }

/* -------------------------------------- ボタン-左揃え 白抜き --------------------------------------*/
.outline_button_white a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  transition: .1s; }
  .outline_button_white a:hover {
    background: rgba(255, 255, 255, 0.1); }

.flat_button_white a {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  color: #019689;
  text-decoration: none;
  transition: .1s; }
  .flat_button_white a:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.fab_white input[type="submit"], .fab_white a {
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  line-height: 60px;
  background-color: #fff;
  border: none;
  color: #019689;
  font-weight: 500;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .1s; }
  @media (min-width: 1200px) {
    .fab_white input[type="submit"], .fab_white a {
      letter-spacing: .08em; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .fab_white input[type="submit"], .fab_white a {
      letter-spacing: .08em; } }
  @media (max-width: 560px) {
    .fab_white input[type="submit"], .fab_white a {
      letter-spacing: .04em; } }
  .fab_white input[type="submit"]:hover, .fab_white a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
  .fab_white input[type="submit"]:active, .fab_white a:active {
    background-color: rgba(255, 255, 255, 0.6);
    outline: none; }

/* -------------------------------------- ボタン-センター揃え 白抜き --------------------------------------*/
.outline_button_white_center {
  text-align: center; }
  .outline_button_white_center a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    transition: .1s; }
    .outline_button_white_center a:hover {
      background: rgba(255, 255, 255, 0.1); }

.flat_button_white_center {
  text-align: center; }
  .flat_button_white_center a {
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 16px 24px;
    color: #019689;
    text-decoration: none;
    transition: .1s; }
    .flat_button_white_center a:hover {
      background-color: rgba(255, 255, 255, 0.8); }

.fab_white_center {
  text-align: center; }
  .fab_white_center input[type="submit"], .fab_white_center a {
    text-decoration: none;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fff;
    border: none;
    color: #019689;
    font-weight: 500;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: .1s; }
    @media (min-width: 1200px) {
      .fab_white_center input[type="submit"], .fab_white_center a {
        letter-spacing: .08em; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fab_white_center input[type="submit"], .fab_white_center a {
        letter-spacing: .08em; } }
    @media (max-width: 560px) {
      .fab_white_center input[type="submit"], .fab_white_center a {
        letter-spacing: .04em; } }
    .fab_white_center input[type="submit"]:hover, .fab_white_center a:hover {
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
    .fab_white_center input[type="submit"]:active, .fab_white_center a:active {
      background-color: rgba(255, 255, 255, 0.6);
      outline: none; }

/* -------------------------------------- 特定の要素の下でmargin-top付与 --------------------------------------*/
@media (min-width: 1200px) {
  p + .outline_button, p + .flat_button, p + .fab, p + .outline_button_center, p + .flat_button_center, p + .fab_center, p + .outline_button_white, p + .flat_button_white, p + .fab_white, p + .outline_button_white_center, p + .flat_button_white_center, p + .fab_white_center, ul + .outline_button, ul + .flat_button, ul + .fab, ul + .outline_button_center, ul + .flat_button_center, ul + .fab_center, ul + .outline_button_white, ul + .flat_button_white, ul + .fab_white, ul + .outline_button_white_center, ul + .flat_button_white_center, ol + .fab_white_center, ol + .outline_button, ol + .flat_button, ol + .fab, ol + .outline_button_center, ol + .flat_button_center, ol + .fab_center, ol + .outline_button_white, ol + .flat_button_white, ol + .fab_white, ol + .outline_button_white_center, ol + .flat_button_white_center, ol + .fab_white_center {
    margin-top: 32px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  p + .outline_button, p + .flat_button, p + .fab, p + .outline_button_center, p + .flat_button_center, p + .fab_center, p + .outline_button_white, p + .flat_button_white, p + .fab_white, p + .outline_button_white_center, p + .flat_button_white_center, p + .fab_white_center, ul + .outline_button, ul + .flat_button, ul + .fab, ul + .outline_button_center, ul + .flat_button_center, ul + .fab_center, ul + .outline_button_white, ul + .flat_button_white, ul + .fab_white, ul + .outline_button_white_center, ul + .flat_button_white_center, ol + .fab_white_center, ol + .outline_button, ol + .flat_button, ol + .fab, ol + .outline_button_center, ol + .flat_button_center, ol + .fab_center, ol + .outline_button_white, ol + .flat_button_white, ol + .fab_white, ol + .outline_button_white_center, ol + .flat_button_white_center, ol + .fab_white_center {
    margin-top: 24px; } }
@media (max-width: 560px) {
  p + .outline_button, p + .flat_button, p + .fab, p + .outline_button_center, p + .flat_button_center, p + .fab_center, p + .outline_button_white, p + .flat_button_white, p + .fab_white, p + .outline_button_white_center, p + .flat_button_white_center, p + .fab_white_center, ul + .outline_button, ul + .flat_button, ul + .fab, ul + .outline_button_center, ul + .flat_button_center, ul + .fab_center, ul + .outline_button_white, ul + .flat_button_white, ul + .fab_white, ul + .outline_button_white_center, ul + .flat_button_white_center, ol + .fab_white_center, ol + .outline_button, ol + .flat_button, ol + .fab, ol + .outline_button_center, ol + .flat_button_center, ol + .fab_center, ol + .outline_button_white, ol + .flat_button_white, ol + .fab_white, ol + .outline_button_white_center, ol + .flat_button_white_center, ol + .fab_white_center {
    margin-top: 16px; } }

/* -------------------------------------- カード --------------------------------------*/
.card-blog-layout {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  @media (max-width: 560px) {
    .card-blog-layout {
      flex-direction: column;
      margin-top: 16px; } }

.card-blog {
  display: flex;
  background-color: #FFF;
  margin-right: 24px;
  border-radius: 3px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .card-blog {
      margin-right: 8px; } }
  @media (max-width: 560px) {
    .card-blog {
      margin-bottom: 24px;
      margin-right: 0; } }
  .card-blog:last-child {
    margin-right: 0; }
  .card-blog img {
    width: 100%; }
  .card-blog a {
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: .2s ease-out; }
  .card-blog:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
    transition: .2s ease-out; }

/*カードのテキスト */
.card-blog_txt {
  padding: 20px 20px 28px; }
  @media (max-width: 560px) {
    .card-blog_txt .card_txt {
      padding: 12px 12px 20px; } }

.card-blog_txt h3 {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: bold; }
  @media (max-width: 560px) {
    .card-blog_txt h3 .card-blog_txt {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.6;
      margin-bottom: 12px; } }

.card-blog-category {
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #019689;
  font-weight: 500;
  transition: .1s; }
  .card-blog-category i {
    color: #019689;
    font-size: 12px;
    letter-spacing: 0; }

.card-blog-tag, .card-blog-date {
  display: inline-block;
  line-height: 1;
  color: #999;
  margin-top: 0;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 4px; }
  .card-blog-tag i, .card-blog-date i {
    color: #999;
    font-size: 12px;
    letter-spacing: 0; }
  .card-blog-tag a, .card-blog-date a {
    color: #019689;
    transition: .1s; }
    .card-blog-tag a:hover, .card-blog-date a:hover {
      opacity: .7;
      transition: .1s; }

/* -------------------------------------- アコーディオン --------------------------------------*/
.accordion-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.accordion li:first-child {
  border-top: 1px solid #ddd; }
.accordion p {
  cursor: pointer;
  padding: 16px 8px;
  margin: 0; }
.accordion .inner {
  display: none; }
.accordion .inner.open {
  display: block; }
.accordion .closeic {
  position: relative;
  padding: 24px 32px 24px 16px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .accordion .closeic {
      padding: 16px 32px 16px 8px; } }
  @media (max-width: 560px) {
    .accordion .closeic {
      padding: 16px 32px 16px 8px; } }
  .accordion .closeic:after {
    content: "ー";
    speak: none;
    color: #999;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 50%;
    margin-top: -12.5px;
    background-color: #f2f2f2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 24px;
    display: block;
    text-align: center;
    letter-spacing: 0; }
.accordion .openic {
  position: relative;
  padding: 24px 32px 24px 16px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .accordion .openic {
      padding: 16px 32px 16px 8px; } }
  @media (max-width: 560px) {
    .accordion .openic {
      padding: 16px 32px 16px 8px; } }
  .accordion .openic:after {
    content: "＋";
    speak: none;
    color: #999;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
    background-color: #f2f2f2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    display: block;
    text-align: center;
    letter-spacing: 0; }

.accordion-text {
  margin: 0;
  border-bottom: 1px solid #ddd; }

.accordion-innertext {
  margin: 0;
  padding-left: 16px;
  padding-roght: 16px;
  background-color: #f2f2f2; }

/* -------------------------------------- テーブル --------------------------------------*/
.table {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  @media (max-width: 560px) {
    .table {
      margin-top: 24px; } }
  .table .tr {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5%;
    background-color: #fff;
    flex-wrap: nowrap; }
    .table .tr dt {
      font-weight: 500;
      line-height: 1.6; }
    .table .tr dd p {
      line-height: 1.6; }
      .table .tr dd p:first-child {
        margin-top: 0; }
    .table .tr dd ul:first-child, .table .tr dd ol:first-child {
      margin-top: 0; }
    @media (max-width: 560px) {
      .table .tr {
        flex-wrap: wrap; }
        .table .tr dt {
          font-weight: 500;
          width: 100%;
          margin-bottom: 16px; }
          .table .tr dt p {
            margin-bottom: 24px; }
        .table .tr dd {
          width: 100%;
          margin-bottom: 8px;
          margin-left: 5%; } }

/* -------------------------------------- リストチェック --------------------------------------*/
.check {
  list-style: none; }
  .check li {
    margin-bottom: 8px;
    text-indent: -1.5em;
    padding-left: 0; }
    .check li:before {
      content: '';
      display: inline-block;
      width: .5em;
      height: 1em;
      border-radius: 0;
      transform: rotate(45deg);
      background: transparent;
      border-right: 1.5px solid #019689;
      border-bottom: 1.5px solid #019689;
      margin-right: 1.2em; }

/* -------------------------------------- マーカー --------------------------------------*/
.marker {
  background: linear-gradient(transparent 50%, #e5f4f3 50%);
  font-weight: 500; }

/* -------------------------------------- パンくず --------------------------------------*/
.pankuzu .pankuzu-item {
  display: inline-block; }
  @media (max-width: 560px) {
    .pankuzu .pankuzu-item {
      font-size: 13px; } }
  .pankuzu .pankuzu-item a {
    text-decoration: none;
    color: #019689;
    transition: .2s ease-out; }
    .pankuzu .pankuzu-item a:hover {
      opacity: .7;
      transition: .2s ease-out; }
  .pankuzu .pankuzu-item:after {
    content: '\e907';
    font-family: 'common';
    color: #ddd;
    margin: 0 8px;
    pointer-events: none; }

/* -------------------------------------- 検索ボックス --------------------------------------*/
.search {
  height: 48px;
  background: transparent;
  position: relative; }

.search input[type="text"] {
  border: none;
  display: block;
  padding: 0 20px;
  font-size: 16.5px;
  height: 48px;
  line-height: 48px;
  letter-spacing: .08em;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-out; }

.search input[type="text"]:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-out;
  outline: none; }

.search button[type="submit"] {
  border: none;
  display: block;
  width: 48px;
  line-height: 48px;
  font-size: 16.5px;
  letter-spacing: 0em;
  background: transparent;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s ease-out; }

.search button[type="submit"]:hover {
  opacity: .7;
  transition: .2s ease-out; }

/* -------------------------------------- テキストリンク --------------------------------------*/
.textlink {
  color: #019689;
  text-decoration: none; }
  .textlink:hover {
    opacity: .7;
    transition: .2s ease-out; }

#form-body {
  /*ヘッダーの高さ*/
  /*白い部分*/ }
  @media (min-width: 1200px) {
    #form-body {
      background: #fafafa;
      padding: 0 0 100px; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    #form-body {
      background: #FFF;
      padding: 0; } }
  @media (max-width: 560px) {
    #form-body {
      background: #FFF;
      padding: 0; } }
  @media (min-width: 1200px) {
    #form-body #form-header_height {
      height: 80px; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    #form-body #form-header_height {
      height: 80px; } }
  @media (max-width: 560px) {
    #form-body #form-header_height {
      height: 60px; } }
  #form-body #form-wrap {
    background: #FFF; }
    @media (min-width: 1200px) {
      #form-body #form-wrap {
        padding: 48px 60px 80px;
        margin-top: 40px; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      #form-body #form-wrap {
        padding: 40px 60px 80px; } }
    @media (max-width: 560px) {
      #form-body #form-wrap {
        padding: 24px 5% 60px; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      #form-body #form-wrap br {
        display: none; } }
    @media (max-width: 560px) {
      #form-body #form-wrap br {
        display: none; } }
    #form-body #form-wrap #form-lead {
      border-bottom: 1px solid #ddd; }
      @media (min-width: 1200px) {
        #form-body #form-wrap #form-lead {
          padding: 32px 0; } }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body #form-wrap #form-lead {
          padding: 24px 0; } }
      @media (max-width: 560px) {
        #form-body #form-wrap #form-lead {
          padding: 16px 0; } }
      #form-body #form-wrap #form-lead h1 {
        text-align: center; }
        @media (max-width: 560px) {
          #form-body #form-wrap #form-lead h1 {
            font-size: 28px; } }
      @media (min-width: 1200px) {
        #form-body #form-wrap #form-lead p {
          text-align: center; } }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body #form-wrap #form-lead p {
          text-align: left; } }
      @media (max-width: 560px) {
        #form-body #form-wrap #form-lead p {
          text-align: left; } }
    #form-body #form-wrap .form-item {
      display: flex;
      margin-top: 32px; }
      @media (min-width: 1200px) {
        #form-body #form-wrap .form-item {
          justify-content: space-between;
          align-items: center; } }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body #form-wrap .form-item {
          flex-wrap: wrap; } }
      @media (max-width: 560px) {
        #form-body #form-wrap .form-item {
          flex-wrap: wrap; } }
      @media (min-width: 1200px) {
        #form-body #form-wrap .form-item .form-item-title {
          width: 25%; } }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body #form-wrap .form-item .form-item-title {
          width: 100%; } }
      @media (max-width: 560px) {
        #form-body #form-wrap .form-item .form-item-title {
          width: 100%; } }
      #form-body #form-wrap .form-item .form-item-title h3 {
        margin: 0;
        padding: 0;
        font-size: 18px; }
        #form-body #form-wrap .form-item .form-item-title h3 .form-item-title-text {
          margin-right: 8px; }
        #form-body #form-wrap .form-item .form-item-title h3 .form-item-required {
          background: #999;
          color: #FFF;
          font-size: 13px;
          font-weight: 500;
          display: inline-block;
          padding: 4px 8px 6px;
          line-height: 1;
          margin: 0; }
      #form-body #form-wrap .form-item .form-item-title .form-item-title-description {
        font-size: 14px;
        line-height: 1.6; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          #form-body #form-wrap .form-item .form-item-title .form-item-title-description {
            margin-top: 4px; } }
        @media (max-width: 560px) {
          #form-body #form-wrap .form-item .form-item-title .form-item-title-description {
            margin-top: 4px; } }
      @media (min-width: 1200px) {
        #form-body #form-wrap .form-item .form-item-contents {
          width: 70%; } }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body #form-wrap .form-item .form-item-contents {
          width: 100%; } }
      @media (max-width: 560px) {
        #form-body #form-wrap .form-item .form-item-contents {
          width: 100%; } }
  #form-body .form-text input[type="text"], #form-body .form-text input[type="tel"], #form-body .form-text input[type="email"], #form-body .form-text textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 16px 10px;
    line-height: 2; }
    @media (min-width: 1200px) {
      #form-body .form-text input[type="text"], #form-body .form-text input[type="tel"], #form-body .form-text input[type="email"], #form-body .form-text textarea {
        letter-spacing: .08em; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      #form-body .form-text input[type="text"], #form-body .form-text input[type="tel"], #form-body .form-text input[type="email"], #form-body .form-text textarea {
        letter-spacing: .08em; } }
    @media (max-width: 560px) {
      #form-body .form-text input[type="text"], #form-body .form-text input[type="tel"], #form-body .form-text input[type="email"], #form-body .form-text textarea {
        letter-spacing: .04em; } }
    #form-body .form-text input[type="text"]:hover, #form-body .form-text input[type="tel"]:hover, #form-body .form-text input[type="email"]:hover, #form-body .form-text textarea:hover {
      border: 1px solid #111; }
    #form-body .form-text input[type="text"]:focus, #form-body .form-text input[type="tel"]:focus, #form-body .form-text input[type="email"]:focus, #form-body .form-text textarea:focus {
      box-sizing: border-box;
      outline: none !important;
      border: 2px solid #019689;
      padding: 15px 15px 9px; }
    #form-body .form-text input[type="text"].wpcf7-not-valid, #form-body .form-text input[type="tel"].wpcf7-not-valid, #form-body .form-text input[type="email"].wpcf7-not-valid, #form-body .form-text textarea.wpcf7-not-valid {
      border: 1px solid #e83f52; }
      #form-body .form-text input[type="text"].wpcf7-not-valid:focus, #form-body .form-text input[type="tel"].wpcf7-not-valid:focus, #form-body .form-text input[type="email"].wpcf7-not-valid:focus, #form-body .form-text textarea.wpcf7-not-valid:focus {
        box-sizing: border-box;
        outline: none !important;
        border: 2px solid #e83f52;
        padding: 15px 15px 9px; }
      #form-body .form-text input[type="text"].wpcf7-not-valid::placeholder, #form-body .form-text input[type="tel"].wpcf7-not-valid::placeholder, #form-body .form-text input[type="email"].wpcf7-not-valid::placeholder, #form-body .form-text textarea.wpcf7-not-valid::placeholder {
        color: rgba(232, 63, 82, 0.5); }
      #form-body .form-text input[type="text"].wpcf7-not-valid:-ms-input-placeholder, #form-body .form-text input[type="tel"].wpcf7-not-valid:-ms-input-placeholder, #form-body .form-text input[type="email"].wpcf7-not-valid:-ms-input-placeholder, #form-body .form-text textarea.wpcf7-not-valid:-ms-input-placeholder {
        color: rgba(232, 63, 82, 0.5); }
      #form-body .form-text input[type="text"].wpcf7-not-valid::-ms-input-placeholder, #form-body .form-text input[type="tel"].wpcf7-not-valid::-ms-input-placeholder, #form-body .form-text input[type="email"].wpcf7-not-valid::-ms-input-placeholder, #form-body .form-text textarea.wpcf7-not-valid::-ms-input-placeholder {
        color: rgba(232, 63, 82, 0.5); }
  #form-body .form-text textarea {
    height: 240px;
    resize: vertical; }
  #form-body .form-radio .wpcf7-radio {
    display: flex;
    flex-wrap: wrap; }
    #form-body .form-radio .wpcf7-radio .wpcf7-list-item {
      margin-right: 32px; }
  #form-body .form-radio input[type="radio"] {
    display: none; }
    #form-body .form-radio input[type="radio"] + span {
      display: flex;
      align-items: center;
      position: relative;
      cursor: default; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body .form-radio input[type="radio"] + span {
          margin-bottom: 8px; } }
      @media (max-width: 560px) {
        #form-body .form-radio input[type="radio"] + span {
          margin-bottom: 8px; } }
      #form-body .form-radio input[type="radio"] + span:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        border: 2px solid #999;
        border-radius: 50%;
        margin-right: 12px; }
      #form-body .form-radio input[type="radio"] + span:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: transparent;
        transform: scale(0);
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: 5px;
        transition: .1s ease-out; }
    #form-body .form-radio input[type="radio"]:hover + span:before {
      background: rgba(1, 150, 137, 0.1);
      box-shadow: 0 0 0 8px rgba(1, 150, 137, 0.1);
      transition: .2s ease-out; }
    #form-body .form-radio input[type="radio"]:active + span:before {
      background: rgba(1, 150, 137, 0.3);
      box-shadow: 0 0 0 8px rgba(1, 150, 137, 0.1), 0 0 0 8px rgba(1, 150, 137, 0.2);
      transition: .2s ease-out; }
    #form-body .form-radio input[type="radio"]:checked + span:before {
      border: 2px solid #019689; }
    #form-body .form-radio input[type="radio"]:checked + span:after {
      background: #019689;
      transform: scale(1);
      transition: .1s ease-out; }
  #form-body .form-check .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap; }
    #form-body .form-check .wpcf7-checkbox .wpcf7-list-item {
      margin-right: 32px; }
  #form-body .form-check input[type="checkbox"] {
    display: none; }
    #form-body .form-check input[type="checkbox"] + span {
      display: flex;
      align-items: center;
      position: relative;
      cursor: default; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body .form-check input[type="checkbox"] + span {
          margin-bottom: 8px; } }
      @media (max-width: 560px) {
        #form-body .form-check input[type="checkbox"] + span {
          margin-bottom: 8px; } }
      #form-body .form-check input[type="checkbox"] + span:before {
        content: '';
        font-family: 'common';
        display: block;
        width: 16px;
        height: 16px;
        padding: 0;
        line-height: 16px;
        text-align: center;
        border: 2px solid #999;
        border-radius: 3px;
        margin-right: 12px; }
      #form-body .form-check input[type="checkbox"] + span:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: transparent;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 0;
        transition: .1s ease-out; }
    #form-body .form-check input[type="checkbox"]:hover + span:after {
      background: rgba(1, 150, 137, 0.1);
      box-shadow: 0 0 0 8px rgba(1, 150, 137, 0.1);
      transition: .2s ease-out; }
    #form-body .form-check input[type="checkbox"]:active + span:after {
      background: rgba(1, 150, 137, 0.3);
      box-shadow: 0 0 0 8px rgba(1, 150, 137, 0.1), 0 0 0 8px rgba(1, 150, 137, 0.2);
      transition: .2s ease-out; }
    #form-body .form-check input[type="checkbox"]:checked + span:before {
      content: '\e903';
      color: #FFF;
      border: 2px solid #019689;
      background: #019689; }
  #form-body #form-privacy {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center; }
    @media (min-width: 1200px) {
      #form-body #form-privacy {
        margin-top: 56px;
        padding: 24px 0; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      #form-body #form-privacy {
        margin-top: 56px;
        padding: 24px 0; } }
    @media (max-width: 560px) {
      #form-body #form-privacy {
        margin-top: 32px;
        padding: 16px 0; } }
    #form-body #form-privacy h3, #form-body #form-privacy .outline_button {
      text-align: center; }
    #form-body #form-privacy .form-privacy-description {
      text-align: left;
      margin-bottom: 24px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1200px) {
        #form-body #form-privacy .form-privacy-description {
          width: 80%; } }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        #form-body #form-privacy .form-privacy-description {
          width: 90%; } }
    #form-body #form-privacy .form-check .wpcf7-checkbox {
      justify-content: center;
      margin-top: 32px; }
      #form-body #form-privacy .form-check .wpcf7-checkbox .wpcf7-list-item {
        margin-right: 0; }
  #form-body #form-submit {
    margin-top: 40px;
    text-align: center; }
  #form-body .screen-reader-response[role="alert"] {
    text-align: center;
    padding: 16px 0;
    line-height: 1.6; }
    #form-body .screen-reader-response[role="alert"].ng {
      background: #fdebed;
      color: #e83f52; }
    #form-body .screen-reader-response[role="alert"].ok {
      background: #e5f4f3;
      color: #019689; }
    #form-body .screen-reader-response[role="alert"] ul {
      display: none; }
  #form-body .wpcf7-response-output {
    display: none; }
  #form-body .wpcf7-not-valid-tip {
    color: #e83f52;
    padding: 0 16px;
    font-size: 14px;
    margin: 0; }

@page {
  size: A4;
  margin: 0;
  padding: 0; }
html, body {
  height: auto; }
  @media print {
    html, body {
      size: A4;
      margin: 0;
      padding: 0; } }

#form-body.monshin {
  padding-top: 40px;
  box-sizing: border-box;
  margin: 0;
  height: auto; }
  @media print {
    #form-body.monshin {
      size: A4;
      page-break-after: always;
      padding: 10mm 15mm 15mm !important;
      box-sizing: border-box;
      overflow: hidden; } }
  #form-body.monshin #form-wrap {
    margin: 0 auto;
    padding-top: 24px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden; }
    @media print {
      #form-body.monshin #form-wrap {
        padding: 0; } }
    #form-body.monshin #form-wrap .monshin-date {
      text-align: right; }
    #form-body.monshin #form-wrap h1 {
      text-align: center; }
    #form-body.monshin #form-wrap .monshin-outline {
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      box-sizing: border-box;
      height: auto;
      page-break-after: always;
      overflow: hidden; }
      #form-body.monshin #form-wrap .monshin-outline .form-item {
        margin-top: 0;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        box-sizing: border-box;
        align-items: stretch;
        overflow: hidden; }
        #form-body.monshin #form-wrap .monshin-outline .form-item .form-item-title {
          width: 30%;
          padding: 8px;
          box-sizing: border-box;
          border-right: 1px solid #000;
          display: flex;
          align-items: center; }
          #form-body.monshin #form-wrap .monshin-outline .form-item .form-item-title h3 {
            font-size: 16.5px; }
        #form-body.monshin #form-wrap .monshin-outline .form-item .form-item-contents {
          display: flex;
          align-items: center;
          padding: 8px;
          box-sizing: border-box; }
          #form-body.monshin #form-wrap .monshin-outline .form-item .form-item-contents p {
            margin: 0;
            line-height: 1.4; }
