@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: #333;
  font-size: 0.9em;
  width: 94%;
  margin: 0 3% 1em 3%;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.cbred {
  color: #ff4a4a;
  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: #2bb7e2;
  font-weight: bold;
  display: inline;
}

.bgblue {
  background: #2bb7e2;
  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: #2bb7e2;
  text-decoration: underline;
}

a:hover {
  color: #41aacb;
}

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

.u-pc {
  display: none;
}

/**
 * title
 */
.ttl-a {
  background: #2bb7e2;
  /*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: #2bb7e2;
  bottom: -13px;
  left: 50%;
  margin-left: -0.7em;
  font-size: 14px;
}

.ttl-b {
  background: #e4f3f8;
  padding: 0.8em 0.6em 0.6em 0.65em;
  line-height: 1.4;
  font-size: 1.05em;
  font-weight: bold;
  color: #565656;
  letter-spacing: 0.5px;
  border-bottom: solid 3px #abdff0;
  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 #2bb7e2;
  letter-spacing: 0.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 0em 0.65em;
  color: #565656;
  border-left: solid 4px #24b8cb;
  line-height: 1.4;
  font-size: 0.95em;
}

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

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

.box-a .ttl-book {
  background: #e4f3f8;
  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: #2bb7e2;
  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: #e4f3f8;
  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;
}

.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 #2bb7e2;
  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%;
}

.box-f {
  border: solid 2px #33b9e3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1em;
}

.box-f_head {
  background: #2bb7e2;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 3px 20px 5px;
}

.box-f_body {
  padding: 16px;
}

.box-f [class^="desc-"] dt {
  font-size: 16px;
}

.box-f [class^="desc-"] dt::before {
  font-size: 1em;
}

.box-f [class^="desc-"] dd {
  font-size: 14px;
}

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

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

/**
 * 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%;
}

/**
 * button
 */
[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;
  font-size: 1.25em;
}

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

.btn-f a {
  background: #2bb7e2;
  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-basic {
  width: 90%;
  margin: 0 auto 1em;
  border: 1px solid #c5c5c5;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-basic th {
  background: #f4fbff;
  border: 1px solid #c5c5c5;
  font-size: 0.9em;
  padding: 2%;
  text-align: center;
  border-collapse: collapse;
  height: 100%;
  word-wrap: break-word;
}
.table-basic th:first-child {
  width: 20%;
}
.table-basic th:nth-child(2) {
  width: 30%;
}
.table-basic td {
  padding: 2%;
  border: 1px solid #c5c5c5;
  word-wrap: break-word;
  font-size: 0.9em;
  background: #fff;
}
.table-basic tbody tr td.text-center {
  text-align: center;
  font-size: 0.9em;
}

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

.table-simple1 th {
  background: #f4fbff;
  border: 1px solid #c5c5c5;
  font-size: 0.9em;
  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: #fff;
}

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

.table-simple1 tbody tr td.text-center {
  text-align: center;
  font-size: 0.9em;
}

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

.table-simple2 th {
  background: #f4fbff;
  border: 1px solid #c5c5c5;
  font-size: 0.9em;
  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;
}

.table-simple2 tbody tr td.text-center {
  text-align: center;
  font-size: 0.9em;
}

.table-simple3 {
  width: 100%;
  margin: 0 0 1em;
  border: 1px solid #c5c5c5;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-simple3 th {
  background: #e0f7ff;
  border: 1px solid #c5c5c5;
  font-size: 0.9em;
  padding: 2%;
  text-align: center;
  border-collapse: collapse;
}

.table-simple3 thead th {
  line-height: 1.4;
  padding: 10px 8px;
}

.table-simple3 tbody th {
  background-color: #fff;
  padding: 2% 0;
}

.table-simple3 tbody th a {
  color: #0b5bdd;
}

.table-simple3 tbody th img.aligncenter2 {
  width: 100%;
  margin: 0 0 8px;
}

.table-simple3 td {
  padding: 8px;
  border: 1px solid #c5c5c5;
  word-wrap: break-word;
  font-size: 0.9em;
}

.table-simple3 td .btn-as {
  margin: 0 5% 8px;
}

.table-simple3-crown {
  width: 60%;
  margin: 0 auto 8px;
}

/*テーブルカラー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, 0.5);
  z-index: 2;
  transition: all 0.2s;
  pointer-events: none;
}

.sticky_table::after {
  position: absolute;
  content: "スクロールできます";
  color: #ffffff;
  text-align: center;
  top: 50%;
  right: 10%;
  width: auto;
  padding-top: 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(images/comparison/icon-scroll.svg) no-repeat center top;
  background-size: 49px 54px;
  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: #e4f3f8;
}

.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: #e4f3f8;
}

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

/* ランキングtable */
.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: #2bb7e2;
  text-decoration: none;
  padding-bottom: 0.26667vw;
  border-bottom: 0.06667vw solid #2bb7e2;
  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;
}
.table-ranking-star-agent-logo-a th,
.table-ranking-star-agent-logo-a td {
  text-align: center;
  vertical-align: middle;
}

/* 記事内の場合 */
.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;
}

.table-ranking-star-agent-logo-a thead .table-title {
  background: #439de8;
  border-top: 0.66667vw solid #3581cf;
  font-size: 14px;
}

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

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

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

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

.table-ranking-star-agent-logo-a thead .table-subtitle:last-child {
  width: 30vw; 
}

.table-ranking-star-agent-logo-a tbody tr td {
  padding: 8px 2.1vw;
}
.table-ranking-star-agent-logo-a tbody tr td:nth-child(2) {
  padding: 8px 0;
}

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

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

.table-ranking-star-agent-logo-a tbody .text-link {
  font-size: 3.2vw;
  position: relative;
  padding-right: 1.4em;
}
.table-ranking-star-agent-logo-a tbody .text-link::after {
  content: "\f08e";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-size: 1em;
  top: 50%;
  margin-top: -0.8em;
  font-weight: 100;
}

.table-ranking-star-agent-logo-a tbody td:nth-child(2) .aligncenter2 {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.table-ranking-star-agent-logo-a tbody .satisfaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  flex-flow: column;
}

.table-ranking-star-agent-logo-a tbody .cta {
  font-size: 3.7vw;
}
.table-ranking-star-agent-logo-a tbody .cta .btn-a {
  font-size: 1em;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
}
.table-ranking-star-agent-logo-a tbody .cta .btn-a a {
  font-weight: normal;
  font-size: 1em;
  padding: 0.5em 1.8em 0.4em 0.4em;
}
.table-ranking-star-agent-logo-a tbody .cta .btn-a a::after {
  font-size: 1em;
  line-height: 1.4;
}

.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.2vw;
  font-weight: bold;
  color: #e6b014;
  line-height: 1.5;
}

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

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

.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.2vw;
  transform: translateY(-3px);
}
.table-ranking-star-agent-logo-a tbody .two,
.table-ranking-star-agent-logo-a tbody .three {
  font-size: 2.6vw;
}

.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: 13vw;
  height: 13vw;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
}

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

.table-notes {
  position: relative;
  margin-top: -1.5rem !important;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table-notes {
    margin-top: -0.5rem !important;
  }
}

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

[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: #2bb7e2;
  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: #2bb7e2;
}

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

.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, 0.5);
  color: #2bb7e2;
  cursor: pointer;
  font-size: 100%;
  text-align: center;
  line-height: 1.9;
  width: 60%;
}

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

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

.accordion-btn-close .fa {
  margin-left: 0.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: #2bb7e2;
  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-top: 25px;
  line-height: 1.7;
  border: 1px solid #e0e0e0;
  padding: 20px;
}

.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: 1.1em;
}

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

/**
 * 吹き出し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 .left.woman1:before {
  background-image: url("./images/balloon/woman1.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.area-main .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 p {
  text-align: left;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
  width: 73%;
  border: 4px solid;
  border-radius: 2px;
  font-size: 0.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 p {
  text-align: left;
  margin: 0 auto;
  padding: 10px 10px;
  position: relative;
  width: 73%;
  border: 2px solid;
  border-radius: 4px;
  font-size: 0.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;
}

/**
 * Q&Aボックス
 */
.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 #2bb7e2;
  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, 0.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;
}

/**
 * 比較
 */
.hikaku2 {
  border: solid 1px #2bb7e2;
}

.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 tbody tr:not(:last-child) {
  border-bottom: solid 1px #2bb7e2;
}

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

.hikaku2 .ank_info a {
  font-weight: bold;
}

.hikaku2 .ank_info a span {
  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;
  background: #f2fcff;
}

/**
 * 案件ボックス
 */
/*mod-ank8*/
.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: 0.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;
}

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

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

.ank_body_inner > .ank_eyecatch:first-child {
  width: 100%;
  max-width: 350px;
}
.ank_body_inner > .ank_eyecatch:first-child img {
  width: 100%;
  margin: 0;
}

.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,
.anken-card_review_total_star.star_0-0 {
  background-position-y: 0;
}

.mod-ank8 .ank_review_row_star.star_0-2,
.anken-card_review_total_star.star_0-2 {
  background-position-y: 3.3333%;
}

.mod-ank8 .ank_review_row_star.star_0-4,
.anken-card_review_total_star.star_0-4 {
  background-position-y: 6.6666%;
}

.mod-ank8 .ank_review_row_star.star_0-5,
.anken-card_review_total_star.star_0-5 {
  background-position-y: 10%;
}

.mod-ank8 .ank_review_row_star.star_0-6,
.anken-card_review_total_star.star_0-6 {
  background-position-y: 13.3333%;
}

.mod-ank8 .ank_review_row_star.star_0-8,
.anken-card_review_total_star.star_0-8 {
  background-position-y: 16.6666%;
}

.mod-ank8 .ank_review_row_star.star_1-0,
.anken-card_review_total_star.star_1-0 {
  background-position-y: 20%;
}

.mod-ank8 .ank_review_row_star.star_1-2,
.anken-card_review_total_star.star_1-2 {
  background-position-y: 23.3333%;
}

.mod-ank8 .ank_review_row_star.star_1-4,
.anken-card_review_total_star.star_1-4 {
  background-position-y: 26.6666%;
}

.mod-ank8 .ank_review_row_star.star_1-5,
.anken-card_review_total_star.star_1-5 {
  background-position-y: 30%;
}

.mod-ank8 .ank_review_row_star.star_1-6,
.anken-card_review_total_star.star_1-6 {
  background-position-y: 33.3333%;
}

.mod-ank8 .ank_review_row_star.star_1-8,
.anken-card_review_total_star.star_1-8 {
  background-position-y: 36.6666%;
}

.mod-ank8 .ank_review_row_star.star_2-0,
.anken-card_review_total_star.star_2-0 {
  background-position-y: 40%;
}

.mod-ank8 .ank_review_row_star.star_2-2,
.anken-card_review_total_star.star_2-2 {
  background-position-y: 43.3333%;
}

.mod-ank8 .ank_review_row_star.star_2-4,
.anken-card_review_total_star.star_2-4 {
  background-position-y: 46.6666%;
}

.mod-ank8 .ank_review_row_star.star_2-5,
.anken-card_review_total_star.star_2-5 {
  background-position-y: 50%;
}

.mod-ank8 .ank_review_row_star.star_2-6,
.anken-card_review_total_star.star_2-6 {
  background-position-y: 53.3333%;
}

.mod-ank8 .ank_review_row_star.star_2-8,
.anken-card_review_total_star.star_2-8 {
  background-position-y: 56.6666%;
}

.mod-ank8 .ank_review_row_star.star_3-0,
.anken-card_review_total_star.star_3-0 {
  background-position-y: 60%;
}

.mod-ank8 .ank_review_row_star.star_3-2,
.anken-card_review_total_star.star_3-2 {
  background-position-y: 63.3333%;
}

.mod-ank8 .ank_review_row_star.star_3-4,
.anken-card_review_total_star.star_3-4 {
  background-position-y: 66.6666%;
}

.mod-ank8 .ank_review_row_star.star_3-5,
.anken-card_review_total_star.star_3-5 {
  background-position-y: 70%;
}

.mod-ank8 .ank_review_row_star.star_3-6,
.anken-card_review_total_star.star_3-6 {
  background-position-y: 73.3333%;
}

.mod-ank8 .ank_review_row_star.star_3-8,
.anken-card_review_total_star.star_3-8 {
  background-position-y: 76.6666%;
}

.mod-ank8 .ank_review_row_star.star_4-0,
.anken-card_review_total_star.star_4-0 {
  background-position-y: 80%;
}

.mod-ank8 .ank_review_row_star.star_4-2,
.anken-card_review_total_star.star_4-2 {
  background-position-y: 83.3333%;
}

.mod-ank8 .ank_review_row_star.star_4-4,
.anken-card_review_total_star.star_4-4 {
  background-position-y: 86.6666%;
}

.mod-ank8 .ank_review_row_star.star_4-5,
.anken-card_review_total_star.star_4-5 {
  background-position-y: 90%;
}

.mod-ank8 .ank_review_row_star.star_4-6,
.anken-card_review_total_star.star_4-6 {
  background-position-y: 93.3333%;
}

.mod-ank8 .ank_review_row_star.star_4-8,
.anken-card_review_total_star.star_4-8 {
  background-position-y: 96.6666%;
}

.mod-ank8 .ank_review_row_star.star_5-0,
.anken-card_review_total_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: 0.05em;
  padding: 10px 8px;
}

.mod-ank8 .ank_btn-detail {
  background: #fff;
  color: #f54ba0;
  letter-spacing: 0.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;
}

/**
 * data list
 */
[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: 0.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: #2bb7e2;
  padding-right: 0.2em;
}

/**
 * utility｜margin
 */
.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;
}

/*固定リンクボタン追加［ここから］-------------------------------------------*/
.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.4, #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.4, #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;
}

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

/* 比較表 */
/* ボタンエフェクト */
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 #2bb7e2;
  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: #2bb7e2;
  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%;
}

/* TOCの移動がずれた対応 */
:target:before {
  content: "";
  display: block;
  height: 40px;
  margin-top: -40px;
}

/* anken-card */
.anken-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  width: 94%;
  margin: 0 3% 1em 3%;
}

.anken-card.--ranking {
  margin-top: 30px;
}

.anken-card_head {
  background: #2bb7e2;
  padding: 14px 16px;
}

.anken-card.--ranking .anken-card_head {
  padding-left: 89px;
  position: relative;
}

.anken-card.--ranking .anken-card_head img {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 56px;
  transform: translateY(-60%);
}

.anken-card_head_title {
  color: #fff;
  font-size: 18px;
}

.anken-card_body {
  border: solid 1px #f7f7f7;
  border-top: none;
  padding: 24px 0;
  background: #fff;
}

.anken-card_tagtitle {
  display: inline-block;
  background: #2bb7e2;
  border-radius: 0 20px 20px 0 / 0 20px 20px 0;
  color: #fff;
  font-size: 16px;
  padding: 8px 16px 8px 8px;
  max-width: 80%;
  margin: 16px 0 16px -16px;
}

.anken-card_eyecatch {
  border: solid 1px #eae8e8;
  margin: 0 16px 24px;
}

.anken-card_eyecatch img {
  margin: 0;
  width: 100%;
}

.anken-card_review {
  margin: 0 16px;
}

.anken-card_review_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.anken-card_review_total_label {
  background: #abdff0;
  font-size: 16px;
  padding: 0 24px;
}

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

.anken-card_review_total_num {
  font-size: 18px;
  font-weight: bold;
}

.anken-card_review_detail {
  border-top: solid 1px #eae8e8;
  padding-top: 16px;
}

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

.anken-card_review_detail_row:not(:last-child) {
  margin-bottom: 10px;
}

.anken-card_review_detail_label {
  font-size: 14px;
  flex: 1;
}

.anken-card_review_detail_graph {
  width: 140px;
  height: 8px;
  background: #eae8e8;
  border-radius: 4px;
  margin-right: 8px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.anken-card_review_detail_graph:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  background: #abdff0;
}

.graph_2-0:after {
  width: 40%;
}

.graph_2-2:after {
  width: 44%;
}

.graph_2-4:after {
  width: 48%;
}

.graph_2-6:after {
  width: 52%;
}

.graph_2-8:after {
  width: 56%;
}

.graph_3-0:after {
  width: 60%;
}

.graph_3-2:after {
  width: 64%;
}

.graph_3-4:after {
  width: 68%;
}

.graph_3-6:after {
  width: 72%;
}

.graph_3-8:after {
  width: 76%;
}

.graph_4-0:after {
  width: 80%;
}

.graph_4-2:after {
  width: 84%;
}

.graph_4-4:after {
  width: 88%;
}

.graph_4-6:after {
  width: 92%;
}

.graph_4-8:after {
  width: 96%;
}

.graph_5-0:after {
  width: 100%;
}

.anken-card_review_detail_num {
  font-size: 12px;
  font-weight: 600;
}

.anken-card_cta_area {
  margin: 24px 16px;
}

.anken-card_cta_area:last-child {
  margin-bottom: 0;
}

.anken-card_cta_area a {
  font-size: 16px;
}

.anken-card_listbox_area {
  padding-top: 16px;
  margin: 16px 0;
}

.anken-card_listbox {
  background: #e8faff;
  position: relative;
  padding: 30px 16px 16px;
}

.anken-card_listbox_title {
  top: -14px;
  left: 0;
  background: #2bb7e2;
  border-radius: 0 20px 20px 0 / 0 20px 20px 0;
  color: #fff;
  font-size: 16px;
  padding: 8px 16px 8px 8px;
  position: absolute;
  max-width: 80%;
}

.anken-card_listbox_list {
  list-style: none;
  padding-left: 24px;
  counter-reset: item;
}

.anken-card_listbox_list li {
  position: relative;
}

.anken-card_listbox_list li:not(:last-child) {
  margin-bottom: 12px;
}

.anken-card_listbox_list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: 3px;
  left: -24px;
  background: #2bb7e2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

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

.anken-card_listbox_list_text {
  font-size: 14px;
}

.anken-card_textarea {
  margin: 16px 0;
}

.area-content .anken-card_textarea p {
  font-size: 14px;
  width: auto;
  margin: 0 16px 1em 16px;
}

.area-content .anken-card_textarea p:last-child {
  margin-bottom: 0;
}

.anken-card_balloon_area {
  margin: 16px;
}

.anken-card_balloon_area .balloon {
  margin: 0 0 15px;
}

.anken-card_balloon_area .balloon:last-child {
  margin-bottom: 0;
}

.anken-card_balloon_area input {
  display: none;
}

.area-main .anken-card_balloon_area .balloon p {
  background-color: #ffedf6;
}

.area-main .anken-card_balloon_area .balloon p::before {
  background-color: #ffedf6;
}

.area-main .anken-card_balloon_area .balloon.negative p {
  background-color: #dde8f8;
}

.area-main .anken-card_balloon_area .balloon.negative p::before {
  background-color: #dde8f8;
}

.anken-card_accordion {
  overflow: hidden;
  position: relative;
}
input:checked + .anken-card_accordion {
  max-height: none !important;
}

.anken-card_accoddion_btn_area {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100px;
  z-index: 5;
}

.anken-card_accordion_btn {
  display: block;
  width: 260px;
  margin: 0 auto;
  border: solid 1px #33b9e3;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0;
  color: #33b9e3;
  cursor: pointer;
}

.anken-card_accordion_btn:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 3px #33b9e3;
  border-bottom: solid 3px #33b9e3;
  margin-left: 10px;
  transform: translateY(-3px) rotate(45deg);
}

.anken-card_accordion_btn-close {
  margin-top: 12px;
}

.anken-card_accordion_btn-close::after {
  transform: translateY(1px) rotate(-135deg);
}

input:checked + .anken-card_accordion .anken-card_accoddion_btn_area {
  display: none;
}

/* /sites/ページ限定 */
.category-sites .ttl-a {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.category-sites [class^="btn-"] a {
  border-radius: 6px;
}

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

  .area-content p {
    width: 90%;
    margin: 0 5% 2em 5%;
    font-size: 1em;
    line-height: 2;
  }

  /**
   * title
   */
  .ttl-a {
    background: #2bb7e2;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0.8em 1em 0.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: 0.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 #2bb7e2;
    line-height: 1.6;
    font-size: 1.05em;
    letter-spacing: 0.8px;
  }

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

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

  /**
   * box
   */
  .box-a {
    border: solid 2px #2bb7e2;
    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;
  }

  .box-f {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .box-f_head {
    padding: 8px 40px 10px;
  }

  .box-f_body {
    padding: 24px;
  }

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

  .simple_box > p {
    font-size: 1em;
    margin: 0;
    width: auto;
    padding: 0 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%;
  }

  /**
   * button
   */
  [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: 0.8em 2em 0.8em 1.2em;
  }

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

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

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

  /**
   * 吹き出し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-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;
  }

  /*吹き出し暫定対応ここまで*/
  .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: 2% 3%;
    width: 94%;
  }

  .table-basic,
  .table-simple1 {
    width: 90%;
    margin: 0 5% 2em 5%;
  }
  .table-basic thead th,
  .table-simple1 thead th {
    padding: 1.8% 1% 1.5% 1%;
  }
  .table-basic tbody th,
  .table-simple1 tbody th {
    padding: 1.8% 1% 1.5% 1%;
  }
  .table-basic td,
  .table-simple1 td {
    padding: 1.8% 1% 1.5% 1%;
  }
  .table-basic tbody tr td.text-center,
  .table-simple1 tbody tr td.text-center {
    text-align: center;
  }

  .table-simple3 {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .table-simple3-crown {
    width: 40%;
  }

  /**
   * 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: #2bb7e2;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 0.5px solid #2bb7e2;
    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 5% 20px;
    padding: 0;
  }

  .table-ranking-star-agent-logo-a .text-link {
    font-size: 12px !important;
  }

  .table-ranking-star-agent-logo-a thead .table-title {
    border-top: 5px solid #3581cf;
    font-size: 18px;
    padding: 10px;
  }

  .table-ranking-star-agent-logo-a thead .table-subtitle:first-child {
    width: 14.5%;
  }

  .table-ranking-star-agent-logo-a thead .table-subtitle:nth-child(2) {
    width: 26%;
  }

  .table-ranking-star-agent-logo-a thead .table-subtitle:nth-child(3) {
    width: 29%;
  }

  .table-ranking-star-agent-logo-a thead .table-subtitle:last-child {
    width: 33.5%;
  }

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

  .table-ranking-star-agent-logo-a tbody td:first-child {
    font-size: 16px;
  }

  .table-ranking-star-agent-logo-a tbody .satisfaction {
    flex-flow: row;
    align-items: center;
    padding: 0;
  }

  .table-ranking-star-agent-logo-a tbody .star-area {
    min-width: 2vw;
    width: 53.5%;
    max-width: 130px;
    padding-top: 11.2%;
    margin-right: 10px;
  }

  .table-ranking-star-agent-logo-a tbody .text-area {
    font-size: 16px;
  }

  .table-ranking-star-agent-logo-a tbody .cta {
    padding: 0;
    font-size: 16px;
  }

  .table-ranking-star-agent-logo-a tbody .cta .btn-a a {
    width: 100%;
    height: 48px;
    font-size: 16px;
    margin: 0;
  }

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

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

  .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: 100%;
    height: 72px;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -46%);
    transform: translate(-50%, -46%);
  }

  .table-ranking-star-agent-logo-a tbody td:nth-child(2) img {
    max-width: 200px;
    margin-bottom: 0;
  }


  /*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-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%;
  }

  .ank_body_inner > .ank_eyecatch:first-child {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 32px;
  }
  .ank_body_inner > .ank_eyecatch:first-child img {
    width: 100%;
    margin: 0;
  }

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

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

  /**
   * 関連記事カード
   */
  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: 0.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;
  }

  .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: 0.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: #2bb7e2;
    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: 0.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;
  }

  .anken-card {
    width: 90%;
    margin: 0 5% 2em 5%;
  }

  .anken-card_head {
    padding: 18px 30px;
  }

  .anken-card.--ranking .anken-card_head {
    padding-left: 118px;
  }

  .anken-card.--ranking .anken-card_head img {
    width: 64px;
    left: 24px;
  }

  .anken-card_body {
    padding-top: 24px;
  }

  .anken-card_tagtitle {
    margin: 20px 0 20px -16px;
  }

  .anken-card_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 24px 24px;
  }

  .anken-card_eyecatch {
    margin: 0 20px 0 0;
    flex: 1;
  }

  .anken-card_review {
    margin: 0;
    width: 300px;
  }

  .anken-card_review_detail_row:not(:last-child) {
    margin-bottom: 8px;
  }

  .anken-card_listbox {
    padding: 48px 24px 32px;
  }

  .anken-card_listbox_list li:not(:last-child) {
    margin-bottom: 24px;
  }

  .anken-card_listbox_list_headline {
    margin-bottom: 8px;
  }

  .anken-card_textarea {
    margin: 24px 0;
  }

  .area-content .anken-card_textarea p {
    margin: 0 24px 1em 24px;
  }

  .area-main .anken-card_balloon_area .balloon {
    margin: 0 0 2em 0;
  }

  .area-main .anken-card_balloon_area .balloon:last-child {
    margin-bottom: 0;
  }
}


/**
* 口コミボックス
**/
.review_label {
  display: inline-block;
  padding: .4375em 1.5em .4375em .625em;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: .7em;
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  background: url(./images/review/bg_review_label.png) center right no-repeat;
  background-size: cover;
}

.review_box {
  padding: 1em .7em;
  margin: 0 3% 1.35em 3%;
  width: 94%;
}

.review_box .red {
  color: #FF4A4A;
}

.review_box .blue {
  color: #2BB7E2;
}

.review_box .line_yellow {
  background-color: #E9E322;
}

.review_box.review_box__female {
  background-color: #FFF6F6;
}

.review_box.review_box__male {
  background-color: #ECF8FF;
}

.review_box__header {
  padding-bottom: .7em;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.review_box__header_icon {
  padding: 0;
  margin: 0;
  margin-right: .7em;
  width: 50px;
  height: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}

.review_box__header_icon img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.review_box__header_text {
  padding: 0;
  margin: 0;
  width: auto;
}

.review_box__header_text_title {
  font-size: .9em;
  line-height: 2;
  font-weight: bold;
}

.review_box__header_text_name_stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review_box__header_text_name_stars .stars {
  margin-right: .35em;
  width: 100px;
}

.review_box__header_text_name_stars .stars img {
  vertical-align: inherit;
}

.review_box__body {
  padding: .7em .7em 0 .7em;
  font-size: .9em;
  line-height: 2;
}

@media screen and (min-width: 768px) {

  .review_label {
    display: inline-block;
    padding: 12px 5% 12px 15px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10px;
  }

  .review_box {
    padding: 20px;
    margin: 0 5% 20px 5%;
    width: 90%;
  }

  .review_box__header_icon {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }

  .review_box__header_text_title {
    margin-bottom: 5px;
  }

  .review_box__header_text_name_stars {
    justify-content: flex-start;
  }

  .review_box__header_text_name_stars .name {
    margin-right: 40px;
  }

  .review_box__body {
    padding: 20px 0 0;
  }

}

/**
* コメントボックス
**/
.comment_box {
  padding: 0;
  margin: 0 3% 1.35em 3%;
  width: 94%;
}

.comment_box .red {
  color: #FF4A4A;
}

.comment_box .blue {
  color: #2BB7E2;
}

.comment_box .line_yellow {
  background-color: #E9E322;
}

.comment_box__label {
  margin-left: 4.375em;
  font-size: 1em;
  font-weight: bold;
}

.comment_box__header {
  padding: .625em 1.25em;
  position: relative;
}

.comment_box__header_icon {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: .625em;
}

.comment_box__header_icon img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.comment_box__header_text_career {
  margin-left: 3.125em;
  margin-bottom: .625em;
}

.comment_box__header_text_title {
  font-size: .9em;
  line-height: 2;
  font-weight: bold;
}

.comment_box__body {
  padding: .625em 1.25em;
  font-size: .9em;
  line-height: 2;
}

.comment_box__advisor .comment_box__header {
  background-color: #FEFBE5;
}

.comment_box__advisor .comment_box__body {
  background-color: #F9F4CF;
}

.comment_box_recruiter .comment_box__header {
  background-color: #ECF8FF;
}

.comment_box_recruiter .comment_box__body {
  background-color: #DAF0FC;
}

@media screen and (min-width: 768px) {

  .comment_box {
    margin: 0 5% 20px 5%;
    width: 90%;
  }

  .comment_box__label {
    margin-left: 105px;
    font-size: 18px;
    line-height: 35px;
  }

  .comment_box__header {
    padding: 10px 20px 20px;
  }

  .comment_box__header_icon {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 20px;
  }

  .comment_box__header_text_career {
    margin-left: 85px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .comment_box__header_text_title {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 2;
  }

  .comment_box__body {
    padding: 20px;
  }

}


/**
* 比較表
**/
.ttl-comparison {
  font-size: 1.1875em;
  width: 90%;
  margin: 0 auto;
  border-bottom: 4px solid #80D1EB;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl-comparison {
    font-size: 1em;
    width: 94%;
    padding-bottom: 1rem;
    margin-bottom: 1.4rem;
  }
}

.comparison-list {
  width: 90%;
  margin: 0 auto 0.5rem;
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  border-left: 1px solid #C5C5C5;
}
.comparison-list::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  display: block;
  width: calc(100% - 220px);
}
.comparison-list::after {
  position: absolute;
  content: "スクロールできます";
  color: #ffffff;
  text-align: center;
  top: 50%;
  left: calc(50% + 110px);
  width: auto;
  padding-top: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(images/comparison/icon-scroll.svg) no-repeat center top;
  background-size: 49px 54px;
  z-index: 2;
  pointer-events: none;
}
.comparison-list.remove-overlay::before {
  opacity: 0;
}
.comparison-list.remove-overlay::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .comparison-list {
    width: 94%;
  }
  .comparison-list::before {
    width: calc(100% - 120px);
  }
  .comparison-list::after {
    left: calc(50% + 60px);
  }
}

.comparison-list_table {
  width: 820px;
  border-top: 1px solid #C5C5C5;
  border-collapse: separate;
  border-spacing: 0;
}
.comparison-list_table th,
.comparison-list_table td {
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  background-clip: padding-box;
  text-align: center;
  vertical-align: middle;
}
.comparison-list_table thead th {
  background-color: #2BB7E2;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0;
}
.comparison-list_table tbody th,
.comparison-list_table tbody td {
  background-color: #ffffff;
  color: #333333;
  height: 56px;
}

.comparison-list_table thead th:nth-child(1),
.comparison-list_table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  border-right: none;
  width: 140px;
}
.comparison-list_table thead th:nth-child(1)::before,
.comparison-list_table tbody th::before {
  content: "";
  position: absolute;
  top:0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #C5C5C5;
}
.comparison-list_table thead th:nth-child(2),
.comparison-list_table tbody td.btn {
  position: -webkit-sticky;
  position: sticky;
  left: 140px;
  z-index: 2;
  border-right: none;
}
.comparison-list_table thead th:nth-child(2)::before,
.comparison-list_table tbody td.btn::before {
  content: "";
  position: absolute;
  top:0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #C5C5C5;
}

.comparison-list_table tbody th {
  padding: 0 5px 0 35px;
}
.comparison-list_table tbody th [class^="num"] {
  color: #ffffff;
  background-color: #80D1EB;
  width: 22px;
  height: 30px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top:0;
  left: 5px;
}
.comparison-list_table tbody th [class^="num"]::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.1px);
  left: 0;
  border: 11px solid transparent;
  border-top: 6px solid #80D1EB;
}
.comparison-list_table tbody th [class^="num"] span {
  position: absolute;
  display: block;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.comparison-list_table tbody th .num_1 {
  background-color: #FFCB21;
}
.comparison-list_table tbody th .num_1::after {
  border-top: 6px solid #FFCB21;
}
.comparison-list_table tbody th .num_2 {
  background-color: #AFAFAF;
}
.comparison-list_table tbody th .num_2::after {
  border-top: 6px solid #AFAFAF;
}
.comparison-list_table tbody th .num_3 {
  background-color: #E39E61;
}
.comparison-list_table tbody th .num_3::after {
  border-top: 6px solid #E39E61;
}
.comparison-list_table tbody th .num_1 span::before,
.comparison-list_table tbody th .num_2 span::before,
.comparison-list_table tbody th .num_3 span::before {
  content: "";
  position: absolute;
  background-image: url(images/comparison/icon-crown.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 10px;
  display: block;
  bottom: calc(100% + 3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.comparison-list_table tbody th .logo {
  width: 100px;
  font-size: .875em;
}

.comparison-list_table tbody td.btn {
  width: 80px;
  font-size: 14px;
}
.comparison-list_table tbody td.btn a {
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  width: 60px;
  display: block;
  color: #fff;
  position: relative;
  background-color: #F54BA0;
  -webkit-box-shadow: 0 3px 0 0 #A21F61;
  box-shadow: 0 3px 0 0 #A21F61;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 2.8em;
}
.comparison-list_table tbody td.btn a:hover {
  opacity: 0.7;
}
.comparison-list_table tbody td.value {
  width: 100px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}
.comparison-list_table tbody td.value img {
  display: block;
  margin: 3px auto;
}

.comparison-list + .right {
  font-size: .875em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 560px) {
  .comparison-list_table {
    width: 660px;
  }
  .comparison-list_table thead th {
    font-size: .75em;
  }
  .comparison-list_table tbody th,
  .comparison-list_table tbody td {
    height: 46px;
  }
  .comparison-list_table thead th:nth-child(1),
  .comparison-list_table tbody th {
    width: 120px;
  }
  .comparison-list_table thead th:nth-child(2),
  .comparison-list_table tbody td.btn {
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
    width: 60px;
  }
  
  .comparison-list_table tbody th {
    padding: 0 3px 0 30px;
  }
  .comparison-list_table tbody th [class^="num"] {
    left: 3px;
  }

  .comparison-list_table tbody th .logo {
    width: 84px;
    font-size: .75em;
  }
  .comparison-list_table tbody td.btn {
    width: 60px;
    font-size: .75em;
  }
  .comparison-list_table tbody td.btn a {
    width: 48px;
  }
  .comparison-list_table tbody td.value {
    width: 80px;
    font-size: .75em;
  }
  .comparison-list_table tbody td img {
    width: 22px;
  }
  
  .comparison-list + .right {
    font-size: .75em;
  }
}

/**
* 履歴書ダウンロードボタン
**/
.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0 auto 20px;
  width: 90%;
}
.download-list li {
  width: 31%;
}
.download-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9A9A9A;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #9A9A9A;
  color: #565656;
  text-decoration: none;
  padding: 13px 30px 13px 50px;
  font-size: 15px;
  font-weight:bold;
  position:relative;
  height:100%;
}
.download-list li a::after {
  content:"";
  display:block;
  width: 14px;
  height: 16px;
  background: url(images/icon-download.svg) no-repeat left top;
  background-size:cover;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.download-list li a::before {
  content:"";
  display:block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.download-list .word a::before {
  background: url(images/icon-word.png) no-repeat left top;
  background-size:cover;
}
.download-list .excel a::before {
  background: url(images/icon-excel.png) no-repeat left top;
  background-size:cover;
} 
.download-list .pdf a::before {
  background: url(images/icon-pdf.png) no-repeat left top;
  background-size:cover;
}
.download-list li a:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .download-list {
    display: block;
    margin: 0 auto 20px;
    max-width: 352px;
  }
  .download-list li {
    width: 100%;
    margin-bottom: 10px;
  }

  .download-list li a {
    padding: 13px 38px 13px 58px;
  }
  .download-list li a::after {
    right: 24px;
  }
  .download-list li a::before {
    left: 24px;
  }
}