@charset "UTF-8";
@import url("/renewal/css/styleadd.css");
/*! 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.（inline扱いのため）
 * 2. Add the correct display in IE対策（inline扱いのため）
 */
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;
}

a {
  color: #4d79ff;
}

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

/* 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,
optgroup,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/*Add Style*/
/*---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5 {
  font-size: 2rem;
}

body, figure, ul, ol, li, dl, dt, dd, p, main, section, article, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

video,
audio {
  vertical-align: bottom;
}

button {
  border: none;
  cursor: pointer;
}

div, section, article {
  /*line-height: 1.6;*/
}

.mcf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.txt {
  overflow: hidden;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 100%;
}

textarea {
  vertical-align: bottom;
}

select {
  padding: 0.5em 1em;
}

table {
  border: none;
  border-collapse: collapse;
}

/*# sourceMappingURL=normalize.css.map */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  background: #f5f5f5;
}

.figure {
  margin: 0 auto;
}

.figure img {
  width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
}

button {
  padding: 0;
}

button:focus {
  outline: none;
}

body {
  background: #f5f5f5;
}

.content {
  margin: 0 auto;
  position: relative;
}

.show_wovn{display:none;}

@media screen and (max-width: 599px) {
  .content {
    width: 93.75%;
  }
}

@media print, screen and (min-width: 600px) {
  .content {
    width: 1020px;
    padding: 0 10px;
  }
  .header_part {
    min-width: 1020px;
  }
  .hdr_cover {
    min-width: 1020px;
  }
  footer {
    min-width: 1020px;
  }
}

@media print, screen and (min-width: 600px) {
  .main {
    width: 1020px;
    margin: 0 auto;
  }
  .slider_box {
    position: relative;
  }
  .btn_plan {
    background: green;
    margin: 20px auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    margin-bottom: -36px;
  }
  .container {
    min-width: 1000px;
  }
  .plan_part {
    min-width: 1000px;
  }
  .top_part_A {
    min-width: 1000px;
  }
  .top_part_B {
    min-width: 1000px;
  }
  .collabo_part {
    min-width: 1000px;
  }
  main {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 599px) {
  main {
    margin-bottom: 100px;
  }
}

@media print, screen and (min-width: 600px) {
  main {
    margin-bottom: 120px;
  }
}

@media print, screen and (min-width: 600px) {
  /*.main:nth-of-type(2) {
    margin-bottom: 120px;
  }*/
  .page_top footer {
    margin-top: 110px;
  }
  .page_about footer {
    margin-top: 90px;
  }
  .page_status footer {
    margin-top: 80px;
  }
  .page_checking footer {
    margin-top: 120px;
  }
  .page_method footer {
    margin-top: 120px;
  }
  .page_regulation footer {
    margin-top: 120px;
  }
  .page_regulation footer {
    margin-top: 120px;
  }
  .page_schedule footer {
    margin-top: 120px;
  }
  .page_gallery footer {
    margin-top: 120px;
  }
}

.btnA {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 52px;
  height: 52px;
  border-radius: 27px/26px;
  background-color: #444;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  margin: 0 auto;
}

.btn_renual {
  width: 366px;
}

.btn_hightway {
  width: 258px;
}

.btn_tech {
  width: 235px;
}

.plan_part {
  padding-bottom: 60px;
}

.btn_plan {
  background: green;
  margin: 20px auto;
}

.msg_renual {
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #333;
  text-align: left;
  width: 93.75%;
  margin: 0 auto;
}

@media print, screen and (min-width: 600px) {
  .plan_part {
    padding-bottom: 0;
  }
  .plan_part .msg_renual span {
    display: inline-block;
  }
  .msg_renual {
    font-size: 2.0rem;
    text-align: center;
    line-height: 2.5;
    padding-top: 90px;
    margin-bottom: 90px;
    color: #333;
    font-weight: normal;
  }
  .plan_part .btn_plan {
    width: 480px;
    position: absolute;
    top: -58%;
    left: 50%;
    margin-left: -240px;
  }
  .firefox .plan_part .btn_plan {
    top: -42%;
  }
}

@media print, screen and (min-width: 600px) and (max-width: 1024px) {
  .plan_part .btn_plan {
    top: -73%;
  }
}

.hdrB {
  letter-spacing: .26em;
  font-size: 1.8rem;
  line-height: 1.666;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .hdrB {
    font-size: 4rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 80px;
  }
}

.top_part_A p {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.top_part_B p {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.top_part_C p {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.sectionE p {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 600px) {
  .top_part_A .hdrB {
    margin-top: 130px;
  }
  .top_part_B .hdrB {
    margin-top: 130px;
  }
  .top_part_C .hdrB {
    margin-top: 130px;
  }
  .top_part_A p {
    letter-spacing: 0.26em;
    font-size: 2.0rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .top_part_B p {
    margin-bottom: 20px;
    letter-spacing: 0.26em;
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .top_part_C p {
    margin-bottom: 20px;
    letter-spacing: 0.26em;
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .sectionE p {
    margin-bottom: 20px;
    letter-spacing: 0.26em;
    font-size: 2.0rem;
    line-height: 1.8;
  }
}

.collabo_part {
  padding: 20px 0;
  background: url(../images/top/bg_middle_sp.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 35.625%;
}

.collabo_part .hdrA {
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
  line-height: 1.388;
  letter-spacing: .26em;
}

.collaboNav_wrap {
  margin: 0 auto;
  text-align: center;
}

.collaboNav {
  display: table;
  margin: 0 auto;
  font-size: 0;
  border-collapse: separate;
  border-spacing: 10px 0px;
  background: rgba(255, 255, 255, 0.9);
}

.collaboNav li {
  display: table-cell;
  font-size: 1.4rem;
  padding-bottom: 5px;
}

.collaboNav li img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btnB {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  height: 24px;
  color: #333;
  border: 1px solid #333;
  font-size: .8rem;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 600px) {
  .collabo_part {
    margin-bottom: 50px;
    padding: 20px 0;
    background: url(../images/top/bg_middle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 1020px;
    height: 600px;
    height: 700px;
  }
  .collabo_part {
    padding: 60px 0 0;
  }
  .collabo_part .hdrA {
    font-size: 4rem;
    letter-spacing: .26em;
  }
  .collaboNav_wrap {
    width: 842px;
    margin: 0 auto;
    padding: 50px;
  }
  .collaboNav {
    display: table;
    margin: 0 auto;
    border-spacing: 70px 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .collaboNav li {
    display: table-cell;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .collaboNav li img {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .btnB {
    width: 154px;
    font-size: 1.4rem;
    line-height: 34px;
    height: 34px;
    margin-bottom: 12px;
  }
}

.btnArea {
  margin-top: 30px;
  margin-bottom: 80px;
}

.btnArea .btnDesign {
  margin: 10px auto 25px;
}

@media print, screen and (min-width: 600px) {
  .btnDesign {
    width: 365px;
    margin: 10px auto;
    font-weight: normal;
  }
  .top_part_A .set .btnDesign {
    margin: 0;
  }
  .btnArea {
    width: 770px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    overflow: hidden;
  }
  .btnArea .btnDesign {
    margin: 10px;
  }
  .btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.plan_part .btnDesign {
  font-size: 1.5rem;
}

.top_part_A .btnDesign {
  font-size: 1.4rem;
}

.top_part_B .btnDesign {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 600px) {
  .plan_part .btnDesign {
    font-size: 2.6rem;
  }
  .top_part_A .btnDesign {
    font-size: 2.0rem;
  }
  .top_part_B .btnDesign {
    font-size: 2.0rem;
  }
}

@media print, screen and (min-width: 600px) {
  .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .set.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .text {
    width: 50%;
    width: 490px;
    width: 460px;
    vertical-align: top;
  }
  .set .figure {
    width: 50%;
    width: 490px;
    margin: 0;
    margin-top: 10px;
  }
  .figure img {
    width: 490px;
  }
}

.movie_block {
  margin-top: 30px;
  margin-bottom: 60px;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media print, screen and (min-width: 600px) {
  .movie_block {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 600px) {
  .help_temp_1 {
    height: 319px;
  }
  .help_temp_3 {
    padding-right: 8px;
  }
  .help_temp_4 {
    height: 213px;
  }
  .help_temp_0 {
    width: 290px;
  }
  .help_temp_0 p {
    text-align: center;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 600px) {
  .slider_box {
    position: relative;
    min-height: 510px;
  }
  .btn_plan {
    background: green;
    margin: 20px auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -240px;
    margin-bottom: -36px;
  }
}

@media screen and (max-width: 599px) {
  .l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-sm-1 {
    width: 100%;
  }
  .col-sm-2 {
    width: 50%;
  }
}

@media print, screen and (min-width: 600px) {
  .l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col-md-1 {
    width: 100%;
  }
  .col-md-2 {
    width: 490px;
    width: 50%;
  }
  .col-md-3 {
    width: 320px;
    width: 33.333%;
    width: 333.33333px;
  }
}

.c-doratora {
  display: block;
  border: 1px solid #95989A;
  border-radius: 10px;
  padding: 10px 10px 5px;
  background: #FFF;
}

@media screen and (max-width: 599px) {
  .c-doratora {
    margin-top: 10px;
  }
  .c-plans {
    padding: 40px 5px 10px;
    border: 1px solid #95989A;
    margin-bottom: 40px;
  }
  .c-plans .c-plans__item {
    width: 82.8571429%;
    margin: 0 auto 20px;
  }
  .c-plans .c-plans__item a {
    color: #3F7AFF;
    font-weight: bold;
    display: block;
  }
}

@media print, screen and (min-width: 600px) {
  .c-doratora {
    margin-top: 10px;
  }
  .c-plans {
    padding: 50px 15px 40px;
    border: 1px solid #95989A;
    margin: 15px 0 70px;
  }
  .c-plans .c-plans__item {
    padding: 0 15px;
  }
  .c-plans .c-plans__item a {
    color: #3F7AFF;
    font-weight: bold;
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .btn_onSlider_bg {
    width: 290px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: -20px;
  }
  .collabo_part {
    padding-bottom: 15%;
  }
}

@media print, screen and (min-width: 600px) {
  .collabo_part {
    height: 500px;
    margin-top: 80px;
  }
  .msg_renual {
    font-size: 2.0rem;
    text-align: center;
    line-height: 2.5;
    padding-top: 0px;
    margin-bottom: 0px;
    color: #333;
    font-weight: normal;
  }
  .btn_block_center {
    text-align: center;
    margin: 45px 0;
  }
  .movie_block {
    width: 1000px;
    margin: 60px auto 0;
  }
  .btn_onSlider_bg {
    background: #FFF;
    width: 480px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    margin-top: -5%;
  }
}

/*レイアウト*/
@media screen and (max-width: 599px) {
  .set .text {
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 600px) {
  .set .text {
    margin-bottom: 20px;
    letter-spacing: 0.26em;
    font-size: 2.0rem;
    line-height: 1.8;
  }
}

.u-break {
  word-break: break-all;
}

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

@font-face {
  font-family: 'nexco';
  src: url("../fonts/nexco.ttf?hs7p94") format("truetype"), url("../fonts/nexco.woff?hs7p94") format("woff"), url("../fonts/nexco.svg?hs7p94#nexco") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: 'nexco' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-window:before {
  content: "\e904";
  margin-left: 5px;
  font-size: 1.4rem;
}

.header_part {
  position: relative;
  z-index: 8000;
}

@media screen and (max-width: 599px) {
  .header_part .content {
    width: 100%;
  }
}

@media print, screen and (min-width: 600px) {
  .header_part {
    box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background: white;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 62%, #f2f2f2 100%);
    background: linear-gradient(to bottom, white 1%, #f9f9f9 62%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    box-shadow: 5px 4px 15px 1px rgba(0, 0, 0, 0.3);
  }
  .header_part .headerTopArea {
    margin-bottom: 12px;
    padding-top: 13px;
  }
}

.headerTopArea::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.headerTopArea a {
  color: #333;
  text-decoration: none;
}

.headerTopArea h1 {
  position: absolute;
}

.headerTopArea .menu {
  background-size: 100%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .headerTopArea .menu button {
    width: 50px;
    height: 50px;
    background-color: #318213;
    border: solid 1px #51ab27;
    background-image: -webkit-linear-gradient(bottom, #318213, #61b53c);
    background-image: linear-gradient(to top, #318213, #61b53c);
  }
  .headerTopArea .menu button.is-active {
    background-color: #000;
    background-image: -webkit-linear-gradient(top, #318213, #61b53c);
    background-image: linear-gradient(to bottom, #318213, #61b53c);
  }
  .headerTopArea h1 {
    background-image: url(../images/common/logo_renewal@2x.png);
    background-size: 35px 23.5px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 55px;
    height: 50px;
    display: table;
    line-height: 1.2;
    letter-spacing: .28em;
  }
  .headerTopArea h1 span {
    display: inline-block;
  }
  .headerTopArea .unit {
    display: block;
  }
  .headerTopArea a {
    color: #333;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 43px;
    font-size: 2.3vw;
  }
}

@media print, screen and (min-width: 600px) {
  .headerTopArea h1 {
    font-size: 22px;
    height: 58px;
    letter-spacing: .18em;
    font-weight: normal;
    background-image: url(../images/common/logo_renewal@2x.png);
    background-size: 85px 58px;
    background-repeat: no-repeat;
    background-position: left center;
    display: table;
    line-height: 1;
  }
  .headerTopArea h1 a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 104px;
  }
  .headerTopArea h1 span {
    display: inline;
  }
  .headerTopArea .menu {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .menu_off {
    display: none;
  }
  .headerTopArea .menu button.is-active .menu_off {
    display: inline;
  }
  .headerTopArea .menu button.is-active .menu_on {
    display: none;
  }
  .menu_txt_wrap {
    width: 40px;
    height: 10px;
    position: absolute;
    top: 18px;
    left: 5px;
    display: block;
  }
  .android .menu_txt_wrap {
    top: 26px;
  }
  .firefox .menu_txt_wrap {
    top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .localNav_container {
    position: fixed;
    z-index: 10000;
    width: 100%;
  }
  #humber_active {
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
  }
  .header_part.on {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #FFF;
    margin-bottom: 50px;
  }
  body .menu-is-active {
    margin-top: 70px;
  }
}

.headerNavArea ul {
  background: #5fb33b;
}

.headerNavArea ul li {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}

.headerNavArea ul li:last-of-type {
  border-bottom: none;
}

.headerNavArea ul li a {
  color: #FFF;
  text-decoration: none;
  line-height: 50px;
  width: 100%;
  display: block;
  position: relative;
}

.headerNavArea ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
  margin-left: 5px;
}

@media print, screen and (min-width: 600px) {
  .headerNavArea {
    display: block !important;
  }
  .headerNavArea ul {
    display: table;
    width: 100%;
    text-align: center;
    background: transparent;
  }
  .headerNavArea ul li {
    display: table-cell;
    font-size: 1.3rem;
    border-left: 1px solid #CACACA;
    border-bottom: none;
  }
  .headerNavArea ul li:last-of-type {
    border-right: 1px solid #CACACA;
  }
  .headerNavArea ul li a {
    color: #666666;
    padding: 12px 10px;
    -webkit-transition: .1s;
    transition: .1s;
    line-height: 1;
  }
  .headerNavArea ul li a:hover {
    color: #FFF;
    background: #333;
  }
  .headerNavArea ul li a::before {
    display: none;
  }
  .headerNavArea ul li.narrow {
    display: none;
  }
  .headerNavArea ul li a.current {
    color: #FFF;
    background: #333;
  }
}

@media print, screen and (min-width: 600px) {
  .path_Part {
    position: absolute;
    left: 0;
    bottom: -40px;
    font-size: 1.4rem;
  }
  .path_Part a {
    text-decoration: none;
    -webkit-transition: .1s;
    transition: .1s;
  }
  .path_Part a:hover {
    text-decoration: underline;
  }
  .path_block li {
    display: inline;
  }
}

.btn_off {
  display: none;
}

.btn_off.open {
  display: block;
}

@media print, screen and (min-width: 600px) {
  .btn_off {
    display: block;
  }
}

.headerTopArea .logo {
  margin-right: 5px;
}

.headerTopArea .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .headerTopArea .logo {
    margin-right: 2px;
  }
}

.headerTopArea .logo.east {
  float: right;
  background: url(../images/common/logo_east@2x.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center;
}

.headerTopArea .logo.west {
  float: right;
  background: url(../images/common/logo_west@2x.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center;
}

.headerTopArea .logo.center {
  float: right;
  background: url(../images/cover/logo_center@2x.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center;
}

.headerTopArea .logo.renewal {
  float: right;
  background: url(../images/common/logo_renewal@2x.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 24px;
  background-size: 100%;
  background-position: center;
}

@media print, screen and (min-width: 600px) {
  .headerTopArea .logo.east {
    display: inline-block;
    width: 110px;
    height: 55px;
    background-size: 100%;
    float: right;
  }
  .headerTopArea .logo.west {
    display: inline-block;
    width: 110px;
    height: 55px;
    background-size: 100%;
    float: left;
  }
  .headerTopArea .logo.center {
    display: inline-block;
    width: 110px;
    height: 55px;
    background-size: 100%;
    float: left;
  }
  .headerTopArea .logo.renewal {
    display: inline-block;
    width: 110px;
    height: 55px;
    background-size: 100%;
    float: left;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  padding: 5px 5px;
  padding: 0 0 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, filter;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  width: 20px;
  height: 24px;
  height: 10px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  margin-top: -7px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  width: 20px;
  height: 4px;
  height: 2px;
  background-color: #000;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
  top: -6px;
}

.hamburger-inner::after {
  bottom: -10px;
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer {
  background: #FFF;
  width: 100%;
  padding-bottom: 20px;
}

footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a5cb0b;
  background-image: -webkit-linear-gradient(left, #a5cb0b, #2f985a);
  background-image: linear-gradient(to right, #a5cb0b, #2f985a);
}

footer small {
  text-align: center;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.02em;
  font-size: .8rem;
}

footer small span {
  display: inline-block;
}

.logo_renewal {
  width: 24.68%;
  margin: 40px auto 20px;
}

.logo_renewal img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 600px) {
  footer small {
    font-size: .8rem;
    margin: 20px auto 40px;
  }
  .logo_renewal {
    width: 105px;
  }
}

.toTop {
  display: table;
  text-align: center;
  position: relative;
}

.toTop a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.toTop a:hover {
  opacity: .6;
}

@media screen and (max-width: 599px) {
  .toTop {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.07);
    height: 50px;
  }
  .toTop a {
    width: 100%;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 600px) {
  .toTop {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
    text-align: right;
  }
  .toTop a {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .arrows::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    margin-left: -15px;
  }
}

.c-footer {
  background: #BADBAE;
}

.c-footsitemap a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.c-footsitemap a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
}

.c-footsitemap a:hover {
  opacity: .6;
}

.c-footsitemap .c-footsitemap__item--full {
  border-bottom: 1px dashed #333;
}

@media screen and (max-width: 599px) {
  .c-footsitemap {
    padding-bottom: 8px;
  }
  .c-footsitemap a {
    position: relative;
    padding: 5px 5px 5px 25px;
    display: inline-block;
  }
  .c-footsitemap a::before {
    margin-left: 10px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-footsitemap .c-footsitemap__item--full {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .c-footsitemap .c-footsitemap__item {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 600px) {
  .c-footsitemap {
    margin: 0 auto;
    width: 1000px;
    padding: 25px 0 15px;
    overflow: hidden;
  }
  .c-footsitemap a {
    position: relative;
    padding-left: 20px;
  }
  .c-footsitemap a::before {
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-footsitemap .c-footsitemap__item--full {
    width: 100%;
    font-size: 20px;
    padding-bottom: 15px;
  }
  .c-footsitemap .c-footsitemap__item {
    width: 22%;
    float: left;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .c-footsitemap .c-footsitemap__item.long {
    width: 34%;
  }
  .c-footsitemap .c-footsitemap__item li {
    margin-bottom: 5px;
  }
}

.hdrTypeA {
  line-height: 1.388;
  letter-spacing: 0.26em;
  font-size: 1.8rem;
  border-left: 5px solid #333;
  padding-left: 15px;
  margin: 40px auto 15px;
}

.hdrTypeA.first {
  margin: 0px auto 15px;
}

@media print, screen and (min-width: 600px) {
  .hdrTypeA {
    font-size: 3.6rem;
    padding-left: 30px;
    margin: 30px auto 43px;
    border-left: 10px solid #333;
  }
  .hdrTypeA.first {
    margin: 0px auto 43px;
  }
}

.hdrTypeB {
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 2;
  color: #333;
}

@media print, screen and (min-width: 600px) {
  .hdrTypeB {
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: .26em;
  }
}

.hdrTypeC {
  border-bottom: 1px dashed #666;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: .2em;
  color: #333;
  padding-bottom: .7em;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .hdrTypeD {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 12px;
    color: #333;
  }
}

@media print, screen and (min-width: 600px) {
  .hdrTypeD {
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: .26em;
    line-height: 1;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 599px) {
  .hdrTypeDT {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 12px;
    color: #333;
  }
}

@media print, screen and (min-width: 600px) {
  .hdrTypeDT {
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: .26em;
    line-height: 1;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 599px) {
  .hdrTypeO {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1;
    margin-bottom: 12px;
    color: #333;
  }
}

@media print, screen and (min-width: 600px) {
  .hdrTypeO {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: .26em;
    line-height: 1;
    margin-bottom: 8px;
  }
}

.hdrTypeE {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .26em;
  line-height: 1;
  color: #333;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .hdrTypeE {
    font-weight: bold;
    font-size: 3.0rem;
    letter-spacing: .26em;
    color: #333;
    margin-bottom: 20px;
  }
}

.hdrTypeP {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .26em;
  line-height: 1;
  color: #333;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 600px) {
  .hdrTypeP {
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: .26em;
    color: #333;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 600px) {
  .hdrTypeC {
    border-bottom: 1px dashed #666;
    font-weight: bold;
    font-size: 2.0rem;
    letter-spacing: .2em;
    color: #333;
    padding-bottom: .7em;
    margin-bottom: 10px;
  }
}

.hdrTypeF {
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.hdrTypeF span {
  display: inline-block;
}

@media print, screen and (min-width: 600px) {
  .hdrTypeF {
    font-size: 2.0rem;
    letter-spacing: .26em;
  }
}

.figcap_A {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 6px 0 0;
  letter-spacing: .2em;
  line-height: 1.5;
}

@media print, screen and (min-width: 600px) {
  .figcap_A {
    font-size: 1.6rem;
    margin: 8px 0 5px;
    font-weight: normal;
  }
}

.figcap_B {
  margin: 8px 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 6px 0 3px;
  letter-spacing: .2em;
  line-height: 1.5;
}

@media print, screen and (min-width: 600px) {
  .figcap_B {
    font-size: 2.0rem;
    margin: 8px 0 5px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    padding: 15px 0 15px;
  }
}

@media screen and (max-width: 599px) {
  .hdr_fig {
    margin-bottom: 10px;
    line-height: 1;
  }
}

@media print, screen and (min-width: 600px) {
  .hdr_fig {
    margin-bottom: 15px;
    line-height: 1;
  }
}

.txtTypeB {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 600px) {
  .txtTypeB {
    margin-bottom: 40px;
    letter-spacing: 0.26em;
    line-height: 1.8;
    font-size: 2rem;
  }
}

.txtTypeA {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 600px) {
  .txtTypeA {
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    font-size: 1.6rem;
  }
}

.txtTypeC {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 600px) {
  .txtTypeC {
    line-height: 1.6;
    letter-spacing: .26em;
  }
}

.txtTypeN {
  line-height: 1.5;
}

.listTypeA {
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.listTypeA li::before {
  content: "◯";
}

@media print, screen and (min-width: 600px) {
  .listTypeA {
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    font-size: 1.6rem;
    padding: 12px 15px;
  }
  .listTypeA li::before {
    margin-right: 5px;
    font-size: 1.4rem;
  }
}

.hdr_cover.coverA {
  background-image: url(../images/subpage/cover_A.jpg);
}

.hdr_cover.coverB {
  background-image: url(../images/subpage/cover_B.png);
}

.hdr_cover.coverC {
  background-image: url(../images/subpage/cover_C.jpg);
}

.hdr_cover.coverD {
  background-image: url(../images/subpage/cover_D.jpg);
}

.hdr_cover.coverE {
  background-image: url(../images/subpage/cover_E.jpg);
}

.hdr_cover.coverF {
  background-image: url(../images/subpage/cover_F.jpg);
}

.hdr_cover.coverG {
  background-image: url(../images/subpage/cover_G.jpg);
}

.hdr_cover {
  width: 100%;
  height: 68px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hdr_cover .cover_lay_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin: 0 auto;
}

.hdr_cover h1 {
  color: #FFF;
  position: relative;
}

@media screen and (max-width: 599px) {
  .hdr_cover {
    height: 68px;
    margin-bottom: 20px;
  }
  .hdr_cover .cover_lay_1 {
    height: 68px;
  }
  .hdr_cover h1 {
    font-size: 1.5rem;
    letter-spacing: .22em;
    line-height: 1.533;
  }
}

@media print, screen and (min-width: 600px) {
  .hdr_cover {
    height: 186px;
    margin-bottom: 100px;
  }
  .hdr_cover .cover_lay_1 {
    height: 185px;
    width: 1000px;
    position: relative;
  }
  .hdr_cover h1 {
    font-size: 3.0rem;
    letter-spacing: .22em;
    line-height: 1.533;
    position: relative;
  }
}

.hdr_cover .cover_lay_2 {
  position: relative;
}

.hdr_cover .cover_lay_2::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 599px) {
  .hdr_cover .cover_lay_2::before {
    height: 32px;
    width: 400%;
    right: -20px;
    line-height: 32px;
    margin-top: -16px;
  }
}

@media print, screen and (min-width: 600px) {
  .hdr_cover .cover_lay_2::before {
    line-height: 60px;
    height: 60px;
    width: 400%;
    right: -20px;
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 600px) {
  .layout_Type_ImgText {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout_Type_ImgText_img {
    width: 520px;
    margin-top: .6em;
  }
  .layout_Type_ImgText_txt {
    width: 456px;
  }
}

/*
// partBG ---------------------------------------------------------------
.layout_Type_BgText{
    // background: red;

}
.layout_Type_BgText_img{
    margin-bottom: 120px;
}
.layout_Type_BgText_txt{
    // float: right;
}
.layout_Type_BgText{

}
@media print,screen and (min-width:600px){
    .layout_Type_BgText{
        overflow: hidden;
        display: flex;
        justify-content:space-between;
        background-image: url(../images/subpage/cover_sub_1);
        width: 1000px;
        height: 490px;
        color: #FFF;
    }
    .layout_Type_BgText_img{
        width: 490px;
        margin-top: .6em;
    }
    .layout_Type_BgText_txt{
        width: 456px;
        margin-left: 78px;
        margin-top: 70px;
    }
}
*/
.bgTypeA {
  background: RGBA(232, 232, 232, 1);
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 600px) {
  .block_TypeA {
    margin-bottom: 100px;
  }
}

.block_TypeB {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 600px) {
  .block_TypeB {
    margin-bottom: 60px;
  }
}

.layout_Type_imageList li {
  margin-bottom: 28px;
}

.layout_Type_imageList figure p {
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 1.8;
}

@media print, screen and (min-width: 600px) {
  .layout_Type_imageList .layout_Type_imageList_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .layout_Type_imageList .layout_Type_imageList_func li {
    width: 320px;
  }
  .layout_Type_imageList li {
    margin-bottom: 0px;
  }
  .layout_Type_imageList figure p {
    font-size: 1.6rem;
    letter-spacing: .2em;
    line-height: 1.5;
  }
}

.layout_Type_Vertical_cell {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .layout_Type_Vertical_func .txtTypeA {
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 600px) {
  .layout_Type_Vertical_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout_Type_Vertical_func.invert {
    background: #FFF;
    margin-bottom: 60px;
  }
  .layout_Type_Vertical_cell {
    width: 490px;
    margin-bottom: 0;
  }
  .layout_Type_Vertical_cell.invert {
    background: #FFF;
  }
}

.layout_Type_Unbarabce_cell {
  margin-bottom: 28px;
}

@media print, screen and (min-width: 600px) {
  .layout_Type_Unbarabce_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout_Type_Unbarabce_cell {
    width: 490px;
    margin-bottom: 0px;
  }
  .layout_Type_Unbarabce_cell:nth-of-type(1) {
    margin-right: 20px;
  }
}

.partE_block {
  margin-bottom: 28px;
}

@media print, screen and (min-width: 600px) {
  .layout_Type_define_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partE_block {
    margin: 0 auto;
    margin-bottom: 90px;
  }
}

.layout_Type_ThumTxt {
  margin-bottom: 20px;
}

.layout_Type_ThumTxt_func > li {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 600px) {
  .layout_Type_ThumTxt {
    margin-bottom: 60px;
  }
  .layout_Type_ThumTxt_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .layout_Type_ThumTxt_func > li {
    width: 480px;
    margin-bottom: 0;
  }
  .layout_Type_ThumTxt_func a {
    font-weight: bold;
  }
  .layout_Type_ThumTxt_func a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 599px) {
  .block_TypeG_content .small_img {
    padding: 0 15%;
  }
}

@media print, screen and (min-width: 600px) {
  .block_TypeG_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_TypeG_container .block_TypeG_content {
    width: 315px;
    line-height: 1.6;
  }
  .block_TypeG_container .block_TypeG_content p {
    line-height: 1.6;
    letter-spacing: .26em;
  }
  .block_TypeG_container .block_TypeG_content:last-of-type {
    width: 150px;
  }
  .block_TypeG_container .small_img {
    margin-top: 10px;
  }
}

.layout_Type_Table_func {
  font-weight: bold;
  background: #e9e9e9;
}

.layout_Type_Table_func li:first-child {
  background: #ddd;
}

.constTerm {
  margin-bottom: 80px;
}

.constMap {
  padding: 0 5%;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 600px) {
  .constTerm {
    margin-bottom: 80px;
  }
  .constMap {
    padding: 0 5%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 599px) {
  .layout_Type_Table_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .layout_Type_Table_func li {
    padding: 8px 0px;
  }
  .layout_Type_Table_func li:nth-of-type(1) {
    border-bottom: 1px solid #FFF;
    width: 100%;
    text-align: center;
    letter-spacing: .26em;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .layout_Type_Table_func li:nth-of-type(2) {
    border-bottom: 1px solid #FFF;
    width: 100%;
    line-height: 1.85;
    padding-left: 20px;
    letter-spacing: .26em;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .layout_Type_Table_func li:nth-of-type(3) {
    width: 50%;
    padding-left: 20px;
    font-size: 1.2rem;
  }
  .layout_Type_Table_func li:nth-of-type(4) {
    border-left: 1px solid #FFF;
    width: 50%;
    font-size: 1.0rem;
  }
  .icon_fig {
    width: 58px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 600px) {
  .layout_Type_Table {
    margin-bottom: 60px;
  }
  .layout_Type_Table_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.8rem;
    letter-spacing: .26em;
  }
  .layout_Type_Table_func li {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 2px solid #FFF;
  }
  .layout_Type_Table_func li:not(:last-child) {
    border-right: none;
  }
  .layout_Type_Table_func li:first-child {
    border-left: none;
  }
  .layout_Type_Table_func li:last-child {
    width: 200px;
    text-align: center;
  }
  .layout_Type_Table_func li:last-child span {
    display: inline-block;
    display: block;
    margin: 0 auto;
  }
}

.partD_plan {
  line-height: 1.785;
  letter-spacing: .1em;
  font-size: 1.4rem;
  padding: 20px 20px 15px;
}

.partD_plan dl dt {
  margin-top: 18px;
}

.partD_plan h3 {
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .partD_plan {
    padding: 40px 32px;
    letter-spacing: .26em;
  }
  .partD_plan h3 {
    margin-bottom: 25px;
  }
}

.menuA ul {
  margin-bottom: 6px;
}

.menuA ul li {
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.5;
  color: #666;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media print, screen and (min-width: 600px) {
  .menuA {
    font-size: 1.6rem;
    letter-spacing: .2em;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .menuA ul li {
    padding-right: 0px;
    font-size: 1.6rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}

.menuB {
  background: RGBA(232, 232, 232, 1);
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.56;
  padding: 15px 15px 12px;
  margin-bottom: 30px;
}

.menuB ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1.56;
}

@media print, screen and (min-width: 600px) {
  .menuB {
    margin-bottom: 30px;
    padding: 15px 20px 15px 12px;
  }
  .menuB ul li {
    padding-left: 1em;
    text-indent: -1.2em;
    font-size: 1.6rem;
    letter-spacing: .2em;
    line-height: 1.5;
  }
  .layout_Type_define_list_3 .menuB {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 599px) {
  .layout_type_flexImg li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 600px) {
  .layout_Type_define_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
  }
  .layout_Type_define_list > ul > li {
    width: 320px;
  }
  .layout_Type_define_list_1 .menuA ul {
    height: 4.0em;
  }
  .layout_Type_define_list_2 .menuA ul {
    height: 4.0em;
  }
  .layout_Type_define_list_2 .menuB ul {
    height: 8.5em;
  }
  .layout_Type_define_list_3 .menuA ul {
    height: auto;
  }
  .layout_type_flexImg {
    margin-bottom: 60px;
  }
  .layout_type_flexImg .layout_type_flexImg_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .layout_type_flexImg .layout_type_flexImg_func > li {
    width: 320px;
  }
  .layout_type_flexImg figcaption {
    margin-bottom: 0px;
  }
  .layout_type_flexImg figure p {
    margin: 0 auto;
  }
}

.layout_type_vgraf .layout_type_vgraf_func {
  margin: 30px 20px 40px;
}

.layout_type_vgraf li {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 600px) {
  .layout_type_vgraf {
    margin-bottom: 60px;
  }
  .layout_type_vgraf .layout_type_vgraf_func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .layout_type_vgraf .layout_type_vgraf_func > li {
    width: 320px;
  }
  .layout_type_vgraf figcaption {
    margin-bottom: 30px;
  }
  .layout_type_vgraf figure p {
    width: 272px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.lineAjust {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 600px) {
  .border_R1 {
    border-right: 1px solid #C4C4C4;
  }
}

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

.thum_icon {
  width: 80px;
  margin-right: 10px;
}

.thum_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}

.thum_flex h2 {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: -5px;
}

.thum_flex p {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .thum_table_wrap:last-of-type {
    margin-bottom: 0px;
  }
  .thum_2 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 600px) {
  .thum_table_wrap {
    margin-bottom: 0px;
  }
  .thum_container {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .thum_table_wrap.col2 {
    width: 490px;
  }
  .thum_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .thum_icon {
    width: 112px;
    margin-right: 15px;
  }
  .thum_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
  }
  .thum_table {
    display: table;
  }
  .thum_table h2 {
    vertical-align: middle;
    margin-left: 10px;
  }
  .thum_flex h2 {
    font-size: 2rem;
    line-height: 1.8;
  }
  .thum_table p {
    vertical-align: middle;
    margin-left: 10px;
  }
  .thum_flex p {
    font-size: 1.6rem;
  }
}

.linkBlock {
  margin-bottom: 10px;
}

.linkBlock li {
  margin-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.linkBlock .linkBlock_msg {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 14px;
}

.linkBlock li span {
  display: block;
}

.linkBlock li span:nth-of-type(1)::before {
  content: "・";
}

@media print, screen and (min-width: 600px) {
  .linkBlock {
    margin-bottom: 30px;
  }
  .linkBlock li {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .linkBlock li:first-of-type {
    border-top: 1px solid #ddd;
  }
  .linkBlock li span:nth-of-type(2) {
    display: block;
    text-align: right;
  }
  .linkBlock li span:nth-of-type(1)::before {
    content: "・";
  }
  .linkBlock a {
    padding: 10px;
    padding: 0;
    width: 200px;
  }
  .linkBlock .linkBlock_msg {
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0px;
  }
}

.block_Horizon_2_wrap {
  margin-bottom: 40px;
}

.block_Horizon_2_wrap .hdrTypeD {
  font-size: 1.8rem;
}

.block_Horizon_2_col1 {
  padding: 0 5%;
}

@media screen and (max-width: 599px) {
  .section_Part_F .block_Horizon_2_col1 {
    padding: 0 5%;
    margin-bottom: 20px;
  }
}

.block_Horizon_2_col2 {
  padding: 0 15%;
}

@media print, screen and (min-width: 600px) {
  .block_Horizon_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .block_Horizon_2_col1 {
    width: 440px;
    margin-right: 80px;
  }
  .block_Horizon_2_col2 {
    width: 340px;
    padding: 0;
  }
}

.linkType_renew {
  margin: 30px 10px 25px;
}

.linkType_renew a:hover {
  opacity: .8;
}

.linkType_renew a {
  -webkit-transition: .1s;
  transition: .1s;
  color: #FFF;
  text-decoration: none;
  background-color: #318213;
  border: solid 1px #51ab27;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, #318213, #61b53c);
  background-image: linear-gradient(to top, #318213, #61b53c);
  display: block;
  line-height: 40px;
  width: 300px;
  margin: 0 auto;
  position: relative;
}

.linkType_renew a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -5px;
}

@media print, screen and (min-width: 600px) {
  .linkType_renew_container {
    text-align: center;
    margin-top: 30px;
  }
  .linkType_renew_container .linkType_renew {
    margin: 10px;
  }
  .linkType_renew {
    display: inline-block;
    margin: 0;
  }
  .linkType_renew a {
    width: 300px;
    line-height: 45px;
  }
  .linkBlock .linkType_renew a {
    width: 200px;
    line-height: 40px;
  }
}

.inspection > li {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 600px) {
  .inspection > li {
    padding-left: 0;
  }
}

.bgType_Border_A {
  background: RGBA(232, 232, 232, 1);
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 600px) {
  .bgType_Border_A {
    margin-bottom: 60px;
    border: 4px solid #ccc;
  }
}

.layout_Type_define:nth-of-type(1) {
  margin-bottom: 10px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #666;
}

.layout_Type_define dt::after {
  content: "：";
  margin-left: -2px;
}

@media print, screen and (min-width: 600px) {
  .layout_Type_define {
    display: table;
  }
  .layout_Type_define dt {
    display: table-cell;
    width: 130px;
    position: relative;
  }
  .layout_Type_define dd {
    display: table-cell;
    font-size: 2.0rem;
  }
  .layout_Type_define dt::after {
    content: "：";
    margin-left: -2px;
    position: absolute;
    right: 0;
  }
  .layout_Type_define:nth-of-type(1) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.aside_word {
  margin-top: 30px;
  margin-bottom: 30px;
}

.aside_word_block {
  border: 1px dashed #000;
  padding: 0px 20px 14px 20px;
}

.aside_word .the_word {
  font-size: 1.4rem;
  letter-spacing: .26em;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: 20px;
}

.aside_word .the_desc {
  line-height: 1.778;
  font-size: 1.2rem;
  letter-spacing: .26em;
  color: #333;
}

.aside_word .the_desc:nth-of-type(2) {
  margin-bottom: 0px;
}

@media screen and (max-width: 599px) {
  .aside_word .the_word:nth-last-of-type(odd) {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 600px) {
  .aside_word {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .aside_word_block {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 23px;
  }
  .aside_word .the_word {
    font-size: 2.0rem;
    margin-top: 30px;
    margin-bottom: 23px;
  }
  .aside_word .the_desc {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .aside_word .the_word:nth-of-type(2) {
    margin-top: 30px;
  }
}

.icon_fig {
  display: block;
  margin-bottom: 5px;
}

.icon_figcap {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .icon_fig {
    width: 88px;
  }
  .icon_figcap {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 600px) {
  .section_Part_G .layout_Type_imageList li {
    margin-bottom: 28px;
  }
}

.i_pdf {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}

.gallerys figure {
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .schedule_table_wrap {
    margin-bottom: 40px;
  }
  .schedule_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e9e9e9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .schedule_table li {
    text-align: center;
    padding: 8px 20px;
    letter-spacing: .26em;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: bold;
  }
  .schedule_table .icon_fig {
    width: 58px;
    margin: 0 auto;
  }
  .schedule_table .icon_figcap {
    letter-spacing: 0;
    font-size: 1.0rem;
    display: inline-block;
  }
  .schedule_table li:nth-of-type(1) {
    width: 100%;
    background: #DDD;
    border-bottom: 1px solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  .schedule_table li:nth-of-type(2) {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #FFF;
  }
  .schedule_table li:nth-of-type(3) {
    width: 50%;
    text-align: left;
  }
  .schedule_table li:nth-of-type(4) {
    width: 50%;
    border-left: 1px solid #FFF;
  }
}

@media print, screen and (min-width: 600px) {
  .schedule_table_wrap {
    margin-bottom: 60px;
  }
  .schedule_table {
    display: table;
    background: #e9e9e9;
    width: 100%;
    font-size: 0;
  }
  .schedule_table li {
    display: table-cell;
    width: 250px;
    vertical-align: middle;
    text-align: center;
    padding: 20px 20px;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: .0em;
    font-weight: bold;
  }
  .schedule_table li:not(:last-child) {
    border-right: 2px solid #FFF;
  }
  .schedule_table li:nth-of-type(1) {
    width: 262px;
    background: #DDD;
  }
  .schedule_table li:nth-of-type(2) {
    text-align: left;
  }
  .schedule_table li:nth-of-type(3) {
    width: 190px;
  }
  .schedule_table li:nth-of-type(4) {
    width: 190px;
  }
  .schedule_table .icon_fig {
    width: 88px;
    margin: 0 auto;
  }
  .schedule_table .icon_figcap {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
  .schedule_term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.schedule_note::before {
  content: "※";
  margin-right: .2em;
}

@media screen and (max-width: 599px) {
  .schedule_note {
    font-size: 1.2rem;
    line-height: 1.666;
    font-weight: normal;
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 3px;
  }
}

@media print, screen and (min-width: 600px) {
  .schedule_note {
    font-size: 1.4rem;
    line-height: 1.666;
    font-weight: normal;
    margin-top: 8px;
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .infomation {
    width: 100%;
    margin-top: 40px;
    line-height: 1.5;
  }
  .infomation h4 {
    margin-bottom: 20px;
  }
  .info_list li a {
    width: 250px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 35px;
    height: 35px;
  }
  .info_list li {
    margin-bottom: 15px;
  }
  .info_list_ttl {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 8px;
    display: inline-block;
  }
}

@media print, screen and (min-width: 600px) {
  .infomation {
    border: 1px solid #cacaca;
    margin: 0 auto;
    padding: 25px;
    margin-top: 90px;
    margin-bottom: 60px;
  }
  .info_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .info_list li {
    width: 228px;
  }
  .info_list .btnB {
    width: auto;
    margin-top: 5px;
  }
  .infomation h4 {
    margin-bottom: 20px;
  }
  .info_list_ttl {
    font-weight: bold;
  }
}

/*p*/
@media screen and (max-width: 599px) {
  .btn_block_center {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .btn_block_4 {
    text-align: center;
  }
  .btn_block_4 a {
    margin-bottom: 10px;
  }
  .btn_block_4 li:last-of-type a {
    margin-bottom: 0px;
  }
  .btn_block_2 {
    text-align: center;
  }
  .btn_block_2 {
    text-align: center;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .btn_block_2 a {
    margin: 10px 0px 0px 0px;
  }
  .btn_block_LC {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .btn_block_RC {
    text-align: center;
  }
}

@media print, screen and (min-width: 600px) {
  .btn_block_center {
    text-align: center;
  }
  .btn_block_4 {
    text-align: center;
  }
  .btn_block_4 a {
    margin: 20px 10px 0px 10px;
  }
  .btn_block_LC {
    text-align: left;
  }
  .btn_block_2 {
    text-align: center;
  }
  .btn_block_2 > div {
    text-align: center;
    display: inline-block;
  }
  .btn_block_2 a {
    margin: 0px 20px 0px 20px;
  }
  .btn_block_RC {
    text-align: center;
  }
}

.btn_renew_e a {
  color: #FFF;
  text-decoration: none;
  background-color: #318213;
  border: solid 1px #51ab27;
  background-image: -webkit-linear-gradient(bottom, #318213, #61b53c);
  background-image: linear-gradient(to top, #318213, #61b53c);
  text-decoration: none;
  text-align: center;
  z-index: 1000;
}

.btn_renew_e.toplebel a {
  background-color: #318213;
}

.btn_renew_c a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 1px #006792;
  background-image: -webkit-linear-gradient(bottom, #005c84, #00a0e2);
  background-image: linear-gradient(to top, #005c84, #00a0e2);
}

.btn_renew_w a {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  border: solid 1px #dd6107;
  background-image: -webkit-linear-gradient(bottom, #db5404, #e58841);
  background-image: linear-gradient(to top, #db5404, #e58841);
}

.btn_size_A a,
.btn_size_B a,
.btn_size_C a,
.btn_size_D a {
  position: relative;
}

.btn_size_A a::before,
.btn_size_B a::before,
.btn_size_C a::before,
.btn_size_D a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -3px;
}

@media print, screen and (min-width: 600px) {
  .btn_size_A a::before,
  .btn_size_B a::before,
  .btn_size_C a::before,
  .btn_size_D a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -5px;
  }
  .btn_renew_e.toplebel a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
  }
}

@media screen and (max-width: 599px) {
  .btn_size_A {
    width: 289px;
    line-height: 41px;
    height: 41px;
    text-align: center;
    margin-bottom: 40px;
  }
  .btn_size_A a {
    width: 289px;
    line-height: 41px;
    height: 41px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .btn_size_B a {
    width: 250px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .btn_size_C a {
    width: 250px;
    line-height: 35px;
    height: 37px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .btn_size_D a {
    width: 250px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

@media print, screen and (min-width: 600px) {
  .btn_size_A a {
    width: 480px;
    line-height: 70px;
    height: 70px;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .btn_size_B a {
    width: 365px;
    line-height: 52px;
    height: 52px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .btn_size_C a {
    width: 200px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    font-weight: bold;
  }
  .btn_size_D a {
    width: 265px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    font-weight: bold;
    margin: 0 22px;
  }
}

@media screen and (max-width: 599px) {
  .btn_onSlider_bg {
    width: 290px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}

.btn_onSlider_bg {
  background: #FFF;
}

.btn_onSlider {
  background: #FFF;
  color: #FFF;
  text-decoration: none;
  background-color: #318213;
  border: solid 2px #51ab27;
  background-image: -webkit-linear-gradient(bottom, #318213, #61b53c);
  background-image: linear-gradient(to top, #318213, #61b53c);
  text-decoration: none;
  text-align: center;
  z-index: 1000;
  width: 290px;
  height: 41px;
  line-height: 39px;
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}

.btn_onSlider::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -3px;
}

@media print, screen and (min-width: 600px) {
  .btn_onSlider_bg {
    background: #FFF;
    width: 480px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    margin-top: -3.5%;
  }
  .btn_onSlider {
    width: 480px;
    height: 70px;
    line-height: 67px;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .btn_onSlider::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
  }
}

@media screen and (max-width: 599px) {
  .brsp {
    display: block;
  }
  .brpc {
    display: none;
  }
}

@media print, screen and (min-width: 600px) {
  .brsp {
    display: none;
  }
  .brpc {
    display: block;
  }
}

@media print, screen and (min-width: 600px) {
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

body .narrow {
  display: block;
}

body .wide {
  display: none;
}

@media print, screen and (min-width: 600px) {
  body .narrow {
    display: none;
  }
  body .wide {
    display: block;
  }
}

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

@media print, screen and (min-width: 600px) {
  .t-center {
    text-align: center;
  }
}

.te {
  background: #000;
  background: aqua;
  height: 300px;
}

.btn_arrowA {
  position: relative;
  width: 100px;
  display: block;
  height: 300px;
}

.btn_arrowA::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  left: 50px;
  height: 95px;
  background: #FFF;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  box-shadow: -1px -1px 10px 1px rgba(0, 0, 0, 0.1);
}

.btn_arrowA::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  left: 50px;
  top: 65px;
  height: 95px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-shadow: -1px -1px 10px 1px rgba(0, 0, 0, 0.1);
}

.btn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -5px;
}

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?-pccm53");
  src: url("../fonts/icon.eot?#iefix-pccm53") format("embedded-opentype"), url("../fonts/icon.woff?-pccm53") format("woff"), url("../fonts/icon.ttf?-pccm53") format("truetype"), url("../fonts/icon.svg?-pccm53#my-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

.i-arrow_2p {
  /*font-size: 40px;*/
}

.i_arrow_L:before {
  font-family: 'icon';
  content: "\e900";
  /*padding-right: 10px;*/
  font-size: 1em;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
}

.i_arrow_R {
  position: relative;
}

.i_arrow_R:before {
  font-family: 'icon';
  content: "\e901";
  /*padding-right: 30px;*/
  font-size: 10px;
  /*line-height: 34px;*/
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  display: inline-block;
  position: absolute;
  left: 5px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

@media print, screen and (min-width: 600px) {
  .i_arrow_R:before {
    font-family: 'icon';
    content: "\e901";
    padding-right: 30px;
    font-size: 10px;
    line-height: 34px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    display: inline-block;
    position: absolute;
    left: 10px;
  }
  .i_arrow_path {
    position: relative;
  }
  .i_arrow_path:before {
    font-family: 'icon';
    content: "\e901";
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    min-width: 12px;
    display: inline-block;
    text-align: center;
  }
}

.i_arrow_Top:before {
  font-family: 'icon';
  content: "\e902";
  /*padding-right: 10px;*/
  font-size: 1em;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
  margin-right: 6px;
}

.i_arrow_T:before {
  font-family: 'icon';
  content: "\e900";
  /*padding-right: 10px;*/
  font-size: 1em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.i_arrow_B:before {
  font-family: 'icon';
  content: "\e900";
  font-size: 1em;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
}

.i_arrow_R {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
}

.i_arrow_R:hover {
  opacity: .7;
}

.i_arrow_R.c_nexco:hover {
  opacity: .7;
}

main a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

main a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .8;
}

.main a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.main a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .8;
}

.btn_renew_e a:hover {
  opacity: .8;
}

.btn_plan {
  background: none;
}

.btn_renew_e.toplebel {
  background-image: none;
}

@media print, screen and (min-width: 600px) {
  .nmt26 {
    margin-top: -26px;
  }
}

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