@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

/*marker***************/
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff000));
  background: linear-gradient(transparent 50%, #fff000 50%);
}

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

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

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

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

/**********************/
/*ol*******************/
ol {
  margin: 0;
  padding: 0;
}

ol.num {
  counter-reset: num 0;
}

ol.num > li {
  display: block;
  position: relative;
  padding-left: 4rem;
}

ol.num > li + li {
  margin-top: 1em;
}

ol.num > li:before {
  display: block;
  counter-increment: num 1;
  content: "（" counter(num) "）";
  position: absolute;
  left: 0px;
  top: 0px;
}

ol.alpha {
  padding-left: 1.5em;
  list-style-type: lower-alpha;
}

/**********************/
/*accordion************/
dl.accordion,
dl.accordion > dt,
dl.accordion > dd {
  display: block;
  margin: 0;
  padding: 0;
}

dl.accordion > dt {
  margin: 0;
  padding: 20px 40px 20px 20px;
  background-color: #ededed;
  position: relative;
  cursor: pointer;
}

dl.accordion > dt .open {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  display: block;
  top: 50%;
  margin-top: -10px;
  overflow: hidden;
}

dl.accordion > dt .open:before,
dl.accordion > dt .open:after {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  background-color: #000000;
  margin-top: -0.5px;
}

dl.accordion > dt .open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

dl.accordion > dt.active .open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

dl.accordion > dt + dd {
  display: none;
  margin-top: 10px;
}

/**********************/
html {
  color: #000000;
  font-size: 62.5%;
  line-height: 1.7;
  font-family: "Helvetica", "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #000000;
  background-color: #ffffff;
}

body.active {
  overflow: hidden;
}

header,
footer,
main,
nav,
section,
article,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border-style: none;
  /* width: auto; */
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  display: inline;
}

.table {
  width: 100%;
  height: auto;
  display: table;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

.table .row {
  display: table-row;
}

.table .cell {
  display: table-cell;
  margin: 0;
  padding: 0;
}

.area {
  width: 94%;
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 1200px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0);
  box-shadow: 0px 1px rgba(255, 255, 255, 0);
}

/*リンクアイコンの設定*******************/
a[target=_blank]:after {
  font-family: "hijiyama2020" !important;
  content: "\e90d";
  margin-left: 0.3em;
  font-size: 1.5rem;
}

a[href$=".xlsx"]:after,
a[href$=".xls"]:after,
a[href$=".docx"]:after,
a[href$=".doc"]:after {
  font-family: "hijiyama2020" !important;
  content: "\e902";
  margin-left: 0.3em;
  font-size: 1.5rem;
}

a[href^="http://"]:after,
a[href^="https://"]:after {
  font-family: "hijiyama2020" !important;
  content: "\e90c";
  margin-left: 0.3em;
  font-size: 1.5rem;
}

a[href$=".pdf"]:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/PDF_24.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 0.3em;
  display: inline-block;
  margin-bottom: -0.3em;
}

a[href^="mailto:"]:after {
  content: "";
}

/*************************************/
a.button01 {
  margin: 0 auto 0 auto;
  display: table;
  position: relative;
  width: 80%;
  height: 46px;
  max-width: 300px;
  padding-left: 1em;
  padding-right: 2.5em;
  background-color: #3e3a39;
  color: #ffffff;
}

a.button01:before {
  display: block;
  content: "\e90a";
  font-family: "hijiyama2020" !important;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  font-size: 1.2rem;
}

a.button01 span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

a.button02 {
  margin: 0;
  padding: 0 42px 0 0;
  display: block;
  position: relative;
  border: 1px solid #c0c0c0;
  height: auto;
  width: 100%;
  background-color: #dbdacd;
}

a.button02 span span:after,
a.button02[target=_blank]:after,
a.button02[href$=".pdf"]:after,
a.button02[href^="http://"]:after,
a.button02[href^="https://"]:after {
  display: none;
}

a.button02:before {
  display: block;
  content: "\e90a";
  font-family: "hijiyama2020" !important;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  font-size: 1.2rem;
}

a.button02[href$=".pdf"]:before {
  content: "\e902";
  font-family: "hijiyama2020" !important;
}

a.button02[href$=".xlsx"]:before,
a.button02[href$=".xls"]:before,
a.button02[href$=".docx"]:before,
a.button02[href$=".doc"]:before {
  content: "\e912";
  font-family: "hijiyama2020" !important;
}

a.button02[href^="http://"]:before,
a.button02[href^="https://"]:before {
  font-family: "hijiyama2020" !important;
  content: "\e90c";
}

.top_page ul.link a.button02[target=_blank]:before {
  content: "\e90d";
  font-size: 1.5rem;
}

.top_page ul.link a.button02[href^="http://"]:before,
.top_page ul.link a.button02[href^="https://"]:before {
  content: "\e90c";
  font-size: 1.5rem;
}

.top_page ul.link a.button02[href$=".xlsx"]:before,
.top_page ul.link a.button02[href$=".xls"]:before,
.top_page ul.link a.button02[href$=".docx"]:before,
.top_page ul.link a.button02[href$=".doc"]:before {
  content: "\e912";
  font-size: 1.5rem;
}

.top_page ul.link a.button02[href$=".pdf"]:before {
  content: "\e902";
  font-size: 1.5rem;
}

a.button02 > span {
  display: table;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  margin: 0;
  width: 100%;
  height: 60px;
}

a.button02 > span span {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}

a.button02[target=_blank] span span:after {
  font-family: "hijiyama2020" !important;
  content: "\e90d";
  margin-left: 0.3em;
}

a.button02[href$=".xlsx"] span span:after,
a.button02[href$=".xls"] span span:after,
a.button02[href$=".docx"] span span:after,
a.button02[href$=".doc"] span span:after {
  font-family: "hijiyama2020" !important;
  content: "\e902";
  margin-left: 0.3em;
  font-size: 1.5rem;
  display: inline !important;
}

a.button02[href^="http://"] span span:after,
a.button02[href^="https://"] span span:after {
  font-family: "hijiyama2020" !important;
  content: "\e90c";
  margin-left: 0.3em;
  font-size: 1.5rem;
}

a.button02[href$=".pdf"] span span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/common/PDF_24.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  margin-left: 0.3em;
  margin-top: 0.1em;
}

a.button03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  max-width: 314px;
  border: 1px solid #818181;
  border-radius: 40px;
  padding: 0.3em 1em 0.3em 1em;
}

a.button03::after {
  font-family: "hijiyama2020" !important;
  content: "\e90a";
  font-size: 1.2rem;
}

.pc {
  display: none;
}

.img_slide .area h2 {
  font-weight: bold;
  text-align: left;
}

.img_slide .slider_topick {
  margin-top: 30px;
}

.img_slide .slider_topick ul.slide_topick {
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  max-width: 1220px;
}

.img_slide .slider_topick ul.slide_topick li {
  margin: 0;
  padding: 0;
  display: block;
}

.img_slide .slider_topick ul.slide_topick li a {
  display: block;
  margin: 0;
  padding: 0;
}

.img_slide .slider_topick ul.slide_topick li a.new {
  position: relative;
}

.img_slide .slider_topick ul.slide_topick li a.new:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: url(/common/department/images/m_new_y.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.img_slide .slider_topick ul.slide_topick li a .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img_slide .slider_topick ul.slide_topick li a .img + p {
  margin-top: 0.7em;
}

.img_slide .slider_topick ul.slide_topick li a p.strong {
  font-weight: bold;
}

.img_slide .slider_topick ul.slide_topick li a p.department:before {
  content: "［";
}

.img_slide .slider_topick ul.slide_topick li a p.department:after {
  content: "］";
}

.img_slide .slider_topick ul.slide_topick button.slick-arrow {
  position: absolute;
  left: 0px;
  font-size: 0px;
  width: 26px;
  height: 26px;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  z-index: 2;
  top: 0px;
}

.img_slide .slider_topick ul.slide_topick button.slick-arrow:after {
  content: "\e907";
  font-family: "hijiyama2020" !important;
  font-size: 1rem;
}

.img_slide .slider_topick ul.slide_topick button.slick-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -13px;
}

.img_slide .slider_topick ul.slide_topick button.slick-next {
  left: auto;
  right: -13px;
}

/*font-size*************************************/
.font6 {
  font-size: 2.8rem !important;
  line-height: 1.3em;
  letter-spacing: 0.04em;
}

.font5 {
  font-size: 2.3rem !important;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

.font4 {
  font-size: 2rem !important;
  line-height: 1.3em;
  letter-spacing: 0.06em;
}

.font3 {
  font-size: 1.7rem !important;
  line-height: 1.3em;
  letter-spacing: 0.06em;
}

.font2 {
  font-size: 1.5rem !important;
  line-height: 1.3em;
  letter-spacing: 0.06em;
}

.font1 {
  font-size: 1.3rem !important;
  line-height: 1.3em;
  letter-spacing: 0.04em;
}

.font-1 {
  font-size: 1rem !important;
  line-height: 1.3em;
  letter-spacing: 0.04em;
}

.font-2 {
  font-size: 0.8rem !important;
  line-height: 1.3em;
  letter-spacing: 0.04em;
}

.title_font1 {
  text-align: center;
  font-size: 3.2rem !important;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: normal;
}

.title_font2 {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: normal;
}

/***********************************************/
/*loading***************************************/
#loading {
  display: table;
  width: 100vw;
  height: 100vh;
  background-color: #fff000;
  position: fixed;
  top: 0px;
  left: 0px;
  font-size: 0rem;
  z-index: 1000;
}

#loading .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loading_off {
  0% {
    opacity: 1;
    top: 0px;
  }
  99% {
    opacity: 0;
    top: 0px;
  }
  100% {
    top: -100vh;
  }
}
@keyframes loading_off {
  0% {
    opacity: 1;
    top: 0px;
  }
  99% {
    opacity: 0;
    top: 0px;
  }
  100% {
    top: -100vh;
  }
}
#loading .cell .circle {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 50%;
  background: radial-gradient(circle at bottom right, #fff000 20px, #ffffff 50px);
  position: relative;
}

#loading .cell .circle:before {
  display: block;
  content: "";
  background-color: #fff000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

#loading .cell .circle:after {
  width: 50%;
  height: 60%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  background-color: #fff000;
}

#loading.off {
  top: -100vh;
  opacity: 0;
  -webkit-animation-name: loading_off;
          animation-name: loading_off;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  overflow: hidden;
}

/***********************************************/
/*hamburger*************************************/
.hamburger {
  width: 30px;
  height: 20px;
  text-align: center;
  color: #000000;
  font-size: 0rem;
  cursor: pointer;
}

.hamburger .box {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
}

.hamburger .box:before,
.hamburger .box:after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: -100%;
  top: -100%;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  margin-top: -1px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.hamburger .box:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 100%;
}

.hamburger .box span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  left: 0px;
  background-color: #000000;
  content: "";
  margin: -1px 0 0 0;
  padding: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0px -8px, 0px 8px;
          box-shadow: 0px -8px, 0px 8px;
}

.hamburger.open .box span {
  opacity: 0;
  width: 0%;
  left: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.hamburger.open .box:before,
.hamburger.open .box:after {
  left: 50%;
  top: 50%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  width: 80%;
  margin-left: -40%;
}

.simplelogo #page_title {
  padding-top: 20px;
  background-color: #fff000;
}

.simplelogo #page_title .area .copy {
  width: 111px;
  margin-right: 0px;
  margin-left: auto;
}

.simplelogo #page_title .area h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 86px;
  font-weight: normal;
}

.simplelogo #page_title .logo {
  text-align: center;
  background-image: url(/common/images/rsm_hh_sp.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
}

.simplelogo #page_title .logo img {
  width: 40%;
}

.simplelogo #page_title .logo2 {
  text-align: center;
  background-color: #ffffff;
}

.simplelogo #page_title .logo2 img {
  width: 40%;
}

.simplelogo #page_title + .area {
  margin-top: 60px;
}

main {
  margin-top: 40px;
  position: relative;
}

main.none {
  margin-top: 0px;
}

main.top_page {
  margin-top: 25px;
}

main .base_block {
  margin-left: auto;
  margin-right: auto;
  /*
      padding-left: 15px;
      padding-right: 15px;
  */
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  display: none;
}

main #pan_link {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

main #pan_link ul {
  display: block;
  margin: 0;
  padding: 0;
}

main #pan_link ul li {
  display: inline-block;
  display: inline;
  margin: 0;
  padding: 0;
}

main #pan_link ul li + li:before {
  content: "\e907";
  font-family: "hijiyama2020" !important;
  margin-right: 0.5em;
  margin-left: 0.3em;
  font-size: 1rem;
}

#main_img {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 0px auto;
}

#main_img .area {
  width: 94%;
  margin: 0 auto 0 auto;
  padding: 0;
  max-width: 1200px;
}

#main_img .area .table {
  display: table;
  margin: 0;
  padding: 40px 0 40px 0;
  width: auto;
}

#main_img .area .table .cell {
  display: table-cell;
  vertical-align: middle;
}

#main_img .area .table .cell .font-1 {
  font-weight: bold;
}

#main_img .area .table .cell .font2 {
  margin-top: 10px;
}

#main_img .area .table .cell h1.font4 {
  margin: 30px 0 0 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#main_img .area .table .cell h1.font4 br {
  display: none;
}

#yellow_line {
  background-color: #fff000;
}

#yellow_line .area .table {
  width: 100%;
  display: table;
}

#contents {
  margin: 0 auto 0 auto;
  padding: 0 0 40px 0;
  width: 100%;
  max-width: 1200px;
  display: table;
  border-bottom: 1px solid #c0c0c0;
}

main#full_img #contents {
  margin-top: 40px;
  padding-bottom: 0px;
}

main#de_top #contents {
  padding-bottom: 0px;
}

#contents .title_var {
  margin: 0;
  padding: 8px 3% 8px 3%;
}

#contents .title_var + h1 {
  margin: 0;
  padding: 30px 3% 30px 3%;
  font-weight: normal;
  border-bottom: 5px solid #000000;
}

#contents .title_block {
  position: relative;
  background-color: #fff000;
  padding-bottom: 20px;
  padding-top: calc(15px + 1.3em);
}

#contents .title_block .sub {
  position: absolute;
  left: 3%;
  top: 0px;
  background-color: #ffffa2;
  width: 70%;
  margin-top: -0.8em;
  padding: 0.3em 0.5em 0.3em 0.8em;
}

#contents .title_block h1 {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 90%;
}

#body .title_line {
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 0;
  padding: 13px 18px 13px 18px;
  font-weight: normal;
  background-color: #eaeae2;
  position: relative;
  letter-spacing: 0.06em;
}

#body .title_line:after {
  display: block;
  width: 50%;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -4px;
  content: "";
  background-color: #fff000;
}

#body ul.atte {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.3em;
}

#body ul.atte li {
  margin: 0;
  padding: 0;
  display: table;
}

#body ul.atte li:before {
  display: table-cell;
  content: "※";
}

#body .anchor {
  margin: 15px auto 0 auto;
  padding: 0;
  display: block;
  width: 94%;
}

#body .anchor ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  width: 100%;
}

#body .anchor ul li {
  display: block;
  min-height: 60px;
  width: calc(50% - 5px);
}

#body .anchor ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0.2em 2.3em 0.2em 1em;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  background-color: #f4f4f2;
  position: relative;
  line-height: 1.4;
}

#body .anchor ul li a:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  content: "\e909";
  font-family: "hijiyama2020" !important;
  line-height: 1em;
  margin-top: -0.5em;
  font-size: 1rem;
}

/*ローカルナビ*******************/
#local_nav {
  margin-top: 60px;
}

#local_nav h3 {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  height: 60px;
  background-color: #fff000;
  font-weight: normal;
}

#local_nav h3 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
  padding-right: 3%;
}

#local_nav h3.type2 {
  background-color: #ffffff;
  height: auto;
}

#local_nav h3.type2 .parent {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  position: relative;
}

#local_nav h3.type2 .parent span {
  position: relative;
  z-index: 2;
}

#local_nav h3.type2 .parent:after {
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff000;
  content: "";
  z-index: 1;
}

#local_nav h3.type2 .name {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffa2;
  font-weight: bold;
}

#local_nav .block ul {
  margin: 0;
  padding: 0;
  display: block;
}

#local_nav .block ul li {
  margin: 0;
  padding: 0;
  display: block;
}

#local_nav .block ul li + li {
  margin-top: 1px;
}

#local_nav .block ul li a {
  display: table;
  margin: 0;
  padding: 0 3% 0 3%;
  width: 100%;
  height: 60px;
  background-color: #f2f1ee;
  position: relative;
}

#local_nav .block ul li a:after {
  display: block;
  font-family: "hijiyama2020" !important;
  content: "\e90a";
  position: absolute;
  top: 50%;
  margin-top: -1em;
  right: 2.5%;
  font-size: 1.4rem;
}

#local_nav .block ul li a[target=_blank]:after {
  content: "\e90d";
  font-size: 1.5rem;
}

#local_nav .block ul li a[href^="http://"]:after,
#local_nav .block ul li a[href^="https://"]:after {
  content: "\e90c";
  font-size: 1.5rem;
}

#local_nav .block ul li a[href$=".xlsx"]:after,
#local_nav .block ul li a[href$=".xls"]:after,
#local_nav .block ul li a[href$=".docx"]:after,
#local_nav .block ul li a[href$=".doc"]:after {
  content: "\e912";
  font-size: 1.5rem;
}

#local_nav .block ul li a[href$=".pdf"]:after {
  content: "";
}

#local_nav .block ul li a span {
  display: table-cell;
  vertical-align: middle;
}

#local_nav .block ul li.return {
  margin-top: 25px;
}

#local_nav .block ul li.return a {
  background-color: #fff000;
}

#local_nav h3.type2 + .block ul li:last-child {
  margin-top: 25px;
}

#local_nav h3.type2 + .block ul li:last-child a {
  background-color: #fff000;
}

/*indent**************************/
.indent {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

a.indent {
  display: inline-block;
}

.indent .text {
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*********************************/
/***********************************************/
@media only screen and (min-width: 640px) {
  body {
    overflow: auto !important;
    font-size: 1.4rem;
    text-align: justify;
  }
  .sp {
    /* display: none; */
  }
  .pc {
    display: inherit;
  }
  a:hover {
    text-decoration: underline;
  }
  a.button01 {
    background-color: #3e3a39;
    max-width: 211px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-left: 0px;
  }
  a.button01:hover {
    background-color: #5b5857;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .img_slide .area {
    max-width: 1292px;
  }
  .img_slide .area h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .img_slide .slider_topick {
    margin-top: 20px;
  }
  .img_slide .slider_topick ul.slide_topick li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .img_slide .slider_topick ul.slide_topick button.slick-prev {
    left: -30px;
  }
  .img_slide .slider_topick ul.slide_topick button.slick-next {
    right: -30px;
  }
  /*font-size*************************************/
  .font6 {
    font-size: 3.3rem !important;
  }
  .font5 {
    font-size: 2.8rem !important;
  }
  .font4 {
    font-size: 2.5rem !important;
  }
  .font3 {
    font-size: 2rem !important;
  }
  .font2 {
    font-size: 1.7rem !important;
  }
  .font1 {
    font-size: 1.4rem !important;
  }
  .font-1 {
    font-size: 1.2rem !important;
  }
  .font-2 {
    font-size: 1rem !important;
  }
  .title_font1 {
    font-size: 4.2rem !important;
  }
  .title_font2 {
    font-size: 3.3rem;
  }
  /***********************************************/
  head.small + main {
    margin-top: 78px;
  }
  .simplelogo #page_title {
    margin-top: 27px;
  }
  .simplelogo #page_title .area .copy {
    width: 123px;
  }
  .simplelogo #page_title .area h1 {
    margin-top: 13px;
  }
  .simplelogo #page_title .logo {
    text-align: center;
    background-image: url(/common/images/rsm_hh_pc.png);
  }
  .simplelogo #page_title .logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 108px;
  }
  .simplelogo #page_title .logo2 img {
    max-width: 108px;
    margin-left: auto;
    margin-right: auto;
  }
  main {
    padding-top: 206px;
    margin-top: 0px;
    position: relative;
  }
  main.top_page {
    margin-top: 0px;
  }
  main#full_img {
    padding-top: 750px;
    margin-top: 0px;
  }
  main .base_block {
    display: block;
    width: 100%;
    max-width: none;
  }
  main#full_img .base_block {
    position: absolute;
    top: 208px;
    left: 0px;
    z-index: 10;
  }
  #main_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 750px;
    padding-top: 280px;
    background-size: auto auto;
  }
  #main_img:before,
  #main_img:after {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-color: #ffffff;
    z-index: 1;
  }
  #main_img:after {
    left: auto;
    right: 0px;
  }
  #main_img .area {
    position: relative;
    z-index: 3;
    height: 430px;
  }
  #main_img .area .table {
    height: 100%;
    background-color: #ffffff;
    width: 272px;
    padding: 20px;
  }
  #main_img .area .table .cell h1.font4 {
    margin-top: 40px;
  }
  #main_img .area .table .cell h1.font4 br {
    display: inline-block;
  }
  #main_img .img {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #main_img .img img {
    display: none;
  }
  #contents {
    width: 94%;
    padding-top: 30px;
    border-top-style: none;
    padding-bottom: 80px;
  }
  main#full_img #contents {
    border-top: 4px solid #ccde69;
    padding-bottom: 0px;
  }
  #contents .title_var {
    padding-left: 14px;
    padding-right: 14px;
  }
  #contents .title_var + h1 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  #contents .title_block {
    padding-bottom: 50px;
    padding-top: calc(50px + 1.3em);
    margin-bottom: 40px;
  }
  #contents .title_block .sub {
    left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 70%;
    max-width: 310px;
    margin-top: -1.3em;
  }
  #contents .title_block h1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #body .title_line {
    font-size: 1.7rem;
    padding: 13px 20px 13px 20px;
  }
  #body ul.atte {
    font-size: 1.2rem;
  }
  #body {
    width: calc(100% - 280px);
    float: left;
  }
  #body .anchor {
    margin: 0;
    width: 100%;
  }
  #body .anchor ul {
    row-gap: 5px;
  }
  #body .anchor ul li {
    width: 100%;
  }
  #body .area {
    width: 100%;
  }
  /*ローカルナビ*******************/
  #local_nav {
    height: auto !important;
    max-height: none !important;
    position: static !important;
    width: 200px !important;
    float: right !important;
    border-top-style: none !important;
    border-bottom: 1px solid #c0c0c0;
    margin: 0px;
  }
  #local_nav h3 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #local_nav h3 span {
    padding-left: 5%;
    padding-right: 5%;
  }
  #local_nav h3.type2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #local_nav h3.type2 .parent {
    background-color: #fff000;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #local_nav h3.type2 .name {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #local_nav .block ul {
    margin-top: 4px;
  }
  #local_nav .block ul li + li {
    margin-top: 0px;
    border-top: 1px solid #c0c0c0;
  }
  #local_nav .block ul li a {
    height: auto;
    background-color: #ffffff;
    padding: 17px 5% 17px 5%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    line-height: 1.5em;
  }
  #local_nav .block ul li a.active,
  #local_nav .block ul li a:hover {
    background-color: #f4f4f4;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  #local_nav .block ul li a:after {
    display: none;
  }
  #local_nav .block ul li a[target=_blank] span:after {
    font-family: "hijiyama2020" !important;
    content: "\e90d";
    margin-left: 0.3em;
    font-size: 1.5rem;
    display: inline-block;
  }
  #local_nav .block ul li a[href^="http://"] span:after,
  #local_nav .block ul li a[href^="https://"] span:after {
    font-family: "hijiyama2020" !important;
    content: "\e90c";
    margin-left: 0.3em;
    font-size: 1.5rem;
    display: inline-block;
  }
  #local_nav .block ul li a[href$=".pdf"] span:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/PDF_24.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 0.3em;
    display: inline-block;
    margin-bottom: -0.3em;
  }
  #local_nav .block ul li.return {
    display: none;
  }
  #local_nav h3.type2 + .block ul li:last-child {
    margin-top: 0px;
    display: none;
  }
  #yellow_line {
    height: 61px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
  }
  #yellow_line .area {
    height: 100%;
    width: 94%;
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  #yellow_line .area .table {
    height: 100%;
  }
  #yellow_line .area .table .cell {
    vertical-align: middle;
    line-height: 1em;
  }
  /*********************************/
}
/***********************************************/
@media only screen and (min-width: 800px) {
  #body .anchor ul {
    row-gap: 10px;
  }
  #body .anchor ul li {
    width: calc(50% - 5px);
  }
}
/***********************************************/
@media only screen and (min-width: 920px) {
  #body .anchor ul {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #body .anchor ul li {
    min-height: auto;
    width: auto;
    padding: 0 1.5em 0 0;
    margin-right: 1.5em;
    border-right: 1px solid #c0c0c0;
  }
  #body .anchor ul li:first-child {
    padding-left: 0;
  }
  #body .anchor ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #body .anchor ul li a {
    padding-left: 0px;
    height: 100%;
    background-color: #ffffff;
    padding-right: 1.5em;
    white-space: nowrap;
  }
  #body .anchor ul li a:before {
    right: 0px;
  }
}
/*2023*******************************************************/
:root {
  --doors_delay: 0.5s;
  --doors_duration: 0.3s;
}

.main_doors {
  margin-left: auto;
  margin-right: auto;
}

.main_doors .caption {
  margin-top: 12px;
}

.main_doors .block {
  background-color: #e6e6dd;
}

.main_doors .block .title {
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  max-width: 1200px;
  height: 250px;
  position: relative;
}

.main_doors .block .title .line,
.main_doors .block .title .line span:nth-child(1) {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #ffffff;
  position: absolute;
  left: 0px;
  top: 20px;
}

.main_doors .block .title .line:has(span) {
  border: none;
  padding: 0;
}

.main_doors .block .title .line span {
  display: block;
}

.main_doors .block .title .line span:nth-child(1) {
  position: static;
  margin-bottom: 0.5em;
}

.main_doors .block .title .title_main {
  position: absolute;
  left: 0px;
  bottom: 30px;
}

.main_doors .block .title .title_main p {
  margin-bottom: 35px;
}

.main_doors .block .title .title_main h1 {
  font-weight: normal;
}

.main_doors .block .title .title_main h1 .sub {
  display: block;
  margin-bottom: 10px;
}

.main_doors .block .title .title_main h1 .main {
  font-size: 2.8rem;
}

.main_doors .block .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main_doors .block .cover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  position: absolute;
  top: 0px;
  left: 0%;
}

.main_doors.active .block .cover:after {
  left: 100%;
  -webkit-transition-delay: var(--doors_delay);
          transition-delay: var(--doors_delay);
  -webkit-transition-duration: var(--doors_duration);
          transition-duration: var(--doors_duration);
  -webkit-transition-property: left;
  transition-property: left;
}

.main_doors .block .cover .img {
  width: 88%;
}

.main_doors .block .cover .img img {
  width: 100%;
}

.main_doors .block .cover .name {
  text-align: center;
  width: 12%;
  padding-top: 25px;
  background-color: #fff000;
}

.main_doors .block .cover .name img {
  width: 53%;
  max-width: 35px;
}

a.button_ellipse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  height: 56px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 56px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  font-size: 1.5rem;
}

a.button_ellipse:after {
  content: "";
  aspect-ratio: 21/16.41;
  display: block;
  background-image: url(../images/m_yajirushi_01.svg);
  background-repeat: no-repeat;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7.815px;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
}

/***********************************************************/
@media only screen and (min-width: 768px) {
  .main_doors {
    margin-top: 20px;
    height: 598px;
    position: relative;
    max-width: 1366px;
  }
  .main_doors:before,
  .main_doors:after {
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: "";
    background-color: #fff000;
  }
  .main_doors:after {
    left: auto;
    right: 0px;
    height: 100%;
    border-style: none;
  }
  .main_doors .back {
    width: 50%;
    height: calc(100% - 2px);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
  }
  .main_doors .back:before,
  .main_doors .back:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .main_doors .back:after {
    top: auto;
    bottom: 0px;
  }
  .main_doors .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    background-color: rgba(230, 230, 221, 0);
    overflow: hidden;
  }
  .main_doors .block:before,
  .main_doors .block:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #fff000;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
  }
  .main_doors .block:after {
    top: 0px;
    left: auto;
    right: 0%;
  }
  .main_doors.active .block:before {
    left: -100%;
    -webkit-transition-delay: var(--doors_delay);
            transition-delay: var(--doors_delay);
    -webkit-transition-duration: calc(var(--doors_duration) * 2);
            transition-duration: calc(var(--doors_duration) * 2);
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .main_doors.active .block:after {
    right: -100%;
    -webkit-transition-delay: var(--doors_delay);
            transition-delay: var(--doors_delay);
    -webkit-transition-duration: calc(var(--doors_duration) * 2);
            transition-duration: calc(var(--doors_duration) * 2);
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .main_doors .block .title {
    padding: 20px;
    width: 286px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
  }
  .main_doors .block .cover .name {
    padding-top: 25px !important;
  }
  .main_doors.active .block .title {
    opacity: 1;
    -webkit-transition-delay: calc(var(--doors_delay) + var(--doors_duration) * 2);
            transition-delay: calc(var(--doors_delay) + var(--doors_duration) * 2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .main_doors .block .title .line {
    left: 20px;
  }
  .main_doors .block .title .title_main {
    position: static;
  }
  .main_doors .block .title .title_main p {
    margin-bottom: 57px;
  }
  .main_doors .block .title .title_main h1 .sub {
    margin-bottom: 18px;
  }
  .main_doors .block .title .title_main h1 .main {
    font-size: 3.7rem;
    line-height: 1.2em;
  }
  .main_doors .block .title .title_main h1 .main span {
    display: block;
  }
  .main_doors .block .cover {
    width: calc(100% - 286px);
    height: 100%;
  }
  .main_doors .block .cover:after {
    display: none;
  }
  .main_doors .block .cover .img {
    width: calc(100% - 76px);
    position: relative;
    overflow: hidden;
  }
  .main_doors .block .cover .img:before {
    width: 100%;
    height: 624px;
    display: block;
    position: absolute;
    left: 0px;
    top: -13px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
  .main_doors .block .cover .img img {
    display: none;
  }
  .main_doors .block .cover .name {
    width: 76px;
    text-align: left;
    padding-left: 20px;
  }
  .main_doors .block .cover .name img {
    width: 35px;
    opacity: 0;
  }
  .main_doors.active .block .cover .name img {
    opacity: 1;
    -webkit-transition-delay: calc(var(--doors_delay) + var(--doors_duration) * 2);
            transition-delay: calc(var(--doors_delay) + var(--doors_duration) * 2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .hiji_column .left {
    width: 55.0476%;
  }
  .hiji_column .right {
    width: 39.4286%;
    margin-top: 0px;
  }
  a.button_ellipse {
    height: 72px;
    max-width: 386px;
    border-radius: 72px;
    font-size: 1.8rem;
  }
  a.button_ellipse:hover {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
  }
  a.button_ellipse:hover:after {
    right: 5px;
    -webkit-transition: 0.3s right;
    transition: 0.3s right;
  }
}
/***********************************************************/
@media only screen and (min-width: 991px) {
  .main_doors .block .cover .img {
    width: 628px;
  }
  .main_doors .block .cover .name {
    width: calc(100% - 628px);
  }
}
/***********************************************************/
@media only screen and (min-width: 1010px) {
  .main_doors .block .cover .name {
    padding-left: 40px;
  }
}
/************************************************************/
@media only screen and (min-width: 1200px) {
  .main_doors .block .title .line {
    left: 0px;
  }
  .main_doors .block .title {
    padding-left: 0px;
  }
}
/*2024/05****************************************************/
#announcement {
  margin: 40px auto 0 auto;
  padding: 0;
  width: 100%;
}

#announcement .gray {
  background-color: #f2f1ee;
  margin: 0 auto 0 auto;
  padding: 20px 3% 20px 3%;
  max-width: 1200px;
}

#announcement .gray + .gray {
  padding-top: 0px;
}

#announcement .gray .table .cell {
  display: block;
}

#announcement .gray .table .cell + .cell {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#announcement .gray .table .cell a,
#announcement .gray .table .cell .button {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}

#announcement .gray .table .cell a:after,
#announcement .gray .table .cell .button:after {
  content: "\e90a";
  position: absolute;
  top: 50%;
  right: 10px;
  background-size: 0px auto;
  width: auto;
  height: auto;
  margin: -0.8em 0 0 0;
  padding: 0;
  font-family: "hijiyama2020" !important;
}

#announcement .gray .table .cell a span,
#announcement .gray .table .cell .button span {
  display: table-cell;
  vertical-align: middle;
  width: 28%;
}

#announcement .gray .table .cell .button span + span {
  text-decoration: line-through;
}

#announcement .gray .table .cell a span + span,
#announcement .gray .table .cell .button span + span {
  width: auto;
  padding-left: 1em;
}

#announcement .gray .table .cell a[href$=".pdf"] span + span:after,
#announcement .gray .table .cell .button.pdf span + span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.3em;
  margin-bottom: -0.3em;
  background-image: url(/common/images/PDF_24.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#announcement ul.atte {
  margin: 20px auto 0 auto;
  padding: 0;
  display: block;
}

#announcement ul.atte li {
  display: table;
  line-height: 1.5em;
}

#announcement ul.atte li:before {
  display: table-cell;
  content: "※";
}

@media only screen and (min-width: 800px) {
  #announcement {
    margin-top: 50px;
  }
  #announcement .gray {
    padding: 20px;
  }
  #announcement .gray + .gray {
    margin-top: 10px;
    padding: 20px;
  }
  #announcement .gray .table .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  #announcement .gray .table .cell + .cell {
    width: 50%;
    padding-left: 30px;
  }
  #announcement ul.atte {
    width: 100%;
  }
}
/************************************************************/
/*2025*************************************/
dl.yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 40px;
}

dl.yellow > .block > dt {
  padding: 5px 1em 5px 1em;
  background-color: #ffffa2;
  font-weight: bold;
}

dl.yellow > .block > dd {
  margin-top: 20px;
}

dl.accordion2,
dl.accordion2 > .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: 10px;
}

dl.accordion2 > .block {
  row-gap: 40px;
}

dl.accordion2 > .block > dt {
  margin: 0px;
  padding: 15px 57px 15px 15px;
  position: relative;
  background-color: #e9e8e0;
  font-weight: normal;
  cursor: pointer;
}

dl.accordion2 > .block > dt span.indent {
  aspect-ratio: 1/1;
  width: 28px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -14px;
  background-color: #fff000;
  font-size: 0px;
}

dl.accordion2 > .block > dt span.indent:before,
dl.accordion2 > .block > dt span.indent:after {
  width: calc(100% - 14px);
  height: 1px;
  display: block;
  background-color: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
}

dl.accordion2 > .block > dt span.indent:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

dl.accordion2 > .block.active > dt span.indent:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

dl.accordion2 > .block > dd {
  padding-bottom: 30px;
  display: none;
}

a.thumbnail {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
}

a.thumbnail::after {
  content: "\e90a";
  position: absolute;
  top: 50%;
  right: 10px;
  background-size: 0px auto;
  width: auto;
  height: auto;
  margin: -0.8em 0 0 0;
  padding: 0;
  font-family: "hijiyama2020" !important;
}

a.thumbnail span {
  display: table-cell;
  vertical-align: middle;
  width: 28%;
}

a.thumbnail span + span {
  width: auto;
  padding-left: 1em;
  text-decoration: none;
}

/* 260212 追記 */
main {
  padding-top: 146px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 21%;
    margin-top: 0%;
  }
}
/*# sourceMappingURL=old_common.css.map */