﻿@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Base Style
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 736px) {
  html.is-show {
    overflow: hidden;
  }
}

body {
  position: relative;
  color: #444444;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1.875;
}

@media screen and (max-width: 736px) {
  body {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  body.is-show{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}

@media screen and (min-width: 737px) {
  body {
    min-width: 1100px;
  }
}

a {
  color: #5d820d;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

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

.android4-chrome section, .android4-chrome div, .android4-chrome table, .android4-chrome ul, .android4-chrome ol, .android4-chrome dl {
  max-height: 9999999px;
}

/**
 * Layout Style
 */
.l-content-wrap {
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  .l-content-wrap {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}

.l-content-wrap.is-show {
  transform:translateX(-260px);
}

.l-content-wrap.is-show:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.2);
}

.l-header {
  position: relative;
  width: 100%;
  background-image: url(../img/shared/bg_header_footer.png), -webkit-linear-gradient(right, #83a34b, #6b4714);
  background-image: url(../img/shared/bg_header_footer.png), linear-gradient(to left, #83a34b, #6b4714);
}

.l-header--top {
  background: none;
}

.l-gnav-container {
  height: 60px;
}

@media screen and (max-width: 736px) {
  .l-gnav-container {
    height: auto;
  }
}

.l-gnav {
  background-color: #ffffff;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .l-gnav {
    display: none;
    position: fixed;
    top: 0;
    right: 0px;
    transform:translateX(260px);
    border-top: none;
    width: 260px;
    height: 100%;
    background-color: #5d820d;
    overflow-y: auto;
  }
  .ie .l-gnav {
    right: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 737px) {
  .l-gnav {
    min-height: 60px;
  }
}

.l-gnav.is-show {
  -webkit-overflow-scrolling: touch;
}

.l-gnav.is-visible {
  display: block;
}

.l-gnav.is-hidden {
  display: none;
}

.l-gnav-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.l-main {
  width: 100%;
  background-image: url(../img/shared/bg_body.png);
}

@media screen and (max-width: 736px) {
  .l-main {
    overflow: hidden;
    background-size: 283.5px;
  }
}

.l-container--white {
  background-color: #ffffff;
}

.l-container--gray {
  background-color: #dfe2dc;
}

.l-container--action {
  background-image: url(../img/shared/bg_action.jpg);
  background-size: cover;
}

.l-container--top1 {
  background-image: -webkit-linear-gradient(left, rgba(146, 105, 40, 0) 0%, #907734 25%, #8d934b 75%, rgba(139, 161, 86, 0) 100%), url(../img/top/bg_section01.png), -webkit-linear-gradient(left, #926928 0%, #8ba156 100%);
  background-image: linear-gradient(to right, rgba(146, 105, 40, 0) 0%, #907734 25%, #8d934b 75%, rgba(139, 161, 86, 0) 100%), url(../img/top/bg_section01.png), linear-gradient(to right, #926928 0%, #8ba156 100%);
}

.l-container--top2 {
  background-image: url(../img/top/bg_section02.png);
  background-position: center;
  background-size: cover;
}

.l-container--top4 {
  background-image: url(../img/top/bg_briefing.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .l-container--top4 {
    background-color: #dfe2dc;
    background-image: none;
  }
  .l-container--top4:before {
    content: "";
    display: block;
    padding-top: 50%;
    background-image: url(../img/top/bg_briefing_sp.jpg);
    background-size: cover;
  }
}

.l-container--top5 {
  background-image: url(../img/top/bg_course.jpg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .l-container--top5 {
    background-image: url(../img/top/bg_course_sp.jpg);
    background-position: center;
  }
}

.l-container-inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
}

@media screen and (max-width: 736px) {
  .l-container-inner {
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }
}

.l-pagetop {
  position: fixed;
  bottom: 12px;
  right: 24px;
  z-index: 100;
}

@media screen and (max-width: 736px) {
  .l-pagetop {
    right: 12px;
    bottom: 18px;
  }
}

.l-footer {
  position: relative;
  background-image: url(../img/shared/bg_header_footer.png), -webkit-linear-gradient(right, #83a34b, #6b4714);
  background-image: url(../img/shared/bg_header_footer.png), linear-gradient(to left, #83a34b, #6b4714);
}

.l-footer-inner {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 15px 0 22px 0;
  width: 980px;
}

.l-footer-inner:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .l-footer-inner {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}

.l-footer-info {
  display: table-cell;
}

.l-footer-info:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .l-footer-info {
    display: block;
  }
}

.l-footer-copyright {
  display: table-cell;
  font-size: 0;
  vertical-align: bottom;
}

@media screen and (max-width: 736px) {
  .l-footer-copyright {
    display: block;
  }
}

.l-footer-address {
  float: left;
  width: 342px;
}

@media screen and (max-width: 736px) {
  .l-footer-address {
    float: none;
    padding: 0 10px;
    width: 100%;
  }
}

.l-footer-contact {
  float: left;
  margin-left: 35px;
  width: 265px;
}

@media screen and (max-width: 736px) {
  .l-footer-contact {
    float: none;
    margin-left: 0;
    padding: 0 10px;
    width: 100%;
  }
}

.l-row {
  margin: -20px -10px 0;
}

.l-row:after {
  content: "";
  display: table;
  clear: both;
}

.l-col-1 {
  float: left;
  padding: 20px 10px 0;
  width: 16.66667%;
}

.l-col-2 {
  float: left;
  padding: 20px 10px 0;
  width: 33.33333%;
}

.l-col-3 {
  float: left;
  padding: 20px 10px 0;
  width: 50%;
}

.l-col-4 {
  float: left;
  padding: 20px 10px 0;
  width: 66.66667%;
}

.l-col-6 {
  float: left;
  padding: 20px 10px 0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .l-row-sp {
    margin: -10px -5px 0;
  }
  .l-row-sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-col-1-sp {
    float: left;
    padding: 10px 5px 0;
    width: 16.66667%;
  }
  .l-col-2-sp {
    float: left;
    padding: 10px 5px 0;
    width: 33.33333%;
  }
  .l-col-3-sp {
    float: left;
    padding: 10px 5px 0;
    width: 50%;
  }
  .l-col-4-sp {
    float: left;
    padding: 10px 5px 0;
    width: 66.66667%;
  }
  .l-col-6-sp {
    float: left;
    padding: 20px 5px 0;
    width: 100%;
  }
  .l-col-6-sp:first-child {
    margin-top: 0;
  }
}

.l-full-row {
  margin: 0 -8px;
}

.l-full-row:after {
  content: "";
  display: table;
  clear: both;
}

.l-full-col-3 {
  float: left;
  padding: 0 8px;
  width: 37.5%;
}

.l-full-col-5 {
  float: left;
  padding: 0 8px;
  width: 62.5%;
}

.l-full-col-8 {
  padding: 0 8px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .l-full-row-sp {
    margin: 0 -4px;
  }
  .l-full-row-sp:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-full-col-8-sp {
    padding: 0 4px;
    width: 100%;
  }
}

.l-action-row {
  position: relative;
  margin: 0 -10px;
  padding: 40px 0;
}

.l-action-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 736px) {
  .l-action-row {
    margin: 0;
    padding-top: 20px;
    text-align: center;
    font-size: 0;
  }
}

.l-action-col {
  float: left;
  padding: 0 10px;
  width: 500px;
}

@media screen and (max-width: 736px) {
  .l-action-col {
    float: none;
    display: inline-block;
    padding: 20px 10px 0;
    width: 300px;
    vertical-align: top;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.txt");
  src: url("../fonts/iconfont-1.txt") format("eot"), url("../fonts/iconfont-2.txt") format("woff2"), url("../fonts/iconfont-3.txt") format("woff"), url("../fonts/iconfont-4.txt") format("truetype");
}

.icon-arrow01:before, .icon-arrow02:before, .icon-arrow03:before, .icon-arrow04:before, .icon-blockquote:before, .icon-close01:before, .pagination > li.first a:before, .pagination > li.last a:after, .pagination > li.previous a:before, .pagination > li.next a:after, .article-body blockquote:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow01:before {
  content: "\25B6";
}

.icon-arrow02:before {
  content: "";
}

.icon-arrow03:before {
  content: "";
}

.icon-arrow04:before {
  content: "";
}

.icon-blockquote:before {
  content: "";
}

.icon-close01:before {
  content: "";
}

/**
 * Header Style
 */
.header {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .header {
    width: 100%;
  }
}

.logo {
  font-size: 0;
  padding: 29px 0;
}

@media screen and (max-width: 736px) {
  .logo {
    margin-left: 10px;
    padding: 22px 0 21px 0;
    width: 141.5px;
  }
}

.entry {
  position: absolute;
  top: 22px;
  right: 0;
}
.btn-briefing {
  position: absolute;
  top: 22px;
  right: 220px;
}
.btn-catalog {
  position: absolute;
  top: 22px;
  right: 440px;
}

.black-outline {
  border: 3px solid black;
}

.entry-link {
  display: block;
  position: relative;
  padding: 13px 20px 13px 26px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.briefing-link {
  display: block;
  position: relative;
  padding: 13px 20px 13px 46px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.catalog-link {
  display: block;
  position: relative;
  padding: 13px 20px 13px 52px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.entry-link:hover,
.briefing-link:hover,
.catalog-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.entry-arrow:before {
  display: inline-block;
  margin-left: 17px;
  width: 1em;
  height: 1em;
  font-size: 1.44rem;
  line-height: 1;
  vertical-align: middle;
}

.entry-label {
  display: inline-block;
  vertical-align: middle;
}

.gnav-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.2;
}
.gnav-button-text{
  padding-right: 25px;
  font-size: 1.5rem;
}
.gnav-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 38px;
}


.gnav-button-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #ffffff;
}

.gnav-button-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #ffffff;
}

.gnav-button-icon > span {
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #ffffff;
}

.gnav-button.is-show:before {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gnav-button.is-show:after {
  bottom: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnav-button.is-show > span {
  opacity: 0;
}

/**
 * Footer Style
 */
/* Return top */
.page-top {
  position: relative;
  max-width: 980px;
  height: 0;
  z-index: 100;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .page-top {
    width: 100%;
  }
}

.page-top > a {
  display: block;
  position: absolute;
  bottom: 60px;
  left: auto;
  margin-left: 953px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  box-shadow: 1px 1.7px 7px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  z-index: 101;
}

.page-top > a.is-fixed {
  position: fixed;
  bottom: 10px;
}

@media screen and (max-width: 736px) {
  .page-top > a {
    margin-left: 100%;
    right: 10px;
    bottom: 220px;
  }
}

.page-top-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  color: #5d820d;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* footer-address */
.footer-address {
  padding: 14px 0 22px 50px;
  background-image: url(../img/shared/bg_footer01.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 736px) {
  .footer-address {
    margin: 10px auto 0;
    padding: 12px 0 18px 0;
    width: 300px;
    background-image: url(../img/shared/bg_footer01_sp.png);
    background-size: 90px;
  }
}

.footer-address-logo {
  display: block;
}

@media screen and (max-width: 736px) {
  .footer-address-logo {
    margin: 0 43px;
    width: 214px;
  }
}

.footer-address-data {
  display: block;
  margin-top: 16px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.42857;
}

@media screen and (max-width: 736px) {
  .footer-address-data {
    margin: 10px 0 0 43px;
    font-size: 1.1rem;
  }
}

/* footer-contact */
.footer-contact {
  margin: 14px 0 22px 0;
  padding-left: 30px;
  border: 1px solid #ffffff;
  border-width: 0 0 0 1px;
}

@media screen and (max-width: 736px) {
  .footer-contact {
    margin: 10px auto 0;
    padding: 10px 10px 12px 10px;
    border-width: 1px;
    width: 300px;
  }
}

.footer-contact-data {
  margin: 0;
}

.footer-contact-data > dt,
.footer-contact-data > dd {
  color: #ffffff;
  font-style: normal;
}

@media screen and (max-width: 736px) {
  .footer-contact-data > dt,
  .footer-contact-data > dd {
    text-align: center;
  }
}

.footer-contact-data > dt {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .footer-contact-data > dt {
    font-size: 1.1rem;
  }
}

.footer-contact-data > dd {
  margin-left: 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ffffff;
  font-size: 3.0rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .footer-contact-data > dd {
    margin-top: 6px;
    font-size: 2.2rem;
  }
}

.footer-contact-tel {
  color: #ffffff;
  text-decoration: none;
  cursor: default;
}

@media screen and (max-width: 736px) {
  .footer-contact-tel {
    font-weight: bold;
  }
}

.footer-contact-tel:hover {
  color: #ffffff;
}

.footer-contact-office-hour {
  margin: 5px 0 0 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .footer-contact-office-hour {
    font-size: 1.1rem;
    text-align: center;
  }
}

/* copyright */
.copyright {
  display: block;
  padding-bottom: 22px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .copyright {
    float: none;
    padding: 20px 0 10px;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
}

/**
 * Nav Style
 */
.gnav {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .gnav {
    width: 100%;
    padding: 0 20px;
  }
}

.gnav-logo {
  margin: 0 auto;
  padding: 14px 0;
  width: 141.5px;
}

.gnav-list {
  display: table;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.gnav-list:after {
  content: "";
  display: table;
  clear: both;
}

.gnav-item {
  position: relative;
  display: table-cell;
  margin: 0;
  height: 60px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .gnav-item {
    display: block;
    border-bottom: 1px dotted #ffffff;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 736px) {
  .gnav-item:first-child {
    border-top: 1px solid #ffffff;
  }
}

.gnav-link {
  display: table-cell;
  position: relative;
  padding: 0 39px 0 38px;
  width: 100%;
  height: 60px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 737px) {
  .gnav-link:hover .gnav-label, .gnav-link.is-current .gnav-label {
    border-bottom-style: solid;
    color: #5d820d;
  }
}

@media screen and (max-width: 736px) {
  .gnav-link {
    display: table;
    padding: 0;
    border-top: 0;
    padding: 0;
    width: 100%;
    height: 45px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
  }
  .gnav-link:hover {
    color: #ffffff;
  }
}

.gnav-label {
  display: block;
  border-bottom: 1px dotted #5d820d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .gnav-label {
    display: table-cell;
    margin-top: 0;
    border-bottom: none;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
  }
}

.gnav-arrow {
  display: none;
}

@media screen and (max-width: 736px) {
  .gnav-arrow {
    display: table-cell;
    width: 1em;
    vertical-align: middle;
  }
  .gnav-arrow:after {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
  }
}

.gnav-close {
  margin: 40px 20px;
}

.gnav-close-button {
  display: block;
  padding: 14px 0;
  background-color: #85a14b;
  text-align: center;
}

.gnav-close-button > span {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}

.gnav-close-icon:before {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
}

.gnav-cover {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/shared/bg_gnav_cover.png);
  z-index: 90;
}

.ie .gnav-cover {
  right: 260px;
}

.pager {
  list-style: none;
  display: table;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.pager-prev {
  display: table-cell;
  padding-right: 1em;
  width: 50%;
  vertical-align: middle;
}

.pager-prev-arrow {
  display: table-cell;
  padding-right: .5em;
  vertical-align: middle;
}

.pager-prev-arrow:before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pager-next {
  display: table-cell;
  padding-left: 1em;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.pager-next > a {
  margin-left: auto;
}

.pager-next-arrow {
  display: table-cell;
  padding-left: .5em;
  vertical-align: middle;
}

.pager-link {
  display: table;
  text-decoration: none;
}

.pager-link > .pager-label:hover {
  text-decoration: none;
}

.pager-label {
  display: table-cell;
  text-decoration: underline;
  vertical-align: middle;
}

.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.pagination,
.pagination > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #5d820d;
  border-left-width: 0;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  color: #5d820d;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.pagination a > .icon-arrow01,
.pagination a > .icon-arrow03 {
  font-size: 1rem;
  line-height: 1;
}

.pagination a > .icon-arrow01:before,
.pagination a > .icon-arrow03:before {
  display: inline-block;
}

.pagination > li:not([class*="current"]) a:hover {
  background-color: rgba(93, 130, 13, 0.2);
}

.pagination > li:first-of-type a {
  border-left-width: 1px;
}

.pagination > li.first span,
.pagination > li.last span,
.pagination > li.previous span,
.pagination > li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination > li.first a:before {
  content: "";
}

.pagination > li.first a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination > li.last a:after {
  content: "";
}

.pagination > li.previous a:before {
  content: "";
}

.pagination > li.previous a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination > li.next a:after {
  content: "";
}

.pagination > .current {
  background-color: rgba(93, 130, 13, 0.2);
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 400px) {
  .pagination > .first,
  .pagination > .last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination > .previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 319px) {
  /* For watches? */
  .pagination > li {
    display: none;
  }
  .pagination > .previous,
  .pagination > .next {
    display: list-item;
    width: 50%;
  }
  .pagination > .previous > a,
  .pagination > .next > a {
    border-bottom: 0;
  }
  .pagination > .current {
    display: list-item;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .pagination > .current > a {
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
}

.basics-nav {
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .basics-nav {
    margin-top: 30px;
  }
}

.basics-nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

.basics-nav > ul > li {
  margin: 10px 0 0 0;
  width: 485px;
}

@media screen and (max-width: 736px) {
  .basics-nav > ul > li {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 479px) {
  .basics-nav > ul > li {
    width: 100%;
  }
}

.basics-nav-link {
  display: block;
  position: relative;
  padding: 20px;
  box-shadow: 1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #5d820d;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.basics-nav-link:hover, .basics-nav-link.is-current {
  background-color: #5d820d;
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .basics-nav-link {
    padding: 15px;
    font-size: 1.6rem;
  }
}

.basics-nav-arrow {
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1em;
  font-size: 1.4rem;
  line-height: 1;
}

.is-current .basics-nav-arrow:before {
  color: #ffffff;
}

/**
 * Button Style
 */
.button {
  display: block;
  position: relative;
  padding: 14px 36px;
  border-radius: 5px;
  background-color: #000000;
  line-height: 1;
  text-align: center;
}

.button-label {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.15em;
}

.button-text {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 0.07778em;
}

@media screen and (max-width: 736px) {
  .button-text {
    font-size: 1.2rem;
  }
}

.button-arrow01:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 1em;
  height: 1em;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}

.button--normal {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.button--normal:hover {
  background-color: #6e990f;
}

.button--large {
  position: relative;
  box-shadow: 0 5px 0 0 #436102;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.button--large:hover {
  background-color: #6e990f;
}

.button--large:active {
  top: 5px;
  box-shadow: none;
}

.button--large > .button-label {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button--form {
  margin: 0 5px;
  border-style: none;
  width: 300px;
  cursor: pointer;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .button--form {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .button--form {
    margin: 0;
    width: 100%;
  }
}

.button--back {
  margin: 0 5px;
  border-style: none;
  width: 300px;
  background-color: #aaaaaa;
  box-shadow: 0 5px 0 0 #666666;
  cursor: pointer;
  color: #ffffff;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button--back:hover {
  background-color: #b7b7b7;
}

@media screen and (max-width: 736px) {
  .button--back {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .button--back {
    margin: 0;
    width: 100%;
  }
}

.button--entry {
  position: relative;
  padding-top: 35px;
  padding-bottom: 32px;
  box-shadow: 0 5px 0 0 #b83224;
  background-color: #e85647;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.button--faq {
  position: relative;
  padding-top: 35px;
  padding-bottom: 32px;
  box-shadow: 0 5px 0 0 #405d03;
  background-color: #5d820d;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 737px) {
  .button--entry:hover{
    background-color: #eb6b5e;
  }
  .button--faq:hover {
    background-color: #689011;
  }
  .button--entry:active,
  .button--faq:active {
    top: 5px;
    box-shadow: none;
  }
}

@media screen and (max-width: 736px) {
  .button--entry,
  .button--faq {
    padding-top: 21px;
    padding-bottom: 23px;
  }
}


.button--entry > .button-label,
.button--faq > .button-label {
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 736px) {
  .button--entry > .button-label,
  .button--faq > .button-label {
    margin-top: 6px;
    font-size: 2.0rem;
  }
}

.button--entry-briefing,
.button--faq-briefing {
  padding: 20px 10px;
}

@media screen and (max-width: 736px) {
  .button--entry-briefing,
  .button--faq-briefing {
    padding-top: 18px;
    padding-bottom: 13px;
  }
}

.button--entry-briefing > .button-label,
.button--faq-briefing > .button-label {
  letter-spacing: 0;
}

@media screen and (min-width: 737px) {
  .button--entry-briefing > .button-label,
  .button--faq-briefing > .button-label {
    margin-top: 10px;
  }
}

.button--tel {
  padding: 20px 12px 16px;
  box-shadow: none;
  background-color: #ffffff;
  cursor: default;
}

.button--tel > .button-label {
  margin-top: 10px;
  color: #e85647;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 736px) {
  .button--tel > .button-label {
    margin-top: 6px;
    font-size: 2.0rem;
  }
}

.button--tel > .button-text {
  color: #444444;
}

@media screen and (max-width: 736px) {
  .button--tel > .button-text {
    letter-spacing: 0;
  }
}

.button--top1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (max-width: 736px) {
  .button--top1 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.button--top1:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.button--top1 > .button-label-image {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .button--top1 > .button-label-image {
    width: 84.5px;
  }
}

.button--briefing, .button--course-intro, .button--top--lecture {
  position: relative;
  box-shadow: 0 5px 0 0 rgba(33, 48, 0, 0.4);
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.button--briefing:active, .button--course-intro:active, .button--top--lecture:active {
  top: 5px;
  box-shadow: none;
}

.button--briefing {
  padding: 30px 0;
}

@media screen and (max-width: 736px) {
  .button--briefing {
    padding: 15px 0;
  }
}

.button--briefing:hover {
  background-color: #eaf9c8;
}

.button--briefing > .button-label-image {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .button--briefing > .button-label-image {
    width: 187px;
  }
}

.button--course-intro {
  padding: 45px 0;
}

@media screen and (max-width: 736px) {
  .button--course-intro {
    padding: 15px 0;
  }
}

.button--course-intro:hover {
  background-color: #f8efcd;
}

.button--course-intro > .button-label-image {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .button--course-intro > .button-label-image {
    width: 104px;
  }
}

.button--schedule {
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #5d820d;
  background-color: #e7ecdb;
}

.button--schedule > .button-label-image {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .button--schedule > .button-label-image {
    width: 171px;
  }
}

.button--schedule > .button-arrow01:before {
  color: #5d820d;
}

.button--submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
}

/**
 * Table Style
 */
.data {
  margin-top: 20px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.data:first-child {
  margin-top: 0;
}

.data th {
  padding: 15px 20px;
  border: 1px solid #cccccc;
  background-color: #f0f0f0;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .data th {
    padding: 10px;
    font-size: inherit;
  }
}

.data td {
  padding: 15px 20px;
  border: 1px solid #cccccc;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .data td {
    font-size: inherit;
    padding: 10px;
  }
}

.data-col-1 {
  width: 16.66667%;
}

.data-col-2 {
  width: 33.33333%;
}

.data-col-3 {
  width: 50%;
}

.data-col-4 {
  width: 66.66667%;
}

.data-col-6 {
  width: 100%;
}

.table-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .table-wrap {
    position: relative;
    margin-top: 20px;
  }
  .table-wrap > .table-wrap-inner {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 1px 0;
    overflow: auto;
  }
  .table-wrap > .table-wrap-inner::-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap > .table-wrap-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table-wrap > .table-wrap-inner::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

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

.table-col-1 {
  width: 15%;
}

.table-col-2 {
  width: 20%;
}

.table-col-3 {
  width: 30%;
}

.table-col-4 {
  width: 40%;
}

.table-col-5 {
  width: 50%;
}

.table-col-6 {
  width: 50%;
}

.table-col-7 {
  width: 70%;
}

.table-col-8 {
  width: 80%;
}

.table-col-9 {
  width: 90%;
}

@media screen and (max-width: 479px) {
  .table-col-65-xs {
    width: 65%;
  }
}

.table-title {
  margin: 0;
}

.table--a {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table--a:first-child {
  margin-top: 0;
}

.table--a > thead {
  background-color: #ededed;
}

.table--a > thead th {
  text-align: center;
}

.table--a > tbody th {
  background-color: #edf0f3;
}

.table--a > tbody td {
  background-color: #ffffff;
}

.table--a th,
.table--a td {
  border: 1px solid #b3b3b3;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  word-break: break-all;
}

@media screen and (max-width: 736px) {
  .table--a th,
  .table--a td {
    font-size: 1.3rem;
  }
}

.table--a th > p,
.table--a td > p {
  margin-top: 1em;
}

.table--a th > p:first-child,
.table--a td > p:first-child {
  margin-top: 0;
}

.table--a th th,
.table--a th td,
.table--a td th,
.table--a td td {
  padding: 10px 10px 9px;
}

.table--a th {
  padding: 10px;
}

@media screen and (max-width: 736px) {
  .table--a th {
    padding: 5px;
  }
}

.table--a td {
  padding: 10px 20px;
}

@media screen and (max-width: 736px) {
  .table--a td {
    padding: 5px;
  }
}

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

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

.table--a .size-s {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .table--a .size-s {
    font-size: 1.2rem;
  }
}

.table--square {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table--square:first-child {
  margin-top: 0;
}

.table--square > tbody td {
  padding: 25px 20px;
  border: 1px solid #b3b3b3;
  width: 33.333%;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  word-break: break-all;
}

@media screen and (max-width: 479px) {
  .table--square > tbody td {
    padding: 15px;
    font-size: 1.4rem;
  }
}

/**
 * Text Style
 */
.text {
  margin: 1em 0 0 0;
}

.text:first-child {
  margin-top: 0;
}

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

@media screen and (max-width: 479px) {
  .text--thanks {
    text-align: left;
  }
}

.text-s {
  margin: 1em 0 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.text-s .text-under{
  text-decoration: underline;
}
.text-bold {
  margin: 1.5em 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .text-bold {
    line-height: 1.6;
  }
}

.text-s:first-child {
  margin-top: 0;
}

.link {
  position: relative;
  margin: 1em 0 0 0;
}

.link-label {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.link-arrow {
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
  line-height: 1;
}

.note {
  margin: 1em 0 0 0;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.57143;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .note {
    font-size: 1.3rem;
    line-height: 1.66667;
  }
}

.note:first-child {
  margin-top: 0;
}

.note--2em {
  padding-left: 2em;
  text-indent: -2em;
}

.note-list {
  list-style: none;
  margin: 1em 0 0 0;
  padding-left: 0;
}

.note-list > li {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.57143;
  text-indent: -1em;
}

@media screen and (max-width: 736px) {
  .note-list > li {
    font-size: 1.3rem;
    line-height: 1.66667;
  }
}

.strong {
  color: #5d820d;
  text-decoration: underline;
}

.em {
  font-style: normal;
  text-decoration: underline;
}

.color-strong {
  color: #5d820d;
}

.attention {
  margin-top: 20px;
  padding: 20px 17px;
  background-color: #e6e9ee;
}

.inline-block {
  display: inline-block;
}

.sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/**
 * Title Style
 */
/* page-header */
.page-header {
  padding: 60px 0;
}

@media screen and (max-width: 736px) {
  .page-header {
    padding: 30px 0;
  }
}

.page-title {
  margin: 0;
  height: 50px;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .page-title {
    height: 30px;
  }
}

.page-title > img {
  max-height: 100%;
}

.page-description {
  margin-top: 31px;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.88889;
  letter-spacing: 0.07778em;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .page-description {
    font-size: 1.6rem;
    text-align: left;
  }
  .page-description--thanks {
    text-align: center;
  }
}

/* section-title */
.primary-title {
  margin: 0;
  height: 40px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .primary-title {
    height: 26px;
  }
}
.primary-title > img {
  max-height: 100%;
}

.primary-title-txt {
  margin: 0;
  line-height: 1.5;
  font-size: 3rem;
  text-align: center;
  color: #5d820d;
  font-weight: normal;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 736px) {
  .primary-title-txt {
    line-height: 1.3;
  }
}

.primary-title-sub{
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.primary-title--top1 {
  height: 71px;
}

@media screen and (max-width: 736px) {
  .primary-title--top1 {
    height: 36px;
  }
}

.primary-title--top2, .primary-title--top3 {
  height: 47px;
}

@media screen and (max-width: 736px) {
  .primary-title--top2, .primary-title--top3 {
    height: 23px;
  }
}

.primary-title--briefing {
  height: auto;
}

@media screen and (max-width: 736px) {
  .primary-title--briefing {
    height: 92px;
  }
}

.primary-title--correspondence {
  text-align: left;
}

@media screen and (max-width: 736px) {
  .primary-title--correspondence {
    margin-bottom: 2em;
  }
}

.primary-title-note {
  display: inline-block;
  color: #e85647;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .primary-title-note {
    margin-top: .5em;
    display: block;
  }
}

.secondary-title {
  margin: 0;
}

/**
 * Block Style
 */
.noscript {
  margin: 0;
  padding: 1px 0;
  background-color: #ffffff;
}

.noscript-inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 980px;
}

.noscript-inner > p {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .noscript-inner {
    width: 100%;
  }
}

/* section */
.primary-section {
  padding: 60px 0;
}
.primary-section-bottom {
  padding: 60px 0 0px 0px;
}

@media screen and (max-width: 736px) {
  .primary-section {
    padding: 40px 0;
  }
}

.primary-section--top {
  padding: 80px 0;
}

@media screen and (max-width: 736px) {
  .primary-section--top {
    padding: 30px 10px;
  }
}

.primary-section--top3 {
  padding: 80px;
}

@media screen and (max-width: 736px) {
  .primary-section--top3 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 736px) {
  .primary-section--top4 {
    padding: 20px 10px 30px 10px;
  }
}

.primary-body {
  padding: 60px 0 0 0;
}

@media screen and (max-width: 736px) {
  .primary-body {
    padding: 40px 0 0 0;
  }
}

.primary-body--top {
  padding-top: 40px;
}

@media screen and (max-width: 736px) {
  .primary-body--top {
    padding-top: 20px;
  }
}

.section-container {
  padding: 0 80px 80px;
}

.section-container:first-child {
  padding-top: 80px;
}

.section-container--white {
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .section-container {
    padding: 0 0 40px 0;
  }
  .section-container:first-child {
    padding-top: 40px;
  }
}

/* card */
.card {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.25), inset 0 2px 0 0 #ac8f1a;
}

@media screen and (max-width: 736px) {
  .card {
    padding: 20px;
  }
}

@media screen and (min-width: 737px) {
  .card-inner {
    position: relative;
    padding-bottom: 68px;
  }
}

.card-title {
  margin: 0;
  color: #5d820d;
  font-size: 2.4rem;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 736px) {
  .card-title {
    font-size: 2.0rem;
  }
}

.card-text {
  margin: 15px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 736px) {
  .card-text {
    margin-top: 8px;
  }
}

@media screen and (min-width: 737px) {
  .card-button {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .card-button {
    margin-top: 20px;
  }
}

/* article-list */
.article-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.article-item {
  display: table;
  margin: 20px 0 0 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.25), inset 0 2px 0 0 #ac8f1a;
}

.article-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .article-item {
    margin-top: 15px;
  }
}

.article-item-link {
  display: table;
  width: 100%;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .article-item-link {
    display: block;
  }
}

.article-item-link > .article-item-text {
  text-decoration: underline;
}

.article-item-link:hover > .article-item-text {
  text-decoration: none;
}

.article-item-date {
  display: table-cell;
  padding: 20px 10px 20px 20px;
  width: 110px;
  color: #999999;
  font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
  .article-item-date {
    display: block;
    padding: 15px 20px 0 20px;
    width: auto;
    font-size: 1.2rem;
  }
}

.article-item-text {
  display: table-cell;
  padding: 20px 20px 20px 10px;
  color: #444444;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
}

@media screen and (max-width: 736px) {
  .article-item-text {
    display: block;
    margin: 0;
    padding: 5px 20px 15px;
    font-size: 1.4rem;
  }
}

.article-item-text-box {
  display: table-cell;
  padding: 0px 20px 0px 10px;
  color: #444444;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .article-item-text-box {
    display: block;
    margin: 0;
    padding: 5px 20px 15px;
    font-size: 1.4rem;
  }
}

.article-item-title {
  color: #444444;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
}

@media screen and (max-width: 736px) {
  .article-item-title {
    margin: 0;
    font-size: 1.4rem;
  }
}

.article-item-read {
  color: #999999;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
}

@media screen and (max-width: 736px) {
  .article-item-read {
    margin: 0;
    font-size: 1.4rem;
  }
}

.article-list-pagination {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .article-list-pagination {
    margin-top: 20px;
  }
}

/* article-detail */
.article-container {
  padding-bottom: 80px;
}

@media screen and (max-width: 736px) {
  .article-container {
    padding-bottom: 40px;
  }
}

.article {
  padding: 60px 80px;
  background-color: #ffffff;
  box-shadow: 1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 736px) {
  .article {
    padding: 25px 20px;
  }
}

.article-header {
  display: table;
  padding-bottom: 15px;
  border-bottom: 1px solid #5d820d;
  width: 100%;
}

.article-title {
  display: table-cell;
  padding-right: 1em;
  color: #5d820d;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: .08em;
}

@media screen and (max-width: 736px) {
  .article-title {
    display: block;
    margin: 0;
    font-size: 1.8rem;
  }
}

.article-date {
  display: table-cell;
  width: 6em;
  color: #999999;
  font-size: 1.4rem;
  letter-spacing: .01em;
}

@media screen and (max-width: 736px) {
  .article-date {
    display: block;
    margin-top: .5em;
    font-size: 1.2rem;
  }
}

.article-body {
  padding: 40px 0 0 0;
}

@media screen and (max-width: 736px) {
  .article-body {
    padding-top: 20px;
  }
}

.article-body > h3 {
  margin: 2em 0 0 0;
  color: #ac8f1a;
  font-size: 1.8rem;
  line-height: 1.66667;
}

@media screen and (max-width: 736px) {
  .article-body > h3 {
    font-size: 1.6rem;
  }
}

.article-body p {
  margin: 1em 0 0 0;
}

.article-body p:first-child {
  margin-top: 0;
}

.article-body blockquote {
  position: relative;
  margin: 18px 0 30px 0;
  padding: 50px 30px 30px;
  background-color: #f4f4f4;
}

.article-body blockquote:before {
  content: "";
}

.article-body blockquote:before {
  display: block;
  position: absolute;
  top: -36px;
  left: 30px;
  color: #aaaaaa;
  width: 1em;
  height: 1em;
  font-size: 6.9rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .article-body blockquote:before {
    top: -20px;
    left: 15px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 736px) {
  .article-body blockquote {
    margin: 10px 0 20px 0;
    padding: 30px 15px 15px;
  }
}

.article-body .text-right {
  margin: 1em 0 0 0;
  text-align: right;
}

.article-body .text-right:first-child {
  margin-top: 0;
}

.article-body .text-center {
  margin: 1em 0 0 0;
  text-align: center;
}

.article-body .text-center:first-child {
  margin-top: 0;
}

.article-body .text-caption {
  margin: .2em 0 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.article-body .text-caption:first-child {
  margin-top: 0;
}

.article-body .image-wrap {
  margin: 1.4em -10px 0;
}

.article-body .image-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.article-body .image-col {
  float: left;
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 736px) {
  .article-body .image-col {
    float: none;
    margin-top: 1.4em;
    width: 100%;
    text-align: center;
  }
}

.article-body .image-wrap-center {
  margin-top: 1.4em;
  text-align: center;
}

.article-body .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.article-body .image-left {
  float: left;
  margin: 7px 20px 20px 0;
}

.article-body .image-right {
  float: right;
  margin: 7px 0 20px 20px;
}

.article-body .color-red {
  color: #ff0000;
}

.article-body .color-green {
  color: #5d820d;
}

.article-pager {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .article-pager {
    margin-top: 20px;
  }
}

/* form */
.form-item {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.form-item:first-child {
  margin-top: 0;
}

.form-label {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .form-label {
    display: block;
    padding-right: 0;
  }
}

.form-label--top {
  padding-top: .5em;
  vertical-align: top;
}

.form-input {
  display: table-cell;
  width: 654px;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .form-input {
    display: block;
    margin: .5em 0 0 0;
    width: 100%;
  }
}

.label {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .label {
    font-size: 1.6rem;
  }
}

.input-required {
  display: inline-block;
  margin-left: 1em;
  color: #e85647;
  font-size: 1.2rem;
  vertical-align: middle;
}

.input-text {
  width: 100%;
  height: 44px;
  padding: 0 1em;
  border-radius: 5px;
  border: 0;
  background-color: #ffffff;
  box-shadow: inset 1.4px 1.4px 3px 0 rgba(29, 20, 0, 0.3);
  font-size: 1.6rem;
  line-height: 1.1875;
}

.input-text::-webkit-input-placeholder {
  color: #999999;
  vertical-align: bottom;
}

.input-text::-moz-placeholder {
  color: #999999;
  vertical-align: bottom;
}

.input-text:-ms-input-placeholder {
  color: #999999;
  vertical-align: bottom;
}

.input-text::placeholder {
  color: #999999;
  vertical-align: bottom;
}

.input-text--postal-code {
  width: 14em;
}

@media screen and (max-width: 736px) {
  .input-text {
    font-size: 1.6rem;
    -webkit-appearance: none;
  }
}

.input-label,
.mw_wp_form .mwform-radio-field > label,
.mw_wp_form .mwform-checkbox-field > label {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  padding: 0 30px;
  cursor: pointer;
  font-size: 1.6rem;
}

@media screen and (max-width: 736px) {
  .input-label,
  .mw_wp_form .mwform-radio-field > label,
  .mw_wp_form .mwform-checkbox-field > label {
    margin-top: 1em;
  }
}

.mw_wp_form .form-input > .mwform-radio-field.horizontal-item,
.mw_wp_form .form-input > .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}

.mw_wp_form .form-input--block > .mwform-radio-field > label,
.mw_wp_form .form-input--block > .mwform-checkbox-field > label {
  display: block;
}

.input-radio {
  display: none;
}

.input-radio + .icon-radio:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 1.4px 1.4px 3px 0 rgba(29, 20, 0, 0.3);
}

.input-radio:checked + .icon-radio:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto 0;
  width: 13px;
  height: 13px;
  background-color: #000000;
  border-radius: 50%;
}

.input-checkbox {
  display: none;
}

.input-checkbox + .icon-checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 1.4px 1.4px 3px 0 rgba(29, 20, 0, 0.3);
}

.input-checkbox:checked + .icon-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  width: 7px;
  height: 15px;
  border-right: 3px solid #5d820d;
  border-bottom: 3px solid #5d820d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form-disclaimer {
  margin-top: 40px;
  text-align: center;
}

.form-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.08em;
}

.confirm-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em auto 0;
  width: 80%;
}

@media screen and (max-width: 736px) {
  .confirm-button {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media screen and (max-width: 479px) {
  .confirm-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: column;
    -webkit-align-items: column;
        -ms-flex-align: column;
                -ms-grid-row-align: column;
            align-items: column;
    width: 100%;
  }
  .confirm-button > input:nth-child(n+2) {
    margin-top: 14px;
  }
}

/* top:jumbotron */
.jumbotron {
  min-height: 530px;
  background-image: url(../img/top/bg_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 736px) {
  .jumbotron {
    padding-bottom: 20px;
    min-height: inherit;
  }
}

.top-header {
  position: relative;
  margin: 0 auto;
  width: 980px;
  min-height: 442px;
}

@media screen and (max-width: 736px) {
  .top-header {
    width: 100%;
    min-height: inherit;
  }
}

.top-title {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-title {
    margin: 0 auto;
    width: 257.5px;
  }
}

.top-lead {
  position: absolute;
  top: 202px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top-lead {
    position: static;
    margin: -34px 10px 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.btn-top-course {
  position: absolute;
  right: -30px;
  bottom: 40px;
}

@media screen and (max-width: 736px) {
  .btn-top-course {
    position: static;
    margin: 20px auto 0;
    width: 179px;
  }
}

.btn-top-course > a {
  display: block;
  position: relative;
  width: 158px;
  height: 158px;
}

@media screen and (max-width: 736px) {
  .btn-top-course > a {
    width: 179px;
    height: 179px;
  }
}

.btn-top-course > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 158px;
  height: 158px;
  background-color: rgba(168, 79, 28, 0.8);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .btn-top-course > a:after {
    width: 179px;
    height: 179px;
  }
}

.btn-top-course > a > img {
  position: relative;
  z-index: 2;
}

.btn-top-course > a:hover:after {
  -webkit-transform: scale(1.06329);
          transform: scale(1.06329);
}

/* top:news-list */
.news-section {
  padding: 40px 0 30px;
}

@media screen and (max-width: 736px) {
  .news-section {
    padding: 30px 0 20px;
  }
}

.news-header {
  margin: 0;
  border-bottom: 1px solid #5d820d;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .news-header > img {
    width: 126px;
  }
}

.news-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.news-list > li {
  border-bottom: 1px solid #5d820d;
}

.news-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  text-decoration: none;
}

@media screen and (max-width: 736px) {
  .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    padding: 10px 0;
    line-height: 1.4;
  }
}

.news-link:hover {
  opacity: .7;
}

.news-date {
  width: 120px;
  color: #5d820d;
}

.news-title {
  color: #444444;
}

.news-list-link {
  margin: 16px 0 0 0;
  font-size: 14px;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 736px) {
  .news-list-link {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}

.news-list-link > a {
  position: relative;
  padding-right: 2rem;
  text-decoration: none;
}

.news-list-link > a:hover {
  opacity: .7;
}

.news-arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 1em;
  font-size: 1.5rem;
  line-height: 1;
}

/* top:講演会ボタン */
.lecture-top-button {
  margin: 32px auto 40px;
  width: 312px;
}

@media screen and (max-width: 736px) {
  .lecture-top-button {
    margin: 32px auto 20px;
    width: 260px;
  }
}

.lecture-top-button02 {
  margin: 52px auto 40px;
  width: 312px;
}

@media screen and (max-width: 736px) {
  .lecture-top-button02 {
    margin: 52px auto 20px;
    width: 90%;
  }
}


.button--lecture {
  padding: 30px 0;
}

@media screen and (max-width: 736px) {
  .button--lecture {
    padding: 15px 0;
  }
}

.button--lecture:hover {
  background-color: #eaf9c8;
}

.button--lecture > .lecture-label-image {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .button--lecture > .lecture-label-image {
    width: 187px;
  }
}

.button--top--lecture{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .button--top--lecture{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.button--top--lecture:hover {
  background-color: #eaf9c8;
}

.button--top--lecture > .button-label-image {
  display: inline-block;
}
@media screen and (max-width: 736px) {
  .button--top--lecture > .button-label-image {
    width: 105px;
  }
}

/* top:top1 */
.top1-text {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top1-text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
}

.top1-text-s {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top1-text-s {
    line-height: 1.6;
    text-align: left;
  }
}

.top1-button {
  margin: 50px auto 0;
  width: 312px;
}

@media screen and (max-width: 736px) {
  .top1-button {
    margin-top: 30px;
    width: 280px;
  }
}

/* top:top2 */
.top2-text {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .top2-text {
    font-size: inherit;
    text-align: left;
  }
}

.image-top2 {
  position: relative;
  margin: 40px 0;
}

@media screen and (max-width: 736px) {
  .image-top2 {
    margin: 20px auto;
    width: 440px;
  }
}

@media screen and (max-width: 479px) {
  .image-top2 {
    width: auto;
  }
}

.image-top2 > img {
  margin-left: 284px;
}

@media screen and (max-width: 736px) {
  .image-top2 > img {
    margin-left: 0;
  }
}

.image-top2-note {
  position: absolute;
  left: 608px;
  bottom: 10px;
  color: #ac8f1a;
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .image-top2-note {
    position: static;
    display: block;
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* top:merit */
.merit1 {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
}

.merit1:before {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  left: -20px;
  width: 127px;
  height: 127px;
  background-image: url(../img/top/bg_merit01.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 736px) {
  .merit1:before {
    display: none;
  }
}

.merit1-header {
  padding: 40px 0 34px 30px;
  background-image: url(../img/top/img_merit01.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 736px) {
  .merit1-header {
    padding: 10px;
    background-color: #f2f5f6;
    background-image: none;
  }
}

@media screen and (max-width: 736px) {
  .merit1-header:after {
    content: "";
    display: block;
    margin-top: 15px;
    width: 100%;
    padding-top: 40.384615385%;
    background-image: url(../img/top/img_merit01_sp.jpg);
    background-size: contain;
  }
}

.merit1-title {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .merit1-title {
    width: 235px;
  }
}

.merit1-lead {
  margin: 30px 0 0 0;
  color: #ac8f1a;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .merit1-lead {
    margin: 10px 0 0 0;
    font-size: 1.3rem;
  }
}

.merit1-body {
  padding: 22px 30px;
}

@media screen and (max-width: 736px) {
  .merit1-body {
    padding: 15px 5px;
  }
}

.merit1-text {
  font-size: 1.8rem;
  line-height: 1.9;
}

@media screen and (max-width: 736px) {
  .merit1-text {
    font-size: inherit;
    line-height: 1.6;
  }
}

.merit2 {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .merit2-image {
    margin: 0 auto;
    width: 240px;
  }
  .merit2-image > img {
    width: 100%;
  }
}

.merit2-body {
  padding: 18px 8px;
}

.merit2-title {
  margin: 0;
  color: #5d820d;
  font-size: 1.8rem;
  line-height: 1.3;
}

.merit2-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

/* top:voice */
.voice-container > div:nth-child(n+2) {
  padding-top: 10px;
}

.voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .voice {
    padding: 20px;
  }
}

.voice-image {
  width: 104px;
}

@media screen and (max-width: 736px) {
  .voice-image {
    width: 52px;
  }
}

.voice-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}

@media screen and (max-width: 736px) {
  .voice-body {
    padding-left: 15px;
  }
}

.voice-title {
  margin: 0;
  color: #5d820d;
  font-size: 1.8rem;
  line-height: 1.3;
}

.voice-text {
  font-size: 1.4rem;
  line-height: 1.4;
}

.voice-meta {
  margin: 5px 0 0 0;
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
}

/* top:briefing */
.briefing-title {
  margin: 0;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .briefing-title {
    margin: 0 auto;
    width: 255.5px;
  }
}

.briefing-text {
  margin: 22px 0 0 0;
  font-size: 1.8rem;
  line-height: 1.9;
}

@media screen and (max-width: 736px) {
  .briefing-text {
    margin-top: 20px;
    font-size: inherit;
  }
}

.briefing-button {
  margin: 32px 0 0 0;
  width: 500px;
}

@media screen and (max-width: 736px) {
  .briefing-button {
    margin: 20px auto 0;
    width: 280px;
  }
}

/* top:course-intro */
.course-intro-container {
  padding: 40px 0;
}

@media screen and (max-width: 736px) {
  .course-intro-container {
    padding: 30px 10px;
  }
}

.course-intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  background-color: rgba(172, 143, 26, 0.85);
}

@media screen and (max-width: 736px) {
  .course-intro-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

.course-intro-title {
  margin: 0;
  width: 171px;
}

@media screen and (max-width: 736px) {
  .course-intro-title {
    width: auto;
    height: 70px;
  }
  .course-intro-title > img {
    max-height: 100%;
  }
}

.course-intro-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

@media screen and (max-width: 736px) {
  .course-intro-body {
    padding: 20px 0 0 0;
  }
}

.course-intro-text {
  margin: 0;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.3;
}

@media screen and (max-width: 736px) {
  .course-intro-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.course-intro-button {
  padding-left: 30px;
  width: 320px;
}

@media screen and (max-width: 736px) {
  .course-intro-button {
    width: 260px;
    padding: 20px 0 0 0;
  }
}

/* top:profile */
.profile-section {
  padding: 60px 80px;
}

@media screen and (max-width: 736px) {
  .profile-section {
    padding: 20px 10px 30px 10px;
  }
}

.profile-header {
  margin: 0;
  line-height: 0;
}

@media screen and (max-width: 736px) {
  .profile-header {
    width: 252.5px;
  }
}

.profile-body {
  padding: 40px;
  border: 2px solid #5d820d;
}

@media screen and (max-width: 736px) {
  .profile-body {
    padding: 18px;
  }
}

.profile-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dotted #5d820d;
}

.profile-list > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

@media screen and (max-width: 736px) {
  .profile-list > li {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.profile-image {
  width: 134px;
}

@media screen and (max-width: 736px) {
  .profile-image {
    width: 67px;
  }
}

.profile-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .profile-data {
    padding-left: 10px;
  }
}

.profile-data > dt {
  margin: 0;
  color: #5d820d;
  font-weight: bold;
  line-height: 1;
}

.profile-data > dd {
  margin: 16px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .profile-data > dd {
    margin-top: 8px;
  }
}

.profile-name {
  font-size: 2.0rem;
}

@media screen and (max-width: 736px) {
  .profile-name {
    font-size: 1.8rem;
  }
}

/* course:point */
.course-point {
  margin-top: 52px;
  padding: 30px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .course-point {
    padding: 20px 15px;
  }
}

.course-point-title {
  margin: 0;
  color: #ac8f1a;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
}

.course-point-list {
  list-style: none;
  margin: 20px 0 0 0;
  padding-left: 0;
}

.course-point-list > li {
  margin-top: 8px;
  padding-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
}

.course-point-number {
  margin-right: .5em;
  color: #ac8f1a;
}

/* course: */
.course-header {
  padding: 18px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-header--april {
  background-image: url(../img/course/bg_course01.jpg);
}

.course-header--october {
  background-image: url(../img/course/bg_course02.jpg);
}

.course-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgba(93, 130, 13, 0.8);
  color: #ffffff;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.course-name > span {
  display: inline-block;
  font-weight: normal;
}

.course-season {
  font-size: 2.8rem;
  line-height: 1;
}

.course-type {
  margin-top: 14px;
  font-size: 1.8rem;
  line-height: 1;
}

.course-body {
  padding: 20px;
  background-color: #f4f4f4;
}

@media screen and (max-width: 736px) {
  .course-body {
    padding: 20px 10px;
  }
}

.course-term {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .course-term--april {
    width: 280px;
  }
}

@media screen and (max-width: 736px) {
  .course-term--october {
    width: 243px;
  }
}

.course-note {
  margin-top: 0;
  line-height: 1.4;
}

.subject-container {
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .subject-container > div:nth-child(n+2) {
    padding-top: 30px;
  }
}

.subject-title {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 32px;
  border-radius: 15px;
  background-color: #ac8f1a;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.subject-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto 0;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #c4aa40;
}

.subject-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.curriculum-title {
  position: relative;
  margin: 20px 0 0 0;
  color: #ac8f1a;
}

.curriculum-title > span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  background-color: #ffffff;
  z-index: 1;
}

.curriculum-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #cccccc;
  z-index: 0;
}

.curriculum-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.4;
}

.curriculum-list > li {
  margin-top: 1em;
}

.curriculum-label {
  color: #e85647;
  font-weight: bold;
}

.curriculum-text {
  margin: 0;
}

.schedule-button {
  margin: 40px auto 0;
  width: 472px;
}

@media screen and (max-width: 736px) {
  .schedule-button {
    width: 280px;
  }
}

/* course:entry */
.entry-info-container {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #ac8f1a;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .entry-info-container {
    padding: 15px;
  }
}

.entry-info {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 736px) {
  .entry-info {
    margin-top: 20px;
  }
}

.entry-info:first-child {
  margin-top: 0;
}

.entry-info-title {
  margin: 0;
  color: #5d820d;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}

.entry-info-recruit {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  background-color: #fbe9e3;
  color: #e85647;
  font-size: 1.8rem;
  line-height: 1;
}

.entry-info-strong {
  color: #e85647;
  font-weight: normal;
}

.entry-info-detail > dt {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .entry-info-detail > dt {
    margin-top: 10px;
  }
}

.entry-info-detail > dd {
  margin: 5px 0 0 0;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
}

.entry-info-payee {
  margin: 10px 0 0 0;
}

.entry-info-payee > span {
  display: inline-block;
  padding: 10px;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  line-height: 1.4;
}

.entry-info-contact {
  margin: 20px 0 0 0;
}

.entry-info-contact > dt {
  font-size: 1.8rem;
  line-height: 1;
}

.entry-info-contact > dd {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.entry-info-materials-fee {
  margin: 0;
  padding-left: 4em;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -4em;
}

.entry-data td {
  vertical-align: top;
}

.entry-data-col-1 {
  width: 20%;
}

.entry-data .entry-data-col-1 {
  border: none;
  background-color: transparent;
}

.entry-data-col-2 {
  width: 40%;
}

.entry-data-col-4 {
  width: 80%;
}

.entry-data-parentheses {
  font-size: 1.4rem;
}

@media screen and (max-width: 736px) {
  .entry-data-parentheses {
    font-size: 1.3rem;
  }
}

.entry-data-price {
  margin: 0;
  display: table;
}

@media screen and (max-width: 736px) {
  .entry-data-price {
    display: block;
  }
  .entry-data-price:nth-child(n+2) {
    margin-top: 10px;
  }
}

.entry-data-price > span {
  display: table-cell;
}

@media screen and (max-width: 736px) {
  .entry-data-price > span {
    display: block;
  }
}

.entry-data-price > span:first-child {
  width: 14em;
}

/* course:correspondence-course */
.correspondence-course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  background-color: #ffffff;
}

@media screen and (max-width: 736px) {
  .correspondence-course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
}

.correspondence-course-header {
  width: 260px;
}

@media screen and (max-width: 736px) {
  .correspondence-course-header {
    width: 100%;
  }
}

@media screen and (min-width: 737px) {
  .correspondence-course-body {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #cccccc;
  }
}

@media screen and (max-width: 736px) {
  .correspondence-course-body {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
  }
}

.correspondence-course-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.88;
  font-weight: normal;
}

.correspondence-course-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.correspondence-course-list > li {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2.1;
  text-indent: -1em;
}

/* briefing:flow */
.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 736px) {
  .flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow > ul {
  width: 648px;
}

@media screen and (max-width: 736px) {
  .flow > ul {
    width: 100%;
  }
}

.flow > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

@media screen and (max-width: 736px) {
  .flow > div {
    margin: 20px auto 0;
  }
}

.flow-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.flow-list > li {
  position: relative;
  padding: 14px;
  background-color: #f0f0f0;
}

.flow-list > li:nth-child(n+2) {
  margin-top: 20px;
}

.flow-number {
  display: block;
  position: absolute;
  top: -6px;
  padding: 22px 0 0 0;
  width: 50px;
  height: 100%;
  background-color: #5d820d;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  .flow-number {
    font-size: 1.8rem;
  }
}

.flow-number:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #436102;
  border-left: 3px solid #436102;
  width: 0;
  height: 0;
}

.flow-number:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  border-top: 20px solid #5d820d;
  border-right: 25px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid transparent;
  width: 0;
  height: 0;
}

.flow-number--last {
  box-sizing: content-box;
  padding: 6px 0;
}

.flow-number--last:after {
  bottom: 0;
  left: inherit;
  right: -6px;
  border-top: 3px solid #436102;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #436102;
}

.flow-number--last > span {
  display: inline-block;
  padding-top: 16px;
}

.flow-label {
  display: block;
  margin: 0;
  padding-left: 65px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 736px) {
  .flow-label {
    font-size: 1.6rem;
  }
}

.flow-note {
  margin: 0;
  padding-left: 65px;
  line-height: 1.4;
}

.flow-image {
  font-size: 0;
}

.flow-image > img:nth-child(n+2) {
  margin-top: 22px;
}

@media screen and (min-width: 737px) {
  .flow-image {
    width: 312px;
  }
}

@media screen and (max-width: 736px) {
  .flow-image {
    max-width: 600px;
    margin: 0 auto;
  }
  .flow-image > img {
    width: 100%;
  }
}

.flow-foot {
  margin: 20px 0 0 0;
  padding: 10px;
  border-radius: 25px;
  background-color: #fff8d6;
  text-align: center;
}

/* briefing:voice */
.briefing-voice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.briefing-voice-container > section {
  width: 312px;
}

@media screen and (max-width: 736px) {
  .briefing-voice-container > section {
    width: 100%;
  }
  .briefing-voice-container > section:nth-child(n+2) {
    margin-top: 20px;
  }
}

.briefing-voice {
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 736px) {
  .briefing-voice {
    padding: 20px;
  }
}

.briefing-voice-title {
  margin: 0;
  color: #5d820d;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
}

@media screen and (max-width: 736px) {
  .briefing-voice-title {
    font-size: 2rem;
  }
}

/* briefing:schedule */
.briefing-schedule {
  margin: 1em 0 0 0;
}

.briefing-schedule > dt {
  color: #ac8f1a;
}

.briefing-schedule > dd {
  margin: 0;
}

/* access */
.access-container {
  padding: 60px 0;
}

@media screen and (max-width: 736px) {
  .access-container {
    padding: 40px 10px;
  }
}

/* access:map */
.map-image {
  text-align: center;
}

.map-access {
  margin: 10px 0 0 0;
  padding-left: 1.5em;
}

.map-access > li {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 736px) {
  .map-access > li {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.map-iframe {
  position: relative;
  margin-top: 20px;
  padding-top: 57.1428571%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 736px) {
  .map-iframe {
    margin: 20px auto 0;
    max-width: 560px;
  }
}

.map-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .map-iframe > iframe {
    padding: 0 10px;
  }
}

/* access:address */
.address {
  width: 100%;
  border-spacing: 0;
}

.address th {
  padding: 15px 0;
  border-top: 1px solid #ac8f1a;
  width: 8em;
  color: #5d820d;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  .address th {
    width: 5em;
    font-size: 1.6rem;
  }
}

.address td {
  padding: 15px 0;
  border-top: 1px solid #ac8f1a;
  vertical-align: middle;
}

/* access:outline */
.outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #ac8f1a;
}

.outline:last-child {
  border-bottom: 1px solid #ac8f1a;
}

@media screen and (max-width: 736px) {
  .outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.outline > dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.outline > div {
  margin-left: 22px;
}

@media screen and (max-width: 736px) {
  .outline > div {
    margin: 20px auto 0;
  }
}

.outline-data {
  margin: 0;
}

.outline-data > dt {
  color: #5d820d;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .outline-data > dt {
    font-size: 1.6rem;
  }
}

.outline-data > dd {
  margin: 0;
}

@media screen and (max-width: 736px) {
  .outline-data > dd {
    margin-top: 5px;
  }
}

@media screen and (min-width: 737px) {
  .outline-image {
    width: 312px;
  }
}

/* basics:program-area */
.program-area {
  padding: 40px;
  background-color: #f0f0f0;
}

@media screen and (max-width: 736px) {
  .program-area {
    padding: 10px;
  }
}

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

@media screen and (max-width: 736px) {
  .birthday-text {
    text-align: left;
  }
}

.gender-radio {
  margin-top: 20px;
  text-align: center;
}

.birthday-select {
  margin-top: 20px;
  text-align: center;
}

.birthday-select-item {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 479px) {
  .birthday-select-item {
    display: block;
  }
}

.birthday-select-item:nth-child(-n+2) {
  margin-right: .5em;
}

@media screen and (max-width: 479px) {
  .birthday-select-item:nth-child(-n+2) {
    margin-right: 0;
  }
}

.birthday-submit {
  width: 330px;
  margin: 30px auto;
}

@media screen and (max-width: 736px) {
  .birthday-submit {
    margin-top: 20px;
    width: 100%;
    max-width: 330px;
  }
}

.select-label {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
  background-color: white;
  vertical-align: bottom;
}

.select-label--2digit {
  min-width: 7em;
}

@media screen and (max-width: 479px) {
  .select-label--2digit {
    min-width: calc(100% - 1.5em);
  }
}

.select-label--4digit {
  min-width: 8.5em;
}

@media screen and (max-width: 479px) {
  .select-label--4digit {
    min-width: calc(100% - 1.5em);
  }
}

.select-label:before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  width: 1em;
  height: 1em;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 100%;
  background-color: #000000;
  z-index: 1;
}

.input-select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 1rem 5.4rem 1rem 1.5rem;
  border: 0;
  outline: none;
  background: transparent;
  color: black;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .input-select {
    font-size: 1.6rem;
  }
}

.input-select > option {
  color: #000000;
}

.input-select::-ms-expand {
  display: none;
}

.input-select > option {
  background-color: #ffffff;
}

.result-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 736px) {
  .result-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.result-col {
  width: 350px;
}

@media screen and (max-width: 736px) {
  .result-col {
    width: 100%;
  }
  .result-col:nth-child(n+2) {
    margin-top: 15px;
  }
}

.result-birthday {
  padding: 0 8px;
  background-color: #000000;
  color: #fff;
}

.result-table1 {
  border-collapse: collapse;
  border-spacing: 0;
  border: 22px solid #fff;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .result-table1 {
    border-width: 10px;
  }
}

.result-table1 td {
  padding: 10px 0;
  background-color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .result-table1 td {
    font-size: 1.8rem;
  }
}

.result-table1 .result-tenchusatsu {
  padding-right: 16px;
}

@media screen and (max-width: 736px) {
  .result-table1 .result-tenchusatsu {
    padding-right: 0;
  }
}

.result-table1 .result-eto {
  padding: 10px 16px;
  width: 15%;
}

@media screen and (max-width: 736px) {
  .result-table1 .result-eto {
    padding: 10px 0;
  }
}

.result-table2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.result-table2 td {
  padding: 5px 10px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  background-color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
}

.result-table2 td:first-child {
  border-left: none;
}

@media screen and (max-width: 736px) {
  .result-table2 td {
    font-size: 1.8rem;
  }
}

.result-table2 tr:first-child td {
  border-top: none;
}

.result-table3 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.result-table3 th {
  font-weight: normal;
}

.result-table3 td {
  padding: 5px 10px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  background-color: #ffffff;
  line-height: 1.8;
  text-align: center;
}

.result-table3 td:first-child {
  border-left: none;
  text-align: right;
}

.result-table3 tr:first-child td {
  border-top: none;
}

.result-foot-note {
  text-align: right;
}

@media screen and (max-width: 479px) {
  .result-foot-note {
    text-align: left;
  }
}

/* basics:subsection */
.subsection {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #ac8f1a;
}

@media screen and (max-width: 736px) {
  .subsection {
    padding: 15px;
  }
}

.subsection-title {
  margin: 0;
  color: #5d820d;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .subsection-title {
    font-size: 1.8rem;
  }
}

.subsection-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .subsection-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subsection-col-a {
  width: 232px;
}

@media screen and (max-width: 736px) {
  .subsection-col-a {
    width: calc(40% - 10px);
  }
}

@media screen and (max-width: 479px) {
  .subsection-col-a {
    width: 100%;
  }
}

.subsection-col-b {
  width: 486px;
}

@media screen and (max-width: 736px) {
  .subsection-col-b {
    width: calc(60% - 10px);
  }
}

@media screen and (max-width: 479px) {
  .subsection-col-b {
    margin-top: 20px;
    width: 100%;
  }
}

/* basics:figure-section */
.figure-section {
  margin-top: 20px;
}

.figure-section:first-child {
  margin-top: 0;
}

.figure-section-title {
  margin: 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 736px) {
  .figure-section-title {
    font-size: 1.6rem;
  }
}

.figure-section > table {
  margin-top: 0;
  width: 100%;
}

/* privacy */
.privacy-section {
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .privacy-section {
    margin-top: 20px;
  }
}

.privacy-section:first-child {
  margin-top: 0;
}

.privacy-title {
  margin: 0;
  color: #5d820d;
  font-size: 1.8rem;
}

/* lecture */
.lecture-image {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .lecture-image {
    margin-top: 30px;
  }
}


.lecture-info-data{
  margin-top: 40px;
}

.lecture-info-title{
  margin: 0;
  color: #5d820d;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: normal;
}

.lecture-info-body{
  padding: 20px 0 0 0;
}

@media screen and (max-width: 736px) {
  .lecture-info-body{
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 736px) {
  .lecture-info-body table th{
    white-space: nowrap;
  }
}

.lecture-button {
    margin: 40px auto 0;
    width: 472px;
}

@media screen and (max-width: 736px) {
  .lecture-button {
    width: 280px;
  }
}

.button--lecture {
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px solid #5d820d;
    background-color: #e7ecdb;
}
.button--lecture > .button-label-image {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .button--lecture > .button-label-image {
    width: 171px;
  }
}

.button--lecture > .button-arrow01:before {
  color: #5d820d;
}

.entry-time-title {
    margin: 0;
    padding: 30px 40px 30px 40px;
    color: #5d820d;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: normal;
}

@media screen and (max-width: 736px) {
  .entry-time-title {
    padding: 10px 20px 20px 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
}

.entry-time-title span{
  text-decoration: underline;
}

.lecture-access{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  .lecture-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lecture-access-left{
  width: 600px;
}

@media screen and (max-width: 736px) {
  .lecture-access-left{
    width: 100%;
  }
}

.lecture-access-right{
  -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

@media screen and (max-width: 736px) {
  .lecture-access-right{
      margin-left: 0px;
      margin-top: 20px;
  }
  .lecture-access-right img{
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}

.lecture-access-title {
    margin: 0;
    color: #5d820d;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: normal;
}

@media screen and (max-width: 736px) {
  .lecture-access-title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.lecture-access-text01{
  line-height: 1.6;
}
.lecture-access-text02{
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 736px) {
  .lecture-access-text02{
    width: 60%;
    margin: 10px auto;
  }
}

.lecture-access-bottom{
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  .lecture-access-bottom{
    margin-top: 0px;
  }
}

.lecture-access-bottom p{
  margin: 0;
}

/**
 * State Style
 */
.is-hidden {
  display: none;
}

.is-vidible {
  display: block;
}

.is-xs-visible {
  display: none;
}

@media screen and (max-width: 479px) {
  .is-xs-visible {
    display: block;
  }
}

.is-sp-visible {
  display: none;
}

@media screen and (max-width: 736px) {
  .is-sp-visible {
    display: block;
  }
}

.is-pc-visible {
  display: block;
}

@media screen and (max-width: 736px) {
  .is-pc-visible {
    display: none;
  }
}

.is-xs-hidden {
  display: block;
}

@media screen and (max-width: 479px) {
  .is-xs-hidden {
    display: none;
  }
}

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




/***********
1711更新時追記
***********/
/* fate_calculation:btn-area */
.fate_calculation-action{
  margin-bottom: 20px;
}
.fate_calculation-body {
  padding: 16px 30px;
}
@media screen and (max-width: 736px) {
  .fate_calculation-body {
    padding: 20px 20px;
  }
}
.fate_calculation_text{
  margin-top: 17px;
}
.fate_calculation_text .ttl{
  font-size: 1.8rem;
  color: #ac8f1a;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 736px) {
  .fate_calculation_text .ttl{
    font-size: 1.6rem;
  }
}
.fate_calculation_text .text-1{
  margin: 0;
  padding: 0;
}
.l-row-flex{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-row-flex .flex{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
}
.fate_calculation-action .flex:first-child{
  width: 480px;
}
@media screen and (max-width: 736px) {
  .fate_calculation-action .flex:first-child{
    width: 100%;
  }
}
.fate_calculation-action .flex{
  width: 500px;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .fate_calculation-action .flex{
    width: 100%;
  }
}
.fate_calculation-button{
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .fate_calculation-button{
    width: 280px;
  }
}
.button--top--fate_calculation{
  position: relative;
  box-shadow: 0 5px 0 0 rgba(33, 48, 0, 0.4);
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.button--top--fate_calculation {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #5d820d;
}
@media screen and (max-width: 736px) {
  .button--top--fate_calculation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


/* casebook:btn-area */
.casebook-action{
  margin-bottom: 20px;
}
.casebook-body {
  padding: 28px 30px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 736px) {
  .casebook-body {
    padding: 20px 20px;
  }
}
.casebook_text{
  margin-top: 17px;
}
.casebook_text .ttl{
  font-size: 1.8rem;
  color: #ac8f1a;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 736px) {
  .casebook_text .ttl{
    font-size: 1.6rem;
  }
}
.casebook_text .text-1{
  margin: 0;
  padding: 0;
}
.l-row-flex{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casebook-action .flex{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
}
.casebook-action .flex:first-child{
  width: 480px;
}
@media screen and (max-width: 736px) {
  .casebook-action .flex:first-child{
    width: 100%;
  }
}
.casebook-action .flex{
  width: 500px;
}
@media screen and (max-width: 736px) {
  .casebook-action .flex{
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .casebook-button{
    width: 280px;
  }
}
.casebook-button{
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .casebook-button{
    width: 280px;
  }
}
.button--top--casebook{
  position: relative;
  box-shadow: 0 5px 0 0 rgba(33, 48, 0, 0.4);
  background-color: #ffffff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}
.button--top--casebook {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #5d820d;
}
@media screen and (max-width: 736px) {
  .button--top--casebook {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* casebook cookie */
.page_cookie{
  margin-top: 50px;
}
.page_cookie .cookie_title{
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #5d820d;
  border-bottom: 1px solid #5d820d;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .page_cookie .cookie_title{
    font-size: 2.2rem;
  }
}
.page_cookie .cookie_text{
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .page_cookie .cookie_text{
    font-size: 1.6rem;
  }
}

/* SNS */
.addtoany_shortcode{
  margin: 20px 0 0 0;
  text-align: right;
}
.sns-btn{
  margin-bottom: 15px;
}


/* faq */
.faq-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.faq-item {
  margin: 20px 0 0 0;
  width: 100%;
  color: #444444;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
  background-color: #ffffff;
  box-shadow: 1.4px 1.4px 3px 0 rgba(0, 0, 0, 0.25), inset 0 2px 0 0 #ac8f1a;
}
@media screen and (max-width: 736px) {
  .faq-item{
    font-size: 1.4rem;
  }
}

.faq-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .faq-item {
    margin-top: 15px;
  }
}

.faq-item-title .box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: start;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-item-title .box .inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-item-read .box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.faq-item .box p{
  margin-top: 7px;
}
.faq-item .box .q-icon{
  padding-right: 10px;
  font-size: 2.7rem;
  color: #5d820d;
}
.faq-item .box .a-icon{
  padding-right: 10px;
  font-size: 2.7rem;
  color: #e85647;
}

.faq-item-title {
  padding: 24px 30px;
  color: #444444;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
}
.faq-item-title:hover{
  color: #5d820d;
}

@media screen and (max-width: 736px) {
  .faq-item-title {
    font-size: 1.5rem;
    padding: 18px 20px;
  }
}

.faq-item-read {
  display: none;
  padding: 24px 30px;
  margin: 0;
  color: #999999;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .08em;
}

@media screen and (max-width: 736px) {
  .faq-item-read {
    padding: 18px 20px;
    font-size: 1.4rem;
  }
}

.faq-item .box .accordion-icon,
.faq-item .box .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.faq-item .box .accordion-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0px;
}
.faq-item .box .accordion-icon span {
  position: absolute;
    left: 6px;
    width: 50%;
  height: 2px;
    background-color: #5d820d;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.faq-item .box .accordion-icon span:nth-of-type(1) {
    top: 45%;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.faq-item .box .accordion-icon span:nth-of-type(2) {
    top: 45%;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.faq-item .active .box .accordion-icon span:nth-of-type(1) {
  display:none;
}
.faq-item .active .box .accordion-icon span:nth-of-type(2) {
  top: 45%;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@charset "UTF-8";
/* --- ここまでがオリジナルCSS（省略）--- */

/* --- ここからカード型デザイン用の追加・修正 --- */

/* カード型デザインのベース */
.container {
  max-width: 600px;
  margin: 40px auto;
  padding: 0 12px;
}

/* カード本体 */
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin: 2rem auto;
  max-width: 480px;
  padding: 24px 32px;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .card {
    padding: 16px 8px;
    max-width: 100%;
  }
}

/* カードのヘッダー */
.card-header {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 8px;
  color: #5d820d;
}

/* カードの本文 */
.card-body {
  font-size: 1rem;
}

/* 結果カードの特別装飾 */
.result-card {
  border-left: 4px solid #5d820d;
  border-radius: 12px;
}

/* ボタン */
.btn-primary {
  display: inline-block;
  background: #1d72b8;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 24px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 16px;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: #155a8a;
}

/* 入力フォームのselectやradioの調整 */
.birthday-select select,
.gender-radio input[type="radio"] {
  margin-right: 4px;
}
.birthday-select label,
.gender-radio label {
  margin-right: 16px;
  font-size: 1.1rem;
}
.birthday-select {
  margin-bottom: 18px;
}
.gender-radio {
  margin-bottom: 18px;
}

/* 結果表示テーブルの装飾強化 */
.result-table1,
.result-table2,
.result-table3 {
  margin: 10px 0 20px 0;
  width: 100%;
  border-collapse: collapse;
}
.result-table1 td,
.result-table2 td,
.result-table3 td,
.result-table3 th {
  border: 1px solid #eee;
  padding: 8px 6px;
  font-size: 1.1rem;
}
.result-table1 .result-tenchusatsu {
  font-weight: bold;
  color: #d43a3a;
}

/* 結果の年月日ラベル */
.result-birthday {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  background: #5d820d;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.1rem;
}

/* 結果表のレイアウト調整 */
.result-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}
.result-col {
  flex: 1 1 320px;
  min-width: 260px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 736px) {
  .result-row {
    flex-direction: column;
    gap: 10px;
  }
  .result-col {
    min-width: 0;
  }
}

/* エラー表示の装飾 */
.card.result-card .card-header {
  color: #d43a3a;
}

/* --- ここまでカード型用の追加 --- */
