@charset "UTF-8";

/* リセット
--------------------------------- */
* {
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
}

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

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

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

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

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

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

@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 {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 3.1em;
  background: rgb(255 255 255 / 90%);
  border-top: solid 2px #006db9;
}

.header-home .ttl-head {
  padding: 0.5em 0 0.7em;
  text-align: center;
}

.header-home .ttl-head img {
  width: 25%;
}

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

.sb_check {
  display: none;
}

/* checked anime */
.sb_menubtn.active .txt {
  display: none;
}

.sb_menubtn.active .close {
  display: inline-block;
  width: 100%;
  font-size: 0.7em;
  color: #000;
  letter-spacing: 0.1em;
  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;
  z-index: 20;
  z-index: 10;
  display: block;
  width: 85px;
  padding: 0.2em 0.2em 0.1em 31px;
  border: solid 1px #c3c3c3;
  border-radius: 4px;
}

.sb_menubtn .txt {
  display: inline-block;
  width: 100%;
  font-size: 0.8em;
  color: #000;
  letter-spacing: 0.1px;
  vertical-align: middle;
}

.sb_menubtn .close {
  display: none;
}

.sb_menubtn .bou {
  position: absolute;
  top: 0;
  left: 0.4em;
  display: block;
  width: 20px;
  height: 3px;
  margin: 0;
  background: #ddd;
  transition: all 0.5s;
  transition: all 0.5s;
}

.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 {
  z-index: 80;
  opacity: 1;
  transition-delay: 0.3s;
  transition-delay: 0.3s;
  transform: none;
  transform: none;
}

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

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

.nav-headmenu .head_nav_ul {
  width: 100%;
  max-height: 87vh;
  padding-bottom: 2em;
  overflow-x: hidden;
  overflow-y: auto;
  color: #4d4d4d;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.nav-headmenu .head_nav_ul li {
  position: relative;
  list-style: none;
}

.nav-headmenu .head_nav_ul li li a {
  padding: 3% 7% 3% 5%;
}

.nav-headmenu .head_nav_ul li li a::before {
  padding: 0.2em;
  content: "└";
}

.nav-headmenu .head_nav_ul a {
  position: relative;
  display: block;
  padding: 3% 7% 3% 5%;
  font-size: 1em;
  color: #3d3c3c;
  text-decoration: none;
  border-bottom: solid 2px #e0ecfc;
  transition: all 0.8s;
  transition: all 0.8s;
}

.nav-headmenu .head_nav_ul a::after {
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  font-family: FontAwesome;
  font-size: 0.8em;
  color: #006db9;
  content: "\f054";
}

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

.search_check {
  display: none;
}

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

.btn-serach .close {
  display: none;
}

.btn-serach.active {
  position: relative;
  z-index: 10;
  display: block;
  width: 70px;
  padding: 0.1em 0.2em 0.1em 1.2em;
  margin-left: 0.5em;
  border: solid 1px #c3c3c3;
  border-radius: 4px;
}

.btn-serach.active .btn {
  display: none;
}

.btn-serach.active .txt {
  display: none;
}

.btn-serach.active .close {
  display: block;
  width: 100%;
  font-size: 0.6em;
  color: #000;
  letter-spacing: 0;
  vertical-align: middle;
}

.btn-serach.active .bou {
  position: absolute;
  top: 46%;
  left: 0.2em;
  display: block;
  display: block;
  width: 30%;
  height: 3px;
  background: #ddd;
}

.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 {
  position: absolute;
  top: 3em;
  display: block;
  width: 100vw;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  background: #e9e9e9;
}

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

.search-form {
  padding: 0.4em;
}

.mb_sarch {
  width: 80%;
  padding: 0.5em 0.2em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  border: solid 1px #d0d0d0;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.mb_sarch:placeholder-shown {
  padding-left: 0.2em;
  font-size: 1.1em;
  line-height: 1;
  color: #d0d0d0;
}

.mb_sarch::input-placeholder {
  padding-left: 0.2em;
  font-size: 1.1em;
  line-height: 1;
  color: #d0d0d0;
}

.mb_sarch:placeholder {
  padding-left: 0.2em;
  font-size: 1.1em;
  line-height: 1;
  color: #d0d0d0;
  opacity: 1;
}

.mb_sarch::placeholder {
  padding-left: 0.2em;
  font-size: 1.1em;
  line-height: 1;
  color: #d0d0d0;
  opacity: 1;
}

.mb_sarch:input-placeholder {
  padding-left: 0.2em;
  font-size: 1.1em;
  line-height: 1;
  color: #d0d0d0;
}

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

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

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

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

.main {
  width: 100%;
  background: #fff;
}

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

.bread {
  position: fixed; /* 追尾に変更 */
  top: 3.1em;
  z-index: 20;
  width: 100%;
  padding: 0.4em 2%;
  overflow-x: scroll;
  background: #e9e9e9;
  opacity: 0.9;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
}

.bread .list_bread {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0.9em;
  font-size: 0.7em;
  line-height: 1.3;
  color: #565656;
  white-space: nowrap;
  list-style: none;
  border-top: #e9e9e9 solid 2px;
  border-bottom: #e9e9e9 solid 2px;
}

.bread .list_bread li {
  display: inline;
}

.bread .list_bread li::before {
  padding: 0 0.8em;
  content: ">";
}

.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 {
  font-size: 0.8em;
  font-style: normal;
  color: #565656;
  text-decoration: none;
}

.footer address {
  padding: 1em;
  text-align: center;
}

.footer .footer_hop_logo {
  padding: 5% 0 0;
  text-align: center;
}

.footer .footer_hop_logo img {
  width: 19%;
}

.foot_nav_ul {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-bottom: solid 1px #ddd;
}

.foot_nav_ul li {
  width: 50%;
  text-align: center;
}

.foot_nav_ul li:nth-child(odd) a {
  border-right: solid 1px #ddd;
}

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

.gotop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  text-align: center;
}

.gotop-btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 5px #777;
}

.gotop-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 3px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  margin-top: 21px;
  margin-left: 14px;
  content: "";
  border-top: 7px solid #006db9;
  border-right: 7px solid #006db9;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.opacity-light {
  opacity: 0.3;
}

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

.area-welcome_inner {
  display: flex;
}

.area-welcome_img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  margin-right: 16px;
  background: linear-gradient(90deg, #11b99f, #01beda);
}

.area-welcome_img-bg img {
  width: 80px;
}

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

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

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

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

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

/* postList------------------------------------------- */
.ttl-postlist {
  padding: 0.8em;
  font-size: 1.05em;
  font-weight: bold;
  background: #f5f5f5;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ebebeb;
}

.post_list_content {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
  background: #fff;
}

.list_post {
  width: 50%;
  padding: 2%;
}

.list_post a {
  display: block;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
  line-height: 1.6;
  color: #565656;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
}

.list_post a .eyecach {
  position: relative;
  width: 100%;
  height: 28vmin;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.list_post a .eyecach img {
  position: absolute;
  right: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  margin: 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 {
  position: relative;
  width: 100%;
  margin: 3% 4%;
  background: #f5f5f5;
}

.list_post_review::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.7em;
  font-family: FontAwesome;
  color: #006db9;
  content: "\f054";
}

.list_post_review a {
  display: block;
  width: 100%;
  line-height: 1.6;
  color: #565656;
  text-decoration: none;
}

.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 {
  padding: 0.7em 0.5em 0;
  margin-bottom: 0;
  font-weight: normal;
}

.list_post_review a .cont-interview {
  padding: 0.5em 1em 0 0;
  margin: 0 5% 1.4em;
  font-size: 0.8em;
}

.sp_pagination {
  width: 100%;
}

/* -----------------pager */
.nav-sp_pager {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  list-style: none;
  background: #fafafa;
  border: solid 1px #ebebeb;
}

.nav-sp_pager li {
  color: #d0d0d0;
  text-align: center;
  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 {
  width: 38%;
  padding: 0;
  font-size: 1em;
  line-height: 3em;
  letter-spacing: 1px;
}

.nav-sp_pager a {
  display: block;
  color: #7198cf;
  text-decoration: none;
}

/* side */

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

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

.side_rank {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.side_rank li {
  padding: 0;
  margin: 0 0 0.8em;
}

.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 {
  margin: 1% 1% 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  background: #f0f5fd;
}

.mod-side_rank .ttl-name_rank a {
  display: block;
  padding: 2% 2% 3%;
  font-size: 1em;
  color: #4274bb;
  text-decoration: none;
}

.mod-side_rank .ttl-name_rank a::before {
  display: inline-block;
  width: 2.5em;
  height: 2em;
  vertical-align: -0.4em;
  content: "";
}

.mod-side_rank .eye {
  width: 60%;
  margin: 0 20% 0.5em;
  border: solid 1px #ebebeb;
}

.mod-side_rank .txt-cach {
  margin: 0 1em 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #006db9;
}

.mod-side_rank .list-chk {
  width: 90%;
  margin: 0 1.1em 1em;
  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 {
  padding: 5% 4%;
  margin: 5% 0 0;
  border-top: solid 1px #7198cf;
}

.list_post_cat {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.list_post_cat li {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 3% 2%;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

.list_post_cat img {
  width: 100%;
  border: solid 1px #f5f5f5;
}

.list_post_cat .eyecach {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.list_post_cat .subarea-txt {
  width: 100%;
  font-size: 1.05em;
  letter-spacing: 0.01em;
}

.list_post_cat .cat a {
  display: inline;
  padding: 0.25em 0.5em;
  font-size: 0.6em;
  text-decoration: none;
  background: #eff6f5;
}

.list_post_cat .ttl a {
  font-size: 0.85em;
  line-height: 1.6;
  color: #565656;
  text-decoration: none;
}

/* 一覧更新日 */
.subarea-txt_date_wrap {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  list-style: none;
}

.subarea-txt_date_wrap li {
  display: block;
  width: auto;
  padding: 0;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05px;
  border: none;
}

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

.subarea-txt_date_wrap li span {
  margin: 0 2px;
}

/* 以上 一覧更新日 */

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

.list_linktext {
  padding: 0 2% 2%;
  list-style: none;
  background: #cce1f1;
  border-bottom: solid 1px #e9e9e9;
}

.list_linktext li a {
  position: relative;
  display: block;
  padding: 0.6em 1.3em 0.6em 0.5em;
  font-size: 0.95em;
  color: #565656;
  text-decoration: none;
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: none;
}

.list_linktext li a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  margin-top: -0.7em;
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #006db9;
  content: "\f105";
}

.ttl-pc_site {
  position: relative;
  padding: 7% 4% 3%;
  font-weight: bold;
  color: #006db9;
  text-align: left;
  background: #cce1f1;
}

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

.ttl-sub-pc_site {
  margin-top: 2em;
  font-size: 0.6em;
  color: #799095;
}

.list_side_site {
  padding: 0 5px 2%;
  list-style: none;
  background: #cce1f1;
  border-bottom: solid 1px #e9e9e9;
}

.list_side_site li a {
  position: relative;
  display: block;
  padding: 0.5em 3em 0.55em 0.5em;
  font-size: 0.8em;
  color: #565656;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: none;
}

.list_side_site li a::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  margin-top: -0.7em;
  font-family: FontAwesome;
  font-size: 1.2em;
  color: #006db9;
  content: "\f054";
}

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

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

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

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

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

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

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

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

.flickity-prev-next-button:hover {
  background: rgb(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 {
  cursor: auto;
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

.post-slider {
  position: relative;
  width: 100%;
  height: 26vh;
}

.post-slider .eye {
  position: relative;
  width: 70%;
  height: 26vh;
  margin: 0 15%;
  overflow: hidden;
}

.post-slider .eye img {
  position: absolute;
  right: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  margin: auto;
}

.post-slider .ttl-name {
  position: absolute;
  bottom: 0;
  width: 70%;
  padding: 0.9em;
  margin: 0 15%;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: rgb(0 0 0 / 39%);
}

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

.body_home {
  background: #fff;
}

.area-head_img {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 17vh;
  margin: 3.1em 0 1.2em;
  overflow: hidden;
  background-image: url(./images/home_main.jpg);
  background-position: center;
  background-size: cover;
}

.area-head_img .ttl-home_head {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.area-head_img .ttl-home_head .en {
  display: block;
  font-size: 0.4em;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0;
}

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

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

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

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

.list_post.home {
  padding: 3%;
  border-bottom: solid 1px #ddd;
}

.list_post.home:first-of-type,
.list_post.home:nth-child(2) {
  border-top: solid 1px #ddd;
}

.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 {
  width: 100%;
  border: solid 1px #ddd;
}

.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 {
  margin-bottom: 0.2em;
  line-height: 1em;
}

.list_post.home .subarea-txt .link-cat_home a {
  display: inline;
  padding: 1px 3px;
  font-size: 0.6em;
  font-weight: normal;
  color: #006db9;
  background: #eff6f5;
}

/* サイドバー記事更新日 */
.menu_item_date_wrap {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2px 0;
  text-align: right;
  list-style: none;
}

.menu_item_date_wrap li {
  display: block;
  width: auto;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05px;
  border: none;
}

.menu_item_date_wrap li span {
  margin: 0 2px;
}

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

.link-more_cat a {
  position: relative;
  display: block;
  padding: 3% 7% 2%;
  font-size: 0.95em;
  color: #565656;
  text-align: right;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
}

.link-more_cat a::after {
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  font-family: FontAwesome;
  font-size: 0.9em;
  color: #006db9;
  content: "\f054";
}

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

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

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

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

.post_date_wrap li span {
  margin: 0 1px;
}

/* 以上公開日・更新日 */

.header-single .cats {
  margin-bottom: 0.5em;
  list-style: none;
}

.header-single .cats a {
  padding: 1.2% 2%;
  font-size: 0.65em;
  text-decoration: underline;
  background: #fff;
  border: solid 1px;
}

.header-single .ttl-single {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  color: #393939;
}

.header-single .area-eye {
  position: relative;
  width: 60%;
  height: 40vmin;
  margin: 0.5em 20% 0;
  overflow: hidden;
}

.header-single .area-eye img {
  position: absolute;
  right: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid #ebebeb;
}

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

.no_bullets.contracted .toc_list {
  display: none;
}

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

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

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

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

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

.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 {
  position: absolute;
  top: 0.3em;
  left: 0.5em;
  font-size: 1em;
  color: #7198cf;
  content: "└";
}

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

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

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

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

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

.adjacent_post .list-adjacent_post {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 2em;
  background: #fafafa;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.adjacent_post .list-adjacent_post li {
  width: 50%;
  padding: 0;
  margin: 0;
}

.adjacent_post .list-adjacent_post a {
  position: relative;
  display: block;
  padding: 3.4em 5% 5%;
  font-size: 0.9em;
  color: #565656;
  text-decoration: none;
}

.adjacent_post .list-adjacent_post span {
  position: absolute;
  top: 1em;
  padding: 0.34em 1em 0.2em;
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background: #006db9;
  border-radius: 3px;
}

.adjacent_post .list-adjacent_post .prev {
  border-right: solid 1px #ddd;
}

.adjacent_post .list-adjacent_post .prev span {
  left: 2em;
}

.adjacent_post .list-adjacent_post .prev span::before {
  position: absolute;
  top: 4px;
  left: -8px;
  display: block;
  width: 1.4em;
  height: 1.4em;
  content: "";
  background: #006db9;
  border-radius: 3px;
  transform: rotate(-45deg);
}

.adjacent_post .list-adjacent_post .next span {
  right: 2em;
}

.adjacent_post .list-adjacent_post .next span::before {
  position: absolute;
  top: 4px;
  right: -8px;
  display: block;
  width: 1.4em;
  height: 1.4em;
  content: "";
  background: #006db9;
  border-radius: 3px;
  transform: rotate(-45deg);
}

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

.area-spec {
  position: relative;
  padding: 0.6em 0;
  margin: 0 2% 1em;
}

.area-spec .image_sex {
  position: absolute;
  top: 0.7em;
  left: 2%;
  width: 12%;
}

.area-spec .image_sex img {
  width: 100%;
}

.area-spec .prof {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.2em 0 17%;
  font-size: 1em;
  font-weight: bold;
  color: #4e7fc4;
  list-style: none;
}

.area-spec .prof.single {
  color: #5f5f5f;
}

.area-spec .prof li::after {
  padding: 0 0.3em;
  content: "/";
}

.area-spec .prof li:last-of-type::after {
  content: none;
}

.area-spec .prof2 {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 17%;
  font-size: 0.8em;
  vertical-align: top;
  list-style: none;
}

.area-spec .prof2::before {
  padding-right: 0.5em;
  margin-top: -1px;
  font-family: FontAwesome;
  color: #999;
  content: "\f1ad";
}

.area-spec .prof2 li::after {
  padding: 0 0.5em;
  content: "/";
}

.area-spec .prof2 li:last-of-type::after {
  content: none;
}

.cont-interview {
  margin: 0 5% 0.5em;
}

.cont-interview dt {
  margin: 1.2em 0 0.6em;
  font-weight: bold;
  color: #4cc5b2;
}

.cont-interview dt::before {
  padding-right: 0.2em;
  content: "―";
}

.cont-interview dd {
  font-size: 0.95em;
  line-height: 1.9;
}

/* review-top */
.area-review_top {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5%;
  border: solid 1px #ddd;
}

.area-review_top .eye-review_top {
  width: 38%;
}

.area-review_top .ttl-review_top {
  width: 100%;
  margin: 0 0 1em;
}

.area-review_top .ttl-review_top a {
  display: block;
  padding: 0.5em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #4d4d4d;
  text-decoration: none;
  text-decoration: underline;
  background: #f5f5f5;
  border-bottom: solid 1px #e9e9e9;
  border-left: 4px solid #006db9;
}

.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 {
  padding: 0.7em 0.5em 0.6em;
  margin: 0.5em 0 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.5px;
  background: url(./images/bg_ttl_review.png) no-repeat right bottom #e0ecfc;
  background-size: auto 100%;
  border-left: solid 4px #006db9;
}

.ttl-review span {
  display: block;
}

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

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

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

.area-filter_form {
  padding: 1% 2% 2%;
  margin: 1em;
  border: solid 3px #4cc5b2;
}

.area-filter_form .ttl-filter_form {
  padding: 0;
  margin: 0.2em 0.2em 0.7em;
  font-size: 0.95em;
  font-weight: bold;
  color: #5f5f5f;
  text-align: left;
}

.area-filter_form form {
  text-align: center;
}

.area-filter_form label {
  position: relative;
  display: block;
  width: 84%;
  margin: 0 8% 0.7em;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}

.area-filter_form label::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0;
  content: "";
  border: 6px solid transparent;
  border-top: 9px solid #09ae94;
}

.area-filter_form select {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.6em 2em 0.6em 1em;
  font-size: 0.95em;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 5px;
  appearance: none;
  appearance: none;
  appearance: none;
}

.area-filter_form select::-ms-expand {
  display: none;
}

.area-filter_form select::-moz-focus-inner {
  border: 0;
}

.area-filter_form .selecttable2 {
  display: block;
  width: 84%;
  padding: 0 5%;
  margin: 0 8% 0.7em;
  font-size: 1.2em;
  line-height: 2.3;
  vertical-align: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.area-filter_form .form_and {
  display: none;
}

.area-filter_form .btn-review {
  width: 97%;
  padding: 0.5em 2em;
  margin: 0;
  margin: 0 0 0.2em;
  font-size: 1.2em;
  color: #fff;
  vertical-align: 0.2em;
  background: #f58e52;
  border: none;
  border-bottom: 3px solid rgb(0 0 0 / 12%);
  border-radius: 4px;
}

.area-review_info {
  position: relative;
  padding: 1em;
  margin: 1.3em 0 1em;
  background: #fafafa;
}

.area-review_info::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30%;
  height: 4px;
  content: "";
  background: #c8f1e6;
}

.area-review_info .ttl-review_info {
  padding-left: 1.5%;
  font-size: 1.1em;
  font-weight: bold;
}

.area-review_info .txt-review_info {
  margin: 0.5em 0 0;
  font-size: 0.9em;
  line-height: 1.6;
}

/* 監修者プロフィール */
.author_block {
  position: relative;
  padding: 20px 15px;
  margin: 0 3% 1em;
  border: 2px solid #e9e9e9;
}

.author_block_head {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #4d4d4d;
  border-left: 5px solid #e0ecfc;
}

.author_block_body_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.author_block_body_img {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  background: url(//www.hop-job.com/pharmacist/wp-content/uploads/writer-icon.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
}

.author_block_body_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.author_block_body_person {
  color: #5f5f5f;
}

.author_block_body_person_ttl {
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.author_block_body_person_name {
  margin-bottom: 5px;
  font-size: 22px;
  letter-spacing: 0.5px;
}

.author_block_body_person_link {
  list-style: none;
}

.author_block_body_person_link li {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.author_block_body_person_link li a {
  display: flex;
  align-items: center;
  color: #5f5f5f;
  text-decoration: none;
}

.author_block_body_person_link li a img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}

.author_block_body_txt {
  font-size: 14px;
  line-height: 1.7;
  color: #393939;
  letter-spacing: 0.5px;
}

.author_box_readmore {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  display: block;
  width: calc(100% - 30px);
  padding: 12px 0;
  color: #3cae9c;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-top: 2px solid #e9e9e9;
}

.author_box_readmore .fa {
  margin-left: 10px;
  font-size: 20px;
}

.author_block_body.open + .author_box_readmore {
  display: none;
}

.author_box_readmore::before {
  position: absolute;
  bottom: calc(100% + 2px);
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(255 255 255 / 0%)),
    color-stop(50%, rgb(255 255 255 / 90%)),
    color-stop(50%, rgb(255 255 255 / 90%)),
    color-stop(100%, #fff)
  );
}

.author_box_close {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-top: 20px;
  color: #3cae9c;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-top: 2px solid #e9e9e9;
}

.author_box_close .fa {
  margin-left: 10px;
  font-size: 20px;
}

/* 以上監修者プロフィール */

/* ----------------single-review */
.header-single.review {
  position: relative;
  margin-bottom: 0.7em;
}

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

/* error404 */
.ttl-error {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
  line-height: 1.2;
  color: #565656;
}

.ttl-error i {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  font-size: 1.4em;
  color: #d0d0d0;
}

.txt_error a {
  color: #4274bb;
}

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

@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";
    font-weight: bold;
    src: local("Yu Gothic Bold");
  }

  .pc-display {
    display: block;
  }

  .sp-display {
    display: none;
  }

  .header-home {
    position: fixed;
    top: 0;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
    min-width: 1200px;
    height: auto;
    border: none;
    transition: 0.5s;
  }

  .header-home.hide {
    top: -120px;
  }

  .header-home .ttl-head {
    padding: 1.5em;
    text-align: left;
  }

  .header-home .ttl-head img {
    width: auto;
  }

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

  .pc_head_nav_ul {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    list-style: none;
  }

  .pc_head_nav_ul li {
    position: relative;
    display: block;
    padding: 0.5em 0;
    margin: 0 10px;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.01em;
  }

  .pc_head_nav_ul li a {
    color: #4d4d4d;
    text-decoration: none;
  }

  .pc_head_nav_ul li a::after {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 3px;
    content: "";
    background: #006db9;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scaleX(0);
    transform: scaleX(0);
  }

  .pc_head_nav_ul li a:hover::after {
    transform: scaleX(1);
    transform: scaleX(1);
  }

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

  .bread {
    position: static;
    padding: 0.7em 0;
    overflow-x: hidden;
    font-size: 1.1em;
    background: #006db9;
    opacity: 1;
  }

  .bread .list_bread {
    color: rgb(255 255 255 / 70%);
    border: none;
  }

  .bread .list_bread a {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-decoration: underline;
  }

  .bread .list_bread a:hover {
    text-decoration: none;
  }

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

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

  /* side fix javascript */
  .side {
    width: 22%;
    max-width: 220px;
  }

  .side_fix {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 22%;
    max-width: 220px;
  }

  .side_btm_pos {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .area-pc_ftnavi {
    /* background: -webkit-linear-gradient(right, #11b99f, #01beda);
    background: linear-gradient(to left, #11b99f, #01beda); */
    padding: 1.5em 0 1.3em;
    font-size: 1.1em;
    background: #006db9;
  }

  .area-pc_ftnavi .list-pc_ftnavi {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border: none;
  }

  .area-pc_ftnavi .list-pc_ftnavi a {
    margin: 0 1em;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
  }

  .area-pc_ftnavi .list-pc_ftnavi a::before {
    padding-right: 0.4em;
    font-family: FontAwesome;
    content: "\f054";
  }

  .area-pc_ftnavi .list-pc_ftnavi li:hover a::before {
    padding-right: 0.2em;
    padding-left: 0.2em;
  }

  .area-pc_otherside {
    padding: 1.5em 0 1.3em;
    font-size: 1.1em;
    background: #f5f5f5;
  }

  .area-pc_otherside .list-otherside_bnr {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    border: none;
  }

  .area-pc_otherside .list-otherside_bnr a {
    margin: 0;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
  }

  .area-pc_otherside .list-otherside_bnr li {
    padding-left: 0.7em;
  }

  .gotop {
    position: fixed;
    right: 1em;
    bottom: 42px;
    display: block;
    width: 100px;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 1;
  }

  .gotop span {
    position: relative;
  }

  .gotop span img {
    width: 70%;
  }

  .footer {
    padding: 1em 0;
  }

  .area-pc_ft_in {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    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: 60%;
  }

  .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 {
    display: block;
    padding: 0 1em;
    line-height: 1;
    color: #799095;
    border-top: none;
    border-left: solid 1px #006db9;
  }

  .foot_nav_ul li a:hover {
    text-decoration: underline;
  }

  /* header-single */
  .header-single {
    -webkit-display: flex;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    padding: 5% 5% 0;
    background: none;
  }

  .post_date_wrap {
    margin-bottom: 10px;
  }

  /* 公開日・更新日 */
  .post_date_wrap li {
    font-size: 14px;
    letter-spacing: 0.1px;
  }

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

  /* 以上　公開日・更新日 */
  .header-single .cats {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: -0.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%;
    font-size: 0.8em;
  }

  .header-single .ttl-single {
    margin-bottom: 0.4em;
    font-size: 1.9em;
  }

  .header-single .area-eye {
    width: 300px;
    height: 126px;
    margin: 5px 0 0 0.3em;
  }

  /* mokuji */
  .no_bullets {
    width: 90% !important;
    margin: 5%;
    font-size: 1em;
    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;
  }

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

  .adjacent_post .list-adjacent_post {
    width: 90%;
    margin: 0 5%;
    background: none;
    border: none;
  }

  .adjacent_post .list-adjacent_post li {
    width: 40%;
  }

  .adjacent_post .list-adjacent_post .prev {
    border: none;
  }

  .adjacent_post .list-adjacent_post .prev span {
    top: 0;
    left: 0.6em;
  }

  .adjacent_post .list-adjacent_post .next {
    border: none;
  }

  .adjacent_post .list-adjacent_post .next span {
    top: 0;
    right: 0.6em;
  }

  .adjacent_post .list-adjacent_post a {
    padding: 2.7em 0 5%;
  }

  .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;
  }

  /* welcome------------------------------------------- */
  .area-welcome {
    width: 90%;
    padding: 32px 32px 24px;
    margin: 0 auto 2em;
    border: solid 1px #c5c5c5;
  }

  .area-welcome_img-bg {
    width: 172px;
    height: 92px;
    margin-right: 24px;
  }

  .area-welcome_img-bg img {
    width: 105px;
  }

  .area-welcome_content {
    width: calc(100% - 196px);
  }

  .area-welcome_ttl {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .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 {
    padding: 1.4em 1em 1.2em;
    margin-bottom: 0;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    background: #fff;
    border-top: solid 4px #006db9;
    border-bottom: solid 1px #e9e9e9;
  }

  .list_post {
    width: 33%;
  }

  .list_post a {
    justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 4% 0;
    text-decoration: none;
  }

  .list_post a .ttl {
    padding: 0 0 0.2em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-size-adjust: none;
  }

  .list_post a:hover {
    background: #f5f5f5;
  }

  .list_post a:hover .ttl {
    color: #4274bb;
    text-decoration: underline;
  }

  .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;
    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: 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 {
    width: 70%;
    padding: 0 1em;
  }

  .post_list_content.pc-row .list_post a .ttl {
    padding-bottom: 0.2em;
    font-size: 1.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: 0.8em;
    font-weight: normal;
  }

  /* mokuji */
  .nav-pc_pager {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    width: atuo;
    margin: 2em 0;
    list-style: none;
  }

  .nav-pc_pager li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #d0d0d0;
    text-align: center;
    text-align: center;
    background: #fafafa;
    border: solid 1px #e9e9e9;
  }

  .nav-pc_pager li.current a {
    color: #fff;
    background: #7198cf;
  }

  .nav-pc_pager a {
    display: block;
    color: #565656;
    text-decoration: none;
  }

  .nav-pc_pager a:hover {
    color: #fff;
    background: #7198cf;
  }

  .nav-pc_pager .prev {
    position: relative;
    width: 72px;
  }

  .nav-pc_pager .prev a {
    padding-left: 20px;
  }

  .nav-pc_pager .prev a::before {
    position: absolute;
    left: 0.5em;
    font-family: FontAwesome;
    color: #7198cf;
    content: "\f053";
  }

  .nav-pc_pager .prev a:hover::before {
    color: #fff;
  }

  .nav-pc_pager .next {
    position: relative;
    width: 72px;
  }

  .nav-pc_pager .next a {
    padding-right: 20px;
  }

  .nav-pc_pager .next a::before {
    position: absolute;
    right: 0.5em;
    font-family: FontAwesome;
    color: #7198cf;
    content: "\f054";
  }

  .nav-pc_pager .next a:hover::before {
    color: #fff;
  }

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

  .search-form {
    padding: 0.3em;
  }

  .mb_sarch {
    width: 70%;
  }

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

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

  [class^="list_side_"] {
    list-style: none;
  }

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

  [class^="list_side_"] li a:hover {
    text-decoration: underline;
    background: #fafafa;
  }

  .list_side_popu li a {
    position: relative;
    padding: 3% 1em 3% 3em;
  }

  .list_side_popu li a::before {
    position: absolute;
    left: 0.3em;
    display: block;
    width: 2.2em;
    height: 1.9em;
    content: "";
    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 {
    position: relative;
    padding: 5% 1em 5% 2em;
  }

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

  /* サイドバー記事更新日 */
  .menu_item_date_wrap {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 2px 0;
    text-align: right;
    list-style: none;
  }

  .menu_item_date_wrap li {
    display: block;
    width: auto;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.05px;
    border: none;
  }

  .menu_item_date_wrap li span {
    margin: 0 2px;
  }

  .menu_item_date_wrap li:hover {
    text-decoration: none;
  }

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

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

  .list_linktext {
    padding: 0 5px 2%;
    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 #ddd;
  }

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

  .area-spec {
    height: 84px;
    margin: 0 5% 1em;
  }

  .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 {
    margin: 0 0.5em;
    line-height: 2;
  }

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

  .ttl-review span {
    display: inline;
  }

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

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

  .area-filter_form {
    width: 90%;
    margin: 0 5% 2em;
    text-align: center;
  }

  .area-filter_form .ttl-filter_form {
    font-size: 1em;
    text-align: left;
  }

  .area-filter_form form {
    text-align: center;
  }

  .area-filter_form label {
    display: inline-block;
    width: 110px;
    margin: 0 1%;
  }

  .area-filter_form .selecttable2 {
    display: inline-block;
    width: auto;
    padding: 2px 1%;
    margin: 0 0.5%;
    vertical-align: -1px;
  }

  .area-filter_form .form_and {
    display: inline-block;
    padding: 0;
  }

  .area-filter_form .btn-review {
    width: 100px;
    padding: 0.5em 1em 0.4em;
    margin: 0 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;
  }

  .author_block_head {
    margin-bottom: 20px;
    font-size: 20px;
  }

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

  .author_block_body_content {
    flex-direction: column;
    width: 27%;
  }

  .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 {
    right: 30px;
    left: auto;
    width: calc((100% - 60px) * 0.7);
    padding: 20px 0;
    text-align: right;
    border: none;
  }

  .author_box_readmore::before {
    bottom: 100%;
  }

  .author_box_close {
    padding: 20px 0;
    margin-top: 0;
    text-align: right;
    border: none;
  }

  .list_post_review {
    width: 90%;
    padding: 1em;
    margin: 0 5% 0.8em;
  }

  .list_post_review::after {
    right: 0.8em;
  }

  .list_post_review:hover {
    background: rgb(245 245 245 / 70%);
  }

  .list_post_review .area-spec {
    height: auto;
    margin: 0;
  }

  .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 0 11%;
  }

  .list_post_review .area-spec .prof2 {
    padding: 0 0.2em 0 11%;
  }

  .list_post_review a .cont-interview {
    padding: 0 0.5em;
    margin: 1em 0 0;
  }

  .list_post_review a:hover {
    color: #565656;
  }

  .header-single.review {
    position: relative;
    padding: 1.2em 1.5em 0.6em;
    margin: 2em 2.4em 0.8em;
    background: #f5f5f5;
    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;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5% 1em;
  }

  .area-review_top li a:hover {
    color: #4cc5b2;
  }

  .area-review_top .eye-review_top {
    width: 20%;
    margin: 0 0 2%;
  }

  .area-review_top .ttl-review_top {
    width: 100%;
    margin: 0 0 1em;
  }

  .area-review_top .ttl-review_top a {
    display: block;
    padding: 0.6em 0.6em 0.6em 0.8em;
    font-size: 1.2em;
  }

  .area-review_top .ttl-review_top a:hover {
    color: #4cc5b2;
  }

  .area-review_top .list-dot {
    width: 74%;
    margin: 0 2% 1em 1em;
  }

  .area-review_top .list-dot li::before {
    color: #cce1f1;
  }

  .ttl-error {
    padding-left: 5%;
  }

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

  /* side */

  /* ---------------------------rank */
  .area-side_ranking {
    padding: 0;
    background: none;
  }

  .area-side_ranking li {
    margin: 0 0 1em;
  }

  .mod-side_rank {
    border: solid 2px #e9e9e9;
  }

  .mod-side_rank .ttl-name_rank {
    padding: 0.7em 0 0 1.6em;
    line-height: 1.2;
    background: none;
  }

  .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 {
    width: 87%;
    margin: 0 1.1em 0.5em;
    font-size: 0.9em;
  }

  .mod-side_rank .list-chk li {
    padding-bottom: 0.3em;
    font-size: 0.8em;
    letter-spacing: 1px;
    border-bottom: solid 1px #def7f0;
  }

  .mod-side_rank .list-chk li::before {
    top: -0.1em;
  }

  .mod-side_rank .btn-as {
    padding: 0;
    margin: 0 0 0.5em;
    border: none;
  }

  .mod-side_rank .btn-as a {
    width: 94%;
    padding: 0.6em 1em;
    margin: 0 3%;
    font-size: 0.9em;
    background: #f54ba0;
    border-bottom: solid 2px #d52d7e;
    border-radius: 2px;

    /* 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: 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 {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31%;
    padding: 1% 2%;
    margin: 1%;
    text-align: center;
    border: solid 1px transparent;
    border-radius: 3px;
    transition: 0.3s;
  }

  .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 {
    padding: 7% 4% 5%;
    font-size: 0.9em;
    color: #4d4d4d;
    text-align: center;
    background: #fff;
    border: solid 5px #cce1f1;
    border-bottom: solid 2px #cce1f1;
  }

  /* top-image */
  .area-head_img {
    height: 350px;
    margin: 80px 0 0;
  }

  .area-head_img .ttl-home_head {
    font-size: 4em;
  }

  .area-head_img .ttl-home_head .en {
    margin-top: 0.5em;
    font-size: 0.55em;
    font-weight: bold;
  }

  .area-head_img.home_img_fix {
    position: fixed;
    top: 0;
    width: 100%;
  }

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

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

  .flickity-prev-next-button {
    background: rgb(0 0 0 / 70%);
  }

  .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%;
    height: 14vh;
    margin: 0 10%;
  }

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

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

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

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

  .ttl-home_cat::before {
    bottom: -18px;
    font-size: 18px;
  }

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

  .list_post.home {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 49.5%;
    padding: 0;
    margin: 0 0 0.5em;
    background: #f5f5f5;
    border: none;
  }

  .list_post.home:hover {
    background: rgb(245 245 245 / 70%);
  }

  .list_post.home:first-of-type,
  .list_post.home:nth-child(2) {
    border-top: none;
  }

  .list_post.home a {
    justify-content: space-between;
    justify-content: space-between;
    width: 80%;
    padding: 10% 0;
    margin: 0 10%;
    text-decoration: none;
  }

  .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 {
    margin-top: 20px;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1em;
    text-size-adjust: none;
  }

  .list_post.home .subarea-txt .ttl a {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    color: #565656;
  }

  .list_post.home .subarea-txt .ttl a:hover {
    text-decoration: underline;
  }

  .list_post.home .subarea-txt .link-cat_home {
    margin-bottom: 0.2em;
    line-height: 1em;
  }

  .list_post.home .subarea-txt .link-cat_home a {
    display: inline-block;
    padding: 0;
    margin: 4% 0 0%;
    font-size: 0.8em;
    background: none;
  }

  .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 {
    display: inline-block;
    padding: 0.2em 1.7em 0 0;
    margin: 0;
    border: none;
  }
}

/* snslist 20170725 */
.list_sns {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.list_sns li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

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

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

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

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

.ttl-pc_site_etc {
  font-size: 1.8em;
  font-weight: bold;
  color: #5f5f5f;
  text-align: center;
  background: none;
}

.ttl-pc_site_etc_top {
  font-size: 1.8em;
  font-weight: bold;
  color: #5f5f5f;
  text-align: center;
  background: none;
}

@media screen and (min-width: 768px) {
  .list_sns {
    padding: 1.8% 1.2% 0.5%;
    margin: -3% 5.1% 3%;
    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 {
    position: absolute;
    top: 3em;
    width: 90%;
    text-align: right;
    background: none;
  }

  .footer_hop_logo {
    padding: 0.8em 0 0;
    text-align: center;
  }

  .footer_hop_logo img {
    width: 75px;
  }
}

.no_bullets {
  display: none;
}

.area-content .no_bullets:first-of-type {
  display: block;
}

/* wordpress class */
.aligncenter {
  display: block;
  width: 90%;
  margin: 0 5% 2em;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.alignnone {
  display: block;
  margin: 0 auto;
}

.cbimage {
  display: block;
  width: 90%;
  margin: 0 5%;
}

/* text */
.area-content p {
  width: 94%;
  margin: 0 3% 1em;
  font-size: 0.9em;
  line-height: 1.8;
  color: #4d4d4d;
  letter-spacing: 0.01em;
}

.cbred {
  display: inline;
  font-weight: bold;
  color: #ff9085;
}

.pink {
  display: inline;
  font-weight: bold;
  color: #e857a3;
}

.bgpink {
  display: inline;
  font-weight: bold;
  color: #fff;
  background: #e857a3;
}

.cbblue {
  display: inline;
  font-weight: bold;
  color: #006db9;
}

.bgblue {
  display: inline;
  font-weight: bold;
  color: #fff;
  background: #006db9;
}

.gline {
  display: inline;
  font-weight: bold;
  background: linear-gradient(top, transparent 30%, #c8f1e6 30%, #c8f1e6 80%, transparent 80%);
  background: linear-gradient(to bottom, transparent 30%, #c8f1e6 30%, #c8f1e6 80%, transparent 80%);
}

.yline {
  display: inline;
  font-weight: bold;
  background: linear-gradient(top, transparent 30%, #fffecb 30%, #fffecb 80%, transparent 80%);
  background: linear-gradient(to bottom, transparent 30%, #fffecb 30%, #fffecb 80%, transparent 80%);
}

.b {
  font-weight: bold;
}

.break {
  display: block;
}

.pcbreak {
  display: inline;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.s {
  font-size: 0.8em;
}

a {
  color: #006db9;
  text-decoration: underline;
}

a:hover {
  color: #4e7fc4;
}

a:hover img {
  filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* title */
.ttl-a {
  position: relative;
  padding: 0.8em 0.6em 0.6em 0.65em;
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.4;

  /* background: -webkit-linear-gradient(right, #11b99f, #01beda); */

  /* background: linear-gradient(to left, #11b99f, #01beda); */
  color: #fff;
  background: #006db9;
}

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

.ttl-b {
  padding: 0.8em 0.6em 0.6em 0.65em;
  margin-bottom: 1em;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.4;
  color: #565656;
  letter-spacing: 0.5px;
  background: #daeaff;
  border-bottom: solid 3px #c7d8e4;
}

.ttl-c {
  width: 94%;
  padding: 0.8em 0.6em 0.6em 0.65em;
  margin: 0 3% 1em;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
  color: #656565;
  letter-spacing: 0.5px;
  background: #f5f5f5;
  border-left: solid 4px #006db9;
}

.ttl-d {
  width: 94%;
  padding: 0.3em 0.6em 0 0.65em;
  margin: 0 3% 1em;
  font-size: 0.95em;
  line-height: 1.4;
  color: #565656;
  border-left: solid 4px #96e4db;
}

.ttl-f {
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
}

/* 見出し固定 */
.fixed_headline_block {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}

.fixed_headline {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #006db9;
}

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

.fixed_headline > div {
  padding: 0.8em 0.6em 0.6em 0.65em;
  font-size: 1.1em;
  line-height: 1.4;
  transition: font-size 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), padding 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: font-size 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), padding 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.fixed_headline > div.js-scaledown {
  padding: 0.6em 0.7em 0.5em;
  font-size: 11.2px;
}

/* box */
.box-a {
  width: 94%;
  margin: 0 3% 1em;
  font-size: 1.1em;
  border: solid 2px #006db9;
}

.box-a .ttl-book {
  width: 100%;
  padding: 0.4em 0.4em 0.3em;
  margin: 0;
  font-weight: bold;
  color: #5f5f5f;
  background: #daeaff;
}

.box-a .ttl-book::before {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.5em;
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  vertical-align: 0.2em;
  content: "\f02d";
  background: #006db9;
  border-radius: 50%;
}

.box-a .area-txt {
  padding: 0.8em 0.6em 0.65em;
  font-size: 0.9em;
}

.box-b {
  position: relative;
  width: 94%;
  padding: 1em 0.6em 0.8em 0.65em;
  margin: 0 3% 1em;
  background: #def7f0;
  border: solid 2px #4cc5b2;
}

.box-b::before,
.box-b::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 12px;
  content: "";
}

.box-b::before {
  top: 0;
  left: 4px;
  background: url(../../../wpimages/post_image/icon-qq_top.png) no-repeat;
  background-size: auto 100%;
}

.box-b::after {
  right: 1px;
  bottom: 0;
  background: url(../../../wpimages/post_image/icon-qq_btm.png) no-repeat;
  background-size: auto 100%;
}

.box-c {
  width: 94%;
  padding: 1em 0.6em 0.8em 0.65em;
  margin: 0 3% 1em;
  background: #fbf7e2;
}

.box-c.answer {
  position: relative;
  margin-top: 30px;
}

.box-c.answer::before {
  position: absolute;
  position: absolute;
  top: -20px;
  left: 10px;
  display: block;
  width: 35px;
  height: 35px;
  content: "";
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/answer-logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.box-c a img {
  margin-right: 15px;
}

.box-d {
  width: 94%;
  padding: 1em 0.6em 0.8em 0.65em;
  margin: 0 3% 1em;
  border: solid 2px #006db9;
}

.box-e {
  width: 94%;
  padding: 5% 2%;
  margin: 0 3% 1em;
  background: url(../../../wpimages/post_image/bg_logo_gr.png) no-repeat bottom 5px right 5px #f5f5f5;
  background-size: auto 16%;
}

/* movie */
.movie {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.movie iframe,
.movie object,
.movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* btn */
[class^="btn-"] a {
  display: block;
  width: 100%;
  padding: 0.5em 1.2em 0.4em 0.7em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.btn-a a,
.btn-b a,
.btn-c a,
.btn-f a,
.btn-as a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5em;
  padding: 0.5em 1.8em 0.4em 0.7em;
  color: #fff;
  border-bottom: solid 3px rgb(0 0 0 / 30%);
}

.btn-a a::after,
.btn-b a::after,
.btn-c a::after,
.btn-f a::after,
.btn-as a::after {
  position: absolute;
  top: 50%;
  right: 0.4em;
  margin-top: -0.55em;
  font-family: FontAwesome;
  font-size: 1.2em;
  font-weight: 100;
  content: "\f08e";
}

.btn-a a {
  font-size: 1.25em;
  background: #f54ba0;
}

.btn-b a {
  /* background: #f65683;
  background: -webkit-linear-gradient(top, #f65683, #e857a3);
  background: linear-gradient(to bottom, #f65683, #e857a3); */
  font-size: 1.25em;
  background: #f54ba0;
}

.btn-c a {
  /* background: #f65683;
  background: -webkit-linear-gradient(top, #eb5075, #bd3252);
  background: linear-gradient(to bottom, #eb5075, #bd3252); */
  font-size: 1.25em;
  background: #f54ba0;
}

.btn-f a {
  font-size: 1.25em;
  background: #4274bb;
}

.btn-as a {
  font-size: 1.1em;
  background: #f54ba0;
}

.btn-d a,
.btn-ds a {
  position: relative;
  color: #e74d72;
  border: solid 1px #e74d72;
  border-bottom: solid 3px #e74d72;
}

.btn-d a::after,
.btn-ds a::after {
  position: absolute;
  top: 50%;
  right: 0.4em;
  margin-top: -0.55em;
  font-family: FontAwesome;
  font-weight: 100;
  content: "\f078";
}

.btn-d a {
  font-size: 1.4em;
}

.btn-d a::after {
  font-size: 0.8em;
}

.btn-ds a {
  font-size: 1.1em;
}

.btn-ds a::after {
  font-size: 1.1em;
}

.btn-e a {
  position: relative;
  font-size: 1.4em;
  color: #565656;
  border: solid 1px #565656;
  border-bottom: solid 4px #565656;
}

.btn-e a::after {
  position: absolute;
  top: 50%;
  right: 0.4em;
  margin-top: -0.55em;
  font-family: FontAwesome;
  font-size: 0.8em;
  font-weight: 100;
  color: #c3c3c3;
  content: "\f078";
}

[class^="btn-"] a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.area-btn2 {
  justify-content: center;

  /* Safari */
  justify-content: center;
  padding: 1em 0.5em;
  background: #f0f5fd;
}

.area-btn2 [class^="btn-"] {
  width: 50%;
  padding: 0;
  margin: 0 0.5em;
  background: none;
}

.area-btn2 [class^="btn-"] a {
  width: auto;
  margin: 0;
}

/* table */
.table-simple1 {
  width: 90%;
  margin: 0 auto 1em; /* 1220追記 */
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #c5c5c5;
}

.table-simple1 th {
  height: 100%;
  padding: 2%;

  /* font-size: 15px; */
  font-size: 0.9em; /* 1220追加 */
  text-align: center;
  word-wrap: break-word;
  border-collapse: collapse;
  background: #f4fbff;
  border: 1px solid #c5c5c5;
}

.table-simple1 th:first-child {
  width: 20%;
}

.table-simple1 th:nth-child(2) {
  width: 30%;
}

.table-simple1 tr:nth-child(even) {
  background: #f6f6f6;
}

.table-simple1 td {
  padding: 2%;
  font-size: 0.9em; /* 1220追加 */
  word-wrap: break-word;
  border: 1px solid #c5c5c5;
}

/* .table-simple1 tbody th {
  background: #f5f5f5;
  text-align: left;
  padding: 0.5% 1% 0% 1%;
}
.table-simple1 td {
  background: #fff;
  padding: 0.5% 1% 0% 1%;
} */
.table-simple1 tbody tr td.text-center {
  font-size: 0.9em; /* 1220追記 */
  text-align: center;
}

/* テーブルカラーpattern回り */
.table_color_green th {
  background: #e0f9e3;
  border: 1px solid #c5c5c5;
}

.table_color_pink th {
  background: #fff3ff;
}

.table_color_yellow th {
  background: #fffde2;
}

/* テーブル内に使用する〇×の表示用css */
.table_ok,
.table_ok2,
.table_san,
.table_batu {
}

.table_ok::before {
  vertical-align: -4px;
  content: url(../../../wpimages/post_image/icon-maru.png);
}

.table_ok2::before {
  vertical-align: -4px;
  content: url(../../../wpimages/post_image/icon-maru2.png);
}

.table_san::before {
  vertical-align: -3px;
  content: url(../../../wpimages/post_image/icon-san.png);
}

.table_batu::before {
  vertical-align: -5px;
  content: url(../../../wpimages/post_image/icon-batsu.png);
}

/* list */
[class^="list-"] {
  width: 94%;
  margin: 0 3% 1em;
  list-style: none;

  /* font-size: 0.9em; 1220追加 */
}

[class^="list-"] li {
  position: relative;
  padding: 0 0.7em 0 1.3em;
  margin-bottom: 0.5em;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

[class^="list-"] li::before {
  position: absolute;
  font-size: 0.9em;
  content: "";
}

.list-dot li::before {
  left: 0;
  font-size: 0.8em;
  color: #006db9;
  content: "●";
  transform: translateY(12%);
  transform: translateY(12%);
}

.list-chk li::before {
  top: 0.4em;
  left: -0.5em;
  display: block;
  width: 1.5em;
  height: 1.2em;
  content: "";
  background: url(../../../wpimages/post_image/icon-chk.png) no-repeat;
  background-size: 100% auto;
}

.list-num {
  counter-reset: num;
}

.list-num li::before {
  top: -0.1em;
  left: 0.1em;
  font-size: 1.1em;
  font-weight: bold;
  color: #006db9;
  content: counter(num) ".";
  counter-increment: num;
}

.list-num.rank li::before {
  left: -2px;
}

.list-num.rank li:nth-child(-n + 3)::before {
  top: 0;
  left: -13px;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.list-num.rank li:nth-child(1)::before {
  background-image: url("../../../wpimages/post_image/icon-no1.png");
}

.list-num.rank li:nth-child(2)::before {
  background-image: url("../../../wpimages/post_image/icon-no2.png");
}

.list-num.rank li:nth-child(3)::before {
  background-image: url("../../../wpimages/post_image/icon-no3.png");
}

.list-dash {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-dash li {
  padding: 0;
  margin: 0;
}

.list-dash li::after {
  padding: 0 0.5em;
  content: "/";
}

.list-dash li:last-child::after {
  content: none;
}

.list-border {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.list-border li {
  padding: 0 0.25em;
  margin: 0 0.1em 2px;
  color: #4cc5b2;
  border: solid 1px #4cc5b2;
  border-radius: 4px;
}

.list-att {
  margin: 0.7em 0 0 1em;
}

.list-att li::before {
  top: -0.3em;
  left: -0.2em;
  display: block;
  width: 1.5em;
  height: 2em;
  content: "";
  background: url(../../../wpimages/post_image/icon-att.png) no-repeat;
  background-size: 100% auto;
}

[class^="box-"] [class^="list-"] {
  width: 96%;
  margin: 0 0 0 3%;
}

[class^="box-"] [class^="list-"] li:last-child {
  margin: 0;
}

[class^="box-"] p {
  width: 100%;
  margin: 0 0 1em;
}

[class^="box-"] p:last-of-type {
  margin: 0;
}

/* アコーディオン */
.accordion-area {
  /* height: 6.5em;
  overflow: hidden;
  position: relative; */
  margin-bottom: 1em;
}

.accordion-area.long {
  /* height: 12em; */
}

.accordion-area.open {
  height: 100%;
}

.accordion-btn-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 75%;
  margin: auto;
  background: linear-gradient(to bottom, rgb(255 255 255 / 10%) 0, rgb(255 255 255 / 100%));
}

.accordion-btn {
  position: absolute;
  right: 0;
  bottom: 15%;
  left: 0%;
  width: 60%;
  margin: auto;
  font-size: 100%;
  line-height: 1.9;
  color: #006db9;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: solid 1px;
  box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
}

.accordion-btn .fa {
  margin-left: 0.5em;
}

.accordion-btn-close {
  display: none;
  width: 60%;
  margin: 1em auto;
  font-size: 100%;
  line-height: 1.9;
  color: #006db9;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: solid 1px;
  box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
}

.accordion-btn-close .fa {
  margin-left: 0.5em;
}

.accordion-area.open .accordion-btn-area {
  display: none;
}

/* アコーディオンここまで */

/* 関連記事カード */
a.post-link {
  display: block;
  width: 94%;
  margin: 0 auto 30px;
  text-decoration: none;
}

.post-link_block {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  border: solid 1px #c5c5c5;
}

.post-link_img {
  position: relative;
  width: 28.5%;
  height: 70px;
  overflow: hidden;
}

.post-link_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
}

.post-link_content {
  width: 72.5%;
  padding: 0 8px;
}

.post-link_content_ttl {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  color: #006db9;
  text-decoration: underline;
}

.post-link_content_des {
  height: 24px;
  overflow: hidden;
  font-size: 10px;
  line-height: 12px;
  color: #777;
}

/* 以上関連記事カード */

/* interview----------------------------- */

.interview-intro {
  width: 100%;
  padding: 20px;
  margin-top: 25px;
  line-height: 1.7;
  border: 1px solid #e0e0e0;
}

.interview-intro-head {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.interview-intro img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.interview-intro-ttl {
  font-size: 1.1em;
}

.interview-intro-txt {
  font-size: 0.9em;
}

/* balloon----------------------------- */
.area-content .balloon {
  position: relative;
  padding-top: 65px;
  margin-bottom: 15px;
}

.area-content .balloon::before {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.area-content .balloon.left::before {
  left: 6%;
}

.area-content .balloon.right::before {
  right: 6%;
}

.area-content .balloon.left.man1::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/man1-l.png");
}

.area-content .balloon.right.man1::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/man1-r.png");
}

.area-content .balloon.left.man2::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/man2-l.png");
}

.area-content .balloon.right.man2::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/man2-r.png");
}

.area-content .balloon.left.man3::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/man3-l.png");
}

.area-content .balloon.right.man3::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/man3-r.png");
}

.area-content .balloon.left.woman1::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/woman1-l.png");
}

.area-content .balloon.right.woman1::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/woman1-r.png");
}

.area-content .balloon.left.woman2::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/woman2-l.png");
}

.area-content .balloon.right.woman2::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/woman2-r.png");
}

.area-content .balloon.left.agent-morikawa::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/agent_morikawa-l.png");
}

.area-content .balloon.left.agent-woman::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/agent_woman-l.png");
}

.area-content .balloon.taiken-man::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/taiken-man1.png");
}

.area-content .balloon.taiken-woman::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/taiken-woman1.png");
}

.area-content .balloon.question::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/question-logo.png");
}

.area-content .balloon.answer::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/answer-logo.png");
}

.area-content .balloon p {
  position: relative;
  width: 94%;
  padding: 5px 15px;
  margin: 0 auto;
  text-align: left;
  background-color: #eef3fb;
  border-radius: 8px;
}

.area-content .balloon p::before {
  position: absolute;
  top: -15px;
  width: 25px;
  height: 16px;
  content: "";
  background-color: #eef3fb;
}

.area-content .balloon.left p::before {
  left: 40px;
}

.area-content .balloon.right p::before {
  right: 40px;
}

.area-content .balloon p::after {
  position: absolute;
  top: -45px;
  width: 45px;
  height: 45px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.area-content .balloon.left p::after {
  left: 40px;
}

.area-content .balloon.right p::after {
  right: 40px;
}

.area-content .balloon2 {
  position: relative;
  margin-bottom: 15px;
}

.area-content .balloon2::before {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.area-content .balloon2.left::before {
  left: 4%;
}

.area-content .balloon2.right::before {
  right: 4%;
}

.area-content .balloon2.right.agent-haruno-regu::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/haruno01-r.png");
}

.area-content .balloon2.right.agent-haruno-smile::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/haruno02-r.png");
}

.area-content .balloon2.left.kurihara-regu::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/kurihara01-l.png");
}

.area-content .balloon2.left.kurihara-smile::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/kurihara02-l.png");
}

.area-content .balloon2 p {
  position: relative;
  width: 73%;
  padding: 10px;
  margin: 0 auto;
  font-size: 0.8em;
  text-align: left;
  border: 4px solid;
  border-radius: 2px;
}

.area-content .balloon2.bl-pink p {
  border-color: #fce0ec;
}

.area-content .balloon2.bl-blue p {
  border-color: #e0ecfc;
}

.area-content .balloon2.left p {
  margin-right: 5%;
}

.area-content .balloon2.right p {
  margin-left: 5%;
}

.area-content .balloon2 p::before {
  position: absolute;
  top: 17px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}

.area-content .balloon2.left.bl-pink p::before {
  left: -18px;
  border-color: transparent #fce0ec transparent transparent;
  border-width: 0 16px 16px 0;
}

.area-content .balloon2.right.bl-blue p::before {
  right: -18px;
  border-color: #e0ecfc transparent transparent;
  border-width: 16px 16px 0 0;
}

.area-content .balloon2 p::after {
  position: absolute;
  top: 20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}

.area-content .balloon2.left.bl-pink p::after {
  left: -11px;
  border-color: transparent #fff transparent transparent;
  border-width: 0 14px 14px 0;
}

.area-content .balloon2.right.bl-blue p::after {
  right: -11px;
  border-color: #fff transparent transparent;
  border-width: 14px 14px 0 0;
}

/* Q&A BOX */
.area-content .qa-box {
  position: relative;
  width: 94%;
  padding: 8px 10px 8px 42px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.area-content .qa-box.question {
  background: #e0ecfc;
}

.area-content .qa-box.question.red {
  background: #fce0ec;
}

.area-content .qa-box.question.line {
  min-height: 3em;
  padding-top: 7px;
  padding-bottom: 7px;
  background: none;
}

.area-content .qa-box.question.bold {
  min-height: 3em;
  padding-top: 7px;
  padding-bottom: 7px;
  background: none;
}

.area-content .qa-box.answer {
  background: #fce0ec;
}

.area-content .qa-box.answer.blue {
  background: #e0ecfc;
}

.area-content .qa-box::before {
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.area-content .qa-box.question::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/question-logo.png");
}

.area-content .qa-box.question.red::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/question-logo-red.png");
}

.area-content .qa-box.answer::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/answer-logo.png");
}

.area-content .qa-box.answer.blue::before {
  background-image: url("//www.hop-job.com/job-change/wp-content/themes/hopper-job/images/balloon/answer-logo-blue.png");
}

.area-content .qa-box p {
  width: 100%;
  margin: 0;
}

.area-content .qa-box.question.line > p {
  display: inline;
  padding-bottom: 1px;
  line-height: 1.5;
  border-bottom: 2px solid #8fd1fd;
}

.area-content .qa-box.question.line.red > p {
  border-bottom: 2px solid #fdb7d6;
}

.area-content .qa-box.question.bold > p {
  font-weight: bold;
  line-height: 1.5;
}

/* 体験 BOX */
.area-content .taiken-box {
  width: 94%;
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  border: solid 1px #006db9;
}

.area-content .taiken-box-head {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.area-content .taiken-box-head-txt {
  width: calc(100% - 105px);
  font-size: 100%;
}

.area-content .taiken-box-img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.area-content .taiken-box-txt {
  padding: 15px 0;
  margin: 0 2% 15px;
  box-shadow: 0 0 1px rgb(100 100 100 / 20%);
}

.area-content .taiken-box.man .taiken-box-txt {
  background: #f6ffff;
}

.area-content .taiken-box.woman .taiken-box-txt {
  background: #fff8fc;
}

.area-content .taiken-box-txt > p {
  margin-bottom: 1em;
}

.area-content .taiken-box-txt p:last-child {
  margin-bottom: 0;
}

/* part----------------------------- */
.hikaku2 .tdpink td {
  background-color: #fef3f6;
}

.hikaku2 .col_name {
  width: 28%;
}

.hikaku2 img {
  width: 60%;
  max-width: 21px;
}

.hikaku2 thead th {
  padding: 2% 4%;
  line-height: 1.2;
  background: #fafafa;
}

.hikaku2 .ank_info td {
  padding: 3%;
  font-size: 0.9em; /* 1220追加 */
  text-align: center;
}

.hikaku2 .ank_info td img {
  width: 1.5em;
}

.hikaku2 .ank_info td img.area-eye-osusume {
  position: absolute;
  bottom: 104%;
  display: block;
  width: 40px;
  max-width: none;
  margin-bottom: 0;
}

.hikaku2 .ank_info .area-txt {
  font-size: 0.9em; /* 1220追加 */
  text-align: left;
}

.hikaku2 .ank_info a {
  font-weight: bold;
  color: #4274bb;
}

.hikaku2 .ank_info a span {
  position: relative;

  /* display: block; */
  font-size: 1.05em;
  line-height: 1.3;
}

.hikaku2 .ank_info .eye.attach-icon {
  position: relative;
}

.hikaku2 .ank_info .eye img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10%;
}

.hikaku2 .area-eye {
  background-image: url("/job-change/wp-content/uploads/table-triangle.png");
  background-repeat: no-repeat;
  background-position: right -1px bottom -1px;
  background-size: 22px;
}

.hikaku2 .ank_info .area-eye {
  padding: 3.2% 1.5%;
  vertical-align: middle;
}

.table-ranking {
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 1.8;
  border-spacing: 1px;
  border-collapse: separate;
  background: #ddd;
  border: solid 4px #006db9;
}

.table-ranking a {
  color: #4e7fc4;
}

.table-ranking caption {
  padding: 2% 0 0;
  font-weight: bold;
  color: #fff;
  background: #006db9;
}

.table-ranking tr:nth-child(odd) {
  background: #fff;
}

.table-ranking tr:nth-child(even) {
  background: #fafafa;
}

.table-ranking th {
  padding: 2%;
  font-size: 3.2vmin;
  font-weight: normal;
  color: #565656;
  background: #e0ecfc;
}

.table-ranking td {
  padding: 2%;
  line-height: 1.2em;
  vertical-align: middle;
}

.table-ranking td:nth-child(1) {
  padding-left: 2.8em;
  font-size: 3.7vmin;
  font-weight: bold;
}

.table-ranking td:nth-child(2) {
  font-size: 4vmin;
}

.table-ranking td [class^="btn-"] {
  margin: 0;
}

.table-ranking td [class^="btn-"] a {
  padding: 0.7em 1em 0.7em 0;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-width: 2px;
  border-radius: 4px;
}

.table-ranking .star {
  display: block;
  width: 100%;
  height: 2em;
  margin: 0 0%;
  background: url(../../../wpimages/post_image/star_hop.png) no-repeat;
  background-size: 104px auto;
}

.table-ranking .star10 {
  background-position: center -58px;
}

.table-ranking .star15 {
  background-position: center -88px;
}

.table-ranking .star20 {
  background-position: center -117px;
}

.table-ranking .star25 {
  background-position: center -148px;
}

.table-ranking .star30 {
  background-position: center -178px;
}

.table-ranking .star35 {
  background-position: center -207px;
}

.table-ranking .star40 {
  background-position: center -238px;
}

.table-ranking .star45 {
  background-position: center -268px;
}

.table-ranking .star50 {
  background-position: center -298px;
}

.table-ranking .no1 td:nth-child(1) {
  background: url(../../../wpimages/post_image/icon-no1.png) no-repeat center left 2%;
  background-size: auto 2em;
}

.table-ranking .no2 td:nth-child(1) {
  background: url(../../../wpimages/post_image/icon-no2.png) no-repeat center left 2%;
  background-size: auto 2em;
}

.table-ranking .no3 td:nth-child(1) {
  background: url(../../../wpimages/post_image/icon-no3.png) no-repeat center left 2%;
  background-size: auto 2em;
}

.table-ranking .rank-none td:nth-child(1) {
  padding-left: 3.1em;
  background: none;
}

.table-ranking .no1.rank-none td:nth-child(1) {
  background: url(../../../wpimages/post_image/osusume_balloon.png) no-repeat 7% 20%;
  background-size: auto 2em;
}

.table-ranking .sitename {
  width: 37%;
}

.table-ranking .money {
  width: 36%;
}

.table-ranking .link_btn {
  width: 20%;
}

/* review-table */
.ank_review_area {
  margin-bottom: 1em;
}

.ank_review_table {
  width: 94%;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 1px #d5d5d5;
}

.ank_review_table th,
.ank_review_table td {
  border: dotted 1px #d5d5d5;
}

.ank_review_table th {
  width: 38%;
  padding: 4px 10px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  background: #f4fbff;
  border-right: solid 1px #d5d5d5;
}

.ank_review_table tr:nth-child(even) td {
  background: #f6f6f6;
}

.ank_review_table td {
  padding: 4px 4%;
  background: #fff;
}

.ank_review_table td > img {
  width: 20px;
  padding-bottom: 4px;
  vertical-align: middle;
}

.ank_review_table td span {
  margin-left: 3px;
  font-size: 13px;
}

/* mod-ank1 */
.mod-ank1 {
  padding: 0 0.5em 0.5em;
  background: #f0f5fd;
  border: solid 1px #7198cf;
}

.mod-ank1 .cach {
  width: 70%;
  padding: 0.5em;
  margin: -1em 15% 1em;
  color: #fff;
  text-align: center;
  background: #7198cf;
  border-radius: 2em;
}

.mod-ank1 .ank_name {
  text-align: center;
}

.mod-ank1 .ank_name a {
  font-size: 1.5em;
  font-weight: bold;
  color: #4274bb;
}

.mod-ank1 .eye {
  width: 80%;
  margin: 1em 10%;
}

.mod-ank1 [class^="list-"] {
  margin: 1em 5%;
  font-size: 0.9em;
  color: #565656;
}

.mod-ank1 [class^="list-"] li {
  margin-bottom: 0.8em;
}

/* mod-ank2 */
.mod-ank2 {
  padding: 0 0.5em 0.5em;
  margin-bottom: 1em;
  background: #f0f5fd;
  border: solid 1px #7198cf;
}

.mod-ank2 .ank_name {
  padding: 1.6em 1em 0;
  text-align: center;
}

.mod-ank2 .ank_name.no1,
.mod-ank2 .ank_name.no2,
.mod-ank2 .ank_name.no3 {
  padding: 0.5em 1em 0;
}

.mod-ank2 .ank_name.no1::before,
.mod-ank2 .ank_name.no2::before,
.mod-ank2 .ank_name.no3::before {
  display: block;
  width: 5em;
  height: 2.9em;
  margin: 0.5em auto;
  content: "";
  background-size: auto 100%;
}

.mod-ank2 .ank_name.no1::before {
  background: url(../../../wpimages/post_image/icon-no1.png) no-repeat center left 2%;
}

.mod-ank2 .ank_name.no2::before {
  background: url(../../../wpimages/post_image/icon-no2.png) no-repeat center left 2%;
}

.mod-ank2 .ank_name.no3::before {
  background: url(../../../wpimages/post_image/icon-no3.png) no-repeat center left 2%;
}

.mod-ank2 .ank_name a {
  font-size: 1.3em;
  font-weight: bold;
  color: #4274bb;
}

.mod-ank2 .eye {
  width: 94%;
  margin: 1em 3%;
}

.mod-ank2 .eye img {
  width: 100%;
}

.mod-ank2 [class^="list-"] {
  padding-bottom: 0.5em;
  margin: 2em 5% 1em;
  font-size: 0.8em;
  color: #565656;
}

.mod-ank2 [class^="list-"] li {
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.area-point {
  background: #fff;
}

.area-point .ttl-point_blue {
  position: relative;
  width: 100%;
  padding: 0.4em;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #7198cf;
}

.area-point .ttl-point_blue::after {
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -0.4em;
  color: #7198cf;
  content: "▼";
  transform: scale(1.6, 1);
}

.area-reco {
  background: #fafafa;
}

.area-reco .ttl-point_pink {
  position: relative;
  width: 100%;
  padding: 0.4em;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  color: #fafafa;
  text-align: center;
  background: #f08dc1;
}

.area-reco .ttl-point_pink::after {
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -0.4em;
  color: #f08dc1;
  content: "▼";
  transform: scale(1.6, 1);
}

/* mod-ank3 */
.mod-ank3 .eye {
  width: 80%;
  margin: 0 10% 1em;
  border: 1px solid #ebebeb;
}

.mod-ank3 .table-simple1 {
  width: 100%;
  margin: 0;
  font-size: 0.8em;
}

.mod-ank3 .table-simple1 th {
  width: 30%;
  padding: 1%;
}

.mod-ank3 .table-simple1 td {
  text-align: center;
}

.mod-ank3 .table-simple1 td img {
  width: 34%;
}

.mod-ank3 .txt-info {
  width: 100%;
  margin: 1em 0;
}

.mod-ank3 [class^="btn-"] {
  width: 100%;
  margin: 0;
}

/* mod-ank4 */
.mod-ank4 .ank_name {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.mod-ank4 .ank_name a {
  color: #4274bb;
}

.mod-ank4 .eye {
  width: 70%;
  margin: 0 15% 1em;
}

.mod-ank4 .eye img {
  width: 100%;
}

.mod-ank4 [class^="btn-"] {
  width: 100%;
  margin: 0;
}

.mod-ank5 {
  width: 90%;
  margin: 0 5% 2em;
  border: solid 2px #7198cf;
}

.mod-ank5 .area-star {
  width: 100%;
  padding: 0.1em 0.3em 0 1em;
  margin: 0;
  color: #fff;
  background: #7198cf;
}

.mod-ank5 .star {
  display: inline-block;
  width: 128px;
  height: 2em;
  margin: 0 0%;
  vertical-align: -0.8em;
  background: url(../../../wpimages/post_image/star_hop.png) no-repeat;
  background-size: 104px auto;
}

.mod-ank5 .star10 {
  background-position: center -58px;
}

.mod-ank5 .star15 {
  background-position: center -88px;
}

.mod-ank5 .star20 {
  background-position: center -117px;
}

.mod-ank5 .star25 {
  background-position: center -148px;
}

.mod-ank5 .star30 {
  background-position: center -178px;
}

.mod-ank5 .star35 {
  background-position: center -207px;
}

.mod-ank5 .star40 {
  background-position: center -238px;
}

.mod-ank5 .star45 {
  background-position: center -268px;
}

.mod-ank5 .star50 {
  background-position: center -298px;
}

.mod-ank5 .area-name {
  padding: 5%;
  margin-bottom: 1em;
  text-align: center;
  background: #f0f5fd;
  border-bottom: solid 2px #7198cf;
}

.mod-ank5 .area-name a {
  color: #4274bb;
}

.mod-ank5 .site_name {
  display: block;
  font-size: 1em;
}

.mod-ank5 .site_name span {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
}

.mod-ank5 .area-point,
.mod-ank5 .area-reco {
  width: 94%;
  margin: 0 3%;
  background: #fafafa;
}

.mod-ank5 .table-simple1 th span {
  display: block;
}

.mod-ank5 .table-simple1 .joken {
  width: 30%;
}

.mod-ank5 .table-simple1 .atai {
  width: 70%;
}

.mod-ank5 .ttl-point_blue {
  margin: 0 0 1.2em;
}

.mod-ank5 .ttl-point_pink {
  margin: 0 0 1.2em;
}

.mod-ank5 [class^="list-"] {
  padding-bottom: 0.5em;
  margin: 2em 5% 1em;
  font-size: 0.8em;
  color: #565656;
}

.mod-ank5 .btn-a {
  background: #f0f5fd;
}

.mod-ank5 .list-dash {
  margin: 0.6em 0 0;
}

.mod-ank5 .list-border {
  margin: 0.6em 0 0;
}

.mod-ank6 [class^="ttl-"] {
  width: auto;
  margin: 0 0.5em 0.5em;
  font-size: 1.2rem;
}

.mod-ank6 p {
  margin-bottom: 1em;
}

.mod-matome {
  width: 96%;
  margin: 0 2% 1em;
  background: #fbf7e2;
  border: solid 2px #4274bb;
}

.mod-matome .ttl-matome {
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #4274bb;
}

.mod-matome .ttl-matome::before {
  position: absolute;
  top: 20%;
  left: 0.5em;
  display: block;
  width: 4px;
  height: 60%;
  content: "";
  background: #fff;
}

.mod-hikaku {
  width: 94%;
  margin: 0 3% 1em;
  border: solid 1px #ddd;
}

.mod-hikaku img {
  width: 100%;
}

.mod-hikaku .ank_name {
  width: 100%;
  padding: 0.5em 0.8em;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background: #416fae;
}

.mod-hikaku .list-age {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.7em 2%;
  margin: 0;
  border-bottom: solid 1px #ddd;
}

.mod-hikaku .list-age li {
  padding: 0 0.5em;
  margin: 0;
  line-height: 90%;
  border-right: solid 1px #ddd;
}

.mod-hikaku .list-age li span {
  display: inline-block;
  width: 1.8em;
  padding: 0 0 0 0.5em;
  vertical-align: -0.15em;
}

.mod-hikaku .area-txt {
  padding: 4%;
}

.mod-hikaku .area-txt p {
  width: 100%;
  margin: 0 0 1em;
}

.mod-hikaku .area-eye {
  padding: 3%;
  background: #f0f5fd;
  border-top: solid 1px #ddd;
}

.mod-hikaku .area-eye p {
  width: 100%;
  margin: 0;
}

.area-btn2 {
  display: flex;
  justify-content: space-around;
  justify-content: space-around;
}

.area-btn2 [class^="btn-"] {
  width: 46%;
  margin: 0;
}

/* dl */
[class^="desc-"] {
  position: relative;
  width: 94%;
  margin: 0 3% 1em;
  font-size: 0.9em;
  list-style: none;
}

[class^="desc-"] dt {
  font-size: 1.1em;
  font-weight: bold;
}

[class^="desc-"] dd {
  margin-bottom: 2em;
}

[class^="box-"] [class^="desc-"] {
  width: 100%;
  margin: 0;
}

[class^="box-"] [class^="desc-"] dd:last-of-type {
  margin: 0;
}

.desc-chk dt {
  position: relative;
  padding-left: 1.5em;
}

.desc-chk dt::before {
  position: absolute;
  left: -0.2em;
  display: block;
  width: 1.5em;
  height: 1.2em;
  content: "";
  background: url(../../../wpimages/post_image/icon-chk.png) no-repeat;
  background-size: 100% auto;
}

.desc-number {
  counter-reset: num;
}

.desc-number dt::before {
  top: -0.1em;
  left: 0.1em;
  padding-right: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  color: #006db9;
  content: counter(num) ".";
  counter-increment: num;
}

.mrg1 {
  margin-bottom: 1em !important;
}

.mrg2 {
  margin-bottom: 2em !important;
}

.mrg3 {
  margin-bottom: 3em !important;
}

.mrt0 {
  margin-top: 0 !important;
}

.mrb0 {
  margin-bottom: 0 !important;
}

/* check1 */
.diagnosis_block {
  padding: 40px 50px;
  background-color: #ddeae8;
}

.diagnosis_block_inner {
  padding: 30px 35px;
  background-color: #fff;
  border-radius: 5px;
}

fieldset.diagnosis {
  width: 80%;
  padding: 0.5em 0.625em;
  margin-left: auto;
  border: none;
}

fieldset.diagnosis.inline {
  display: inline-block;
  width: 70%;
  margin-left: 20px;
}

fieldset.diagnosis.inline br {
  display: none;
}

.fieldset_inner {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}

.diagnosis_area_field {
  padding: 0 10px;
  margin-bottom: 15px;
  border-bottom: dashed 3px #55bbd5;
}

.diagnosis_area_field.inline {
  display: flex;
  display: flex;
  align-items: center;
}

.diagnosis_area_field .que {
  font-size: 137.5%;
  vertical-align: middle;
}

.diagnosis_area_field .que .tag {
  padding: 3px 7px;
  margin-left: 10px;
  font-size: 60.9%;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  border-radius: 4px;
}

.diagnosis_area_field .que .tag.red {
  background-color: #f57171;
}

.diagnosis_area_field .que .tag.blue {
  background-color: #718bf5;
}

.diagnosis_area_field label {
  margin-right: 30px;
  font-size: 112.5%;
  line-height: 1.7;
  vertical-align: middle;
}

.diagnosis_area_field input {
  vertical-align: middle;
}

.diagnosis_area_field label.shikaku-label {
  margin-right: 5px;
}

.diagnosis_area_field input.shikaku-area_input {
  width: 150px;
  margin-right: 25px;
  border: solid 2px #ddd;
  border-radius: 4px;
}

.diagnosis_btn {
  display: block;
  width: 300px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #6fc2b2;
  border-radius: 5px;
  box-shadow: 0 5px 0 #5fa89a;
  transition: 0.2s linear;
  transition: 0.2s linear;
}

.diagnosis_btn:hover {
  color: #fff;
  box-shadow: none;
  transform: translateY(5px);
}

.diagnosis_arrow {
  margin: 20px 0;
  text-align: center;
}

.diagnosis_arrow img {
  width: 60px;
}

#diagnosis_ans_wrap {
  display: none;
  padding: 5% 0;
  background: #fffef0;
}

#diagnosis_ans_area_top_ttl {
  position: relative;
  display: none;
  font-size: 187.5%;
  font-weight: bold;
  color: #e857a3;
  text-align: center;
  border-radius: 3px;
}

#diagnosis_ans_area_top_ttl span {
  font-size: 137.5%;
  　text-shadow: 1px 1px 2px silver;
}

#diagnosis_ans_area_top_ttl br {
  display: none;
}

.diagnosis_ans_area {
  width: 80%;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 6%;
  text-align: center;
  border: solid 3px #ddeae8;
  border-radius: 8px;
}

.diagnosis_ans_area_ttl {
  margin-bottom: 15px;
  font-size: 175%;
  font-weight: bold;
  line-height: 60px;
  color: #48a2b9;
  letter-spacing: 2px;
  background-color: #ddeae8;
  box-shadow: 0 1px 2px #ddd;
}

.diagnosis_ans_img {
  width: 65%;
  margin-bottom: 2%;
  box-shadow: 5px 5px 5px #ddd;
}

.diagnosis_btn-link {
  position: relative;
  display: block;
  width: 65%;
  padding: 10px;
  margin: 0 auto;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #e857a3;
  border-bottom: solid 3px rgb(0 0 0 / 30%);
  border-radius: 5px;
}

.diagnosis_btn-link:hover {
  color: #fff;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.diagnosis_btn-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: FontAwesome;
  content: "\f08e";
  transform: translateY(-50%);
}

.diagnosis_animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/* check2 */
.check2_block_top {
  padding: 6% 5%;
  background-color: #ddeae8;
}

.check2_block_top_inner {
  padding: 5%;
  background-color: #fff;
  border-radius: 5px;
}

.check2_area_field {
  margin-bottom: 30px;
  border-bottom: dashed 3px #55bbd5;
}

fieldset.check2 {
  padding-bottom: 0.35em;
  margin-left: 20px;
  border: none;
}

.check2.inline {
  display: inline;
}

.check2.inline br {
  display: none;
}

.check2_fieldset_inner {
  display: flex;
  display: flex;
  flex-wrap: wrap;
}

.check2_que {
  display: inline-block;
  font-size: 112.5%;
  letter-spacing: 1px;
  vertical-align: top;
}

.check2 label {
  display: inline-block;
  width: 78px;
  font-size: 100%;
  letter-spacing: 0.2px;
}

.check2.age label,
.check2.employment label {
  width: auto;
  margin-right: 25px;
}

.check2_btn {
  display: block;
  width: 180px;
  padding: 5px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 112.5%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #e857a3;
  border-radius: 5px;
  box-shadow: 0 5px 0 #a23c72;
  transition: 0.2s;
}

.check2_btn:hover {
  color: #fff;
  box-shadow: none;
  transform: translateY(5px);
}

#check2_ans_wrap {
  display: none;
  padding: 4% 0;
  background-color: #fffef0;
}

.check2_ans_area {
  width: 95%;
  margin: 0 auto;
}

.check2_animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

#check2_table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #fff;
  border: solid 0.5px #ddeae8;
  border-radius: 8px;
}

#check2_table tr {
  font-size: 112.5%;
  text-align: center;
  letter-spacing: 1px;
}

#check2_table th {
  width: 50%;
  color: #48a2b9;
  letter-spacing: 2px;
  background-color: #ddeae8;
}

#check2_table th:nth-child(1) {
  border-radius: 8px 0 0 0 / 8px 0 0 0;
  border-radius: 8px 0 0 0 / 8px 0 0 0;
  border-radius: 8px 0 0 0 / 8px 0 0 0;
}

#check2_table th:nth-child(2) {
  border-radius: 0 8px 0 0 / 0 8px 0 0;
  border-radius: 0 8px 0 0 / 0 8px 0 0;
  border-radius: 0 8px 0 0 / 0 8px 0 0;
}

#check2_table th,
#check2_table td {
  font-size: 87.5%;
  border-top: solid 0.5px #ddeae8;
  border-left: solid 0.5px #ddeae8;
}

#check2_table td span {
  font-size: 80%;
}

#check2_table tr.bottom {
  height: 40px;
  font-size: 135%;
  font-weight: bold;
  color: #f05;
  background-color: #fff9a5;
  border-bottom: solid 0.5px #ddeae8;
}

#check2_table tr.bottom td:nth-child(1) {
  border-bottom: solid 0.5px #ddeae8;
  border-radius: 0 0 0 8px / 0 0 0 8px;
  border-radius: 0 0 0 8px / 0 0 0 8px;
  border-radius: 0 0 0 8px / 0 0 0 8px;
}

#check2_table tr.bottom td:nth-child(2) {
  border-right: solid 0.5px #ddeae8;
  border-bottom: solid 0.5px #ddeae8;
  border-radius: 0 0 8px 0 / 0 0 8px 0;
  border-radius: 0 0 8px 0 / 0 0 8px 0;
  border-radius: 0 0 8px 0 / 0 0 8px 0;
}

.check2_ans_area_block {
  width: 100%;
  text-align: center;
  border: solid 3px #ddeae8;
  border-radius: 8px;
}

.check2_ans_area_block_ttl {
  font-size: 125%;
  font-weight: bold;
  line-height: 60px;
  color: #48a2b9;
  letter-spacing: 1px;
  background-color: #ddeae8;
}

.check2_ans_area_block img {
  display: block;
  width: 80%;
  margin: 15px auto;
  box-shadow: 0 0 10px #999;
}

.check2_btn.agent {
  position: relative;
  width: 80%;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 95%;
}

.check2_btn.agent::after {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: FontAwesome;
  content: "\f08e";
  transform: translateY(-50%);
}

/* ダウンロードボタン用 */
.download-button-box {
  text-align: center;
}

.download-button-box a.download-button {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px auto;
  font-weight: bold;
  color: cadetblue;
  background: rgb(253 245 207);
  border: double;
  border-radius: 5px;
  box-shadow: 0 4px 3px -3px rgb(0 0 0 / 60%);

  /* -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6); */
  box-shadow: 0 4px 3px -3px rgb(0 0 0 / 60%);
}

/* 20180219 MikihoSuda ページ内リンク付きのランキングパーツのためのcssを追加 */
.rank_link_list {
  width: 90%;
  margin: 0 auto 2em;
}

.rank_link_box {
  position: relative;
  z-index: 10;
  margin: 0 0 10px;
  border: 1px solid #2d6cb3;
}

.rank_link_box a {
  display: flex;
  align-items: center;
  padding: 2px 15px;
  text-decoration: none;
}

.link_btn {
  font-size: 20px;
}

.rank_link_box a p {
  width: auto;
  margin: 0;
}

.rank_link_box .rank_no {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 25px;
}

.rank_link_box .rank_no_title {
  position: absolute;
  right: 0.5px;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  height: 98%;
  padding: 0 10px;
  margin-bottom: 1px;
  margin-left: 20px;
  font-size: 20px;
  background: #f6f6f6;
}

.rank_link_box:nth-child(4) .rank_no_title {
  font-size: 15px;
}

.rank_link_box:nth-child(5) .rank_no_title {
  padding-top: 0;
  font-size: 12px;
}

.rank_link_box:nth-child(1) a::before {
  padding-top: 5px;
  margin-right: 5px;
  content: url(../../../wpimages/post_image/rank_link_no1.png);
}

.rank_link_box:nth-child(2) a::before {
  padding-top: 5px;
  margin-right: 5px;
  content: url(../../../wpimages/post_image/rank_link_no2.png);
}

.rank_link_box:nth-child(3) a::before {
  padding-top: 5px;
  margin-right: 5px;
  content: url(../../../wpimages/post_image/rank_link_no3.png);
}

.rank_link_box:nth-child(4) .rank_no {
  font-size: 20px;
}

.rank_link_box:nth-child(5) .rank_no {
  font-size: 15px;
}

.rank_link_box:nth-child(4) a::before {
  width: 21px;
  padding-top: 5px;
  margin-right: 8px;
  content: "";
}

.rank_link_box:nth-child(5) a::before {
  width: 21px;
  padding-top: 5px;
  margin-right: 10px;
  content: "";
}

/* 年代ボタン */
.ago_btn_list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 15px auto;
  list-style-type: none;
}

/* 年代別ボタン 20180313 TakuyaShinoda */

.age-anken {
  width: 90%;
  margin: 30px auto;
}

.age-list-wrap {
  display: flex;
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  list-style: none;
}

.age-list-wrap li {
  position: relative;
  width: 23%;
  cursor: pointer;
}

.age-list-wrap li a {
  opacity: 0.4;
}

.age-list-wrap li a.active {
  opacity: 1;
}

.age-list-wrap li img {
  width: 100%;
}

.age-list-wrap li a .panel-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.age-list-wrap li a.nijyu-panel .panel-btn {
  background: #638c0b;
}

.age-list-wrap li a.sanjyu-panel .panel-btn {
  background: #2d6cb3;
}

.age-list-wrap li a.yonjyu-panel .panel-btn {
  background: #b3792d;
}

.age-list-wrap li a.daini-panel .panel-btn {
  background: #d62525;
}

.age-list-wrap li a .panel-btn span {
  position: absolute;
  width: 14px;
  height: 3px;
  background: #fff;
}

.age-list-wrap li a .panel-btn span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.age-list-wrap li a .panel-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.age-list-wrap li a.active .panel-btn span:nth-child(1) {
  display: none;
}

.age-anken-content {
  padding-bottom: 15px;
  background: #fafaf5;
  border: 2px solid;
}

#nijyu.age-anken-content {
  border-color: #638c0b;
}

#sanjyu.age-anken-content {
  border-color: #2d6cb3;
}

#yonjyu.age-anken-content {
  border-color: #b3792d;
}

#daini.age-anken-content {
  border-color: #d62525;
}

.age-anken-content-head {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 125%;
  color: #fff;
}

#nijyu .age-anken-content-head {
  background: #638c0b;
}

#sanjyu .age-anken-content-head {
  background: #2d6cb3;
}

#yonjyu .age-anken-content-head {
  background: #b3792d;
}

#daini .age-anken-content-head {
  background: #d62525;
}

.anken-list-wrap {
  width: 96%;
  margin: 0 auto;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgb(200 200 200 / 40%);
}

.anken-list {
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
}

.anken-list:last-child {
  border: none;
}

.anken-head {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 130%;
  font-weight: bold;
  color: #2d6cb3;
}

.anken-head-rank {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  width: 17%;
}

.anken-head-rank img {
  width: 20px;
  padding-bottom: 3px;
  margin: 0 8px;
}

.anken-head-name {
  letter-spacing: 0.8px;
}

.age-anken .anken-body {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}

.age-anken .anken-body-rate {
  width: 3%;
  text-align: center;
}

.age-anken .anken-body-cap {
  width: 27%;
  cursor: pointer;
}

.age-anken .anken-body-cap:hover {
  opacity: 0.7;
}

.age-anken .anken-body-text {
  width: 35%;
  margin-right: 1%;
  font-size: 90%;
  text-align: center;
}

.age-anken .anken-body-text-inner {
  display: inline-block;
  text-align: left;
  list-style: none;
}

.age-anken .anken-body-text-inner li {
  padding-left: 1em;
  text-indent: -1em;
}

.anken-rate-sp {
  display: none;
}

.age-anken .anken-body-btn {
  display: block;
  width: 28%;
  line-height: 2.5;
  color: #2d6cb3;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: #ddeafd;
  border-bottom: 5px solid #c0d7fb;
}

.age-anken .accordion-area {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  overflow-y: hidden;
}

.age-anken .accordion-area.open {
  height: 100%;
}

.age-anken .accordion-btn-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 45%;
  margin: auto;
  background: linear-gradient(to bottom, rgb(250 250 245 / 10%) 0, rgb(250 250 245 / 100%));
}

.age-anken .accordion-btn-pc {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  width: 250px;
  margin: auto;
  line-height: 3;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background: #959595;
  border: none;
  box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
}

.age-anken .accordion-btn-sp {
  display: none;
}

.age-anken .anken-link-wrap {
  width: 94%;
  margin: 10px auto 0;
}

.age-anken .anken-link-wrap a {
  display: inline-block;
  margin-bottom: 5px;
  color: #2d6cb3;
}

.age-anken .anken-link-wrap a:last-child {
  margin-bottom: none;
}

/* カテトップ年代別ボタン TakuyaShinoda */
.age-anken.catetop .age-list-wrap {
  margin-bottom: 0;
}

.age-anken.catetop .age-list-wrap li {
  width: 19.5%;
}

.age-anken.catetop .age-list-wrap li a .panel-btn {
  bottom: 1px;
}

.age-anken.catetop .age-list-wrap li a.jyosei-panel .panel-btn {
  background: #d62525;
}

.age-anken.catetop .age-list-wrap li a.gyousyu-panel .panel-btn {
  background: #8377ac;
}

.age-anken.catetop .anken-list-wrap {
  width: 90%;
}

.age-anken.catetop .anken-body-cap {
  width: 30%;
}

.age-anken.catetop .anken-body-cap img {
  width: 100%;
}

.age-anken.catetop .anken-body-text {
  width: 38%;
}

.age-anken.catetop .anken-body-btn-area {
  width: 25%;
}

.age-anken.catetop .anken-body-btn {
  width: 100%;
  margin-bottom: 10px;
}

.age-anken.catetop #jyosei.age-anken-content {
  border-color: #d62525;
}

.age-anken.catetop #jyosei .age-anken-content-head {
  background: #d62525;
}

.age-anken.catetop #gyousyu.age-anken-content {
  border-color: #8377ac;
}

.age-anken.catetop #gyousyu .age-anken-content-head {
  background: #8377ac;
}

/* 年代別ボタンここまで 20180313 TakuyaShinoda */

/* タブ付き年代ボタン 20180404 MikihoSuda 改修 */
.age-anken_tab {
  width: 90%;
  margin: 30px auto;
}

.age-anken_tab .inner_tab_btn {
  display: flex;
  width: 96%;
  margin: 0 auto;
}

.age-anken_tab .tab_area {
  position: relative;
  display: none;
}

.age-anken_tab .tab_area_wp {
  height: 300px;
  overflow-y: hidden;
}

.age-anken_tab .inner_tab_btn li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  padding: 13px 0;
  margin: 0 7px 0 0;
  color: #2d6cb3;
  text-align: center;
  list-style: none;
  cursor: pointer;
  background: #ddeafd;
}

.age-anken_tab .tab_btn_active::after {
  position: absolute;
  bottom: -20px;
  left: calc(50px - 7px);
  z-index: 1;
  display: block;
  content: "";
  border-top: 10px solid #006db9;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.br_sp {
  display: none;
}

.age-anken_tab .age-anken {
  width: 90%;
  margin: 30px auto;
}

.age-anken_tab .age-list-wrap {
  display: flex;
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  list-style: none;
}

.age-anken_tab .age-list-wrap li {
  position: relative;
  width: 23%;
  cursor: pointer;
}

.age-anken_tab .age-list-wrap li a {
  opacity: 0.4;
}

.age-anken_tab .age-list-wrap li a.active {
  opacity: 1;
}

.age-anken_tab .age-list-wrap li img {
  width: 100%;
}

.age-anken_tab .age-list-wrap li a .panel-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.age-anken_tab .age-list-wrap li a.nijyu-panel .panel-btn {
  background: #638c0b;
}

.age-anken_tab .age-list-wrap li a.sanjyu-panel .panel-btn {
  background: #2d6cb3;
}

.age-anken_tab .age-list-wrap li a.yonjyu-panel .panel-btn {
  background: #b3792d;
}

.age-anken_tab .age-list-wrap li a.daini-panel .panel-btn {
  background: #d62525;
}

.age-anken_tab .age-list-wrap li a .panel-btn span {
  position: absolute;
  width: 14px;
  height: 3px;
  background: #fff;
}

.age-anken_tab .age-list-wrap li a .panel-btn span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.age-anken_tab .age-list-wrap li a .panel-btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.age-anken_tab .age-list-wrap li a.active .panel-btn span:nth-child(1) {
  display: none;
}

.age-anken_tab .age-anken-content {
  padding-bottom: 15px;
  background: #fafaf5;
  border: 2px solid;
}

.age-anken_tab .age-anken-content-head {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 125%;
  color: #fff;
}

.age-anken_tab .anken-list-wrap {
  width: 96%;
  margin: 0 auto;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgb(200 200 200 / 40%);
}

.age-anken_tab .anken-list {
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
}

.age-anken_tab .anken-list:last-child {
  border: none;
}

.age-anken_tab .anken-head {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 130%;
  font-weight: bold;
  color: #2d6cb3;
}

.age-anken_tab .anken-head-rank {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  width: 17%;
}

.age-anken_tab .anken-head-rank img {
  width: 20px;
  padding-bottom: 3px;
  margin: 0 8px;
}

.age-anken_tab .anken-head-name {
  letter-spacing: 0.8px;
}

.age-anken_tab .anken-body {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
}

.age-anken_tab .anken-body-rate {
  width: 9%;
  text-align: center;
}

.age-anken_tab .anken-body-cap {
  width: 27%;
  cursor: pointer;
}

.age-anken_tab .anken-body-cap:hover {
  opacity: 0.7;
}

.age-anken_tab .anken-body-text {
  width: 35%;
  font-size: 90%;
  text-align: center;
}

.age-anken_tab .anken-body-text-inner {
  display: inline-block;
  text-align: left;
  list-style: none;
}

.age-anken_tab .anken-body-text-inner li {
  padding-left: 1em;
  text-indent: -1em;
}

.age-anken_tab .anken-rate-sp {
  display: none;
}

.age-anken_tab .anken-body-btn {
  display: block;
  width: 23%;
  line-height: 2.5;
  color: #2d6cb3;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: #ddeafd;
  border-bottom: 5px solid #c0d7fb;
}

.age-anken_tab .age_accordion-area {
  margin-bottom: 30px;
}

.age-anken_tab .age_accordion-area .open {
  height: 100%;
}

.age-anken_tab .accordion-btn-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 45%;
  margin: auto;
  background: linear-gradient(to bottom, rgb(250 250 245 / 10%) 0, rgb(250 250 245 / 100%));
}

.age-anken_tab .accordion-btn-pc {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  width: 250px;
  margin: auto;
  line-height: 3;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background: #959595;
  border: none;
  box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
}

.age-anken_tab .accordion-btn-sp {
  display: none;
}

.age-anken_tab .anken-link-wrap {
  width: 94%;
  margin: 10px auto 0;
}

.age-anken_tab .anken-link-wrap a {
  display: inline-block;
  margin-bottom: 5px;
  color: #2d6cb3;
}

.age-anken_tab .anken-link-wrap a:last-child {
  margin-bottom: none;
}

/* カテトップ年代別ボタン TakuyaShinoda */
.age-anken_tab.catetop .age-list-wrap {
  margin-bottom: 0;
}

.age-anken_tab.catetop .age-list-wrap li {
  width: 19.5%;
}

.age-anken_tab.catetop .age-list-wrap li a .panel-btn {
  bottom: 1px;
}

.age-anken_tab.catetop .age-list-wrap li a.jyosei-panel .panel-btn {
  background: #d62525;
}

.age-anken_tab.catetop .age-list-wrap li a.gyousyu-panel .panel-btn {
  background: #8377ac;
}

.age-anken_tab.catetop .anken-list-wrap {
  width: 90%;
}

.age-anken_tab.catetop .anken-body-cap {
  width: 30%;
}

.age-anken_tab.catetop .anken-body-cap img {
  width: 100%;
}

.age-anken_tab.catetop .anken-body-text {
  width: 38%;
}

.age-anken_tab.catetop .anken-body-btn-area {
  width: 25%;
}

.age-anken_tab.catetop .anken-body-btn {
  width: 100%;
  margin-bottom: 10px;
}

.age-anken_tab.catetop #jyosei.age-anken-content {
  border-color: #d62525;
}

.age-anken_tab.catetop #jyosei .age-anken-content-head {
  background: #d62525;
}

.age-anken_tab.catetop #gyousyu.age-anken-content {
  border-color: #8377ac;
}

.age-anken_tab.catetop #gyousyu .age-anken-content-head {
  background: #8377ac;
}

/* タブ付き年代ボタン 20180304 MikihoSuda */

/* 性別ボタン 20180314 TakuyaShinoda */
.gender-btn-wrap {
  width: 94%;
  max-width: 500px;
  margin: 20px auto;
}

.gender-btn-area {
  margin-bottom: 15px;
}

.gender-btn-area:last-child {
  margin-bottom: 0;
}

.gender-btn {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border-radius: 15px 15px 0 0 / 15px 15px 0 0;
}

.gender-btn-area.man .gender-btn {
  background: #b1d3e8;
  box-shadow: 0 3px 1px rgb(44 88 138 / 60%);
}

.gender-btn-area.woman .gender-btn {
  background: #e8b1d0;
  box-shadow: 0 3px 1px rgb(174 115 148 / 60%);
}

.gender-btn-circle {
  position: absolute;
  top: -620px;
  left: -460px;
  width: 1000px;
  height: 700px;
  border-radius: 50%;
}

.gender-btn-icon {
  position: absolute;
  left: 0;
}

.gender-btn-area.man .gender-btn-icon {
  bottom: 0;
  width: 65px;
}

.gender-btn-area.woman .gender-btn-icon {
  top: 0;
  width: 55px;
}

.gender-btn-area.man .gender-btn-circle {
  background: #bfdced;
}

.gender-btn-area.woman .gender-btn-circle {
  background: #edbfda;
}

.gender-btn-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 120%;
  color: #fff;
  letter-spacing: 1px;
  transform: translate(-50%, -50%);
}

.gender-btn-mark {
  position: absolute;
  top: 50%;
  right: 7%;
  font-size: 130%;
  color: #fff;
  transform: translateY(-50%);
}

.gender-btn-open {
  display: none;
  padding-bottom: 25px;
  border-radius: 0 0 15px 15px / 0 0 15px 15px;
}

.gender-btn-area.man .gender-btn-open {
  background: #d8e7f0;
  box-shadow: 0 3px 1px rgb(44 88 138 / 60%);
}

.gender-btn-area.woman .gender-btn-open {
  background: #f0d8e9;
  box-shadow: 0 3px 1px rgb(174 115 148 / 60%);
}

.gender-btn-open-list {
  width: 70%;
  padding-top: 3px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
  background: #fff;
  border-radius: 0 0 15px 15px / 0 0 15px 15px;
}

.gender-btn-open-list li {
  padding: 10px 0;
  color: #3d68c9;
  letter-spacing: 0.5px;
  border-bottom: solid 1px #ddd;
}

.gender-btn-open-list li:last-child {
  border-bottom: none;
}

.gender-btn-open-list li a {
  display: block;
}

/* 性別ボタンここまで 20180314 TakuyaShinoda */

/* 監修者 BOX 20180409 TakuyaShinoda */
.kansyu-block {
  width: 94%;
  margin: 0 auto 20px;
  background: #fbf7e2;
}

.kansyu-block-inner {
  display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: center;
  justify-content: center;
  padding: 8px 0;
}

.kansyu-block img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  border: solid 1px #ddd;
  border-radius: 50%;
}

.kansyu-content {
  display: inline-block;
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  line-height: 1.3;
}

.kansyu-tag {
  padding: 0 7px;
  margin-right: 10px;
  font-size: 85%;
  line-height: 1.8;
  color: #fff;
  white-space: nowrap;
  background-color: #e95280;
  border-radius: 5%;
}

.kansyu-pos {
  font-size: 90%;
}

.kansyu-name {
  margin-bottom: 0.2em;
}

.kansyu-txt {
  font-size: 65%;
  text-align: right;
}

/* 監修者BOXここまで 20180409 TakuyaShinoda */

/* 案件比較表 */
.ank_search_area {
  width: 94%;
  margin: 5% auto;
  border: 2px solid #106fb6;
}

.ank_search_ttl {
  position: relative;
  display: block;
  width: 94%;
  padding: 3% 0 3% 5%;
  margin: 2% auto;
  font-size: 15px;
  font-weight: bold;
  background: #f5f5f5;
}

.ank_search_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 1em;
  padding: 3% 0;
  content: "";
  background: #106fb6;
}

.search_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  margin: 2% auto;
}

[class^="search_tab_item"] {
  display: block;
  width: 32%;
  padding: 1% 0;
  margin: 0 0 3%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #edf7ff;
  border-bottom: 2px solid rgb(56 158 219 / 30%);
  border-radius: 4px;
}

.search_tab_item-active {
  color: #fff;
  background: #389edb;
  border-bottom: 2px solid rgb(0 0 0 / 30%);
}

.search_list_ttl {
  padding: 4% 0;
  margin-bottom: 2%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #106fb6;
}

.search_list {
  width: 94%;
  padding: 2% 0 2% 1.5em;
  margin: 0 auto;
  background: #fff9dc;
}

.search_list_item {
  font-weight: 500;
}

.ank_search_list {
  display: none;
}

.ank_search-active {
  display: block;
}

.ank_info_img-sp {
  display: block;
}

.ank_info_img-pc {
  display: none;
}

.search_ank_box {
  width: 94%;
  padding: 2%;
  margin: 5% auto;
  background: #edf7ff;
  border: 1px solid #c5c5c5;
}

[class^="ank_info_img"] {
  width: 94%;
  margin: 0 auto;
}

.search_ank_ttl {
  position: relative;
  display: block;
  padding: 2% 0 2% 3%;
  margin-bottom: 3%;
  font-size: 14px;
  font-weight: bold;
  color: #4274bb;
  background: #fff;
}

.search_ank_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 1em;
  padding: 2% 0;
  content: "";
  background: #4274bb;
}

.ank_info_list {
  margin: 3% 0 3% 1.5em;
}

.search_ank_button {
  display: block;
  padding: 3% 0;
  text-align: center;
  background: #f24fa0;
  border-bottom: 2px solid rgb(0 0 0 / 30%);
  border-radius: 4px;
}

.search_ank_button a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.search_ank_button a::after {
  position: absolute;
  right: 5%;
  font-family: FontAwesome;
  content: "\f08e";
}

.search_ank_info_link a {
  display: block;
  font-size: 12px;
  text-align: center;
}

/* 案件比較表ここまで */

.single_logo {
  padding: 2% 0;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .diagnosis_block {
    padding: 6% 5%;
  }

  .diagnosis_block_inner {
    padding: 5%;
  }

  .diagnosis_area_field {
    margin-bottom: 10px;
  }

  .diagnosis_area_field.inline {
    display: block;
  }

  .diagnosis_area_field .que {
    font-size: 125%;
  }

  .diagnosis_area_field label {
    margin-right: 15px;
    font-size: 100%;
  }

  fieldset.diagnosis {
    margin-left: 55px;
  }

  fieldset.diagnosis.inline {
    margin-left: 55px;
  }

  fieldset.diagnosis.inline br {
    display: block;
  }

  .diagnosis_area_field input.shikaku-area_input {
    width: 120px;
    margin-right: 0;
  }

  .diagnosis_btn {
    width: 80%;
    padding: 8px 0;
    margin-top: 20px;
    font-size: 112.5%;
  }

  #diagnosis_ans_area_top_ttl {
    font-size: 150%;
    line-height: 1.3;
  }

  #diagnosis_ans_area_top_ttl br {
    display: block;
  }

  .diagnosis_ans_area {
    width: 95%;
  }

  .diagnosis_ans_area_ttl {
    font-size: 125%;
    line-height: 50px;
  }

  .diagnosis_ans_img {
    width: 90%;
  }

  .diagnosis_btn-link {
    width: 90%;
    font-size: 92.5%;
  }

  /* 20180219 MikihoSuda ページ内リンク付きのランキングパーツのためのcssを追加 */
  .rank_link_box {
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #2d6cb3;
  }

  .rank_link_box .rank_no {
    font-size: 20px;
  }

  .rank_link_box a {
    padding: 0 8px;
  }

  .rank_link_box a p {
    padding: 6px 0;
    line-height: 1.2;
  }

  .rank_link_box .rank_no_title {
    width: 78%;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #d9e4f1;
    border-radius: 0 5px 5px 0;
  }

  .rank_link_box:nth-child(4) .rank_no,
  .rank_link_box:nth-child(5) .rank_no {
    font-size: 20px;
  }

  .rank_link_box:nth-child(4) .rank_no_title,
  .rank_link_box:nth-child(5) .rank_no_title {
    font-size: 12px;
  }

  .link_btn {
    font-size: 12px;
  }

  .rank_link_box:nth-child(1) a::before,
  .rank_link_box:nth-child(2) a::before,
  .rank_link_box:nth-child(3) a::before {
    margin-right: 3px;
  }

  .rank_link_box:nth-child(4) a::before,
  .rank_link_box:nth-child(5) a::before {
    margin-right: 6px;
  }

  /* 年代ボタン */
  .ago_btn_list {
    width: 94%;
    margin: 15px auto;
  }

  .ago_btn_list li {
    margin: 0 2%;
  }

  .ago_btn_list li:first-child {
    margin-left: 0;
  }

  .ago_btn_list li:last-child {
    margin-right: 0;
  }

  /* 2018/02/28 アコーディオンをスマホのみにするためにcss追加 */

  /* アコーディオン */
  .accordion-area {
    position: relative;
    height: 6.5em;
    margin-bottom: 1em;
    overflow: hidden;
  }

  .accordion-area.long {
    height: 12em;
  }

  .accordion-area.open {
    height: 100%;
  }

  .accordion-btn-area {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 75%;
    margin: auto;
    background: linear-gradient(to bottom, rgb(255 255 255 / 10%) 0, rgb(255 255 255 / 100%));
  }

  .accordion-btn {
    position: absolute;
    right: 0;
    bottom: 15%;
    left: 0%;
    width: 60%;
    margin: auto;
    font-size: 100%;
    line-height: 1.9;
    color: #006db9;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: solid 1px;
    box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
  }

  .accordion-btn .fa {
    margin-left: 0.5em;
  }

  .accordion-btn-close {
    display: block;
    width: 60%;
    margin: 1em auto;
    font-size: 100%;
    line-height: 1.9;
    color: #006db9;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: solid 1px;
    box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
  }

  .accordion-btn-close .fa {
    margin-left: 0.5em;
  }

  .accordion-area.open .accordion-btn-area {
    display: none;
  }

  /* アコーディオンここまで */

  /* 年代ボタン TakuyaShinoda 20180313 */
  .age-anken {
    width: 94%;
  }

  .age-anken-content-head {
    padding: 5px 10px 7px;
    font-size: 100%;
    line-height: 1.5;
  }

  .age-list-wrap {
    margin-bottom: 10px;
  }

  .anken-list {
    padding: 15px 10px;
  }

  .anken-head {
    font-size: 110%;
  }

  .anken-head-rank {
    width: 25%;
  }

  .anken-head-rank img {
    width: 18px;
    margin: 0 5px;
  }

  .anken-body {
    flex-direction: column;
    flex-direction: column;
  }

  .anken-body .anken-body-rate {
    display: none;
  }

  .age-anken .anken-body-cap {
    width: 80%;
    text-align: center;
  }

  .age-anken .anken-body-cap img {
    max-height: 150px;
  }

  .age-anken .anken-body-text {
    width: 100%;
    margin: 10px 0;
    font-size: 95%;
  }

  .age-anken-content {
    position: relative;
  }

  .anken-rate-sp {
    display: block;
  }

  .age-anken .anken-body-btn {
    width: 65%;
  }

  .age-anken .accordion-area {
    position: static;
    height: 400px;
  }

  .age-anken .accordion-btn-area {
    left: auto;
    width: 100px;
    height: auto;
    background: none;
  }

  .age-anken .accordion-btn-pc {
    display: none;
  }

  .age-anken .accordion-btn-sp {
    position: absolute;
    top: 45%;

    /* bottom: 0; */
    right: -10px;
    right: 2%;
    display: flex;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.3px;
    cursor: pointer;
    background: #959595;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
    opacity: 0.8;
  }

  .anken-link-wrap {
    font-size: 85%;
  }

  .age-anken.catetop .anken-body-cap {
    width: 80%;
  }

  .age-anken.catetop .anken-body-cap img {
    width: auto;
    max-height: 150px;
  }

  .age-anken.catetop .anken-body-text {
    width: 90%;
  }

  .age-anken.catetop .anken-body-btn-area {
    width: 90%;
  }

  .age-anken.catetop .anken-head-name {
    margin: 0 auto;
  }

  /* 2018/04/04 MikihoSuda 追加 */
  .age-anken_tab .tab_area_wp {
    height: 400px;
  }

  .age-anken_tab .inner_tab_btn li {
    width: 100%;
    padding: 2% 0;
    margin: 0;
    border-right: 1px solid #fafaf5;
  }

  .age-anken_tab .inner_tab_btn li:last-child {
    border-right: none;
  }

  .age-anken_tab .tab_btn_active::after {
    left: 35%;
  }

  /* 2018/04/09 MikihoSud　追加 */
  .age-anken_tab #nijyu.age-anken-content::before {
    position: absolute;
    top: -3%;
    left: -0.6%;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #638c0b;
    border-left: 10px solid transparent;
  }

  .age-anken_tab #sanjyu.age-anken-content::before {
    position: absolute;
    top: -3%;
    left: 25.5%;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2d6cb3;
    border-left: 10px solid transparent;
  }

  .age-anken_tab #yonjyu.age-anken-content::before {
    position: absolute;
    top: -3%;
    left: 51.3%;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b3792d;
    border-left: 10px solid transparent;
  }

  .age-anken_tab #daini.age-anken-content::before {
    position: absolute;
    top: -3%;
    right: 17%;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d62525;
    border-left: 10px solid transparent;
  }

  .age-anken_tab .age-anken {
    width: 94%;
  }

  .age-anken_tab .age-anken-content-head {
    padding: 5px 10px 7px;
    font-size: 100%;
    line-height: 1.5;
  }

  .age-anken_tab .age-list-wrap {
    margin-bottom: 10px;
  }

  .age-anken_tab .anken-list {
    padding: 15px 10px;
  }

  .age-anken_tab .anken-head {
    font-size: 110%;
  }

  .age-anken_tab .anken-head-rank {
    width: 25%;
  }

  .age-anken_tab .anken-head-rank img {
    width: 18px;
    margin: 0 5px;
  }

  .age-anken_tab .anken-body {
    flex-direction: column;
    flex-direction: column;
  }

  .age-anken_tab .anken-body .anken-body-rate {
    display: none;
  }

  .age-anken_tab .anken-body-cap {
    width: 80%;
    text-align: center;
  }

  .age-anken_tab .anken-body-cap img {
    max-height: 150px;
  }

  .age-anken_tab .anken-body-text {
    width: 100%;
    margin: 10px 0;
    font-size: 95%;
  }

  .age-anken_tab .age-anken-content {
    position: relative;
  }

  .age-anken_tab .anken-rate-sp {
    display: block;
  }

  .age-anken_tab .anken-body-btn {
    width: 65%;
  }

  .age-anken_tab .age_accordion-area {
    height: 100%;
  }

  .age-anken_tab .accordion-btn-area {
    left: auto;
    width: 100px;
    height: auto;
    background: none;
  }

  .age-anken_tab .accordion-btn-pc {
    display: none;
  }

  .age-anken_tab .accordion-btn-sp {
    position: absolute;
    right: -10px;
    right: 2%;
    bottom: 0;
    bottom: -45px;
    display: flex;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.3px;
    cursor: pointer;
    background: #959595;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgb(150 150 150 / 50%);
    opacity: 0.8;
  }

  .age-anken_tab.anken-link-wrap {
    font-size: 85%;
  }

  .age-anken_tab.age-anken.catetop .anken-body-cap {
    width: 80%;
  }

  .age-anken_tab.age-anken.catetop .anken-body-cap img {
    width: auto;
    max-height: 150px;
  }

  .age-anken_tab.age-anken.catetop .anken-body-text {
    width: 90%;
  }

  .age-anken_tab.age-anken.catetop .anken-body-btn-area {
    width: 90%;
  }

  .age-anken_tab.age-anken.catetop .anken-head-name {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  @font-face {
    font-family: "YuGothic M";
    src: local("Yu Gothic Medium");
  }

  @font-face {
    font-family: "Yu Gothic";
    font-weight: bold;
    src: local("Yu Gothic Bold");
  }

  .alignmnone {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .aligncenter {
    width: auto;
    max-width: 450px;
    margin: 0 auto 2em;
  }

  [class^="btn-"],
  [class^="ttl-"] {
    text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
  }

  .break {
    display: inline;
  }

  .pcbreak {
    display: block;
  }

  /* text */
  .area-content p {
    width: 90%;
    margin: 0 5% 2em;
    font-size: 1em;
    line-height: 2;
  }

  /* title */
  .ttl-a {
    padding: 0.8em 1em;
    margin-bottom: 1.6em;

    /* background: -webkit-linear-gradient(right, #11b99f, #01beda); */

    /* background: linear-gradient(to left, #11b99f, #01beda); */
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.6;
    background: #006db9;
  }

  .ttl-a::before {
    bottom: -30px;
    font-size: 32px;
  }

  .ttl-b {
    padding: 0.8em 1.6em 0.6em;
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }

  .ttl-c {
    width: 90%;
    padding: 0.6em 0.8em 0.555em;
    margin: 0 5% 2em;
    font-size: 1.05em;
    line-height: 1.6;
    letter-spacing: 0.8px;
    border-left: solid 6px #006db9;
  }

  .ttl-d {
    width: 90%;
    padding: 0 0.8em;
    margin: 0 5% 2em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    border-left: solid 6px #96e4db;
  }

  .ttl-f {
    font-size: 1.6em;
  }

  /* box */
  .box-a {
    width: 90%;
    margin: 0 5% 2em;
    border: solid 2px #006db9;
  }

  .box-a .ttl-book {
    font-size: 1.15em;
    letter-spacing: 0.1em;
  }

  .box-a .ttl-book::before {
    vertical-align: 0.1em;
  }

  .box-a .area-txt {
    padding: 0.8em 0.6em 0.65em;
    font-size: 0.9em;
  }

  .box-b {
    width: 90%;
    padding: 1.5em 2em 1.3em 1.7em;
    margin: 0 5% 2em;
    line-height: 1.8;
  }

  .box-b::before,
  .box-b::after {
    width: 24px;
    height: 16px;
  }

  .box-b::before {
    left: 5px;
  }

  .box-c {
    width: 90%;
    padding: 1.5em 2em 1.3em 1.7em;
    margin: 0 5% 2em;
    line-height: 1.8;
  }

  .box-c.answer {
    position: relative;
    width: 90%;
    margin: 40px auto 30px;
    margin-top: 40px;
  }

  .box-c.answer::before {
    top: -30px;
    left: 18px;
    width: 50px;
    height: 50px;
  }

  .box-d {
    width: 90%;
    padding: 1.5em 2em 1.3em 1.7em;
    margin: 0 5% 2em;
    line-height: 1.8;
  }

  .list-num.rank li:nth-child(-n + 3)::before {
    left: -10px;
    width: 32px;
    height: 32px;
  }

  [class^="box-"] [class^="list-"] {
    width: 96%;
    margin: 0 0 0 3%;
  }

  [class^="box-"] [class^="list-"] li:last-child {
    margin: 0;
  }

  [class^="box-"] p {
    width: 100%;
    margin: 0 0 1em;
  }

  [class^="box-"] p:last-of-type {
    margin: 0;
  }

  /* movie */
  .movie {
    margin: 0 10% 5%;
  }

  /* btn */
  [class^="btn-"] a {
    width: 80%;
    margin: 0 10% 1em;
  }

  .btn-a a,
  .btn-b a,
  .btn-c a,
  .btn-f a,
  .btn-as a {
    padding: 0.8em 2em 0.8em 1.2em;
    letter-spacing: 1px;
  }

  .btn-as a,
  .btn-ds a {
    font-size: 1em;
  }

  /* interview--------------------------- */

  .interview-intro {
    padding: 20px 30px;
  }

  .interview-intro img {
    width: 90px;
    height: 90px;
  }

  /* balloon----------------------------- */
  .area-content .balloon {
    padding-top: 0;
    margin-bottom: 1.5em;
  }

  .area-content .balloon::before {
    top: 0;
    width: 70px;
    height: 70px;
  }

  .area-content .balloon.left::before {
    left: 6%;
  }

  .area-content .balloon.right::before {
    right: 6%;
  }

  .area-content .balloon p {
    width: 60%;
    padding: 10px 20px;
    border-radius: 8px;
  }

  .area-content .balloon p::before {
    position: absolute;
    top: 25px;
    width: 25px;
    height: 25px;
    content: "";
    background-color: #eef3fb;
  }

  .area-content .balloon.left p::before {
    left: -25px;
  }

  .area-content .balloon.right p::before {
    right: -25px;
  }

  .area-content .balloon p::after {
    position: absolute;
    top: 25px;
    width: 45px;
    height: 45px;
    content: "";
    background: #fff;
    border-radius: 50%;
  }

  .area-content .balloon.left p::after {
    left: -45px;
  }

  .area-content .balloon.right p::after {
    right: -45px;
  }

  /* 転職サイトカテトップ 口コミ */
  .area-content .age-anken.catetop .balloon p {
    width: 70%;
    margin-left: 25%;
  }

  .area-content .age-anken.catetop .balloon.left::before {
    left: 5%;
  }

  .area-content .balloon2 {
    padding-top: 0;
    margin-bottom: 1.5em;
  }

  .area-content .balloon2::before {
    top: 0;
    width: 70px;
    height: 70px;
  }

  .area-content .balloon2.left::before {
    left: 6%;
  }

  .area-content .balloon2.right::before {
    right: 6%;
  }

  .area-content .balloon2 p {
    width: 75%;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
  }

  .area-content .balloon2 p::before {
    top: 20px;
  }

  .area-content .balloon2.left p {
    margin-right: 5%;
  }

  .area-content .balloon2.right p {
    margin-left: 5%;
  }

  .area-content .balloon2.left.bl-pink p::before {
    left: -20px;
    border-color: transparent #fce0ec transparent transparent;
    border-width: 0 20px 20px 0;
  }

  .area-content .balloon2.right.bl-blue p::before {
    right: -20px;
    border-color: #e0ecfc transparent transparent;
    border-width: 20px 20px 0 0;
  }

  .area-content .balloon2 p::after {
    top: 23px;
  }

  .area-content .balloon2.left.bl-pink p::after {
    left: -12px;
    border-color: transparent #fff transparent transparent;
    border-width: 0 17px 17px 0;
  }

  .area-content .balloon2.right.bl-blue p::after {
    right: -12px;
    border-color: #fff transparent transparent;
    border-width: 17px 17px 0 0;
  }

  .area-content .qa-box {
    width: 90%;
    padding: 12px 20px 12px 67px;
  }

  .area-content .qa-box::before {
    top: 5px;
    left: 15px;
    width: 42px;
    height: 42px;
  }

  .area-content .qa-box.answer::before {
    left: 18px;
  }

  /* 体験BOX */
  .area-content .taiken-box {
    width: 90%;
    margin-bottom: 30px;
  }

  .area-content .taiken-box-txt {
    padding: 30px 0;
  }

  .area-content .taiken-box-img {
    width: 90px;
    height: 90px;
  }

  /* table */
  .hikaku2 .ank_info td {
    padding: 3% 4% 2.5%;
  }

  .hikaku2 .ank_info .area-eye {
    padding: 2% 4%;
  }

  .hikaku2 .ank_info .area-eye::after {
    border-width: 0 0 1.6em 1.6em;
  }

  .hikaku2 .ank_info td img.area-eye-osusume {
    bottom: 100%;
    width: 50px;
  }

  .hikaku2 .ank_info .area-txt .list-chk {
    margin-bottom: 1em;
  }

  .hikaku2 .ank_info .area-txt .list-chk li:last-child {
    margin-bottom: 0;
  }

  .hikaku2 .ank_info .area-txt p {
    width: 94%;
    margin: 0 3%;
  }

  .table-simple1 {
    width: 90%;
    margin: 0 5% 2em;
  }

  .table-simple1 thead th {
    padding: 1.8% 1% 1.5%;
  }

  .table-simple1 tbody th {
    padding: 1.8% 1% 1.5%;
  }

  .table-simple1 td {
    padding: 1.8% 1% 1.5%;
  }

  .table-simple1 tbody tr td.text-center {
    text-align: center;
  }

  /* list */
  [class^="list-"] {
    width: 90%;
    margin: 0 5% 2em;
    font-size: 1em;
  }

  [class^="list-"] li {
    padding-left: 1.8em;
  }

  .list-dot li::before {
    left: 0.2em;
    font-size: 0.9em;
  }

  .list-att li::before {
    top: -0.2em;
    width: 1.3em;
    height: 1.8em;
  }

  /* part----------------------------- */
  .hikaku2 .col_name {
    width: 34%;
  }

  .table-ranking {
    width: 90%;
    margin: 0 5% 2em;
    font-size: 1.1em;
  }

  .table-ranking caption {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-size-adjust: none;
  }

  .table-ranking th {
    padding: 0;
    font-size: 0.8em;
  }

  .table-ranking td {
    padding: 1.5%;
    line-height: 1.4;
  }

  .table-ranking td:nth-child(1) {
    padding-left: 3.7em;
    font-size: 1em;
  }

  .table-ranking td:nth-child(2) {
    font-size: 1em;
  }

  .table-ranking td [class^="btn-"] {
    width: 100%;
    margin: 0;
  }

  .table-ranking td [class^="btn-"] a {
    width: 96%;
    margin: 0 2%;
  }

  .table-ranking .star {
    background-size: 130px auto;
  }

  .table-ranking .star10 {
    background-position: center -69px;
  }

  .table-ranking .star15 {
    background-position: center -105px;
  }

  .table-ranking .star20 {
    background-position: center -144px;
  }

  .table-ranking .star25 {
    background-position: center -181px;
  }

  .table-ranking .star30 {
    background-position: center -218px;
  }

  .table-ranking .star35 {
    background-position: center -256px;
  }

  .table-ranking .star40 {
    background-position: center -294px;
  }

  .table-ranking .star45 {
    background-position: center -330px;
  }

  .table-ranking .star50 {
    background-position: center -368px;
  }

  .table-ranking .no1 td:nth-child(1) {
    background: url(../../../wpimages/post_image/icon-no1.png) no-repeat center left 5%;
    background-size: auto 60%;
  }

  .table-ranking .no2 td:nth-child(1) {
    background: url(../../../wpimages/post_image/icon-no2.png) no-repeat center left 5%;
    background-size: auto 60%;
  }

  .table-ranking .no3 td:nth-child(1) {
    background: url(../../../wpimages/post_image/icon-no3.png) no-repeat center left 5%;
    background-size: auto 60%;
  }

  .table-ranking .rank-none td:nth-child(1) {
    padding-left: 3.5em;
    background: none;
  }

  .table-ranking .no1.rank-none td:nth-child(1) {
    padding: 2% 1.5% 1% 3.5em;
    background: url(../../../wpimages/post_image/osusume_balloon.png) no-repeat 9% 23%;
    background-size: auto 40%;
  }

  .table-ranking .sitename {
    width: 28%;
  }

  .table-ranking .money {
    width: 36%;
  }

  .table-ranking .link_btn {
    width: 20%;
  }

  .table-ranking a:hover {
    color: #4cc5b2;
  }

  /* ank-review */
  .ank_review_table {
    width: 90%;
  }

  .ank_review_table th {
    width: 120px;
  }

  .ank_review_table th,
  .ank_review_table td {
    border-style: solid;
  }

  .ank_review_table tr:nth-child(even) td {
    background: #fff;
  }

  /* mod-ank1 */
  .mod-ank1 {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5% 2em;
    border: solid 1px #7198cf;
  }

  .mod-ank1 .cach {
    width: 50%;
    padding: 0.15em 1.5em;
    margin: -1em 48% 1em 2%;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: #7198cf;
    border-radius: 1.3em;
  }

  .mod-ank1 .ank_name {
    width: auto;
    padding: 0 0.5em;
    margin: 0;
    text-align: left;
  }

  .mod-ank1 .ank_name a {
    font-size: 1.5em;
    text-align: left;
  }

  .mod-ank1 .eye {
    width: 38%;
    margin: 1em;
  }

  .mod-ank1 .eye img {
    width: 100%;
  }

  .mod-ank1 .area-txt {
    width: 50%;
  }

  .mod-ank1 [class^="list-"] {
    margin: 1em 5% 1.8em;
    font-size: 0.9em;
    color: #666;
  }

  .mod-ank1 [class^="list-"] li {
    margin-bottom: 0.8em;
  }

  .mod-ank1 [class^="btn-"] {
    width: 100%;
    margin: 0;
  }

  .mod-ank1 [class^="btn-"] a {
    width: 90%;
    margin: 0 auto 0.7em;
  }

  /* mod-ank2 */
  .mod-ank2 {
    width: 90%;
    margin: 0 5% 2em;
  }

  .mod-ank2 .ank_name {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .mod-ank2 .ank_name a:hover {
    color: #4cc5b2;
  }

  .mod-ank2 .ank_name.no1::before,
  .mod-ank2 .ank_name.no2::before,
  .mod-ank2 .ank_name.no3::before {
    display: inline-block;
    width: 3.8em;
    vertical-align: -1em;
  }

  .mod-ank2 .eye {
    width: 94%;
    margin: 1em 3%;
    background: #ebebeb;
  }

  .mod-ank2 .eye img {
    width: 60%;
    margin: 0 20%;
  }

  .mod-ank2 .area-point {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5% 1em;
    background: #fff;
  }

  .mod-ank2 .ttl-point_blue {
    position: relative;
    width: 30%;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .mod-ank2 .ttl-point_blue .middle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    margin: -1.3em 5% 0;
    text-align: center;
  }

  .mod-ank2 .ttl-point_blue::after {
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
    transform: scale(1, 1.1) rotate(-90deg);
  }

  .mod-ank2 [class^="list-"] {
    width: 60%;
  }

  .mod-ank2 [class^="list-"] li {
    margin-bottom: 0.8em;
    line-height: 1.4;
  }

  .mod-ank2 .txt-point {
    width: 60%;
    margin: 1em 5%;
    font-size: 0.9em;
    line-height: 1.4;
  }

  .mod-ank2 [class^="btn-"] {
    width: 100%;
    margin: 0;
  }

  .mod-ank2 [class^="btn-"] a {
    width: 90%;
    margin: 0 auto 0.7em;
  }

  /* mod-ank3 */
  .mod-ank3 .eye {
    display: inline-block;
    width: 40%;
    margin: 0 0 1em;
    vertical-align: top;
  }

  .mod-ank3 .area-info {
    display: inline-block;
    width: 56%;
    margin-left: 2%;
  }

  .mod-ank3 .table-simple1 {
    width: 100%;
    margin: 0;
    font-size: 0.8em;
  }

  .mod-ank3 .table-simple1 th {
    text-align: center;
  }

  .mod-ank3 .txt-info {
    font-size: 0.9em;
  }

  .mod-ank3 [class^="btn-"] a {
    width: 90%;
    margin: 0 5%;
  }

  /* mod-ank4 */
  .mod-ank4 {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mod-ank4 .ank_name {
    position: relative;
    width: 100%;
    margin: 1em 0;
    font-size: 2em;
    line-height: 1.4;
  }

  .mod-ank4 .ank_name span {
    font-size: 0.8em;
  }

  .mod-ank4 .ank_name a {
    color: #4274bb;
  }

  .mod-ank4 .eye {
    width: 45%;
    margin: 0 4% 1em 0;
  }

  .mod-ank4 .eye img {
    width: 100%;
  }

  .mod-ank4 .area-info {
    width: 50%;
  }

  .mod-ank4 [class^="btn-"] a {
    width: 100%;
    margin: 0;
  }

  .mod-ank5 .star {
    vertical-align: -0.9em;
  }

  .mod-ank5 .area-name {
    display: flex;
    display: flex;
    flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5% 2%;
  }

  .mod-ank5 .site_name {
    align-items: center;
    width: 74%;
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    text-size-adjust: none;
  }

  .mod-ank5 .site_name a {
    color: #565656;
    text-decoration: none;
  }

  .mod-ank5 .table-simple1 td,
  .mod-ank5 .table-simple1 th {
    padding: 1%;
  }

  .mod-ank5 .table-simple1 .joken {
    width: 15%;
  }

  .mod-ank5 .table-simple1 .atai {
    width: 85%;
  }

  .mod-ank5 .site_name span {
    display: block;
    font-size: 1.8em;
  }

  .mod-ank5 .eye {
    width: 20%;
    margin-right: 3%;
  }

  .mod-ank5 .eye img {
    width: 100%;
  }

  .mod-ank5 [class^="list-"] {
    font-size: 0.9em;
  }

  .mod-ank5 .table-simple1 [class^="list-"] {
    margin: 0.3em 0 0;
  }

  .mod-ank5 .area-point,
  .mod-ank5 .area-reco {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5% 1em;
  }

  .mod-ank5 .area-point [class^="list-"],
  .mod-ank5 .area-reco [class^="list-"] {
    width: 60%;
    margin: 1em 5% 0;
  }

  .mod-ank5 .ttl-point_blue {
    position: relative;
    width: 30%;
    padding: 3%;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .mod-ank5 .ttl-point_blue .middle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 94%;
    margin: -1.1em 3% 0;
    text-align: center;
  }

  .mod-ank5 .ttl-point_blue::after {
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
    transform: scale(1, 1.1) rotate(-90deg);
  }

  .mod-ank5 .ttl-point_pink {
    position: relative;
    width: 30%;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .mod-ank5 .ttl-point_pink .middle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1.1em;
    text-align: center;
  }

  .mod-ank5 .ttl-point_pink::after {
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
    transform: scale(1, 1.1) rotate(-90deg);
  }

  .mod-ank5 .area-btn2 [class^="btn-"] a {
    width: 96%;
    height: 4em;
    margin: 0 0 0 2%;
  }

  .mod-ank5 .area-btn2 {
    padding: 1.6em 0.5em;
    margin-top: 2em;
  }

  .mod-ank5 .area-btn2 [class^="btn-"] {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mod-ank5 [class^="btn-"] {
    width: 100%;
    padding: 3.5%;
    margin: 2em auto 0;
  }

  .mod-ank5 .btn-a a {
    margin: 0 10%;
  }

  .mod-ank6 [class^="ttl-"] {
    margin: 0 0 0.2em;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .mod-ank6 p {
    margin: 0 0.5em 1em;
  }

  .mod-ank6 [class^="btn-"] {
    margin: 0 auto;
  }

  .mod-ank6 [class^="btn-"] a {
    width: 100%;
    margin: 0 auto;
  }

  .mod-matome {
    width: 90%;
    margin: 0 5% 2em;
  }

  .mod-matome .ttl-matome {
    padding: 0.8em 1.2em;
    font-size: 1.3rem;
  }

  .mod-matome .ttl-matome::before {
    top: 25%;
    width: 6px;
    height: 50%;
  }

  .mod-hikaku {
    display: flex;
    display: flex;
    flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5% 2em;
  }

  .mod-hikaku .ank_name {
    padding: 0 1em;
  }

  .mod-hikaku .list-age li {
    font-size: 0.9em;
  }

  .mod-hikaku .area-txt {
    position: relative;
    width: 70%;
    padding: 2% 3%;
    font-size: 0.9em;
  }

  .mod-hikaku .area-txt::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #e857a3;
    border-style: solid;
    border-width: 0 0 1.6em 1.6em;
  }

  .mod-hikaku .area-eye {
    width: 30%;
    padding: 2%;
    border-top: none;
    border-right: solid 1px #ddd;
  }

  .mod-hikaku .area-eye [class^="btn-"] a {
    width: 100%;
    margin: 0;
  }

  .mod-hikaku .area-eye aside {
    width: 100%;
    margin-bottom: 1em;
  }

  .list-dash {
    width: auto;
  }

  .list-dash li {
    padding: 0;
  }

  .list-border {
    width: auto;
  }

  .list-border li {
    padding: 0.3% 1.5%;
    margin: 0.5%;
    font-weight: bold;
  }

  [class^="desc-"] dt {
    font-size: 1.2em;
  }

  /* check2 */
  .check2_block_top {
    padding: 40px 50px;
  }

  .check2_block_top_inner {
    padding: 30px 35px;
  }

  .check2_area_field {
    display: flex;
    display: flex;
    padding: 0.5em 0;
    margin-bottom: 30px;
  }

  fieldset.check2 {
    width: 75%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .check2.inline br {
    display: block;
  }

  .check2_que {
    width: 25%;
    font-size: 125%;
  }

  .check2 label {
    width: 110px;
    font-size: 112.5%;
    letter-spacing: 0.2px;
  }

  .check2.employment label {
    width: auto;
    margin-right: 25px;
  }

  .check2_btn {
    width: 220px;
    padding: 10px;
    font-size: 125%;
    letter-spacing: 1.5px;
  }

  .check2_ans_area {
    width: 75%;
  }

  #check2_table {
    margin-bottom: 30px;
  }

  #check2_table tr.bottom {
    height: 40px;
    font-size: 135%;
  }

  #check2_table th,
  #check2_tables td {
    font-size: 100%;
  }

  .check2_ans_area_block_ttl {
    font-size: 160%;
  }

  .check2_ans_area_block img {
    width: 70%;
    margin: 20px auto;
    box-shadow: 0 0 18px #999;
  }

  .check2_btn.agent {
    position: relative;
    width: 70%;
    margin-bottom: 30px;
    font-size: 125%;
  }

  /* ダウンロードボタン用 */
  .download-button-box {
    text-align: center;
  }

  .download-button-box a.download-button {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px auto;
    font-weight: bold;
    color: cadetblue;
    background: rgb(253 245 207);
    border: double;
    border-radius: 5px;
    box-shadow: 0 4px 3px -3px rgb(0 0 0 / 60%);

    /* -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6); */
    box-shadow: 0 4px 3px -3px rgb(0 0 0 / 60%);
  }

  /* 性別ボタン TakuyaShinoda 20180314 */
  .gender-btn-wrap {
    display: flex;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    max-width: none;
  }

  .gender-btn-area {
    width: 48%;
  }

  /* ここまで性別ボタン TakuyaShinoda 20180314 */

  /* 関連記事カード */
  a.post-link {
    position: relative;
    width: 90%;
    margin: 0 5% 2em;
  }

  .post-link::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    font-family: FontAwesome;
    font-size: 40px;
    font-weight: bold;
    content: "\f105";
    transition: 0.2s;
    transform: translateY(-50%);
  }

  .post-link:hover::after {
    transform: translate(6px, -50%);
  }

  .post-link_img {
    width: 190px;
    height: 130px;
  }

  .post-link_content {
    width: calc(100% - 130px);
    padding: 0 60px 0 20px;
  }

  .post-link_content_ttl {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  .post-link_content_des {
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    color: #5f5f5f;
  }

  /* 以上関連記事カード */

  /* 監修者BOX TakuyaShinoda 20180409 */
  .kansyu-block {
    width: 90%;
  }

  .kansyu-block img {
    width: 90px;
    height: 90px;
  }

  .kansyu-tag {
    font-size: 110%;
  }

  .kansyu-pos {
    margin-bottom: 0.2em;
  }

  .kansyu-name {
    margin-bottom: 0.3em;
    font-size: 125%;
    letter-spacing: 0.5px;
  }

  .kansyu-pos,
  .kansyu-name {
    padding-right: 10px;
    white-space: nowrap;
  }

  .kansyu-txt {
    font-size: 80%;
    white-space: nowrap;
  }

  /* 案件比較表 */
  .ank_search_area {
    width: 90%;
  }

  .ank_search_ttl {
    font-size: 20px;
  }

  .ank_search_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 1em;
    padding: 3% 0;
    content: "";
    background: #106fb6;
  }

  .search_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin: 2% auto;
  }

  [class^="search_tab_item"] {
    padding: 2% 0;
    font-size: 16px;
  }

  [class^="search_tab_item"]:hover {
    opacity: 0.8;
  }

  .search_list_ttl {
    font-size: 20px;
  }

  .search_list {
    width: 426px;
    padding-left: 2em;
    font-size: 16px;
  }

  .search_ank_ttl {
    font-size: 20px;
  }

  .search_ank_info {
    display: flex;
    align-items: flex-start;
  }

  .ank_info_img-sp {
    display: none;
  }

  .ank_info_img-pc {
    display: block;
  }

  [class^="ank_info_img"] {
    width: 45%;
    margin: 0 auto;
  }

  .search_ank_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 1em;
    padding: 2% 0;
    content: "";
    background: #4274bb;
  }

  .ank_info_list {
    margin: 3% 0 3% 2em;
  }

  .search_ank_box p {
    width: 426px;
    margin: 0 auto;
  }

  .search_ank_button {
    padding: 1% 0;
  }

  .search_ank_button:hover {
    opacity: 0.8;
  }

  .search_ank_button a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }

  .search_ank_info_link a {
    font-size: 16px;
  }

  /* 案件比較表ここまで */
}

/* 監修者BOXここまで TakuyaShinoda 20180409 */

/* 固定リンクボタン追加［ここから］------------------------------------------- */

.golist {
  position: fixed;
  bottom: -2px;
  z-index: 50;
  width: 100%;
  opacity: 1;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
}

.golist ul {
  display: block;
  display: -webkit-grid;
  display: grid;
  grid-template-rows: 45px;
  grid-template-columns: auto 2px 50px;
  align-items: stretch;
  justify-items: stretch;
  width: 94%;
  height: 45px;
  padding: 0;
  margin: 0 3%;
  background: linear-gradient(top, #ff8f85 0%, #ff8f85 40%, #f9728d);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8f85), color-stop(0.4, #ff8f85), to(#f9728d));
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -2px 2px rgb(000 000 000 / 30%);
  box-shadow: 0 -2px 2px rgb(000 000 000 / 30%);
  box-shadow: 0 -2px 2px rgb(000 000 000 / 30%);
}

.golist ul li {
  text-align: center;
  list-style-type: none;
}

.golist ul li a {
  display: block;
}

.golist ul li.golist-partition {
  padding: 3px 0;
}

.golist ul li.golist-partition::before {
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  background-color: rgb(255 255 255 / 70%);
  border-radius: 1px;
}

.golist ul li img {
  max-height: fill-available;
  max-height: available;
  padding: 8px 0 0;
}

.golist ul li:first-child img {
  padding: 5px 0 0;
}

.golist-back {
  position: fixed;
  bottom: -2px;
  z-index: 50;
  display: none;
  width: 100%;
  opacity: 1;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
  transition: all 0.6s;
}

.golist_btn {
  display: block;
  width: 94%;
  height: 45px;
  padding: 0;
  margin: 0 3%;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  background: linear-gradient(top, #ff8f85 0%, #ff8f85 40%, #f9728d);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8f85), color-stop(0.4, #ff8f85), to(#f9728d));
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 -2px 2px rgb(000 000 000 / 30%);
  box-shadow: 0 -2px 2px rgb(000 000 000 / 30%);
  box-shadow: 0 -2px 2px rgb(000 000 000 / 30%);
}

.opacity-light {
  opacity: 0.3;
}

/* 固定リンクボタン追加［ここまで］------------------------------------------- */

/* 固定リンクボタン後モーダルウィンドウ----------------------------------------- */

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  display: none;
  margin: auto;
  background: rgb(0 0 0 / 70%);
}

.modal_wrap-outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 45;
  display: flex;
  display: flex;
  display: none;
  align-items: center;
  align-items: center;
  justify-content: center;
  justify-content: center;
  margin: auto;
}

.modal_content {
  position: relative;
  top: 3vh;
  display: none;
  width: 90%;
  height: 70vh;
  background: #fff;
}

.modal_content_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  transform: translate(30%, -30%);
}

.modal_content_btn span {
  position: absolute;
  display: block;
  width: 70%;
  height: 3px;
  background: #c5c5c5;
}

.modal_content_btn span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_content_btn span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_content_ttl {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background: #006db9;
}

.modal_content_body {
  height: calc(100% - 40px);
  margin-top: 3px;
}

.modal_content_body figure.hikaku3 {
  width: 100%;
  margin-bottom: 0;
}

.modal_content_body figure.hikaku3-fixed dl {
  border-bottom: none;
}

.modal_content_body figure.hikaku3-fixed dl dt {
  height: 50px;
  padding: 5% 0;
  font-size: 14px;
  line-height: 1.3;
}

.modal_content_body figure.hikaku3-scroll {
  height: calc(100% - 50px);
  overflow: scroll;
}

.modal_content_body figure.hikaku3 dl:first-child {
  grid-template-rows: auto;
}

.modal_content-mokuji .modal_content_ttl {
  padding-left: 15px;
  text-align: left;
}

.modal_content_list {
  height: calc(100% - 40px);
  padding-top: 5px;
  overflow: scroll;
}

.modal_content_list > li {
  list-style: none;
  border-bottom: solid 1px #ebebeb;
}

.modal_content_list > li a {
  position: relative;
  display: block;
  padding: 10px 50px 10px 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #7198cf;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.modal_content_list > li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  font-family: FontAwesome;
  font-size: 26px;
  content: "\f105";
  transform: translateY(-50%);
}

.modal_content_list > li:nth-child(odd) {
  background: #fafafa;
}

.modal_content_list > li:nth-child(even) {
  background: #f6f6f6;
}

/* 固定リンクボタン後モーダルウィンドウ［ここまで］------------------------------- */

/* 比較表 */
figure.hikaku3 {
  width: 90%;
  padding: 0;
  margin: 0 auto 3em;
  font-size: 0.9em;
  color: #565656;
  text-align: center;
  background-color: #c5c5c5;
  border: 1px solid #c5c5c5;
  border-bottom: none;
}

figure.hikaku3.typeMb {
  margin-bottom: 0;
}

figure.hikaku3 dl:first-child {
  display: grid;
  grid-template-rows: 60px;
  grid-template-columns: 110px 1fr 1fr 1fr;
  grid-gap: 1px;
}

figure.hikaku3 dl {
  display: grid;
  grid-template-columns: 110px 1fr 1fr 1fr;
  grid-gap: 1px;
  border-bottom: 1px solid #c5c5c5;
}

figure.hikaku3 dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2%;
  font-size: 15px;
  font-weight: normal;
  background-color: #e0ecfb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

figure.hikaku3 dl dt:last-child {
  display: none;
}

figure.hikaku3 dl dt span {
  display: block;
}

figure.hikaku3 dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 2%;
  font-size: 15px;
  background-color: #fff9fb;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

figure.hikaku3 dl dd:first-child img {
  width: 80px;
}

figure.hikaku3 dl dd:first-child a {
  font-size: 1.05em;
  font-weight: bold;
  color: #4274bb;
}

figure.hikaku3 dl dd img {
  width: 30px;
}

figure.hikaku3 span {
  display: block;
  width: 100%;
}

figure.hikaku3 dl dd:last-child {
  display: none;
}

figure.hikaku3 dl:nth-child(odd) dd {
  background-color: #fafafa;
}

p.text-first {
  margin: 0;
  font-weight: bold;
  color: #f54ba0;
}

p.text-second {
  margin: 0;
  font-weight: bold;
  color: #ff9085;
}

p.text-third {
  margin: 0;
  font-weight: bold;
  color: #60caba;
}

@media screen and (min-width: 768px) {
  figure.hikaku3 dl dd:last-child {
    display: flex;
  }

  figure.hikaku3 dl:first-child {
    display: grid;
    grid-template-columns: 210px 1fr 1fr 1fr;
    grid-gap: 1px;
  }

  figure.hikaku3 dl {
    display: grid;
    grid-template-rows: 60px 1fr;
    grid-template-columns: 210px 1fr 1fr 1fr;
    grid-gap: 1px;
    border-bottom: 1px solid #c5c5c5;
  }

  figure.hikaku3 dl dd:first-child {
    grid-row: 1/3;
    grid-column: 1/2;
  }

  figure.hikaku3 dl dd aside {
    width: 100%;
  }

  figure.hikaku3 dl dd:first-child img {
    width: 150px;
  }

  figure.hikaku3 dl dd:last-child {
    grid-row: 2/3;
    grid-column: 2/5;
  }

  figure.hikaku3 dl dt span,
  figure.hikaku3 dl dd span {
    display: inline;
    width: auto;
  }

  figure.hikaku3 dl dd .btn-as {
    width: 100%;
    margin: 0;
  }

  figure.hikaku3 dl dd .btn-as a {
    width: 90%;
    margin: 0 auto;
  }
}

/* 比較表 */

/* ボタンエフェクト */
a.btn-effect {
  background: linear-gradient(
    45deg,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f08dc1,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0
  );
  background: linear-gradient(
    45deg,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f08dc1,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0
  );
  background: linear-gradient(
    45deg,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f08dc1,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0,
    #f54ba0
  );
  background-color: #f54ba0;
  background-size: 500% 500%;
  animation: btn-effect 2s ease infinite;
}

@keyframes btn-effect {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* ボタンエフェクト */

/* mod-ank7 */
.mod-ank7 {
  padding: 0 0.5em 0.5em;
  margin-bottom: 10px;
  background: #f0f5fd;
  border: solid 1px #7198cf;
}

.mod-ank7 .ank_name {
  padding: 1.6em 1em 0;
}

.mod-ank7 .ank_name.no1,
.mod-ank7 .ank_name.no2,
.mod-ank7 .ank_name.no3 {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 4em auto;
  align-items: center;
  padding: 0.5em 1em 0;
}

.mod-ank7 .ank_name.no1::before,
.mod-ank7 .ank_name.no2::before,
.mod-ank7 .ank_name.no3::before {
  display: block;
  width: 4em;
  height: 2.9em;
  margin: 0.5em 0;
  content: "";
  background-size: auto 100%;
}

.mod-ank7 .ank_name.no1::before {
  background: url(../../../wpimages/post_image/icon-no1.png) no-repeat center left 2%;
}

.mod-ank7 .ank_name.no2::before {
  background: url(../../../wpimages/post_image/icon-no2.png) no-repeat center left 2%;
}

.mod-ank7 .ank_name.no3::before {
  background: url(../../../wpimages/post_image/icon-no3.png) no-repeat center left 2%;
}

.mod-ank7 .ank_name a {
  font-size: 1.3em;
  font-weight: bold;
  color: #4274bb;
}

.mod-ank7 .eye {
  width: 94%;
  margin: 1em 3%;
}

.mod-ank7 .eye img {
  width: 100%;
}

.mod-ank7 [class^="list-"] {
  padding-bottom: 0.5em;
  margin: 2em 5% 1em;
  font-size: 0.8em;
  color: #565656;
}

.mod-ank7 [class^="list-"] li {
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.mod-ank7 .ank_name a span {
  display: block;
  font-size: 0.8em;
}

figure.cont-ank7 {
  margin-bottom: 1em;
}

.search_text {
  width: 94%;
  margin: 1em 3%;
}

@media screen and (min-width: 768px) {
  .mod-ank7 {
    width: 90%;
    margin: 0 5% 20px;
  }

  .mod-ank7 .ank_name {
    width: 100%;
    margin: 0;
    text-align: left;
  }

  .mod-ank7 .ank_name.no1::before,
  .mod-ank7 .ank_name.no2::before,
  .mod-ank7 .ank_name.no3::before {
    display: inline-block;
    width: 3.8em;
    vertical-align: -1em;
  }

  .mod-ank7 .ank_name a span {
    display: inline;
    font-size: 1em;
  }

  .mod-ank7 .eye {
    width: 94%;
    margin: 1em 3%;
    background: #ebebeb;
  }

  .mod-ank7 .eye img {
    width: 60%;
    margin: 0 20%;
  }

  .mod-ank7 .area-point {
    display: flex;
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%;
    margin: 0 5% 1em;
    background: #fff;
  }

  .mod-ank7 .ttl-point_blue {
    position: relative;
    width: 40%;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .mod-ank7 .ttl-point_blue .middle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    margin: -1.3em 5% 0;
    text-align: center;
  }

  .mod-ank7 .ttl-point_blue::after {
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
    transform: scale(1, 1.1) rotate(-90deg);
  }

  .mod-ank7 [class^="btn-"] {
    width: 100%;
    margin: 0;
  }

  .mod-ank7 [class^="btn-"] a {
    width: 90%;
    margin: 0 auto 0.7em;
  }

  figure.cont-ank7 {
    margin-bottom: 2em;
  }
}

/* mod-ank7 */

/* パンくず追尾用 */
.opacity-light2 {
  opacity: 0.7;
}

/* パンくず追尾用 */

/* ステマ規制対応 */
.c-text_pr {
  font-size: 3.2vw;
  font-weight: 400;
}

.c-prLabel_wrap {
  position: relative;
}

.c-prLabel.typePost {
  top: -6.7vw;
  right: 5.4vw;
}

p.hikaku3_table_caption {
  margin: 0 0 4vw 5vw;
  font-size: 3vw;
  color: #8a8787;
}

p.txt-info.typeMb {
  margin-bottom: 4vw;
}

.ank_item_rpo_signature {
  margin: 1.5vw 0 3vw;
  line-height: 1.5;
  color: #000;
}

.ank_item_rpo_signature_time {
  font-size: 2.93vw;
  color: #888;
}

.ank_item_rpo_signature_pr {
  margin-top: 0.53vw;
  font-size: 2.93vw;
}

@media screen and (min-width: 768px) {
  .c-text_pr {
    font-size: 14px;
  }

  .c-prLabel.typePost {
    top: -35px;
    right: 40px;
  }

  p.hikaku3_table_caption {
    margin: 0 0 10px 40px;
    font-size: 12px;
  }

  p.txt-info.typeMb {
    margin-bottom: 40px;
  }

  .ank_item_rpo_signature {
    margin: 6px 0 10px;
  }

  .ank_item_rpo_signature_time {
    font-size: 10px;
  }

  .ank_item_rpo_signature_pr {
    margin-top: 4px;
    font-size: 10px;
  }
}

/* ステマ規制対応 */
