@charset "UTF-8";
.js-hidden {
  display: none !important;
}

.tokuten-contents {
  position: relative;
}

@media screen and (max-width: 959px) {
  .tokuten-contents .select-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1001;
    padding-top: 38px;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
  }
  .tokuten-contents .select-wrap.js-open {
    transform: translateY(0);
  }
}
@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap {
    min-height: 120px;
  }
}
.tokuten-contents .select-wrap__inner {
  background: #FFF;
}
@media screen and (max-width: 959px) {
  .tokuten-contents .select-wrap__inner {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    padding: 16px 8px;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap__inner {
    margin-left: -64px;
    margin-right: -64px;
    padding: 12px 64px;
    border-radius: 8px;
  }
  .tokuten-contents .select-wrap__inner.js-fixed {
    top: 139px;
    position: fixed;
    z-index: 997;
    width: 1024px;
    max-width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 960px) {
  .tokuten-contents .select-group {
    display: flex;
  }
}
.tokuten-contents .select-group__title {
  font-size: 1.5rem;
  width: 9em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .tokuten-contents .select-group__cont {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    width: 100%;
  }
}
.tokuten-contents .select-group input[type=checkbox] {
  display: none;
}

.tokuten-contents .select-wrap-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 8px;
}
@media screen and (min-width: 960px) {
  .tokuten-contents .select-wrap-head {
    display: none;
  }
}

.tokuten-contents .icon-button {
  background: none;
  border: none;
  outline: none;
  padding: 8px;
  margin: 0;
  border-radius: 50%;
}
.tokuten-contents .icon-button:active {
  background: rgb(233, 233, 233);
}

.tokuten-contents .cont-red {
  color: red;
}

#gmap {
  height: 545px;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (min-width:641px) {
  #gmap {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
* 固定ボタン
*/
@media screen and (min-width: 960px) {
  .tokuten-contents .fixedbutton-wrap {
    display: flex;
    justify-content: flex-end;
    margin-left: -64px;
    margin-right: -64px;
  }
}
@media screen and (min-width: 960px) {
  .tokuten-contents .fixedbutton-wrap.display-small {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tokuten-contents .fixedbutton-wrap.display-large {
    display: none;
  }
}
.tokuten-contents .fixedbutton-wrap button {
  position: fixed;
  bottom: 90px;
  font-size: 1.4rem;
  padding: 10px 18px;
  color: #FFF;
  background: #2D720A;
  border-radius: 50px 0 0 50px;
  transform: translateY(90px);
  transition: all 0.1s linear;
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .tokuten-contents .fixedbutton-wrap button {
    border-radius: 50px;
    transform: translateY(50px);
    margin-right: -40px;
    bottom: 50px;
  }
}
@media screen and (max-width: 959px) {
  .tokuten-contents .fixedbutton-wrap button {
    right: 0;
  }
}
.tokuten-contents .fixedbutton-wrap button.view {
  display: inline-block;
  transform: translateY(0);
  opacity: 1;
}

.c-btn-tokuten {
  width: 100%;
  max-width: 680px;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
@media screen and (min-width:641px) {
  .c-btn-tokuten {
    font-size: 20px !important;
  }
}

/*
* 絞り込み結果がない場合のメッセージボックス
*/
#no-result-msg-main {
  display: none;
}
#no-result-msg-main.js-view {
  display: block;
}

.no-result-msg {
  display: none;
}
.no-result-msg.js-view {
  display: block;
}

@media screen and (max-width: 959px) {
  #_device {
    position: absolute;
  }
}
@media screen and (min-width: 960px) {
  #_device {
    position: relative;
  }
}

.c-titleH1 {
  text-align: center !important;
}
@media screen and (max-width:640px) {
  .c-titleH1 {
    font-size: 18px !important;
  }
}

.gm-ui-hover-effect > span {
  background: #000 !important;
}

@media (min-width: 1254px) {
  body .l-header .btn-wrap a {
    width: auto;
  }
}
body .winterpass_wrapper .d-winterpass_title {
  text-align: center;
  padding: 60px 0;
}

@media (max-width: 767px) {
  body .winterpass_wrapper .d-winterpass_title {
    padding: 60px 15px;
  }
}
/*@media only screen and (min-width: 641px){
body .winterpass_wrapper .c-roundbox{
	padding: 32px 0px 20px;
}
}*/
@media (max-width: 767px) {
  body .winterpass_wrapper .is-lineclosely {
    padding: 0 15px;
  }
}
body .l-container .d-information_wrapper {
  padding: 24px 0;
}

body .l-container .d-information_wrapper p {
  text-align: center;
}

body .l-container .c-btn.c-inlineBlock .circle-application {
  position: relative;
}

/*
.l-container a.c-btn {
	width: 95%;
	padding: 25px 50px;
	font-size: 24px;
}
@media (max-width: 767px) {
	.l-container a.c-btn {
		width: 95%;
		margin: 0 auto;
	}
}
*/
body .l-container .circle-application span {
  display: inline-block;
}

body .l-container .circle-application .small {
  font-size: 18px;
}

body .l-container .circle-application span:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.8s;
}

body .l-container .circle-application span .small {
  font-size: 18px;
}

body .l-container .circle-application:hover span:before {
  border-color: transparent transparent transparent #2d720a;
  transition: 0.8s;
}

body .l-container .d-information_title {
  display: block;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  body .l-container .d-information_title {
    display: none;
  }
}
body .l-container .d-information_title_sp {
  display: none;
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  body .l-container .d-information_title_sp {
    display: block;
  }
}
body .l-container .d-information_title span {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #2c720c;
  padding: 0px 20px;
}

@media (max-width: 767px) {
  body .l-container .d-information_title span {
    display: block;
  }
}
body .l-container .d-information_title span:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  background-image: url(../../../img/etc/drawari/img_information-title_detail-l.png);
  width: 40px;
  height: 60px;
}

@media (max-width: 767px) {
  body .l-container .d-information_title span:before {
    top: 70%;
    left: 20px;
  }
}
body .l-container .d-information_title span:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -30px;
  background-image: url(../../../img/etc/drawari/img_information-title_detail-r.png);
  width: 40px;
  height: 60px;
}

@media (max-width: 767px) {
  body .l-container .d-information_title span:after {
    top: 70%;
    right: -20px;
  }
}
body .l-container .d-information_area_wrap {
  width: 95%;
  margin: 0 auto;
}

body .l-container .d-information_area_wrap ul {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  body .l-container .d-information_area_wrap ul {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
body .l-container .d-information_area_wrap ul li {
  flex: 25%;
  max-width: 25%;
  padding-right: 15px;
}

@media (max-width: 767px) {
  body .l-container .d-information_area_wrap ul li {
    flex: 100%;
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
body .l-container .d-information_area_wrap ul li:last-child {
  padding-right: 0;
}

body .l-container .d-information_area_wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 14px 25px 14px 0;
  color: #fff;
  line-height: 1;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  body .l-container .d-information_area_wrap ul li a {
    height: 70px;
  }
}
body .l-container .d-information_area_wrap ul li a:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -5px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

body .l-container .d-information_area_wrap ul li a:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}


body .d-area {
  /*margin-top: 40px;
  margin-bottom: 80px;*/
  margin-bottom: 40px;
}
body .d-area_category-icons {
  display: flex;
}
body .d-area_category-icons li {
  margin-right: 8px;
}
body .d-area_category-icons li.js-disabled {
  opacity: 0.5;
}
body .d-area_category-icons li img {
  width: 26px;
  height: 26px;
}

body .d-area .d-area_title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 14px;
  line-height: 1;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*&.js-hidden{
  	display: none;
  }*/
}


body .d-area .d-area_contents {
  padding: 0 64px;
}

@media (max-width: 767px) {
  body .d-area .d-area_contents {
    padding: 0 15px;
  }
}
body .d-area .d-area_category-list {
  margin-bottom: 22px;
}

body .d-area .d-area_category-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .d-area .d-area_category-list #zao_area_list {
  justify-content: center;
}

@media (max-width: 767px) {
  body .d-area .d-area_category-list ul {
    flex-wrap: wrap;
  }
}
body .d-area .d-area_category-list ul li {
  flex: 20%;
  max-width: 20%;
  padding: 0 1px;
  text-align: center;
}

@media (max-width: 767px) {
  body .d-area .d-area_category-list ul li {
    flex: 50%;
    max-width: 50%;
    padding: 1px;
  }
}
body .d-area .d-area_category-list ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 13px 0;
  color: #fff;
}

body .d-area .d-area_category-list ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

body .d-area .d-area_category-list ul li .skiing {
  background-color: #66579b;
}

body .d-area .d-area_category-list ul li .skiing.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .skiing:before {
  background-image: url(../../../img/etc/drawari/icon_category-skiing.png);
}

body .d-area .d-area_category-list ul li .lodging {
  background-color: #447aab;
}

body .d-area .d-area_category-list ul li .lodging.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .lodging:before {
  background-image: url(../../../img/etc/drawari/icon_category-lodging.png);
}

body .d-area .d-area_category-list ul li .hot-spring {
  background-color: #0c9eab;
}

body .d-area .d-area_category-list ul li .hot-spring.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .hot-spring:before {
  background-image: url(../../../img/etc/drawari/icon_category-hot-spring.png);
}

body .d-area .d-area_category-list ul li .sightseeing {
  background-color: #23cb9c;
  padding: 13px 0 13px 30px;
}

body .d-area .d-area_category-list ul li .sightseeing.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .sightseeing:before {
  background-image: url(../../../img/etc/drawari/icon_category-sightseeing.png);
}

body .d-area .d-area_category-list ul li .sa-pa {
  background-color: #89b929;
}

body .d-area .d-area_category-list ul li .sa-pa.is-active {
  opacity: 0.3;
}

body .d-area .d-area_category-list ul li .sa-pa:before {
  background-image: url(../../../img/etc/drawari/icon_category-sa-pa.png);
}

body .d-area .d-area_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

body .d-area .d-area_row .d-area_detail {
  display: block;
  flex: 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  transition: all 0.3s linear;
  overflow: hidden;
}

@media (max-width: 767px) {
  body .d-area .d-area_row .d-area_detail {
    flex: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
body .d-area .d-area_row .d-area_detail.is-hidden {
  display: none;
  /*max-height: 0;
  padding-top: 0;
  padding-bottom: 0;*/
}

body .d-area .d-area_row .d-area_detail .d-area_detail_image {
  position: relative;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_image .d-area_image_thumbnail {
  width: 100%;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  margin: 20px 0;
}

@media (max-width: 767px) {
  body .d-area .d-area_row .d-area_detail .d-area_detail_title p {
    width: 80%;
  }
}
body .d-area .d-area_row .d-area_detail .d-area_detail_title span a {
  font-size: 15px;
  background-color: #3da414;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #2c720c;
  border: 1px solid #abd397;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  transform: translate(-50%, -50%) rotate(-225deg);
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header.open::after {
  top: 60%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

body .d-area .d-area_row .d-area_detail .d-area_detail_header p {
  cursor: pointer;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body {
  display: none;
  padding: 20px;
  background-color: #f8f8f8;
}


body .d-area .d-area_row .d-area_detail .d-area_detail_body ul {
  padding-left: 0;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body ul li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #2c720c;
  line-height: 1.5;
  padding-left: 18px;
  margin-bottom: 0.5em;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #2c720c;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body .mt-3 {
  margin-top: 1em;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl {
  display: flex;
  font-size: 15px;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dt {
  flex: 20%;
  max-width: 20%;
  color: #2c720c;
}

@media (max-width: 767px) {
  body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dt {
    flex: 30%;
    max-width: 30%;
    color: #2c720c;
  }
}
body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd {
  flex: 80%;
  max-width: 80%;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd .address-num {
  position: relative;
  padding-left: 13px;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd .address-num::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url("../img/icon_address-num.png");
  width: 12px;
  height: 18px;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body dl dd .mail-link {
  color: #333333;
  border-bottom: 1px solid #ccc;
}

body .scroll-map_btn {
  margin-top: 20px;
}

body .scroll-map_btn a {
  position: relative;
  display: block;
  padding: 25px 35px;
  border: 1px solid #2c720c;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

body .scroll-map_btn a:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 30px;
  border: 1px solid #95b885;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

body .scroll-map_btn a:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  border-color: transparent transparent #2c720c transparent;
}

body .d-area .d-area_row .d-area_detail .d-area_detail_body .text-red {
  color: #bd1a1a;
  font-size: 15px;
}

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

/* 
  ここから下20251016追加分
*/
/* 
  コントロール 
*/
.c-roundbox .control {
  border: 1px solid #2d720a;
  background: #f5f8f6;
  padding: 20px 24px;
  margin-bottom: 16px;
  font-size: 14px;
  border-radius: 4px;
}

/* 
  チェックボックス群 
*/
.c-roundbox .row+.row {
  margin-top: 10px;
}
.c-roundbox .row .ttl {
  color: #2d720a;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.c-roundbox .row ul li {
  display: inline-block;
  margin-right: 25px;
}
.c-roundbox .row ul li:last-child {
  margin-right: 0;
}
.c-roundbox .row ul label {
  cursor: pointer;
}
/*20251016 チェックボックス2個出たのを消している
.c-roundbox .cb {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #2d720a;
  border-radius: 2px;
  top: 2px;
  background: #fff;
}
.c-roundbox .cb:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}
.c-roundbox .row input[type=checkbox]:checked+label .cb:after {
  background-color: #2d720a;
}
*/
/* 
  件数 
*/
.c-roundbox .searchResult {
  margin-bottom: 16px;
}
.c-roundbox .searchResult .numerator {
  font-weight: 600;
}

/* 
  選択解除ボタン 
*/
.c-roundbox .control_release {
  text-align: center;
  border: 1px solid #abd298;
  background: #fff;
  padding: 14px 16px;
  margin: 20px auto 0;
  cursor: pointer;
  width: 260px;
  color: #2d720a;
  transition: opacity .2s;
}
.c-roundbox .control_release:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .c-roundbox .control_release {
    width: 100%;
  }
}

/*
 ターゲット（d-area）
*/
.l-container .d-area_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.l-container .d-area_detail {
  display: block;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l-container .d-area_detail {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

/* 
  絞込み表示非表示
*/
.c-roundbox .d-area_detail.js_target {
  display: none;
}
.c-roundbox .d-area_detail.js_target.js_selected {
  display: block !important;
}

/* 
  一覧各スポット内
*/
.l-container .d-area_detail_image {
  position: relative;
}
.l-container .d-area_image_icon_wrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
}
.l-container .d-area_image_icon__inawashiro,
.l-container .d-area_image_icon__zao,
.l-container .d-area_image_icon__geto,
.l-container .d-area_image_icon__appi {
  height: 26px;
  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: 15px;
  border: 1px solid #2c720c;
  color: #2c720c;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
}
.l-container .d-area_image_icon+.d-area_image_icon {
  margin-left: 4px;
}

.l-container .d-area_image_icon {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  color: #2c720c;
  border: 1px solid #2c720c;
}
/* アイコン内の img 側の線を消し、サイズ調整 */
.l-container .d-area_image_icon img {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
    display: block;
    width: auto;
    height: 24px; /* 必要に応じて調整 */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.l-container .d-area_image_thumbnail {
  width: 100%;
}
.l-container .d-area_detail_title {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.3;
  margin: 20px 0;
}
.l-container .d-area_detail_title a {
  font-size: 15px;
  background-color: #3da414;
  color: #fff;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
  white-space: nowrap;
}
.l-container .d-area_detail_title a:hover {
  background-color: #66cc3e;
}
@media (max-width: 767px) {
  .l-container .d-area_detail_title p {
    width: 80%;
  }
}
.l-container .d-area_detail_header {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #2c720c;
  border: 1px solid #abd397;
}
.l-container .d-area_detail_header::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
}
.l-container .d-area_detail_header.open::after {
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-container .d-area_detail_header p {
  cursor: pointer;
}
.l-container .d-area_detail_body {
  display: none;
  background-color: #f8f8f8;
  padding-bottom: 20px;
}
.l-container .d-area_detail_body p {
  font-size: 18px;
  color: #2c720c;
  line-height: 1.5;
  padding: 12px 20px;
}
.l-container .d-area_detail_body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
  font-size: 14px;
  padding: 0 20px;
}
.l-container .d-area_detail_body dl + dl {
  margin-top: 8px;
}
.l-container .d-area_detail_body dt,
.l-container .d-area_detail_body dd {
  line-height: 1.4;
}
.l-container .d-area_detail_body dt {
  color: #2c720c;
}
.l-container .d-area_detail_body .c-list > li + li,
.l-container .d-area_detail_body ul + ul {
  margin-top: 4px;
}
.l-container .d-area_detail_body .c-list.asterisk > li {
  padding-left: 1.6rem;
}
.l-container .d-area_detail_body .mail-link {
  color: #333333;
  border-bottom: 1px solid #ccc;
}
.l-container .d-area .mt-3 {
  margin-top: 1em;
}

