@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #ddd;
  font-family: 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue',
    Arial,
    'Hiragino Sans',
    'Meiryo',
    sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-y: scroll;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #2e2e2e;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

.select-wraper {
  position: relative;
}

.select-wraper::before,
.select-wraper::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.select-wraper::before {
  right: 0;
  display: inline-block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: #666;
  content: '';
}

.select-wraper::after {
  position: absolute;
  top: 25%;
  right: 0.5em;
  width: 12px;
  content: '▼';
}

.select-wraper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 1px solid #666;
  border-radius: 3px;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
}

.el_paragraph {
  display: none;
}

.el_btn_mark {
  margin-right: 10px;
  /* color: #b1beca; */
}

.el_shadow {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.content-bg {
  /* display: flex; */
  background-image: url('../img/site_top/back.png');
  /* position: relative; */
}

.content-wrap {
  padding: 15px 15px 20px;
}

/* .heading {
  background-image: url('../img/site_top/');
} */

.area-bg {
  margin: 0 10px;
}

.el_gy {
  color: #525252;
}

.el_rd {
  color: #ff0000;
}

.el_bl {
  color: #0000ff;
}

.el_underline {
  text-decoration: underline;
}

.el_bg_gr {
  background-color: #0acf97;
}

.el_bg_yl {
  background-color: #ffc700;
}

.el_bg_gy {
  background-color: #808892;
}

.el_bg_bl {
  background-color: #3286e0;
}

.el_bg_gr {
  background-color: #78d500;
}

.el_bg_pk {
  background-color: #ff53b5;
}

.el_bg_trq {
  background-color: #00bdbd;
}

.el_bg_purple {
  background-color: #ab6fe2;    
}

.el_mgt {
  margin-top: 50px;
}

.el_cursor {
  cursor: pointer;
}

.el_hover_op {
  transition: all .25s ease;
}

.el_hover_op:hover {
  opacity: .8;
}

.el_two_linesWrap {
  display: inline-block;
}

.el_one_line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.el_two_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.el_three_lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.el_headWrap {
  position: relative;
  background: #FF8500;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 19px;
  text-align: center;
}

.el_headWrap_noMgb {
  position: relative;
  background: #FF8500;
  padding: 10px;
  font-size: 19px;
  text-align: center;
}

.el_headPrev {
  position: absolute;
  display: inline-block;
  color: #fff;
  left: 15px;
}

.el_head {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.el_inner {
  padding: 0 25px;
}


.bl_main {
  /* background-color: #f8fafd; */
  /* background: #fff; */
  /* min-height: 100%; */
  background-image: url('../img/site_top/back.png');
  width: 500px;
  margin: 0 auto;
}

.bl_main_inner {
  padding: 25px;
}

.bl_main_headWrap {
  margin-bottom: 25px;
}

.bl_main_head {
  font-size: 16px;
  color: #6c757d;
}

.bl_main_contents {
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  padding: 35px 25px;
}

.bl_main_contents_inner {
  max-width: 1300px;
  margin: 0 auto;
}

.el_top_head {
  display: block;
  padding: 0 25px;
  color: #ff8500;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.heading {
  font-size: 20px;
  padding: 8px 20px;
  color: #fafafa;
  background-image: url('../img/site_top/header_back.png');
}

.area-select {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

.area-btn {
  background-image: url('../img/site_top/area\ button_362_114.png');
  background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
  text-align: center;
  align-content: center;
  height: 75px;
}

.manu-contents {
  padding: 28px;
}

.menu-btn {
  display: block;
  background-image: url('../img/site_top/menu\ button_744_86.png');
  background-size: 100% auto;
  height: 56px;
  align-content: center;
}

.menu-btn:not(:first-child) {
  margin-top: 8px;
}

.top-mongon {
  margin: 40px 0;
}

.user-data-area h3,
.return-rate-area h3 {
  background:linear-gradient(-125deg, transparent 22px, #ac0000 0);
  padding: 8px 16px;
  font-size: 1.6rem;
  color: #fff;
}

.resp-rate-label {
  margin: 2rem 0;
}

.user-data-bg {
  background: #ffffd8;
  padding: 0 16px 16px;
}

.user-data-flex {
  display: flex;
  justify-content: space-between;
}

.user-data-flex-child {
  width: 45%;
}

.user-data-flex-child .user-data-value {
  text-align: right;
}

.user-data-title {
  font-size: 1.6rem;
  padding-top: 16px;
}

.syushi-ratio-title {
  margin-bottom: 8px;
}

.gray-title {
  color: #7f7f89;
}

.user-data-value {
  font-size: 3rem;
}

.green-num {
  color: #3a7c20;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN';
}

.return-rate-area {
  margin-top: 2rem;
}

.return-rate-card {
  margin-top: 20px;
  padding: 12px;
  background: #ffffd8;
}

.return-rate-head {
  display: flex;
  align-items: center;
}

.return-rate-head img {
  width: 15%;
}

.return-rate-head h4 {
  margin-left: 10px;
  font-size: 2rem;
}

.return-rate-body {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.return-rate-left {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 60%;
}

.return-rate-left .green-num {
  font-size: 2.4rem;
}

.return-rate-right {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 35%;
}

.return-rate-right .green-num {
  font-size: 1.8rem;
}

.border-bottom-dotted {
  border-bottom: 1px #333 dotted;
}

.pm-link-banner {
  margin: 20px 0;
}

.area-filter {
  background-image: url('../img/site_top/kensaku_back.png');
  padding-bottom: 2.5rem;
}

.area-filter-form {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.form select {
  border: 1px #666 solid;
  background: #fff;
  padding: 8px;
  color: #cbcbcb;
}

.filter-btn {
  background-color: #373737;
  color: #fff;
  border: 2px #666 solid;
  padding: 0.5rem 0;
  margin-top: 1rem;
}

.schedule-w-banner {
  background: #ffffd8;
  border: 3px #cb8c47 solid;
  border-image: linear-gradient(45deg, #503019, #e6c771) 1;
  position: relative;
  display: flex;
}

.schedule-wo-banner {
  background: #fff;
  border-bottom: 1px #898989 solid;
  position: relative;
  display: flex;
}

.schedule-content {
  width: 90%;
}

.schedule-category-icon {
  border-right: 1px #827f6c solid;
  width: 25%;
  margin: 12px;
  padding-right: 10px;
  align-content: center;
}

.schedule-label {
  margin: 12px 0;
  width: 75%;
}

.schedule-label .schedule-pref {
  text-align: center;
  width: 7rem;
  border-radius: 25px;
}

.pref-kansai {
  background: #ed8c61;
  color: #f5fbf7;
}

.pref-kanto {
  background: #56ada7;
  color: #f5fbf7;
}

.schedule-label h3 {
  margin-top: 8px;
  font-size: 2.6rem;
}

.schedule-banner {
  margin-left: 24px;
  margin-bottom: 20px;
}

.schedule-arrow,
.result-arrow {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #999;
  border-right: solid 3px #999;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.read-more {
  background: #fff;
  text-align: right;
  padding: 2rem 1.8rem;
}

.read-more a {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
}

.read-more a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
}

.result-area {
  display: flex;
  position: relative;
  padding: 1rem 1.4rem 2rem;
  border-bottom: 1px #898989 solid;
}

.result-gold {
  background: #ffffbe;
  border: 3px #cb8c47 solid;
  border-image: linear-gradient(45deg, #503019, #e6c771) 1;
}

.result-left {
  width: 70%;
}

.result-left h3 {
  font-size: 2.2rem;
  margin-top: 8px;
}

.result-right {
  width: 20%;
  align-content: center;
}

.result-top {
  display: flex;
  align-items: center;
}

.result-top img {
  width: 80px;
  height: auto;
}

.result-top p {
  font-size: 1.6rem;
  margin-left: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
}

/* アコーディオン */
.accordion-area {
  list-style: none;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 100px;
  padding: 0 25px;
}

.bl_question_item {
  margin-bottom: 20px;
  position: relative;
}

.bl_question_item_q {
  color: #ff8500;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: 14px;
  left: 16px;
  z-index: 1;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-size: 15.5px;
  padding: 3% 50px 3% 50px;
  transition: all .5s ease;
  background: #fff;
  border: 2px solid #e0e0e0;
  color: #2e2e2e;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  background-color: #737373;

}

.title::before {
  top: 48%;
  right: 16px;
  transform: rotate(0deg);
}

.title::after {
  top: 48%;
  right: 16px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #fffcf9;
  /* margin: 3% 0; */
  padding: 20px;
}

.bl_question_itemTxt {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.bl_question_itemLink {
  text-decoration: underline;
  color: #0000ff;
}

.bl_question_detail {
  margin-bottom: 40px;
}

.bl_footer {
  background-image: url('../img/site_top/footer_800_80.png');
  color: #ddd;
}

.bl_footer_scroll {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #FF8500;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.bl_footer_txt {
  font-size: 11px;
  /* font-weight: bold; */
  padding: 25px 20px;
}

.bl_footer_mark {
  margin-left: 10px;
}

/* プロモーション */
.bl_promotion_linkWrap {
  margin: 25px 0;
}
.bl_promotion_linkItem:not(:last-child) {
  margin-bottom: 15px;
}

.bl_promotion_linkTxt {
  font-size: 18px;
  font-weight: bold;
  /* margin-bottom: 3px; */
}

.bl_promotion_linkId {
  font-size: 18px;
  color: #0000ff;
  text-decoration: underline;
}

[data-action="downloadCsv"] {
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .el_inner {
    padding: 0 3%;
  }

  .accordion-area {
    padding: 0 3%;
  }

  .bl_footer_txt {
    padding: 3% 20px;
  }

  .schedule-label h3 {
    font-size: 1.8rem;
  }

  .bl_main {
    width: auto;
  }

  .area-btn {
    height: 55px;
  }

  .menu-btn {
    height: 41px;
  }
}