@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /*font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;*/
  line-height: 1.1;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.only_sp {
  display: none !important;
}

.card-last-updated {
  padding-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* layout
------------------------------------------------------------*/
body {
  /* min-width: 1200px; */
  color: #3f3f3f;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
    margin-top: 60px;
  }
}

.clearfix, .clearfix2 {
  *zoom: 1;
}

@media only screen and (max-width: 768px) {
  .clearfix {
    display: flex;
    flex-direction: column-reverse;
  }
}

.clearfix:after, 
.clearfix2:after {
  display: block;
  content: "";
  clear: both;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-top: 71px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.btn01 {
  color: #ffffff;
  width: 230px;
  height: 55px;
  background-color: #40c114;
  border: solid 2px #40c114;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media only screen and (max-width: 768px) {
  .btn01 {
    width: 100%;
    border-width: 1px;
    height: auto;
    padding: 15px 0;
    -webkit-transition: none;
    transition: none;
  }
}

@media only screen and (max-width: 768px) {
  .btn01.only_pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .btn01.only_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 769px) {
  .btn01:hover {
    color: #40c114;
    background-color: #ffffff;
  }
}

.btn01:hover {
  opacity: 0.70;
}

@media only screen and (max-width: 768px) {
  .btn01:hover {
    color: #ffffff;
  }
}

.btn01 .icon-arrow-right {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .btn01 .icon-arrow-right {
    font-size: 14px;
    right: 13px;
    font-weight: normal;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  font-size: 36px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .c-title01 {
    font-size: 20px;
    line-height: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-title01 img {
  margin: -4px 12px 0 0;
}

.c-title02 {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-title02 {
    font-size: 20px;
    line-height: 15px;
  }
}

.c-title03 {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .c-title03 {
    font-size: 22px;
    line-height: 30px;
  }
}

.c-title04 {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .c-title04 {
    font-size: 18px;
    line-height: 22px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 23px;
  }
}

.c-title04 span {
  font-size: 14px;
  color: #40c114;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .c-title04 span {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text {
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  .c-text {
    line-height: 24px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  table {
    display: block;
  }
  table tbody {
    display: block;
    width: 100%;
  }
}

.c-table1 {
  border: 1px solid #c9c9c9;
  width: 100%;
  margin: 0;
  font-size: 18px;
  margin-top: 30px;
}

.c-table1:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-table1 {
    font-size: 16px;
    line-height: 21px;
    border-bottom: 0;
  }
}

.c-table1 tr:first-child th {
  background-color: #e4f8fb;
}

@media only screen and (max-width: 768px) {
  .c-table1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-table1 th {
  background-color: #e4f8fb;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  width: 180px;
  border: 1px solid #c9c9c9;
  padding: 9px 20px;
  line-height: 1.8;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-table1 th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 39%;
    padding: 8px 7px 8px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    letter-spacing: -1px;
    font-weight: normal;
    border-bottom: 1px solid #c9c9c9;
  }
  .c-table1 th.th_one_column {
    width: 39%;
  }
  .c-table1 th.th_one_column--wfull {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    width: 100%;
    padding: 19px 8px;
  }
}

.c-table1 td {
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-left: 0;
  border-top: 0;
  padding: 9px 20px;
  line-height: 1.8;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .c-table1 td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 61%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 10px;
    border-left: 1px solid #c9c9c9;
    border-right: 0;
  }
  .c-table1 td.wfull {
    width: 100%;
    border-left: 0;
  }
}

.c-table1 td .search_h4 {
  font-weight: normal;
  text-decoration: underline;
  text-underline-position: under;
  color: #2391de;
  display: table;
}

.c-table1 td .search_h4 a {
  font-size: 18px;
  color: #2391de;
}

@media only screen and (max-width: 768px) {
  .c-table1 td .search_h4 a {
    font-size: 16px;
  }
}

.c-table1 td .image_icons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-table1 td .image_icons img {
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .c-table1 td .image_icons img {
    width: 37.5px;
    height: 37.5px;
  }
}

.c-table1 td .image_icons .img-title {
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 10px 15px;
  background-color: #ffffff;
  position: absolute;
  bottom: -55px;
  left: 0;
  -webkit-box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.75);
}

.c-table1 td .image_icons:hover img {
  opacity: .6;
}

.c-table1 .btn-table {
  color: #508cca;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-table1 .btn-table:hover {
  background-color: #508cca;
  color: #ffffff;
}

.c-table1 .btn-table__box {
  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;
}

.c-table1 .btn-table td {
  padding: 22px 10px;
}

@media only screen and (max-width: 768px) {
  .c-table1 .btn-table td {
    padding: 18.5px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 0;
    width: 100%;
  }
}

.c-table1 .btn-table .icon-arrow-top {
  margin-left: 10px;
}

.c-table1 .btn-table.js-show {
  background-color: #e4f8fb;
}

@media only screen and (max-width: 768px) {
  .c-table1 .btn-table.js-show td {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c9c9c9;
  }
}

.c-table1 .btn-table.js-show:hover {
  background-color: #508cca;
  color: #ffffff;
}

.c-table1 .btn-table.js-show .icon-arrow-top {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*------------------------------------------------------------
slide
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-main-visual {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-main-visual {
    position: relative;
  }
}

.c-main-visual__img {
  width: 100%;
}

.c-main-visual__img img {
  width: 100%;
}

.c-main-visual .is-arrows {
  width: 47px;
  height: 105px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.c-main-visual .is-arrows .icon-arrow-left, .c-main-visual .is-arrows .icon-arrow-right {
  color: #ffffff;
  font-size: 30px;
}

.c-main-visual .is-arrows--right {
  left: auto;
  right: 0;
  border-radius: 5px 0 0 5px;
}

.c-main-visual .container {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .c-main-visual .container {
    position: absolute;
    top: 15px;
    left: 0;
    width: auto;
    padding: 0;
  }
}

.c-main-visual__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1320px) {
  .c-main-visual__btn {
    right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-visual__btn {
    position: static;
  }
}

.c-main-visual__btn .btn {
  width: 255px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff0362;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  padding: 9px 40px 7px 40px;
}

.c-main-visual__btn .btn:hover {
  opacity: 1;
  background-color: #ffdddd;
  color: #ff0362;
}

.c-main-visual__btn .btn:hover .txt {
  background-color: #ff0362;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .c-main-visual__btn .btn.only_pc {
    display: none;
  }
}

.c-main-visual__btn .btn .txt {
  display: block;
  background-color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  padding: 1px 0;
  color: #ff0362;
}

.c-main-visual__btn .btn--02 {
  background-color: #ff7403;
  height: 60px;
  line-height: 60px;
  padding: 0 40px 0 88px;
  position: relative;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .c-main-visual__btn .btn--02 {
    width: 175px;
    height: 32.5px;
    font-size: 18px;
    padding: 0 0 0 26px;
    line-height: 32.5px;
  }
}

.c-main-visual__btn .btn--02:before {
  content: '';
  height: 33px;
  width: 35px;
  background: url("../../img/richpage/detail_rich_icons/ic-star.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .c-main-visual__btn .btn--02:before {
    width: 17.5px;
    left: 13px;
    height: 17px;
  }
}

.c-banner {
  background: url("../../img/richpage/detail_rich_img/bg-rich-header.jpg");
  height: 150px;
  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;
  position: relative;
}

.c-banner:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .c-banner:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .c-banner {
    background: none;
    display: block;
    height: auto;
  }
  .c-banner img {
    margin: 0 auto;
    width: 29px;
    margin-top: 25px;
  }
}

.c-banner h1 {
  border: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
  font-size: 28px;
  line-height: 40px;
  text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 2px 2px 2px rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 768px) {
  .c-banner h1 {
    display: block;
    text-shadow: none;
    line-height: 20px;
    padding: 0;
    font-size: 14px;
    margin-top: 9px;
    letter-spacing: 0;
  }
}

.c-banner h1 span {
  display: block;
  margin-right: 1px;
  font-size: 36px;
  margin-top: 7px;
}

@media only screen and (max-width: 768px) {
  .c-banner h1 span {
    font-size: 20px;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of detail_rich page
------------------------------------------------------------*/
#MainContents.detail_rich {
  margin-top: 0;
  font-size: 16px;
}

#MainContents.detail_rich ul {
  list-style-image: none;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich section {
    margin-bottom: 0;
  }
}

#MainContents.detail_rich p {
  margin-bottom: 0;
}

#MainContents.detail_rich a {
  text-decoration: none;
}

#MainContents.detail_rich h2 {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}

#MainContents.detail_rich .container {
  display: block;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  #MainContents.detail_rich .container {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .container {
    width: 100%;
    padding: 0 10px;
  }
}

#MainContents.detail_rich .c-title-top {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-title-top {
    margin-top: 15px;
  }
}

#MainContents.detail_rich .c-title-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#MainContents.detail_rich .c-title-top .c-title01 {
  width: 100%;
}

#MainContents.detail_rich .c-title-top .c-title01 img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-title-top .c-title01 img {
    width: 82.5px;
  }
}

#MainContents.detail_rich .c-title-top__sns {
  width: 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-title-top__sns {
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #MainContents.detail_rich .c-title-top__sns a {
    margin-right: 15px;
  }
  #MainContents.detail_rich .c-title-top__sns a:last-child {
    margin-right: 0;
  }
  #MainContents.detail_rich .c-title-top__sns img {
    width: 60px;
  }
}

#MainContents.detail_rich .c-boxTop__tag {
  width: 100%;
  margin-top: 13px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-boxTop__tag {
    width: 100%;
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: (1fr)[3];　エラー出るので一旦削除*/
        grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }
}

#MainContents.detail_rich .c-boxTop__tag__item {
  display: inline-block;
  color: #40c114;
  border: solid 1px #40c114;
  border-radius: 5px;
  font-size: 14px;
  padding: 1px 17px;
  margin: 0 5px 10px 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-boxTop__tag__item {
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}

#MainContents.detail_rich .c-boxTop .btn-tag {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff0362;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  padding: 5px 77px 11px 77px;
}

@media only screen and (min-width: 769px) {
  #MainContents.detail_rich .c-boxTop .btn-tag {
    display: none;
  }
}

@media only screen and (max-width: 325px) {
  #MainContents.detail_rich .c-boxTop .btn-tag {
    padding: 5px 50px 11px 50px;
  }
}

#MainContents.detail_rich .c-boxTop .btn-tag .txt {
  display: block;
  background-color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  padding: 1px 0;
  color: #ff0362;
}

#MainContents.detail_rich .c-boxTop .btn-tag .icon-arrow-right {
  position: absolute;
  font-size: 25px;
  right: 12px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#MainContents.detail_rich .menu-height {
  height: 75px;
  margin-top: 14px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-height {
    margin-top: 10px;
    height: 101px;
  }
}

#MainContents.detail_rich .menu-fixed {
  background-color: #eeeeee;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed {
    padding: 0 2px;
  }
}

#MainContents.detail_rich .menu-fixed.active {
  position: fixed;
  z-index: 2001;
  top: 0;
  margin-top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #ffffff;
}

#MainContents.detail_rich .menu-fixed ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed ul:first-child {
    border-bottom: solid 1px #aaaaaa;
  }
}

#MainContents.detail_rich .menu-fixed li {
  width: auto;
  text-align: center;
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed li {
    width: 33.3%;
  }
  #MainContents.detail_rich .menu-fixed li:last-child a:last-child:after {
    display: none;
  }
}

#MainContents.detail_rich .menu-fixed li:first-child a:before {
  content: '';
  height: calc(100% - 30px);
  width: 1px;
  background-color: #aaaaaa;
  position: absolute;
  left: 0;
  top: 15px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed li:first-child a:before {
    display: none;
  }
}

#MainContents.detail_rich .menu-fixed a {
  font-size: 18px;
  display: block;
  padding: 19.5px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #303030;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed a {
    font-size: 14px;
    padding: 11px 0;
  }
}

#MainContents.detail_rich .menu-fixed a:after {
  content: '';
  height: calc(100% - 30px);
  width: 1px;
  background-color: #aaaaaa;
  position: absolute;
  right: -2px;
  top: 15px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed a:after {
    right: 0;
    top: 5px;
    height: calc(100% - 10px);
  }
}

@media only screen and (min-width: 769px) {
  #MainContents.detail_rich .menu-fixed a:hover {
    background-color: #40c114;
    color: #ffffff;
  }
  #MainContents.detail_rich .menu-fixed a:hover:after, #MainContents.detail_rich .menu-fixed a:hover:before {
    display: none;
  }
}

#MainContents.detail_rich .menu-fixed a.active {
  background-color: #c7e3ac;
  color: #3f3f3f;
  opacity: 1;
}

#MainContents.detail_rich .menu-fixed a.active:after, #MainContents.detail_rich .menu-fixed a.active:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .menu-fixed a.active:before {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #eeeeee;
    position: absolute;
    left: -2px;
    top: 0;
    display: block;
  }
}

#MainContents.detail_rich .c-info {
  position: relative;
}

@media only screen and (min-width: 769px) {
  #MainContents.detail_rich .detail_rich01 {
    margin-top: 0 !important;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news {
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  #MainContents.detail_rich .detail_rich01 .c-news.m-top {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news {
    margin-top: 45px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 769px) {
  #MainContents.detail_rich .detail_rich01 .c-news .btn01.only_sp {
    display: none !important;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__top {
    display: block;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__list {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__list {
    margin-top: 21px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 22px;
  border-top: solid 1px #c9c9c9;
}

#MainContents.detail_rich .detail_rich01 .c-news__item.width-02 .w-news {
  width: 193px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item.width-02 .w-news {
    width: 100%;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item.width-02 .c-news__item__details {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item.width-02 .c-news__item__details {
    /* width: calc(100% - 224px); */
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item {
    display: block;
    padding: 14px 0 26px 11px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item:last-child {
  border-bottom: solid 1px #c9c9c9;
}

#MainContents.detail_rich .detail_rich01 .c-news__item .w-news {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item .w-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            /* justify-content: flex-end; */
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__news {
  color: #ffffff;
  background: #af0000;
  width: 73px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__news {
    float: right;
    width: 65px;
    height: 20px;
    margin-left: 17.5px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__date {
  color: #7e7e7e;
  float: right;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__date {
    float: right;
    display: block;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__image {
  padding-top: 10px;
  text-align: right;
}

#MainContents.detail_rich .detail_rich01 .c-news__item__image img {
  width: 193px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__image {
    display: none;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__details__layout {
  width: calc(100% - 224px);
  /* padding-top: 10px; */
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__details__layout {
    display: flex;
    width: 100%;
    margin-top: 4px;
    flex-flow: column;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__image__sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__image__sp {
    display: table-cell;
    width: 193px;
    padding-right: 30px;
    margin-top: -30px;
  }
  #MainContents.detail_rich .detail_rich01 .new-image-class {
    margin-top: -50px;
  }
  #MainContents.detail_rich .detail_rich01 .c-news__item__image__sp img {
    min-width: 176px;
    max-width: 176px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__details {
  /* width: calc(100% - 124px); */
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__details {
    display: table-cell;
    vertical-align: top;
    margin-top: 20px;
    /* width: 100%;
    position: relative; */
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__item__details .title {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__item__details .title {
    font-size: 16px;
    line-height: 22.5px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__more {
  background-color: #ffffff;
  bottom: -2px;
  height: 24px;
  left: 0;
  padding-bottom: 2px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #2391de;
}

#MainContents.detail_rich .detail_rich01 .c-news__more:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0));
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__box {
    /* height: 120px; */
    overflow: hidden;
    -webkit-transition: height .5s;
    transition: height .5s;
  }
  #MainContents.detail_rich .detail_rich01 .c-news__box.is-open {
    overflow: visible;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__text {
  line-height: 26px;
  color: #3f3f3f;
  margin-top: 6px;
}

#MainContents.detail_rich .detail_rich01 .c-news__text span {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__text {
    line-height: 23.5px;
    margin-top: 11px;
    overflow: hidden;
    -webkit-transition: height 1s;
    transition: height 1s;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__text .mt {
  margin-top: 25px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__text .moreellipses {
    /* display: none; */
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__text .morecontent span {
  display: none;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__text .morecontent span {
    display: inline;
  }
}

#MainContents.detail_rich .detail_rich01 .c-news__text .morelink {
  color: #2391de;
}

#MainContents.detail_rich .detail_rich01 .c-news__text .morelink:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news__text .morelink {
    /* display: none; */
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-news .btn01 {
    margin-top: 45px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01 {
    margin-top: 60px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01 .c-title03 {
  text-align: center;
  color: #1c5209;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01 .c-title03 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 19px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider {
  width: 448px;
  line-height: 28px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider {
    width: 100%;
    position: relative;
    margin-top: 40px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider .c-box01__counter {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  background: rgba(241, 241, 241, 0.7);
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  padding: 0 16.5px;
  text-align: center;
  border-radius: 5px;
  display: none;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider .c-box01__counter {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider__big {
    position: relative;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big .item {
  border-radius: 5px;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big .item__bg {
  height: 250px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider__big .item__bg {
    padding: 10px;
    background-color: #f1f1f1;
    height: 192px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big img {
  border-radius: 5px;
  margin: 0 auto;
  height: 100%;
  border: solid 1px #aaaaaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider__big img {
    display: block !important;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big__txt {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider__big__txt {
    background-color: #f1f1f1;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    padding: 5px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big .is-arrows {
  position: absolute;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-weight: bold;
  top: 93px;
  font-size: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #aaaaaa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  left: 15px;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big .is-arrows span {
  position: relative;
  left: -2px;
  top: 1px;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big .is-arrows--right {
  right: 15px;
  left: auto;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__big .is-arrows--right span {
  left: auto;
  right: -2px;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__slider__small {
    display: none;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .slick-track {
  max-width: 448px !important;
  -webkit-transform: none !important;
          transform: none !important;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img {
  background-color: #eeeeee;
  height: 45px;
  border-radius: 5px;
  width: 80px !important;
  margin: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img:nth-child(5n+1) {
  margin-left: 0;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img img {
  height: 100%;
  margin: 0 auto;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img:after {
  content: '';
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border: solid 2px #40c114;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  display: none;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img:hover {
  opacity: .6;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img:hover:after {
  display: block;
}

#MainContents.detail_rich .detail_rich01 .c-box01__slider__small .img.slick-active:after {
  display: block;
  border-color: #fd8e26;
}

#MainContents.detail_rich .detail_rich01 .c-box01__box-text {
  width: calc(100% - 504px);
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01__box-text {
    width: 100%;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01 .c-text {
  font-size: 18px;
  margin-top: 20px;
  line-height: 36px;
}

#MainContents.detail_rich .detail_rich01 .c-box01 .c-text:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01 .c-text {
    line-height: 32.5px;
    margin-top: 33px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01--02 {
  margin-top: 28px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01--02 {
    margin-top: 42px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01--02 .c-title03 {
  color: #303030;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01--02 .c-title03 {
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 30px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01--02 img {
  width: 100%;
  margin-top: 44px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01--02 img {
    margin-top: 14px;
  }
}

#MainContents.detail_rich .detail_rich01 .c-box01--02 .c-text {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 5px 0 5px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich01 .c-box01--02 .c-text {
    margin-top: 0;
    padding: 15px 10px 0 10px;
  }
}

#MainContents.detail_rich .detail_rich02 {
  background-color: #eeeeee;
  margin-top: 38px;
}

#MainContents.detail_rich .detail_rich02__box {
  padding: 65px 0 0 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich02__box {
    padding: 46px 0;
  }
}

#MainContents.detail_rich .detail_rich02__item {
  max-width: 550px;
  margin: 0 0 65px 60px;
  float: left;
}

@media only screen and (max-width: 1200px) {
  #MainContents.detail_rich .detail_rich02__item {
    width: 530px;
  }
}

#MainContents.detail_rich .detail_rich02__item img {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #MainContents.detail_rich .detail_rich02__item {
    margin: 0 0 65px 80px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich02__item {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 35px 0 0 0;
  }
  #MainContents.detail_rich .detail_rich02__item img {
    width: 100%;
  }
  #MainContents.detail_rich .detail_rich02__item:first-child {
    margin-top: 0;
  }
}

#MainContents.detail_rich .detail_rich02__item .c-title02 {
  margin-top: 11px;
  color: #303030;
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich02__item .c-title02 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 18px;
  }
}

#MainContents.detail_rich .detail_rich02__item .c-text {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich02__item .c-text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 8px;
  }
}

#MainContents.detail_rich .detail_rich02__item:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

#MainContents.detail_rich .detail_rich03 {
  padding-top: 50px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

#MainContents.detail_rich .detail_rich03 .c-title03 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .c-title03 {
    font-size: 22px;
    line-height: 30px;
  }
}

#MainContents.detail_rich .detail_rich03 .tag {
  color: #40c114;
  border: solid 1px #40c114;
  color: #40c114;
  font-size: 14px;
  padding: 4.5px 15px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .tag {
    max-width: 100%;
    width: 100%;
    line-height: 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-radius: 3px;
    padding: 2px 10px;
  }
}

#MainContents.detail_rich .detail_rich03 .link {
  text-align: right;
  margin: 10px 0 0 0;
}

#MainContents.detail_rich .detail_rich03 .link a {
  color: #2391de;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .link a {
    font-size: 16px;
  }
}

#MainContents.detail_rich .detail_rich03 .link a:hover {
  text-decoration: underline;
}

#MainContents.detail_rich .detail_rich03 .is-hidden {
  display: none;
}

#MainContents.detail_rich .detail_rich03 .is-hidden.show {
  display: table;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .is-hidden.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#MainContents.detail_rich .detail_rich03__item {
  margin-top: 60px;
}

#MainContents.detail_rich .detail_rich03__item:first-child {
  margin-top: 0;
}

#MainContents.detail_rich .detail_rich03__table {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 14px;
  border: solid 1px #c9c9c9;
  -webkit-box-shadow: 0px 0px 3px 0px #c9c9c9;
          box-shadow: 0px 0px 3px 0px #c9c9c9;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03__table {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-top: 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .map {
  padding: 10px;
  border: solid 1px #c9c9c9;
  border-top: 0;
  display: none;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .map {
    border: 0;
    padding: 0;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .map iframe {
  height: 485px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .map iframe {
    height: 50vw;
  }
}

@media only screen and (max-width: 500px) {
  #MainContents.detail_rich .detail_rich03 .box-map .map iframe {
    height: 410px;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .map.is-show {
  display: block;
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #448aca;
  font-size: 18px;
  margin-top: 10px;
  color: #448aca;
  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;
  cursor: pointer;
  height: 80px;
  -webkit-transition: 500ms;
  transition: 500ms;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map {
    font-size: 16px;
    height: 70px;
    margin-top: 13px;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../../img/facility_map_icons/mapopen-blue.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map:after {
    height: 19px;
    width: 19px;
    background-size: 19px auto;
  }
}

@media only screen and (min-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map:hover {
    background-color: #448aca;
    color: #ffffff;
  }
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map:hover img {
    display: none;
  }
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map:hover img.hover {
    display: block !important;
  }
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map:hover:after {
    background: url("../../img/facility_map_icons/mapopen-white.svg") center no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map:hover:after {
    background-size: 19px auto;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map .js-txt-close {
  display: none;
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map.active .js-txt-close {
  display: inline-block;
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map.active .js-txt-open {
  display: none;
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map.active:after {
  background: url("../../img/facility_map_icons/mapclose-blue.svg") center no-repeat;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map.active:after {
    height: 16px;
    width: 16px;
    background-size: 16px auto;
  }
}

@media only screen and (min-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map.active:hover:after {
    background: url("../../img/facility_map_icons/mapclose-white.svg") center no-repeat;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map.active:hover:after {
    background-size: 19px auto;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map img {
  margin-right: 10px;
  width: 40px;
  height: 32px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich03 .box-map .btn-map img {
    width: 20px;
  }
}

#MainContents.detail_rich .detail_rich03 .box-map .btn-map img.hover {
  display: none !important;
}

#MainContents.detail_rich .detail_rich04 {
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich04 {
    padding: 43px 0 50px 0;
  }
}

#MainContents.detail_rich .detail_rich04 .c-title03 {
  text-align: center;
}

#MainContents.detail_rich .detail_rich04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px 105px 0 105px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#MainContents.detail_rich .detail_rich04__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media only screen and (max-width: 415px) {
  #MainContents.detail_rich .detail_rich04__list a {
    width: 20%;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich04__list {
    padding: 12px 0 0 0;
    max-width: 450px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich04__list img.img1 {
    width: 56px;
    margin-top: 5px;
  }
  #MainContents.detail_rich .detail_rich04__list img.img2 {
    width: 56px;
  }
  #MainContents.detail_rich .detail_rich04__list img.img3 {
    width: 56px;
  }
  #MainContents.detail_rich .detail_rich04__list img.img4 {
    width: 56px;
  }
  #MainContents.detail_rich .detail_rich04__list img.img5 {
    width: 56px;
    /* display: inline; */
  }
}

#MainContents.detail_rich .detail_rich05 {
  background-color: #eeeeee;
  padding: 45px 0 65px 0;
  position: relative;
}

#MainContents.detail_rich .detail_rich05 h3 {
  margin-bottom: 0;
  padding: 0;
  background: none;
  color: #303030;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05 {
    padding: 42px 0 60px 0;
  }
}

#MainContents.detail_rich .detail_rich05 .c-title03 {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  color: #303030;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05 .c-title03 {
    text-align: left;
    position: relative;
    padding-left: 20px;
  }
  #MainContents.detail_rich .detail_rich05 .c-title03::before {
    content: '';
    height: 100%;
    width: 5px;
    background-color: #a0a0a0;
    position: absolute;
    left: 0;
    top: 0;
  }
}

#MainContents.detail_rich .detail_rich05__sub {
  -webkit-box-shadow: 0px 0px 3px 0px #c9c9c9;
          box-shadow: 0px 0px 3px 0px #c9c9c9;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__sub {
    padding: 10px 0 18px 0;
    margin-top: 15px;
    background-color: #ffffff;
  }
}

#MainContents.detail_rich .detail_rich05__box {
  padding-top: 75px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box {
    padding-top: 37px;
  }
}

#MainContents.detail_rich .detail_rich05__box:first-child {
  padding-top: 0;
}

#MainContents.detail_rich .detail_rich05__box--dowload .detail_rich05__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 35px 25px 45px;
  margin-top: 0;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

#MainContents.detail_rich .detail_rich05__box--dowload .detail_rich05__item:hover {
  opacity: 1;
}

#MainContents.detail_rich .detail_rich05__box--dowload .detail_rich05__item:last-child:before {
  display: none;
}

#MainContents.detail_rich .detail_rich05__box--dowload .detail_rich05__item:before {
  content: '';
  height: 2px;
  width: calc(100% - 80px);
  position: absolute;
  left: 45px;
  bottom: 0;
  background-color: #f0f0f0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box--dowload .detail_rich05__item:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box--dowload .detail_rich05__item {
    padding: 13px 7px 22px 7px;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    margin-top: 0;
  }
}

#MainContents.detail_rich .detail_rich05__box--dowload .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  width: calc(100% - 250px);
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box--dowload .child {
    width: 100%;
    font-size: 16px;
  }
}

#MainContents.detail_rich .detail_rich05__box--dowload .child .txt {
  color: #303030;
  margin-left: 10px;
  width: calc(100% - 44px);
}

#MainContents.detail_rich .detail_rich05__box--dowload .child .txt span {
  display: table;
}

#MainContents.detail_rich .detail_rich05__box--dowload .child .txt span:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box--dowload .child .txt {
    width: calc(100% - 33px);
  }
}

#MainContents.detail_rich .detail_rich05__box--dowload .child img {
  width: 44px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box--dowload .child img {
    width: 33px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__box--dowload .btn01 {
    margin-top: 15px;
    font-size: 16px;
  }
}

#MainContents.detail_rich .detail_rich05__item {
  background-color: #ffffff;
  padding: 37px 72px 45px 72px;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__item {
    padding: 15px;
    margin-top: 18px;
  }
}

#MainContents.detail_rich .detail_rich05__item img {
  margin: 0 auto;
  display: table;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__item img {
    margin-top: 18px;
  }
}

#MainContents.detail_rich .detail_rich05__list {
  font-size: 18px;
  line-height: 32px;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__list {
    margin-top: 18px;
  }
  #MainContents.detail_rich .detail_rich05__list .t {
    font-size: 18px;
  }
  #MainContents.detail_rich .detail_rich05__list p {
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich05__list:nth-child(2) {
    margin-top: 25px;
  }
}

#MainContents.detail_rich .detail_rich05__list:first-child {
  margin-top: 0;
}

#MainContents.detail_rich .detail_rich05__list .t {
  font-weight: bold;
  display: block;
}

#MainContents.detail_rich .detail_rich05__list .t2 {
  font-weight: bold;
}

#MainContents.detail_rich .detail_rich06 {
  background-color: #e4f8fb;
  border-top: solid 1px #d2d2d2;
  padding: 37px 0 57px 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 {
    padding: 40px 0 47px 0;
  }
}

#MainContents.detail_rich .detail_rich06 .c-title03 {
  text-align: center;
  background: none;
  padding: 0;
  color: #303030;
  margin-bottom: 0;
}

#MainContents.detail_rich .detail_rich06 .c-text {
  font-size: 18px;
  line-height: 30px;
  padding: 12px 90px 0 90px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 .c-text {
    padding: 15px 0 0 0px;
    line-height: 32px;
  }
}

#MainContents.detail_rich .detail_rich06 .btn01 {
  height: 62px;
  width: 100%;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 .btn01 {
    height: 60px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 325px) {
  #MainContents.detail_rich .detail_rich06 .btn01.btn01-325 {
    font-size: 14.5px;
  }
  #MainContents.detail_rich .detail_rich06 .btn01.btn01-325 img {
    margin-right: 1px;
    margin-left: -15px;
  }
}

#MainContents.detail_rich .detail_rich06 .btn01 img {
  width: 37px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 .btn01 img {
    width: 33px;
    margin-right: 12px;
    margin-left: -17px;
  }
}

#MainContents.detail_rich .detail_rich06 .btn01 img.img2 {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  #MainContents.detail_rich .detail_rich06 .btn01:hover .img2 {
    display: block !important;
  }
  #MainContents.detail_rich .detail_rich06 .btn01:hover .img1 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 .btn01 {
    font-size: 16px;
  }
}

#MainContents.detail_rich .detail_rich06 .btn01 .icon-arrow-right {
  font-size: 30px;
  right: 18px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 .btn01 .icon-arrow-right {
    font-size: 14px;
    right: 13px;
  }
}

#MainContents.detail_rich .detail_rich06 .btn01.js-show-tel img {
  margin-right: 17px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06 .btn01.js-show-tel img {
    margin-right: 9px;
    margin-left: -5px;
  }
}

#MainContents.detail_rich .detail_rich06__item {
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 30px;
  width: 910px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06__item {
    width: 100%;
  }
}

#MainContents.detail_rich .detail_rich06__item:nth-child(3) {
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06__item:nth-child(3) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06__item:nth-child(3) {
    margin-top: 21px;
  }
}

#MainContents.detail_rich .detail_rich06__item .ttl {
  background-color: #eeeeee;
  font-size: 20px;
  color: #303030;
  text-align: center;
  font-weight: bold;
  padding: 2px 19px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06__item .ttl {
    text-align: center;
    font-size: 16px;
    padding: 5px 19px;
  }
}

#MainContents.detail_rich .detail_rich06__item__list {
  padding: 26px 52px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06__item__list {
    display: block;
    padding: 15px 7px;
  }
}

#MainContents.detail_rich .detail_rich06__item__list p {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich06__item__list p {
    width: 100%;
    margin: 0;
    letter-spacing: -1px;
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }
}

#MainContents.detail_rich .detail_rich07 {
  padding: 66px 0 100px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07 {
    padding: 40px 0 30px 0;
  }
}

#MainContents.detail_rich .detail_rich07 .c-title03 {
  padding: 0;
  margin-bottom: 0;
  background: none;
  color: #303030;
  text-align: center;
}

#MainContents.detail_rich .detail_rich07 .c-table1 {
  line-height: 26px;
  margin-top: 29px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07 .c-table1 {
    margin-top: 19px;
    line-height: 24px;
  }
}

#MainContents.detail_rich .detail_rich07__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  transition: none;
}

#MainContents.detail_rich .detail_rich07__item__list:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07__item__list {
    display: block;
  }
}

#MainContents.detail_rich .detail_rich07__item__list .link-one {
  width: calc(100% - 300px);
  display: block;
  word-break: break-word;
  text-decoration: underline;
  color: #303030;
  font-size: 18px;
  margin-top: -15px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07__item__list .link-one {
    width: 100%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07__item .box-right {
    margin-top: 7px;
  }
}

#MainContents.detail_rich .detail_rich07__item .box-right__txt {
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07__item .box-right__txt {
    font-size: 16px;
    text-align: center;
    margin-top: 2px;
  }
}

#MainContents.detail_rich .detail_rich07__item--dw {
  margin-top: 76px;
}

#MainContents.detail_rich .detail_rich07__item--dw .txt {
  font-weight: bold;
}

#MainContents.detail_rich .detail_rich07__item--dw .txt span {
  display: block;
  font-weight: 300;
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07__item--dw {
    margin-top: 38px;
  }
}

#MainContents.detail_rich .detail_rich07__item--dw .detail_rich07__item__list {
  color: #303030;
  padding: 25px 35px 13px 45px;
  margin-top: 20px;
  border: solid 1px #c9c9c9;
  -webkit-box-shadow: 0px 0px 3px 0px #c9c9c9;
          box-shadow: 0px 0px 3px 0px #c9c9c9;
}

#MainContents.detail_rich .detail_rich07__item--dw .detail_rich07__item__list:nth-child(2) {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .detail_rich07__item--dw .detail_rich07__item__list {
    padding: 17px 6px 16px 6px;
    margin-top: 10px;
  }
  #MainContents.detail_rich .detail_rich07__item--dw .detail_rich07__item__list:nth-child(2) {
    margin-top: 20px;
  }
}

#MainContents.detail_rich .c-modal-sns {
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2002;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
}

#MainContents.detail_rich .c-modal-sns.is-active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

#MainContents.detail_rich .c-modal-sns .c-title-top__sns {
  width: 435px;
  margin: 0 auto;
  margin-top: 49px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns .c-title-top__sns {
    margin-top: 20px;
    width: 100%;
  }
}

#MainContents.detail_rich .c-modal-sns__inner {
  width: 710px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 10px 70px 10px;
  position: relative;
  z-index: 11;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns__inner {
    width: 100%;
    padding: 47px 10px 30px 10px;
    margin-top: 100px;
  }
}

#MainContents.detail_rich .c-modal-sns__inner a img {
  width: 80px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns__inner a img {
    width: 60px;
  }
}

#MainContents.detail_rich .c-modal-sns__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns__ttl {
    font-size: 14px;
  }
}

#MainContents.detail_rich .c-modal-sns__close {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 23px;
  top: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns__close {
    width: 30px;
    height: 30px;
    right: 12px;
    top: 7px;
  }
}

#MainContents.detail_rich .c-modal-sns__close span {
  background-color: #c9c9c9;
  width: 100%;
  height: 4px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-sns__close span {
    height: 2px;
  }
}

#MainContents.detail_rich .c-modal-sns__close span:first-child {
  -webkit-transform: rotate(-44deg);
          transform: rotate(-44deg);
  top: 15px;
}

#MainContents.detail_rich .c-modal-sns__close span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

#MainContents.detail_rich .c-modal-detail {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: 2003;
  opacity: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-detail {
    position: static;
    background: 0;
    margin-top: 10px;
    padding: 0;
    height: auto;
    opacity: 1;
    pointer-events: all;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  #MainContents.detail_rich .c-modal-detail.show {
    display: block;
  }
  #MainContents.detail_rich .c-modal-detail__box {
    margin: 0;
  }
}

#MainContents.detail_rich .c-modal-detail__ttl {
  color: #3f3f3f;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-detail__ttl {
    font-size: 18px;
    text-align: left;
    line-height: 22px;
  }
}

#MainContents.detail_rich .c-modal-detail.is-active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}

#MainContents.detail_rich .c-modal-detail__inner {
  margin: 0;
  z-index: 11;
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  color: #666666;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-detail__inner {
    padding: 0;
    width: 100% !important;
  }
}

#MainContents.detail_rich .c-modal-detail__inner img {
  width: 40px;
}

#MainContents.detail_rich .c-modal-detail__inner .explanatory_text {
  text-align: left;
  color: #3f3f3f;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-detail__inner .explanatory_text {
    margin: 10px 0 0 0;
    line-height: 1.5;
  }
}

#MainContents.detail_rich .c-modal-detail__inner a {
  cursor: pointer;
  color: #6c3d05 !important;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .c-modal-detail__inner a {
    max-width: 275px;
    width: 275px;
    padding: 18px 0;
    margin-top: 10px;
  }
}

#MainContents.detail_rich .c-modal-detail__inner a:hover {
  text-decoration: none !important;
}

#MainContents.detail_rich .over {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  left: 0;
}

#MainContents.detail_rich .js-scroll {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -75px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .js-scroll {
    top: -101px;
  }
}

#MainContents.detail_rich #info {
  top: -100px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich .js-scroll {
    top: -101px;
  }
}


#MainContents.detail_rich #overview {
  top: -100px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich #overview {
    top: -101px;
  }
}

#MainContents.detail_rich #service {
  top: -50px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich #service {
    top: -101px;
  }
}

#MainContents.detail_rich #overview {
  top: -101px;
}

#MainContents.detail_rich #service {
  top: -50px;
}

@media only screen and (max-width: 768px) {
  #MainContents.detail_rich #service {
    top: -101px;
  }
}

#Breadcrumbs {
  padding: 13px 0;
}

@media only screen and (max-width: 768px) {
  #Breadcrumbs {
    margin-bottom: 0;
    padding: 1rem 8px;
  }
}

#Breadcrumbs .container {
  max-width: 1160px;
}

#Breadcrumbs li a {
  color: #6a6a6a;
}

@media only screen and (max-width: 768px) {
  #Breadcrumbs li a {
    color: #6c3d05;
  }
}

#Breadcrumbs li:last-child a {
  pointer-events: none;
}

.fixed-right {
  position: fixed;
  top: 80%;
  display: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .fixed-right {
    display: none !important;
  }
}

.fixed-right .box {
  text-align: center;
  color: #3f3f3f;
}

.fixed-right__btn {
  cursor: pointer;
  background-color: #eeeeee;
  border: solid 3px #ffffff;
  border-right: 0;
  width: 150px;
  border-radius: 5px 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.fixed-right__btn:hover {
  opacity: .6;
}

.fixed-right__btn--mess {
  height: 165px;
}

.fixed-right__btn--mess img {
  margin-top: 11px;
}

.fixed-right__btn--mess .txt {
  margin-top: 20px;
}

.fixed-right__btn--js-top {
  margin-top: 15px;
  height: 110px;
}

.fixed-right__btn--js-top .icon-arrow-top {
  font-size: 20px;
}

.fixed-right__btn .txt {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

#AsideFooter {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #AsideFooter {
    margin-top: 30px;
  }
}

#AsideFooter .anchor_banner {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #PageTop {
    line-height: 1;
  }
}

@media only screen and (max-width: 768px) {
  .lazy {
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .lazy.only_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .lazy.only_pc {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  #GlobalFooter {
    margin-top: -10px;
  }
}

/*------------------------------------------------------------
Css of inquiry form page
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form main {
    margin-top: 0;
  }
  #MainContents.inquriry_form .menu-fixed {
    margin-top: 10px;
  }
}

#MainContents.inquriry_form .btn01 {
  height: 62px;
  width: 735px;
  font-size: 28px;
  margin: 0 auto;
  margin-top: 33px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .btn01 {
    width: calc(100% - 20px);
    font-size: 16px;
    height: auto;
    margin-top: 12px;
  }
}

#MainContents.inquriry_form .btn01 img {
  margin-right: 18px;
  margin-left: -32px;
}

#MainContents.inquriry_form .btn01 .icon-arrow-right {
  font-size: 30px;
  right: 18px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .btn01 .icon-arrow-right {
    font-size: 14px;
    right: 13px;
  }
}

#MainContents.inquriry_form .c-box01 .container {
  padding: 55px 100px 63px 100px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-box01 .container {
    padding: 0 10px;
  }
}

#MainContents.inquriry_form .c-box01__text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-box01__text {
    line-height: 27px;
    margin-top: 25px;
  }
}

#MainContents.inquriry_form .c-form {
  background-color: #e4f8fb;
  padding-bottom: 60px;
  padding: 37px 0 130px 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form {
    margin-top: 45px;
    padding: 28px 0 45px 0;
    border-top: 1px solid #dcdcdc;
  }
  #MainContents.inquriry_form .c-form .container {
    padding: 0;
  }
}

#MainContents.inquriry_form .c-form h2 {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form h2 {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
  }
}

#MainContents.inquriry_form .c-form__list {
  margin: 0 auto;
  margin-top: 35px;
  padding: 23px 0 22px 0;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__list {
    margin-top: 27px;
    padding: 23px 10px 22px 10px;
  }
}

#MainContents.inquriry_form .c-form__list p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  width: 735px;
  margin: 0 auto;
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__list p {
    width: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    line-height: 24px;
    letter-spacing: -1px;
  }
}

#MainContents.inquriry_form .c-form__list .btn01 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__list .btn01 {
    height: 60px;
  }
}

#MainContents.inquriry_form .c-form__list .btn01 img {
  width: 37px;
  margin-right: 17px;
  width: 37px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__list .btn01 img {
    width: 33px;
    margin-right: 9px;
    margin-left: -5px;
  }
}

#MainContents.inquriry_form .c-form__list .btn01 img.img2 {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  #MainContents.inquriry_form .c-form__list .btn01:hover img.img2 {
    display: block !important;
  }
  #MainContents.inquriry_form .c-form__list .btn01:hover img.img1 {
    display: none !important;
  }
}

#MainContents.inquriry_form .c-form__box {
  margin-top: 30px;
}

#MainContents.inquriry_form .c-form__box:first-child {
  margin-top: 0;
}

#MainContents.inquriry_form .c-form__box--form input {
  display: block;
  border: solid 1px #c9c9c9;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0 20px;
  width: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form input {
    height: 50px;
    padding: 0 9px;
  }
}

#MainContents.inquriry_form .c-form__box--form .w-255 {
  width: 255px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .w-255 {
    width: 100%;
  }
}

#MainContents.inquriry_form .c-form__box--form ::-webkit-input-placeholder {
  /* Edge */
  color: #919191;
}

#MainContents.inquriry_form .c-form__box--form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
}

#MainContents.inquriry_form .c-form__box--form ::-ms-input-placeholder {
  color: #919191;
}

#MainContents.inquriry_form .c-form__box--form ::placeholder {
  color: #919191;
}

#MainContents.inquriry_form .c-form__box--form input, #MainContents.inquriry_form .c-form__box--form select, #MainContents.inquriry_form .c-form__box--form textarea, #MainContents.inquriry_form .c-form__box--form button {
  color: #3f3f3f;
  -webkit-appearance: none;
}

#MainContents.inquriry_form .c-form__box--form input:focus, #MainContents.inquriry_form .c-form__box--form select:focus, #MainContents.inquriry_form .c-form__box--form textarea:focus, #MainContents.inquriry_form .c-form__box--form button:focus {
  outline-width: 0;
}

#MainContents.inquriry_form .c-form__box--form label.error {
  color: #ff6673;
  margin-top: 5px;
  display: block;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form #error11 {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form #error1 {
    margin-top: 10px;
  }
}

#MainContents.inquriry_form .c-form__box--form select {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 18px 0 15px;
  border: solid 1px #c9c9c9;
  background: transparent;
  font-size: 16px;
  height: 45px;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form select {
    padding: 0 20px 0 9px;
    height: 50px;
  }
}

#MainContents.inquriry_form .c-form__box--form select:required:invalid {
  color: #919191;
}

#MainContents.inquriry_form .c-form__box--form option[value=""] {
  display: none;
}

#MainContents.inquriry_form .c-form__box--form option {
  color: black;
}

#MainContents.inquriry_form .c-form__box--form select::-ms-expand {
  display: none;
}

#MainContents.inquriry_form .c-form__box--form textarea {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  border: solid 1px #c9c9c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form textarea {
    height: 290px;
    padding: 9px;
    resize: none;
  }
}

#MainContents.inquriry_form .c-form__box--form form {
  padding: 0 40px 90px 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form form {
    padding: 0 11px 40px 11px;
  }
}

#MainContents.inquriry_form .c-form__box--form dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #c9c9c9;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl {
    display: block;
    padding: 29px 0;
  }
  #MainContents.inquriry_form .c-form__box--form dl:nth-last-child(-n+2) {
    border: 0;
  }
}

#MainContents.inquriry_form .c-form__box--form dl.add-job {
  display: none;
}

#MainContents.inquriry_form .c-form__box--form dl.add-job.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl.add-job.show {
    display: block;
  }
}

#MainContents.inquriry_form .c-form__box--form dl:first-child {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl:first-child {
    padding: 20px 0 27px 0;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dt {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dt {
    padding: 0;
    width: 100%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dt .dt-ttl {
  line-height: 1;
}

#MainContents.inquriry_form .c-form__box--form dl dt.no-center--top {
  top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dt.no-center--top {
    top: 0;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dt.no-center--top .dt-ttl {
  margin-top: -30px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dt.no-center--top .dt-ttl {
    margin-top: 0;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dt.no-center .required {
  position: absolute;
  right: 50px;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dt.no-center .required {
    position: static;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dt .dt-ttl {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dt .dt-ttl {
    font-size: 16px;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dt .required {
  font-size: 16px;
  color: #ffffff;
  background-color: #ff6673;
  width: 57px;
  height: 32px;
  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;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dt .required {
    width: 50px;
    height: 24px;
    margin-left: 5px;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dd {
  line-height: 1;
  width: calc(100% - 420px);
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dd {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

#MainContents.inquriry_form .c-form__box--form dl dd .txt {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
}

#MainContents.inquriry_form .c-form__box--form dl dd .txt:nth-child(2) {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form dl dd .txt:nth-child(2) {
    margin-top: 3px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox {
  display: block;
  margin-top: 13px;
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox:first-child {
  margin-top: 0;
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked,
#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label,
#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label,
  #MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label {
    padding-left: 35px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label:before,
#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label:before,
  #MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label:before {
    top: 50%;
    height: 25px;
    width: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label:after,
#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 14px;
  border: 2px solid #40c114;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label:after,
  #MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label:after {
    width: 8px;
    height: 18px;
    left: 9px;
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}

#MainContents.inquriry_form .c-form__box--form .form-box__checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1 {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1.mt-1 {
    display: block;
    width: 100%;
  }
  #MainContents.inquriry_form .c-form__box--form .form-box__child1.mt-1 input {
    width: 100%;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1:first-child {
  margin-top: 0;
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1:last-child {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1:last-child {
    margin-top: 15px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1 input {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1 input {
    width: calc(50% - 8px);
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1 a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 14.5px 0;
  background-color: #aaaaaa;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1 a {
    width: calc(50% - 8px);
    padding: 17px 0;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1 a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.70;
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1__select {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1__select {
    width: 100%;
    display: block;
    margin: 15px 0 0 0;
  }
  #MainContents.inquriry_form .c-form__box--form .form-box__child1__select:first-child {
    margin-top: 0;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1__border {
  width: 255px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1__border {
    width: 100%;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1__border:before {
  content: '';
  pointer-events: none;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  position: absolute;
  background-color: #aaaaaa;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1__border:before {
    width: 48px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box__child1__border:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 13px solid #ffffff;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box__child1__border:after {
    right: 16px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio {
    overflow: unset;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio__child {
  width: 230px;
  float: left;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio__child {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio__child:last-child {
    margin-bottom: 2px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio__child:nth-child(2n+1) {
  clear: left;
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked,
#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label,
#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label,
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label {
    padding-left: 40px;
    line-height: 28px;
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label:before,
#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c9c9c9;
  border-radius: 100%;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label:before,
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label:before {
    width: 25px;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label:after,
#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #40c114;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label:after,
  #MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label:after {
    width: 15px;
    height: 15px;
    left: 6px;
    top: calc(50% - 7px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#MainContents.inquriry_form .c-form__box--form .form-box .form-box__radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#MainContents.inquriry_form .c-form__box--form .box-submit {
  width: 950px;
  background-color: #e4f8fb;
  margin: 0 auto;
  margin-top: 65px;
  border-radius: 9px;
  font-size: 18px;
  padding: 29px 0 38px 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit {
    width: 100%;
    margin-top: 1px;
    padding: 15px 0 22px 0;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit__dlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 735px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit__dlex {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 325px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit__dlex {
    padding: 0 15px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit__txt {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit__txt {
    font-size: 16px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit label.error {
  width: 735px;
  margin: 0 auto;
  margin-top: 1px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit label.error {
    width: 100%;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit__list {
    display: block;
    margin: 4px 0 0 2px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit__list__link {
  font-size: 19px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit__list__link {
    font-size: 17px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit__list__link a {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit__list__link a {
    font-size: 16px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit__list a:hover {
  text-decoration: underline !important;
}

#MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:checked + label:before,
#MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:not(:checked) + label:before {
  width: 28px;
  height: 28px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:checked + label:before,
  #MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:not(:checked) + label:before {
    width: 25px;
    height: 25px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:checked + label:after,
#MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:not(:checked) + label:after {
  width: 12px;
  height: 20px;
  top: -2px;
  left: 9px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:checked + label:after,
  #MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:not(:checked) + label:after {
    width: 8px;
    height: 18px;
    left: 9px;
    top: -3px;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:checked + label,
#MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:not(:checked) + label {
  top: -22px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:checked + label,
  #MainContents.inquriry_form .c-form__box--form .box-submit [type="checkbox"]:not(:checked) + label {
    top: 0;
  }
}

#MainContents.inquriry_form .c-form__box--form .box-submit .btn01 {
  font-size: 20px;
  padding: 0;
  border-radius: 0;
  margin-top: 27px;
  color: #ffffff;
}

#MainContents.inquriry_form .c-form__box--form .box-submit .btn01:active {
  -webkit-transform: none;
          transform: none;
}

#MainContents.inquriry_form .c-form__box--form .box-submit .btn01:hover {
  color: #40c114;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box--form .box-submit .btn01 {
    font-size: 16px;
    height: 60px;
    margin-top: 12px;
  }
  #MainContents.inquriry_form .c-form__box--form .box-submit .btn01:hover {
    color: #ffffff;
    background-color: #40c114;
  }
}

#MainContents.inquriry_form .c-form__box .form-ttl {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 17px 40px;
  background-color: #eeeeee;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form .c-form__box .form-ttl {
    font-size: 16px;
    line-height: 24px;
    padding: 11px 8px;
  }
}

#MainContents.inquriry_form .fixed-right {
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 45px;
}

#MainContents.inquriry_form #AsideFooter {
  margin-top: 130px;
}

@media only screen and (max-width: 768px) {
  #MainContents.inquriry_form #AsideFooter {
    margin-top: 45px;
  }
}


/*------------------------------------------------------------
Css of job information page
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #MainContents.job_information main {
    margin-top: 0;
  }
  #MainContents.job_information .menu-fixed {
    margin-top: 10px;
  }
  #MainContents.job_information .c-banner img {
    width: 26px;
  }
}

#MainContents.job_information .c-current-job {
  margin: 41px 0 55px 0;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-current-job {
    margin: 30px 0 0 0;
    background-color: #e4f8fb;
    padding: 20px 10px 44px 10px;
  }
}

#MainContents.job_information .c-current-job .container {
  border: solid 1px #c9c9c9;
  padding: 20px 30px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-current-job .container {
    padding: 0;
    border: 0;
  }
}

#MainContents.job_information .c-current-job__ttl {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-current-job__ttl {
    font-weight: bold;
    text-align: center;
  }
}

#MainContents.job_information .c-current-job ul {
  margin: 0;
  padding: 0;
}

#MainContents.job_information .c-current-job ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-current-job ul li {
    margin-top: 15px;
  }
}

#MainContents.job_information .c-current-job ul li:before {
  content: '◆';
  font-size: 18px;
  color: #2391de;
  width: 18px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-current-job ul li:before {
    display: none;
  }
}

#MainContents.job_information .c-current-job ul li a {
  font-size: 18px;
  line-height: 36px;
  text-underline-position: under;
  text-decoration: underline;
  color: #2391de;
  padding-left: 8px;
  width: calc(100% - 18px);
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-current-job ul li a {
    font-size: 16px;
    line-height: 23px;
    padding: 10px;
    border: solid 1px #c9c9c9;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

#MainContents.job_information .c-job {
  margin-bottom: 95px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job {
    margin-bottom: 45px;
    border-top: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
  }
}

#MainContents.job_information .c-job:last-child {
  margin-bottom: 0;
}

#MainContents.job_information .c-job .btn01 {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job .btn01 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#MainContents.job_information .c-job .btn01 .txt {
  font-size: 16px;
  border: 2px solid #ffffff;
  padding: 4px 11px;
  margin: 0 20px 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job .btn01 .txt {
    font-weight: 300;
    padding: 1px 12px;
    margin: 0 24px 0 -64px;
  }
}

@media only screen and (max-width: 360px) {
  #MainContents.job_information .c-job .btn01 .txt {
    margin: 0 24px 0 -40px;
  }
}

@media only screen and (max-width: 325px) {
  #MainContents.job_information .c-job .btn01 .txt {
    margin: 0 11px 0 -15px;
  }
}

#MainContents.job_information .c-job .btn01 .icon-arrow-right {
  font-size: 22px;
  right: 12px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job .btn01 .icon-arrow-right {
    font-size: 15px;
    right: 17px;
  }
}

#MainContents.job_information .c-job .btn01:hover .txt {
  background-color: #40c114;
  color: #ffffff;
  border-color: #40c114;
}

#MainContents.job_information .c-job .container {
  border: solid 1px #c9c9c9;
  border-radius: 3px;
  background-color: #eeeeee;
  padding: 25px 30px 60px 30px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job .container {
    border-radius: 0;
    border: 0;
    padding: 37px 10px;
  }
}

#MainContents.job_information .c-job__top .c-title02 {
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__top .c-title02 {
    line-height: 28px;
  }
}

#MainContents.job_information .c-job__left {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__left {
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

#MainContents.job_information .c-job__left__img {
  width: 360px;
  height: 256px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__left__img {
    width: 100%;
  }
}

#MainContents.job_information .c-job__left__img img {
  margin: 0 auto;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__left__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#MainContents.job_information .c-job__left .btn01 {
  height: 68px;
  font-size: 18px;
  margin-top: 25px;
}

#MainContents.job_information .c-job__right {
  width: 720px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__right {
    display: block;
    width: 100%;
    margin-top: 28px;
  }
  #MainContents.job_information .c-job__right .btn01 {
    margin-top: 20px;
  }
}

#MainContents.job_information .c-job__details {
  background-color: #ffffff;
  margin-top: 20px;
  padding: 35px 30px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__details {
    padding: 20px 12px;
  }
}

#MainContents.job_information .c-job__details__ttl {
  color: #1c5209;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__details__ttl {
    line-height: 29px;
    font-size: 20px;
  }
}

#MainContents.job_information .c-job__details p {
  font-size: 18px;
  margin-top: 20px;
  line-height: 34px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__details p {
    line-height: 27px;
  }
}

#MainContents.job_information .c-job__details__more {
  background-color: #ffffff;
  bottom: -2px;
  height: 24px;
  left: 0;
  padding-bottom: 2px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#MainContents.job_information .c-job__details__more.hide:before {
  display: none;
}

#MainContents.job_information .c-job__details__more:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 35%, rgba(255, 255, 255, 0));
  content: "";
  height: 45px;
  left: 0;
  position: absolute;
  top: -40px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__details__box {
    max-height: 480px;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
  }
}

@media only screen and (min-width: 769px) {
  #MainContents.job_information .c-job__details__box {
    max-height: 100% !important;
    padding-bottom: 0 !important;
  }
}

#MainContents.job_information .c-job .js-more {
  color: #2391de;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#MainContents.job_information .c-job .js-more--close {
  display: none;
}

#MainContents.job_information .c-job .js-more--close:before {
  display: none;
}

#MainContents.job_information .c-job .js-more--close .icon-arrow-top {
  -webkit-transform: 0;
  transform: 0;
}

#MainContents.job_information .c-job .js-more .icon-arrow-top {
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#MainContents.job_information .c-job__table-details {
  margin-top: 55px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__table-details {
    margin-top: 47px;
  }
}

#MainContents.job_information .c-job__table-details__ttl {
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__table-details__ttl {
    font-size: 16px;
    padding: 16px 24px;
    background-color: #ffffff;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    margin-bottom: 0;
  }
  #MainContents.job_information .c-job__table-details__ttl:before {
    content: '';
    height: 100%;
    width: 10px;
    background-color: #2391de;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__table-details__js.js--table {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #MainContents.job_information .c-job__table-details__js {
    display: block !important;
  }
}

#MainContents.job_information .c-job__table-details .btn01 {
  font-size: 24px;
  width: 688px;
  margin: 0 auto;
  height: 65px;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__table-details .btn01 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
  }
}

#MainContents.job_information .c-job__table-details .btn01 .txt {
  margin: 0 49px 0 56px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__table-details .btn01 .txt {
    padding: 1px 12px;
    margin: 0 24px 0 -64px;
  }
}

@media only screen and (max-width: 360px) {
  #MainContents.job_information .c-job__table-details .btn01 .txt {
    margin: 0 24px 0 -40px;
  }
}

@media only screen and (max-width: 325px) {
  #MainContents.job_information .c-job__table-details .btn01 .txt {
    margin: 0 11px 0 -15px;
  }
}

#MainContents.job_information .c-job__table-details .btn01 .icon-arrow-right {
  font-size: 25px;
  right: 27px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-job__table-details .btn01 .icon-arrow-right {
    font-size: 15px;
    right: 17px;
  }
}

#MainContents.job_information .c-job__table-details .arrow {
  display: block;
  line-height: 1.2;
}

#MainContents.job_information .c-job__table-details__more {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
}

#MainContents.job_information .c-job__table-details__more.active {
  border-top: 0;
}

#MainContents.job_information .c-job__table-details__more.active .js-more .icon-arrow-top {
  -webkit-transform: none;
  transform: none;
}

#MainContents.job_information .c-job__table-details__more.active .js-more .txt {
  display: none;
}

#MainContents.job_information .c-job__table-details__more.active .js-more .txt2 {
  display: block;
}

#MainContents.job_information .c-job__table-details__more .js-more {
  height: 50px;
}

#MainContents.job_information .c-job__table-details__more .js-more .txt2 {
  display: none;
}

#MainContents.job_information .c-table1 th, #MainContents.job_information .c-table1 td {
  line-height: 1.8;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: -.8px;
  padding: 9px 12px 9px 15px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-table1 th, #MainContents.job_information .c-table1 td {
    font-size: 16px;
    padding: 8px 10px;
    line-height: 23px;
    display: table-cell;
  }
}

#MainContents.job_information .c-table1 th {
  width: 185px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-table1 th {
    width: 85px;
  }
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-table1 td {
    width: calc(100% - 85px);
  }
}

#MainContents.job_information .c-table1 p {
  line-height: 1.8;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-table1 p {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

#MainContents.job_information .c-table1 p:last-child {
  margin-bottom: 0;
}

#MainContents.job_information .c-table1 .w {
  width: 54px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information .c-table1 .w {
    width: auto;
  }
}

#MainContents.job_information .fixed-right {
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 45px;
}

#MainContents.job_information #AsideFooter {
  margin-top: 130px;
}

@media only screen and (max-width: 768px) {
  #MainContents.job_information #AsideFooter {
    margin-top: 45px;
  }
  
  .same_service_td{
    display: block !important;
  }
}

.main_noimage{
  height: 300px;
  background-color: #efefef;
  display: flex;
  align-items: center;
}

.main_noimage_name{
  font-size: 40px;
  font-weight: bold;
  margin-left: 5%;
  margin-bottom: 5%;
}
.precautions{
  margin-top: 40px;
}

.detail_rich03 .same_service {
  border: 1px solid grey;
  background-color: whitesmoke;
  padding: 3px;
  margin: 5px;
  display: inline-block;
}

.no_map {
  padding: 40px 20px 40px 20px;
  background-color: #f1f1f1;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cecece;
  margin: 10px 0 30px 0;
}
#MainContents.detail_rich .detail_rich03 .box-map .map {
  overflow: hidden;
  height: 520px;
}

.btn-gray{
  color: #aaaaaa;
  background-color: #ffffff;
  border: solid 2px #ffffff;
}

@media only screen and (min-width: 769px) {
  .btn-gray:hover {
    color: #ffffff;
    background-color: #aaaaaa;
  }
}
@media only screen and (max-width: 768px) {
  .c-job .container .c-title02 {
    line-height: 28px;
  }
}

/*! iconfont */
@font-face {
  font-family: "iconfont";
  src: url("../../fonts/iconfont.eot");
  src: url("../../fonts/iconfont.eot?#iefix") format("eot"), url("../../fonts/iconfont.woff") format("woff"), url("../../fonts/iconfont.ttf") format("truetype");
  font-display: swap;
}
.icon-arrow-dot-right:before, .icon-arrow-down:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-top:before, .icon-care:before, .icon-check:before, .icon-circle:before, .icon-dot_3:before, .icon-home:before, .icon-info:before, .icon-lock:before, .icon-mail:before, .icon-map:before, .icon-pagetop:before, .icon-search:before, .ib-info:before, .ib-search:before, .ib-map:before, .ib-care:before, #SiteInfo nav ul li a:before, #PageTop:after, #GlobalFooterSiteInfo ul a:before, .business_login:before, .store.item .row.btn:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.slick.full_carousel .controller .btn.prev:before, .slick.full_carousel .controller .btn.next:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-arrow-dot-right:before {
  content: "\EA01";
}

.icon-arrow-down:before {
  content: "\EA02";
}

.icon-arrow-left:before {
  content: "\EA03";
}

.icon-arrow-right:before {
  content: "\EA04";
}

.icon-arrow-top:before {
  content: "\EA05";
}

.icon-care:before {
  content: "\EA06";
}

.icon-check:before {
  content: "\EA07";
}

.icon-circle:before {
  content: "\EA08";
}

.icon-dot_3:before {
  content: "\EA09";
}

.icon-home:before {
  content: "\EA0A";
}

.icon-info:before {
  content: "\EA0B";
}

.icon-lock:before {
  content: "\EA0C";
}

.icon-mail:before {
  content: "\EA0D";
}

.icon-map:before {
  content: "\EA0E";
}

.icon-pagetop:before {
  content: "\EA0F";
}

.icon-search:before {
  content: "\EA10";
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-modal-detail__inner .mark_info {
  font-size: 18px;
  font-weight: bold;
  color: #6c3d05;
  background-color: #ececec;
  padding: 10px 10px;
  margin: 10px;
  display: flex;
  align-items: center;
}
.c-modal-detail__inner .mark_string {
  margin-left: 10px;
}
.c-modal-detail__inner .explanatory_text {
  font-size: 16px;
  color: #6c3d05;
  padding: 10px 10px;
  margin: 10px;
  line-height: 1.4;
}
.c-modal-detail__inner .modal_close_btn {
  max-width: 50%;
  margin: 2em auto;
  display: block;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 1.5em !important;
  color: #6c3d05;
  border: 1px solid #6c3d05;
  text-align: center;
  text-decoration: none;
}

main section {
  margin-bottom: 0px;
}