@charset "UTF-8";
/* # =================================================================
	 # Global selectors
	 # ================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese",'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
	 # add
	 # ================================================================= */
a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
}

figure.w100p img {
  width: 100%;
}

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

ol,
ul {
  list-style: none;
}

/* # =================================================================
	 # disp
	 # ================================================================= */
.sp-disp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-disp {
    display: block;
  }
  .pc-disp {
    display: none;
  }
}

/* font setting */
.f_roboto {
  font-family: 'Roboto Condensed', sans-serif;
}

/*
# =================================================================
# COMMON
# =================================================================
*/
/* overlay -----------------*/
.overlay-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.overlay-cover_dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/dot-cover.png) repeat;
  opacity: 0.25;
}

/* background -----------------*/
.bg_green {
  background-color: #f6fffa;
}

.bg_gray {
  background-color: #f2f2f2;
}

.bg_white {
  background-color: #fff;
}

.bg_shadow {
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.rounded_10 {
  border-radius: 10px;
}

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

.flex.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

/* bread -----------------*/
.bread {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  z-index: 0;
}

@media screen and (min-width: 960px) {
  .bread {
    display: block;
  }
}

.bread .bread_crumb {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}

.bread .bread_crumb li {
  display: inline;
  text-transform: uppercase;
  color: #777;
  font-size: 1.4rem;
}

.bread .bread_crumb li::after {
  content: '>';
  padding: 0 15px;
}

.bread .bread_crumb li:last-child::after {
  content: '';
}

.bread .bread_crumb li a {
  color: #777;
  font-size: 1.4rem;
}

/* btn -----------------*/
.btn01 a, .btn01 input {
  position: relative;
  display: block;
  max-width: 250px;
  margin: 2rem auto 0;
  padding: 1rem;
  color: #ee5604;
  font-size: 1.6rem;
  border: 2px solid #ee5604;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn01 a:after, .btn01 input:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 60px;
  height: 2px;
  background: #ee5604;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn01 a:hover, .btn01 input:hover {
  opacity: .7;
  background-color: #ee5604;
  color: #fff;
}

.btn01 a:hover:after, .btn01 input:hover:after {
  right: 0;
  opacity: 0;
}

.btn01.white a, .btn01.white input {
  color: #191970;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn01.white a:hover, .btn01.white input:hover {
  opacity: 1;
  background-color: #fff;
  color: #191970;
}

.btn02 a, .btn02 input {
  position: relative;
  display: block;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  color: #fff;
  font-size: 1.8rem;
  background-color: #ee5604;
  border: 1px solid #ee5604;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn02 a:hover, .btn02 input:hover {
  background-color: #fff;
  color: #ee5604;
}

.btn03 a, .btn03 input {
  display: block;
  padding: .7rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn03 a small, .btn03 input small {
  font-size: 1.4rem;
}

.btn03 a:hover, .btn03 input:hover {
  background-color: #003f62;
  -webkit-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-box-shadow: 0px 4px 1px #00324e;
          box-shadow: 0px 4px 1px #00324e;
}

/* margin -----------------*/
/* margin top */
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

/* margin bottom */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

/* defTable01 */
.contact_submitBtn {
  text-align: center;
}

.contact_submitBtn input {
  width: 200px;
  margin-top: 30px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  background-color: #191970;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact_submitBtn input:hover {
  opacity: .7;
}

.tbl01 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #71bce6;
  font-size: 1.4rem;
  text-align: left;
}

.tbl01 thead th {
  padding: 2rem;
  background-color: #71bce6;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.tbl01 thead th small {
  font-size: 1.4rem;
}

.tbl01 tr {
  border-bottom: 1px solid #71bce6;
}

.tbl01 th {
  max-width: 300px;
  padding: 2rem 1rem;
  border: 1px solid #71bce6;
  background-color: #b8e0f7;
  font-weight: normal;
}

.tbl01 td {
  padding: 2rem 1rem;
  border: 1px solid #71bce6;
  background-color: #fff;
}

.tbl01 td:first-child {
  white-space: nowrap;
}

.tbl02 {
  width: 98%;
  margin: 0 auto;
  table-layout: auto;
  background: #fff;
}

.tbl02 tr:nth-child(even) {
  background: #eee;
}

.tbl02 th {
  font-size: 15px;
  position: relative;
  text-align: left;
  width: 25%;
  padding: 18px 30px;
  vertical-align: middle;
  text-align-last: justify;
  text-justify: inter-ideograph;
  font-weight: bold;
}

.tbl02 th:after {
  display: block;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: -120px;
}

.tbl02 td {
  width: 70%;
  padding: 18px 20px 18px 170px;
}

@media screen and (max-width: 768px) {
  .tbl02 {
    width: 100%;
    margin: 0 auto;
    table-layout: auto;
  }
  .tbl02 tr:nth-child(even) {
    background: none;
  }
  .tbl02 th {
    background: #eee;
    font-size: 14px;
    position: inherit;
    display: block;
    text-align: left;
    width: 100%;
    padding: 8px 10px;
    vertical-align: middle;
    text-align-last: inherit;
    text-justify: inherit;
    font-weight: bold;
  }
  .tbl02 th::before {
    content: "ー";
    margin-right: 5px;
  }
  .tbl02 th:after {
    display: none;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    position: inherit;
    top: calc(50% - 1px);
    right: 0px;
  }
  .tbl02 td {
    width: 100%;
    padding: 10px 10px 10px 10px;
    display: block;
  }
}

.list_company {
  width: 85%;
  margin: 30px auto;
  table-layout: auto;
}

.list_company li {
  width: 33.33%;
  list-style: disc;
  list-style-position: inside;
  float: left;
  padding: 10px 10px 10px 30px;
}

.list_company li:nth-child(2n) {
  background: #eee;
}

.list_company li:last-child {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .tbl-resp th, .tbl-resp td {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .tbl-scrollWrap {
    width: 100%;
    overflow-y: scroll;
  }
  .tbl-scrollWrap > table {
    width: 1200px;
  }
  .tbl-scrollWrap::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-scrollWrap::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .tbl-scrollWrap::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
}

.form {
  width: 100%;
  border: 1px solid #ddd;
}

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

@media screen and (max-width: 768px) {
  .form th {
    width: 100%;
  }
}

.form input[type="text"] {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.form input[type="text"].w60p {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .form input[type="text"].w60p {
    width: 100%;
  }
}

.form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.form .separate input[type="text"] {
  width: calc(100% / 3.1);
}

.form input[type="button"] {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
          box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.form select {
  border: 1px solid #dadada;
  font-family: inherit;
  padding: 5px 10px;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
}

.form_btn {
  margin: 20px auto 0;
}

.con_cen {
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 180%;
  margin: 50px 0px 60px;
}

.con_cen span {
  display: block;
  margin: 1rem 0;
}

.con_cen em {
  font-style: normal;
}

.con_cen .tel_link,
.con_cen .tel_link a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .con_cen .tel_link,
  .con_cen .tel_link a {
    font-size: 3.5rem;
  }
}

.required {
  color: #fe6262;
}

ul.contact_formList {
  padding: 0;
  margin: 0;
}

ul.contact_formList li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #ccc;
}

ul.contact_formList li:last-child {
  background: none;
  border-bottom: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.inpform_fl {
  display: inline-block;
  margin: 0 10px 5px 0;
  font-size: 14px;
}

/* split -----------------*/
.col_2 > * {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .col_2 > * {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .col_2 figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col_2 .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.col_3 > * {
  width: calc(100% / 3.1);
}

@media screen and (max-width: 768px) {
  .col_3 > * {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_4 > * {
  width: calc(100% / 4.1);
}

@media screen and (max-width: 768px) {
  .col_4 > * {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_5 > * {
  width: calc(100% / 5.1);
}

@media screen and (max-width: 768px) {
  .col_5 > * {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_2_1 > *:nth-of-type(1) {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .col_2_1 > *:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_2_1 > *:nth-of-type(2) {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .col_2_1 > *:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_2_1 figure {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .col_2_1 .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2rem;
  }
  .col_2_1 .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.col_2_1 > *:nth-of-type(1) {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .col_2_1 > *:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_2_1 > *:nth-of-type(2) {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .col_2_1 > *:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_1_2 > *:nth-of-type(1) {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .col_1_2 > *:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.col_1_2 > *:nth-of-type(2) {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .col_1_2 > *:nth-of-type(2) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* pagenavi -----------------*/
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #333;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #36a26c;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  opacity: 1;
  color: #fff;
  background-color: #36a26c;
}

@media screen and (max-width: 760px) {
  .wp-pagenavi {
    margin: 5vw 0;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 8px 2vw;
  }
}

.page_nav {
  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-top: 70px;
}

@media screen and (max-width: 960px) {
  .page_nav {
    margin-bottom: 3vw;
  }
}

.page_nav a {
  color: #36a26c;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #36a26c;
}

.page_nav a:hover {
  opacity: 1;
  color: #fff;
  background-color: #36a26c;
}

/* gmap -----------------*/
.gmap {
  margin-top: 4rem;
  padding: 0;
}

.gmap iframe {
  width: 100%;
  height: 400px;
  border: 2px solid #565656;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* privacy box -----------------*/
.privacyBox {
  padding: 0px 20px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #fff;
  font-size: 90%;
  border: 1px solid #ddd;
}

.privacyBox .sub_ttl {
  margin: 30px 0px 15px 0px;
  font-size: 120%;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #36a26c;
}

.privacyBox p {
  margin-bottom: 10px;
}

.privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}

.privacyBox::-webkit-scrollbar {
  height: 5px;
}

.privacyBox::-webkit-scrollbar-track {
  background: #ddd;
}

.privacyBox::-webkit-scrollbar-thumb {
  background: #36a26c;
}

#privacy a {
  color: #191970;
  text-decoration: underline;
}

/* ttl -----------------*/
.ttl01 {
  margin-bottom: 2rem;
  font-size: 5rem;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.ttl01:first-letter {
  color: #36a26c;
}

.ttl01 span {
  display: block;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 3rem;
  }
}

.ttl_01 {
  position: relative;
  font-size: 2.8rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .ttl_01 {
    font-size: 2.4rem;
  }
}

.ttl_01:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  height: 5px;
  width: 20%;
  background: #ee5604;
}

.ttl_01.white {
  color: #fff;
}

.ttl_02 {
  margin-bottom: 4rem;
  text-transform: uppercase;
  text-align: center;
  color: #36a26c;
  font-weight: bold;
  font-size: 5.5rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.ttl_02 span {
  display: block;
  font-size: 2rem;
  color: #313131;
}

@media screen and (max-width: 768px) {
  .ttl_02 {
    font-size: 3.5rem;
  }
  .ttl_02 span {
    font-size: 2rem;
  }
}

.ttl_03 {
  position: relative;
  padding: 5px 10px 5px 35px;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px dashed #36a26c;
}

.ttl_03::after {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 20px;
  border: solid 4px #36a26c;
  border-radius: 100%;
}

.ttl_03 span {
  font-size: 16px;
  color: #bbb;
  float: right;
  line-height: 300%;
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .ttl_03 {
    font-size: 18px;
  }
  .ttl_03 span {
    display: none;
  }
}

.ttl_sub {
  color: #111;
  font-size: 1.6rem;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
  padding: 0px;
}

.ttl_sub:before {
  top: inherit;
  background: none;
  content: '';
  position: absolute;
  bottom: -14px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-color: #36a26c;
  border-radius: 2px;
}

.ttl_sub::after {
  display: none;
}

/* list -----------------*/
.list_asterisk {
  text-align: left;
}

.list_asterisk li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.list_asterisk li:before {
  content: '※';
  margin-right: 5px;
}

/* other -----------------*/
/* Alignment setting */
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

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

.bg01 {
  background-color: #f6f9ee;
}

.c_red {
  color: #fe6262;
}

.c_orange {
  color: #ee5604;
}

/* error -----------------*/
.error {
  margin-top: 1rem;
  color: #fe6262;
}

/*
# =================================================================
# LAYOUT
# =================================================================
*/
/* container -----------------*/
.container {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 96%;
  }
}

.container02 {
  width: 98%;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .container02 {
    width: 96%;
  }
}

.lower-page main .container02 {
  padding: 10rem 0;
}

.container03 {
  width: 98%;
  margin: 0 auto;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .container03 {
    width: 96%;
  }
}

/* header -----------------*/
header {
  width: 100%;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}

header h1 {
  display: none;
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  header h1 {
    display: none;
  }
}

header .logo {
  padding: 2rem;
}

header .logo img {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  header .logo {
    margin-top: 11px;
    max-width: 160px;
  }
  header .logo img {
    width: 100%;
    max-width: 263px;
  }
}

header .navbar {
  margin: 0;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  header .navbar {
    padding: 0 2rem;
  }
}

header .navbar-brand {
  max-width: 130px;
}

header .navbar-brand img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  header .navbar-brand {
    max-width: 70px;
  }
}

header .navbar-nav .nav-item {
  position: relative;
}

header .navbar-nav .nav-item:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: .5rem;
  display: inline-block;
  width: 0;
  height: 2px;
  background: #191970;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  header .navbar-nav .nav-item:after {
    display: none;
  }
}

header .navbar-nav .nav-item:hover:after {
  width: 40%;
}

header .navbar-nav .nav-item.btn_logout {
  margin-left: 2rem;
}

header .navbar-nav .nav-item.btn_logout:after {
  display: none;
}

header .navbar-nav .nav-item.btn_logout a, header .navbar-nav .nav-item.btn_logout input, header .navbar-nav .nav-item.btn_logout button {
  display: block;
  width: 100%;
  height: 100%;
  padding: .7rem;
  background: #fe6262;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(254, 98, 98, 0.3);
          box-shadow: 0 5px 10px 0 rgba(254, 98, 98, 0.3);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .navbar-nav .nav-item.btn_logout a:hover, header .navbar-nav .nav-item.btn_logout input:hover, header .navbar-nav .nav-item.btn_logout button:hover {
  opacity: .7;
  color: #fff;
}

@media screen and (max-width: 768px) {
  header .navbar-nav .nav-item.btn_logout {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  header .navbar-nav {
    padding-bottom: 3rem;
  }
  header .navbar-nav .nav-item {
    padding: 1rem 0;
    border-bottom: 1px dotted #ccc;
  }
  header .navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }
}

header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .navbar-light .navbar-nav .active > .nav-link:after, header .navbar-light .navbar-nav .nav-link.active:after, header .navbar-light .navbar-nav .nav-link.show:after, header .navbar-light .navbar-nav .show > .nav-link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: .5rem;
  display: inline-block;
  width: 40%;
  height: 2px;
  background: #191970;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  header .navbar-light .navbar-nav .active > .nav-link:after, header .navbar-light .navbar-nav .nav-link.active:after, header .navbar-light .navbar-nav .nav-link.show:after, header .navbar-light .navbar-nav .show > .nav-link:after {
    display: none;
  }
}

/* footer -----------------*/
footer {
  position: relative;
  background-color: #313131;
  text-align: center;
  color: #fff;
}

footer address {
  margin-bottom: 0;
  padding: 1rem;
  text-align: center;
  font-style: normal;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer address {
    padding: 1rem 0;
  }
}

/*
# =================================================================
# PAGES
# =================================================================
*/
/* page-login -----------------*/
/* ログインページ */
.page-login {
  font-family: "Poppins", sans-serif;
  /* STRUCTURE */
  /* TABS */
  /* FORM TYPOGRAPHY*/
  /* ANIMATIONS */
  /* Simple CSS3 Fade-in-down Animation */
  /* Simple CSS3 Fade-in Animation */
}

.page-login a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.page-login h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

.page-login .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  width: 100%;
  height: calc(100% - 145px);
  padding: 20px;
}

.page-login #formContent {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-login #formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.page-login h2.inactive {
  color: #cccccc;
}

.page-login h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}

.page-login input[type=button], .page-login input[type=submit], .page-login input[type=reset] {
  background-color: #191970;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
          box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-login input[type=button]:hover, .page-login input[type=submit]:hover, .page-login input[type=reset]:hover {
  background-color: #6060dc;
}

.page-login input[type=button]:active, .page-login input[type=submit]:active, .page-login input[type=reset]:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.page-login input[type=text], .page-login input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}

.page-login input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.page-login input[type=text]:placeholder {
  color: #cccccc;
}

.page-login .fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.page-login .fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.page-login .fadeIn.first {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.page-login .fadeIn.second {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.page-login .fadeIn.third {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.page-login .fadeIn.fourth {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-login #icon {
  width: 60%;
  margin: 1rem auto;
}


@media screen and (max-width: 768px) {
.page-login .wrapper {
  height: auto;
}

.page-login input[type=text]{
  padding: 10px;
}

.page-login input[type=button]{
  padding: 10px 80px;
}

.page-login #icon{
  width: 40%;
}
}


.page-lower {
  min-height: 100%;
  padding: 5rem 0;
  background: #DAE3E7;
}

.page-lower .master_account {
  margin-bottom: 2rem;
  text-align: right;
  font-weight: bold;
  font-size: 2.5rem;
  color: #ff7171;
  font-family: 'Space Mono', monospace;
}

.page-lower .card {
  overflow: hidden;
}

.page-lower .card-header {
  padding: 1.5rem;
}

.page-lower .card-body {
  padding: 4rem 2rem;
}

@media screen and (max-width: 768px) {
  .page-lower .card-body {
    padding: 2rem 1rem;
  }
}

.page-lower .login_user {
  font-weight: bold;
  text-align: left;
  font-size: 1.8rem;
}

.page-lower .btn {
  margin-top: 5rem;
  font-size: 1.8rem;
  padding: 20px 80px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(25, 25, 112, 0.4);
          box-shadow: 0 5px 10px 0 rgba(25, 25, 112, 0.4);
  background: #191970;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
}

.page-lower .btn:hover {
  color: #fff;
  background-color: #6060dc;
}

.page-lower .btn[disabled] {
  background: #aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-lower form input[type="text"],
.page-lower form input[type="number"],
.page-lower form input[type="password"],
.page-lower form textarea {
  height: 40px;
  font-size: 1.4rem;
}

.page-lower form .form-group {
  margin-bottom: 2.5rem;
}

.page-lower form .form-group label {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.page-lower form .form-group .fas {
  vertical-align: middle;
  color: #191970;
  font-size: 2.2rem;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-lower form .form-group .fas:hover {
  opacity: .7;
}

.page-lower .management_company {
  padding: 1.5rem;
  text-align: center;
}

.page-lower .management_company p {
  margin: 0;
}

.page-lower .management_company a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.page-lower .management_company a:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.underlineHover {
  position: relative;
}

.underlineHover:after {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #191970;
  content: "";
  -webkit-transition: width .3s;
  transition: width .3s;
}

.underlineHover:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.underlineHover:hover:after {
  width: 100%;
}

/* OTHERS */
*:focus {
  outline: none;
}

.page-top .btn {
  margin-top: 5rem;
  font-size: 1.8rem;
}

.page-second .btn {
  margin-top: 5rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .page-second .btn {
    margin-top: 2rem;
  }
}

.page-second .inquiry-history {
  position: relative;
}

.page-second .inquiry-history .icon-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: #fe6262;
  font-style: normal;
  color: #fff;
  border-radius: 0 5px 0 0;
}

.page-second form tr .form-group {
  position: relative;
  margin-bottom: 0;
}

.page-second form tr .form-group .pw_toggle {
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
}

.page-second form tr .form-group .pw_toggle:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  color: #191970;
}

.page-second form tr .form-group .pw_toggle.pw_icon_on:before {
  content: "\f06e";
}

.page-second form tr .form-group .pw_toggle.pw_icon_off:before {
  content: "\f070";
}

@media screen and (max-width: 768px) {
  .page-second .table th, .page-second .table td {
    display: block;
    width: 100%;
  }
}

.list-asterisk {
  margin-top: 1rem;
}

.list-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-asterisk li:before {
  content: "※";
}

.page-third .btn {
  margin-top: 5rem;
  font-size: 1.8rem;
}

.page-fourth .card-text b {
  display: block;
  padding-bottom: .3em;
  margin-bottom: 1em;
  font-size: 2rem;
  border-bottom: 1px solid #191970;
  color: #191970;
}

.page-fourth .card-text b:before {
  content: "■";
}

.page-fourth .card-text dl + p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-fourth .card-text dl + p {
    text-align: left;
  }
}

.page-fifth form textarea,
.page-sixth form textarea {
  height: 200px;
}

.page-seventh .btn {
  margin-top: 0;
  margin-left: 20px;
  padding: 6px 40px;
}

.page-seventh .card-body form {
  padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .page-seventh .card-body .input-group input[type="text"] {
    width: 100%;
  }
  .page-seventh .card-body .input-group .input-group-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-seventh .card-body .input-group .btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.page-seventh .card-body .table {
  margin-top: 3rem;
}

.page-seventh .card-body .table .fas {
  color: #fe6262;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .page-seventh .card-body .table::-webkit-scrollbar {
    height: 5px;
  }
  .page-seventh .card-body .table::-webkit-scrollbar-track {
    background: #ddd;
  }
  .page-seventh .card-body .table::-webkit-scrollbar-thumb {
    background: #191970;
  }
  .page-seventh .card-body .table th, .page-seventh .card-body .table td {
    min-width: 10em;
  }
}

.page-seventh .card-body .pagination {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-eighth .group,
.page-ninth .group {
  margin-top: 4rem;
  padding: 3rem 2rem;
  background: #f4f4ff;
}

.page-eighth .group .ttl,
.page-ninth .group .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2rem;
  color: #191970;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-eighth .group .ttl:before,
.page-ninth .group .ttl:before {
  content: "■";
}

.page-eighth .group .ttl small,
.page-ninth .group .ttl small {
  float: right;
}

@media screen and (max-width: 768px) {
  .page-eighth .group .ttl small,
  .page-ninth .group .ttl small {
    padding-top: 1.1vw;
  }
}

@media screen and (max-width: 768px) {
  .page-eighth .group .ttl,
  .page-ninth .group .ttl {
    font-size: 4.6vw;
  }
}

.page-eighth .group .text-box,
.page-ninth .group .text-box {
  margin-top: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-eighth .group .text-box p,
.page-ninth .group .text-box p {
  padding: 2rem;
  background: #fff;
}

.page-eighth .group .table,
.page-ninth .group .table {
  margin-top: 1rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page-eighth .group .table::-webkit-scrollbar,
  .page-ninth .group .table::-webkit-scrollbar {
    height: 5px;
  }
  .page-eighth .group .table::-webkit-scrollbar-track,
  .page-ninth .group .table::-webkit-scrollbar-track {
    background: #ddd;
  }
  .page-eighth .group .table::-webkit-scrollbar-thumb,
  .page-ninth .group .table::-webkit-scrollbar-thumb {
    background: #191970;
  }
  .page-eighth .group .table th, .page-eighth .group .table td,
  .page-ninth .group .table th,
  .page-ninth .group .table td {
    min-width: 10em;
  }
}

.page-eighth .group.is-closed,
.page-ninth .group.is-closed {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page-eighth .group.is-closed + .is-answer, .page-eighth .group.is-closed .text-box,
.page-ninth .group.is-closed + .is-answer,
.page-ninth .group.is-closed .text-box {
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-eighth .group.is-answer,
.page-ninth .group.is-answer {
  margin-top: 0;
  background: #ffeaea;
}

.page-eighth .group.is-answer .ttl,
.page-ninth .group.is-answer .ttl {
  color: #fe6262;
}

.page-eighth .group.is-answer .ttl:nth-of-type(n+2),
.page-ninth .group.is-answer .ttl:nth-of-type(n+2) {
  margin-top: 3rem;
}

.page-eighth .group.is-answer .table,
.page-ninth .group.is-answer .table {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page-eighth .group.is-answer .table::-webkit-scrollbar-track,
  .page-ninth .group.is-answer .table::-webkit-scrollbar-track {
    background: #ddd;
  }
  .page-eighth .group.is-answer .table::-webkit-scrollbar-thumb,
  .page-ninth .group.is-answer .table::-webkit-scrollbar-thumb {
    background: #fe6262;
  }
  .page-eighth .group.is-answer .table th, .page-eighth .group.is-answer .table td,
  .page-ninth .group.is-answer .table th,
  .page-ninth .group.is-answer .table td {
    min-width: 10em;
  }
}

.page-eighth form textarea,
.page-ninth form textarea {
  height: 200px;
}

.page-ninth .is-inquiry .ttl {
  position: relative;
  cursor: pointer;
}

.page-ninth .is-inquiry .ttl:after {
  position: absolute;
  top: -4px;
  left: 150px;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .page-ninth .is-inquiry .ttl:after {
    top: -1.5vw;
    left: 34vw;
  }
}

.page-ninth .is-inquiry .ttl:hover {
  opacity: .7;
}

.page-ninth .is-closed .ttl:after {
  content: "\f107";
}

.page-login .text_pass {
  margin: 0 auto 40px;
  padding: 0 32px;
  text-align: left;
  font-size: 1.2rem;
}

.page-login .text_pass ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-login .text_pass ul li a {
  padding: 0 5px;
  text-decoration: underline;
  color: #191970;
  font-size: 110%;
  font-weight: bold;
}

.page-login .text_pass ul li a:hover {
  opacity: .7;
}

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