@charset "UTF-8";
.container {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
}

/********************体験記リストタイトル********************/
.list_head01 {
  margin-bottom: 28px;
  padding: 14px 14px 12px;
  border-radius: 5px;
  background-color: #B2CF3E;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

/********************体験記リストタブ********************/
#taikenki_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

#taikenki_nav li {
  margin-right: 5px;
  /* border-bottom: 2px solid $green; */
  border-top: 2px solid #A4C520;
  border-right: 2px solid #A4C520;
  border-bottom: 3px solid #A4C520;
  border-left: 2px solid #A4C520;
  border-radius: 5px 5px 0 0;
  background: #FCFEE1;
}

#taikenki_nav li:last-child {
  margin-right: 0;
}

#taikenki_nav li a {
  position: relative;
  display: block;
  padding: 16px 32px 14px;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  color: #A4C520;
  text-decoration: none;
}

#taikenki_nav .current_parent {
  border-top: 3px solid #A4C520 !important;
  border-right: 3px solid #A4C520 !important;
  border-bottom: 3px solid #fff;
  /* border-left: 2px solid $green !important;
      border-top: 2px solid $green !important;
      border-right: 1px solid $green !important; */
  border-left: 3px solid #A4C520 !important;
  background-color: #fff;
}

#taikenki_nav::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #A4C520;
  content: "";
}

/********************体験記リスト本体********************/
#taikenki_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#taikenki_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 14px);
  margin-right: 28px;
  margin-bottom: 28px;
}

#taikenki_list li:nth-of-type(2n) {
  margin-right: 0;
}

#taikenki_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1.5;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-decoration: none;
}

#taikenki_list li a:hover {
  opacity: 0.6;
}

#taikenki_list li a .icon {
  margin-right: 20px;
}

#taikenki_list li a .icon img {
  width: 56px;
}

#taikenki_list li a .list_item_body {
  width: calc(100% - 76px);
}

#taikenki_list li a .list_item_body .ttl {
  margin-bottom: 5px;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
}

#taikenki_list li a .list_item_body .profile {
  margin-bottom: 5px;
  font-size: 14px;
  color: #999;
}

#taikenki_list li a .list_item_body .text {
  margin-bottom: 5px;
}

#taikenki_list li a .list_item_body .read_more {
  color: #7fa319;
}

/********************体験記詳細********************/
#taikenki_dtl .container {
  max-width: 700px;
}

#taikenki_dtl nav .container {
  max-width: 960px;
}

/********************体験記詳細タイトル********************/
.taikenki_dtl_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  border-bottom: 1px solid #a6da17;
}

.taikenki_dtl_title .taikenki_dtl_title_icon {
  padding-right: 16px;
  padding-bottom: 12px;
}

.taikenki_dtl_title .taikenki_dtl_title_icon img {
  width: 72px;
}

.taikenki_dtl_title .taikenki_dtl_title_body h2 {
  margin-bottom: 8px;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}

/********************体験記詳細メインコンテンツ********************/
.taikenki_dtl_content {
  margin-bottom: 42px;
  border-bottom: 2px dotted #ccc;
}

.taikenki_dtl_content h3 {
  margin-bottom: 24px;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.taikenki_dtl_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 28px 20px 0px;
  border-radius: 4px;
  background-color: #eaf2ca;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.taikenki_dtl_content dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0px 8px 28px;
}

.taikenki_dtl_content dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  padding: 0px 8px 28px;
}

.taikenki_dtl_content .post{
  margin-top: 12px;
  text-align: right;
}

.taikenki_dtl_content .review {
  margin-top: 28px;
  line-height: 1.5;
}

.taikenki_dtl_content .review:last-of-type {
  margin: 28px 0;
}

.taikenki_dtl_content .review h4 {
  margin-bottom: 8px;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #A4C520;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.pager .pager_btn {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  text-align: center;
}

.pager .pager_btn a {
  display: block;
  padding: 16px;
  border-radius: 5px;
  background: #B2CF3E;
  font-family: "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック","游ゴシック体", sans-serif !important;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.pager .pager_btn a:hover {
  opacity: 0.6;
}

.pager i {
  font-size: 80%;
}

.pager i.fa-chevron-left {
  position: absolute;
  top: 19px;
  left: 10px;
  padding-right: 10px;
}

.pager i.fa-chevron-right {
  position: absolute;
  top: 19px;
  right: 10px;
  padding-left: 10px;
}

.list_return {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  border: 1px solid #d1d4c9;
  border-radius: 29px;
  background-color: #edeeea;
  text-align: center;
}

.list_return a {
  display: block;
  padding: 20px;
  font-size: 18px;
  color: #333;
}

.list_return a i {
  padding-right: 10px;
  font-size: 14px;
  color: #686f56;
}

.list_return:hover {
  opacity: 0.6;
}

.banner {
  margin-bottom: 60px;
}

/********************Responsive(max-width: 768px)********************/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0;
  }
  /********************体験記リスト********************/
  #taikenki_list_page .banner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #Keyvisual {
    padding-bottom: 0;
  }
  /********************体験記リストタイトル********************/
  .list_head01 {
    margin-bottom: 14px;
    border-radius: 0;
    font-size: 24px;
  }
  /********************体験記リスト_navi********************/
  #taikenki_nav {
    margin-bottom: 2px;
  }
  #taikenki_nav li {
    width: calc(100% / 3);
    margin-right: 3px;
  }
  #taikenki_nav li a {
    padding: 12px 20px;
    text-align: center;
  }
  /********************体験記リスト本体********************/
  #taikenki_list {
    margin-bottom: 20px;
  }
  #taikenki_list li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #taikenki_list li a {
    padding: 16px;
    border: none;
    border-bottom: 2px dotted #ccc;
    border-radius: 0;
  }
  #taikenki_list li a:hover {
    background: none;
  }
  #taikenki_list li a .icon {
    margin-right: 16px;
  }
  #taikenki_list li a .icon img {
    width: 44px;
  }
  #taikenki_list li a .list_item_body {
    width: calc(100% - 64px);
  }
  #taikenki_list li a .list_item_body .ttl {
    font-size: 18px;
  }
  #taikenki_list li a .list_item_body .profile {
    font-size: 12px;
    color: #999;
  }
  /********************体験記詳細タイトル********************/
  .taikenki_dtl_title {
    margin-bottom: 16px;
  }
  .taikenki_dtl_title .taikenki_dtl_title_icon {
    padding-right: 10px;
    padding-bottom: 16px;
  }
  .taikenki_dtl_title .taikenki_dtl_title_icon img {
    width: 44px;
  }
  .taikenki_dtl_title .taikenki_dtl_title_body h2 {
    margin-bottom: 5px;
    font-size: 21px;
  }
  .taikenki_dtl_title .taikenki_dtl_title_body p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  /********************体験記詳細メインコンテンツ********************/
  .taikenki_dtl_content {
    margin-bottom: 24px;
  }
  .taikenki_dtl_content h3 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.4;
  }
  .taikenki_dtl_content dl {
    padding: 7px;
    border-radius: 3px;
    font-size: 14px;
  }
  .taikenki_dtl_content dl dt {
    width: 33%;
    padding: 14px 7px;
  }
  .taikenki_dtl_content dl dd {
    width: 67%;
    padding: 14px 7px;
  }
  .taikenki_dtl_content .post{
    margin-top: 10px;
  }
  .taikenki_dtl_content .review {
    margin-top: 20px;
    font-size: 14px;
  }
  .taikenki_dtl_content .review:last-of-type {
    margin: 20px 0;
  }
  .taikenki_dtl_content .review h4 {
    margin-bottom: 4px;
    font-size: 17px;
  }
  /* pager */
  .pager {
        -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .pager .pager_btn {
    width: 33%;
  }
  .pager .pager_btn a {
    padding: 13px;
    border-radius: 3px;
  }
  .pager i.fa-chevron-left {
    top: 12px;
    left: 8px;
  }
  .pager i.fa-chevron-right {
    top: 12px;
    right: 8px;
  }
  .list_return {
    width: 80%;
    max-width: 350px;
    margin-bottom: 40px;
    border-radius: 23px;
  }
  .list_return a {
    padding: 16px;
    font-size: 14px;
  }
  .list_return a i {
    font-size: 11px;
  }
  .list_return:hover {
    opacity: 1;
  }
}

/********************Responsive(max-width: 480px)********************/
@media screen and (max-width: 480px) {
  /* リストページ */
  .list_head01 {
    padding: 10px;
    font-size: 20px;
  }
  .banner {
    margin: 28px auto;
  }
  /*　詳細ページ */
  #taikenki_dtl .container {
    padding: 0 10px;
  }
  #taikenki_dtl nav .container {
    padding: 0;
  }
}