@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */

body {
  margin: 0;
}

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

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 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
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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 size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * 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 iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

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

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

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

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy="true"] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*--------------------------------
  General Setting
---------------------------------*/
* {
  font-family: 'Noto Sans JP', Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
  margin: 0;
}

a {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
}

p {
  margin: 0 0 1rem 0;
}

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

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

table caption {
  font-weight: 700;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

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

.super {
  vertical-align: super;
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------
  共通レイアウト
---------------------------------*/
@media screen and (min-width: 769px) {
  main {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  main {
    margin-top: 60px;
  }
}

HEADER .container{
	  border-bottom: 1px solid #68390e;
	padding-bottom:20px;margin-bottom:0;
}
.container {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

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

@media screen and (min-width: 769px) {
  [class*="col-"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .col-md-1 {
    width: 8.33%;
  }
  .col-md-2 {
    width: 16.66%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-5 {
    width: 41.66%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-8 {
    width: 66.66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-11 {
    width: 91%;
  }
  .col-md-12 {
    width: 100%;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (max-width: 480px) {
  .col-sm-1 {
    width: 8.33%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-5 {
    width: 41.66%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-8 {
    width: 66.66%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-11 {
    width: 91%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .col-inner {
    padding: 0 15px;
  }
}

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

.align-items--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.justify-content--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.pc__hide {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc__hide {
    display: none;
  }
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .p-md-20 {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .p-sm-20 {
    padding: 20px;
  }
}

.home-section__default {
  position: relative;
}

@media screen and (min-width: 769px) {
  .home-section__default {
    padding: 150px 0;
  }
}

@media screen and (max-width: 480px) {
  .home-section__default {
    padding: 80px 10px;
  }
}

.home-section__default.tryangle__beige::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 40px solid #FEFAF5;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

.page-section__default {
  position: relative;
}

@media screen and (min-width: 769px) {
  .page-section__default {
    padding: 150px 0;
  }
}

@media screen and (max-width: 480px) {
  .page-section__default {
    padding: 80px 10px;
  }
}

.page-section__default.tryangle__beige::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-top: 40px solid #FEFAF5;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

.page-section__default .page-section__inner {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .page-section__default .page-section__inner {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  .page-section__default .page-section__inner {
    padding: 40px 10px;
  }
}

/*--------------------------------
  Header
---------------------------------*/
.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .main-header {
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .main-header {
    height: 60px;
  }
}

.header-brand {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .header-brand {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .header-brand {
    padding-left: 5px;
  }
}

.header-brand a {
  color: #000;
}

@media screen and (min-width: 769px) {
  .header-brand a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .header-brand a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.header-brand a span {
  color: #00713B;
  display: block;
}

@media screen and (min-width: 769px) {
  .header-brand a span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .header-brand a span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px) {
  .header-brand img {
    width: 50px;
    height: auto;
    margin-right: 5px;
  }
}

.global-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.global-navigation li {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .global-navigation__main {
    display: none;
    background-color: #fff;
  }
  .global-navigation__main.show {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
  .global-navigation__main li {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 480px) {
  .global-navigation__main li {
    display: block;
  }
}

.global-navigation__main li a {
  color: #000;
}

/*--------------------------------
  Footer
---------------------------------*/
.page__controller {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 40px;
}

.page__controller a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 52px;
  font-size: 28px;
}

.sp-menu__open {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
  margin-bottom: 10px;
  background-color: #fff;
  width: 52px;
  height: 52px;
  position: relative;
}

.sp-menu__open button {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}

.sp-menu__open button i {
  margin-bottom: 10px;
}

.sp-menu__open small {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  width: 100%;
  line-height: 2;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

#page-top {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.18);
}
footer{padding-bottom:20px;}
@media screen and (max-width: 480px) {
  footer {
    padding: 50px 10px 10px 10px;
  }
}

.footer-body {
  border-top: 1px solid #68390e;
  border-bottom: 1px solid #68390e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .footer-body {
    padding: 10px;
  }
}

.footer-brand {
  color: #68390e;
  font-style: italic;
}

.footer-navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .footer-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-navigation li {
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .footer-navigation li {
    width: 100%;
  }
}

.footer-navigation li a {
  font-size: 13px;
  font-size: 0.8125rem;
}

.copylight {
  text-align: center;
  border-top: 1px solid #999999;
}

@media screen and (min-width: 769px) {
  .copylight {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 30px 0;
    margin-top: 170px;
  }
}

@media screen and (max-width: 480px) {
  .copylight {
    padding: 20px 0;
  }
}

/*--------------------------------
  Aside
---------------------------------*/
/*--------------------------------
  共通パーツ
---------------------------------*/
@media screen and (min-width: 769px) {
  .breadcrumb {
    max-width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
  }
}

.text-black {
  color: #000;
}

.text-yellow {
  color: #FFEA00;
}

.text-green {
  color: #94B67C;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-32 {
  font-size: 32px;
  font-size: 2rem;
}

.fs-48 {
  font-size: 48px;
  font-size: 3rem;
}

.fs-65 {
  font-size: 65px;
  font-size: 4.0625rem;
}

.fs-60 {
  font-size: 65px;
  font-size: 4.0625rem;
}

.fs-55 {
  font-size: 65px;
  font-size: 4.0625rem;
}

.bg-gold {
  background: #8D7641;
  color: #fff;
  padding: 5px 10px;
}

.bg-green {
  background: #F1F7F0;
  padding: 20px;
  margin-bottom: 30px;
}

.section-title__home {
  position: relative;
  margin: 0 auto;
  max-width: 826px;
  width: 100%;
  color: #00713B;
  text-align: center;
  border-top: solid 4px #00713B;
  border-bottom: solid 4px #00713B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .section-title__home {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .section-title__home {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 30px;
  }
}

.section-title__home::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.section-title__home::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #00713B;
  z-index: 1;
}

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

@media screen and (min-width: 769px) {
  .page-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .page-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.red {
  color: #d0111b;
}

.blue {
  color: #225FA3;
}
.dblue{
  color: #003b82;
}

.green {
  color: #00675D;
}

.khaki {
  color: #685C4F;
}

.bold {
  font-weight: 700;
}



.section-lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 50px;
}

[class*="radius-"] {
  overflow: hidden;
}

.radius-10 {
  border-radius: 10px;
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

button.button {
  width: 100%;
  min-height: 70px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5;
  border-radius: 35px;
  -webkit-box-shadow: 0px 2px 4px rgba(22, 45, 89, 0.5);
          box-shadow: 0px 2px 4px rgba(22, 45, 89, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

button.form-button {
  min-height: 60px;
  font-size: 16px;
  font-size: 1rem;
  background-color: #00713B;
  color: #fff;
  cursor: pointer;
}

button.form-button:hover {
  background-color: #fff;
  border: 2px solid #00713B;
  color: #00713B;
}

.icon-list {
	list-style: none;
	padding: 0;
}

.icon-list > li {
	text-indent: -28px;
	padding-left: 28px;
}

.icon{
  display: inline-block;
  position:relative;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  top:-3px;left:0px;
}
[class*="icon-"]::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
}




.note-blue {
  font-weight: 700;
  background-color: #DFF2FC;
  padding: 20px;
}

.note-green {
  font-weight: 700;
  background-color: #F5F8F4;
  padding: 20px;
}

.table--gold {
  width: 100%;
}

.table--gold caption {
	text-align: left;
	color:#a9905b;
}
.table--gold th{
	background-color:#e2d6be;
}
.table--gold tr:nth-of-type(odd) th {
  background-color: #a9905b;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
  padding: 4px;
}

.table--gold tr td {
  background-color: #ece4d4;
  border: solid 2px #fff;
  padding: 10px;
}

.table--green {
  width: 100%;
}

.table--green caption {
  text-align: left;
}

.table--green tr th {
  background-color: #97BC7D;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
  padding: 4px;
}

.table--green tr:nth-child(even) td {
  background: #ECF2E8;
}

.table--green tr:nth-child(odd) td {
  background: #E0EBD8;
}

.table--green tr td {
  border: solid 2px #fff;
  padding: 10px;
}

.table--blue {
  width: 100%;
}

.table--blue caption {
  text-align: left;
  color: #407bb1;
  font-size: 18px;
}



.table--blue tr:nth-child(even) th,.table--blue tr:nth-child(even) td {
  background: #dbe2ef;
}

.table--blue tr:nth-child(odd) th,.table--blue tr:nth-child(odd) td {
  background: #edf0f7;
}
.table--blue tr:nth-child(1) th {
  background-color: #6a91c0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: solid 2px #fff;
  padding: 4px;
}

.table--blue tr td {
  border: solid 2px #fff;
  padding: 10px;
}

.table--blue tr td.gray {
  background: #C9C9CA;
}

.table--lblue {
  width: 100%;
}

.table--lblue caption {
  text-align: left;
  color: #407bb1;
  font-size: 18px;
}

.table--lblue tr th {
  background-color: #C1E2F6;
  font-weight: bold;
  text-align: center;
  border: solid 2px #fff;
  padding: 4px;
  color: #000;
}

.table--lblue tr:nth-child(even) td {
  background: #EBF6FD;
}

.table--lblue tr:nth-child(odd) td {
  background: #EBF6FD;
}

.table--lblue tr td {
  border: solid 2px #fff;
  padding: 10px;
}

.table--lblue tr td.gray {
  background: #C9C9CA;
}

.table--lblue tr td.pink {
  background: #FAEFF4;
}

.table--red {
  width: 100%;
}

.table--red caption {
  text-align: left;
}

.table--red tr:first-of-type th {
  background-color: #D95E5B;
  color: #fff;
  text-align: center;
}

.table--red tr th {
  background-color: #EBB4A8;
  font-weight: bold;
  border: solid 2px #666;
  padding: 10px;
}

.table--red tr:nth-child(even) td {
  background: #fff;
}

.table--red tr:nth-child(odd) td {
  background: #F5DCD4;
}

.table--red tr td {
  border: solid 2px #666;
  padding: 10px;
}

.table--orange {
  width: 100%;
}

.table--orange caption {
  text-align: left;
}

.table--orange tr:first-of-type th {
  background-color: #EBB085;
  text-align: center;
}

.table--orange tr th {
  background-color: #EBB4A8;
  font-weight: bold;
  border: solid 2px #fff;
  padding: 10px;
}

.table--orange tr:nth-child(even) td {
  background: #F4D2B5;
}

.table--orange tr:nth-child(odd) td {
  background: #F5DCD4;
}

.table--orange tr td {
  border: solid 2px #fff;
  padding: 10px;
}

[class*="pick-item--"] {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

[class*="pick-item--"] .pick-item__inner {
  padding: 10px;
}

[class*="pick-item--"] .pick-item__inner dl {
  margin: 10px;
}

[class*="pick-item--"] .pick-item__inner dl dt {
  font-weight: 700;
}

.box-beige {
  background: #F4D2B5;
  padding: 10px;
}

.box-beige h2 {
  background: #ECB186;
  padding: 5px 10px;
  margin: 0 0 20px;
}

.box-white {
  background: #fff;
  padding: 10px;
}

.box-white-transparent {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.box-lblue {
  background: #EBF6FD;
  padding: 10px;
}

.box-blue-dotted {
  border: 3px dotted #407bb1;
  padding: 10px;
}

.box-yellow {
  background: #FEF9DC;
  padding: 10px;
}

.box-green {
  background: #E9F0E5;
  padding: 10px;
}

.box-green-dotted {
  background: #F6F9EE;
  padding: 10px;
  border: 3px dotted #007A5E;
}

.box-gold {
  background: #8D7641;
  color: #fff;
  padding: 10px;
}

.box-pink {
  background: #F1DFDD;
  padding: 10px;
}

.box-orange-dotted {
  background: #FFFCDE;
  padding: 10px;
  border: 3px dotted #ECAE94;
}

.box-orange-dotted h2 {
  color: #007A5E;
}

.border-orange-dotted {
  border: 2px dotted #ECAE94;
}

.box-border {
  border: 1px solid #000;
  padding: 20px;
}

.box-dotted {
  border: 2px dotted #000;
  padding: 20px;
}

.balloon {
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  position: relative;
}

.balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #fff;
  z-index: 1;
}

.balloon.yellow {
  background: #FEF9DC;
}

.balloon.yellow.bottom::after {
  border-top: 14px solid #FEF9DC;
  top: inherit;
  bottom: -28px;
  left: 50%;
  right: inherit;
}
.list_kome{margin-top:0;}
.list_kome li {
  list-style: none;
  text-indent: -1em;
	margin-left:-1em;
}

.list_kome li::before {
  content: "※";
  display: inline;
}

.box--a {
  background: #F0EADF;
  padding: 10px;
}

.box--b {
  background: #E4E8F1;
  padding: 10px;
}

.bubble {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 15px;
}

.bubble::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #ffffff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.whiteborder{ text-shadow: 1px  1px 1px #fff, -1px  1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px  0px 1px #fff, 0px  1px 1px #fff, -1px  0px 1px #fff, 0px -1px 1px #fff;}
P{text-indent:1em;}

/*--------------------------------
  トップページ
---------------------------------*/
#catch {
  position: relative;
}

@media screen and (min-width: 769px) {
  #catch {
    height: 700px;
  }
}

@media screen and (max-width: 480px) {
  #catch {
    height: calc(100vh - 80px);
  }
}

.background-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.catch-lead {
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .catch-lead {
    position: absolute;
    max-width: 850px;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .catch-lead {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
  }
}

.catch-lead p {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}

.catch-lead p.catch-lead__big {
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .catch-lead p.catch-lead__big {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 480px) {
  .catch-lead p.catch-lead__big {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 769px) {
  .catch-lead p.catch-lead__big span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 480px) {
  .catch-lead p.catch-lead__big span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.catch-lead p.catch-lead__results {
  padding: 5px 20px;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4), inset 1px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.4), inset 1px 3px 6px rgba(0, 0, 0, 0.4);
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .catch-lead p.catch-lead__results {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .catch-lead p.catch-lead__results br {
    display: none;
  }
}

.catch-lead .cta-button {
  position: relative;
  display: inline-block;
  max-width: 450px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding: 22px;
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .catch-lead .cta-button {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .catch-lead .cta-button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.catch-lead .cta-button span {
  position: relative;
}

.catch-lead .cta-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 100%/0 100% no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/0 100% no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.catch-lead .cta-button:hover {
  color: #FF9500;
}

.catch-lead .cta-button:hover span {
  color: #FF9500;
}

.catch-lead .cta-button:hover:before {
  background-size: 100% 100%;
}

.catch-lead .cta-button .fas {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#trouble {
  background-color: #FEFAF5;
}

@media screen and (min-width: 769px) {
  .trouble-item {
    padding: 0 10px;
    margin-bottom: 50px;
    text-align: right;
  }
  .trouble-item:nth-child(even) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .trouble-item {
    text-align: center;
  }
}

#consult-with-us {
  background-color: #007D41;
  text-align: center;
}

#consult-with-us::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 200px;
  border-color: transparent transparent transparent #007bff;
}

.consult-with-us__text {
  border: 4px solid #fff;
  border-radius: 4px;
  padding: 50px 10px;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .consult-with-us__text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  .consult-with-us__text {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .consult-with-us__text br {
    display: none;
  }
}

#reason {
  background-color: #FEFAF5;
}

.reason-item__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .reason-item__thumbnail img {
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  .reason-item__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 480px) {
  .reason-item__detail {
    padding: 20px 10px;
  }
}

.reason-item:nth-child(odd) {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .reason-item:nth-child(odd) .reason-item__thumbnail {
    margin-right: 30px;
  }
}

.reason-item:nth-child(even) {
  background-color: #F8FAEB;
}

@media screen and (min-width: 769px) {
  .reason-item:nth-child(even) .reason-item__thumbnail {
    margin-left: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 769px) {
  .reason-item:nth-child(even) .reason-item__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.reason-item__box {
  border: 2px solid #00713B;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}

.reason-item__box h4 {
  background-color: #00713B;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.reason-item__box ul li {
  margin-bottom: 10px;
}

.reason-item__box-inner {
  padding: 10px;
}

.reason-item__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 4px dotted #999999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#service {
  background-color: #CADE6F;
  z-index: 2;
  overflow: hidden;
}

#service::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 2000px solid #FEFAF5;
  border-right: 2000px solid transparent;
  border-left: 2000px solid transparent;
  z-index: -1;
}

.service-button--green {
  position: relative;
  display: block;
  background-color: #00713B;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 769px) {
  .service-button--green {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 20px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .service-button--green {
    width: 100%;
    padding: 20px 10px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.service-button--green span {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .service-button--green span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 480px) {
  .service-button--green span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.service-button--green::after {
  font-family: "Font Awesome 5 Free";
  content: "\f150";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.service-detail__box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .service-detail__box {
    padding-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .service-detail__box h3 {
    display: inline-block;
    width: calc( 100% - 20px);
    margin: 80px 10px 30px;
  }
}

[class*="service-detail__inner"] {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 30px;
  max-width: 830px;
}

[class*="service-detail__inner"] h4 {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  padding: 5px 0;
}

[class*="service-detail__inner"] dl {
  padding: 20px;
}

[class*="service-detail__inner"] dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

[class*="service-detail__inner"] dl dt::before {
  display: inline-block;
  margin-right: 10px;
}

[class*="service-detail__inner"] dl dd {
  margin-bottom: 40px;
}

.service-detail__inner--red {
  background-color: #FFE6E6;
}

@media screen and (max-width: 480px) {
  .service-detail__inner--red {
    margin: 0 10px 30px;
  }
}

.service-detail__inner--red h4 {
  background-color: #F26161;
}

.service-detail__inner--red dt {
  color: #F21818;
  border-bottom: 2px solid #F21818;
}

.service-detail__inner--red dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
}

.service-detail__inner--blue {
  background-color: #E6F2FF;
}

@media screen and (max-width: 480px) {
  .service-detail__inner--blue {
    margin: 0 10px 30px;
  }
}

.service-detail__inner--blue h4 {
  background-color: #73ACE6;
}

.service-detail__inner--blue dt {
  color: #177EE6;
  border-bottom: 2px solid #73ACE6;
}

.service-detail__inner--blue dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
}

.service-detail__inner--green {
  max-width: inherit;
  background-color: #F8FAEB;
  border-radius: 0 0 10px 10px;
}

.service-detail__inner--green h4 {
  background-color: #00A645;
}

.service-detail__inner--green dl {
  max-width: 830px;
  margin: 0 auto;
}

.service-detail__inner--green dt {
  color: #00713B;
  border-bottom: 2px solid #00A645;
}

.service-detail__inner--green dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
}

#flow {
  background-color: #FEFAF5;
}

.flow-box {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 4px solid #00713B;
  border-radius: 10px;
  background-color: #fff;
}

.flow-box h3 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  background-color: #00713B;
  padding: 10px;
  margin-bottom: 30px;
}

.flow-box dl {
  max-width: 830px;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .flow-box dl {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .flow-box dl {
    margin: 0 10px;
  }
}

.flow-box dl dt {
  counter-increment: step;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  min-height: 30px;
  line-height: 30px;
  display: inline-block;
}

.flow-box dl dt::before {
  content: "STEP" counter(step);
  display: inline-block;
  background-color: #00713B;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
  border-radius: 4px;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
}

.flow-box dl dd {
  padding: 20px 20px 30px;
  border-left: 4px solid #CADE6F;
  margin-left: 40px;
  margin-bottom: 10px;
}

.flow-box dl dd:last-of-type {
  border-left: inherit;
}

#faq {
  background-color: #F2F2F2;
}

.faq-list dt {
  border-radius: 10px 10px 0 0;
  background-color: #00713B;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-indent: -30px;
  padding: 20px 20px 20px 50px;
}

.faq-list dt::before {
  content: "Q.";
  margin-right: 10px;
}

.faq-list dd {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .faq-list dd {
    font-size: 21px;
    font-size: 1.3125rem;
    text-indent: -30px;
    padding: 20px 20px 20px 50px;
  }
}

@media screen and (max-width: 480px) {
  .faq-list dd {
    text-indent: -30px;
    padding: 10px 10px 10px 40px;
  }
}

.faq-list dd::before {
  content: "A.";
  margin-right: 10px;
}

#assessment {
  background-color: #00713B;
}

.assessment-inner {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .assessment-inner {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .assessment-inner {
    padding: 50px 10px;
  }
}

.mw_wp_form {
  margin: 0 auto;
}

.mw_wp_form h3 {
  text-align: center;
  margin-bottom: 30px;
}

.mw_wp_form dl {
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mw_wp_form dl dt {
  text-align: left;
  position: relative;
  color: #162D59;
  border-top: 2px solid #00713B;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
}

.mw_wp_form dl dd {
  text-align: left;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .mw_wp_form dl dd {
    border-top: 2px solid #CADE6F;
    padding-top: 20px;
    padding-left: 15px;
  }
}

.orange {
  color: #ea5404;
}

H2.red {
  color: #e60013;
}

.note {
  text-indent: -1em;
  margin-left: 1em;
}
/*--------------------------------
  カテゴリーページ
---------------------------------*/
/* print */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}

/*--------------------------------
  共通：追加
---------------------------------*/
OL.list_kakko{
  padding:0 0 0 2em;
  margin:0;
}
OL.list_kakko li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
OL.list_kakko li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

OL.list_kome{
  padding:0 0 0 2em;
  margin:0;
}
OL.list_kome li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
OL.list_kome li:before{
  display: marker;
  content: "※" counter(cnt) " ";
}
.black{color:#000;}
.dblue{color:#003b82;}
H1,H2,H3,H4,H5,H6,P,OL,UL,DL{margin:0;}