@charset "UTF-8";
/* base */
.pages-common {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .pages-common {
    font-size: 14px;
    overflow-x: hidden;
  }
}

.pages-common * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pages-common img {
  height: auto;
  max-width: 100%;
}

.pages-common a {
  color: #28A1C0;
  text-decoration: underline;
}

/* btn */
.pages-common .a-cnt {
  margin-top: 0 auto;
  text-align: center;
}

.pages-common .a-left {
  text-align: left;
}

.pages-common .btn {
  margin: 0 auto 50px;
  max-width: 600px;
  width: 100%;
}

.pages-common .btn a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.pages-common .btn.grn a {
  -webkit-box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.2);
  background: #86df22;
  background: -webkit-gradient(linear, left top, left bottom, from(#86df22), to(#05ae39));
  background: linear-gradient(to bottom, #86df22 0%, #05ae39 100%);
  border: 1px solid #05ae39;
  border-radius: 100px;
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86df22', endColorstr='#05ae39',GradientType=0 );
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pages-common .btn.grn a {
    font-size: 5vw;
  }
}

.pages-common .btn.grn a span {
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: block;
  padding: 15px 10px;
}

.pages-common .btn.grn a:hover {
  -webkit-box-shadow: none;
  background: #05ae39;
  box-shadow: none;
}

/* content */
.pages-common {
  padding-top: 90px !important;
}

@media screen and (max-width: 768px) {
  .pages-common {
    padding-top: 60px !important;
  }
}

.pages-common .wrapbase {
  margin: 0 auto;
}

.pages-common .wrapbase.w850 {
  max-width: 850px;
  width: 94%;
}

.pages-common .wrapbase.w800 {
  max-width: 800px;
  width: 94%;
}

.pages-common .wrapbase.w680 {
  max-width: 680px;
  width: 100%;
}

.pages-common .wrapbase.w600 {
  max-width: 600px;
  width: 100%;
}

.pages-common .wrapbase > section {
  margin-bottom: 80px;
}

.pages-common .img, .pages-common .txt, .pages-common .block {
  margin-bottom: 30px !important;
}

.pages-common .box .block.bg {
  padding: 15px 20px;
}

.pages-common .box .block.bg.gry {
  background: #DEDEDE;
  border-radius: 10px;
}

.pages-common .box .block.bdr {
  margin-bottom: 30px;
  padding: 15px 20px;
}

.pages-common .box .block.bdr.gry {
  border: 5px solid #DEDEDE;
}

@media screen and (max-width: 768px) {
  .pages-common .box .block.bdr.gry {
    border: 3px solid #DEDEDE;
  }
}

.pages-common .box .block.bdr.dot {
  border: 3px dotted #333;
}

@media screen and (max-width: 768px) {
  .pages-common .box .block.bdr.dot {
    border: 2px dotted #333;
  }
}

.pages-common .box .block.sdw {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  border-top: 8px solid #DEDEDE;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.pages-common .table-wrapper {
  width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .pages-common > .wrapbase {
  margin-top: 100px;
}

/* btn */
.c-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-flex {
    display: block;
    list-style: none;
  }
}

.c-flex.list-3, .c-flex.list-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-flex.list-3, .c-flex.list-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-flex.list-3 .c-flex__li {
  margin-right: 3%;
  width: calc((100% - (3%*2))/3);
}

.c-flex.list-3 .c-flex__li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-flex.list-3 .c-flex__li {
    width: calc((100% - (3%))/2);
  }
  .c-flex.list-3 .c-flex__li:nth-child(3n) {
    margin-right: 3%;
  }
  .c-flex.list-3 .c-flex__li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-flex.list-4 .c-flex__li {
  margin-right: 3%;
  width: calc((100% - (3%*3))/4);
}

.c-flex.list-4 .c-flex__li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-flex.list-4 .c-flex__li {
    width: calc((100% - (3%))/2);
  }
  .c-flex.list-4 .c-flex__li:nth-child(4n) {
    margin-right: 3%;
  }
  .c-flex.list-4 .c-flex__li:nth-child(2n) {
    margin-right: 0;
  }
}

/* font */
.pages-common .f-bigger {
  font-size: 180%;
  letter-spacing: .12em;
}

.pages-common .f-sml {
  font-size: 80%;
  letter-spacing: .12em;
}

.pages-common .f-bold {
  font-weight: bold;
}

.pages-common .f-red {
  color: #FF0000;
}

.pages-common .f-blue {
  color: #28A1C0;
}

.pages-common .f-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 50%);
  font-weight: bold;
}

.pages-common .f-18 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pages-common .f-18 {
    font-size: 16px;
  }
}

.pages-common .f-20 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .pages-common .f-20 {
    font-size: 16px;
  }
}

.pages-common .f-center {
  text-align: center;
}

.pages-common .f-left {
  text-align: left;
}

/* img */
.pages-common .img.w100 img {
  height: auto;
  width: 100%;
}

.pages-common .img .bdr.gry {
  border: 1px solid #DEDEDE;
}

/* count */
.pages-common .count {
  counter-reset: number 0;
  margin-bottom: 50px;
}

.pages-common .count .count-box {
  margin-bottom: 50px;
}

.pages-common .count .number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 70px;
  padding: 15px 15px 15px 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pages-common .count .number {
    font-size: 16px;
    min-height: 60px;
    padding: 10px 15px 10px 60px;
  }
}

.pages-common .count .number:before {
  background: #5CC8E4;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 48px;
  left: 15px;
  position: absolute;
  top: 12px;
  width: 48px;
}

@media screen and (max-width: 768px) {
  .pages-common .count .number:before {
    height: 38px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 38px;
  }
}

.pages-common .count .number:after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  content: counter(number) " ";
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 27px;
  height: 50px;
  justify-content: center;
  left: 15px;
  position: relative;
  position: absolute;
  top: 12px;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .pages-common .count .number:after {
    font-size: 20px;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 40px;
  }
}

.pages-common .count.sagyou .number {
  background: none;
  padding-left: 110px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.sagyou .number {
    padding-left: 72px;
  }
}

.pages-common .count.sagyou .number:before {
  background: url(../img/common/bk-sagyou.svg);
  border-radius: 0;
  height: 38px;
  left: 0;
  width: 92px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.sagyou .number:before {
    background-position: right;
    width: 62px;
  }
}

.pages-common .count.sagyou .number:after {
  content: "作業" counter(number);
  font-size: 16px;
  height: 38px;
  left: 0;
  width: 92px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.sagyou .number:after {
    width: 56px;
  }
}

.pages-common .count.merit .number {
  background: #dff4fa;
  min-height: 56px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.merit .number {
    font-size: 16px;
    min-height: 40px;
    padding-left: 50px;
  }
}

.pages-common .count.merit .number:before {
  border-radius: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.merit .number:before {
    width: 40px;
  }
}

.pages-common .count.merit .number:after {
  left: 0;
  top: 6px;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.merit .number:after {
    top: 3px;
    width: 40px;
  }
}

.pages-common .count.demerit .number {
  background: #ebebeb;
  font-size: 18px;
  min-height: 56px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.demerit .number {
    font-size: 16px;
    min-height: 40px;
    padding-left: 50px;
  }
}

.pages-common .count.demerit .number:before {
  background: #ababab;
  border-radius: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.demerit .number:before {
    width: 40px;
  }
}

.pages-common .count.demerit .number:after {
  left: 0;
  top: 6px;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .pages-common .count.demerit .number:after {
    top: 3px;
    width: 40px;
  }
}

/* table */
.pages-common .table {
  border-right: 1px solid #ababab;
  border-top: 1px solid #ababab;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}

.pages-common .table th, .pages-common .table td {
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pages-common .table th, .pages-common .table td {
    padding: 10px;
  }
}

.pages-common .table th {
  background: #DEDEDE;
  font-weight: bold;
}

.pages-common .table.mark tr:nth-child(1) td {
  width: 25%;
}

.pages-common .table.mark tr:nth-child(1) td:nth-child(1) {
  width: 200px;
}

.pages-common .table.mark td {
  padding: 30px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pages-common .table.mark td {
    font-size: 14px;
    padding: 20px 10px;
  }
}

.pages-common .table.mark td span {
  position: relative;
  z-index: 1;
}

.pages-common .table.mark td:after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 80px;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .table.mark td:after {
    font-size: 50px;
  }
}

.pages-common .table.mark td.mark-t:after {
  color: #AFDCE5;
  content: "△";
}

.pages-common .table.mark td.mark-c:after {
  color: #FFEBC4;
  content: "〇";
}

.pages-common .table.mark td.mark-c2:after {
  color: #FFC4C4;
  content: "◎";
}

/* tag */
.pages-common .tag {
  margin-bottom: 30px;
}

.pages-common .tag_li {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #5CC8E4;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .tag_li {
    border-left: 3px solid #5CC8E4;
  }
}

.pages-common .tag.gry li {
  border-left: 5px solid #c5c5c5;
}

@media screen and (max-width: 768px) {
  .pages-common .tag.gry li {
    border-left: 3px solid #c5c5c5;
  }
}

/* title */
.pages-common .page-heading {
  /*h2*/
  color: #333;
  float: none;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .page-heading {
    font-size: 20px;
  }
}

.pages-common .page-heading.memo {
  background: url(../img/common/icon-memo.svg) no-repeat left top;
  min-height: 62px;
  padding: 20px 0 0 120px;
}

@media screen and (max-width: 768px) {
  .pages-common .page-heading.memo {
    background-position: top center;
    background-size: 80px;
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .pages-common .page-heading.memo {
    background: none;
    padding: 0;
  }
}

.pages-common .cont-heading {
  background: none;
  border: none;
  border-bottom: 5px solid #5CC8E4;
  clear: both;
  /*h3*/
  color: #333;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
  padding-bottom: 15px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .cont-heading {
    border-bottom: 3px solid #5CC8E4;
    font-size: 16px;
  }
}

.pages-common .cont-heading.memo {
  background: url(../img/common/icon-memo.svg) no-repeat left top;
  min-height: 82px;
  padding: 20px 0 20px 120px;
}

.pages-common .sub-heading {
  border: none;
  /*h4*/
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .pages-common .sub-heading {
    font-size: 16px;
  }
}

.pages-common .sub-heading.check {
  background: url(../img/common/icon-hand-right.svg) no-repeat left top;
  border-bottom: 3px dotted #333;
  color: #333;
  margin-bottom: 30px;
  padding: 3px 0 10px 45px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .sub-heading.check {
    border-bottom: 2px dotted #333;
  }
}

.pages-common .sub-heading.checkbox {
  background: url(../img/common/icon-checkbox.svg) no-repeat left 15px center #f8f8f8;
  color: #333;
  margin-bottom: 30px;
  padding: 17px 0 15px 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pages-common .sub-heading.checkbox {
    background-position: 12px 15px;
    background-size: 24px;
    padding: 15px 10px 15px 48px;
  }
}

.pages-common .sub-heading.point {
  background: url(../img/common/icon-point.svg) no-repeat left 15px center #f8f8f8;
  color: #333;
  margin-bottom: 30px;
  padding: 17px 0 15px 60px;
  width: 100%;
}

.pages-common .sub-heading.bdr.blue.dot {
  border: 3px dotted #5CC8E4;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pages-common .sub-heading.bdr.blue.dot {
    border: 2px dotted #5CC8E4;
  }
}

.pages-common .title-ex {
  background: url(../img/common/icon-ex-square.svg) no-repeat;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 35px;
  padding-left: 45px;
}

@media screen and (max-width: 768px) {
  .pages-common .title-ex {
    font-size: 16px;
  }
}

.pages-common .title-dot {
  border-bottom: 3px dotted #333;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pages-common .title-dot {
    border-bottom: 2px dotted #333;
    font-size: 16px;
  }
}

.pages-common .title-q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/common/icon-q.svg) no-repeat center left 15px;
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 20px;
  min-height: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  .pages-common .title-q {
    font-size: 16px;
  }
}

.pages-common .title-blue {
  background: #dff4fa;
  font-weight: bold;
  margin-bottom: 20px !important;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .pages-common .title-blue {
    font-size: 16px;
  }
}

.pages-common .title-gry {
  background: #DEDEDE;
  font-weight: bold;
  margin-bottom: 20px !important;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .pages-common .title-gry {
    font-size: 16px;
  }
}

.pages-common .title-bdr {
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.pages-common .title-bdr.blk {
  border-bottom: 1px solid #5CC8E4;
}

/* tag */
.pages-common .contents-list {
  background: #f5fcfd;
  border: 1px solid #5CC8E4;
  margin-bottom: 80px;
  padding: 20px;
}

.pages-common .contents-list li a {
  border-bottom: 1px dotted #5CC8E4;
  display: block;
  padding: 10px;
}

.pages-common .contents-list li:last-child a {
  border: none;
}

/* kanren */
.pages-common .kanren {
  margin-bottom: 30px;
}

.pages-common .kanren a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #5CC8E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pages-common .kanren a {
    border: 2px solid #5CC8E4;
  }
}

.pages-common .kanren a:before {
  background: #5CC8E4;
  color: #ffffff;
  content: "関連記事";
  font-size: 14px;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .pages-common .kanren a:before {
    font-size: 12px;
  }
}

.pages-common .kanren a .kanren-img {
  margin-right: 10px;
  overflow: hidden;
  width: 150px;
}
.pages-common .kanren a .kanren-txt{
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .pages-common .kanren a .kanren-txt {
    font-size: 12px;
    width: calc(100% - 60px);
  }
}

/* tag */
.pages-common .related {
  margin-bottom: 30px;
}

.pages-common .related .c-flex__li a {
  display: block;
}

.pages-common .related .c-flex__li a:hover {
  opacity: 0.6;
}

.pages-common .related .c-flex__li .img {
  border: 1px solid #DEDEDE;
  margin-bottom: 10px !important;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pages-common .related .c-flex__li .img {
    height: auto;
  }
}

/* hikaku */
.pages-hikaku .table.comparison tr:nth-child(1) th:nth-child(2),
.pages-hikaku .table.comparison tr:nth-child(1) th:nth-child(4),
.pages-hikaku .table.comparison tr:nth-child(1) th:nth-child(5),
.pages-hikaku .table.comparison tr:nth-child(1) th:nth-child(8) {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .pages-hikaku .table.comparison tr:nth-child(1) th:nth-child(1) {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .pages-hikaku .table.comparison {
    margin-left: 1px;
  }
  .pages-hikaku .table.comparison tr td:nth-child(1), .pages-hikaku .table.comparison tr th:nth-child(1) {
    background: #ffffff;
    left: 0;
    position: sticky;
    width: 100px;
  }
  .pages-hikaku .table.comparison tr td:nth-child(1):after, .pages-hikaku .table.comparison tr td:nth-child(1):before, .pages-hikaku .table.comparison tr th:nth-child(1):after, .pages-hikaku .table.comparison tr th:nth-child(1):before {
    background: #ababab;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9;
  }
  .pages-hikaku .table.comparison tr td:nth-child(1):before, .pages-hikaku .table.comparison tr th:nth-child(1):before {
    left: -1px;
  }
  .pages-hikaku .table.comparison tr td:nth-child(1):after, .pages-hikaku .table.comparison tr th:nth-child(1):after {
    right: -1px;
  }
  .pages-hikaku .table.comparison tr th:nth-child(1) {
    background: #DEDEDE;
  }
}

.pages-hikaku .table.point td:nth-child(2) {
  text-align: left;
}

.pages-hikaku .table.merit tr:nth-child(1) th {
  width: 50%;
}

.pages-hikaku .table.merit td {
  text-align: left;
}

.pages-hikaku .table.trader tr:nth-child(1) td {
  width: calc((100% - 200px)/4);
}

.pages-hikaku .table.trader tr:nth-child(1) td:nth-child(1) {
  width: 200px;
}

.pages-hikaku .table.trader tr:nth-child(1) img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .pages-hikaku .table.trader {
    font-size: 12px;
    width: 700px;
  }
  .pages-hikaku .table.trader tr:nth-child(1) td {
    width: calc((100% - 200px)/4);
  }
  .pages-hikaku .table.trader tr:nth-child(1) td:nth-child(1) {
    width: 100px;
  }
  .pages-hikaku .table.trader tr:nth-child(1) img {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .pages-hikaku .scroll-hint-icon {
    top: 10px !important;
  }
}

.pages-hikaku .hikaku-ymsmerit .table.yms tr:nth-child(1) th {
  width: calc((100% - 200px)/2);
}

.pages-hikaku .hikaku-ymsmerit .table.yms tr:nth-child(1) th:nth-child(1) {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .pages-hikaku .hikaku-ymsmerit .table.yms tr:nth-child(1) th:nth-child(1) {
    width: 80px;
  }
}

.pages-hikaku .hikaku-dasukinmrerit .table.daikin th {
  border-bottom: 1px solid #ababab;
}

.pages-hikaku .hikaku-summary .table.porson td:nth-child(2) {
  text-align: left;
}

/* yourmystar */
.pages-honpo .honpo-ready .table.osouji {
  max-width: 500px;
  width: 100%;
}

.pages-honpo .honpo-report .table.time {
  max-width: 500px;
  width: 100%;
}

/* okaircon */
.pages-okaircon .comparison .table-heading {
  background: #DEDEDE;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  font-weight: bold;
  padding: 5px 5px 15px;
  position: relative;
  text-align: center;
}

.pages-okaircon .comparison .table-heading:after {
  -webkit-transition: .2s;
  background: url(../img/common/icon-arw-bottom.svg) no-repeat;
  background-size: 100%;
  bottom: 3px;
  content: "";
  display: inline-block;
  height: 13px;
  left: calc(50% - 6px);
  position: absolute;
  transition: .2s;
  width: 12px;
}

.pages-okaircon .comparison .table-heading:before {
  background: #ababab;
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.pages-okaircon .comparison .table-heading.js-active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.pages-okaircon .comparison .table-contents {
  display: none;
}

.pages-okaircon .comparison .table {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pages-okaircon .comparison .table td {
    font-size: 10px;
  }
}

.pages-okaircon .comparison .table tr:nth-child(1) td {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .pages-okaircon .comparison .table tr:nth-child(1) td {
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
  }
}

/* yourmystar */
.pages-yourmystar .yms-pro .table.souba {
  width: 100%;
}

.pages-yourmystar .yms-pro .table.souba img {
  width: 220px;
}

.pages-yourmystar .yms-pro .table.souba tr:nth-child(odd) td {
  background: #f8f8f8;
}

.pages-yourmystar .yms-pro .table.chigai td:nth-child(1) {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .pages-yourmystar .yms-pro .table.chigai td:nth-child(1) {
    width: 80px;
  }
}

.pages-yourmystar .yms-pro .cleanbtn {
  padding: 30px;
}

.pages-yourmystar .yms-pro .table.mystar th:nth-child(1) {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .pages-yourmystar .yms-pro .table.mystar th:nth-child(1) {
    width: 100px;
  }
}

.pages-yourmystar .yms-day .table.time td:nth-child(2) {
  text-align: left;
}
