
@charset "utf-8";

em {
  font-style: normal;
}
.text-18px {
  font-size: 18px;
}
.cnt-color-light-crimson {
  color: #ff0000;
}

.furusato-main-column {
  padding-right: 32px;
}

/* 過去モジュール */
.cnt-to-anchor {
  margin: 5px 0 0;
  padding: 0 0 0 15px;
  position: relative;
}
.cnt-to-anchor .cnt-icon-bullet {
  font-size: 0;
  width: 10px;
  height: 12px;
  display: block;
  background-image: url(https://r.r10s.jp/com/img/event/module/sprite/bullet.gif?v=202608061713);
  position: absolute;
  top: 3px;
  left: 0;
}
.cnt-to-anchor-color-bf0000 {
  background-position: 0 -288px !important;
}

.furusato-main-wrapper-faq {
  width: 1024px;
  column-gap: 32px;
}

/* guide */

.guideContents h2.h2Ttl {
  color: #333333;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 3px dotted #bf0000;
  padding-bottom: 2px;
  margin-bottom: 16px;
}

.guideContents h2:first-letter {
  font-size: 131.57%;
  color: #9b7331;
}
.guideContents h3.h3Ttl {
  display: block;
  padding: 1px 5px 0 8px;
  font-size: 128.57%;
  margin: 0 0 10px 0;
  border-left: solid 5px #bf0000;
  /* border-bottom: solid 1px #9b7331; */
  font-weight: bold;
  box-sizing: border-box;
  color: #333333;
}


.layoutGuideContainer{
  margin-bottom: 28px;
}

.layoutGuideContainer h1{
  position: relative;
  margin-bottom: 16px;
}

.layoutGuideContainer h1:before{
  display:inline-block;
  vertical-align: bottom;
  letter-spacing: normal;
  content:"";
  width:33px;
  height: 45px;  
  background: url(https://r.r10s.jp/evt/event/furusato/guide/_pc/img/20210401/h1_icon.png?v=202608061713) no-repeat left top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.layoutGuideContainer h1.notice:before {
  background: url(https://r.r10s.jp/evt/event/furusato/guide/_pc/img/20210401/h1_icon_notice.png?v=202608061713) no-repeat left top;
      -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.layoutGuideContainer h1.sitemap:before {
  background: url(https://r.r10s.jp/evt/event/furusato/guide/_pc/img/20210401/h1_icon_sitemap.png?v=202608061713) no-repeat left top;
      -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.layoutGuideContainer h1.caution:before {
  background: url(https://r.r10s.jp/evt/event/furusato/guide/_pc/img/20210401/h1_icon_caution.png?v=202608061713) no-repeat left top;
      -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.layoutGuideContainer h1.faq:before {
  background: url(https://r.r10s.jp/evt/event/furusato/guide/_pc/img/20210401/h1_icon_hatena.png?v=202608061713) no-repeat left top;
      -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.layoutGuideContainer h1 > span{
  display:inline-block;
  vertical-align: bottom;
  font-size:26px;
  font-weight: bold;
  color:#333333;
  box-sizing: border-box;
/*  border-bottom: solid 3px #ccc;*/
  border-bottom: solid 4px #C31E1E;
  margin-left: 10px;
  width:657px;
}

.layoutGuideContainer p {
	font-size: 16px;
	color: #333333;
	line-height: 1.53;
}

dl.faqBox  {
  border: 1px solid #bf0000;
  padding: 0!important;
  margin-bottom: 52px;
}
dl.faqBox dt {
  border: 1px solid #bf0000;
  padding: 10px;
  border-radius:unset;
  color: #fff;
  background-color: #bf0000;
}
dl.faqBox dt:after {
  content: " ";
  width: 7px;
  height: 7px;
  position: absolute;
  margin-top:-15px;
  right: 30px;
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
dl.faqBox dt a {
  display:block;
  color: #FFFFFF!important;
}

dl.faqBox dd {
  padding:0 10px;
  margin: 10px 0;
  border-radius: 0 0 2px 2px;
  display: block;
}

dl.faqBox dt:last-child {
  margin-bottom: 0;
}

/* FAQ */
.ecm-accordion[data-layout=faq] .ecm-accordion-item {
  border-bottom: 1px solid #9b7331;
  /* padding-bottom: 10px;
  margin-bottom: 20px; */
  font-size: 16px;
}
.ecm-accordion[data-layout=faq] .faq-icon-question,
.ecm-accordion[data-layout=faq] .faq-icon-answer {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.ecm-accordion[data-layout=faq] .faq-icon-question + span {
  width: calc(100% - 29px);
  line-height: 1.5;
  padding-top: 3px;
  padding-right: 35px;
}
.ecm-accordion[data-layout=faq].ecm-icon-chevron-down {
  font-size: 24px;
}

.ecm-accordion[data-layout=faq] .ecm-accordion-trigger {
  font-size: calc(16px * 1.1);
  border: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: start;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: normal;
  line-height: 1.15;
  position: relative;
  min-height: 70px;
}

.ecm-accordion[data-layout=faq] .accord_inner {
  border-radius: 5px;
  padding: 5px;
  background: #f5ebd2;
  margin-bottom: 20px;
  border-bottom: none;
  font-size: calc(16px * 1.1);
}


.accord_inner > p span, .accord_trigger > p span {
  display: block;
  float: left;
  width: 660px;
  padding-top: 3px;

}

.ecm-accordion[data-layout=faq] .ecm-icon-chevron-down {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
}

