body {
  background-color: #f5f5f5 !important;
}

.event_category_icon_list {
  width: 62px;
  height: 47px;
  bottom: -8px;
  left: -20px;
  background-color: #3f3a30;
}

/* レイアウト */
.ly_header_inner {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
  padding: 38px 10px 5px 207px;
  box-sizing: border-box;
}

.ly_header_inner .link_language {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #666;
}

.ly_header_inner .link_language a {
  background-color: #666 !important;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  font-size: 13px;
  width: 144px;
  border-radius: 0;
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ly_header_inner .link_language a img {
  width: 17px;
  margin-right: 5px;
}

.ly_header_inner.mini {
  padding-left: 183px;
}

.ly_header_inner.mini .el_headerLogo img {
  width: 122px;
}

.ly_link {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.ly_link > a {
  width: 100%;
}

.ly_link > a:not(:last-child) {
  margin-bottom: 42px;
}

.ly_link > a:nth-child(even) {
  text-align: right;
}

.ly_link img {
  width: 84%;
}

.ly_footer {
  border-top: 1px solid #e3e3e3;
}

.ly_cont_inner {
  box-sizing: border-box;
}

.ly_cont_inner_md {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.ly_cont_topics {
  padding: 45px 35px;
}

/* ブロック */
.bl_headerNav {
  width: 100%;
}

.bl_headerNav_inner li {
  padding-top: 10px;
}

.bl_headerNav_inner li:nth-child(6) {
  margin-right: 0;
}

.bl_headerNav_inner li:nth-child(7) {
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.bl_headerNav_inner .sns_icons {
  display: flex;
}

.bl_headerNav_inner .sns_icons li {
  width: 30px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.bl_headerNav_inner .sns_icons li:hover {
  border-bottom: 0;
}

.bl_headerNav_inner .sns_icons li:not(:last-child) {
  margin-right: 8px;
}

.bl_headerNav_inner .sns_icons li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
}

.bl_headerNav_inner .sns_icons li img {
  display: block;
  width: 100%;
  height: 100%;
}

.bl_lv1Heading.bl_lv1Heading_marker > div {
  margin-bottom: 23px;
  color: #565147 !important;
}

.bl_lv1Heading.bl_lv1Heading_marker > div::before {
  width: 200px;
  height: 20px;
  background-color: #fff;
  bottom: 0;
  z-index: -1;
}

.bl_lv1Heading.bl_lv1Heading_marker > .sub {
  font-size: 1.4rem;
  color: #000 !important;
  letter-spacing: 2.8px;
  margin-bottom: 0;
}

.bl_lv1Heading.bl_lv1Heading_marker > .sub::before {
  content: none;
}

.bl_card {
  width: 30%;
  margin-bottom: 5%;
}

.bl_card a {
  background-color: #fff;
}

.bl_cardHead_icon {
  width: 45px;
  height: auto;
}

.bl_pvArea {
  text-align: center;
}

.bl_catch > span {
  width: 170px;
}

.bl_panels {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.bl_panels li {
  background-color: #f5f5f5;
  width: 47.6%;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}

.bl_panels li:nth-child(odd) {
  margin-right: 4.6%;
}

.bl_panels li a {
  display: flex;
  align-items: center;
  height: 100%;
}

.bl_panels li a > div {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: .16rem;
}

.bl_panels li:nth-child(1) {
  padding: 18px 15px 18px 27px;
}

.bl_panels li:nth-child(1) .logo {
  width: 84px;
  margin-right: 36px;
}

.bl_panels li:nth-child(2) {
  padding: 18px 15px 18px 27px;
}

.bl_panels li:nth-child(2) .logo {
  width: 85px;
  margin-right: 33px;
}

.bl_panels li:nth-child(3) {
  padding: 12px 15px 15px 33px;
}

.bl_panels li:nth-child(3) .logo {
  width: 76px;
  margin-right: 37px;
}

.bl_panels li .blank {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 17px;
}

.bl_cardUnit.bl_cardUnit_col3 {
  width: 100%;
  max-width: 1000px;
}

.bl_pages_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 148px;
  margin-bottom: 50px;
}

.bl_pages_header .title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.bl_pages_body > img {
  max-width: 100%;
  margin-bottom: 18px;
}

.bl_pages_body > p {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: .075rem;
  text-align: justify;
  margin-bottom: 50px;
}

.bl_pages_body h1 {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .055rem;
}

.bl_pages_body h2 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .06rem;
}

.bl_pages_body h3 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .065rem;
}

.bl_pages_body ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bl_pages_body ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.bl_pages_body li {
  font-size: 1.5rem;
}

.bl_pages_body table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: grey;
}

.bl_pages_body td {
  font-size: 1.5rem;
}

.bl_pages_body h2 {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .1rem;
  color: #000;
  display: flex;
  margin-bottom: 40px;
}

.bl_pages_body h2 img {
  width: 98px;
  margin-right: 50px;
  background-color: #3f3a30;
}

.bl_pages_body h2 > div {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: .13rem;
}

.bl_pages_body .MV {
  margin-bottom: 30px;
}

.bl_pages_body .MV img {
  width: 70%;
}

.bl_pages_body .text {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: .07rem;
  margin-bottom: 20px;
}

.bl_pages_body span {
  padding-top: 10px;
}

.bl_complexTable > div {
  box-sizing: border-box;
}

.bl_media_col2 li > .bottom {
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
}

.bl_media_col2 li > .bottom > img {
  width: 50px;
  margin-right: 25px;
  flex-shrink: 0;
}

.bl_media_col2 li .box > div {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .08rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #0e352d;
  margin-bottom: 12px;
}

.bl_media_col2 li .box > p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: .07rem;
  text-align: justify;
}

.bl_table {
  table-layout: fixed;
}

.bl_table th,
.bl_table td {
  border: 1px solid #999;
  padding: 13px 20px;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}

.bl_table th {
  background-color: #f5f5f5;
  letter-spacing: .23rem;
  text-align: center;
}

.bl_card_txt.ellipsis {
  height: 42px;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* エレメント */
.el_headerLogo {
  margin-right: 0;
  padding-bottom: 0;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-left: 10px;
}

.el_headerLogo img {
  width: 173px;
}

.el_btn.el_btn_lg {
  width: 250px;
}

.el_btn.el_btn_more {
  border: 1px solid #ccc;
  background-color: #fff;
}

.el_btn.el_btn_more::before {
  content: none;
}

.el_btn.el_btn_more a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.el_btn.el_btn_more img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.el_lv2Heading {
  text-align: center;
  padding-bottom: 23px;
}

.el_lv2Heading > div {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: .5rem;
  position: relative;
  color: #0e352d;
}

.el_lv2Heading > div::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  height: 1px;
  background-color: #0e352d;
}

.el_lv2Heading.el_lv2Heading_v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.el_lv2Heading.el_lv2Heading_v2 > img {
  margin-bottom: 30px;
}

.el_lv2Heading.el_lv2Heading_v2 > div {
  font-family: 'Roboto', sans-serif !important;
  font-size: 2.5rem;
  font-weight: 500;
  color: #3f3a30;
  padding-bottom: 20px;
  margin-bottom: 25px;
  letter-spacing: .25rem;
}

.el_lv2Heading.el_lv2Heading_v2 > div::before {
  bottom: 0;
}

.el_lv2Heading.el_lv2Heading_v2 > span {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: .32rem;
  color: #3f3a30;
}


.el_lv3Heading {
  font-size: 2.5rem;
  letter-spacing: .1rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  padding-bottom: 40px;
}

.el_lv3Heading::before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #0e352d;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.el_text14 {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: .07rem;
  color: #000;
}

.el_btn.el_btn_white {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .3rem;
  color: #3f3a30;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 285px;
  background-color: #fff;
  border-radius: 45px;
}

.el_btn.el_btn_white > img {
  position: absolute;
  display: block;
  width: 28px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

/* ユニーク */
.un_sns {
  position: relative;
}

.un_table_desc span:first-child {
  padding-top: 0;
}

.un_contactInfo span:first-child {
  padding-top: 0;
}

.un_twoLinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.un_twoLinks a {
  height: 393px;
  padding-bottom: 30px;
  background-color: #3f3a30;
  width: 425px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.un_twoLinks .icon {
  width: 80px;
  margin-bottom: 60px;
}

.un_twoLinks .title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .09rem;
  color: #fff;
  position: relative;
  margin-bottom: 75px;
}

.un_twoLinks .title::before {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
}

.un_twoLinks .arrow {
  width: 40px;
}

.un_caution {
  background-color: #f5f5f5;
  padding: 22px 25px;
  display: flex;
  align-items: center;
}

.un_caution .title {
  border: 2px solid #ccc;
  padding: 16px 24px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 25px;
  letter-spacing: .27rem;
}

.un_caution .text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .23rem;
}

.un_contact {
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}

.un_contact .icon {
  width: 47px;
  margin-right: 22px;
}

.un_contact .text {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.39;
}

.un_accordionBtn {
  width: 100%;
  margin-bottom: 22px;
  border: 0;
  padding: 15px 20px 15px 30px;
  background-color: #e3e3e3;
}

.un_accordionBtn > span {
  font-family: "M PLUS 1p";
  font-size: 1.8rem;
}

.un_accordionBox.active {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 50px;
  border: 0;
}

.un_accordionBox.active > p {
  font-family: "M PLUS 1p";
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: .07rem;
  text-align: left;
  margin-bottom: 0;
}

.un_accordionBox.active > .caution {
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: .06rem;
}

.un_accordionBox.active > .sub_title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .14rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
  display: inline-block;
}

.un_accordionBox.active .number_list {
  list-style-type: none;
}

.un_accordionBox.active .number_list li,
.un_accordionBox.active .number_list li span {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: .07rem;
}

.un_accordionBox.active .number_list li span {
  margin-right: .5rem;
}

.un_download {
  width: 476px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.un_download > a {
  display: inline-block;
  width: 246px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

.un_download > a > img {
  display: inline-block;
  width: 16px;
  margin-left: 16px;
}

.un_download.inactive > a {
  opacity: .5;
}

.un_accordionBtn_static {
  width: 100%;
  margin-bottom: 22px;
  border: 0;
  padding: 15px 20px 15px 30px;
  background-color: #e3e3e3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.un_accordionBtn_static > span {
  font-family: "M PLUS 1p";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .02rem;
}

.un_accordionBox_static {
  width: 100%;
  border: 0;
  box-sizing: border-box;
}

.un_accordionBox_static > p {
  font-family: "M PLUS 1p";
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: .07rem;
  text-align: left;
  margin-bottom: 0;
}

.un_twoColumns {
  display: flex;
  align-items: flex-start;
}

.un_twoColumns > img {
  width: 417px;
  margin-right: 35px;
}

.un_twoColumns > div {
  width: 100%;
}

.un_twoColumns > div .title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .08rem;
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #0e352d;
  display: block;
}

.un_twoColumns > div > p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .07rem;
}

.un_map {
  width: 100%;
  height: 420px;
}

.un_address {
  width: 100%;
}

.un_address .el_btn {
  width: 300px;
  background-color: #3f3a30;
}

.un_address .el_btn::before {
  left: 40px;
}

.un_accessInfo {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
}

.un_accessInfo > .el_btn {
  background-color: #3f3a30;
}

.un_usageTop {
  display: flex;
}

.un_usageTop div {
  width: 50%;
  box-sizing: border-box;
}

.un_usageTop div:first-of-type {
  display: flex;
  align-items: center;
  background-color: #3f3a30;
  padding: 34px;
}

.un_usageTop div:first-of-type img {
  width: 40px;
  margin-right: 22px;
}

.un_usageTop div:first-of-type span {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .12rem;
  color: #fff;
}

.un_usageTop div:last-of-type img {
  height: 100%;
}

.un_colgroup_gallery1 col:nth-of-type(1) {
  width: 25%;
}

.un_colgroup_gallery1 col:nth-of-type(2) {
  width: 30%;
}

.un_colgroup_gallery1 col:nth-of-type(3) {
  width: 15%;
}

.un_colgroup_gallery1 col:nth-of-type(4) {
  width: 15%;
}

.un_colgroup_gallery1 col:nth-of-type(5) {
  width: 15%;
}

/* ヘルパー */
.hp_bgColor_white {
  background-color: #fff !important;
}

.hp_bgColor_transparent {
  background-color: transparent !important;
}

.hp_bgColor_gray {
  background-color: #f5f5f5 !important;
}

.hp_broder_bottom {
  border-bottom: 1px solid #ccc !important;
}

.hp_text_left {
  text-align: left !important;
}

.hp_text_center {
  text-align: center !important;
}

.hp_text_just {
  text-align: justify !important;
}

.hp_font_500 {
  font-weight: 500 !important;
}

.hp_vertical_middle {
  vertical-align: middle;
}

.hp_white_space_normal {
  white-space: normal !important;
}

.hp_relative {
  position: relative;
}

.lg_pt0 {
  padding-top: 0px !important;
}

.lg_pt5 {
  padding-top: 5px !important;
}

.lg_pt10 {
  padding-top: 10px !important;
}

.lg_pt45 {
  padding-top: 45px !important;
}

.lg_pt50 {
  padding-top: 50px !important;
}

.lg_pt90 {
  padding-top: 90px !important;
}

.lg_pt140 {
  padding-top: 140px !important;
}

.lg_pr20 {
  padding-right: 20px !important;
}

.lg_pb0 {
  padding-bottom: 0 !important;
}

.lg_pb10 {
  padding-bottom: 10px !important;
}

.lg_pb50 {
  padding-bottom: 50px !important;
}

.lg_pb80 {
  padding-bottom: 80px !important;
}

.lg_pb90 {
  padding-bottom: 90px !important;
}

.lg_pb175 {
  padding-bottom: 175px !important;
}

.lg_pl20 {
  padding-left: 20px !important;
}

.lg_pd25 {
  padding: 25px !important;
}

.lg_ptpb30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.lg_ptpb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.lg_prpl0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.lg_prpl40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.lg_prpl80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

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

.lg_mb0 {
  margin-bottom: 0 !important;
}

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

.lg_mb12 {
  margin-bottom: 12px !important;
}

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

.lg_mb35 {
  margin-bottom: 35px !important;
}

.lg_mb45 {
  margin-bottom: 45px !important;
}

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

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

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

.lg_mb75 {
  margin-bottom: 75px !important;
}

.lg_mrmlat {
  margin-right: auto !important;
  margin-left: auto !important;
}

.lg_w40 {
  width: 40px !important;
}

.lg_w55 {
  width: 55px !important;
}

.lg_w80 {
  width: 80px !important;
}

.lg_w85 {
  width: 85px !important;
}

.lg_w99 {
  width: 99px !important;
}

.lg_w219 {
  width: 219px !important;
}

.lg_w600 {
  width: 600px !important;
}

.lg_w637 {
  width: 637px !important;
}

.lg_w642 {
  width: 642px !important;
}

.lg_w800 {
  width: 800px !important;
}

.lg_w100per {
  width: 100% !important;
}

.lg_minw0 {
  min-width: 0 !important;
}

.only_sm {
  display: none;
}