@charset "UTF-8";

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

.aligncenter2 {
  display: block;
  margin: 0 auto 2em;
  width: 90%;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

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

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

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

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

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

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

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

.gline {
  font-weight: bold;
  display: inline;
  background: -webkit-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 {
  font-weight: bold;
  display: inline;
  background: -webkit-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 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/*title*/
.ttl-a {
  background: #006db9;
  /*background: -webkit-linear-gradient(right, #11b99f, #01beda);*/
  /*background: linear-gradient(to left, #11b99f, #01beda);*/
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0.8em 0.6em 0.6em 0.65em;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

.fixed_headline_text {
  font-size: 11.2px;
  padding: 0.6em 0.7em 0.5em 0.7em;
}

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

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

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

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

.box-a .ttl-ganchan::before {
  content: '';
  display: inline;
  background: url(./images/icon-ganchan.png) no-repeat -6px 18px;
  padding: 27px;
  background-size: 50px;
}

@media screen and (min-width: 768px) {
  .area-content .box-a .ttl-ganchan::before {
    padding: 35px;
    background-size: 65px;
  }
}

@media screen and (max-width: 768px) {
  .area-content .box-a .ttl-ganchan::before {
    padding-top: 29px;
  }
}
.box-a .area-txt {
  padding: 0.8em 0.6em 0.65em;
  font-size: 0.9em;
}

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

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

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

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

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

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

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

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

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

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

.simple_box{
  width: 94%;
  margin: 7.5% 3% 1em 3%;
  padding: 0em 0.6em 0.8em 0.65em;
  border: 2px solid #006DB9;
}

.simple_box > p{
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  margin: 0;
  transform: translateY(-50%);
  width: auto;
  padding: 0 .5em;
}

.simple_box_text >*:last-child {
  margin-bottom: 0;
}


.area-intoro .simple_box {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}


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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: #565656;
  font-size: 1.4em;
  position: relative;
  border: solid 1px #565656;
  border-bottom: solid 4px #565656;
}

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

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

.area-btn2 {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  background: #f0f5fd;
  padding: 1em 0.5em;
}

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

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

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

.table-simple1 th {
  background: #f4fbff;
  border: 1px solid #c5c5c5;
  /* font-size: 15px; */
  font-size: 0.9em;
  /* 1220追加 */
  padding: 2%;
  text-align: center;
  border-collapse: collapse;
  height: 100%;
  word-wrap: break-word;
}

.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%;
  border: 1px solid #c5c5c5;
  word-wrap: break-word;
  font-size: 0.9em;
  /* 1220追加 */
}

/*.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 {
  text-align: center;
  font-size: 0.9em;
  /* 1220追記 */
}

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

.table-simple2 th {
  background: #f4fbff;
  border: 1px solid #c5c5c5;
  /* font-size: 15px; */
  font-size: 0.9em;/* 1220追加 */
  padding: 2%;
  text-align: center;
  border-collapse: collapse;
  height: 100%;
    word-wrap:break-word;
}

.table-simple2 th:first-child{
  width: 20%;
}
.table-simple2 th:nth-child(2){
  width: 30%;
}
.table-simple2 td{
  padding: 2%;
  border: 1px solid #c5c5c5;
  word-wrap:break-word;
  font-size: 0.9em;/* 1220追加 */
}

.table-simple2 tbody tr td.text-center {
  text-align: center;
  font-size: 0.9em; /* 1220追記 */
}


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

.table_color_pink th {
  background: #fff3ff;
}

.table_color_yellow th {
  background: #fffde2;
}

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

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

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

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

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

.sticky_table {
  border: none;
  border-bottom: solid 1px #c5c5c5;
  height: auto;
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}

.sticky_table::before {
  position: absolute;
  content: "";
  color: #fff;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 2;
  transition: all .2s;
  pointer-events: none;
}

.sticky_table::after {
  position: absolute;
  content: "";
  text-align: right;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 80px;
  height: 100px;
  transform: translateY(-25%);
  background: url(../../uploads/icon-table-scroll-left.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.sticky_table.remove-overlay::before {
  opacity: 0;
}

.sticky_table.remove-overlay::after {
  display: none;
}

.sticky_table thead, .sticky_table tbody {
  display: block;
}

.sticky_table thead th {
  border: 1px solid #c5c5c5;
  margin: 0 -1px -1px 0;
  height: auto;
  z-index: 1;
}

.sticky_table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background: #daeaff;
}

.sticky_table tr {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
}

.sticky_table tbody th {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  margin: 0 -1px -1px 0;
  background: #daeaff;
}

.sticky_table tr.header-row th, .sticky_table tr.header-row td {
  background: #fff9f1;
  border-right-color: transparent;
  border-left-color: transparent;
}

.sticky_table td {
  border: 1px solid #d7d7d7;
  margin: 0 -1px -1px 0;
}

/* post内 ranking-table */
.u-pc {
  display: none;
}

.table-ranking-star-agent {
  padding: 4vw 2vw;
  margin: 0 auto;
  display: block;
  border-collapse: collapse;
}

.table-ranking-star-agent thead tr {
  background: #56c3f7;
}

.table-ranking-star-agent thead th {
  padding: 2vw 0;
  font-size: 3.73333vw;
  color: #fff;
  border-top: 0.66667vw solid #0580d5;
  line-height: 1.4;
}

.table-ranking-star-agent thead th:first-child {
  width: 18vw;
}

.table-ranking-star-agent thead th:nth-child(2) {
  width: 44vw;
}

.table-ranking-star-agent thead th:nth-child(3) {
  width: 32.66667vw;
}

.table-ranking-star-agent tbody tr {
  text-align: center;
  vertical-align: middle;
}

.table-ranking-star-agent tbody tr:nth-child(even) {
  background: #fafaf3;
}

.table-ranking-star-agent tbody td {
  padding: 2vw 0;
}

.table-ranking-star-agent tbody td:first-child {
  color: #626262;
  font-weight: bold;
  font-size: 4.53333vw;
}

.table-ranking-star-agent tbody td:nth-child(2) {
  padding-left: 1.33333vw;
  text-align: left;
  font-size: 3.73333vw;
}

.table-ranking-star-agent tbody td:nth-child(2) a {
  color: #006db9;
  text-decoration: none;
  padding-bottom: 0.26667vw;
  border-bottom: 0.06667vw solid #006db9;
  font-size: 3.73333vw;
}

.table-ranking-star-agent tbody td:nth-child(3) {
  padding-right: 3.33333vw;
  font-size: 3.73333vw;
}

.table-ranking-star-agent tbody .satisfaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-ranking-star-agent tbody .recommend {
  display: block;
  text-align: right;
}

.table-ranking-star-agent tbody .center {
  text-align: center;
}

.table-ranking-star-agent tbody .right {
  text-align: right;
}

.table-ranking-star-agent tbody .left {
  text-align: left;
}

.table-ranking-star-agent tbody .star-area, .table-ranking-star-agent tbody .text-area {
  font-size: 3.6vw;
}

.table-ranking-star-agent tbody .star-area {
  width: 20vw;
  margin-top: 0.93333vw;
  height: 0;
  padding-top: 14%;
  background: url("../../uploads/image_star.png") no-repeat;
  background-size: 100%;
}

.table-ranking-star-agent tbody .star_0-0 {
  background-position-y: 0;
}

.table-ranking-star-agent tbody .star_0-2 {
  background-position-y: 3.3333%;
}

.table-ranking-star-agent tbody .star_0-4 {
  background-position-y: 6.6666%;
}

.table-ranking-star-agent tbody .star_0-5 {
  background-position-y: 10%;
}

.table-ranking-star-agent tbody .star_0-6 {
  background-position-y: 13.3333%;
}

.table-ranking-star-agent tbody .star_0-8 {
  background-position-y: 16.6666%;
}

.table-ranking-star-agent tbody .star_1-0 {
  background-position-y: 20%;
}

.table-ranking-star-agent tbody .star_1-2 {
  background-position-y: 23.3333%;
}

.table-ranking-star-agent tbody .star_1-4 {
  background-position-y: 26.6666%;
}

.table-ranking-star-agent tbody .star_1-5 {
  background-position-y: 30%;
}

.table-ranking-star-agent tbody .star_1-6 {
  background-position-y: 33.3333%;
}

.table-ranking-star-agent tbody .star_1-8 {
  background-position-y: 36.6666%;
}

.table-ranking-star-agent tbody .star_2-0 {
  background-position-y: 40%;
}

.table-ranking-star-agent tbody .star_2-2 {
  background-position-y: 43.3333%;
}

.table-ranking-star-agent tbody .star_2-4 {
  background-position-y: 46.6666%;
}

.table-ranking-star-agent tbody .star_2-5 {
  background-position-y: 50%;
}

.table-ranking-star-agent tbody .star_2-6 {
  background-position-y: 53.3333%;
}

.table-ranking-star-agent tbody .star_2-8 {
  background-position-y: 56.6666%;
}

.table-ranking-star-agent tbody .star_3-0 {
  background-position-y: 60%;
}

.table-ranking-star-agent tbody .star_3-2 {
  background-position-y: 63.3333%;
}

.table-ranking-star-agent tbody .star_3-4 {
  background-position-y: 66.6666%;
}

.table-ranking-star-agent tbody .star_3-5 {
  background-position-y: 70%;
}

.table-ranking-star-agent tbody .star_3-6 {
  background-position-y: 73.3333%;
}

.table-ranking-star-agent tbody .star_3-8 {
  background-position-y: 76.6666%;
}

.table-ranking-star-agent tbody .star_4-0 {
  background-position-y: 80%;
}

.table-ranking-star-agent tbody .star_4-2 {
  background-position-y: 83.3333%;
}

.table-ranking-star-agent tbody .star_4-4 {
  background-position-y: 86.6666%;
}

.table-ranking-star-agent tbody .star_4-5 {
  background-position-y: 90%;
}

.table-ranking-star-agent tbody .star_4-6 {
  background-position-y: 93.3333%;
}

.table-ranking-star-agent tbody .star_4-8 {
  background-position-y: 96.6666%;
}

.table-ranking-star-agent tbody .star_5-0 {
  background-position-y: calc(100% + 1px);
}

.table-ranking-star-agent tbody .text-area {
  display: block;
  text-align: right;
  margin-left: 0.66667vw;
}

.table-ranking-star-agent tbody .one, .table-ranking-star-agent tbody .two, .table-ranking-star-agent tbody .three {
  position: relative;
  z-index: 1;
  font-size: 3.46667vw;
}

.table-ranking-star-agent tbody .one:before, .table-ranking-star-agent tbody .two:before, .table-ranking-star-agent tbody .three:before {
  content: "";
  width: 16vw;
  height: 16vw;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.table-ranking-star-agent tbody .one::before {
  left: 52%;
  background-image: url("./images/icon-star-no1.png");
}

.table-ranking-star-agent tbody .two::before {
  left: 47%;
  background-image: url("./images/icon-star-no2.png");
}

.table-ranking-star-agent tbody .three::before {
  left: 49%;
  background-image: url("./images/icon-star-no3.png");
}

/* 導入文用 */
.table-ranking-star-agent-logo-a {
  padding: 4vw 2vw;
  margin: 0 -10px;
  display: block;
  border-collapse: collapse;
}

/* 記事内の場合 */
.area-content .table-ranking-star-agent-logo-a {
  margin: 0 2px;
  font-size: 12px;
}

.table-ranking-star-agent-logo-a thead tr {
  background: #72C2F2;
}

.table-ranking-star-agent-logo-a thead th {
  padding: 2vw 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.table-ranking-star-agent-logo-a thead .table-title {
  width: auto !important;
  background: #439DE8 !important;
  border-top: 0.66667vw solid #3581CF;
  text-align: center !important;
  font-weight: 600 !important;
}

.table-ranking-star-agent-logo-a thead .table-subtitle {
  font-size: 12px;
}

.table-ranking-star-agent-logo-a thead th:first-child {
  width: 13vw;
}

.table-ranking-star-agent-logo-a thead th:nth-child(2) {
  width: 40vw;
}

.table-ranking-star-agent-logo-a thead th:nth-child(3) {
  width: 0.66667vw;
}

.table-ranking-star-agent-logo-a tbody tr {
  text-align: center;
  vertical-align: middle;
}

.table-ranking-star-agent-logo-a tbody tr:nth-child(even) {
  background: #fafaf3;
}

.table-ranking-star-agent-logo-a tbody td:first-child {
  color: #626262;
  font-weight: bold;
}

.table-ranking-star-agent-logo-a tbody td:nth-child(2) {
  max-width: 180px;
  padding-bottom: 10px;
}

.table-ranking-star-agent-logo-a tbody td:nth-child(3) {
  padding-right: 0.33333vw;
  font-size: 3vw;
  display: flex;
  flex-direction: row;
}

.table-ranking-star-agent-logo-a tbody .text-link {
  font-size: smaller;
  margin: 0 -5px;
}


.table-ranking-star-agent-logo-a tbody .satisfaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column-reverse;
  padding-top: 1em;
}

.table-ranking-star-agent-logo-a tbody .cta {
  padding-left: 1em;
  padding-top: 2em;
  font-size: smaller;
}

.table-ranking-star-agent-logo-a tbody .cta a{
  font-weight: normal;
  font-size: 13px;
  width: min-content;
}

.table-ranking-star-agent-logo-a tbody .cta .btn-a a::after{
  font-size: 1em;
}

.table-ranking-star-agent-logo-a tbody .recommend {
  display: block;
  text-align: right;
}

.table-ranking-star-agent-logo-a tbody .star-area, .table-ranking-star-agent-logo-a tbody .text-area {
  font-size: 3.6vw;
  font-weight: bold;
  color: #e6b014;
}

.table-ranking-star-agent-logo-a tbody .star-area {
  width:  23vw;
  height: 0;
  padding-top: 18%;
  background: url("../../uploads/image_star.png") no-repeat;
  background-size: 100%;
}

.table-ranking-star-agent-logo-a tbody .star_0-0 {
  background-position-y: 0;
}

.table-ranking-star-agent-logo-a tbody .star_0-2 {
  background-position-y: 3.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_0-4 {
  background-position-y: 6.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_0-5 {
  background-position-y: 10%;
}

.table-ranking-star-agent-logo-a tbody .star_0-6 {
  background-position-y: 13.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_0-8 {
  background-position-y: 16.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_1-0 {
  background-position-y: 20%;
}

.table-ranking-star-agent-logo-a tbody .star_1-2 {
  background-position-y: 23.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_1-4 {
  background-position-y: 26.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_1-5 {
  background-position-y: 30%;
}

.table-ranking-star-agent-logo-a tbody .star_1-6 {
  background-position-y: 33.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_1-8 {
  background-position-y: 36.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_2-0 {
  background-position-y: 40%;
}

.table-ranking-star-agent-logo-a tbody .star_2-2 {
  background-position-y: 43.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_2-4 {
  background-position-y: 46.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_2-5 {
  background-position-y: 50%;
}

.table-ranking-star-agent-logo-a tbody .star_2-6 {
  background-position-y: 53.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_2-8 {
  background-position-y: 56.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_3-0 {
  background-position-y: 60%;
}

.table-ranking-star-agent-logo-a tbody .star_3-2 {
  background-position-y: 63.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_3-4 {
  background-position-y: 66.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_3-5 {
  background-position-y: 70%;
}

.table-ranking-star-agent-logo-a tbody .star_3-6 {
  background-position-y: 73.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_3-8 {
  background-position-y: 76.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_4-0 {
  background-position-y: 80%;
}

.table-ranking-star-agent-logo-a tbody .star_4-2 {
  background-position-y: 83.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_4-4 {
  background-position-y: 86.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_4-5 {
  background-position-y: 90%;
}

.table-ranking-star-agent-logo-a tbody .star_4-6 {
  background-position-y: 93.3333%;
}

.table-ranking-star-agent-logo-a tbody .star_4-8 {
  background-position-y: 96.6666%;
}

.table-ranking-star-agent-logo-a tbody .star_5-0 {
  background-position-y: calc(100% + 1px);
}

.table-ranking-star-agent-logo-a tbody .text-area {
  display: block;
  text-align: right;
  margin-right: 0.66667vw;
}

.table-ranking-star-agent-logo-a tbody .one, .table-ranking-star-agent-logo-a tbody .two, .table-ranking-star-agent-logo-a tbody .three {
  position: relative;
  z-index: 1;
  font-size: 4.46667vw;
}

.table-ranking-star-agent-logo-a tbody .one:before, .table-ranking-star-agent-logo-a tbody .two:before, .table-ranking-star-agent-logo-a tbody .three:before {
  content: "";
  width: 16vw;
  height: 16vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.table-ranking-star-agent-logo-a tbody .one::before {
  left: 50%;
  background-image: url("./images/icon_rank1.svg");
}

.table-ranking-star-agent-logo-a tbody .two::before {
  left: 50%;
  background-image: url("./images/icon_rank2.svg");
}

.table-ranking-star-agent-logo-a tbody .three::before {
  left: 50%;
  background-image: url("./images/icon_rank3.svg");
}

/*list*/
[class^="list-"] {
  list-style: none;
  width: 94%;
  margin: 0 3% 1em 3%;
  /* font-size: 0.9em; 1220追加 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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;
  height: 75%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 1));
  display: none;
}

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

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

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

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

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

/* アコーディオンここまで */
/* 関連記事カード */
a.post-link {
  display: block;
  text-decoration: none;
  margin: 0 auto 30px;
  width: 94%;
}

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

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

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

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

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

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

/* 以上関連記事カード */
/*interview-----------------------------*/
.interview-intro {
  width: 100%;
  margin: 25px 0;
  line-height: 1.7;
  border: 1px solid #e0e0e0;
  padding: 20px;
}

.area-content .interview-intro {
  width: 94%;
  margin: 0 3% 1em 3%;
}

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

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

.interview-intro-ttl {
  font-size: 14px;
}

.interview-intro-txt {
  font-size: 12px;
}

.area-content .interview-intro p {
  line-height: inherit;
  margin: 0;
  width: 100%;
}

/*balloon-----------------------------*/
.area-main .balloon {
  margin: 0 3% 15px;
  position: relative;
}

.area-main .balloon.left {
  padding-left: 55px;
}

.area-main .balloon.right {
  padding-right: 55px;
}

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

.area-main .balloon.left:before {
  left: 0;
}

.area-main .balloon.right:before {
  right: 0;
}

.area-main .balloon.left.man1:before {
  background-image: url("./images//balloon/man1-l.png");
}

.area-main .balloon.right.man1:before {
  background-image: url("./images//balloon/man1-r.png");
}

.area-main .balloon.left.man2:before {
  background-image: url("./images//balloon/man2-l.png");
}

.area-main .balloon.right.man2:before {
  background-image: url("./images//balloon/man2-r.png");
}

.area-main .balloon.left.man3:before {
  background-image: url("./images//balloon/man3-l.png");
}

.area-main .balloon.right.man3:before {
  background-image: url("./images//balloon/man3-r.png");
}

.area-main .balloon.left.woman1:before {
  background-image: url("./images//balloon/woman1-l.png");
}

.area-main .balloon.right.woman1:before {
  background-image: url("./images//balloon/woman1-r.png");
}

.area-main .balloon.left.woman2:before {
  background-image: url("./images//balloon/woman2-l.png");
}

.area-main .balloon.right.woman2:before {
  background-image: url("./images//balloon/woman2-r.png");
}

.area-main .balloon.left.agent-morikawa:before {
  background-image: url("./images//balloon/agent_morikawa-l.png");
}

.area-main .balloon.left.agent-woman:before {
  background-image: url("./images//balloon/agent_woman-l.png");
}

.area-main .balloon.taiken-man:before {
  background-image: url("./images//balloon/taiken-man1.png");
}

.area-main .balloon.taiken-woman:before {
  background-image: url("./images//balloon/taiken-woman1.png");
}

.area-main .balloon.question:before {
  background-image: url("./images//balloon/question-logo.png");
}

.area-main .balloon.answer:before {
  background-image: url("./images//balloon/answer-logo.png");
}

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

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

.area-main .balloon.left p:before {
  left: -15px;
}

.area-main .balloon.right p:before {
  right: -15px;
}

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

.area-main .balloon.left p:after {
  left: -45px;
}

.area-main .balloon.right p:after {
  right: -45px;
}

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

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

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

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

.area-main .balloon2.right.agent-haruno-regu:before {
  background-image: url("./images//balloon/haruno01-r.png");
}

.area-main .balloon2.right.agent-haruno-smile:before {
  background-image: url("./images//balloon/haruno02-r.png");
}

.area-main .balloon2.left.kurihara-regu:before {
  background-image: url("./images//balloon/kurihara01-l.png");
}

.area-main .balloon2.left.kurihara-smile:before {
  background-image: url("./images//balloon/kurihara02-l.png");
}

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

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

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

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

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

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

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

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

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

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

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

/*暫定吹き出し*/
.area-main .balloon3 {
  margin-bottom: 15px;
  position: relative;
}

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

.area-main .balloon3.left:before {
  left: 4%;
}

.area-main .balloon3.right:before {
  right: 4%;
}

.area-main .balloon3.right.kurihara01:before {
  /*普通の横顔*/
  background-image: url("./images//balloon/kurihara01.png");
}

.area-main .balloon3.right.kurihara02:before {
  /*ガッツポーズしてるやつ*/
  background-image: url("./images//balloon/kurihara02.png");
}

.area-main .balloon3.right.kurihara03:before {
  /*小さくガッツポーズしてるやつ*/
  background-image: url("./images//balloon/kurihara03.png");
}

.area-main .balloon3.right.kurihara04:before {
  /*衝撃受けてる風のやつ*/
  background-image: url("./images//balloon/kurihara04.png");
}

.area-main .balloon3.right.kurihara05:before {
  /*悩んでる風のやつ*/
  background-image: url("./images//balloon/kurihara05.png");
}

.area-main .balloon3.right.kurihara06:before {
  /*驚いている風のやつ*/
  background-image: url("./images//balloon/kurihara06.png");
}

.area-main .balloon3.right.kurihara07:before {
  /*説明してる風のやつ*/
  background-image: url("./images//balloon/kurihara07.png");
}

.area-main .balloon3.right.kurihara08:before {
  /*それなって感じのやつ*/
  background-image: url("./images//balloon/kurihara08.png");
}

.area-main .balloon3.right.kurihara09:before {
  /*ごめんって感じのやつ*/
  background-image: url("./images//balloon/kurihara09.png");
}

.area-main .balloon3.right.kurihara10:before {
  /*うわーって感じのやつ*/
  background-image: url("./images//balloon/kurihara10.png");
}

.area-main .balloon3.left.tamae01:before {
  /*okサインの奴*/
  background-image: url("./images//balloon/tamae01.png");
}

.area-main .balloon3.left.tamae02:before {
  /*なるほどって感じの奴*/
  background-image: url("./images//balloon/tamae02.png");
}

.area-main .balloon3.left.tamae03:before {
  /*おーいって呼び掛けてる感じの奴*/
  background-image: url("./images//balloon/tamae03.png");
}

.area-main .balloon3.left.tamae04:before {
  /*あごの下に手を当てている奴*/
  background-image: url("./images//balloon/tamae04.png");
}

.area-main .balloon3.left.tamae05:before {
  /*小首をかしげて笑ってるやつ*/
  background-image: url("./images//balloon/tamae05.png");
}

.area-main .balloon3.left.tamae06:before {
  /*衝撃受けてるっぽい感じの奴*/
  background-image: url("./images//balloon/tamae06.png");
}

.area-main .balloon3.left.tamae07:before {
  /*悩んでる風の奴*/
  background-image: url("./images//balloon/tamae07.png");
}

.area-main .balloon3.left.tamae08:before {
  /*両手を挙げてるやつ*/
  background-image: url("./images//balloon/tamae08.png");
}

.area-main .balloon3.left.tamae09:before {
  /*大きく丸を作っている奴*/
  background-image: url("./images//balloon/tamae09.png");
}

.area-main .balloon3.left.tamae10:before {
  /*ばつじるしを作ってるやつ*/
  background-image: url("./images//balloon/tamae10.png");
}

.area-main .balloon3.left.iwa01:before {
  /*手でグッドをしている奴*/
  background-image: url("./images/balloon/gan01.png");
}

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

.area-main .balloon3.bl-pink p {
  border-color: #FFC6CF;
}

.area-main .balloon3.bl-blue p {
  border-color: #C1DCFF;
}

.area-main .balloon3.left p {
  margin-right: 3%;
  line-height: 1.5;
}

.area-main .balloon3.right p {
  margin-left: 3%;
  line-height: 1.5;
}

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

.area-main .balloon3.right.bl-pink p:before {
  border-width: 16px 16px 0 0;
  border-color: #FFC6CF transparent transparent transparent;
  right: -18px;
}

.area-main .balloon3.left.bl-pink p:before {
  border-width: 0 16px 16px 0;
  border-color: transparent #FFC6CF transparent transparent;
  left: -18px;
}

.area-main .balloon3.right.bl-blue p:before {
  border-width: 16px 16px 0 0;
  border-color: #C1DCFF transparent transparent transparent;
  right: -18px;
}

.area-main .balloon3.left.bl-blue p:before {
  border-width: 0 16px 16px 0;
  border-color: transparent #C1DCFF transparent transparent;
  left: -18px;
}

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

.area-main .balloon3.left p:after {
  border-width: 0 14px 14px 0;
  border-color: transparent #fff transparent transparent;
  left: -11px;
}

.area-main .balloon3.right p:after {
  border-width: 14px 14px 0 0;
  border-color: #fff transparent transparent transparent;
  right: -11px;
}

.balloon4 {
  margin: 0 3% 15px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.balloon-right {
  flex-direction: row-reverse;
}

.balloon_image {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.balloon_image img {
  width: 100%;
}

.balloon4 > p {
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
  flex: 1;
  border: 2px solid #006db9;
  border-radius: 4px;
  font-size: 0.8em;
}

.balloon-left > p {
  margin-left: 16px;
}

.balloon-right > p {
  margin-right: 16px;
}

.balloon-right > p::before,
.balloon-right > p::after,
.balloon-left > p::before,
.balloon-left > p::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.balloon-left > p::before {
  border-width: 0 12px 12px 0;
  border-color: transparent #006db9 transparent transparent;
  top: 20px;
  left: -13px;
}

.balloon-left > p::after {
  border-width: 0 12px 12px 0;
  border-color: transparent #fff transparent transparent;
  top: 22px;
  left: -8px;
}

.balloon-right > p::before {
  border-width: 12px 12px 0 0;
  border-color: #006db9 transparent transparent transparent;
  top: 20px;
  right: -13px;
}

.balloon-right > p::after {
  border-width: 12px 12px 0 0;
  border-color: #fff transparent transparent transparent;
  top: 22px;
  right: -8px;
}


/*暫定吹き出しここまで*/
/*Q&A BOX*/
.area-content .qa-box {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 8px 10px 8px 42px;
  position: relative;
}

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

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

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

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

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

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

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

.area-content .qa-box.question:before {
  background-image: url("./images//balloon/question-logo.png");
}

.area-content .qa-box.question.red:before {
  background-image: url("./images//balloon/question-logo-red.png");
}

.area-content .qa-box.answer:before {
  background-image: url("./images//balloon/answer-logo.png");
}

.area-content .qa-box.answer.blue:before {
  background-image: url("./images//balloon/answer-logo-blue.png");
}

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

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

.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 {
  margin: 0 auto;
  width: 94%;
  padding-top: 20px;
  border: solid 1px #006db9;
  margin-bottom: 20px;
}

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

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

.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 rgba(100, 100, 100, .2);
}

.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 {
  background: #fafafa;
  padding: 2% 4%;
  line-height: 1.2;
}

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

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

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

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

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

.hikaku2 .ank_info a span {
  /*display: block;*/
  font-size: 1.05em;
  line-height: 1.3;
  position: relative;
}

.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("../../uploads/table-triangle.png");
  background-position: right -1px bottom -1px;
  background-repeat: no-repeat;
  background-size: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(./images/icon-no1.png) no-repeat center left 2%;
  background-size: auto 2em;
}

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

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

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

.table-ranking .no1.rank-none td:nth-child(1) {
  background: url(./images/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 {
  border-collapse: collapse;
  margin: 0 auto;
  width: 94%;
  border: solid 1px #d5d5d5;
}

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

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

.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;
  vertical-align: middle;
  padding-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  content: "";
  display: block;
  background-size: auto 100%;
  width: 5em;
  height: 2.9em;
  margin: 0.5em auto;
}

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

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

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

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

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

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

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

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

.mod

.area-point {
  background: #fff;
}

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

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

.area-reco {
  background: #fafafa;
}

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

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

/*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 {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

.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 {
  border: solid 2px #7198cf;
  width: 90%;
  margin: 0 5% 2em 5%;
}

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

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

.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 {
  background: #f0f5fd;
  padding: 5%;
  border-bottom: solid 2px #7198cf;
  text-align: center;
  margin-bottom: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mod-ank8 {
  width: 94%;
  margin: 0 3% 1em 3%;
}

.mod-ank8 .ank_body {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.mod-ank8 .ank_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: -moz-linear-gradient(135deg, #14baf8, #0089d4);
  background: -webkit-linear-gradient(135deg, #14baf8 ,#0089d4);
  background: linear-gradient(to 135deg, #14baf8, #0089d4);
  padding: 12px 32px;
}

.mod-ank8 .ank_head_name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
}

.mod-ank8 .ank_body {
  padding: 24px 16px;
}

.mod-ank8 .ank_eyecatch {
  border: solid 1px #ccc;
  width: 75%;
  margin: 0 auto 24px;
}

 /* 案件00540向けの追加*/
.mod-ank8 .ank_eyecatch.ank_img_size_fix {
  width: 95%;
}

.mod-ank8 .ank_eyecatch.ank_img_size_fix img {
  width: 100%;
}

.mod-ank8 .ank_body_content {
  margin-bottom: 24px;
}

.mod-ank8 .ank_sub_title {
  font-size: 1em;
  margin-bottom: 5px;
}

.mod-ank8 .ank_review_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.mod-ank8 .ank_review_row:last-child {
  margin-bottom: 0;
}

.mod-ank8 .ank_review_row_label {
  width: 40%;
  text-align: center;
  background: #e4f2fb;
  color: #323232;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 0;
}

.mod-ank8 .ank_review_row:first-child .ank_review_row_label {
  background: #0ba4e8;
  color: #fff;
}

.mod-ank8 .ank_review_row .ank_review_row_label.total_satisfaction_label {
  background: #0ba4e8;
  color: #fff;
}

.mod-ank8 .ank_review_row_star {
  width: 36%;
  height: 0;
  padding-top: 6.5%;
  background: url("../../uploads/image_star.png") no-repeat;
  background-size: 100%;
}

.mod-ank8 .ank_review_row_star.star_0-0 { background-position-y: 0; }
.mod-ank8 .ank_review_row_star.star_0-2 { background-position-y: 3.3333%; }
.mod-ank8 .ank_review_row_star.star_0-4 { background-position-y: 6.6666%; }
.mod-ank8 .ank_review_row_star.star_0-5 { background-position-y: 10%; }
.mod-ank8 .ank_review_row_star.star_0-6 { background-position-y: 13.3333%; }
.mod-ank8 .ank_review_row_star.star_0-8 { background-position-y: 16.6666%; }
.mod-ank8 .ank_review_row_star.star_1-0 { background-position-y: 20%; }
.mod-ank8 .ank_review_row_star.star_1-2 { background-position-y: 23.3333%; }
.mod-ank8 .ank_review_row_star.star_1-4 { background-position-y: 26.6666%; }
.mod-ank8 .ank_review_row_star.star_1-5 { background-position-y: 30%; }
.mod-ank8 .ank_review_row_star.star_1-6 { background-position-y: 33.3333%; }
.mod-ank8 .ank_review_row_star.star_1-8 { background-position-y: 36.6666%; }
.mod-ank8 .ank_review_row_star.star_2-0 { background-position-y: 40%; }
.mod-ank8 .ank_review_row_star.star_2-2 { background-position-y: 43.3333%; }
.mod-ank8 .ank_review_row_star.star_2-4 { background-position-y: 46.6666%; }
.mod-ank8 .ank_review_row_star.star_2-5 { background-position-y: 50%; }
.mod-ank8 .ank_review_row_star.star_2-6 { background-position-y: 53.3333%; }
.mod-ank8 .ank_review_row_star.star_2-8 { background-position-y: 56.6666%; }
.mod-ank8 .ank_review_row_star.star_3-0 { background-position-y: 60%; }
.mod-ank8 .ank_review_row_star.star_3-2 { background-position-y: 63.3333%; }
.mod-ank8 .ank_review_row_star.star_3-4 { background-position-y: 66.6666%; }
.mod-ank8 .ank_review_row_star.star_3-5 { background-position-y: 70%; }
.mod-ank8 .ank_review_row_star.star_3-6 { background-position-y: 73.3333%; }
.mod-ank8 .ank_review_row_star.star_3-8 { background-position-y: 76.6666%; }
.mod-ank8 .ank_review_row_star.star_4-0 { background-position-y: 80%; }
.mod-ank8 .ank_review_row_star.star_4-2 { background-position-y: 83.3333%; }
.mod-ank8 .ank_review_row_star.star_4-4 { background-position-y: 86.6666%; }
.mod-ank8 .ank_review_row_star.star_4-5 { background-position-y: 90%; }
.mod-ank8 .ank_review_row_star.star_4-6 { background-position-y: 93.3333%; }
.mod-ank8 .ank_review_row_star.star_4-8 { background-position-y: 96.6666%; }
.mod-ank8 .ank_review_row_star.star_5-0 { background-position-y: calc(100% + 1px); }

.mod-ank8 .ank_review_row_num {
  font-size: 19px;
  font-weight: bold;
  color: #e6b013
}

.mod-ank8 .ank_note {
  margin-top: -10px;
}

.mod-ank8 .ank_txt {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.mod-ank8 .ank_btn {
  display: block;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.mod-ank8 .ank_btn:last-child {
  margin-bottom: 0;
}

.mod-ank8 .ank_btn-conversion {
  background: #f54ba0;
  box-shadow: 0 -4px 5px #d00068 inset;
  color: #fff;
  letter-spacing: .05em;
  padding: 10px 8px;
}

.mod-ank8 .ank_btn-detail {
  background: #fff;
  color: #f54ba0;
  letter-spacing: .03em;
  border: solid 1px #f54ba0;
  padding: 8px;
}

.mod-ank8.ank-rank {
  padding-top: 10px;
}

.mod-ank8.ank-rank .ank_head {
  padding-left: 75px;
  position: relative;
}

.mod-ank8.ank-rank .ank_head::after {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.mod-ank8.ank-rank-01 .ank_head::after {
  background-image: url(../../uploads/icon-anken-rank-01.png);
}

.mod-ank8.ank-rank-02 .ank_head::after {
  background-image: url(../../uploads/icon-anken-rank-02.png);
}

.mod-ank8.ank-rank-03 .ank_head::after {
  background-image: url(../../uploads/icon-anken-rank-03.png);
}

.mod-ank8.ank-rank-04 .ank_head::after {
  background-image: url(../../uploads/icon-anken-rank-04.png);
}

.mod-ank8.ank-rank-05 .ank_head::after {
  background-image: url(../../uploads/icon-anken-rank-05.png);
}

.mod-ank8 .ank_btn_area p{
  margin-bottom: 0;
}

.mod-ank8 .ank_btn_area  [class^="btn-"] a{
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class^="desc-"] dd {
  margin-bottom: 1em;
  font-size: .8em;
}

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

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

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

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

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

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

.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 {
  background-color: #ddeae8;
  padding: 40px 50px;
}

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

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

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

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

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

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

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

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

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

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

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

.diagnosis_area_field label {
  font-size: 112.5%;
  line-height: 1.7;
  margin-right: 30px;
  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;
  border: solid 2px #ddd;
  border-radius: 4px;
  margin-right: 25px;
}

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

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

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

.diagnosis_arrow img {
  width: 60px;
}

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

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

#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 {
  text-align: center;
  margin: 0 auto;
  margin-top: 6%;
  width: 80%;
  border: solid 3px #ddeae8;
  border-radius: 8px;
  padding-bottom: 20px;
}

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

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

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

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

.diagnosis_btn-link:after {
  content: "\f08e";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 20px;
  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 {
  background-color: #ddeae8;
  padding: 6% 5%;
}

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

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

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

.check2.inline {
  display: inline;
}

.check2.inline br {
  display: none;
}

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

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

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

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

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

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

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

.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 {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
  border-radius: 8px;
  border-spacing: 0;
  border: solid .5px #ddeae8;
  border-collapse: separate;
}

#check2_table tr {
  text-align: center;
  font-size: 112.5%;
  letter-spacing: 1px;
}

#check2_table th {
  width: 50%;
  background-color: #ddeae8;
  color: #48a2b9;
  letter-spacing: 2px;
}

#check2_table th:nth-child(1) {
  border-radius: 8px 0 0 0 / 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0 / 8px 0 0 0;
  -moz-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;
  -webkit-border-radius: 0 8px 0 0 / 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0 / 0 8px 0 0;
}

#check2_table th,
#check2_table td {
  border-left: solid .5px #ddeae8;
  border-top: solid .5px #ddeae8;
  font-size: 87.5%;
}

#check2_table td span {
  font-size: 80%;
}

#check2_table tr.bottom {
  background-color: #fff9a5;
  border-bottom: solid .5px #ddeae8;
  color: #ff0055;
  font-size: 135%;
  font-weight: bold;
  height: 40px;
}

#check2_table tr.bottom td:nth-child(1) {
  border-radius: 0 0 0 8px / 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px / 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px / 0 0 0 8px;
  border-bottom: solid .5px #ddeae8;
}

#check2_table tr.bottom td:nth-child(2) {
  border-radius: 0 0 8px 0 / 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0 / 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0 / 0 0 8px 0;
  border-right: solid .5px #ddeae8;
  border-bottom: solid .5px #ddeae8;
}

.check2_ans_area_block {
  border: solid 3px #ddeae8;
  border-radius: 8px;
  text-align: center;
  width: 100%;
}

.check2_ans_area_block_ttl {
  background-color: #ddeae8;
  color: #48a2b9;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 60px;
}

.check2_ans_area_block img {
  display: block;
  width: 80%;
  margin: 15px auto;
  box-shadow: 0 0 10px #999;
}

.check2_btn.agent {
  font-size: 95%;
  width: 80%;
  padding: 10px 0;
  position: relative;
  margin-bottom: 30px;
}

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

/*ダウンロードボタン用*/
.download-button-box {
  text-align: center;
}

.download-button-box a.download-button {
  color: cadetblue;
  font-weight: bold;
  background: rgb(253, 245, 207);
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  /* -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6); */
  -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  border: double;
  margin: 10px auto;
  padding: 5px 20px;
  display: inline-block;
}

/*20180219 MikihoSuda ページ内リンク付きのランキングパーツのためのcssを追加*/
.rank_link_list {
  width: 90%;
  margin: 0 auto 2em;
}

.rank_link_box {
  border: 1px solid #2d6cb3;
  margin: 0 0 10px;
  position: relative;
  z-index: 10;
}

.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 {
  margin: 0;
  width: auto;
}

.rank_link_box .rank_no {
  font-size: 25px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.rank_link_box .rank_no_title {
  position: absolute;
  right: 0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  margin-left: 20px;
  font-size: 20px;
  padding: 0 10px 0;
  width: 85%;
  height: 98%;
  z-index: -1;
  margin-bottom: 1px;
}

.rank_link_box:nth-child(4) .rank_no_title {
  font-size: 15px;
}

.rank_link_box:nth-child(5) .rank_no_title {
  font-size: 12px;
  padding-top: 0;
}

.rank_link_box:nth-child(1) a::before {
  content: url(images/rank_link_no1.png);
  margin-right: 5px;
  padding-top: 5px;
}

.rank_link_box:nth-child(2) a::before {
  content: url(images/rank_link_no2.png);
  margin-right: 5px;
  padding-top: 5px;
}

.rank_link_box:nth-child(3) a::before {
  content: url(images/rank_link_no3.png);
  margin-right: 5px;
  padding-top: 5px;
}

.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 {
  content: '';
  width: 21px;
  margin-right: 8px;
  padding-top: 5px;
}

.rank_link_box:nth-child(5) a::before {
  content: '';
  width: 21px;
  margin-right: 10px;
  padding-top: 5px;
}

/*年代ボタン*/
.ago_btn_list {
  width: 90%;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

/*年代別ボタン 20180313 TakuyaShinoda*/
.age-anken {
  margin: 30px auto;
  width: 90%;
}

.age-list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 20px;
}

.age-list-wrap li {
  width: 23%;
  cursor: pointer;
  position: relative;
}

.age-list-wrap li a {
  opacity: .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;
  left: 0;
  bottom: 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 {
  width: 14px;
  height: 3px;
  background: #fff;
  position: absolute;
}

.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 {
  border: 2px solid;
  background: #fafaf5;
  padding-bottom: 15px;
}

#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 {
  color: #fff;
  font-size: 125%;
  margin-bottom: 15px;
  padding: 15px;
}

#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 {
  margin: 0 auto;
  width: 96%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(200, 200, 200, .4);
  list-style: none;
}

.anken-list {
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
}

.anken-list:last-child {
  border: none;
}

.anken-head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #2d6cb3;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 15px;
}

.anken-head-rank {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 17%;
}

.anken-head-rank img {
  margin: 0 8px;
  padding-bottom: 3px;
  width: 20px;
}

.anken-head-name {
  letter-spacing: .8px;
}

.age-anken .anken-body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.age-anken .anken-body-rate {
  text-align: center;
  width: 3%;
}

.age-anken .anken-body-cap {
  cursor: pointer;
  width: 27%;
}

.age-anken .anken-body-cap:hover {
  opacity: .7;
}

.age-anken .anken-body-text {
  font-size: 90%;
  text-align: center;
  width: 35%;
  margin-right: 1%;
}

.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 {
  background: #ddeafd;
  border-bottom: 5px solid #c0d7fb;
  color: #2d6cb3;
  cursor: pointer;
  display: block;
  letter-spacing: .5px;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  width: 28%;
}

.age-anken .accordion-area {
  height: 300px;
  overflow-y: hidden;
  position: relative;
  margin-bottom: 30px;
}

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

.age-anken .accordion-btn-area {
  position: absolute;
  height: 45%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(250, 250, 245, 0.1) 0, rgba(250, 250, 245, 1));
  display: block;
}

.age-anken .accordion-btn-pc {
  background: #959595;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  width: 250px;
  line-height: 3;
  right: 0;
  left: 0;
  bottom: 10%;
  margin: auto;
  position: absolute;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, .5);
}

.age-anken .accordion-btn-sp {
  display: none;
}

.age-anken .anken-link-wrap {
  margin: 10px auto 0;
  width: 94%;
}

.age-anken .anken-link-wrap a {
  color: #2d6cb3;
  display: inline-block;
  margin-bottom: 5px;
}

.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 {
  margin: 30px auto;
  width: 90%;
}

.age-anken_tab .inner_tab_btn {
  width: 96%;
  margin: 0 auto;
  display: flex;
}

.age-anken_tab .tab_area {
  display: none;
  position: relative;
}

.age-anken_tab .tab_area_wp {
  height: 300px;
  overflow-y: hidden;
}

.age-anken_tab .inner_tab_btn li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  text-align: center;
  list-style: none;
  background: #ddeafd;
  color: #2d6cb3;
  position: relative;
  margin: 0 7px 0 0;
  padding: 13px 0;
  cursor: pointer;
}

.age-anken_tab .tab_btn_active::after {
  content: '';
  display: block;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #006db9;
  z-index: 1;
  bottom: -20px;
  left: calc(50px - 7px);
}

.br_sp {
  display: none;
}

.age-anken_tab .age-anken {
  margin: 30px auto;
  width: 90%;
}

.age-anken_tab .age-list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 20px;
}

.age-anken_tab .age-list-wrap li {
  width: 23%;
  cursor: pointer;
  position: relative;
}

.age-anken_tab .age-list-wrap li a {
  opacity: .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;
  left: 0;
  bottom: 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 {
  width: 14px;
  height: 3px;
  background: #fff;
  position: absolute;
}

.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 {
  border: 2px solid;
  background: #fafaf5;
  padding-bottom: 15px;
}

.age-anken_tab .age-anken-content-head {
  color: #fff;
  font-size: 125%;
  margin-bottom: 15px;
  padding: 15px;
}

.age-anken_tab .anken-list-wrap {
  margin: 0 auto;
  width: 96%;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(200, 200, 200, .4);
  list-style: none;
}

.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: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #2d6cb3;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 15px;
}

.age-anken_tab .anken-head-rank {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 17%;
}

.age-anken_tab .anken-head-rank img {
  margin: 0 8px;
  padding-bottom: 3px;
  width: 20px;
}

.age-anken_tab .anken-head-name {
  letter-spacing: .8px;
}

.age-anken_tab .anken-body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.age-anken_tab .anken-body-rate {
  text-align: center;
  width: 9%;
}

.age-anken_tab .anken-body-cap {
  cursor: pointer;
  width: 27%;
}

.age-anken_tab .anken-body-cap:hover {
  opacity: .7;
}

.age-anken_tab .anken-body-text {
  font-size: 90%;
  text-align: center;
  width: 35%;
}

.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 {
  background: #ddeafd;
  border-bottom: 5px solid #c0d7fb;
  color: #2d6cb3;
  cursor: pointer;
  display: block;
  letter-spacing: .5px;
  line-height: 2.5;
  text-align: center;
  text-decoration: none;
  width: 23%;
}

.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;
  height: 45%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(250, 250, 245, 0.1) 0, rgba(250, 250, 245, 1));
  display: block;
}

.age-anken_tab .accordion-btn-pc {
  background: #959595;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  width: 250px;
  line-height: 3;
  right: 0;
  left: 0;
  bottom: 10%;
  margin: auto;
  position: absolute;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, .5);
}

.age-anken_tab .accordion-btn-sp {
  display: none;
}

.age-anken_tab .anken-link-wrap {
  margin: 10px auto 0;
  width: 94%;
}

.age-anken_tab .anken-link-wrap a {
  color: #2d6cb3;
  display: inline-block;
  margin-bottom: 5px;
}

.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 {
  margin: 20px auto;
  max-width: 500px;
  width: 94%;
}

.gender-btn-area {
  margin-bottom: 15px;
}

.gender-btn-area:last-child {
  margin-bottom: 0;
}

.gender-btn {
  border-radius: 15px 15px 0 0 / 15px 15px 0 0;
  cursor: pointer;
  height: 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gender-btn-area.man .gender-btn {
  background: #b1d3e8;
  box-shadow: 0 3px 1px rgba(44, 88, 138, .6);
}

.gender-btn-area.woman .gender-btn {
  background: #e8b1d0;
  box-shadow: 0 3px 1px rgba(174, 115, 148, .6);
}

.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%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 120%;
  letter-spacing: 1px;
}

.gender-btn-mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  color: #fff;
  font-size: 130%;
}

.gender-btn-open {
  border-radius: 0 0 15px 15px / 0 0 15px 15px;
  padding-bottom: 25px;
  display: none;
}

.gender-btn-area.man .gender-btn-open {
  background: #d8e7f0;
  box-shadow: 0 3px 1px rgba(44, 88, 138, .6);
}

.gender-btn-area.woman .gender-btn-open {
  background: #f0d8e9;
  box-shadow: 0 3px 1px rgba(174, 115, 148, .6);
}

.gender-btn-open-list {
  background: #fff;
  border-radius: 0 0 15px 15px / 0 0 15px 15px;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding-top: 3px;
  width: 70%;
}

.gender-btn-open-list li {
  color: #3d68c9;
  letter-spacing: .5px;
  padding: 10px 0;
  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 {
  margin: 0 auto 20px;
  width: 94%;
  background: #fbf7e2;
}

.kansyu-block-inner {
  padding: 8px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.kansyu-block img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 1px #ddd;
  margin-right: 20px;
}

.kansyu-content {
  margin: 0;
  display: inline-block;
  width: auto;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.kansyu-tag {
  color: #fff;
  line-height: 1.8;
  background-color: #e95280;
  padding: 0 7px;
  font-size: 85%;
  border-radius: 5%;
  margin-right: 10px;
  white-space: nowrap;
}

.kansyu-pos {
  font-size: 90%;
}

.kansyu-name {
  margin-bottom: .2em;
}

.kansyu-txt {
  text-align: right;
  font-size: 65%;
}

/*監修者BOXここまで 20180409 TakuyaShinoda*/
/*案件比較表*/
.ank_search_area {
  border: 2px solid #106fb6;
  width: 94%;
  margin: 5% auto;
}

.ank_search_ttl {
  display: block;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: bold;
  width: 94%;
  margin: 2% auto;
  padding: 3% 0 3% 5%;
  position: relative;
}

.ank_search_ttl::before {
  content: '';
  background: #106fb6;
  width: 4px;
  height: 1em;
  padding: 3% 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.search_tab {
  width: 94%;
  margin: 2% auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[class^="search_tab_item"] {
  display: block;
  background: #edf7ff;
  border-radius: 4px;
  width: 32%;
  margin: 0 0 3%;
  border-bottom: 2px solid rgba(56, 158, 219, .3);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 1% 0;
  cursor: pointer;
}

.search_tab_item-active {
  background: #389edb;
  color: #FFF;
  border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.search_list_ttl {
  background: #106fb6;
  color: #FFF;
  text-align: center;
  padding: 4% 0;
  font-weight: bold;
  margin-bottom: 2%;
}

.search_list {
  width: 94%;
  margin: 0 auto;
  background: #fff9dc;
  padding: 2% 0 2% 1.5em;
}

.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%;
  margin: 5% auto;
  background: #edf7ff;
  border: 1px solid #c5c5c5;
  padding: 2%;
}

[class^="ank_info_img"] {
  width: 94%;
  margin: 0 auto;
}

.search_ank_ttl {
  display: block;
  background: #FFF;
  color: #4274bb;
  font-size: 14px;
  padding: 2% 0 2% 3%;
  position: relative;
  margin-bottom: 3%;
  font-weight: bold;
}

.search_ank_ttl::before {
  content: '';
  display: block;
  background: #4274bb;
  width: 4px;
  height: 1em;
  padding: 2% 0;
  position: absolute;
  left: 0;
  top: 0;
}

.ank_info_list {
  margin: 3% 0 3% 1.5em;
}

.search_ank_button {
  display: block;
  background: #f24fa0;
  text-align: center;
  padding: 3% 0;
  border-radius: 4px;
  border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.search_ank_button a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}

.search_ank_button a::after {
  content: "\f08e";
  font-family: "FontAwesome";
  position: absolute;
  right: 5%;
}

.search_ank_info_link a {
  font-size: 12px;
  text-align: center;
  display: block;
}

/*案件比較表ここまで*/
/*女性カテゴリー用の色変更用class*/
.cat_woman .table-ranking {
  border: solid 4px #FF7690;
}

.cat_woman .table-ranking caption {
  background: #FF7690;
}

.cat_woman .table-ranking th {
  background: #FFEFF1;
}

.cat_woman .ttl-a {
  background: #FF7690;
}

.cat_woman .ttl-a::after {
  color: #FF7690;
}

.cat_woman .ttl-b {
  background: #FFC3CE;
  border-bottom: solid 3px #E8ADB8;
}

.cat_woman .kansyu-block-inner {
  background: #F7F4FA;
}

.cat_woman .box-c {
  background: #F7F4FA;
}

.cat_woman .area-main .balloon p {
  background: #F7F2FF;
}

.cat_woman .area-main .balloon.left p:before {
  background: #F7F2FF;
}

.cat_woman .box-d {
  border: solid 2px #FF9085;
}

.cat_woman .list-dot li::before {
  color: #FF9085;
}

.cat_woman .btn-as a {
  background: #6B83E6;
}

.cat_woman .box-a {
  border: solid 2px #FF7690;
}

.cat_woman .box-a .ttl-book::before {
  background: #FF7690;
}

.cat_woman .box-a .ttl-book {
  background: #FFC3CE;
}

.cat_woman .ttl-c {
  border-left: solid 6px #FF7690;
}

.cat_woman .desc-number dt::before {
  color: #FF7690;
}

.cat_woman .accordion-btn {
  color: #FF7690;
}

.cat_woman .mod-matome {
  border: solid 2px #FF7690;
  background: #F7F4FA;
}

.cat_woman .mod-matome .ttl-matome {
  background: #FF7690;
}

.cat_woman .list-chk li::before {
  background: url(./images/icon-chk_woman.png) no-repeat;
  background-size: 100% auto;
}

.cat_woman .list-num li::before {
  color: #FF9085;
}

.cat_woman .fixed_headline {
  background: #FF7690;
}

.cat_woman .fixed_headline:before {
  color: #FF7690;
}

.cat_woman .btn-b a, .cat_woman .btn-a a {
  background: #6B83E6;
}

/*女性カテゴリー用の色変更用classここまで*/
/*ランキング1*/
.ranking1 {
  width: 90%;
  margin: 0 auto 1em;
}

.ranking1_head {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.ranking1_head_in {
  display: inline-block;
}

.ranking1_head_in h3 {
  display: inline-block;
  color: #006db9;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.ranking1_head_in h3::before,
.ranking1_head_in h3::after {
  display: block;
  content: "";
  width: 4px;
  height: 60px;
  background: #006db9;
  position: absolute;
  top: 10px;
}

.ranking1_head_in h3::before {
  left: -4%;
  transform: rotate(-17deg);
}

.ranking1_head_in h3::after {
  right: -4%;
  transform: rotate(17deg);
}
}

.ranking1_head_in h3 .big {
  font-size: 30px;
}

.ranking1_head_in h3 .big-num {
  font-size: 37px;
}

.ranking1_head_in p {
  font-size: 11px;
  width: 100%;
  margin: 10px 0 0;
}

.ranking1_item_wrap {
  list-style: none;
}

.ranking1_item {
  background: #fff;
  padding: 5%;
}

.ranking1_item:first-child {
  background: #fef3f6;
}

.ranking1_item_head {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 12px;
}

.ranking1_item_head img {
  width: 30px;
  margin-right: 4px;
}

.ranking1_item_num {
  font-size: 15px;
  font-weight: bold;
}

.ranking1_item_num span {
  font-size: 24px;
}

.ranking1_item_name {
  font-size: 18px;
  font-weight: bold;
  margin-left: 7px;
}

.ranking1_item_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ranking1_item_box:last-child {
  margin-bottom: 0;
}

.ranking1_item_img {
  border: solid 2px #fff;
  width: 65%;
}

.ranking1_item_table_wrap {
  width: 30%;
}

.ranking1_item_table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #d9d9d9;
}

.ranking1_item:nth-child(1) .ranking1_item_table {
  border: none;
}

.ranking1_item_table th,
.ranking1_item_table td {
  width: calc(100% / 3);
  text-align: center;
  font-size: 11px;
  border-right: solid 1px #d9d9d9;
}

.ranking1_item_table th:last-child,
.ranking1_item_table td:last-child {
  border-right: none;
}

.ranking1_item:nth-child(1) .ranking1_item_table th,
.ranking1_item:nth-child(1) .ranking1_item_table td {
  border-color: #fef3f6;
}

.ranking1_item_table th {
  color: #fff;
  background: #006db9;
}

.ranking1_item_table td {
  background: #fff;
  color: #000;
  padding: 4px;
}

.ranking1_item_table td::before {
  display: block;
  height: 20px;
}

.ranking1_item_sentence div {
  font-size: 14px;
  letter-spacing: .03em;
  font-weight: bold;
}

.ranking1_item_sentence p {
  font-size: 13px;
  color: #000;
  width: 100%;
  margin: 0;
}

.ranking1_item_box-bottom {
  flex-direction: column;
}

.ranking1_item_more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.ranking1_item_more p {
  font-size: 10px;
  color: #5f5f5f;
  width: auto;
  margin: 0 5% 0 0;
}

.ranking1_item_more a {
  color: #f54ba0;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 15px;
  position: relative;
}

.ranking1_item_more a::before,
.ranking1_item_more a::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 7px;
  width: 7px;
  border-right: solid 1px #f54ba0;
  border-bottom: solid 1px #f54ba0;
}

.ranking1_item_more a::before {
  transform: translateY(8px) rotate(45deg);
}

.ranking1_item_more a::after {
  transform: translateY(3px) rotate(45deg);
}

.ranking1_item_btn_area {
  width: 100%;
  margin-top: 12px;
}

.ranking1_item_btn_area a {
  font-size: 15px;
}

@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 {
    font-size: 100%;
    margin-right: 15px;
  }

  fieldset.diagnosis {
    margin-left: 55px;
  }

  fieldset.diagnosis.inline {
    margin-left: 55px;
  }

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

  .diagnosis_area_field input.shikaku-area_input {
    margin-right: 0;
    width: 120px;
  }

  .diagnosis_btn {
    font-size: 112.5%;
    margin-top: 20px;
    padding: 8px 0;
    width: 80%;
  }

  #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 {
    font-size: 92.5%;
    width: 90%;
  }

  /*20180219 MikihoSuda ページ内リンク付きのランキングパーツのためのcssを追加*/
  .rank_link_box {
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px #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 {
    background: #d9e4f1;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
    width: 78%;
    padding: 0px 5px 0;
    margin-left: 10px;
  }

  .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 {
    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;
    height: 75%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 1));
    display: block;
  }

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

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

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

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

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

  /* アコーディオンここまで */
  /* 年代ボタン TakuyaShinoda 20180313 */
  .age-anken {
    width: 94%;
  }

  .age-anken-content-head {
    font-size: 100%;
    line-height: 1.5;
    padding: 5px 10px 7px;
  }

  .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 {
    margin: 0 5px;
    width: 18px;
  }

  .anken-body {
    -webkit-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 {
    font-size: 95%;
    margin: 10px 0;
    width: 100%;
  }

  .age-anken-content {
    position: relative;
  }

  .anken-rate-sp {
    display: block;
  }

  .age-anken .anken-body-btn {
    width: 65%;
  }

  .age-anken .accordion-area {
    height: 400px;
    position: static;
  }

  .age-anken .accordion-btn-area {
    background: none;
    left: auto;
    width: 100px;
    height: auto;
  }

  .age-anken .accordion-btn-pc {
    display: none;
  }

  .age-anken .accordion-btn-sp {
    width: 80px;
    height: 80px;
    /*bottom: 0;*/
    right: -10px;
    border-radius: 50%;
    letter-spacing: .3px;
    line-height: 1.3;
    opacity: .8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
    background: #959595;
    color: #fff;
    position: absolute;
    top: 45%;
    right: 2%;
    box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, .5);
    cursor: pointer;
  }

  .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 {
    padding: 2% 0;
    width: 100%;
    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 {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #638c0b;
    left: -0.6%;
    top: -3%;
  }

  .age-anken_tab #sanjyu.age-anken-content::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #2d6cb3;
    left: 25.5%;
    top: -3%;
  }

  .age-anken_tab #yonjyu.age-anken-content::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #b3792d;
    left: 51.3%;
    top: -3%;
  }

  .age-anken_tab #daini.age-anken-content::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #d62525;
    right: 17%;
    top: -3%;
  }

  .age-anken_tab .age-anken {
    width: 94%;
  }

  .age-anken_tab .age-anken-content-head {
    font-size: 100%;
    line-height: 1.5;
    padding: 5px 10px 7px;
  }

  .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 {
    margin: 0 5px;
    width: 18px;
  }

  .age-anken_tab .anken-body {
    -webkit-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 {
    font-size: 95%;
    margin: 10px 0;
    width: 100%;
  }

  .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 {
    background: none;
    left: auto;
    width: 100px;
    height: auto;
  }

  .age-anken_tab .accordion-btn-pc {
    display: none;
  }

  .age-anken_tab .accordion-btn-sp {
    width: 80px;
    height: 80px;
    bottom: 0;
    right: -10px;
    border-radius: 50%;
    letter-spacing: .3px;
    line-height: 1.3;
    opacity: .8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
    background: #959595;
    color: #fff;
    position: absolute;
    bottom: -45px;
    right: 2%;
    box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, .5);
    cursor: pointer;
  }

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

  .alignmnone {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }

  .aligncenter {
    max-width: 450px;
    margin: 0 auto 2em;
    width: auto;
  }

  .aligncenter2 {
    max-width: 450px;
    margin: 0 auto 2em;
    width: 100%;
  }

  [class^="btn-"],
  [class^="ttl-"] {
    -webkit-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 5%;
    font-size: 1em;
    line-height: 2;
  }

  /*title*/
  .ttl-a {
    background: #006db9;
    /*background: -webkit-linear-gradient(right, #11b99f, #01beda);*/
    /*background: linear-gradient(to left, #11b99f, #01beda);*/
    font-size: 1.5em;
    font-weight: normal;
    padding: .8em 1em .8em 1em;
    line-height: 1.6;
    margin-bottom: 1.6em;
  }

  .ttl-a::after {
    bottom: -30px;
    font-size: 32px;
  }

  .ttl-b {
    padding: 0.8em 1.6em 0.6em 1.6em;
    letter-spacing: .8px;
    line-height: 1.6;
    font-size: 1.2em;
  }

  .ttl-c {
    width: 90%;
    margin: 0 5% 2em 5%;
    padding: 0.6em 0.8em 0.555em 0.8em;
    border-left: solid 6px #006db9;
    line-height: 1.6;
    font-size: 1.05em;
    letter-spacing: .8px;
  }

  .ttl-d {
    width: 90%;
    margin: 0 5% 2em 5%;
    padding: 0em 0.8em 0em 0.8em;
    border-left: solid 6px #96e4db;
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: bold;
  }

  .ttl-f {
    font-size: 1.6em;
  }

  /*box*/
  .box-a {
    border: solid 2px #006db9;
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .box-a .ttl-book {
    font-size: 1.15em;
    letter-spacing: 0.1em;
  }

  .box-a .ttl-book::before {
    vertical-align: 0.1em;
  }

  .box-a .ttl-ganchan {
    font-size: 1.15em;
    letter-spacing: 0.1em;
  }

  .box-a .ttl-ganchan {
    vertical-align: 0.1em;
  }

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

  .box-b {
    width: 90%;
    margin: 0 5% 2em 5%;
    padding: 1.5em 2em 1.3em 1.7em;
    line-height: 1.8;
  }

  .box-b::before, .box-b::after {
    height: 16px;
    width: 24px;
  }

  .box-b::before {
    left: 5px;
  }

  .box-c {
    width: 90%;
    margin: 0 5% 2em 5%;
    padding: 1.5em 2em 1.3em 1.7em;
    line-height: 1.8;
  }

  .box-c.answer {
    margin: 40px auto 30px;
    margin-top: 40px;
    position: relative;
    width: 90%;
  }

  .box-c.answer:before {
    top: -30px;
    left: 18px;
    height: 50px;
    width: 50px;
  }

  .box-d {
    width: 90%;
    margin: 0 5% 2em 5%;
    padding: 1.5em 2em 1.3em 1.7em;
    line-height: 1.8;
  }

  .simple_box{
    width: 90%;
    margin: 5% 5% 2em 5%;
  }

  .simple_box > p{
    font-size: 1em;
    margin: 0;
    width: auto;
    padding: 0 .5em;
    transform: translateY(-48%);
  }

  .simple_box_text > p{
    margin: 0 3% 2em;
  }

  .simple_box_text > p:last-child{
    margin-bottom: 1em;
  }

  .list-num.rank li:nth-child(-n+3)::before {
    left: -10px;
    width: 32px;
    height: 32px;
  }

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

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

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

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

  /*movie*/
  .movie {
    margin: 0 10% 5%;
  }

  /*btn*/
  [class^="btn-"] a {
    width: 80%;
    margin: 0 10% 1em 10%;
  }

  .btn-a a,
  .btn-b a,
  .btn-c a,
  .btn-f a,
  .btn-as a {
    letter-spacing: 1px;
    padding: .8em 2em .8em 1.2em;
  }

  .btn-as a,
  .btn-ds a {
    font-size: 1em;
  }

  /*interview---------------------------*/
  .interview-intro {
    padding: 20px 30px;
  }

  .area-content .interview-intro {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .interview-intro img {
    height: 90px;
    width: 90px;
  }

  .interview-intro-ttl {
    font-size: 16px;
  }

  .interview-intro-txt {
    font-size: 14px;
  }

  /*balloon-----------------------------*/
  .area-main .balloon {
    padding-top: 0;
    margin: 0 5% 2em 5%;
  }

  .area-main .balloon.left {
    padding-left: 95px;
  }

  .area-main .balloon.right {
    padding-right: 95px;
  }

  .area-main .balloon:before {
    height: 70px;
    width: 70px;
    top: 0;
  }

  .area-main .balloon p {
    border-radius: 8px;
    padding: 10px 20px;
    width: 100%;
  }

  .area-main .balloon p:before {
    content: '';
    position: absolute;
    top: 30px;
    height: 25px;
    width: 25px;
    background-color: #eef3fb;
  }

  .area-main .balloon.left p:before {
    left: -25px;
  }

  .area-main .balloon.right p:before {
    right: -25px;
  }

  .area-main .balloon p:after {
    top: 30px;
    height: 45px;
    width: 45px;
  }

  .area-main .balloon.left p:after {
    left: -45px
  }

  .area-main .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-main .balloon2 {
    padding-top: 0;
    margin-bottom: 1.5em;
  }

  .area-main .balloon2:before {
    height: 70px;
    width: 70px;
    top: 0;
  }

  .area-main .balloon2.left:before {
    left: 6%;
  }

  .area-main .balloon2.right:before {
    right: 6%;
  }

  .area-main .balloon2 p {
    font-size: 16px;
    border-radius: 8px;
    padding: 10px 20px;
    width: 75%;
  }

  .area-main .balloon2 p:before {
    top: 20px;
  }

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

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

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

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

  .area-main .balloon2 p:after {
    top: 23px;
  }

  .area-main .balloon2.left.bl-pink p:after {
    border-width: 0 17px 17px 0;
    border-color: transparent #fff transparent transparent;
    left: -12px;
  }

  .area-main .balloon2.right.bl-blue p:after {
    border-width: 17px 17px 0 0;
    border-color: #fff transparent transparent transparent;
    right: -12px;
  }

  /*吹き出し暫定対応*/
  .area-main .balloon3 {
    padding-top: 0;
    margin-bottom: 2.5em;
  }

  .area-main .balloon3:before {
    height: 70px;
    width: 70px;
    top: 0;
  }

  .area-main .balloon3.left:before {
    left: 6%;
  }

  .area-main .balloon3.right:before {
    right: 6%;
  }

  .area-main .balloon3 p {
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 20px;
    width: 75%;
  }

  .area-main .balloon3 p:before {
    top: 20px;
  }

  .area-main .balloon3.left p {
    margin-right: 5%;
  }

  .area-main .balloon3.right p {
    margin-left: 5%;
  }

  .area-main .balloon3.right.bl-pink p:before {
    border-width: 20px 20px 0 0;
    border-color: #FFC6CF transparent transparent transparent;
    right: -20px;
  }

  .area-main .balloon3.left.bl-pink p:before {
    border-width: 0 20px 20px 0;
    border-color: transparent #FFC6CF transparent transparent;
    left: -20px;
  }

  .area-main .balloon3.right.bl-blue p:before {
    border-width: 20px 20px 0 0;
    border-color: #C1DCFF transparent transparent transparent;
    right: -20px;
  }

  .area-main .balloon3.left.bl-blue p:before {
    border-width: 0 20px 20px 0;
    border-color: transparent #C1DCFF transparent transparent;
    left: -20px;
  }

  .area-main .balloon3 p:after {
    top: 23px;
  }

  .area-main .balloon3.left p:after {
    border-width: 0 17px 17px 0;
    border-color: transparent #fff transparent transparent;
    left: -13px;
    top: 23px;
  }

  .area-main .balloon3.right p:after {
    border-width: 17px 17px 0 0;
    border-color: #fff transparent transparent transparent;
    right: -13px;
    top: 23px;
  }

  .balloon4 {
    margin: 0 5% 2em 5%;
    width: 90%;
  }

  .balloon_image {
    width: 70px;
  }

  .balloon4 > p {
    margin: 0;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 20px;
  }

  .balloon-left > p {
    margin-left: 24px;
  }

  .balloon-right > p {
    margin-right: 24px;
  }

  /*吹き出し暫定対応ここまで*/
  .area-content .qa-box {
    padding: 12px 20px 12px 67px;
    width: 90%;
  }

  .area-content .qa-box:before {
    width: 42px;
    height: 42px;
    top: 5px;
    left: 15px;
  }

  .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 {
    width: 50px;
    bottom: 100%;
  }

  .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 {
    margin: 0 3%;
    width: 94%;
  }

  .table-simple1 {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .table-simple1 thead th {
    padding: 1.8% 1% 1.5% 1%;
  }

  .table-simple1 tbody th {
    padding: 1.8% 1% 1.5% 1%;
  }

  .table-simple1 td {
    padding: 1.8% 1% 1.5% 1%;
  }

  .table-simple1 tbody tr td.text-center {
    text-align: center;
  }

  /*list*/
  [class^="list-"] {
    width: 90%;
    margin: 0 5% 2em 5%;
    font-size: 1em;
  }

  [class^="list-"] li {
    padding-left: 1.8em;
  }

  .list-dot li::before {
    font-size: 0.9em;
    left: 0.2em;
  }

  .list-att li::before {
    width: 1.3em;
    height: 1.8em;
    top: -0.2em;
  }

  /*part-----------------------------*/
  .hikaku2 .col_name {
    width: 34%;
  }

  .table-ranking {
    font-size: 1.1em;
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .table-ranking caption {
    letter-spacing: 1px;
    -webkit-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;
  }

  .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-"] {
    margin: 0;
    width: 100%;
  }

  .table-ranking td [class^="btn-"] a {
    margin: 0 2%;
    width: 96%;
  }

  .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(./images/icon-no1.png) no-repeat center left 5%;
    background-size: auto 60%;
  }

  .table-ranking .no2 td:nth-child(1) {
    background: url(./images/icon-no2.png) no-repeat center left 5%;
    background-size: auto 60%;
  }

  .table-ranking .no3 td:nth-child(1) {
    background: url(./images/icon-no3.png) no-repeat center left 5%;
    background-size: auto 60%;
  }

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

  .table-ranking .no1.rank-none td:nth-child(1) {
    background: url(./images/osusume_balloon.png) no-repeat 9% 23%;
    background-size: auto 40%;
    padding: 2% 1.5% 1% 3.5em;
  }

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

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

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

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

  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
  .table-ranking-star-agent {
    padding: 30px 30px;
    margin: 0 auto;
    display: block;
    border-collapse: collapse;
  }
  .table-ranking-star-agent thead tr {
    background: #56c3f7;
  }
  .table-ranking-star-agent thead th {
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    border-top: 5px solid #0580d5;
    line-height: 1.4;
    display: table-cell;
  }
  .table-ranking-star-agent thead th:first-child {
    width: calc(100 / 690 * 100%);
  }
  .table-ranking-star-agent thead th:nth-child(2) {
    width: calc(180 / 690 * 100%);
  }
  .table-ranking-star-agent thead th:nth-child(3) {
    display: none;
  }
  .table-ranking-star-agent thead th:nth-child(4) {
    width: calc(210 / 690 * 100%);
  }
  .table-ranking-star-agent thead th:last-child {
    width: calc(170 / 690 * 100%);
  }
  .table-ranking-star-agent tbody tr {
    text-align: center;
    vertical-align: middle;
  }
  .table-ranking-star-agent tbody tr:nth-child(even) {
    background: #fafaf3;
  }
  .table-ranking-star-agent tbody td {
    padding: 25px 0;
    font-size: 16px;
    display: table-cell;
  }
  .table-ranking-star-agent tbody td:first-child {
    color: #626262;
    font-weight: bold;
    font-size: 18px;
  }
  .table-ranking-star-agent tbody td:nth-child(2), .table-ranking-star-agent tbody td:nth-child(4), .table-ranking-star-agent tbody td:last-child {
    font-size: 16px;
  }
  .table-ranking-star-agent tbody td:nth-child(2) {
    padding-left: 0;
    text-align: left;
    font-size: 16px;
  }
  .table-ranking-star-agent tbody td:nth-child(2) a {
    color: #006db9;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 0.5px solid #006db9;
    font-size: 16px;
  }
  .table-ranking-star-agent tbody td:nth-child(3) {
    display: none;
  }
  .table-ranking-star-agent tbody td:nth-child(4) {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    justify-content: center;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star-area {
    width: 110px;
    margin-top: 0;
    display: inline-block;
    height: 0;
    padding-top: 10%;
    background: url("../../uploads/image_star.png") no-repeat;
    background-size: 100%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_0-0 {
    background-position-y: 0;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_0-2 {
    background-position-y: 3.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_0-4 {
    background-position-y: 6.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_0-5 {
    background-position-y: 10%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_0-6 {
    background-position-y: 13.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_0-8 {
    background-position-y: 16.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_1-0 {
    background-position-y: 20%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_1-2 {
    background-position-y: 23.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_1-4 {
    background-position-y: 26.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_1-5 {
    background-position-y: 30%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_1-6 {
    background-position-y: 33.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_1-8 {
    background-position-y: 36.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_2-0 {
    background-position-y: 40%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_2-2 {
    background-position-y: 43.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_2-4 {
    background-position-y: 46.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_2-5 {
    background-position-y: 50%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_2-6 {
    background-position-y: 53.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_2-8 {
    background-position-y: 56.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_3-0 {
    background-position-y: 60%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_3-2 {
    background-position-y: 63.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_3-4 {
    background-position-y: 66.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_3-5 {
    background-position-y: 70%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_3-6 {
    background-position-y: 73.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_3-8 {
    background-position-y: 76.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_4-0 {
    background-position-y: 80%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_4-2 {
    background-position-y: 83.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_4-4 {
    background-position-y: 86.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_4-5 {
    background-position-y: 90%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_4-6 {
    background-position-y: 93.3333%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_4-8 {
    background-position-y: 96.6666%;
  }
  .table-ranking-star-agent tbody td:nth-child(4) .star_5-0 {
    background-position-y: calc(100% + 1px);
  }
  .table-ranking-star-agent tbody td:nth-child(4) .text-area {
    margin-left: 5px;
    font-size: 16px;
  }
  .table-ranking-star-agent tbody td:last-child {
    text-align: left;
  }

  .table-ranking-star-agent tbody td.left {
    text-align: left;
  }
  .table-ranking-star-agent tbody td.center {
    text-align: center;
  }
  .table-ranking-star-agent tbody td.right {
    text-align: right;
  }

  .table-ranking-star-agent tbody .one, .table-ranking-star-agent tbody .two, .table-ranking-star-agent tbody .three {
    position: relative;
    z-index: 1;
    font-size: 3.46667vw;
  }
  .table-ranking-star-agent tbody .one:before, .table-ranking-star-agent tbody .two:before, .table-ranking-star-agent tbody .three:before {
    content: "";
    width: 80px;
    height: 80px;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .table-ranking-star-agent tbody .one::before {
    left: 52%;
    background-image: url("./images/icon-star-no1.png");
  }
  .table-ranking-star-agent tbody .two::before {
    left: 47%;
    background-image: url("./images/icon-star-no2.png");
  }
  .table-ranking-star-agent tbody .three::before {
    left: 49%;
    background-image: url("./images/icon-star-no3.png");
  }

  .area-content .table-ranking-star-agent-logo-a {
    margin: 0 2em;
  }

  .area-content .table-ranking-star-agent-logo-a .text-link {
    font-size: 12px;
  }


  .table-ranking-star-agent-logo-a thead th {
    font-size: 18px;
    padding: 10px;
  }

  .table-ranking-star-agent-logo-a thead th:first-child {
    width: calc(100 / 1000 * 100%);
  }
  .table-ranking-star-agent-logo-a thead th:nth-child(2) {
    width: calc(100 / 300 * 100%);
  }

  .table-ranking-star-agent-logo-a thead th:last-child {
    width: calc(100 / 600 * 100%);
    text-align: center;
    padding-left: 1.3em;
  }

  .table-ranking-star-agent-logo-a thead .table-title {
    width: auto !important;
    background: #439DE8 !important;
    border-top: 5px solid #3581CF;
    text-align: center !important;
    font-weight: 600 !important;
  }

  .table-ranking-star-agent-logo-a thead .table-subtitle {
    padding: 7px;
    font-size: 1.2em;
  }

  .table-ranking-star-agent-logo-a tbody td:first-child {
    font-size: 1.5em;
  }

  .table-ranking-star-agent-logo-a tbody .star-area {
    min-width: 2vw;
    max-width: 130px;
    padding-top: 20%;
  }

  .table-ranking-star-agent-logo-a tbody .text-area {
    font-size: 18px;
    margin-right: 0;
  }

  .table-ranking-star-agent-logo-a tbody .details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0.2em;
  }
  .table-ranking-star-agent-logo-a tbody .cta {
    padding-left: 0;
    font-size: small;
    padding-top: 1.5em;
  }

  .table-ranking-star-agent-logo-a tbody .cta a  {
    width: 160px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
  }

  .table-ranking-star-agent-logo-a tbody .recommend {
    font-size: 12px;
  }

  .table-ranking-star-agent-logo-a tbody .satisfaction {
    padding: 0;
    width: max-content;
  }

  .table-ranking-star-agent-logo-a tbody .one, .table-ranking-star-agent-logo-a tbody .two, .table-ranking-star-agent-logo-a tbody .three {
    position: relative;
    z-index: 1;
    font-size: 3.46667vw;
  }
  .table-ranking-star-agent-logo-a tbody .one:before, .table-ranking-star-agent-logo-a tbody .two:before, .table-ranking-star-agent-logo-a tbody .three:before {
    content: "";
    width: 80px;
    height: 80px;
    background-size: 70px;
    position: absolute;
    z-index: -1;
    left: 57%;
    top: 57%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  /*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 {
    width: 90%;
    margin: 0 5% 2em 5%;
    border: solid 1px #7198cf;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mod-ank1 .cach {
    background: #7198cf;
    color: #fff;
    margin: -1em 48% 1em 2%;
    padding: 0.15em 1.5em;
    text-align: left;
    width: 50%;
    border-radius: 1.3em;
    font-weight: bold;
  }

  .mod-ank1 .ank_name {
    margin: 0;
    width: auto;
    text-align: left;
    padding: 0 0.5em;
  }

  .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;
    color: #666666;
    font-size: 0.9em;
  }

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

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

  .mod-ank1 [class^="btn-"] a {
    margin: 0 auto 0.7em;
    width: 90%;
  }

  /*mod-ank2*/
  .mod-ank2 {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .mod-ank2 .ank_name {
    text-align: left;
    margin: 0;
    width: 100%;
  }

  .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 {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5% 1em 5%;
  }

  .mod-ank2 .ttl-point_blue {
    width: 30%;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .mod-ank2 .ttl-point_blue .middle {
    position: absolute;
    top: 50%;
    margin: -1.3em 5% 0 5%;
    width: 90%;
    text-align: center;
    left: 0;
  }

  .mod-ank2 .ttl-point_blue::after {
    transform: scale(1, 1.1) rotate(-90deg);
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
  }

  .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%;
    line-height: 1.4;
    font-size: 0.9em;
    margin: 1em 5%;
  }

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

  .mod-ank2 [class^="btn-"] a {
    margin: 0 auto 0.7em;
    width: 90%;
  }

  /*mod-ank3*/
  .mod-ank3 .eye {
    width: 40%;
    margin: 0 0 1em;
    display: inline-block;
    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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mod-ank4 .ank_name {
    font-size: 2em;
    position: relative;
    line-height: 1.4;
    margin: 1em 0;
    width: 100%;
  }

  .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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 2.5% 2%;
  }

  .mod-ank5 .site_name {
    width: 74%;
    margin: 0;
    text-align: left;
    font-size: 1.15em;
    line-height: 1.7;
    font-weight: bold;
    -webkit-text-size-adjust: none;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    align-items: center;
  }

  .mod-ank5 .site_name a {
    text-decoration: none;
    color: #565656;
  }

  .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 {
    font-size: 1.8em;
    display: block;
  }

  .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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5% 1em 5%;
  }

  .mod-ank5 .area-point [class^="list-"], .mod-ank5 .area-reco [class^="list-"] {
    width: 60%;
    margin: 1em 5% 0em;
  }

  .mod-ank5 .ttl-point_blue {
    width: 30%;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0;
    padding: 3%;
  }

  .mod-ank5 .ttl-point_blue .middle {
    position: absolute;
    top: 50%;
    margin: -1.1em 3% 0 3%;
    width: 94%;
    text-align: center;
    left: 0;
  }

  .mod-ank5 .ttl-point_blue::after {
    transform: scale(1, 1.1) rotate(-90deg);
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
  }

  .mod-ank5 .ttl-point_pink {
    width: 30%;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0;
  }

  .mod-ank5 .ttl-point_pink .middle {
    position: absolute;
    top: 50%;
    margin-top: -1.1em;
    width: 100%;
    text-align: center;
    left: 0;
  }

  .mod-ank5 .ttl-point_pink::after {
    transform: scale(1, 1.1) rotate(-90deg);
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
  }

  .mod-ank5 .area-btn2 [class^="btn-"] a {
    width: 96%;
    margin: 0 0 0 2%;
    height: 4em;
  }

  .mod-ank5 .area-btn2 {
    margin-top: 2em;
    padding: 1.6em 0.5em;
  }

  .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% 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-ank8 {
    width: 90%;
    margin: 0 5% 2em 5%;
    border-radius: 8px;
  }

  .mod-ank8 .ank_head {
    padding: 20px 24px;
    border-radius: 8px 8px 0 0 / 8px 8px 0 0;
  }

  .mod-ank8 .ank_body {
    padding: 0 1px 1px;
    border-radius: 0 0 8px 8px / 0 0 8px 8px;
    border: none;
    background: -moz-linear-gradient(135deg, #14baf8, #0089d4);
    background: -webkit-linear-gradient(135deg, #14baf8 ,#0089d4);
    background: linear-gradient(to 135deg, #14baf8, #0089d4);
  }

  .mod-ank8 .ank_body_inner {
    background: #fff;
    border-radius: 0 0 8px 8px / 0 0 8px 8px;
    padding: 32px 24px;
  }

  .mod-ank8 .ank_body_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .mod-ank8 .ank_eyecatch {
    width: 42%;
    margin: 0;
  }

  .mod-ank8 .ank_eyecatch.ank_img_size_fix {
    height: 220px;
    width: 42%;
  }

  .mod-ank8 .ank_review {
    width: 52.5%;
  }

  .mod-ank8 .ank_review_row_num {
    font-size: 21px;
  }

  .mod-ank8 .ank_txt {
    margin-bottom: 32px;
  }

  .mod-ank8 .ank_btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .mod-ank8 .ank_btn {
    width: 48%;
    margin-bottom: 0;
  }

  .mod-ank8 .ank_btn-conversion, .mod-ank8 .ank_btn-detail {
    padding: 16px 8px;
  }

  .mod-ank8.ank-rank .ank_head {
    padding-left: 100px;
  }

  .mod-ank8.ank-rank .ank_head::after {
    width: 65px;
    height: 65px;
    left: 24px;
  }

  .mod-matome {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .mod-matome .ttl-matome {
    font-size: 1.3rem;
    padding: 0.8em 1.2em;
  }

  .mod-matome .ttl-matome::before {
    width: 6px;
    height: 50%;
    top: 25%;
  }

  .mod-hikaku {
    width: 90%;
    margin: 0 5% 2em 5%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .mod-hikaku .ank_name {
    padding: 0em 1em;
  }

  .mod-hikaku .list-age li {
    font-size: 0.9em;
  }

  .mod-hikaku .area-txt {
    width: 70%;
    padding: 2% 3%;
    font-size: 0.9em;
    position: relative;
  }

  .mod-hikaku .area-txt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.6em 1.6em;
    border-color: transparent transparent #e857a3 transparent;
    right: 0;
    position: absolute;
    bottom: 0;
  }

  .mod-hikaku .area-eye {
    width: 30%;
    padding: 2%;
    border-top: none;
    border-right: solid 1px #dddddd;
  }

  .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: 16px;
  }

  [class^="desc-"] dd {
    font-size: 1em;
  }

  /*check2*/
  .check2_block_top {
    padding: 40px 50px;
  }

  .check2_block_top_inner {
    padding: 30px 35px;
  }

  .check2_area_field {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    padding: 0.5em 0;
  }

  fieldset.check2 {
    border: none;
    margin: 0;
    padding: 0;
    width: 75%;
  }

  .check2.inline br {
    display: block;
  }

  .check2_que {
    font-size: 125%;
    width: 25%;
  }

  .check2 label {
    font-size: 112.5%;
    letter-spacing: .2px;
    width: 110px;
  }

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

  .check2_btn {
    font-size: 125%;
    letter-spacing: 1.5px;
    padding: 10px;
    width: 220px;
  }

  .check2_ans_area {
    width: 75%;
  }

  #check2_table {
    margin-bottom: 30px;
  }

  #check2_table tr.bottom {
    font-size: 135%;
    height: 40px;
  }

  #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 {
    width: 70%;
    font-size: 125%;
    position: relative;
    margin-bottom: 30px;
  }

  /*ダウンロードボタン用*/
  .download-button-box {
    text-align: center;
  }

  .download-button-box a.download-button {
    color: cadetblue;
    font-weight: bold;
    background: rgb(253, 245, 207);
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
    /* -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6); */
    -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    border: double;
    margin: 10px auto;
    padding: 5px 20px;
    display: inline-block;
  }

  /* 性別ボタン TakuyaShinoda 20180314 */
  .gender-btn-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-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 5%;
  }

  .post-link:after {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 40px;
    font-weight: bold;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: .2s;
  }

  .post-link:hover:after {
    transform: translate(6px, -50%);
  }

  .post-link_img {
    height: 130px;
    width: 190px;
  }

  .post-link_content {
    padding: 0 60px 0 20px;
    width: calc(100% - 130px);
  }

  .post-link_content_ttl {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .post-link_content_des {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    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: .2em;
  }

  .kansyu-name {
    font-size: 125%;
    letter-spacing: .5px;
    margin-bottom: .3em;
  }

  .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 {
    content: '';
    background: #106fb6;
    width: 4px;
    height: 1em;
    padding: 3% 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .search_tab {
    width: 94%;
    margin: 2% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  [class^="search_tab_item"] {
    font-size: 16px;
    padding: 2% 0;
  }

  [class^="search_tab_item"]:hover {
    opacity: .8;
  }

  .search_list_ttl {
    font-size: 20px;
  }

  .search_list {
    font-size: 16px;
    width: 426px;
    padding-left: 2em;
  }

  .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 {
    content: '';
    display: block;
    background: #4274bb;
    width: 4px;
    height: 1em;
    padding: 2% 0;
    position: absolute;
    left: 0;
    top: 0;
  }

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

  .search_ank_button a {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
  }

  .search_ank_info_link a {
    font-size: 16px;
  }

  /*案件比較表ここまで*/
  /*ランキング*/
  .ranking1_head {
    margin-bottom: 30px;
  }

  .ranking1_head_in h3 {
    font-size: 28px;
  }

  .ranking1_head_in p {
    font-size: 13px;
    width: 100%;
    margin: 0;
  }

  .ranking1_item_head {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }

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

  .ranking1_item_box {
    margin-bottom: 16px;
  }

  .ranking1_item_img {
    width: 40%;
  }

  .ranking1_item_content {
    width: 55%;
  }

  .ranking1_item_table {
    margin-bottom: 12px;
  }

  .ranking1_item_table th, .ranking1_item_table td {
    font-size: 12px;
  }

  .ranking1_item_sentence p {
    width: 100%;
    margin: 0;
    font-size: 13px;
  }

  .ranking1_item_box-bottom {
    flex-direction: row;
  }

  .ranking1_item_more {
    width: 40%;
    flex-direction: column-reverse;
  }

  .ranking1_item_more a {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .ranking1_item_more p {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 11px;
  }

  .ranking1_item_btn_area {
    margin-top: 0;
    width: 55%;
  }

  .ranking1_item_btn_area a {
    width: 100%;
    margin: 0;
  }
}

/* 監修者BOXここまで TakuyaShinoda 20180409 */
/*固定リンクボタン追加［ここから］-------------------------------------------*/
.golist {
  position: fixed;
  bottom: -2px;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
  z-index: 50;
}

.golist ul {
  display: block;
  width: 94%;
  margin: 0 3%;
  padding: 0;
  background: -moz-linear-gradient(top,
    #ff8f85 0%,
    #ff8f85 40%,
    #f9728d);
  background: -webkit-gradient(linear, left top, left bottom,
    from(#ff8f85),
    color-stop(0.40, #ff8f85),
    to(#f9728d));
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-box-shadow:
    0px -2px 2px rgba(000, 000, 000, 0.3);
  -webkit-box-shadow:
    0px -2px 2px rgba(000, 000, 000, 0.3);
  box-shadow:
    0px -2px 2px rgba(000, 000, 000, 0.3);
  height: 45px;
  display: -webkit-grid;
  display: grid;
  grid-template-columns: auto 2px 50px;
  grid-template-rows: 45px;
  justify-items: stretch;
  align-items: stretch;
}

.golist ul li {
  list-style-type: none;
  text-align: center;
}

.golist ul li a {
  display: block;
}

.golist ul li.golist-partition {
  padding: 3px 0;
}

.golist ul li.golist-partition:before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}

.golist ul li img {
  max-height: -webkit-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;
  width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
  z-index: 50;
  display: none;
}

.golist_btn {
  display: block;
  width: 94%;
  margin: 0 3%;
  padding: 0;
  background: -moz-linear-gradient(top,
    #ff8f85 0%,
    #ff8f85 40%,
    #f9728d);
  background: -webkit-gradient(linear, left top, left bottom,
    from(#ff8f85),
    color-stop(0.40, #ff8f85),
    to(#f9728d));
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-box-shadow:
    0px -2px 2px rgba(000, 000, 000, 0.3);
  -webkit-box-shadow:
    0px -2px 2px rgba(000, 000, 000, 0.3);
  box-shadow:
    0px -2px 2px rgba(000, 000, 000, 0.3);
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.opacity-light {
  opacity: 0.3;
}

/*固定リンクボタン追加［ここまで］-------------------------------------------*/
/*固定リンクボタン後モーダルウィンドウ-----------------------------------------*/
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, .7);
  z-index: 40;
  display: none;
}

.modal_wrap-outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 45;
  display: none;
}

.modal_content {
  height: 70vh;
  background: #fff;
  width: 90%;
  position: relative;
  top: 3vh;
  display: none;
}

.modal_content_btn {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  background: #fff;
  border: 1px solid #c5c5c5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.modal_content_btn span {
  width: 70%;
  height: 3px;
  background: #c5c5c5;
  position: absolute;
  display: block;
}

.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 {
  background: #006db9;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}

.modal_content_body {
  height: calc(100% - 40px);
  margin-top: 3px;
}

.modal_content_body figure.hikaku3 {
  margin-bottom: 0;
  width: 100%;
}

.modal_content_body figure.hikaku3-fixed dl {
  border-bottom: none;
}

.modal_content_body figure.hikaku3-fixed dl dt {
  height: 50px;
  font-size: 14px;
  padding: 5% 0;
  line-height: 1.3;
}

.modal_content_body figure.hikaku3-scroll {
  overflow: scroll;
  height: calc(100% - 50px);
}

.modal_content_body figure.hikaku3 dl:first-child {
  grid-template-rows: auto;
}

.modal_content-mokuji .modal_content_ttl {
  text-align: left;
  padding-left: 15px;
}

.modal_content_list {
  overflow: scroll;
  padding-top: 5px;
  height: calc(100% - 40px);
}

.modal_content_list>li {
  border-bottom: solid 1px #ebebeb;
  list-style: none;
}

.modal_content_list>li a {
  color: #7198cf;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .3px;
  line-height: 1.4;
  display: block;
  padding: 10px 50px 10px 15px;
  position: relative;
}

.modal_content_list>li a:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 26px;
  content: "\f105";
  top: 50%;
  right: 20px;
  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%;
  margin: 0 auto 3em;
  padding: 0;
  color: #565656;
  text-align: center;
  font-size: 0.9em;
  background-color: #C5C5C5;
  border: 1px solid #C5C5C5;
  border-bottom: none;
}

figure.hikaku3 dl:first-child {
  display: grid;
  grid-template-columns: 110px 1fr 1fr 1fr;
  grid-template-rows: 60px;
  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 {
  padding: 2%;
  font-size: 15px;
  font-weight: normal;
  background-color: #E0ECFB;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

figure.hikaku3 dl dt:last-child {
  display: none;
}

figure.hikaku3 dl dt span {
  display: block;
}

figure.hikaku3 dl dd {
  padding: 10px 2%;
  font-size: 15px;
  background-color: #FFF9FB;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

figure.hikaku3 dl dd:first-child img {
  width: 80px;
}

figure.hikaku3 dl dd:first-child a {
  font-weight: bold;
  color: #4274bb;
  font-size: 1.05em;
}

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 {
  color: #F54BA0;
  font-weight: bold;
  margin: 0;
}

p.text-second {
  color: #FF9085;
  font-weight: bold;
  margin: 0;
}

p.text-third {
  color: #60CABA;
  font-weight: bold;
  margin: 0;
}

@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-columns: 210px 1fr 1fr 1fr;
    grid-template-rows: 60px 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 {
    margin: 0;
    width: 100%;
  }

  figure.hikaku3 dl dd .btn-as a {
    margin: 0 auto;
    width: 90%;
  }
}

/* 比較表 */
/* ボタンエフェクト */
a.btn-effect {
  background: -webkit-linear-gradient(45deg, #f54ba0, #f54ba0, #f54ba0, #f54ba0, #f54ba0, #f54ba0, #f08dc1, #f54ba0, #f54ba0, #f54ba0, #f54ba0, #f54ba0, #f54ba0);
  background: -o-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 {
  border: solid 1px #7198cf;
  background: #f0f5fd;
  padding: 0 0.5em 0.5em 0.5em;
  margin-bottom: 10px;
}

.mod-ank7 .ank_name {
  padding: 1.6em 1em 0;
}

.mod-ank7 .ank_name.no1,
.mod-ank7 .ank_name.no2,
.mod-ank7 .ank_name.no3 {
  padding: 0.5em 1em 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 4em auto;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

  .mod-ank7 .ank_name {
    text-align: left;
    margin: 0;
    width: 100%;
  }

  .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 {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 90%;
    margin: 0 5% 1em 5%;
  }

  .mod-ank7 .ttl-point_blue {
    width: 40%;
    position: relative;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .mod-ank7 .ttl-point_blue .middle {
    position: absolute;
    top: 50%;
    margin: -1.3em 5% 0 5%;
    width: 90%;
    text-align: center;
    left: 0;
  }

  .mod-ank7 .ttl-point_blue::after {
    transform: scale(1, 1.1) rotate(-90deg);
    bottom: 50%;
    left: 100%;
    margin-bottom: -0.7em;
    font-size: 1.5em;
  }

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

  .mod-ank7 [class^="btn-"] a {
    margin: 0 auto 0.7em;
    width: 90%;
  }

  figure.cont-ank7 {
    margin-bottom: 2em;
  }
}

/* mod-ank7 */
/* パンくず追尾用 */
.opacity-light2 {
  opacity: 0.7;
}

/* パンくず追尾用 */
/* ======================================================================
 c_job_list_table
====================================================================== */
/* reset */
.c_job_list_table abbr, .c_job_list_table address, .c_job_list_table article, .c_job_list_table aside, .c_job_list_table audio, .c_job_list_table b, .c_job_list_table blockquote, .c_job_list_table body, .c_job_list_table canvas, .c_job_list_table caption, .c_job_list_table cite, .c_job_list_table code, .c_job_list_table dd, .c_job_list_table del, .c_job_list_table details, .c_job_list_table dfn, .c_job_list_table div, .c_job_list_table dl, .c_job_list_table dt, .c_job_list_table em, .c_job_list_table fieldset, .c_job_list_table figcaption, .c_job_list_table figure, .c_job_list_table footer, .c_job_list_table form, .c_job_list_table h1, .c_job_list_table h2, .c_job_list_table h3, .c_job_list_table h4, .c_job_list_table h5, .c_job_list_table h6, .c_job_list_table header, .c_job_list_table hgroup, .c_job_list_table html, .c_job_list_table i, .c_job_list_table iframe, .c_job_list_table img, .c_job_list_table ins, .c_job_list_table kbd, .c_job_list_table label, .c_job_list_table legend, .c_job_list_table li, .c_job_list_table mark, .c_job_list_table menu, .c_job_list_table nav, .c_job_list_table object, .c_job_list_table ol, .c_job_list_table p, .c_job_list_table pre, .c_job_list_table q, .c_job_list_table samp, .c_job_list_table section, .c_job_list_table small, .c_job_list_table span, .c_job_list_table strong, .c_job_list_table sub, .c_job_list_table summary, .c_job_list_table sup, .c_job_list_table table, .c_job_list_table tbody, .c_job_list_table td, .c_job_list_table tfoot, .c_job_list_table th, .c_job_list_table thead, .c_job_list_table time, .c_job_list_table tr, .c_job_list_table ul, .c_job_list_table var, .c_job_list_table video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.c_job_list_table article, .c_job_list_table aside, .c_job_list_table details, .c_job_list_table figcaption, .c_job_list_table figure, .c_job_list_table footer, .c_job_list_table header, .c_job_list_table hgroup, .c_job_list_table menu, .c_job_list_table nav, .c_job_list_table section {
  display: block;
}

.c_job_list_table ul {
  list-style: none;
}

.c_job_list_table blockquote,
.c_job_list_table q {
  quotes: none;
}

.c_job_list_table blockquote:after, .c_job_list_table blockquote:before, .c_job_list_table q:after, .c_job_list_table q:before {
  content: '';
  content: none;
}

.c_job_list_table a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

.c_job_list_table ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.c_job_list_table mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.c_job_list_table del {
  text-decoration: line-through;
}

.c_job_list_table abbr[title], .c_job_list_table dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.c_job_list_table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c_job_list_table hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.c_job_list_table input, .c_job_list_table select {
  vertical-align: middle;
}

/* base */
.c_job_list_table {
  font-size: 10px;
  line-height: 1;
  padding: 0 0 16px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "YuGothic M", メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c_job_list_table * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c_job_list_table h1, .c_job_list_table h2, .c_job_list_table h3, .c_job_list_table h4, .c_job_list_table h5, .c_job_list_table h6 {
  font-size: 1em;
  font-weight: normal;
}

.c_job_list_table button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c_job_list_table input, .c_job_list_table textarea, .c_job_list_table select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.c_job_list_table input::-ms-expand, .c_job_list_table textarea::-ms-expand, .c_job_list_table select::-ms-expand {
  display: none;
}

.c_job_list_table textarea {
  resize: vertical;
}

.c_job_list_table select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.c_job_list_table>.table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.c_job_list_table>.table .tr {
  display: block;
  margin: 0 0 4px;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr {
    margin: 0 0 5px;
  }
}

.c_job_list_table>.table .tr:last-child {
  margin: 0;
}

.c_job_list_table>.table .tr._sp_hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr._sp_hide {
    display: block;
  }
}

.c_job_list_table>.table .tr .th {
  display: block;
  width: 100%;
  padding: 11px 8px;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .th {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    padding: 20px;
  }
}

.c_job_list_table>.table .tr .th:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: -10px;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .th:before {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: -10px;
    left: auto;
    bottom: auto;
    border-width: 8px 0 8px 10px;
  }
}

.c_job_list_table>.table .tr .th span {
  padding: 0 0 0 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .th span {
    display: inline-block;
    padding: 25px 0 0;
  }
}

.c_job_list_table>.table .tr .th span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .th span:before {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
  }
}

.c_job_list_table>.table .tr._1 .th span:before {
  background: url(./images/ico_job_list_table_1.svg) no-repeat center center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.c_job_list_table>.table .tr._2 .th span:before {
  background: url(./images/ico_job_list_table_2.svg) no-repeat center center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.c_job_list_table>.table .tr._3 .th span:before {
  background: url(./images/ico_job_list_table_3.svg) no-repeat center center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.c_job_list_table>.table .tr._4 .th span:before {
  background: url(./images/ico_job_list_table_4.svg) no-repeat center center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.c_job_list_table>.table .tr._5 .th span:before {
  background: url(./images/ico_job_list_table_5.svg) no-repeat center center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.c_job_list_table>.table .tr._6 .th span:before {
  background: url(./images/ico_job_list_table_6.svg) no-repeat center center;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
}

.c_job_list_table>.table .tr .td {
  display: block;
  width: 100%;
  padding: 16px 8px;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .td {
    display: table-cell;
    width: 540px;
    padding: 20px;
  }
}

.c_job_list_table>.table .tr .td._txt_1 {
  font-size: 1.4em;
  color: #4d4d4d;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .td._txt_1 {
    vertical-align: middle;
  }
}

.c_job_list_table>.table .tr .td .list_1 {
  letter-spacing: -.4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .td .list_1 {
    display: block;
  }
}

.c_job_list_table>.table .tr .td .list_1 .item {
  letter-spacing: 0;
  display: inline-block;
  min-width: 80px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 1.1em;
  text-align: center;
  padding: 4px;
  margin: 4px;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .td .list_1 .item {
    min-width: 90px;
  }
}

.c_job_list_table>.table .tr .td .list_2 {
  letter-spacing: -.4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (min-width: 768px) {
  .c_job_list_table>.table .tr .td .list_2 {
    display: block;
  }
}

.c_job_list_table>.table .tr .td .list_2 .item {
  letter-spacing: 0;
  display: inline-block;
  min-width: 80px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 1.1em;
  text-align: center;
  padding: 4px;
  margin: 4px;
}

.c_job_list_table._pt1>.table .tr .th {
  color: #fff;
  background: #006db9;
  border: 1px solid #006db9;
}

.c_job_list_table._pt1>.table .tr .th:before {
  border-color: #006db9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  .c_job_list_table._pt1>.table .tr .th:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006db9;
  }
}

.c_job_list_table._pt1>.table .tr .td {
  border: 1px solid #006db9;
}

.c_job_list_table._pt1>.table .tr .td .list_1 .item {
  background: #c5c5c5;
  color: #fff;
}

.c_job_list_table._pt1>.table .tr .td .list_1 .item._active {
  background: #006db9;
}

.c_job_list_table._pt1>.table .tr .td .list_2 .item {
  background: #c5c5c5;
  color: #fff;
}

.c_job_list_table._pt1>.table .tr .td .list_2 .item._active {
  background: #006db9;
}

.c_job_list_table._pt2>.table .tr .th {
  color: #fff;
  background: #ec888c;
  border: 1px solid #ec888c;
}

.c_job_list_table._pt2>.table .tr .th:before {
  border-color: #ec888c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
  .c_job_list_table._pt2>.table .tr .th:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ec888c;
  }
}

.c_job_list_table._pt2>.table .tr .td {
  border: 1px solid #ec888c;
}

.c_job_list_table._pt2>.table .tr .td .list_1 .item {
  background: #c5c5c5;
  color: #fff;
}

.c_job_list_table._pt2>.table .tr .td .list_1 .item._active {
  background: #ec888c;
}

.c_job_list_table._pt2>.table .tr .td .list_2 .item {
  background: #c5c5c5;
  color: #fff;
}

.c_job_list_table._pt2>.table .tr .td .list_2 .item._active {
  background: #ec888c;
}

/* TOCの移動がずれた対応 */
:target:before {
  content: "";
  display: block;
  height: 40px;
  margin-top: -40px;
}

.anken-card-container {
  text-align: center;
}

.anken-card-hikaku {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 16px;
  width: auto;
  min-width: 300px;
  max-width: 345px;
  display: inline-block;
  margin: 0 1% 15px 1%;
}

.anken-card-hikaku a {
  text-decoration: none;
}

.anken-card-hikaku p {
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .anken-card-hikaku p {
    width: 80%;
  }
}

.anken-card-hikaku .ank_top-line {
  color: #5F5F5F;
  font-weight: 600;
  padding-top: 0.5em;
  font-size: 0.9em;
  margin-left: 1em;
}

.anken-card-hikaku .ank_name {
  color: #5F5F5F;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.7em;
}

.anken-card-hikaku .img-container {
  height: 200px;
  overflow: hidden;
}

.anken-card-hikaku img {
  margin: 0.3em 0 0.5em 0;
  width: 100%;
  min-height: 100%;
}

.anken-card-hikaku .btn-a {
  font-size: 0.8em;
  margin-bottom: 2em;
}

.anken-card-hikaku .btn-a a {
  padding-left: 2em;
}

.anken-card-hikaku .btn-a a::after {
  content: "";
}

.anken-card-hikaku ul {
  list-style: none;
  padding: 0.5em 1em 2em;
  height: 230px;
}

.anken-card-hikaku li {
  line-height: 1.5em;
  margin-left: 2em;
  text-indent: -2em;
  padding-bottom: 0.1em;
}

.anken-card-hikaku .check-list li::before {
  content: "";
  display: inline-block;
  background: url(./images/icon_check.svg) no-repeat 0 2px;
  background-size: 80% auto;
  vertical-align: middle;
  width: 2em;
  height: 2em;
}

.quick-nav1-ttl {
  position: relative;
  background: #006db9;
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.8em 0.6em 0.6em 0.65em;
  margin: 0 -4%;
}

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

.quick-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5em 0em 0.3em 0em;
}

.quick-nav1_group {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -8px;
}

/* ３つボタン並び */
.quick-nav1 .btn-anker {
  background-color: white;
  border: 1px solid #006db9;
  border-bottom: solid 4px #006db9;
  border-radius: 5px;
  height: 45px;
  width: 30%;
  margin: 0 1% 0.5em 1%;
  position: relative;
  display: table;
}

/* 2つボタン並び */
.quick-nav1 .btn-anker.btn-2-row {
  width: 46%;
  margin: 0 1% 0.5em 1%;
}

.quick-nav1 .btn-anker a {
  color: #565656;
  line-height: 1;
  font-size: 1em;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em 1em 0.2em 0.5em;
}

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

@media screen and (min-width: 768px) {
  .quick-nav1-ttl {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.6;
    padding: .8em 1em .8em 1em;
    margin: 0 -5.56% 1em;
  }

  .quick-nav1-ttl::after {
    bottom: -30px;
    font-size: 32px;
  }

  .quick-nav1 {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }

  .quick-nav1 .btn-anker {
    margin: 0 0.3% 0.4em 0.3%;
    width: 30%;
  }

  .quick-nav1 .btn-anker.btn-anker.btn-2-row {
    width: 45%;
    margin: 0 0.5% 0.5em 0.5%;
  }

  .quick-nav1 .btn-anker a::after {
    right: 0.7em;
  }
}


/**
* アコーディオン
**/
.accWrap {
  padding: 0;
  margin: 0 auto;
  height: auto;
  transition: all .6s ease-out 0s;
}

.accWrap .accContent {
  display: none;
}

.accBtn {
  cursor: pointer;
  padding: 5px 0;
  margin: 0 auto 2em;
  width: 60%;
  font-size: 100%;
  text-align: center;
  line-height: 1.9;
  color: #006db9;
  background-color: #fff;
  border: 1px solid #006db9;
  box-shadow: 0px 1px 2px 0px rgba( 150, 150, 150, .5 );
  display: flex;
  align-items: center;
  justify-content: center;
}

.accBtn::after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f13a";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  margin-left: .5em;
}

.accBtn.is-open::after {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  content: "\f139";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  margin-left: .5em;
}

.accBtn .text_open {
  display: block;
}

.accBtn.is-open .text_open {
  display: none;
}

.accBtn .text_close {
  display: none;
}

.accBtn.is-open .text_close {
  display: block;
}

/** 表示領域：767px以下 **/
@media screen and (max-width: 767px) {

  .accBtn {
    padding: 0;
    margin: 0 auto 15px;
  }

}
