@charset "UTF-8";
/*!
Theme Name: hopper
Description: hopper
Author: cubic
Version: 1.0
*/
/* リセット
---------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  clear: both;
}

small {
  font-size: smaller;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {
  display: block;
}

::-moz-selection {
  background: #141414;
  color: #FFFFFF;
}

::selection {
  background: #141414;
  color: #FFFFFF;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  display: none;
}

:root ul {
  letter-spacing: -1px;
  word-spacing: -1px;
}

.clearfix:after {
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.sp-display {
  display: block;
}

.pc-display {
  display: none;
}

/*--------------------------------------------body*/
body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #5f5f5f;
  line-height: 1.6em;
}

@media (max-width: 359px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 319px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 300px) {
  body {
    font-size: 12px;
  }
}
/*---------------------------------------header-home*/
.header-home {
  border-top: solid 2px #006db9;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 100;
  height: 3.1em;
  width: 100%;
  top: 0;
}
.header-home .ttl-head {
  width: 160px;
  margin: auto;
}

/*---------------------------------------menu mobile*/
.sb_menubtn_wrap {
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.sb_check {
  display: none;
}

/*checked anime*/
.sb_menubtn.active .txt {
  display: none;
}
.sb_menubtn.active .close {
  font-size: 0.7em;
  width: 100%;
  color: #000;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
.sb_menubtn.active .bou:nth-child(1) {
  width: 15%;
  transform: translate3d(2px, 4px, 0) rotate(45deg);
}
.sb_menubtn.active .bou:nth-child(2) {
  width: 30%;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.sb_menubtn.active .bou:nth-child(3) {
  width: 15%;
  transform: translate3d(10px, -3px, 0) rotate(45deg);
}

/*not check*/
.sb_menubtn {
  position: relative;
  border: solid 1px #c3c3c3;
  z-index: 20;
  padding: 0.2em 0.2em 0.1em 31px;
  display: block;
  border-radius: 4px;
  width: 85px;
  z-index: 10;
}
.sb_menubtn .txt {
  font-size: 0.8em;
  width: 100%;
  color: #000;
  letter-spacing: .1px;
  display: inline-block;
  vertical-align: middle;
}
.sb_menubtn .close {
  display: none;
}
.sb_menubtn .bou {
  position: absolute;
  top: 0;
  left: 0.4em;
  display: block;
  width: 20px;
  height: 3px;
  background: #dddddd;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0;
}
.sb_menubtn .bou:nth-child(1) {
  top: 23%;
}
.sb_menubtn .bou:nth-child(2) {
  top: 45%;
  opacity: 1;
}
.sb_menubtn .bou:nth-child(3) {
  top: 67%;
}

.nav-headmenu.active {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 80;
}

.nav-headmenu {
  box-sizing: border-box;
  position: absolute;
  top: 2.4em;
  right: -0.5em;
  width: 100vw;
  padding: 0;
  background: #fff;
  max-height: 100vh;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.ttl-headmenu {
  background: #e0ecfc;
  text-align: center;
  font-weight: bold;
  padding: 1.6%;
}

.nav-headmenu .head_nav_ul {
  color: #4d4d4d;
  width: 100%;
  max-height: 87vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding-bottom: 2em;
}
.nav-headmenu .head_nav_ul li {
  list-style: none;
  position: relative;
}
.nav-headmenu .head_nav_ul li li a {
  padding: 3% 7% 3% 5%;
}
.nav-headmenu .head_nav_ul li li a::before {
  content: "└";
  padding: 0.2em;
}
.nav-headmenu .head_nav_ul a {
  display: block;
  padding: 3% 7% 3% 5%;
  font-size: 1em;
  color: #3d3c3c;
  -webkit-transition: all .8s;
  transition: all .8s;
  text-decoration: none;
  border-bottom: solid 2px #e0ecfc;
  position: relative;
}
.nav-headmenu .head_nav_ul a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.7em;
  top: 50%;
  color: #006db9;
  margin-top: -0.8em;
  font-size: 0.8em;
}

/*---------------------------------------search mobile*/
.sb_search_wrap {
  position: absolute;
}

.search_check {
  display: none;
}

.btn-serach {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-top: 0.5em;
  color: #d0d0d0;
  font-size: 1.4em;
  position: relative;
  z-index: 10;
  padding: 0 0.2em 0 0.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-serach .close {
  display: none;
}

.btn-serach.active {
  position: relative;
  border: solid 1px #c3c3c3;
  padding: 0.1em 0.2em 0.1em 1.2em;
  display: block;
  border-radius: 4px;
  width: 70px;
  z-index: 10;
  margin-left: 0.5em;
}
.btn-serach.active .btn {
  display: none;
}
.btn-serach.active .txt {
  display: none;
}
.btn-serach.active .close {
  font-size: 0.6em;
  width: 100%;
  color: #000;
  letter-spacing: 0em;
  vertical-align: middle;
  display: block;
}
.btn-serach.active .bou {
  position: absolute;
  top: 46%;
  left: 0.2em;
  display: block;
  width: 30%;
  height: 3px;
  background: #dddddd;
  display: block;
}
.btn-serach.active .bou:nth-child(3) {
  width: 30%;
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.btn-serach.active .bou:nth-child(2) {
  width: 30%;
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.mobile_form {
  background: #e9e9e9;
  width: 100vw;
  padding: 0;
  position: absolute;
  top: 3em;
  max-height: 0;
  overflow: hidden;
  display: block;
}

.mobile_form.active {
  max-height: 100vh;
  z-index: 10;
  -webkit-transition: all 1s ease-in  0.3s;
  transition: all 1s ease-in  0.3s;
}

.search-form {
  padding: 0.4em;
}

.mb_sarch {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding: 0.5em 0.2em;
  width: 80%;
  border-radius: 4px 0 0 4px;
  border: solid 1px #d0d0d0;
  border-right: none;
}
.mb_sarch:placeholder-shown {
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch::-webkit-input-placeholder {
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch:-moz-placeholder {
  opacity: 1;
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch::-moz-placeholder {
  opacity: 1;
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}
.mb_sarch:-ms-input-placeholder {
  color: #d0d0d0;
  font-size: 1.1em;
  line-height: 1;
  padding-left: 0.2em;
}

.search-submit {
  background: #006db9;
  /*background: -webkit-linear-gradient(left, #11b99f, #01beda);
  background: linear-gradient(to right, #11b99f, #01beda);*/
  width: 20%;
  border: solid 1px #d0d0d0;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0.4em 0.2em 0.35em 0.2em;
  color: #fff;
}

.black_cover.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in 0.3s;
  transition: all 0.4s ease-in 0.3s;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*body-------------------------------------------*/
.wrap {
  width: 100%;
}

.main {
  width: 100%;
  background: #fff;
  padding-top: 5em;/* 追尾用に変更 */
}

.side {
  width: 100%;
  margin-bottom: 2em;
}

.bread {
  background: #e9e9e9;
  padding: 0.4em 2%;
  overflow-x: scroll;
  width: 100%;
  position: fixed;/* 追尾に変更 */
  top:3.1em;
  z-index: 20;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.9;
}
.bread .list_bread {
  width: auto;
  max-width: 1000px;
  white-space: nowrap;
  margin: 0 auto;
  list-style: none;
  color: #565656;
  font-size: 0.9em;
  border-top: #e9e9e9 solid 2px;
  border-bottom: #e9e9e9 solid 2px;
  font-size: 0.7em;
  line-height: 1.3;
}
.bread .list_bread li {
  display: inline;
}
.bread .list_bread li::before {
  content: ">";
  padding: 0 0.8em;
}
.bread .list_bread li:first-child::before {
  content: none;
}
.bread .list_bread a {
  color: #565656;
  text-decoration: underline;
}

.footer {
  background: #fff;
}
.footer.footer_fix {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer a {
  color: #565656;
  font-style: normal;
  text-decoration: none;
  font-size: 0.8em;
}
.footer address {
  text-align: center;
  padding: 1em;
}
.footer .footer_hop_logo {
  padding: 5% 0;
  text-align: center;
}
.footer .footer_hop_logo img {
  width: 160px;
}

.foot_nav_ul {
  border-bottom: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.foot_nav_ul li {
  width: 50%;
  text-align: center;
}
.foot_nav_ul li:nth-child(odd) a {
  border-right: solid 1px #dddddd;
}

@media screen and (max-width: 480px) {
  .foot_nav_ul li:nth-child(6) a {
    border-bottom: solid 1px #ddd;
  }
}

.foot_nav_ul li a {
  padding: 1em;
  display: block;
  border-top: solid 1px #dddddd;
}

.gotop {
  width: 12vw;
  margin: auto;
  position: fixed;
  bottom: 8vw;
  right: 2vw;
  z-index: 99;
}
.gotop-btn {
  width: 100%;
  height: 12vw;
  background: url("./images/btn-gotop.png") no-repeat;
  background-size: 100%;
}

.opacity-light {
  opacity: 0.3;
}

/*taglink-------------------------------------------*/
.area-taglink {
  padding: 24px 0 15px;
  margin: 0 3%;
}

.area-taglink li {
  background: #f4fbff;
  border: solid 1px #c5c5c5;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 9px;
  line-height: 1;
}

.area-taglink li a {
  color: #006db9;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 8px;
}

.area-taglink li:hover a {
  color: #4e7fc4;
}

/*welcome-------------------------------------------*/
.area-welcome {
  background: #fff;
  border-top: solid 1px #ddd;
  padding: 24px 16px 20px;
}

.area-welcome_inner {
  display: flex;
}

.area-welcome_img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  margin-right: 16px;
}

.area-welcome_img-bg img {
  width: 100%;
}

.area-welcome_content {
  width: calc(100% - 124px);
  text-align: right;
}

.area-welcome_ttl {
  color: #393939;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
}

.area-welcome_txt {
  color: #4d4d4d;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.area-welcome_link {
  color: #006db9;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: none;
}

.area-welcome_link::after {
  content: ">";
}


/*postList-------------------------------------------*/
.ttl-postlist {
  background: #f5f5f5;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #ebebeb;
  font-size: 1.05em;
  font-weight: bold;
  padding: 0.8em;
}
.post_list_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background: #fff;
}
.list_post {
  width: 50%;
  padding: 2%;
}
.list_post a {
  color: #565656;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_post a .eyecach {
  width: 100%;
  height: 28vmin;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
}
.list_post a .eyecach img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}
.list_post a .subarea-txt {
  width: 100%;
  padding: 0.5em;
}
.list_post a .ttl {
  padding: 0.2em 0;
  font-size: 0.85em;
  line-height: 1.4;
}
.list_post_review {
  background: #f5f5f5;
  margin: 3% 4%;
  position: relative;
  width: 100%;
}
.list_post_review::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: "FontAwesome";
  color: #006db9;
}
.list_post_review a {
  color: #565656;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  width: 100%;
}
.list_post_review a .area-interview {
  margin: 0;
  font-weight: normal;
}
.list_post_review a .area-interview dt {
  margin: 0;
}
.list_post_review a .area-interview dd {
  line-height: 1.4;
}
.list_post_review a .area-spec {
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.7em 0.5em 0 0.5em;
}
.list_post_review a .cont-interview {
  margin: 0 5% 1.4em 5%;
  font-size: 0.8em;
  padding: 0.5em 1em 0 0;
}
.sp_pagination {
  width: 100%;
}

/*-----------------pager*/
.nav-sp_pager {
  border: solid 1px #ebebeb;
  background: #fafafa;
  margin: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.nav-sp_pager li {
  text-align: center;
  color: #d0d0d0;
  border-right: 1px solid #ebebeb;
}
.nav-sp_pager .start,
.nav-sp_pager .end,
.nav-sp_pager .first_btn,
.nav-sp_pager .last_btn {
  width: 12%;
  font-size: 1.2em;
  line-height: 2.4em;
}
.nav-sp_pager .prev,
.nav-sp_pager .first,
.nav-sp_pager .last,
.nav-sp_pager .next {
  font-size: 1em;
  line-height: 3em;
  letter-spacing: 1px;
  padding: 0;
  width: 38%;
}
.nav-sp_pager a {
  color: #7198cf;
  text-decoration: none;
  display: block;
}

/*side*/
/*---------------------------rank*/
.side-pc {
  width: 100%;
  background-color: white;
  margin-top: 50px;
}

.area-side_ranking {
  background: #fbf7e2;
  padding: 1.5em 4.5%;
}

.side_rank {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.side_rank li {
  margin: 0 0 0.8em 0;
  padding: 0;
}
.side_rank li .ttl-name_rank a::before {
  background: url(./images/rank_link_no1.png) no-repeat;
  background-position: center 65%;
  background-size: auto 60%;
}
.mod-side_rank {
  background: #fff;
  border: solid 1px #7198cf;
}
.mod-side_rank .ttl-name_rank {
  background: #f0f5fd;
  margin: 1% 1% 0.5em 1%;
  font-size: 1.2em;
  font-weight: bold;
}
.mod-side_rank .ttl-name_rank a {
  text-decoration: none;
  padding: 2% 2% 3%;
  color: #4274bb;
  display: block;
  font-size: 1em;
}
.mod-side_rank .ttl-name_rank a::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2em;
  vertical-align: -0.4em;
}
.mod-side_rank .eye {
  width: 60%;
  border: solid 1px #ebebeb;
  margin: 0 20% 0.5em;
}
.mod-side_rank .txt-cach {
  margin: 0 1em 1em;
  line-height: 1.4;
  font-weight: bold;
  color: #006db9;
}
.mod-side_rank .list-chk {
  margin: 0 1.1em 1em;
  width: 90%;
  font-size: 0.9em;
}
.mod-side_rank .list-chk li {
  line-height: 1.4;
}
.mod-side_rank .list-chk li::before {
  top: 0.2em;
}
.mod-side_rank .btn-as {
  margin: 5% 0 0 0;
  border-top: solid 1px #7198cf;
  padding: 5% 4%;
}

.list_post_cat {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_post_cat li {
  border-bottom: solid 1px #dddddd;
  background: #fff;
  padding: 3% 2%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}
.list_post_cat img {
  border: solid 1px #f5f5f5;
  width: 100%;
}
.list_post_cat .eyecach {
  height: 120px;
  overflow: hidden;
  width: 100%;
}
.list_post_cat .subarea-txt {
  width: 100%;
  letter-spacing: 0.01em;
  font-size: 1.05em;
}
.list_post_cat .cat a {
  background: #eff6f5;
  display: inline;
  text-decoration: none;
  font-size: 0.6em;
  padding: 0.25em 0.5em;
}
.list_post_cat .ttl a {
  color: #565656;
  text-decoration: none;
  line-height: 1.6;
  font-size: 0.85em;
}

/* 一覧更新日 */
.subarea-txt_date_wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  text-align: right;
}
.subarea-txt_date_wrap li {
  border: none;
  padding: 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05px;
  margin-right: 5px;
  width: auto;
}
.subarea-txt_date_wrap li.clock {
  font-size: 10px;
}
.subarea-txt_date_wrap li span {
  margin: 0 2px;
}
/* 以上 一覧更新日 */

.ttl-linklist {
  background: #cce1f1;
  color: #006db9;
  font-weight: bold;
  padding: 5% 4% 4%;
  letter-spacing: 1px;
}

.list_linktext {
  background: #cce1f1;
  padding: 0 2% 2% 2%;
  border-bottom: solid 1px #e9e9e9;
  list-style: none;
}
.list_linktext li a {
  background: #fff;
  text-decoration: none;
  padding: 0.6em 1.3em 0.6em 0.5em;
  border: solid 1px #dddddd;
  display: block;
  border-bottom: none;
  position: relative;
  font-size: 0.95em;
  color: #565656;
}
.list_linktext li a::after {
  content: "\f105";
  display: block;
  top: 50%;
  position: absolute;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: "FontAwesome";
  font-size: 1.2em;
  color: #006db9;
}
.ttl-pc_site {
  background: #cce1f1;
  text-align: left;
  color: #006db9;
  padding: 7% 4% 3%;
  font-weight: bold;
  position: relative;
}

.ttl-pc_site:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 2em;
  background-color: #4cc5b2;
  left: 50%;
  margin-left: -1em;
  top: 4em;
}

.ttl-sub-pc_site {
  margin-top: 2em;
  font-size: 0.6em;
  color: #799095;
}
.list_side_site {
  background: #cce1f1;
  padding: 0 5px 2% 5px;
  border-bottom: solid 1px #e9e9e9;
  list-style: none;
}
.list_side_site li a {
  background: #fff;
  text-decoration: none;
  padding: 0.5em 3em 0.55em 0.5em;
  border: solid 1px #dddddd;
  display: block;
  border-bottom: none;
  position: relative;
  font-size: 0.8em;
  color: #565656;
  text-align: center;
}
.list_side_site li a::after {
  content: "\f054";
  display: block;
  top: 50%;
  position: absolute;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: "FontAwesome";
  font-size: 1.2em;
  color: #006db9;
}

/*----------------home-slider*/
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 1.8em;
  height: 8vh;
  border: none;
  background: rgba(86, 86, 86, 0.8);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0.53);
}

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0.6em;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.2em;
  background: #d0d0d0;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #006db9;
}

.js-slider {
  background: #f5f5f5;
  width: 100%;
  padding: 1.4em 0 3.1em;
  border: solid 1px #d0d0d0;
}

.area-slider {
  width: 100%;
  margin-bottom: 1.2em;
}

.post-slider {
  width: 100%;
  height: 26vh;
  position: relative;
}
.post-slider .eye {
  width: 70%;
  margin: 0 15%;
  height: 26vh;
  overflow: hidden;
  position: relative;
}
.post-slider .eye img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
.post-slider .ttl-name {
  position: absolute;
  bottom: 0;
  width: 70%;
  margin: 0 15%;
  color: #fff;
  background: rgba(0, 0, 0, 0.39);
  padding: 0.9em;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
}

/*----------------main-home*/
.main.home {
  padding-top: 0;
}

.body_home {
  background: #fff;
}

.area-head_img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 17vh;
  margin: 3.1em 0 1.2em;
  background-image: url(./images/home_main.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.area-head_img .ttl-home_head {
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.area-head_img .ttl-home_head .en {
  font-weight: normal;
  font-size: 0.4em;
  display: block;
  line-height: 1.4;
  letter-spacing: 0;
}

/*home_cat_list*/
.area-home_cat {
  margin: 0 0 0 0;
  border-bottom: solid 1em #f5f5f5;
}

.ttl-home_cat {
  background: #005895;
  color: #fff;
  font-size: 1.1em;
  padding: 0.8em 0.6em 0.6em 0.65em;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}

.ttl-home_cat::before {
  content: "▼";
  transform: scale(1.4, 1);
  display: block;
  position: absolute;
  color: #005895;
  bottom: -13px;
  left: 50%;
  margin-left: -0.7em;
  font-size: 14px;
}

.info-cat_home {
  font-size: 0.9em;
  margin: 0 3% 1em 3%;
}

.list_post.home {
  padding: 3%;
  border-bottom: solid 1px #dddddd;
}
.list_post.home:first-of-type,
.list_post.home:nth-child(2) {
  border-top: solid 1px #dddddd;
}
.list_post.home a {
  display: block;
  border: none;
}
.list_post.home .eyecach {
  width: 100%;
  margin-right: 3%;
  margin-bottom: 4px;
}
.list_post.home .eyecach img {
  border: solid 1px #dddddd;
  width: 100%;
}
.list_post.home .subarea-txt {
  width: 100%;
}
.list_post.home .subarea-txt .ttl {
  font-size: 0.9em;
}
.list_post.home .subarea-txt .ttl a {
  line-height: 1.4;
}
.list_post.home .subarea-txt .link-cat_home {
  line-height: 1em;
  margin-bottom: 0.2em;
}
.list_post.home .subarea-txt .link-cat_home a {
  font-size: 0.6em;
  font-weight: normal;
  background: #eff6f5;
  color: #006db9;
  display: inline;
  padding: 1px 3px;
}

/* サイドバー記事更新日 */
.menu_item_date_wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  text-align: right;
  margin: 2px 0;
}
.menu_item_date_wrap li {
  border: none;
  padding: 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .05px;
  width: auto;
  line-height: 1;
  text-decoration: none;
}
.menu_item_date_wrap li span {
  margin: 0 2px;
}
/* 以上サイドバー記事更新日 */

.link-more_cat a {
  display: block;
  border-bottom: solid 1px #dddddd;
  text-decoration: none;
  padding: 3% 7% 2%;
  text-align: right;
  font-size: 0.95em;
  color: #565656;
  position: relative;
}
.link-more_cat a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0.7em;
  top: 50%;
  color: #006db9;
  margin-top: -0.8em;
  font-size: 0.9em;
}

.header-single {
  background: #f5f5f5;
  padding: 4%;
  margin: 0 0 3.5%;
}

/* 公開日・更新日 */
.post_date_wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}

.post_date_wrap li {
  font-size: 12px;
  letter-spacing: .05px;
  line-height: 1;
  margin-right: 5px;
}

.post_date_wrap li.clock {
  font-size: 10px;
}

.post_date_wrap li span {
  margin: 0 1px;
}
/* 以上公開日・更新日 */

.header-single .cats {
  list-style: none;
  margin-bottom: 0.5em;
}
.header-single .cats a {
  text-decoration: underline;
  padding: 1.2% 2% 1.2%;
  background: #fff;
  font-size: 0.65em;
  border: solid 1px;
}
.header-single .ttl-single {
  font-size: 1.2em;
  font-weight: bold;
  color: #393939;
  line-height: 1.4;
}
.header-single .area-eye {
  width: 60%;
  height: 40vmin;
  overflow: hidden;
  position: relative;
  margin: 0.5em 20% 0;
}
.header-single .area-eye img {
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}

/*----------------toc*/
.no_bullets {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  background: #fafafa;
  padding: 3%;
  font-size: 0.9em;
  margin-bottom: 3%;
  width: 100%!important;
}
.no_bullets.contracted .toc_list {
  display: none;
}

.no_bullets .toc_title {
  font-weight: bold;
  color: #565656;
  margin: 0 0 0.8em 0;
  font-size: 1em;
}

.no_bullets .toc_toggle {
  font-weight: normal;
  text-decoration: none;
  font-size: 0.9em;
}

.no_bullets .toc_list,
.no_bullets .toc_list ul {
  list-style: none;
}

.no_bullets .toc_list {
  counter-reset: num;
}

.no_bullets .toc_list a {
  color: #7198cf;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5em;
}

.no_bullets .toc_list > li {
  position: relative;
  padding-left: 0;
}

.no_bullets .toc_list > li > ul > li {
  position: relative;
  padding-left: 2em;
}

.no_bullets .toc_list > li > ul > li::before {
  content: "└";
  left: 0.5em;
  font-size: 1em;
  top: 0.3em;
  color: #7198cf;
  position: absolute;
}

.no_bullets .toc_list > li > ul > li > ul > li {
  padding-left: 1em;
  position: relative;
}

.no_bullets .toc_list > li > ul > li > ul > li::before {
  content: "・";
  font-size: 1em;
  color: #7198cf;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------toc(SP目次)*/
/* btn */
.toc-check {
  display: none;
}
.toc-check:checked + .m-toc-btn {
  background-size: 0, 100%;
}
.toc-check:checked + .m-toc-btn + .m-toc-container {
  transform: translateX(0); 
}
.m-toc-btn {
  display: block;
  width: 12vw;
  height: 12vw;
  position: fixed;
  bottom: 22vw;
  right: 2vw;
  z-index: 101;
  background: url(./images/btn-toc.png) no-repeat, url(./images/btn-toc-close.png) no-repeat;
  background-size: 100%, 0;
}
/* toc contents */
.m-toc-container {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: scroll;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  line-height: 1.4;
  font-size: 4vw;
  transform: translateX(100%);
  transition: .2s;
  color: #3D3C3C;
}
.m-toc-header {
  display: flex;
  align-items: center;
  padding: 3vw 0;
  font-weight: bold;
}
.m-toc-header:before {
  content: '';
  width: 6vw;
  height: 6vw;
  margin-right: 1vw;
  background: url(./images/icon-toc.png) no-repeat;
  background-size: 100%;
}
.m-toc-container dl {
  min-height: 100%;
  margin: 0 0 0 22%;
  padding: 0 6vw 6vw;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .16), 3px 0 6px rgba(0, 0, 0, .16);
  background: #fdfdfd;
}
.m-toc-container li {
  list-style: none;
  border-bottom: .3vw solid #E0E0E0;
}
.m-toc-container li li:last-child {
  border: 0;
}
.m-toc-container .h3,
.m-toc-container .num {
  display: none;
}
/*
ナンバリングとインデント
.m-toc-container li {
  display: flex;
  align-items: flex-start;
}
.m-toc-container .h3 {
  padding: 0 0 0 4vw;
}
.m-toc-container .num {
  display: block;
  min-width: 6vw;
  flex-shrink: 0;
  margin: 1.8vw 1.4vw 0 0;
  text-align: center;
  font-weight: bold;
}*/
.m-toc-container a {
  display: inline-block;
  padding: 2vw 0;
  text-decoration: none;
  color: #3D3C3C;
}
@media screen and (min-width: 768px) {
  .m-toc-btn,
  .m-toc-container {
    display: none;
  }
}


/*----------------area-intoro*/
.area-intoro {
  font-size: 0.9em;
  width: 94%;
  margin: 1em 3%;
  line-height: 1.8;
}

.area-intoro p{
  margin-bottom: 1em;
}

.area-ansfirst {
  font-size: 0.9em;
}

.area-matome p {
  color: #4d4d4d;
  font-size: 0.9em;
  width: 94%;
  margin: 0 3% 1em 3%;
}

.adjacent_post .list-adjacent_post {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background: #fafafa;
  width: 100%;
  margin: 0 0 2em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.adjacent_post .list-adjacent_post li {
  width: 50%;
  padding: 0;
  margin: 0;
}
.adjacent_post .list-adjacent_post a {
  display: block;
  text-decoration: none;
  padding: 3.4em 5% 5% 5%;
  color: #565656;
  position: relative;
  font-size: 0.9em;
}
.adjacent_post .list-adjacent_post span {
  position: absolute;
  top: 1em;
  color: #fff;
  font-size: 0.9em;
  padding: 0.34em 1em 0.2em;
  text-align: center;
  border-radius: 3px;
  background: #006db9;
  letter-spacing: 1px;
  line-height: 1.5;
}
.adjacent_post .list-adjacent_post .prev {
  border-right: solid 1px #dddddd;
}
.adjacent_post .list-adjacent_post .prev span {
  left: 2em;
}
.adjacent_post .list-adjacent_post .prev span::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: #006db9;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: -8px;
  border-radius: 3px;
}
.adjacent_post .list-adjacent_post .next span {
  right: 2em;
}
.adjacent_post .list-adjacent_post .next span::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: #006db9;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -8px;
  border-radius: 3px;
}

/*----------------interview*/
.area-interview {
  margin-bottom: 3em;
  position: relative;
}

.area-spec {
  margin: 0 2% 1em 2%;
  position: relative;
  padding: 0.6em 0;
}
.area-spec .image_sex {
  position: absolute;
  top: 0.7em;
  left: 2%;
  width: 12%;
}
.area-spec .image_sex img {
  width: 100%;
}
.area-spec .prof {
  padding: 0 0.2em 0 17%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1em;
  font-weight: bold;
  color: #4e7fc4;
}
.area-spec .prof.single {
  color: #5f5f5f;
}
.area-spec .prof li::after {
  content: "/";
  padding: 0 0.3em;
}
.area-spec .prof li:last-of-type::after {
  content: none;
}
.area-spec .prof2 {
  padding: 0 0 0 17%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.8em;
  vertical-align: top;
}
.area-spec .prof2::before {
  content: "\f1ad";
  font-family: "FontAwesome";
  color: #999999;
  padding-right: 0.5em;
  margin-top: -1px;
}
.area-spec .prof2 li::after {
  content: "/";
  padding: 0 0.5em;
}
.area-spec .prof2 li:last-of-type::after {
  content: none;
}

.cont-interview {
  margin: 0 5% 0.5em 5%;
}
.cont-interview dt {
  color: #4cc5b2;
  font-weight: bold;
  margin: 1.2em 0 0.6em;
}
.cont-interview dt::before {
  content: "―";
  padding-right: 0.2em;
}
.cont-interview dd {
  font-size: 0.95em;
  line-height: 1.9;
}

/*----------------review-top*/
.area-review_top {
  margin: 5%;
  border: solid 1px #dddddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.area-review_top .eye-review_top {
  width: 38%;
}
.area-review_top .ttl-review_top {
  margin: 0 0 1em 0;
  width: 100%;
}
.area-review_top .ttl-review_top a {
  font-size: 1em;
  border-left: 4px solid #006db9;
  border-bottom: solid 1px #e9e9e9;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  color: #4d4d4d;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background: #f5f5f5;
  text-decoration: underline;
}
.area-review_top li:last-of-type {
  margin-bottom: 0;
}
.area-review_top li a {
  color: #4274bb;
}

/*----------------review*/
.area-reviewlist {
  margin-bottom: 2em;
}

.ttl-review {
  background: url(./images/bg_ttl_review.png) no-repeat right bottom #e0ecfc;
  background-size: auto 100%;
  border-left: solid 4px #006db9;
  padding: 0.7em 0.5em 0.6em;
  margin: 0.5em 0 0 0;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  font-weight: bold;
  line-height: 1.3;
}
.ttl-review span {
  display: block;
}

.ttl-review_sub {
  background: #def7f0;
  padding: 0.8em 0.6em 0.6em 0.65em;
  line-height: 1.4;
  font-size: 1em;
  font-weight: bold;
  color: #666666;
  border-bottom: solid 3px #c8f1e6;
  margin-bottom: 1em;
}

.reason.child .cat_ttl {
  border-bottom: #02b6c1 solid 4px;
  border-top: #02b6c1 solid 4px;
  padding: 4% 1%;
  font-size: 1.6em;
}

.reason.child .cat_ttl span {
  font-size: 1.4em;
}

.area-filter_form {
  border: solid 3px #4cc5b2;
  padding: 1% 2% 2% 2%;
  margin: 1em;
}
.area-filter_form .ttl-filter_form {
  color: #5f5f5f;
  font-size: 0.95em;
  padding: 0;
  margin: 0.2em 0.2em 0.7em;
  font-weight: bold;
  text-align: left;
}
.area-filter_form form {
  text-align: center;
}
.area-filter_form label {
  position: relative;
  display: block;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  background: #f5f5f5;
  width: 84%;
  margin: 0 8% 0.7em;
}
.area-filter_form label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 6px solid transparent;
  border-top: 9px solid #09ae94;
}
.area-filter_form select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.6em 2em 0.6em 1em;
  border: none;
  border-radius: 5px;
  background: transparent;
  font-size: 0.95em;
}
.area-filter_form select::-ms-expand {
  display: none;
}
.area-filter_form select::-moz-focus-inner {
  border: 0;
}
.area-filter_form .selecttable2 {
  display: block;
  font-size: 1.2em;
  background: #fff;
  padding: 0 5%;
  line-height: 2.3;
  vertical-align: 2px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  width: 84%;
  margin: 0 8% 0.7em;
}
.area-filter_form .form_and {
  display: none;
}
.area-filter_form .btn-review {
  background: #f58e52;
  padding: 0.5em 2em;
  vertical-align: .2em;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  border-radius: 4px;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.12);
  width: 97%;
  margin: 0 0 0.2em 0;
}

.area-review_info {
  background: #fafafa;
  position: relative;
  margin: 1.3em 0 1em;
  padding: 1em;
}
.area-review_info::before {
  content: "";
  width: 30%;
  height: 4px;
  display: block;
  background: #c8f1e6;
  position: absolute;
  left: 0;
  top: 0px;
}
.area-review_info .ttl-review_info {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 1.5%;
}
.area-review_info .txt-review_info {
  line-height: 1.6;
  margin: 0.5em 0 0 0;
  font-size: 0.9em;
}

/*監修者プロフィール*/
.author_block {
  margin: 0 3% 1em 3%;
  padding: 20px 15px;
  border: 2px solid #e9e9e9;
  position: relative;
}
.author_block_head {
  border-left: 5px solid #e0ecfc;
  color: #4d4d4d;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.author_block_body_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.author_block_body_img {
  background: url(//www.hop-job.com/pharmacist/wp-content/uploads/writer-icon.png) no-repeat center;
  background-size: cover;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.author_block_body_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.author_block_body_person {
  color: #5f5f5f;
}
.author_block_body_person_ttl {
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: .3px;
}
.author_block_body_person_name {
  font-size: 22px;
  margin-bottom: 5px;
  letter-spacing: .5px;
}
.author_block_body_person_link {
  list-style: none;
}
.author_block_body_person_link li {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .5px;
}
.author_block_body_person_link li a {
  color: #5f5f5f;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.author_block_body_person_link li a img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.author_block_body_txt {
  color: #393939;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.7;
}
.author_box_readmore {
  display: block;
  color: #3cae9c;
  text-align: center;
  padding: 12px 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-top: 2px solid #e9e9e9;
  background: #fff;
  width: calc(100% - 30px);
  cursor: pointer;
}
.author_box_readmore .fa {
  font-size: 20px;
  margin-left: 10px;
}
.author_block_body.open + .author_box_readmore {
  display: none;
}
.author_box_readmore:before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: calc(100% + 2px);
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,0.9)), color-stop(100%, #fff));
}
.author_box_close {
  display: block;
  color: #3cae9c;
  text-align: center;
  padding: 12px 0;
  border-top: 2px solid #e9e9e9;
  background: #fff;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}
.author_box_close .fa {
  font-size: 20px;
  margin-left: 10px;
}
/*以上監修者プロフィール*/


/*----------------single-review*/
.header-single.review {
  position: relative;
  margin-bottom: 0.7em;
}
.header-single.review::after {
  content: "▼";
  position: absolute;
  left: 1.3em;
  color: #f5f5f5;
  bottom: -1em;
  font-size: 1.2em;
}

/*error404*/
.ttl-error {
  color: #565656;
  position: relative;
  padding-left: 3em;
  line-height: 1.2;
  margin-bottom: 1em;
}
.ttl-error i {
  color: #d0d0d0;
  font-size: 1.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

.txt_error a {
  color: #4274bb;
}

a.extarnal::after {
  content: "\f08e";
  font-family: FontAwesome;;
}

.sponsor-link {
  text-align: center;
}

.sponsor-link img {
  width: 96%;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  /* タブレット以上 */
  /*---------------------------------------header-home*/
  @font-face {
    font-family: "YuGothic M";
    src: local("Yu Gothic Medium");
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }

  .pc-display {
    display: block;
  }

  .sp-display {
    display: none;
  }

  .header-home {
    position: fixed;
    top: 0;
    border: none;
    height: auto;
    min-width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    transition: .5s;
  }
  .header-home.hide {
    top: -135px;
  }
  .header-home .ttl-head {
    width: 280px;
    margin: 0;
  }

  .area-pc_gnavi {
    padding: 0em 1.5em;
  }

  .pc_head_nav_ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
  }
  .pc_head_nav_ul li {
    padding: 0.5em 0;
    display: block;
    position: relative;
    margin: 0 10px;
    letter-spacing: 0.01em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: .9em;
  }
  .pc_head_nav_ul li a {
    text-decoration: none;
    color: #4d4d4d;
  }
  .pc_head_nav_ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 3px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #006db9;
  }
  .pc_head_nav_ul li a:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }

  .wrap {
    width: 100%;
    max-width: 1000px;
    margin: 130px auto 60px;/*修正予定*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }

  .bread {
    background: #006db9;
    padding: .5em 0;
    font-size: 1.1em;
    overflow-x: hidden;
    position: static;
    opacity: 1;
  }
  .bread .list_bread {
    color: rgba(255, 255, 255, 0.7);
    border: none;
  }
  .bread .list_bread a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    line-height: 12px;
  }
  .bread .list_bread a:hover {
    text-decoration: none;
  }

  .main {
    width: 77%;
    max-width: 770px;
    padding: 0;
    background: none;
  }

  .area-main {
    background: #fff;
    border: solid 1px #e9e9e9;
    margin-bottom: 2em;
    padding-bottom: 1em;
  }

  /*side fix javascript */
  .side {
    width: 22%;
    max-width: 220px;
    margin-bottom: 0;
  }
  
  .side-pc_btm {
    height: 100vh;
    overflow-y: scroll;
    position: sticky;
    top: 0;
    right: 0;
  }
  
  .side-pc_btm img {
    height: 34px;
  }

  .area-pc_ftnavi {
    background: #006db9;
    /*background: -webkit-linear-gradient(right, #11b99f, #01beda);
    background: linear-gradient(to left, #11b99f, #01beda);*/
    padding: 1.5em 0 1.3em;
    font-size: 1.1em;
  }
  .area-pc_ftnavi .list-pc_ftnavi {
    color: #fff;
    border: none;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .area-pc_ftnavi .list-pc_ftnavi a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0 1em;
  }
  .area-pc_ftnavi .list-pc_ftnavi a::before {
    content: "\f054";
    font-family: "FontAwesome";
    padding-right: 0.4em;
  }
  .area-pc_ftnavi .list-pc_ftnavi li:hover a::before {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }

  .area-pc_otherside {
    padding: 1.5em 0 1.3em;
    font-size: 1.1em;
    background: #f5f5f5;
  }
  .area-pc_otherside .list-otherside_bnr {
    color: #fff;
    border: none;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
  }
  .area-pc_otherside .list-otherside_bnr a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 0;
  }
  .area-pc_otherside .list-otherside_bnr li {
    width: 25%;
    padding: 0;
  }
  
  .gotop {
    width: 60px;
    bottom: 14px;
    right: 14px;
  }
  .gotop-btn {
    height: 60px;
  }

  .footer {
    padding: 1em 0;
  }

  .area-pc_ft_in {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .area-pc_ft_in address {
    width: 40%;
    line-height: 1;
  }
  .area-pc_ft_in address a:hover {
    color: #565656;
  }
  .area-pc_ft_in .nav-footer {
    width: 100%;
  }

  .foot_nav_ul {
    width: auto;
    border: none;
  }
  .foot_nav_ul li {
    width: auto;
    padding: 1em 0;
  }
  .foot_nav_ul li:nth-child(odd) a {
    border-right: none;
  }
  .foot_nav_ul li:first-of-type a {
    border-left: none;
  }
  .foot_nav_ul li a {
    padding: 0 1em;
    display: block;
    border-top: none;
    border-left: solid 1px #006db9;
    color: #799095;
    line-height: 1;
  }
  .foot_nav_ul li a:hover {
    text-decoration: underline;
  }

  /*header-single*/
  .header-single {
    background: none;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 5% 5% 0 5%;
  }
  .post_date_wrap {
    margin-bottom: 10px;
  }
  /* 公開日・更新日 */
  .post_date_wrap li {
    font-size: 14px;
    letter-spacing: .1px;
  }
  .post_date_wrap li.clock {
    font-size: 12px;
  }
  /* 以上　公開日・更新日 */
  .header-single .cats {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: -.4em;
  }
  .header-single .cats li {
    display: inline-block;
    margin-right: 0.5em;
    letter-spacing: normal;
    white-space: nowrap;
  }
  .header-single .cats a {
    padding: 2% 3% 2%;
    font-size: 0.8em;
  }
  .header-single .ttl-single {
    font-size: 1.9em;
    margin-bottom: 0.4em;
  }
  .header-single .area-eye {
    width: 300px;
    height: 126px;
    margin: 5px 0 0 0.3em;
  }

  /*mokuji*/
  .no_bullets {
    font-size: 1em;
    width: 90%!important;
    margin: 5%;
    border: solid 1px #ebebeb;
  }
  .no_bullets .toc_list a {
    border-bottom: 1px solid #ebebeb;
  }
  .no_bullets .toc_list a:hover {
    color: #4274bb;
  }

  .area-intoro {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .area-ansfirst {
    font-size: 0.9em;
  }

  .adjacent_post .list-adjacent_post {
    width: 90%;
    border: none;
    background: none;
    margin: 0 5%;
  }
  .adjacent_post .list-adjacent_post li {
    width: 40%;
  }
  .adjacent_post .list-adjacent_post .prev {
    border: none;
  }
  .adjacent_post .list-adjacent_post .prev span {
    left: 0.6em;
    top: 0;
  }
  .adjacent_post .list-adjacent_post .next {
    border: none;
  }
  .adjacent_post .list-adjacent_post .next span {
    right: 0.6em;
    top: 0;
  }
  .adjacent_post .list-adjacent_post a {
    padding: 2.7em 0 5% 0;
  }
  .adjacent_post .list-adjacent_post a:hover {
    text-decoration: underline;
  }
  .adjacent_post .list-adjacent_post a:hover .next_tag {
    right: 0.4em;
  }
  .adjacent_post .list-adjacent_post a:hover .prev_tag {
    left: 0.4em;
  }

  /*taglink-------------------------------------------*/
  .area-taglink {
    width: 90%;
    margin: 0 auto 2em;
    padding: 0;
  }

  .area-taglink li {
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .area-taglink li a {
    font-size: 14px;
    letter-spacing: .1px;
    padding: 7px 10px;
  }

  /*welcome-------------------------------------------*/
  .area-welcome {
    border: solid 1px #c5c5c5;
    padding: 32px 32px 24px 32px;
    width: 90%;
    margin: 0 auto 2em;
  }
  .area-welcome_img-bg {
    height: 92px;
    width: 172px;
    margin-right: 24px;
  }
  .area-welcome_content {
    width: calc(100% - 196px);
  }
  .area-welcome_ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .area-welcome_txt {
    font-size: 14px;
    line-height: 24px;
  }
  .area-welcome_link::after {
    padding-left: 10px;
  }

  /*postList-------------------------------------------*/
  .area-postlist {
    background: #fff;
    /*padding-bottom: 4em;*/
  }

  .ttl-postlist {
    background: #fff;
    border-top: solid 4px #006db9;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    border-bottom: solid 1px #e9e9e9;
    padding: 1.4em 1em 1.2em 1em;
    margin-bottom: 0;
  }
  .list_post {
    width: 33.33%;
  }
  .list_post a {
    width: 100%;
    padding: 4% 0;
    text-decoration: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list_post a .ttl {
    padding: 0 0 0.2em 0;
    font-size: 1.25em;
    font-weight: bold;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M",  メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .list_post a:hover {
    background: #f5f5f5;
  }
  .list_post a:hover .ttl {
    text-decoration: underline;
    color: #4274bb;
  }
  .list_post a:hover .txt {
    color: #565656;
  }
  .list_post a .eyecach {
    width: 100%;
    height: 15vmin;
    margin-bottom: 10px;
  }
  .list_post a .subarea-txt {
    width: 100%;
    padding: 0;
    vertical-align: top;
  }
  .list_post a .ttl {
    padding: 0 0 0.2em 0;
    font-size: 1em;
  }
  .list_post a .txt {
    display: none;
    /*font-weight: normal;
    font-size: 0.8em;
    line-height: 1.8;*/
  }
  .list_post:last-child {
    border-bottom: none;
  }
  .post_list_content.pc-row {
    display: block;
  }
  .post_list_content.pc-row .list_post {
    width: 100%;
  }
  .post_list_content.pc-row .list_post a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .post_list_content.pc-row .list_post a .eyecach {
    width: 30%;
  }
  .post_list_content.pc-row .list_post a .subarea-txt {
    padding: 0 1em;
    width: 70%;
  }
  .post_list_content.pc-row .list_post a .ttl {
    font-size: 1.2em;
    padding-bottom: .2em;
  }
  /* 一覧更新日 */
  .list_post a .subarea-txt_date_wrap li {
    font-size: 14px;
  }
  .list_post a .subarea-txt_date_wrap li.clock {
    font-size: 12px;
  }
  .post_list_content.pc-row .list_post a .txt {
    display: block;
    font-size: .8em;
    font-weight: normal;
  }

  /*mokuji*/
  .nav-pc_pager {
    margin: 2em 0;
    width: atuo;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
  }
  .nav-pc_pager li {
    text-align: center;
    color: #d0d0d0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fafafa;
    border: solid 1px #e9e9e9;
  }
  .nav-pc_pager li.current a {
    background: #7198cf;
    color: #fff;
  }
  .nav-pc_pager a {
    text-decoration: none;
    color: #565656;
    display: block;
  }
  .nav-pc_pager a:hover {
    background: #7198cf;
    color: #fff;
  }
  .nav-pc_pager .prev {
    width: 72px;
    position: relative;
  }
  .nav-pc_pager .prev a {
    padding-left: 20px;
  }
  .nav-pc_pager .prev a::before {
    content: "\f053";
    color: #7198cf;
    font-family: "FontAwesome";
    position: absolute;
    left: 0.5em;
  }
  .nav-pc_pager .prev a:hover::before {
    color: #fff;
  }
  .nav-pc_pager .next {
    width: 72px;
    position: relative;
  }
  .nav-pc_pager .next a {
    padding-right: 20px;
  }
  .nav-pc_pager .next a::before {
    content: "\f054";
    color: #7198cf;
    font-family: "FontAwesome";
    position: absolute;
    right: 0.5em;
  }
  .nav-pc_pager .next a:hover::before {
    color: #fff;
  }

  /*side---------------------*/
  .pc_form {
    background: #e9e9e9;
    margin-bottom: 1.2em;
  }

  .search-form {
    padding: 0.3em;
  }

  .mb_sarch {
    width: 70%;
  }

  .search-submit {
    width: 30%;
    font-size: 0.95em;
  }

  .ttl-pc_side {
    background: #fff;
    padding: 7% 5% 5%;
    font-size: 0.9em;
    font-weight: bold;
    border: solid 1px #e9e9e9;
    border-left: solid 4px #006db9;
    margin-bottom: 3%;
  }

  [class^="list_side_"] {
    list-style: none;
  }
  [class^="list_side_"] li a {
    border-bottom: solid 1px #e9e9e9;
    font-size: 0.8em;
    line-height: 2;
    color: #5f5f5f;
    text-decoration: none;
    display: block;
  }
  [class^="list_side_"] li a:hover {
    text-decoration: underline;
    background: #fafafa;
  }

  .list_side_popu li a {
    padding: 3% 1em 3% 3em;
    position: relative;
  }
  .list_side_popu li a::before {
    content: "";
    position: absolute;
    left: 0.3em;
    display: block;
    height: 1.9em;
    width: 2.2em;
    background: url(./images/icon-side_no4.png) no-repeat 0 0;
    background-size: auto 100%;
  }
  .list_side_popu li:nth-of-type(1) a::before {
    background: url(./images/icon-side_no1.png) no-repeat 0 0;
  }
  .list_side_popu li:nth-of-type(2) a::before {
    background: url(./images/icon-side_no2.png) no-repeat 0 0;
  }
  .list_side_popu li:nth-of-type(3) a::before {
    background: url(./images/icon-side_no3.png) no-repeat 0 0;
  }

  .list_side_defo li a {
    padding: 5% 1em 5% 2em;
    position: relative;
  }
  .list_side_defo li a::before {
    content: "\f054";
    position: absolute;
    left: 0.5em;
    font-family: "FontAwesome";
    color: #006db9;
  }

  /* サイドバー記事更新日 */
  .menu_item_date_wrap {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    text-align: right;
    margin: 2px 0;
  }
  .menu_item_date_wrap li {
    border: none;
    padding: 0;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .05px;
    width: auto;
    line-height: 1;
    text-decoration: none;
  }
  .menu_item_date_wrap li span {
    margin: 0 2px;
  }
  .menu_item_date_wrap li:hover {
    text-decoration: none;
  }

  /* 以上サイドバー記事更新日 */

  .ttl-linklist {
    background: #fff;
    color: #4d4d4d;
    padding: 7% 4% 5%;
    text-align: center;
    border: solid 5px #cce1f1;
    border-bottom: none;
    font-size: 0.9em;
  }

  .list_linktext {
    padding: 0 5px 2% 5px;
    margin-bottom: 2em;
  }
  .list_linktext .sub-menu {
    list-style: none;
  }
  .list_linktext li:hover a::after {
    right: 0.2em;
  }
  .list_linktext li:hover a:hover {
    background: #fafafa;
  }
  .list_linktext li:last-child a {
    border-bottom: solid 1px #dddddd;
  }

  [class^="area-side_"] {
    margin-bottom: 1em;
  }

  .area-spec {
    margin: 0 5% 1em 5%;
    height: 84px;
  }
  .area-spec .image_sex {
    top: 10px;
    width: 8%;
  }
  .area-spec .prof {
    padding: 0.5em 0 0.2em 90px;
  }
  .area-spec .prof2 {
    padding: 0 0 0 90px;
  }

  .cont-interview dd {
    line-height: 2;
    margin: 0 0.5em;
  }

  /*----------------review*/
  .ttl-review {
    margin: 0 0 1.4em 0;
    padding: 1em;
    font-size: 1.8em;
    border-left: none;
    border-top: solid 4px #006db9;
  }
  .ttl-review span {
    display: inline;
  }

  .ttl-review_sub {
    border: solid 1px #e9e9e9;
    border-top: solid 4px #4cc5b2;
    font-size: 1.2em;
    padding: 1.2em 1em;
    margin: 0 3% 4%;
  }

  .area-reviewlist {
    margin-bottom: 5em;
  }

  .area-filter_form {
    width: 90%;
    margin: 0 5% 2em;
    text-align: center;
  }
  .area-filter_form .ttl-filter_form {
    text-align: left;
    font-size: 1em;
  }
  .area-filter_form form {
    text-align: center;
  }
  .area-filter_form label {
    width: 110px;
    display: inline-block;
    margin: 0 1%;
  }
  .area-filter_form .selecttable2 {
    display: inline-block;
    width: auto;
    margin: 0 0.5%;
    padding: 2px 1%;
    vertical-align: -1px;
  }
  .area-filter_form .form_and {
    display: inline-block;
    padding: 0;
  }
  .area-filter_form .btn-review {
    width: 100px;
    padding: .5em 1em .4em;
    margin: 0em 0.2em 0.2em 0.7em;
    vertical-align: 1px;
  }

  .area-review_info {
    width: 90%;
    margin: 0 5% 2em;
  }

  /*監修者プロフィール*/
  .author_block {
    padding: 30px 30px 20px;
    margin: 0 5% 2em 5%;
  }
  .author_block_head {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .author_block_body_inner {
    display: flex;
    justify-content: space-between;
  }
  .author_block_body_content {
    width: 27%;
    flex-direction: column;
  }
  .author_block_body_img {
    width: 110px;
    height: 110px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .author_block_body_person {
    text-align: center;
  }
  .author_block_body_person_link {
    margin-top: 10px;
  }
  .author_block_body_txt {
    width: 70%;
    font-size: 16px;
    line-height: 1.8;
  }
  .author_box_readmore {
    width: calc((100% - 60px) * .7);
    left: auto;
    right: 30px;
    border: none;
    padding: 20px 0;
    text-align: right;
  }
  .author_box_readmore:before {
    bottom: 100%;
  }
  .author_box_close {
    border: none;
    margin-top: 0;
    padding: 20px 0;
    text-align: right;
  }

  .list_post_review {
    width: 90%;
    margin: 0 5% 0.8em;
    padding: 1em;
  }
  .list_post_review::after {
    right: 0.8em;
  }
  .list_post_review:hover {
    background: rgba(245, 245, 245, 0.7);
  }
  .list_post_review .area-spec {
    margin: 0 0 0em 0;
    height: auto;
  }
  .list_post_review .area-spec:hover .prof {
    color: #4cc5b2;
  }
  .list_post_review .area-spec .image_sex {
    position: absolute;
    top: 0.5em;
    left: 2%;
    width: 8%;
  }
  .list_post_review .area-spec .image_sex img {
    width: 100%;
  }
  .list_post_review .area-spec .prof {
    padding: 0.3em 0.2em 0em 11%;
  }
  .list_post_review .area-spec .prof2 {
    padding: 0 0.2em 0 11%;
  }
  .list_post_review a .cont-interview {
    margin: 1em 0 0 0;
    padding: 0 0.5em;
  }
  .list_post_review a:hover {
    color: #565656;
  }

  .header-single.review {
    background: #f5f5f5;
    position: relative;
    margin: 2em 2.4em 0.8em;
    padding: 1.2em 1.5em 0.6em;
    border-radius: 6px;
  }

  .header-single.review .ttl-single {
    font-size: 1.5em;
    line-height: 1.6;
  }

  .header-single.review::after {
    left: 1.7em;
  }

  /*review-top*/
  .area-review_top {
    display: block;
    margin: 0 5% 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-review_top li a:hover {
    color: #4cc5b2;
  }
  .area-review_top .eye-review_top {
    width: 20%;
    margin: 0 0 2% 0;
  }
  .area-review_top .ttl-review_top {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .area-review_top .ttl-review_top a {
    font-size: 1.2em;
    display: block;
    padding: 0.6em 0.6em 0.6em 0.8em;
  }
  .area-review_top .ttl-review_top a:hover {
    color: #4cc5b2;
  }
  .area-review_top .list-dot {
    margin: 0 2% 1em 1em;
    width: 74%;
  }
  .area-review_top .list-dot li::before {
    color: #cce1f1;
  }

  .ttl-error {
    padding-left: 5%;
  }
  .ttl-error i {
    position: relative;
    left: auto;
    top: auto;
    padding-right: 0.5em;
  }

  /*side*/
  /*---------------------------rank*/
  .area-side_ranking {
    background: none;
    padding: 0;
  }
  .area-side_ranking li {
    margin: 0 0 1em 0;
  }

  .mod-side_rank {
    border: solid 2px #e9e9e9;
  }
  .mod-side_rank .ttl-name_rank {
    background: none;
    padding: 0.7em 0 0 1.6em;
    line-height: 1.2;
  }
  .mod-side_rank .ttl-name_rank a {
    position: relative;
    font-size: 0.85em;
  }
  .mod-side_rank .ttl-name_rank a::before {
    position: absolute;
    top: 50%  ;
    left: -2em;
    transform: translateY(-60%);
  }
  .mod-side_rank .ttl-name_rank a:hover {
    color: #4cc5b2;
  }
  .mod-side_rank .eye {
    width: 80%;
    margin: 0 10% 0.5em;
  }
  .mod-side_rank .txt-cach {
    font-size: 0.75em;
    color: #005895;
  }
  .mod-side_rank .list-chk {
    margin: 0 1.1em 0.5em;
    width: 87%;
    font-size: 0.9em;
  }
  .mod-side_rank .list-chk li {
    font-size: 0.8em;
    letter-spacing: 1px;
    border-bottom: solid 1px #def7f0;
    padding-bottom: 0.3em;
  }
  .mod-side_rank .list-chk li::before {
    top: -0.1em;
  }
  .mod-side_rank .btn-as {
    border: none;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  .mod-side_rank .btn-as a {
    width: 94%;
    margin: 0 3%;
    border-radius: 2px;
    border-bottom: solid 2px #d52d7e;
    font-size: 0.9em;
    padding: 0.6em 1em;
    background: #f54ba0;
    /*background: #f65683;
    background: -webkit-linear-gradient(top, #f65683, #e857a3);
    background: linear-gradient(to bottom, #f65683, #e857a3);*/
  }
  .mod-side_rank .btn-as a::after {
    content: none;
  }
/*  .ttl-pc_site {
    background: none;
    color: #5f5f5f;
    font-size: 1.8em;
    font-weight: bold;
  }
*/
  .list_side_site {
    background: #006db9;
  }
  .list_side_site-pc {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3% 5%;
  }
  .list_side_site li a {
    border-bottom: none;
  }
  .list_side_site li:hover a {
    background: #fafafa;
  }
  .list_side_site li:hover a::after {
    right: 0.2em;
  }
  .list_side_site-pc li {
    text-align: center;
    padding: 1% 2%;
    margin: 1%;
    width: 31%;
    border: solid 1px transparent;
    border-radius: 3px;
    transition: .3s;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_side_site-pc li:nth-last-child(1),
  .list_side_site-pc li:nth-last-child(2),
  .list_side_site-pc li:nth-last-child(3),
  .list_side_site-pc li:nth-last-child(4) {
    width: 25%;
  }
  .list_side_site-pc li:hover {
    border: solid 1px #006db9;
  }
  .list_side_site-pc li a {
    border-bottom: none;
  }
  .list_side_site-pc li:hover a {
    background: none;
  }
  .ttl-linklist {
    background: #fff;
    color: #4d4d4d;
    padding: 7% 4% 5%;
    text-align: center;
    border: solid 5px #cce1f1;
    border-bottom: solid 2px #cce1f1;
    font-size: 0.9em;
  }

  /*top-image*/
  .area-head_img {
    height: 350px;
    margin: 80px 0 0 0;
  }
  .area-head_img .ttl-home_head {
    font-size: 4em;
  }
  .area-head_img .ttl-home_head .en {
    font-size: 0.55em;
    margin-top: 0.5em;
    font-weight: bold;
  }
  .area-head_img.home_img_fix {
    position: fixed;
    width: 100%;
    top: 0;
  }

  .area-slider {
    padding-top: 0;
  }

  .js-slider {
    padding: 2em 0 3em;
  }

  .flickity-prev-next-button {
    background: rgba(0, 0, 0, 0.7);
  }

  .flickity-page-dots {
    bottom: 1em;
  }

  .flickity-rtl .flickity-page-dots {
    direction: rtl;
  }

  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0.3em;
  }

  .post-slider {
    width: 25%;
  }
  .post-slider a {
    text-decoration: none;
  }
  .post-slider .eye {
    width: 80%;
    margin: 0 10%;
    height: 14vh;
  }
  .post-slider .ttl-name {
    position: relative;
    bottom: 0;
    width: 80%;
    margin: 0 10%;
    color: #565656;
    background: none;
    padding: 0.9em;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4;
  }

  /*main-home------*/
  .main.home {
    padding-top: 0;
    margin-bottom: 2em;
  }

  /*home_cat_list*/
  .area-home_cat {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: none;
    margin-bottom: 3.5em;
  }

  .ttl-home_cat {
    font-size: 1.8em;
    padding: 0.6em 0.6em 0.5em;
    width: 100%;
  }
  .ttl-home_cat::before {
    font-size: 18px;
    bottom: -18px;
  }

  .info-cat_home {
    border: solid 1px #c3c3c3;
    margin: 0 0 1em 0;
    padding: 2%;
    width: 100%;
  }

  .list_post.home {
    width: 49.5%;
    border: none;
    background: #f5f5f5;
    padding: 0;
    margin: 0 0 0.5em 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_post.home:hover {
    background: rgba(245, 245, 245, 0.7);
  }
  .list_post.home:first-of-type,
  .list_post.home:nth-child(2) {
    border-top: none;
  }
  .list_post.home a {
    width: 80%;
    margin: 0 10%;
    padding: 10% 0;
    text-decoration: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .list_post.home a:hover {
    background: none;
  }
  .list_post.home .eyecach {
    width: 30%;
    margin-right: 0%;
  }
  .list_post.home .eyecach img {
    border: solid 1px #ebebeb;
  }
  .list_post.home .subarea-txt {
    position: relative;
  }
  .list_post.home .subarea-txt {
    width: 67%;
  }
  .list_post.home .subarea-txt .ttl {
    font-size: 1em;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M",  メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 20px;
  }
  .list_post.home .subarea-txt .ttl a {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #565656;
  }
  .list_post.home .subarea-txt .ttl a:hover {
    text-decoration: underline;
  }
  .list_post.home .subarea-txt .link-cat_home {
    line-height: 1em;
    margin-bottom: 0.2em;
  }
  .list_post.home .subarea-txt .link-cat_home a {
    background: none;
    display: inline-block;
    font-size: 0.8em;
    padding: 0;
    margin: 4% 0 0% 0;
  }
  .list_post.home .subarea-txt .menu_item_date_wrap {
    position: absolute;
    right: 0;
    bottom: 15px;
  }

  .link-more_cat {
    width: 100%;
    text-align: right;
  }
  .link-more_cat a {
    border: none;
    margin: 0;
    padding: 0.2em 1.7em 0 0;
    display: inline-block;
  }

}

/*snslist 20170725*/
.area-sns {
  padding: 0 4%;
}
.list_sns{
  list-style: none;
  text-align: right;
  margin:0;
  padding:0;
}
.list_sns li{
  display:inline-block;
  vertical-align:top;
  margin:0;
  padding:0;
}
.list_sns li .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*人気サイトリンクfooter用*/
.ttl-pc_site_etc {
  background: #c8f1e6;
  text-align: left;
  color: #00ad95;
  padding: 5% 4% 3%;
  font-weight: bold;
  position: relative;
}

.ttl-pc_site_etc_top {
  background: #c8f1e6;
  text-align: left;
  color: #00ad95;
  padding: 7% 4% 3%;
  font-weight: bold;
  position: relative;
}

.ttl-pc_site_etc:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 2em;
  background-color: #006db9;
  left: 50%;
  margin-left: -1em;
  top: 2.8em;
}
.ttl-pc_site_etc_top:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 2em;
  background-color: #006db9;
  left: 50%;
  margin-left: -1em;
  top: 4em;
}
  .ttl-pc_site_etc {
    background: none;
    text-align: center;
    color: #5f5f5f;
    font-size: 1.8em;
    font-weight: bold;
}
  .ttl-pc_site_etc_top {
    background: none;
    text-align: center;
    color: #5f5f5f;
    font-size: 1.8em;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
  .area-sns {
    padding: 0;
  }
  .list_sns {
      margin: -3% 5.1% 3%;
      padding: 1.8% 1.2% 0.5%;
      text-align: right;
      background:#fafafa;
  }
  .list_sns li {
    margin:0 0.7%;
  }
  .header-single.review + .area-sns {
    position:relative;
  }
  .header-single.review + .area-sns .list_sns {
    background:none;
    text-align:right;
    position:absolute;
    width: 90%;
    top: 3em;
  }
  .footer_hop_logo{
    text-align:center;
    padding:0.8em 0 0 0;
  }
  .footer_hop_logo img{
    width: 120px;
  }
}

/* ステマ対策テキスト */
.sponsored {
  margin: 0 2% 1.5%;
  padding: 8px 12px;
  background: #F5F5F5;
  font-size: 12px;
  line-height: 20px;
}

.stealth-mark--kichikomi {
  inline-size: 100%;
  margin: 15px 0 !important;
  font-size: 90% !important;
  text-align: right;
}