@charset "UTF-8";
/* =====================================
 ranking
------------------------------------- */
.ranking-link-01 a {
  display: inline-block;
}
.ranking-link-01 a:hover, .ranking-link-01 a:focus {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .3);
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .ranking-link-01 {
    text-align: center;
  }
}

/* =====================================
 ranking > certified_companies
------------------------------------- */
.ranking-companies {
  overflow: hidden;
}

/* --------------------------------------
 hdg-ranking-companies-top
-------------------------------------- */
.hdg-ranking-companies-top {
  position: relative;
  padding-bottom: 60px;
}
.hdg-ranking-companies-top::before {
  content: "";
  display: block;
  background: #e1f9ff url("/ranking/certified_companies/images/index-bg-01.png") no-repeat center 0/cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.hdg-ranking-companies-top .logo-01 {
  position: absolute;
  top: 18px;
  left: 0;
}
.hdg-ranking-companies-top .hdg {
  padding-top: 310px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #002171;
  margin-bottom: 20px;
  background: url("/ranking/certified_companies/images/icon-bg-01.png") no-repeat center 26px;
}
.hdg-ranking-companies-top .hdg span {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
}
.hdg-ranking-companies-top .link-arrow-01 {
  color: #333;
}
.hdg-ranking-companies-top .link-arrow-01::before, .hdg-ranking-companies-top .link-arrow-01::after {
  background-color: #002171;
}
@media only screen and (max-width: 960px) {
  .hdg-ranking-companies-top {
    padding-bottom: 74px;
  }
  .hdg-ranking-companies-top::before {
    background-size: contain;
  }
  .hdg-ranking-companies-top .logo-01 {
    top: 10px;
  }
  .hdg-ranking-companies-top .logo-01 img {
    max-width: 50px;
  }
  .hdg-ranking-companies-top .hdg {
    padding-top: 130px;
    background-position: center 20px;
    background-size: 84px auto;
    font-size: 1.375rem;
  }
  .hdg-ranking-companies-top .hdg span {
    font-size: .875rem;
  }
}
@media only screen and (max-width: 480px) {
  .hdg-ranking-companies-top::before {
    background-image: url("/ranking/certified_companies/images/index-bg-02.png");
  }
}

/* --------------------------------------
 box-sort-companies-01
-------------------------------------- */
.box-sort-companies-01 {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
  position: relative;
}
.box-sort-companies-01 input,
.box-sort-companies-01 select {
  border-radius: 3px;
  border: #e4e9f2 1px solid;
  background: #fff;
  display: block;
  width: 100%;
  padding: 5px 18px;
  height: 48px;
  margin-top: 7px;
  margin-bottom: 0;
}
.box-sort-companies-01 .list-sort-companies-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 -10px;
}
.box-sort-companies-01 .list-sort-companies-01 li {
  padding: 0 10px;
}
.box-sort-companies-01 .list-sort-companies-01.col2 li {
  width: 50%;
}
.box-sort-companies-01 .list-sort-companies-01.col3 {
  padding-right: 146px;
}
.box-sort-companies-01 .list-sort-companies-01.col3 li {
  margin-top: 15px;
  width: 33.3333333333%;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01 {
  display: block;
  position: relative;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01 select {
  padding-right: 41px;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000000;
  font-size: 14px;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01 select::-ms-expand {
  display: none;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01::after {
  content: "";
  display: block;
  background: #e4e9f2;
  height: 28px;
  width: 1px;
  position: absolute;
  right: 41px;
  top: 50%;
  margin-top: -14px;
}
.box-sort-companies-01 .list-sort-companies-01 .select-01::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #696969;
  border-right: solid 1px #696969;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -4px;
  right: 16px;
  pointer-events: none;
}
.box-sort-companies-01 .btn-01 {
  margin-bottom: 0;
  text-align: center;
}
.box-sort-companies-01 .btn-01 button {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  height: 48px;
  width: 100%;
  font-size: 14px;
}
.box-sort-companies-01 .btn-01 button:hover, .box-sort-companies-01 .btn-01 button:focus {
  opacity: .8;
}
.box-sort-companies-01 .btn-01 .btn-clear {
  position: absolute;
  right: 0;
  bottom: 80px;
}
.box-sort-companies-01 .btn-01 .btn-clear button {
  background: #696969;
  max-width: 127px;
  min-width: 127px;
}
.box-sort-companies-01 .btn-01 .btn-clear button span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.box-sort-companies-01 .btn-01 .btn-clear button span::before, .box-sort-companies-01 .btn-01 .btn-clear button span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.box-sort-companies-01 .btn-01 .btn-clear button span::before {
  transform: rotate(-45deg);
}
.box-sort-companies-01 .btn-01 .btn-clear button span::after {
  transform: rotate(-135deg);
}
.box-sort-companies-01 .btn-01 .btn-search {
  margin-top: 33px;
}
.box-sort-companies-01 .btn-01 .btn-search button {
  background: #0045ff;
  max-width: 340px;
}
.box-sort-companies-01 .btn-01 .btn-search button span {
  display: inline-block;
  padding-left: 20px;
  background: url("/ranking/certified_companies/images/index-icon-01.png") no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .box-sort-companies-01 .list-sort-companies-01 {
    display: block;
    margin: 0;
  }
  .box-sort-companies-01 .list-sort-companies-01 li {
    padding: 0;
    margin-top: 20px;
  }
  .box-sort-companies-01 .list-sort-companies-01.col2, .box-sort-companies-01 .list-sort-companies-01.col3 {
    padding-right: 0;
  }
  .box-sort-companies-01 .list-sort-companies-01.col2 li, .box-sort-companies-01 .list-sort-companies-01.col3 li {
    width: 100%;
  }
  .box-sort-companies-01 .btn-01 {
    display: flex;
    flex-wrap: wrap;
    margin: 28px -7px 0 -7px;
  }
  .box-sort-companies-01 .btn-01 li {
    width: 50%;
    padding: 0 7px;
  }
  .box-sort-companies-01 .btn-01 .btn-clear {
    position: static;
  }
  .box-sort-companies-01 .btn-01 .btn-clear button {
    max-width: 100%;
    min-width: auto;
  }
  .box-sort-companies-01 .btn-01 .btn-search {
    margin-top: 0;
  }
}

/* --------------------------------------
 box-sort-companies-02
-------------------------------------- */
.box-sort-companies-02 {
  margin: 30px auto 60px;
}
.box-sort-companies-02 .list-sort-companies-01 {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: calc(100% - 126px);
}
@media only screen and (max-width: 768px) {
  .box-sort-companies-02 .list-sort-companies-01 {
    width: 100%;
  }
  .box-sort-companies-02 .list-sort-companies-01 li {
    max-width: none;
    margin: 20px 0 0;
  }
}

/* --------------------------------------
 sort-ranking-companies-01
-------------------------------------- */
.sort-ranking-companies-01 {
  margin: 55px 0 70px 0;
}
.sort-ranking-companies-01 .sort-ranking-companies-inner {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.sort-ranking-companies-01 .item-01 {
  margin-top: 0;
  margin-bottom: 30px;
  width: 33.3333333333%;
  padding: 0 16px;
  display: none;
  transition: 1s;
}
.sort-ranking-companies-01 .item-01.show {
  display: flex;
}
.sort-ranking-companies-01 .item-01.morehidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: -1px;
  margin-bottom: 0;
}
.sort-ranking-companies-01 .item-01 p {
  margin-bottom: 0;
}
.sort-ranking-companies-01 .item-01 > a {
  border: #e4e9f2 1px solid;
  background: #fff;
  width: 100%;
  color: #333;
}
.sort-ranking-companies-01 .item-01 > a:hover, .sort-ranking-companies-01 .item-01 > a:focus {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .3);
  text-decoration: none;
}
.sort-ranking-companies-01 .item-01 > a .data {
  padding: 25px 23px 48px 23px;
}
.sort-ranking-companies-01 .item-01 .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sort-ranking-companies-01 .item-01 .img .new {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 2;
  display: block;
  width: 86px;
  height: 86px;
  padding-top: 64px;
  background-color: rgba(213, 0, 0, .9);
  color: #fff;
  font-size: 85.71429%;
  text-align: center;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.sort-ranking-companies-01 .item-01 .title {
  font-size: 1rem;
}
.sort-ranking-companies-01 .item-01 .title + p {
  margin-top: 10px;
}
.sort-ranking-companies-01 .item-01 .icon {
  font-size: .75rem;
  display: table;
  color: #fff;
  min-width: 53px;
  text-align: center;
  padding: 1px 8px 0;
  margin-bottom: 13px;
}
.sort-ranking-companies-01 .item-01 .icon.type1 {
  background: #43b6de;
}
.sort-ranking-companies-01 .item-01 .icon.type2 {
  background: #f0ab00;
}
.sort-ranking-companies-01 .item-01 .icon.type3 {
  background: #e84545;
}
.sort-ranking-companies-01 .item-01 .icon.type4 {
  background: #658d1b;
}
.sort-ranking-companies-01 .item-01 .industry,
.sort-ranking-companies-01 .item-01 .place {
  margin-top: 8px;
  padding-left: 20px;
}
.sort-ranking-companies-01 .item-01 .industry {
  background: url("/ranking/certified_companies/images/index-icon-02.png") no-repeat left center;
}
.sort-ranking-companies-01 .item-01 .place {
  background: url("/ranking/certified_companies/images/index-icon-03.png") no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .sort-ranking-companies-01 {
    margin: 23px 0 42px 0;
  }
  .sort-ranking-companies-01 .sort-ranking-companies-inner {
    margin: 0;
    display: block;
  }
  .sort-ranking-companies-01 .item-01 {
    width: 100%;
    padding: 0;
    border-bottom: #e4e9f2 1px solid;
  }
  .sort-ranking-companies-01 .item-01 + .item-01 {
    margin-top: 19px;
  }
  .sort-ranking-companies-01 .item-01 > a {
    border: 0;
  }
  .sort-ranking-companies-01 .item-01 > a:hover, .sort-ranking-companies-01 .item-01 > a:focus {
    box-shadow: none;
  }
  .sort-ranking-companies-01 .item-01 > a .data {
    padding: 21px 18px 29px 18px;
  }
  .sort-ranking-companies-01 .item-01 .img {
    padding-left: 18px;
    padding-right: 18px;
  }
  .sort-ranking-companies-01 .item-01 .img::before {
    content: "";
    display: block;
    background: #fff;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .sort-ranking-companies-01 .item-01 .img .new {
    left: -43px;
    z-index: 1;
  }
  .sort-ranking-companies-01 .item-01 .title {
    font-size: .875rem;
  }
  .sort-ranking-companies-01 .item-01 .title + p {
    margin-top: 10px;
  }
}

/* =====================================
 ranking > certified_companies > detail
------------------------------------- */
#content.ranking-companies::before {
  content: none;
}
#content.ranking-companies .nav-current-01 {
  color: #333;
}
#content.ranking-companies .nav-current-01 a {
  color: #333;
}
#content.ranking-companies .nav-current-01 ol > li::before, #content.ranking-companies .nav-current-01 ol > li::after {
  border-color: #333;
}

/* --------------------------------------
 hdg-ranking-companies-01
-------------------------------------- */
.ranking-companies .hdg-ranking-companies-01 {
  position: relative;
  padding: 10px 30px;
  display: flex;
}
.ranking-companies .hdg-ranking-companies-01::before {
  content: "";
  display: block;
  background: url("/ranking/certified_companies/images/detail-bg-01.png") no-repeat 0 0/cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / 2 * -1);
  z-index: -1;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner {
  display: flex;
  align-items: center;
  min-height: 200px;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .hdg,
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 {
  margin-bottom: 0;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .hdg {
  color: #002171;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 {
  padding-right: 35px;
}
.ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 img {
  max-width: 96px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .hdg-ranking-companies-01 {
    padding-left: 0;
    padding-right: 0;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner {
    min-height: 130px;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner .hdg {
    font-size: 1.375rem;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 {
    padding-right: 20px;
  }
  .ranking-companies .hdg-ranking-companies-01 .hdg-inner .logo-01 img {
    max-width: 60px;
  }
}

/* --------------------------------------
 hdg-ranking-companies-02
-------------------------------------- */
.ranking-companies .hdg-ranking-companies-02 {
  font-size: 1.125rem;
  color: #002171;
  font-weight: bold;
}
.ranking-companies .hdg-ranking-companies-02 + * {
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .hdg-ranking-companies-02 {
    font-weight: normal;
  }
}

/* --------------------------------------
 hdg-section-01
-------------------------------------- */
.ranking-companies .hdg-section-01 {
  color: #002171;
  border-color: #ccc;
}

/* --------------------------------------
 lyt-ranking-companies-01
-------------------------------------- */
.ranking-companies .lyt-ranking-companies-01 {
  display: flex;
  align-items: center;
}
.ranking-companies .lyt-ranking-companies-01 p {
  margin-bottom: 0;
}
.ranking-companies .lyt-ranking-companies-01 > .content {
  order: 2;
  flex: 1;
  padding-left: 27px;
}
.ranking-companies .lyt-ranking-companies-01 > .img {
  order: 1;
}
.ranking-companies .lyt-ranking-companies-01 > .img img {
  max-width: 140px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .lyt-ranking-companies-01 {
    flex-direction: column;
  }
  .ranking-companies .lyt-ranking-companies-01 > .content {
    margin-top: 20px;
    padding-left: 0;
    flex: auto;
    width: 100%;
  }
}

/* --------------------------------------
 lyt-ranking-companies-02
-------------------------------------- */
.ranking-companies .lyt-ranking-companies-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ranking-companies .lyt-ranking-companies-02 p {
  margin-bottom: 0;
}
.ranking-companies .lyt-ranking-companies-02 > .content {
  padding-left: 66px;
  width: 55%;
}
.ranking-companies .lyt-ranking-companies-02 > .content > *:first-child {
  margin-top: 0;
}
.ranking-companies .lyt-ranking-companies-02 > .map {
  width: 45%;
}
.ranking-companies .lyt-ranking-companies-02 > .map > *:first-child {
  margin-top: 0;
}
.ranking-companies .lyt-ranking-companies-02 > .map .googlemaps > iframe {
  height: 308px;
}
.ranking-companies .lyt-ranking-companies-02 > .map .label-02 {
  font-size: .75rem;
  background: #efefef;
  display: inline-block;
  margin-right: 10px;
  min-width: 53px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .lyt-ranking-companies-02 {
    display: block;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 {
    display: block;
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 tr,
.ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 th,
.ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 td {
    display: block;
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 th {
    border-bottom: 0;
    padding-bottom: 8px;
    padding-top: 12px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .content .tbl-data-02 td {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 25px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map {
    width: 100%;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map .googlemaps {
    padding: 0 25px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map .googlemaps > iframe {
    height: 155px;
  }
  .ranking-companies .lyt-ranking-companies-02 > .map .label-02 {
    display: table;
    margin-bottom: 5px;
  }
}

/* --------------------------------------
 sns-ranking-companies-01
-------------------------------------- */
.ranking-companies .sns-ranking-companies-01 {
  margin-top: 10px;
}
.ranking-companies .sns-ranking-companies-01::after {
  content: "";
  display: block;
  clear: both;
}
.ranking-companies .sns-ranking-companies-01 > .sns {
  float: right;
  display: table;
  table-layout: fixed;
  height: 20px;
  margin-bottom: 0;
}
.ranking-companies .sns-ranking-companies-01 > .sns > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.ranking-companies .sns-ranking-companies-01 > .sns > li:first-child {
  padding-left: 0;
}
.ranking-companies .sns-ranking-companies-01 > .sns > li .fb_iframe_widget > span {
  vertical-align: top !important;
}

/* --------------------------------------
 sns-ranking-companies-02
-------------------------------------- */
.ranking-companies .sns-ranking-companies-02 {
  margin-top: 10px;
  background: #e3f7ff;
  padding: 24px 10px;
}
.ranking-companies .sns-ranking-companies-02 .list-desc-01 {
  margin-bottom: 0;
}
.ranking-companies .sns-ranking-companies-02 .list-desc-01 dd {
  margin-top: 0;
}
.ranking-companies .sns-ranking-companies-02 .sns {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.ranking-companies .sns-ranking-companies-02 .sns > li {
  margin-top: .6em;
  padding: 0 10px;
}

/* --------------------------------------
 lead-ranking-companies-01
-------------------------------------- */
.ranking-companies .lead-ranking-companies-01 {
  text-align: center;
}
.ranking-companies .lead-ranking-companies-01 span {
  margin-left: auto;
  margin-right: auto;
  background: #002171;
  color: #fff;
  padding: 0 10px;
  display: table;
}
.ranking-companies .lead-ranking-companies-01 b {
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  padding: 40px 36px 35px 36px;
  min-width: 700px;
  position: relative;
}
.ranking-companies .lead-ranking-companies-01 b::before {
  content: "";
  display: block;
  border-top: #ccc 2px solid;
  border-left: #ccc 2px solid;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 20px;
}
.ranking-companies .lead-ranking-companies-01 b::after {
  content: "";
  display: block;
  border-bottom: #ccc 2px solid;
  border-right: #ccc 2px solid;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .ranking-companies .lead-ranking-companies-01 b {
    min-width: auto;
    font-size: 1.125rem;
    padding: 28px 30px;
  }
  .ranking-companies .lead-ranking-companies-01 b::before {
    width: 30px;
    height: 30px;
    top: 10px;
  }
  .ranking-companies .lead-ranking-companies-01 b::after {
    width: 30px;
    height: 30px;
  }
}

/* --------------------------------------
 box-ranking-companies-01
-------------------------------------- */
.box-ranking-companies-01 {
  margin-top: 90px;
  margin-bottom: 15px;
  background: url("/ranking/certified_companies/images/detail-bg-02.png") no-repeat top center/cover;
  padding: 30px 42px;
}
.box-ranking-companies-01 .box-hdg-01 {
  text-align: center;
}
.box-ranking-companies-01 .box-hdg-01 span {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  color: #002171;
  padding-top: 50px;
  background: url("/ranking/certified_companies/images/detail-icon-06.png") no-repeat top center;
}
@media only screen and (max-width: 960px) {
  .box-ranking-companies-01 {
    margin-top: 60px;
    padding: 30px 25px 70px 25px;
    background-position: -400px bottom;
  }
  .box-ranking-companies-01 .box-hdg-01 span {
    font-size: 1.25rem;
    padding-top: 42px;
  }
}

/* --------------------------------------
 step-ranking-companies-01
-------------------------------------- */
.step-ranking-companies-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 28px -28px 0 -28px;
}
.step-ranking-companies-01 li {
  width: 33.3333333333%;
  display: flex;
  padding: 0 28px;
  counter-increment: number 1;
}
.step-ranking-companies-01 li span {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 63px 20px 16px 20px;
  width: 100%;
  position: relative;
}
.step-ranking-companies-01 li span::before {
  font-size: 1rem;
  content: counter(number);
  font-weight: bold;
  color: #002171;
  display: block;
  background: #e3f7ff;
  min-width: 32px;
  position: absolute;
  padding: 6px 5px;
  max-height: 36px;
  overflow: hidden;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .step-ranking-companies-01 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .step-ranking-companies-01 li {
    width: 100%;
    display: block;
    padding: 0;
  }
  .step-ranking-companies-01 li + li {
    margin-top: 22px;
  }
  .step-ranking-companies-01 li span {
    font-size: 1rem;
    display: block;
    padding: 55px 15px 25px 15px;
  }
  .step-ranking-companies-01 li span::before {
    font-size: .875rem;
    min-width: 28px;
    max-height: 28px;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

/* --------------------------------------
 carousel
-------------------------------------- */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  margin-bottom: 0;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  margin-right: 54px;
  text-align: center;
  padding: 0 5px;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin: 38px -8px 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .swiper-pagination {
    margin-top: 30px;
  }
}

.swiper-pagination-bullet {
  padding: 0 4px;
}
.swiper-pagination-bullet span {
  background: #e5e5e5;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  position: relative;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active span {
  background: #002171;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root .swiper-button-prev::after,
:root .swiper-container-rtl .swiper-button-next::after,
:root .swiper-button-next::after,
:root .swiper-container-rtl .swiper-button-prev::after {
  content: none;
}

.js-carousel-01 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  max-width: 810px;
  margin-top: 140px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .js-carousel-01 {
    margin-top: 64px;
  }
}

.js-carousel-item {
  flex-shrink: 0;
  width: 100%;
  height: 200px;
  transition-property: transform;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

:root .js-carousel-01 .swiper-container {
  padding: 0 54px;
}
:root .js-carousel-01 .swiper-button-next,
:root .js-carousel-01 .swiper-button-prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0);
  background: #fff;
  margin-top: -30px;
}
:root .js-carousel-01 .swiper-button-next::before,
:root .js-carousel-01 .swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: solid 4px #002171;
  border-right: solid 4px #002171;
}
:root .js-carousel-01 .swiper-button-next::after,
:root .js-carousel-01 .swiper-button-prev::after {
  content: none;
}
:root .js-carousel-01 .swiper-button-prev {
  left: 0;
}
:root .js-carousel-01 .swiper-button-prev::before {
  transform: rotate(-135deg);
  left: 5px;
}
:root .js-carousel-01 .swiper-button-next {
  right: 0;
}
:root .js-carousel-01 .swiper-button-next::before {
  transform: rotate(45deg);
  right: 5px;
}
@media only screen and (max-width: 960px) {
  :root .js-carousel-01 {
    padding: 0;
  }
  :root .js-carousel-01 .data {
    font-size: .75rem;
    margin-top: 8px;
  }
  :root .js-carousel-01 .data b {
    font-size: .875rem;
  }
  :root .js-carousel-01 .swiper-container {
    padding: 0 24px;
    overflow: hidden;
  }
  :root .js-carousel-01 .swiper-button-next,
:root .js-carousel-01 .swiper-button-prev {
    width: 24px;
    height: 32px;
    margin-top: -40px;
  }
  :root .js-carousel-01 .swiper-button-next::before,
:root .js-carousel-01 .swiper-button-prev::before {
    margin-top: -8px;
  }
  :root .js-carousel-01 .swiper-button-prev {
    left: 0;
  }
  :root .js-carousel-01 .swiper-button-next {
    right: 0;
  }
}

/* =====================================
 js / btn-more
------------------------------------- */
.js-more-01 .btn-more {
  margin-top: 33px;
}
.js-more-01 .btn-more button {
  display: block;
  background: #e1f9ff;
  width: 100%;
  text-align: center;
}
.js-more-01 .btn-more button span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 14px 0 14px 16px;
}
.js-more-01 .btn-more button span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0045ff;
  border-right: solid 2px #0045ff;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -3px;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .js-more-01 .btn-more {
    margin-top: 18px;
  }
  .js-more-01 .btn-more button span {
    font-weight: normal;
  }
}

/* =====================================
 job_seeker
------------------------------------- */
#content.job_seeker {
  overflow: hidden;
}
#content.job_seeker::before {
  content: none;
}
#content.job_seeker #main {
  padding: 0 16px;
}
#content.job_seeker #main-inner {
  padding-left: 0;
  padding-right: 0;
}

/* --------------------------------------
 visual-01
-------------------------------------- */
.job_seeker .visual-01 {
  min-height: 510px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.job_seeker .visual-01::before {
  content: "";
  display: block;
  width: 100vw;
  height: 372px;
  background: url("/job_seeker/images/index-bg-01.jpg") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.job_seeker .visual-01 p:not(.pgh-notice-01) {
  font-size: 1rem;
}
.job_seeker .visual-01 .lead-01 {
  color: #666;
  position: relative;
  display: table;
  padding: 0 17px;
  margin: 0 auto;
}
.job_seeker .visual-01 .lead-01::before, .job_seeker .visual-01 .lead-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
.job_seeker .visual-01 .lead-01::before {
  left: 0;
}
.job_seeker .visual-01 .lead-01::after {
  right: 0;
}
.job_seeker .visual-01 .hdg-01 {
  font-size: 3rem;
  margin: .5em 0 .3em 0;
  text-align: center;
}
.job_seeker .visual-01 .hdg-01 br {
  display: none;
}
.job_seeker .visual-01 .hdg-01 span {
  color: #e60000;
}
.job_seeker .visual-01 .panel-01 {
  display: flex;
  justify-content: center;
  margin: 50px -16px 0 -16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}
.job_seeker .visual-01 .panel-01 li {
  display: flex;
  width: 100%;
  padding: 0 16px;
}
.job_seeker .visual-01 .panel-01 a {
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, .8);
  padding: 35px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: .3s background;
}
.job_seeker .visual-01 .panel-01 a::before {
  transition: .3s all;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .17);
  opacity: 0;
  z-index: -1;
}
.job_seeker .visual-01 .panel-01 a:hover, .job_seeker .visual-01 .panel-01 a:focus {
  background: #fff;
}
.job_seeker .visual-01 .panel-01 a:hover::before, .job_seeker .visual-01 .panel-01 a:focus::before {
  opacity: 1;
  z-index: 1;
}
.job_seeker .visual-01 .panel-01 a .data-01 {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 20px;
}
.job_seeker .visual-01 .panel-01 a .data-01 img {
  max-width: 67px;
}
.job_seeker .visual-01 .panel-01 a .data-02 {
  flex: 1;
}
.job_seeker .visual-01 .panel-01 a .data-02 p {
  margin-bottom: 0;
}
.job_seeker .visual-01 .panel-01 a .data-02 .title-01 {
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .job_seeker .visual-01 {
    border-top: #f9fcfe;
    min-height: 260px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .job_seeker .visual-01 p:not(.pgh-notice-01) {
    font-size: .875rem;
  }
  .job_seeker .visual-01 .lead-01 {
    font-size: 1rem;
  }
  .job_seeker .visual-01 .hdg-01 {
    font-size: 1.5rem;
  }
  .job_seeker .visual-01 .hdg-01 br {
    display: block;
  }
  .job_seeker .visual-01 .hdg-01 + p {
    padding: 0 20px;
  }
  .job_seeker .visual-01 .panel-01 {
    transform: none;
    display: block;
    margin: 60px 0 0 0;
  }
  .job_seeker .visual-01 .panel-01 li {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .job_seeker .visual-01 .panel-01 li + li {
    margin-top: 8px;
  }
  .job_seeker .visual-01 .panel-01 a {
    display: flex;
    padding: 14px 15px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }
  .job_seeker .visual-01 .panel-01 a .data-01 {
    padding-right: 12px;
    width: 68px;
  }
  .job_seeker .visual-01 .panel-01 a .data-01 img {
    max-width: 56px;
    margin: 0 auto;
  }
  .job_seeker .visual-01 .panel-01 a .data-02 {
    font-size: .8125rem;
  }
  .job_seeker .visual-01 .panel-01 a .data-02 .title-01 {
    font-size: .875rem;
    margin-bottom: 8px;
  }
}

/* --------------------------------------
 hdg2-01
-------------------------------------- */
.job_seeker .hdg2-01 {
  font-size: 1.75rem;
  color: #e60000;
  text-align: center;
  margin: 2em 0 1em 0;
}
.job_seeker .hdg2-01.icon01 {
  padding-left: 40px;
  text-align: left;
  background: url("/job_seeker/images/index-icon-01.png") no-repeat left center;
}
@media only screen and (max-width: 960px) {
  .job_seeker .hdg2-01 {
    font-size: 1.25rem;
  }
  .job_seeker .hdg2-01.icon01 {
    background-size: auto 34px;
    padding: 2px 0 2px 34px;
    min-height: 36px;
  }
}

/* --------------------------------------
 box-panel-01
-------------------------------------- */
.job_seeker .box-panel-01 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.job_seeker .box-panel-01 .panel-item {
  width: 33.3333333333%;
}
.job_seeker .box-panel-01 .panel-item + .panel-item .data-01 {
  position: relative;
}
.job_seeker .box-panel-01 .panel-item + .panel-item .data-01::before {
  content: "";
  display: block;
  height: 280px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -21px;
}
.job_seeker .box-panel-01 a {
  padding: 0 20px 80px 20px;
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
}
.job_seeker .box-panel-01 a:hover .link-btn-01 .link::before, .job_seeker .box-panel-01 a:hover .link-btn-01 .link::after, .job_seeker .box-panel-01 a:focus .link-btn-01 .link::before, .job_seeker .box-panel-01 a:focus .link-btn-01 .link::after {
  right: 8px;
}
.job_seeker .box-panel-01 .img {
  text-align: center;
}
.job_seeker .box-panel-01 .hdg-01 {
  font-size: 1.25rem;
  margin: 1.5em 0 1em 0;
}
.job_seeker .box-panel-01 .hdg-01 span {
  color: #e60000;
}
.job_seeker .box-panel-01 .hdg-01 b {
  font-weight: normal;
}
.job_seeker .box-panel-01 .link-btn-01 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}
.job_seeker .box-panel-01 .link-btn-01 .link {
  background: #fff;
  width: 200px;
  color: #666;
  font-weight: bold;
  box-shadow: none;
}
.job_seeker .box-panel-01 .link-btn-01 .link::before, .job_seeker .box-panel-01 .link-btn-01 .link::after {
  background-color: #d50000;
}
@media only screen and (max-width: 768px) {
  .job_seeker .box-panel-01 {
    display: block;
  }
  .job_seeker .box-panel-01 .panel-item {
    width: 100%;
    padding: 0;
    position: static;
  }
  .job_seeker .box-panel-01 .panel-item + .panel-item {
    margin-top: 50px;
  }
  .job_seeker .box-panel-01 .panel-item + .panel-item .data-01 {
    position: relative;
  }
  .job_seeker .box-panel-01 .panel-item + .panel-item .data-01::before {
    content: none;
  }
  .job_seeker .box-panel-01 .hdg-01 {
    font-size: 1.125rem;
    height: auto !important;
  }
  .job_seeker .box-panel-01 .link-btn-01 {
    position: static;
    margin: 15px auto 0 auto;
  }
  .job_seeker .box-panel-01 .link-btn-01 .link {
    margin: 0 auto;
  }
}

/* --------------------------------------
 area-01
-------------------------------------- */
.job_seeker .area-01 {
  padding-top: 1px;
  position: relative;
}
.job_seeker .area-01::before {
  content: "";
  display: block;
  background: #fafafa;
  width: 100vw;
  height: 315px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.job_seeker .area-01 .link-arrow-01 {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}
.job_seeker .area-01 .list-step-05 {
  display: flex;
  padding: 0 36px 70px 36px;
  margin-top: 40px;
}
.job_seeker .area-01 .list-step-05 li {
  display: flex;
  width: 100%;
}
.job_seeker .area-01 .list-step-05 li:last-child a {
  z-index: 1;
  padding-left: 56px;
  padding-right: 115px;
}
.job_seeker .area-01 .list-step-05 li:last-child a::after {
  content: none;
}
.job_seeker .area-01 .list-step-05 li:last-child .img {
  right: -36px;
  left: auto;
}
.job_seeker .area-01 .list-step-05 li a {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  color: #333;
  padding: 30px 40px 0 90px;
  min-height: 198px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  z-index: 2;
}
.job_seeker .area-01 .list-step-05 li a::after {
  -webkit-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .05));
  -moz-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .05));
  -ms-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .05));
  filter: drop-shadow(18px 2px 10px rgba(0, 0, 0, .05));
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 99px 0 99px 36px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -36px;
  z-index: 3;
  margin-top: -99px;
}
.job_seeker .area-01 .list-step-05 li a:hover, .job_seeker .area-01 .list-step-05 li a:focus {
  text-decoration: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .17);
}
.job_seeker .area-01 .list-step-05 li a:hover::after, .job_seeker .area-01 .list-step-05 li a:focus::after {
  -webkit-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .17));
  -moz-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .17));
  -ms-filter: drop-shadow(18px 0 2px 20px rgba(0, 0, 0, .17));
  filter: drop-shadow(18px 2px 10px rgba(0, 0, 0, .17));
}
.job_seeker .area-01 .list-step-05 li a:hover b, .job_seeker .area-01 .list-step-05 li a:focus b {
  border-bottom: #e60000 1px solid;
}
.job_seeker .area-01 .list-step-05 li b {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: table;
  border-bottom: #fff 1px solid;
  transition: .2s border;
}
.job_seeker .area-01 .list-step-05 li p {
  line-height: 1.8;
}
.job_seeker .area-01 .list-step-05 li .img {
  position: absolute;
  top: -10px;
  left: -36px;
}
@media only screen and (max-width: 768px) {
  .job_seeker .area-01::before {
    height: 578px;
  }
  .job_seeker .area-01 .link-arrow-01 {
    font-size: .875rem;
  }
  .job_seeker .area-01 .list-step-05 {
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-top: 40px;
    overflow: hidden;
  }
  .job_seeker .area-01 .list-step-05 li {
    display: block;
  }
  .job_seeker .area-01 .list-step-05 li:last-child a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .job_seeker .area-01 .list-step-05 li:last-child b {
    padding-left: 54px;
    min-height: 42px;
  }
  .job_seeker .area-01 .list-step-05 li:last-child .img {
    right: auto;
    left: 20px;
    top: 44px;
  }
  .job_seeker .area-01 .list-step-05 li:last-child .img img {
    max-width: 42px;
  }
  .job_seeker .area-01 .list-step-05 li a {
    padding: 20px 20px 24px 20px;
    min-height: auto;
  }
  .job_seeker .area-01 .list-step-05 li a::after {
    border-width: 24px 50vw 0 50vw;
    border-color: #fff transparent transparent transparent;
    top: auto;
    right: 0;
    bottom: -24px;
    margin-top: 0;
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -moz-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -ms-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
  }
  .job_seeker .area-01 .list-step-05 li a:hover, .job_seeker .area-01 .list-step-05 li a:focus {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }
  .job_seeker .area-01 .list-step-05 li a:hover::after, .job_seeker .area-01 .list-step-05 li a:focus::after {
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -moz-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    -ms-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .05));
  }
  .job_seeker .area-01 .list-step-05 li a:hover b, .job_seeker .area-01 .list-step-05 li a:focus b {
    border-bottom: 0;
  }
  .job_seeker .area-01 .list-step-05 li b {
    font-size: .875rem;
    padding-left: 40px;
    min-height: 52px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-bottom: 0;
  }
  .job_seeker .area-01 .list-step-05 li .img {
    top: 20px;
    left: 20px;
  }
  .job_seeker .area-01 .list-step-05 li .img img {
    max-width: 32px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.area-01 .list-step-05 li a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 99px 0 99px 36px;
    border-color: transparent transparent transparent rgba(0, 0, 0, .05);
    position: absolute;
    top: 50%;
    right: -39px;
    z-index: 3;
    margin-top: -99px;
  }

  *::-ms-backdrop,
.area-01 .list-step-05 li:last-child a::before {
    content: none;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  *::-ms-backdrop,
.area-01 .list-step-05 li a::before {
    border-width: 24px 50vw 0 50vw;
    border-color: rgba(0, 0, 0, .05) transparent transparent transparent;
    top: auto;
    right: 0;
    margin-top: 0;
    bottom: -26px;
  }
}
/* --------------------------------------
 tips-box-01
-------------------------------------- */
.job_seeker .tips-box-01 {
  border: #c6b87c dashed 1px;
  background: #f9f7ec;
  padding: 30px 30px;
}
.job_seeker .tips-box-01 .hdg-01 {
  font-size: 1.5rem;
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
  color: #866b01;
}
.job_seeker .tips-box-01 .hdg-01 span {
  font-size: 1rem;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background: #866b01;
  padding: 3px 7px;
  border-radius: 4px;
  margin-right: 15px;
  display: inline-block;
}
.job_seeker .tips-box-01 .step-01 {
  margin: 35px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.job_seeker .tips-box-01 .step-01 li {
  width: 33.3333333333%;
  padding: 0 10px;
}
.job_seeker .tips-box-01 .step-01 li > span {
  padding-left: 27px;
  display: block;
  position: relative;
}
.job_seeker .tips-box-01 .step-01 li .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #866b01;
  width: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.job_seeker .tips-box-01 .step-01 .img {
  text-align: center;
  padding-bottom: 20px;
}
.job_seeker .tips-box-01 .lead-01 {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .job_seeker .tips-box-01 {
    padding: 30px 12px;
  }
  .job_seeker .tips-box-01 .hdg-01 {
    font-size: 1rem;
  }
  .job_seeker .tips-box-01 .hdg-01 span {
    font-size: .75rem;
    margin-right: 8px;
  }
  .job_seeker .tips-box-01 .step-01 {
    margin: 24px 0 0 0;
    display: block;
  }
  .job_seeker .tips-box-01 .step-01 li {
    width: 100%;
    padding: 0;
  }
  .job_seeker .tips-box-01 .step-01 li + li {
    margin-top: 38px;
  }
  .job_seeker .tips-box-01 .step-01 .img {
    padding-bottom: 15px;
  }
  .job_seeker .tips-box-01 .lead-01 {
    font-size: .875rem;
  }
}

/* =====================================
 top
------------------------------------- */
#home .box-cv-04 {
  margin: 0;
}
#home #footer {
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  #home #footer {
    margin-top: 45px;
  }
}
#home .link-btn-01 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#home .link-btn-01 + .link-btn-01 {
  margin-top: -.75em;
}
#home .link-btn-01 > a {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-color: #5c6066;
  box-shadow: none;
  padding-top: 1em;
  padding-bottom: 1em;
}
#home #content {
  overflow: hidden;
}
#home #content::before {
  content: none;
}
#home #content #main {
  max-width: 1220px;
  padding: .1px 30px;
}
#home #content #main #main-inner {
  padding: 0;
}
#home #hero-image {
  display: flex;
  justify-content: center;
  max-height: 720px;
  height: 50vw;
  padding: 28px 16px;
  background: #eee url(/cmn/images/bg-home-01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#home #hero-image.ranking {
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: url(/ranking/young/images/2020/bg-ranking-01-pc.jpg) center center/cover no-repeat #000;
}
#home #hero-image.ranking .logo {
  margin-top: 120px;
}
@media only screen and (max-width: 481px) {
  #home #hero-image.ranking {
    background: url(/ranking/young/images/2020/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  #home #hero-image.ranking .logo img {
    width: 106px;
  }
}
#home #hero-image.ranking:hover, #home #hero-image.ranking:focus, #home #hero-image.ranking:active {
  opacity: .9;
}
#home #hero-image.ranking .lead {
  text-align: center;
  text-shadow: 2px 3px 0 #34b2cd, 0 -1px 19px #34b2cd, 0 -1px 19px #34b2cd;
}
#home #hero-image.ranking .lead > b {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 1167px) {
  #home #hero-image.ranking .lead > b {
    font-size: 2.5rem;
  }
}
#home #hero-image > .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1408px;
  width: 100%;
}
#home #hero-image .mission {
  margin-bottom: 0;
  text-align: center;
}
#home #hero-image .mission > dt {
  line-height: 1.25;
  font-size: 271.42857%;
  font-weight: bold;
}
#home #hero-image .mission > dd .text {
  margin-top: .875em;
  margin-bottom: 0;
  font-size: 128.57143%;
  font-weight: bold;
}
#home #hero-image .mission > dd .link-btn-01 {
  margin-top: 2em;
  margin-bottom: 0;
}
#home #hero-image .mission > dd .link-btn-01 > a {
  border-width: 2px;
  border-color: #d50000;
  padding-top: .85em;
  padding-bottom: .85em;
  background-color: #d50000;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
}
#home #hero-image .mission > dd .link-btn-01 > a > span::before, #home #hero-image .mission > dd .link-btn-01 > a > span::after {
  background-color: #fff;
}
#home #hero-image .mission > dd .link-btn-01 > a:hover, #home #hero-image .mission > dd .link-btn-01 > a:focus, #home #hero-image .mission > dd .link-btn-01 > a:active {
  background-color: #fff;
  color: #d50000;
}
#home #hero-image .mission > dd .link-btn-01 > a:hover > span::before, #home #hero-image .mission > dd .link-btn-01 > a:hover > span::after, #home #hero-image .mission > dd .link-btn-01 > a:focus > span::before, #home #hero-image .mission > dd .link-btn-01 > a:focus > span::after, #home #hero-image .mission > dd .link-btn-01 > a:active > span::before, #home #hero-image .mission > dd .link-btn-01 > a:active > span::after {
  background-color: #d50000;
}

@media only screen and (max-width: 960px) {
  #home #hero-image {
    height: 62.5vw;
  }
  #home #hero-image.ranking .lead > b {
    font-size: 2em;
  }
  #home #hero-image.ranking .lead > b .sub-01 {
    font-size: .8333em;
  }
  #home #hero-image .mission > dt {
    font-size: 242.85714%;
  }
}
@media only screen and (max-width: 736px) {
  #home #content #main {
    padding-left: 16px;
    padding-right: 16px;
  }
  #home #hero-image {
    max-height: inherit;
    height: 75vw;
  }
  #home #hero-image .mission > dt {
    font-size: 200%;
  }
  #home #hero-image .mission > dd .text {
    font-size: 100%;
  }
  #home #hero-image .mission > dd .link-btn-01 > a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #home #hero-image {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #home #hero-image .mission > dt {
    font-size: 171.42857%;
  }
}
.list-link-home-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -20px 10px -20px;
}
.list-link-home-01 > li {
  width: calc((100% - .1px) / 3);
  margin-top: 18px;
  padding: 0 20px;
}
.list-link-home-01 > li > a {
  display: block;
}
.list-link-home-01 > li > a > .img {
  position: relative;
  display: block;
}
.list-link-home-01 > li > a > .img > img {
  transition: opacity 400ms;
  will-change: opacity;
}
.list-link-home-01 > li > a > .img > .label-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.list-link-home-01 > li > a > .text {
  position: relative;
  display: block;
  margin-top: 18px;
  padding-left: 16px;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-link-home-01 > li > a > .text::before, .list-link-home-01 > li > a > .text::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  background-color: #d50000;
  transform: rotate(45deg);
  transition: left 200ms;
}
.list-link-home-01 > li > a > .text::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.list-link-home-01 > li > a:hover > .img > img, .list-link-home-01 > li > a:focus > .img > img, .list-link-home-01 > li > a:active > .img > img {
  opacity: .75;
}
.list-link-home-01 > li > a:hover > .text::before, .list-link-home-01 > li > a:hover > .text::after, .list-link-home-01 > li > a:focus > .text::before, .list-link-home-01 > li > a:focus > .text::after, .list-link-home-01 > li > a:active > .text::before, .list-link-home-01 > li > a:active > .text::after {
  left: 3px;
}

@media only screen and (max-width: 960px) {
  .list-link-home-01 {
    margin: 30px -15px 10px -15px;
  }
  .list-link-home-01 > li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 736px) {
  .list-link-home-01 {
    margin: 24px -12px 10px -12px;
  }
  .list-link-home-01 > li {
    width: 50%;
    padding: 0 12px;
  }
  .list-link-home-01 > li > a > .text {
    margin-top: 16px;
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .list-link-home-01 {
    margin: 18px -6px 10px -6px;
  }
  .list-link-home-01 > li {
    padding: 0 6px;
  }
}
.list-link-home-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -24px -20px 0 -20px;
}
.list-link-home-02 > li {
  width: calc((100% - .1px) / 3);
  margin-top: 24px;
  padding: 0 20px;
}
.list-link-home-02 > li > .link {
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
  padding-top: 120px;
  margin: 0 auto;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.list-link-home-02 > li > .link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
}
.list-link-home-02 > li > .link.survey::before {
  background-image: url(/images/index-img-02.png);
}
.list-link-home-02 > li > .link.training::before {
  background-image: url(/images/index-img-03.png);
}
.list-link-home-02 > li > .link.about::before {
  background-image: url(/images/index-img-04.png);
}
.list-link-home-02 > li > .link.gptw_model::before {
  background-image: url(/images/index-img-05.png);
}
.list-link-home-02 > li > .link.select::before {
  background-image: url(/images/index-img-06.png);
}
.list-link-home-02 > li > .link.woman::before {
  background-image: url(/ranking/images/index-img-01.png);
}
.list-link-home-02 > li > .link.area::before {
  background-image: url(/ranking/images/index-img-02.png);
}
.list-link-home-02 > li > .link > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.list-link-home-02 > li > .link > span::before, .list-link-home-02 > li > .link > span::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  background-color: #d50000;
  transform: rotate(45deg);
  transition: left 200ms;
}
.list-link-home-02 > li > .link > span::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.list-link-home-02 > li > .link:hover > span, .list-link-home-02 > li > .link:focus > span, .list-link-home-02 > li > .link:active > span {
  text-decoration: underline;
}
.list-link-home-02 > li > .link:hover > span::before, .list-link-home-02 > li > .link:hover > span::after, .list-link-home-02 > li > .link:focus > span::before, .list-link-home-02 > li > .link:focus > span::after, .list-link-home-02 > li > .link:active > span::before, .list-link-home-02 > li > .link:active > span::after {
  left: 3px;
}

@media only screen and (max-width: 736px) {
  .list-link-home-02 {
    justify-content: flex-start;
    margin-left: -6px;
    margin-right: -6px;
  }
  .list-link-home-02 > li {
    width: 50%;
    padding: 0 6px;
  }
  .list-link-home-02 > li > .link {
    padding-top: 110px;
    font-size: 100%;
  }
  .list-link-home-02 > li > .link > span::before, .list-link-home-02 > li > .link > span::after {
    top: .75em;
  }
}
/* --------------------------------------
 hdg-home
-------------------------------------- */
.hdg-home-01 {
  font-size: 2rem;
  margin: 2em 0 1em 0;
  line-height: 1.5;
  color: #002171;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .hdg-home-01 {
    font-size: 1.5625rem;
  }
}

.hdg-home-02 {
  font-size: 1.6875rem;
  margin: 2em 0 1em 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 960px) {
  .hdg-home-02 {
    font-size: 1.125rem;
  }
}

/* --------------------------------------
 lyt-gptw-01
-------------------------------------- */
#home .lyt-gptw-01 {
  padding: 5em 0;
}
#home .lyt-gptw-01 .link-btn-01 {
  margin: 0 -4px;
  width: 100%;
  display: block;
}
#home .lyt-gptw-01 .link-btn-01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
#home .lyt-gptw-01 .link-btn-01 li {
  padding: 0 4px;
}
#home .lyt-gptw-01 .link-btn-01 a {
  font-size: 1rem;
  width: 100%;
  max-width: 570px;
  min-width: 570px;
  height: 90px !important;
  color: #d50000;
  background: #fff;
  border-color: #d50000;
}
#home .lyt-gptw-01 .link-btn-01 a br {
  display: none;
}
#home .lyt-gptw-01 .link-btn-01 a span {
  font-weight: bold;
}
#home .lyt-gptw-01 .link-btn-01 a:hover, #home .lyt-gptw-01 .link-btn-01 a:focus {
  background: #d50000;
  color: #fff;
  box-shadow: none;
}
#home .lyt-gptw-01 .link-btn-01 a:hover span::before, #home .lyt-gptw-01 .link-btn-01 a:hover span::after, #home .lyt-gptw-01 .link-btn-01 a:focus span::before, #home .lyt-gptw-01 .link-btn-01 a:focus span::after {
  background-color: #fff;
}
#home .lyt-gptw-01 .panel-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
#home .lyt-gptw-01 .panel-01 li {
  display: flex;
  width: 33.3333333333%;
  padding: 0 18px;
}
#home .lyt-gptw-01 .panel-01 a {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #333;
  width: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  padding: 30px 28px;
  position: relative;
}
#home .lyt-gptw-01 .panel-01 a::before {
  transition: .3s all;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .17);
  opacity: 0;
  z-index: -1;
}
#home .lyt-gptw-01 .panel-01 a span {
  width: 100%;
}
#home .lyt-gptw-01 .panel-01 a b {
  font-size: 1rem;
  display: table;
  margin: 0 auto 12px auto;
  border-bottom: #fff 1px solid;
  padding-top: 90px;
  background-position: top center;
  background-repeat: no-repeat;
}
#home .lyt-gptw-01 .panel-01 a:hover, #home .lyt-gptw-01 .panel-01 a:focus {
  text-decoration: none;
}
#home .lyt-gptw-01 .panel-01 a:hover::before, #home .lyt-gptw-01 .panel-01 a:focus::before {
  opacity: 1;
  z-index: 1;
}
#home .lyt-gptw-01 .panel-01 a:hover b, #home .lyt-gptw-01 .panel-01 a:focus b {
  border-color: #e60000;
}
#home .lyt-gptw-01 .panel-01 .type1 a b {
  background-image: url("/images/top/icon-01.png");
}
#home .lyt-gptw-01 .panel-01 .type1 a:hover b, #home .lyt-gptw-01 .panel-01 .type1 a:focus b {
  background-image: url("/images/top/icon-01-h.png");
}
#home .lyt-gptw-01 .panel-01 .type2 a b {
  background-image: url("/images/top/icon-02.png");
}
#home .lyt-gptw-01 .panel-01 .type2 a:hover b, #home .lyt-gptw-01 .panel-01 .type2 a:focus b {
  background-image: url("/images/top/icon-02-h.png");
}
#home .lyt-gptw-01 .panel-01 .type3 a b {
  background-image: url("/images/top/icon-03.png");
}
#home .lyt-gptw-01 .panel-01 .type3 a:hover b, #home .lyt-gptw-01 .panel-01 .type3 a:focus b {
  background-image: url("/images/top/icon-03-h.png");
}
@media only screen and (max-width: 1226px) {
  #home .lyt-gptw-01 .link-btn-01 a {
    min-width: 430px;
  }
}
@media only screen and (max-width: 960px) {
  #home .lyt-gptw-01 {
    padding: 28px 0 64px 0;
    margin-top: 4%;
  }
  #home .lyt-gptw-01 .link-btn-01 ul {
    display: block;
  }
  #home .lyt-gptw-01 .link-btn-01 ul li {
    display: block;
  }
  #home .lyt-gptw-01 .link-btn-01 ul li + li {
    margin-top: 1.15em;
  }
  #home .lyt-gptw-01 .link-btn-01 a {
    font-size: .875rem;
    min-width: auto;
    max-width: 100%;
    display: flex;
    height: 67px !important;
    align-items: center;
    justify-content: center;
  }
  #home .lyt-gptw-01 .link-btn-01 a br {
    display: block;
  }
  #home .lyt-gptw-01 .link-btn-01 a span {
    font-weight: normal;
  }
  #home .lyt-gptw-01 .panel-01 {
    display: block;
  }
  #home .lyt-gptw-01 .panel-01 li {
    width: 100%;
    display: block;
  }
  #home .lyt-gptw-01 .panel-01 li + li {
    margin-top: 12px;
  }
  #home .lyt-gptw-01 .panel-01 a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #home .lyt-gptw-01 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 961px) {
  #home .lyt-gptw-01 > .pc-hide {
    display: none;
  }
}

/* --------------------------------------
 lyt-ranking-01
-------------------------------------- */
#home .lyt-ranking-01 {
  padding: .1px 0 5em 0;
  position: relative;
}
#home .lyt-ranking-01::before {
  content: "";
  display: block;
  width: 100vw;
  height: 395px;
  background: url("/images/top/bg-01.png") no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#home .lyt-ranking-01 .lyt-ranking-inner {
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  margin-top: 45px;
  padding: 0 36px 50px 36px;
}
#home .lyt-ranking-01 .hdg-home-01 br {
  display: none;
}
#home .lyt-ranking-01 .nav-tab-home-01 {
  margin-bottom: 20px;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-list {
  display: none;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels {
  display: flex;
  margin: 0 -12px;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel {
  margin-bottom: 0;
  padding: 0 12px;
  width: 30%;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel:first-child {
  width: 40%;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel:first-child .list-ranking-02 li {
  padding-left: 100px;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel:first-child .list-ranking-02 .num {
  display: block;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel > dt {
  position: relative;
  padding-top: 50px;
  text-align: center;
  font-size: 1.125rem;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel > dt > span {
  position: relative;
  display: inline-block;
}
#home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel > dt > span > span {
  display: block;
  font-weight: bold;
}
#home .lyt-ranking-01 .list-ranking-02 {
  margin-top: 25px;
}
#home .lyt-ranking-01 .list-ranking-02 .num {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 81px;
}
#home .lyt-ranking-01 .list-ranking-02 .num::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
#home .lyt-ranking-01 .list-ranking-02 li {
  position: relative;
  display: block;
}
#home .lyt-ranking-01 .list-ranking-02 li + li {
  margin-top: 10px;
}
#home .lyt-ranking-01 .list-ranking-02 li .data {
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
  padding-right: 80px;
  position: relative;
  display: block;
  min-height: 80px;
}
#home .lyt-ranking-01 .list-ranking-02 li .data b {
  font-size: 1rem;
  display: block;
}
#home .lyt-ranking-01 .list-ranking-02 li .data .type {
  font-size: .8125rem;
  color: #666;
  padding-left: 18px;
  background: url("/images/top/icon-04.png") no-repeat 3px 3px;
  display: block;
}
#home .lyt-ranking-01 .list-ranking-02 li .data > img {
  width: 70px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:last-child .data {
  border-bottom: 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(1) .num::before {
  background: url("/images/top/icon-num-01.png") no-repeat 0 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(1) b {
  color: #c8b050;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(2) .num::before {
  background: url("/images/top/icon-num-02.png") no-repeat 0 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(2) b {
  color: #6b8da0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(3) .num::before {
  background: url("/images/top/icon-num-03.png") no-repeat 0 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(3) b {
  color: #6f4c2d;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(4) .num::before {
  background: url("/images/top/icon-num-04.png") no-repeat 0 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(4) b {
  color: #2e2e2e;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(5) .num::before {
  background: url("/images/top/icon-num-05.png") no-repeat 0 0;
}
#home .lyt-ranking-01 .list-ranking-02 li:nth-child(5) b {
  color: #2e2e2e;
}
#home .lyt-ranking-01 .link-btn-01 {
  margin-top: 30px;
}
#home .lyt-ranking-01 .link-btn-01 a {
  max-width: 200px;
  border-color: #e2e2e2;
  background: #fff;
  color: #666;
}
#home .lyt-ranking-01 .link-btn-01 a span {
  font-weight: bold;
}
#home .lyt-ranking-01 .link-bnr-01 {
  display: flex;
  justify-content: center;
  margin: 0 -17px;
}
#home .lyt-ranking-01 .link-bnr-01 li {
  padding: 0 17px;
}
@media only screen and (max-width: 960px) {
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel:first-child .list-ranking-02 li {
    padding-left: 40px;
  }
  #home .lyt-ranking-01 .list-ranking-02 .num {
    width: 28px;
    height: 28px;
  }
  #home .lyt-ranking-01 .list-ranking-02 .num::before {
    width: 28px;
    height: 28px;
  }
  #home .lyt-ranking-01 .list-ranking-02 li:nth-child(1) .num::before, #home .lyt-ranking-01 .list-ranking-02 li:nth-child(2) .num::before, #home .lyt-ranking-01 .list-ranking-02 li:nth-child(3) .num::before, #home .lyt-ranking-01 .list-ranking-02 li:nth-child(4) .num::before, #home .lyt-ranking-01 .list-ranking-02 li:nth-child(5) .num::before {
    background-size: contain;
  }
  #home .lyt-ranking-01 .list-ranking-02 li .data {
    height: auto !important;
  }
  #home .lyt-ranking-01 .list-ranking-02 li .data > img {
    width: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #home .lyt-ranking-01 .hdg-home-01 br {
    display: block;
  }
  #home .lyt-ranking-01 .hdg-home-01 + .logo img {
    max-width: 70px;
  }
  #home .lyt-ranking-01 .lyt-ranking-inner {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
    margin-top: 45px;
    padding: 0 18px 50px 18px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 {
    margin-bottom: 20px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels {
    display: flex;
    margin: 0 -12px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels dt {
    display: none;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel {
    padding: 0 12px;
    width: 100%;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel:first-child {
    width: 100%;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel:first-child .list-ranking-02 li {
    padding-left: 24px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel > dt {
    padding-top: 0;
    font-size: 1.125rem;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel > dt > span {
    padding: 0 10px;
  }
  #home .lyt-ranking-01 .list-ranking-02 {
    margin-top: 35px;
    margin-bottom: 0;
  }
  #home .lyt-ranking-01 .list-ranking-02 .num {
    display: block;
    position: absolute;
    top: -24px;
    left: 0;
    background: #fff;
    width: 33px;
  }
  #home .lyt-ranking-01 .list-ranking-02 li {
    padding-left: 24px;
  }
  #home .lyt-ranking-01 .list-ranking-02 li + li {
    margin-top: 10px;
  }
  #home .lyt-ranking-01 .list-ranking-02 li .data {
    padding-bottom: 24px;
    border-bottom: #ccc 1px solid;
    padding-right: 80px;
    position: relative;
    display: block;
    min-height: 80px;
  }
  #home .lyt-ranking-01 .list-ranking-02 li .data b {
    font-size: .875rem;
    display: block;
  }
  #home .lyt-ranking-01 .list-ranking-02 li .data .type {
    font-size: .75rem;
  }
  #home .lyt-ranking-01 .list-ranking-02 li .data > img {
    width: 56px;
  }
  #home .lyt-ranking-01 .link-bnr-01 {
    display: block;
  }
  #home .lyt-ranking-01 .link-bnr-01 li {
    text-align: center;
  }
  #home .lyt-ranking-01 .link-bnr-01 li + li {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 737px) {
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel {
    outline: none;
  }
}
@media only screen and (max-width: 736px) {
  #home .lyt-ranking-01 {
    padding-bottom: 3em;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-list {
    display: flex;
    margin: 0 -8px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-list > li {
    width: calc((100% - .1px) / 3);
    padding-left: 1px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-list > li > a {
    display: block;
    padding: .625em 8px;
    color: #666;
    text-decoration: none;
    text-align: center;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-list > li > a span {
    display: block;
    font-weight: bold;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-list > li.active > a {
    position: relative;
    color: #333;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels {
    margin-left: -16px;
    margin-right: -16px;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel {
    display: none;
    width: 100%;
    padding: 0;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel.active {
    display: block;
  }
  #home .lyt-ranking-01 .nav-tab-home-01 .tab-panels > .tab-panel > dd {
    padding: 0 16px;
  }
}
/* --------------------------------------
 lyt-certification-01
-------------------------------------- */
#home .lyt-certification-01 {
  padding: .1px 0 0 0;
  position: relative;
}
#home .lyt-certification-01::before {
  content: "";
  display: block;
  width: 100vw;
  height: 395px;
  background: url("/images/top/bg-02.png") no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#home .lyt-certification-01 .lyt-certification-inner {
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  margin-top: 285px;
  padding: 0 36px 50px 36px;
}
#home .lyt-certification-01 .hdg-home-01 {
  margin: 0;
  padding: 2em 0 1em 0;
}
#home .lyt-certification-01 .lead-01 {
  max-width: 545px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#home .lyt-certification-01 .link-btn-01 {
  margin-top: 30px;
  margin-bottom: 0;
}
#home .lyt-certification-01 .link-btn-01 a {
  max-width: 200px;
  border-color: #e2e2e2;
  background: #fff;
  color: #666;
}
#home .lyt-certification-01 .link-btn-01 a span {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #home .lyt-certification-01::before {
    height: 200px;
    background: url("/images/top/bg-03.png") no-repeat top center/cover;
  }
  #home .lyt-certification-01 .lyt-certification-inner {
    margin-top: 122px;
    padding: 0 16px 25px 16px;
  }
  #home .lyt-certification-01 .hdg-home-01 {
    padding: 1em 0 .5em 0;
  }
  #home .lyt-certification-01 .link-btn-01 {
    margin-top: 20px;
  }
}

/* --------------------------------------
 lyt-library-01
-------------------------------------- */
.lyt-library-01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: .1px 0 80px 0;
  background-color: #f7f7f7;
}
.lyt-library-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background-color: #f7f7f7;
  transform: translateX(-50%);
}
.lyt-library-01 > .col {
  width: 50%;
  padding: 0 20px;
}
.lyt-library-01 .hdg-home-01 {
  font-size: 1.6875rem;
  margin-top: 2.5em;
}
.lyt-library-01 .list-link-home-01 {
  margin-top: 10px;
  margin-left: -6px;
  margin-right: -6px;
}
.lyt-library-01 .list-link-home-01 > li {
  width: 50%;
  padding: 0 6px;
}
.lyt-library-01 .link-btn-01 {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .lyt-library-01 {
    display: block;
    margin: 0;
    padding-bottom: 60px;
  }
  .lyt-library-01 > .col {
    width: auto;
    padding: 0;
  }
  .lyt-library-01 .hdg-home-01 {
    margin-bottom: .625em;
    font-size: 1.5625rem;
  }
  .lyt-library-01 .list-link-home-01 {
    height: auto !important;
    margin-top: 0;
  }
  .lyt-library-01 .link-btn-01 {
    margin-bottom: 0;
  }
}
/* --------------------------------------
 lyt-news-01
-------------------------------------- */
.lyt-news-01 {
  padding: .1px 0;
}
.lyt-news-01 > .list {
  display: flex;
  margin: 0 -20px 3em -20px;
}
.lyt-news-01 > .list > li {
  width: 25%;
  padding: 0 20px;
}
.lyt-news-01 > .list > li > a {
  display: block;
  border-top: 1px solid #ccc;
  text-decoration: none;
}
.lyt-news-01 > .list > li > a > .date {
  display: block;
  margin: .75em 0 .5em 0;
  color: #333;
  font-size: 142.85714%;
  font-weight: bold;
}
.lyt-news-01 > .list > li > a > .text {
  display: block;
}
.lyt-news-01 > .list > li > a:hover > .text, .lyt-news-01 > .list > li > a:focus > .text, .lyt-news-01 > .list > li > a:active > .text {
  text-decoration: underline;
}
.lyt-news-01 .link-btn-01 {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .lyt-news-01 > .list {
    display: block;
    margin: 0 -16px 2em -16px;
    border-bottom: 1px solid #ccc;
  }
  .lyt-news-01 > .list > li {
    width: auto;
    padding: 0;
  }
  .lyt-news-01 > .list > li > a {
    padding: 1em 16px;
  }
  .lyt-news-01 > .list > li > a > .date {
    margin-top: 0;
    font-size: 100%;
  }
}
/* --------------------------------------
 .lyt-seminar-01
-------------------------------------- */
.lyt-seminar-01 {
  margin-bottom: 28px;
  padding: 32px 30px;
  background: url(/cmn/images/bg-seminar-01.jpg) no-repeat 50% 0;
  text-align: center;
}
.lyt-seminar-01 > .inner {
  max-width: 764px;
  margin: 0 auto;
  padding: 20px 30px 24px 30px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
}
.lyt-seminar-01 .hdg {
  line-height: 1.45;
  margin-bottom: 18px;
  font-size: 157.14286%;
  font-weight: bold;
}
.lyt-seminar-01 .lead {
  line-height: 1.7;
  margin-bottom: 30px;
}
.lyt-seminar-01 .box {
  max-width: 604px;
  line-height: 1.7;
  margin: 0 auto 32px auto;
  border: 1px solid #ccc;
  padding: 18px 20px;
}
.lyt-seminar-01 .link-btn-01 {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .lyt-seminar-01 {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .lyt-seminar-01 > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lyt-seminar-01 .lead {
    margin-bottom: 24px;
  }
  .lyt-seminar-01 .box {
    margin: 0 16px 24px 16px;
    padding: 14px 16px;
  }
}
/* --------------------------------------
 top-visual
-------------------------------------- */
#top-visual {
  padding: 0 16px;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
#top-visual .visual-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#top-visual .visual-01 img {
  width: 100%;
}
#top-visual > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 24px;
}
#top-visual > .inner .visual-box-01 {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-top: 10%;
  padding-bottom: 7%;
  position: relative;
  z-index: 1;
}
#top-visual > .inner .visual-box-01 .hdg-01 {
  font-size: 4.25rem;
}
#top-visual > .inner .visual-box-01 .hdg-01 span {
  color: #e60000;
  display: inline-block;
  text-indent: -.5em;
}
#top-visual > .inner .visual-box-01 .txt-01 {
  margin-top: 5px;
  font-size: 1rem;
  max-width: 490px;
}
@media only screen and (max-width: 960px) {
  #top-visual > .inner .visual-box-01 > .sp-hide {
    display: none;
  }
}
#top-visual .panel-01 {
  display: flex;
  justify-content: center;
  margin: 0 -16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}
#top-visual .panel-01 li {
  display: flex;
  width: 100%;
}
#top-visual .panel-01 a {
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, .8);
  padding: 35px 20px;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: .3s background;
}
#top-visual .panel-01 a::before {
  transition: .3s all;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .17);
  opacity: 0;
  z-index: -1;
}
#top-visual .panel-01 a:hover, #top-visual .panel-01 a:focus {
  background: #fff;
}
#top-visual .panel-01 a:hover::before, #top-visual .panel-01 a:focus::before {
  opacity: 1;
  z-index: 1;
}
#top-visual .panel-01 a .data-01 {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 20px;
}
#top-visual .panel-01 a .data-01 img {
  max-width: 67px;
}
#top-visual .panel-01 a .data-02 {
  flex: 1;
}
#top-visual .panel-01 a .data-02 p {
  margin-bottom: 0;
}
#top-visual .panel-01 a .data-02 .title-01 {
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
}
#top-visual .panel-01 a .data-02 .title-01 .day {
  font-size: .875rem;
  padding-left: 7px;
  color: #666;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  #top-visual {
    background: none;
    overflow: visible;
    border-top: #f5faf8 1px solid;
  }
  #top-visual > .inner {
    display: block;
    min-height: auto;
    padding-bottom: 0;
  }
  #top-visual > .inner .visual-box-01 {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #top-visual > .inner .visual-box-01 .hdg-01 {
    font-size: 1.875rem;
  }
  #top-visual > .inner .visual-box-01 .txt-01 {
    font-size: .875rem;
  }
  #top-visual .visual-01 {
    position: static;
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -126px;
  }
  #top-visual .visual-01 img {
    width: 100%;
  }
  #top-visual .panel-01 {
    transform: none;
    display: block;
    margin: -40% 0 0 0;
  }
  #top-visual .panel-01 li {
    display: block;
  }
  #top-visual .panel-01 li + li {
    margin-top: 8px;
  }
  #top-visual .panel-01 a {
    display: flex;
    padding: 14px 15px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
  }
  #top-visual .panel-01 a .data-01 {
    padding-right: 12px;
    width: 68px;
  }
  #top-visual .panel-01 a .data-01 img {
    max-width: 56px;
    margin: 0 auto;
  }
  #top-visual .panel-01 a .data-02 .title-01 {
    font-size: .875rem;
    margin-bottom: 8px;
  }
}

/* =====================================
reset
------------------------------------- */
* {
  margin: 0;
  border: 0;
  padding: 0;
}

/* =====================================
base
------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  letter-spacing: .04em;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
input,
button,
textarea,
option {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a,
a::before,
a::after,
button,
button::before,
button::after,
input,
input::before,
input::after {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:link,
a:visited,
a strong,
a:link strong,
a:visited strong {
  color: #174bd6;
  text-decoration: none;
}

a:visited,
a:visited strong {
  color: #639;
}

a:hover,
a:focus,
a:active,
a:hover strong,
a:focus strong,
a:active strong {
  text-decoration: underline;
}

p {
  margin-bottom: 1.2em;
}

ul,
ol,
dl {
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input[type=submit],
input[type=button],
input[type=image],
input[type=reset],
input[type=radio],
input[type=checkbox],
button,
select,
option,
label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  vertical-align: middle;
}

th,
dt {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

table img {
  max-width: inherit;
}

strong,
em,
b,
i {
  font-style: normal;
}

strong,
em,
b {
  font-weight: bold;
}

strong {
  color: #d50000;
}

small {
  font-size: 100%;
}

br {
  margin: 0 !important;
}

section,
article,
figcaption,
figure,
header,
footer,
aside,
nav,
main {
  display: block;
}

/* =====================================
font
------------------------------------- */
@font-face {
  font-display: swap;
  font-family: "LogoTypeGothic";
  src: url(/cmn/font/07LogoTypeGothic7.woff) format("woff"), url(/cmn/font/07LogoTypeGothic7.ttf) format("truetype");
}
/* =====================================
structure
------------------------------------- */
#header {
  padding: 0 16px;
  background-color: #fff;
}
#header > .header-inner {
  position: relative;
  max-width: 1344px;
  margin: 0 auto;
  padding: .1px 0;
}
#header #site-logo {
  position: absolute;
  top: 32px;
  left: 0;
  margin-bottom: 0;
}
#header #site-logo > a {
  display: block;
  width: 64px;
}
#header #menu-content {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding-left: 80px;
}
#header #menu-content .nav-global > ul,
#header #menu-content .nav-header > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
#header #menu-content .nav-btn-01 {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 92.85714%;
  padding-left: 15px;
}
#header #menu-content .nav-btn-01 a {
  display: block;
  color: #fff;
  background-color: #e60000;
  border: 1px solid #e60000;
  padding: 6px 10px;
  box-sizing: border-box;
}
#header #menu-content .nav-btn-01 a span {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
#header #menu-content .nav-btn-01 a span::before, #header #menu-content .nav-btn-01 a span::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -4px;
  background-color: #fff;
  transform: rotate(45deg);
}
#header #menu-content .nav-btn-01 a span::after {
  margin-right: 0;
  transform: rotate(-45deg);
  margin-top: 0px;
}
#header #menu-content .nav-btn-01 a:hover, #header #menu-content .nav-btn-01 a:focus, #header #menu-content .nav-btn-01 a:active {
  color: #e60000;
  background-color: #fff;
  border: 1px solid #e60000;
}
#header #menu-content .nav-btn-01 a:hover span::before, #header #menu-content .nav-btn-01 a:hover span::after, #header #menu-content .nav-btn-01 a:focus span::before, #header #menu-content .nav-btn-01 a:focus span::after, #header #menu-content .nav-btn-01 a:active span::before, #header #menu-content .nav-btn-01 a:active span::after {
  background-color: #e60000;
}
#header #menu-content .nav-global {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header #menu-content .nav-global > ul {
  margin-top: 2em;
}
#header #menu-content .nav-global > ul > li + li {
  margin-left: 24px;
}
#header #menu-content .nav-global > ul > li > a {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  transition: color 200ms;
}
#header #menu-content .nav-global > ul > li > a:hover, #header #menu-content .nav-global > ul > li > a:focus, #header #menu-content .nav-global > ul > li > a:active {
  color: #d50000;
}
#header #menu-content .nav-global > ul > li > a > span {
  display: block;
  border-bottom: 3px solid transparent;
}
#header #menu-content .nav-global > ul > li > a.current {
  color: #d50000;
}
#header #menu-content .nav-global > ul > li > a.current > span {
  border-color: #d50000;
}
.js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a {
  padding-right: 14px;
}
.js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a::before, .js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a::after {
  content: "";
}
#header #menu-content .nav-global > ul > li.has-submenu > a::before, #header #menu-content .nav-global > ul > li.has-submenu > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  margin-right: 4px;
  background-color: #d50000;
  transform: rotate(45deg);
}
#header #menu-content .nav-global > ul > li.has-submenu > a::after {
  margin-right: 0;
  transform: rotate(-45deg);
}
#header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] {
  color: #d50000;
}
#header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true]::before {
  margin-right: 0;
}
#header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true]::after {
  margin-right: 4px;
}
#header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::before, #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent #ccc transparent;
}
#header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::after {
  top: 30px;
  z-index: 4;
  border-color: transparent transparent #fff transparent;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 124px;
  z-index: 2;
  display: none;
  border: 1px solid #ccc;
  background-color: #fff;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul {
  display: flex;
  flex-wrap: wrap;
  margin: .5em 0 1.25em 0;
  font-size: 92.85714%;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li {
  padding: 0 20px;
  margin-top: .75em;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a {
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
  transition: color 200ms;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:hover, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:focus, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:active {
  color: #d50000;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:hover::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:hover::after, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:focus::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:focus::after, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:active::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:active::after {
  left: 5px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 7px;
  height: 2px;
  background: #d50000;
  transition: left 200ms;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a::before {
  transform: rotate(45deg);
  top: 5px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a::after {
  transform: rotate(-45deg);
  top: 9px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a > span {
  display: block;
  margin-left: 15px;
  vertical-align: top;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg {
  width: 100%;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg > a {
  font-weight: bold;
  font-size: 1.2rem;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg > a::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg > a::after {
  width: 10px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg > a::before {
  top: 8px;
}
#header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg > a::after {
  top: 14px;
}
#header #menu-content .nav-header {
  padding-top: 30px;
}
#header #menu-content .nav-header > ul {
  font-size: 92.85714%;
}
#header #menu-content .nav-header > ul > li + li {
  margin-left: 20px;
}
#header #menu-content .nav-header > ul > li > a {
  color: #666;
  text-decoration: none;
  transition: color 200ms;
}
#header #menu-content .nav-header > ul > li > a:hover, #header #menu-content .nav-header > ul > li > a:focus, #header #menu-content .nav-header > ul > li > a:active {
  color: #d50000;
}
#header #menu-content .nav-header > ul > li.facebook .twitter {
  margin-left: 10px;
}
#header #menu-content .nav-header > ul > li.facebook > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#header #menu-content .nav-header > ul > li.facebook > a {
  transition: opacity 200ms;
}
#header #menu-content .nav-header > ul > li.facebook > a:hover, #header #menu-content .nav-header > ul > li.facebook > a:focus, #header #menu-content .nav-header > ul > li.facebook > a:active {
  opacity: .75;
}

@media only screen and (min-width: 961px) {
  #header #menu-ui,
#header #menu-close {
    display: none;
  }
}
@media only screen and (max-width: 1110px) {
  #header #menu-content .nav-global > ul > li + li {
    margin-left: 14px;
  }
  #header #menu-content .nav-global > ul > li > a {
    padding-top: 1px;
    font-size: 92.85714%;
    letter-spacing: -.01em;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a {
    padding-right: 12px;
  }
  #header #menu-content .nav-header > ul > li + li {
    margin-left: 16px;
  }
  #header #menu-content .nav-header > ul > li > a {
    letter-spacing: -.01em;
  }
}
@media only screen and (max-width: 960px) {
  #header {
    padding: 0;
  }
  #header > .header-inner {
    height: auto;
  }
  #header #site-logo {
    position: static;
    padding: 8px;
  }
  #header #site-logo > a {
    width: 48px;
    padding: 8px;
  }
  #header #menu-ui {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 48px;
    height: 48px;
    padding: 28px 0 8px 0;
    background-color: transparent;
    font-size: 71.42857%;
    text-align: center;
  }
  #header #menu-ui::before, #header #menu-ui::after,
#header #menu-ui > span::before {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background-color: #000;
  }
  #header #menu-ui::before, #header #menu-ui::after {
    transition: top 200ms, transform 400ms;
  }
  #header #menu-ui::before {
    top: 11px;
  }
  #header #menu-ui::after {
    top: 23px;
  }
  #header #menu-ui > span::before {
    top: 17px;
    transition: opacity 400ms;
  }
  #header #menu-ui[aria-expanded=true]::before, #header #menu-ui[aria-expanded=true]::after {
    top: 17px;
  }
  #header #menu-ui[aria-expanded=true]::before {
    transform: rotate(-225deg);
  }
  #header #menu-ui[aria-expanded=true]::after {
    transform: rotate(225deg);
  }
  #header #menu-ui[aria-expanded=true] > span::before {
    opacity: 0;
  }
  #header #menu-content {
    display: block;
    overflow: hidden;
    padding-left: 0;
    background-color: #292b30;
  }
  .js-enabled #header #menu-content {
    position: absolute;
    z-index: 2;
    display: none;
  }
  .menu-opened #header #menu-content {
    position: static;
  }
  #header #menu-content .nav-global > ul,
#header #menu-content .nav-header > ul {
    display: block;
  }
  #header #menu-content .nav-btn-01 {
    padding: 0 16px;
  }
  #header #menu-content .nav-btn-01 a span {
    display: block;
  }
  #header #menu-content .nav-global {
    display: block;
    padding-bottom: 0;
  }
  #header #menu-content .nav-global > ul {
    margin-top: 0;
    text-align: center;
  }
  #header #menu-content .nav-global > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  #header #menu-content .nav-global > ul > li + li {
    margin-left: 0;
  }
  #header #menu-content .nav-global > ul > li > a {
    display: block;
    padding: 1.14286em 16px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 100%;
    letter-spacing: 0;
    transition: background-color 200ms;
  }
  #header #menu-content .nav-global > ul > li > a:hover, #header #menu-content .nav-global > ul > li > a:focus, #header #menu-content .nav-global > ul > li > a:active {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
  }
  #header #menu-content .nav-global > ul > li > a > span {
    border-bottom: none;
  }
  #header #menu-content .nav-global > ul > li > a.current {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
  }
  .js-enabled #header #menu-content .nav-global > ul > li.has-submenu > a {
    padding-right: 16px;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a::before, #header #menu-content .nav-global > ul > li.has-submenu > a::after {
    top: 50%;
    right: 16px;
    width: 12px;
    margin-top: -1px;
    margin-right: 0;
    background-color: #fff;
    transform: rotate(0);
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a::after {
    transform: rotate(90deg);
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] {
    color: #fff;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true]::before {
    transform: rotate(135deg);
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true]::after {
    margin-right: 0;
    transform: rotate(225deg);
  }
  #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::before, #header #menu-content .nav-global > ul > li.has-submenu > a[aria-expanded=true] > span::after {
    content: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu {
    position: static;
    border: none;
    background-color: transparent;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul {
    display: block;
    margin: 0;
    padding: .25em 16px 24px 16px;
    font-size: 85.71429%;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li {
    margin-top: 0;
    padding: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li + li::before {
    content: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a {
    display: block;
    padding: .625em 0;
    color: #fff;
    transition: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:hover, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:focus, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:active {
    color: #fff;
    text-decoration: underline;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:hover > span, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:focus > span, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a:active > span {
    text-decoration: underline;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a::before, #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a::after {
    display: none;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li > a > span {
    margin: 0;
  }
  #header #menu-content .nav-global > ul > li.has-submenu > .submenu > ul > li.hdg > a {
    font-size: inherit;
    font-weight: normal;
  }
  #header #menu-content .nav-header {
    padding: 12px 16px 32px 16px;
  }
  #header #menu-content .nav-header > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    font-size: 85.71429%;
    text-align: center;
  }
  #header #menu-content .nav-header > ul > li {
    margin-top: .5em;
  }
  #header #menu-content .nav-header > ul > li + li {
    margin-left: 0;
  }
  #header #menu-content .nav-header > ul > li > a {
    display: block;
    padding: .375em 10px;
    color: #fff;
    letter-spacing: 0;
    transition: none;
  }
  #header #menu-content .nav-header > ul > li > a:hover, #header #menu-content .nav-header > ul > li > a:focus, #header #menu-content .nav-header > ul > li > a:active {
    color: #fff;
    text-decoration: underline;
  }
  #header #menu-content .nav-header > ul > li.facebook {
    width: 100%;
    margin-top: 1.5em;
  }
  #header #menu-content .nav-header > ul > li.facebook > a {
    display: inline-block;
  }
  #header #menu-content #menu-close {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    margin: 0 auto 48px auto;
    border-radius: 2px;
    border: 1px solid #fff;
    padding: 1.125em 27px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 100%;
    text-align: center;
    transition: background-color 200ms;
  }
  #header #menu-content #menu-close::before, #header #menu-content #menu-close::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    transform: rotate(45deg);
  }
  #header #menu-content #menu-close::after {
    transform: rotate(-45deg);
  }
  #header #menu-content #menu-close:hover, #header #menu-content #menu-close:focus, #header #menu-content #menu-close:active {
    background-color: rgba(255, 255, 255, .1);
  }
}
#content {
  position: relative;
}
#content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 144px;
  background: #d50000 url(/cmn/images/bg-content-01.png) repeat scroll 0 0;
}
#content #main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
#content #main-inner {
  padding: 10px 30px 0 30px;
}
#content #main-inner > .nav-quick-01:last-child {
  margin-bottom: -40px;
}

@media only screen and (max-width: 960px) {
  #content #main-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-opened #content {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #content::before {
    height: 80px;
  }
  #content #main-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #content #main-inner > .nav-quick-01:last-child {
    margin-bottom: -30px;
  }
}
#footer {
  position: relative;
  margin-top: 40px;
  background-color: #000;
  color: #fff;
}
#footer .footer-link {
  padding: .1px 0;
  background-color: #454545;
}
#footer .footer-link-01,
#footer .footer-link-02 {
  overflow: hidden;
  margin: 0 auto;
}
#footer .footer-link-01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1392px;
  margin-top: 60px;
}
#footer .footer-link-01 p,
#footer .footer-link-01 ul,
#footer .footer-link-01 dl {
  margin-bottom: 0;
}
#footer .footer-link-01 a {
  color: #fff;
}
#footer .footer-link-01 > .col {
  width: 25%;
  border-right: 1px solid #666;
  padding: 18px 23px 18px 24px;
}
#footer .footer-link-01 > .col:nth-child(4n+4) {
  border-right: none;
}
#footer .footer-link-01 > .col > dl > dd {
  margin-top: 1em;
  font-size: 85.71429%;
}
#footer .footer-link-01 > .col > dl > dd a {
  color: #ccc;
}
#footer .footer-link-01 > .col > dl > dd ul > li + li {
  margin-top: .75em;
}
#footer .footer-link-01 > .col > p + p {
  margin-top: .625em;
}
#footer .footer-link-02 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1372px;
  margin-top: 24px;
  margin-bottom: 60px;
  padding: 0 10px;
}
#footer .footer-link-02 > li {
  display: flex;
  width: 25%;
  margin-top: 12px;
  padding: 0 6px;
}
#footer .footer-link-02 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
  padding: .85714em 10px;
  background-color: #666;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms, color 200ms;
}
#footer .footer-link-02 > li > a:hover, #footer .footer-link-02 > li > a:focus, #footer .footer-link-02 > li > a:active {
  background-color: #ccc;
  color: #333;
}
#footer .nav-pagetop {
  position: absolute;
  bottom: 100px;
  right: 20px;
  margin-bottom: 0;
}
#footer .nav-pagetop.fixed {
  position: fixed;
  top: inherit;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
#footer .nav-pagetop > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #999;
  background-color: rgba(0, 0, 0, .6);
}
#footer .nav-pagetop > a:hover, #footer .nav-pagetop > a:focus, #footer .nav-pagetop > a:active {
  background-color: #ccc;
  background-color: rgba(0, 0, 0, .4);
}
#footer .nav-pagetop > a::before, #footer .nav-pagetop > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .nav-pagetop > a::after {
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer .nav-pagetop > a > span {
  position: absolute;
  top: -999em;
  left: -999em;
}
#footer .footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 10px;
}
#footer .copyright {
  line-height: 1.42858;
  margin-bottom: 0;
  text-align: center;
}
#footer .copyright small {
  font-size: 85.71429%;
}

@media only screen and (max-width: 960px) {
  #footer .footer-link-01 > .col {
    padding: 18px 15px 18px 16px;
  }
  .menu-opened #footer {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  #footer {
    margin-top: 75px;
  }
  #footer .footer-link-01 {
    margin-top: 0;
  }
  #footer .footer-link-01 a {
    position: relative;
    display: block;
    border-bottom: 1px solid #666;
    padding: .85714em 32px .85714em 16px;
    background-color: #454545;
    text-decoration: none;
    transition: background-color 200ms;
  }
  #footer .footer-link-01 a::before, #footer .footer-link-01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 7px;
    height: 2px;
    margin-top: -3px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: right 200ms, background-color 200ms;
  }
  #footer .footer-link-01 a::after {
    margin-top: 1px;
    transform: rotate(-45deg);
  }
  #footer .footer-link-01 a:hover, #footer .footer-link-01 a:focus, #footer .footer-link-01 a:active {
    background-color: #545454;
  }
  #footer .footer-link-01 a:hover::before, #footer .footer-link-01 a:hover::after, #footer .footer-link-01 a:focus::before, #footer .footer-link-01 a:focus::after, #footer .footer-link-01 a:active::before, #footer .footer-link-01 a:active::after {
    right: 13px;
  }
  #footer .footer-link-01 > .col {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  #footer .footer-link-01 > .col > dl > dd {
    display: none;
  }
  #footer .footer-link-01 > .col > p + p {
    margin-top: 0;
  }
  #footer .footer-link-02 {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  #footer .footer-link-02 > li {
    width: 50%;
  }
  #footer .nav-pagetop {
    position: absolute !important;
    top: -45px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    opacity: 1 !important;
  }
  #footer .nav-pagetop > a {
    width: 100%;
    height: 45px;
    border-radius: 0;
  }
}
/* =====================================
module
------------------------------------- */
.googlemaps {
  margin: 32px 0;
}
.googlemaps > iframe {
  display: none;
}
.js-enabled .googlemaps > iframe {
  display: block;
  width: 100%;
  height: 506px;
}

@media only screen and (max-width: 960px) {
  .googlemaps {
    margin: 32px 0;
  }
  .googlemaps > iframe {
    display: none;
  }
  .js-enabled .googlemaps > iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 736px) {
  .googlemaps {
    margin: 32px 0;
  }
  .googlemaps > iframe {
    display: none;
  }
  .js-enabled .googlemaps > iframe {
    height: 240px;
  }
}
.break-word {
  word-break: break-all;
}

.gtm-noscript {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* ===========================
heading
--------------------------- */
.hdg-page-01,
.hdg-news-01,
.hdg-blog-01 {
  margin: -10px -30px 0 -30px;
  background-color: #d50000;
  background-image: url(/cmn/images/bg-page-hdg-01.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.hdg-page-01 + .lyt-main-sub-01 > .col-main > [class^=hdg-]:first-child,
.hdg-news-01 + .lyt-main-sub-01 > .col-main > [class^=hdg-]:first-child,
.hdg-blog-01 + .lyt-main-sub-01 > .col-main > [class^=hdg-]:first-child {
  margin-top: 0;
}

.hdg-page-01 > h1,
.hdg-news-01 > p,
.hdg-blog-01 > p,
.hdg-report-01 > p {
  display: table;
  width: 100%;
  height: 188px;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #fff;
  font-size: 228.57143%;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 91, 128, .2), 0 0 30px rgba(0, 110, 153, .5);
}

.hdg-page-01 > h1 > span,
.hdg-news-01 > p > span,
.hdg-blog-01 > p > span,
.hdg-report-01 > p > span {
  display: table-cell;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
}

.ranking .hdg-page-01 > h1 > span > span {
  display: table;
  margin: 10px auto 1.2em auto;
  border: 1px solid #fff;
  padding: .4em 1.2em;
  font-size: 43.75%;
}
.ranking .hdg-page-01 > h1 > span > small {
  font-size: 75%;
}
.ranking .hdg-page-01 > h1 > span > img {
  display: block;
  margin: 0 auto;
}

.ceremony .hdg-page-01 > h1 > span > small {
  font-size: 65%;
}

@media only screen and (max-width: 960px) {
  .hdg-page-01,
.hdg-news-01,
.hdg-blog-01,
.hdg-report-01 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 736px) {
  .hdg-page-01,
.hdg-news-01,
.hdg-blog-01,
.hdg-report-01 {
    margin-left: 0;
    margin-right: 0;
  }

  .hdg-page-01 > h1,
.hdg-news-01 > p,
.hdg-blog-01 > p,
.hdg-report-01 > p {
    height: 104px;
    background-size: 50%;
    font-size: 157.14286%;
  }

  .hdg-page-01 > h1 > span,
.hdg-news-01 > p > span,
.hdg-blog-01 > p > span,
.hdg-report-01 > p > span {
    padding: 14px 10px;
  }

  .ranking .hdg-page-01 > h1 > span > span {
    margin-top: 0;
  }
  .ranking .hdg-page-01 > h1 > span > img {
    width: 116px;
  }
}
.hdg-section-01 {
  line-height: 1.425;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d50000;
  padding-bottom: .35em;
  color: #d50000;
  font-size: 200%;
}
.hdg-section-01 > span > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #d50000;
  text-decoration: none;
}
.hdg-section-01 > span > a::before, .hdg-section-01 > span > a::after {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hdg-section-01 > span > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hdg-section-01 > span > a:hover::before, .hdg-section-01 > span > a:hover::after, .hdg-section-01 > span > a:focus::before, .hdg-section-01 > span > a:focus::after, .hdg-section-01 > span > a:active::before, .hdg-section-01 > span > a:active::after {
  left: 4px;
}
.hdg-section-01.another-01 {
  position: relative;
}
.hdg-section-01.another-01 > span {
  display: block;
  min-height: 80px;
  margin-right: 150px;
}
.hdg-section-01.another-01 > .item {
  margin-right: 120px;
}
.hdg-section-01.another-01 > .img {
  position: absolute;
  top: .15em;
  right: 0;
  display: block;
}

.hdg-page-01 + .hdg-section-01 {
  margin-top: 1.425em;
}

@media only screen and (max-width: 736px) {
  .hdg-section-01 {
    line-height: 1.5;
    margin-bottom: 1.25em;
    font-size: 142.85714%;
  }
  .hdg-section-01.another-01 > span {
    min-height: inherit;
    margin-right: 0;
  }
  .hdg-section-01.another-01 > span small {
    line-height: 1.6;
    font-size: 70%;
  }
  .hdg-section-01.another-01 > .img {
    position: static;
    margin: .25em 0;
  }
}
.hdg-section-02 {
  line-height: 1.41666;
  margin-top: 1.9em;
  margin-bottom: 1.25em;
  border-left: 2px solid #d50000;
  padding-left: 16px;
  color: #d50000;
  font-size: 171.42857%;
}
.hdg-section-02 small {
  margin-left: .25em;
  font-size: 66.66667%;
}
.hdg-section-02.link {
  overflow: hidden;
}
.hdg-section-02.link > h1,
.hdg-section-02.link > h2,
.hdg-section-02.link > h3,
.hdg-section-02.link > h4,
.hdg-section-02.link > h5,
.hdg-section-02.link > h6 {
  float: left;
  margin-right: 20px;
}
.hdg-section-02.link > .link-arrow-01 {
  font-size: 58.33333%;
}
.hdg-section-02.link > .link-arrow-01::before, .hdg-section-02.link > .link-arrow-01::after {
  top: .6375em;
}

@media only screen and (max-width: 736px) {
  .hdg-section-02 {
    line-height: 1.55;
    margin-top: 2.1em;
    font-size: 128.5714%;
  }
  .hdg-section-02 small {
    font-size: 77.77778%;
  }
  .hdg-section-02.link > h1,
.hdg-section-02.link > h2,
.hdg-section-02.link > h3,
.hdg-section-02.link > h4,
.hdg-section-02.link > h5,
.hdg-section-02.link > h6 {
    margin-right: 10px;
  }
  .hdg-section-02.link > .link-arrow-01 {
    font-size: 72.22222%;
  }
  .hdg-section-02.link > .link-arrow-01::before, .hdg-section-02.link > .link-arrow-01::after {
    top: .6875em;
  }
}
.hdg-section-03 {
  position: relative;
  line-height: 1.45;
  margin-top: 2.1em;
  margin-bottom: 1.4em;
  padding-left: 18px;
  color: #d50000;
  font-size: 157.14286%;
}
.hdg-section-03::before {
  content: "";
  position: absolute;
  top: .625em;
  left: 0;
  width: 8px;
  height: 0;
  display: block;
  border-top: 2px solid #d50000;
}

@media only screen and (max-width: 736px) {
  .hdg-section-03 {
    line-height: 1.55;
    margin-top: 2.1em;
    margin-bottom: 1.25em;
    font-size: 128.5714%;
  }
  .hdg-section-03::before {
    top: .65em;
  }
}
.hdg-section-04 {
  line-height: 1.5;
  margin-top: 2.3em;
  margin-bottom: 1.5em;
  font-size: 142.85714%;
}

@media only screen and (max-width: 736px) {
  .hdg-section-04 {
    line-height: 1.55;
    margin-top: 2.1em;
    margin-bottom: 1.25em;
    font-size: 128.5714%;
  }
}
.hdg-section-05 {
  line-height: 1.425;
  margin-top: 2.1em;
  margin-bottom: .8em;
  color: #d50000;
  font-size: 200%;
  text-align: center;
}
.hdg-section-05 > span > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #d50000;
  text-decoration: none;
}
.hdg-section-05 > span > a::before, .hdg-section-05 > span > a::after {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hdg-section-05 > span > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hdg-section-05 > span > a:hover::before, .hdg-section-05 > span > a:hover::after, .hdg-section-05 > span > a:focus::before, .hdg-section-05 > span > a:focus::after, .hdg-section-05 > span > a:active::before, .hdg-section-05 > span > a:active::after {
  left: 4px;
}

@media only screen and (max-width: 736px) {
  .hdg-section-05 {
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: .85em;
    font-size: 142.85714%;
  }
}
.hdg-section-06 {
  font-size: 1.5rem;
  color: #d50000;
  margin-top: 1.7em;
  margin-bottom: 1em;
  text-align: center;
}
.hdg-section-06 > span {
  display: inline-block;
  padding-bottom: .25em;
  border-bottom: solid #d50000 1px;
}

@media only screen and (max-width: 736px) {
  .hdg-section-06 {
    font-size: 1.125rem;
    margin-top: 1.9em;
  }
  .hdg-section-06 > span {
    width: 100%;
  }
}
.hdg-num-01 {
  font-size: 1.375rem;
  color: #d50000;
  margin-bottom: .9em;
  padding-left: 40px;
  position: relative;
}
.hdg-num-01 .num {
  position: absolute;
  display: inline-block;
  width: 34px;
  line-height: 1;
  padding: 6px 0;
  left: 0;
  top: 0;
  background-color: #d50000;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .hdg-num-01 {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
  }
}
.hdg-ranking {
  position: relative;
  min-height: 260px;
  margin-bottom: 1em;
  padding: 40px 20px 30px 20px;
  background: #a6072b url(/ranking/images/bg-hdg-ranking-01.png) no-repeat scroll 100% 0;
  background-size: contain;
  color: #fff;
}
.hdg-ranking::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
}
.hdg-ranking p {
  margin-bottom: 0;
}
.hdg-ranking .year {
  display: inline-block;
  line-height: 1.7;
  margin: 0 60% 0 0;
  padding: .25em 1.5em;
  background-color: #d50000;
}
.hdg-ranking .hdg {
  display: inline-block;
  margin: 1em 25% 0 0;
}
.hdg-ranking .hdg h1 {
  line-height: 1.35;
  font-size: 228.57143%;
  text-indent: -.5em;
}
.hdg-ranking .hdg h1 br {
  display: none;
}
.hdg-ranking .hdg .participation {
  text-align: right;
}
.hdg-ranking .logo img {
  width: 232px;
  height: 92px;
}

@media only screen and (max-width: 736px) {
  .hdg-ranking {
    min-height: 173px;
    margin-bottom: .5em;
    padding: 10px 15px;
    background-position: 50% 50%;
    background-size: cover;
    color: #333;
  }
  .hdg-ranking::after {
    bottom: -2px;
    height: 2px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
  }
  .hdg-ranking .year {
    line-height: 1.65;
    padding: .2em 1em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    font-size: 85.71429%;
  }
  .hdg-ranking .hdg {
    margin: .5em 0 0 0;
    text-shadow: .15em 0 .25em #fff, 0 .15em .25em #fff, -.15em 0 .25em #fff, 0 -.15em .25em #fff;
  }
  .hdg-ranking .hdg h1 {
    display: inline;
    line-height: 1.5;
    margin-left: -.5em;
    font-size: 142.85714%;
    text-indent: 0;
  }
  .hdg-ranking .hdg h1 br,
.hdg-ranking .hdg h1 .participation {
    display: inline;
  }
  .hdg-ranking .hdg .participation {
    text-align: inherit;
    font-size: 71.42857%;
  }
  .hdg-ranking .logo img {
    width: 173px;
    height: 68px;
  }
}
.hdg-ranking-01 {
  font-size: 1.75rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3.3em;
  margin-bottom: 1em;
}
.hdg-ranking-01 > * {
  flex-shrink: 0;
}
.hdg-ranking-01 .sub-01 {
  font-size: .6428em;
}

@media only screen and (max-width: 736px) {
  .hdg-ranking-01 {
    margin-top: 1.6em;
    margin-bottom: 1em;
  }
}
.hdg-ranking-02 {
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  margin: 60px 0;
}
.hdg-ranking-02 > .inner {
  position: relative;
  background: #fff;
  padding: 0 44px;
  display: inline-block;
}
.hdg-ranking-02 > .inner::before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: calc(100% + 70px);
  top: calc(50% - 1px);
  left: -35px;
  background: #cd344d;
  z-index: -1;
}
.hdg-ranking-02 .sub-01 {
  font-size: .6428em;
  display: block;
}
@media only screen and (max-width: 736px) {
  .hdg-ranking-02 {
    font-size: 1.3rem;
  }
  .hdg-ranking-02 > .inner {
    padding: 0 39px;
  }
  .hdg-ranking-02 .sub-01 {
    font-size: .5em;
  }
}
.young .hdg-ranking-02 > .inner::before {
  background: #34b2cd;
}

/* ===========================
paragraph
--------------------------- */
.pgh-lead-01 {
  margin: 1.3em 0;
  line-height: 1.45;
  font-size: 157.14286%;
}

@media only screen and (max-width: 736px) {
  .pgh-lead-01 {
    margin: 1.25em 0;
    line-height: 1.55;
    font-size: 128.57143%;
  }
}
.pgh-notice-01 {
  display: table;
  width: 100%;
  margin-bottom: 2.5em;
  color: #666;
  font-size: 85.71429%;
}
.pgh-notice-01 + .pgh-notice-01 {
  margin-top: -1.45em;
}
.pgh-notice-01 .mark {
  display: table-cell;
  padding-right: .5em;
  white-space: nowrap;
}
.pgh-notice-01 .text {
  display: table-cell;
  width: 100%;
}
.pgh-notice-01 a[data-telnum] {
  color: #666;
  text-decoration: none;
}

.pgh-notice-02 {
  display: table;
  width: 100%;
  margin-bottom: 2.5em;
  color: #d50000;
  font-size: 85.71429%;
}
.pgh-notice-02 + .pgh-notice-01 {
  margin-top: -1.45em;
}
.pgh-notice-02 .mark {
  display: table-cell;
  padding-right: .5em;
  white-space: nowrap;
}
.pgh-notice-02 .text {
  display: table-cell;
  width: 100%;
}
.pgh-notice-02 a[data-telnum] {
  color: #666;
  text-decoration: none;
}

.pgh-notice-03 {
  display: table;
  width: 100%;
  margin-bottom: 2.5em;
  color: #666;
  font-size: 85.71429%;
}
.pgh-notice-03 + .pgh-notice-03 {
  margin-top: -2.25em;
}
.pgh-notice-03 .mark {
  display: table-cell;
  padding-right: .5em;
  white-space: nowrap;
}
.pgh-notice-03 .text {
  display: table-cell;
  width: 100%;
}
.pgh-notice-03 a[data-telnum] {
  color: #666;
  text-decoration: none;
}
#content .pgh-notice-03 + .pgh-notice-03.mt-0 {
  margin-top: -1.25em !important;
}
#content .pgh-notice-03.fs-l {
  font-size: 100% !important;
}

.pgh-interview-01 > dt {
  float: left;
  clear: both;
  margin-right: .6em;
  padding: 0 .3em;
  background-color: #ccc;
  color: #fff;
}
.pgh-interview-01 > dt .name-01 {
  background-color: #5e9cae;
}
.pgh-interview-01 > dt .name-02 {
  background-color: #658d1b;
}
.pgh-interview-01 > dt .name-03 {
  background-color: #005172;
}
.pgh-interview-01 > dd + dt,
.pgh-interview-01 > dd + dt + dd {
  margin-top: 1.2em;
}

.label-01 {
  display: inline-block;
  padding: .0425em 8px;
  background-color: #999;
  color: #fff;
  font-size: 85.71429%;
}
.label-01.talk, .label-01.interview-tip {
  background-color: #ea42ae;
}
.label-01.round_table {
  background-color: #ff5a5a;
}
.label-01.interview-library {
  background-color: #d50000;
}
.label-01.analysis, .label-01.survey {
  background-color: #ff6700;
}
.label-01.report {
  background-color: #ffb81a;
}
.label-01.opinion, .label-01.training {
  background-color: #5bb700;
}
.label-01.media {
  background-color: #099;
}
.label-01.column {
  background-color: #2cd9dd;
}
.label-01.discussion {
  background-color: #174bd6;
}
.label-01.other {
  background-color: #5e22b8;
}

.label-tip-01 {
  display: inline-block;
  border: 1px solid #e60000;
  background-color: #fff;
  color: #e60000;
  padding: 0 6px;
  font-size: 85.71429%;
}

/* ===========================
list
--------------------------- */
.list-link-01 .col2,
.list-link-01 .col3,
.list-link-01 .col4 {
  margin-left: -12px;
  margin-right: -12px;
}

.list-link-01.col2::after,
.list-link-01.col3::after,
.list-link-01.col4::after,
.list-link-02::after {
  content: "";
  clear: both;
  display: block;
}

.list-link-01 > li,
.list-link-02 > li {
  margin-bottom: .6em;
}
.list-link-01 > li > a,
.list-link-02 > li > a {
  position: relative;
  display: inline-block;
  margin-top: 0;
  padding-left: 18px;
}
.list-link-01 > li > a:hover::before, .list-link-01 > li > a:hover::after, .list-link-01 > li > a:focus::before, .list-link-01 > li > a:focus::after, .list-link-01 > li > a:active::before, .list-link-01 > li > a:active::after,
.list-link-02 > li > a:hover::before,
.list-link-02 > li > a:hover::after,
.list-link-02 > li > a:focus::before,
.list-link-02 > li > a:focus::after,
.list-link-02 > li > a:active::before,
.list-link-02 > li > a:active::after {
  left: 6px;
}

.list-link-01 > li {
  padding-left: 18px;
}

.list-link-02 > li {
  float: left;
  margin-right: 18px;
}

.list-link-02 > li:last-child {
  margin-right: 0;
}

.list-link-01.col2 > li,
.list-link-01.col3 > li,
.list-link-01.col4 > li {
  float: left;
  padding-left: 30px;
  padding-right: 12px;
}

.list-link-01.col2 > li {
  width: 50%;
}

.list-link-01.col3 > li {
  width: 33.33333%;
}

.list-link-01.col4 > li {
  width: 25%;
}

.list-link-01 > li > * {
  margin-top: .6em;
  margin-bottom: 0;
}

.list-link-01 > li > a {
  margin-left: -18px;
}

.list-link-01 > li > a::before,
.list-link-01 > li > a::after,
.list-link-02 > li > a::before,
.list-link-02 > li > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-link-01 > li > a::after,
.list-link-02 > li > a::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-link-01 .list-link-01 > li > a::before,
.list-link-01 .list-link-01 > li > a::after {
  width: 4px;
  background-color: #666;
}

.list-link-01 .list-link-01 > li > a::after {
  margin-top: 0;
}

@media only screen and (max-width: 736px) {
  .list-link-01.col2,
.list-link-01.col3,
.list-link-01.col4 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-link-01.col2 > li,
.list-link-01.col3 > li,
.list-link-01.col4 > li {
    float: none;
    width: 100%;
    height: auto !important;
    padding-left: 18px;
    padding-right: 0;
  }
}
.list-bullet-01.col2,
.list-bullet-01.col3,
.list-bullet-01.col4 {
  margin-left: -12px;
  margin-right: -12px;
}

.list-bullet-01.col2::after,
.list-bullet-01.col3::after,
.list-bullet-01.col4::after,
.list-bullet-02::after {
  content: "";
  clear: both;
  display: block;
}

.list-bullet-01 > li,
.list-bullet-02 > li {
  position: relative;
  margin-bottom: .6em;
  padding-left: 18px;
}

.list-bullet-01.col2 > li,
.list-bullet-01.col3 > li,
.list-bullet-01.col4 > li {
  float: left;
  padding-left: 30px;
  padding-right: 12px;
}

.list-bullet-01.col2 > li {
  width: 50%;
}

.list-bullet-01.col3 > li {
  width: 33.33333%;
}

.list-bullet-01.col4 > li {
  width: 25%;
}

.list-bullet-02 > li {
  float: left;
  margin-right: 18px;
}

.list-bullet-02 > li:last-child {
  margin-right: 0;
}

.list-bullet-01 > li::before,
.list-bullet-02 > li::before {
  content: "";
  position: absolute;
  top: .575em;
  left: 4px;
  display: block;
  width: 6px;
  height: 0;
  border-top: 6px solid #d50000;
}

.list-bullet-01.col2 > li::before,
.list-bullet-01.col3 > li::before,
.list-bullet-01.col4 > li::before {
  left: 16px;
}

.list-bullet-01 > li > * {
  margin-top: .6em;
}

.list-bullet-01 > li > *:last-child {
  margin-bottom: 0;
}

.list-bullet-01 .list-bullet-01 > li::before {
  top: .65em;
  left: 4px;
  width: 4px;
  border-top: 4px solid #999;
}

@media only screen and (max-width: 736px) {
  .list-bullet-01.col2,
.list-bullet-01.col3,
.list-bullet-01.col4 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-bullet-01.col2 > li,
.list-bullet-01.col3 > li,
.list-bullet-01.col4 > li {
    float: none;
    width: 100%;
    height: auto !important;
    padding-left: 18px;
    padding-right: 0;
  }
  .list-bullet-01.col2 > li::before,
.list-bullet-01.col3 > li::before,
.list-bullet-01.col4 > li::before {
    left: 4px;
  }
}
.list-marked-01 > li {
  display: table;
  margin-bottom: .6em;
}
.list-marked-01 > li > .mark {
  display: table-cell;
  min-width: 30px;
  padding-right: .35em;
  text-align: right;
  white-space: nowrap;
}
.list-marked-01 > li > .content {
  display: table-cell;
  width: 100%;
}
.list-marked-01 > li > .content > * {
  margin-top: .6em;
  margin-bottom: 0;
}
.list-marked-01 > li > .content > [class^=list-] > li:last-child {
  margin-bottom: 0;
}

.list-ordered-01 > li {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: .6em;
}
.list-ordered-01 > li > * {
  margin-top: .6em;
  margin-bottom: 0;
}

.list-step-01 {
  margin: 1.35em 0 2.15em 0;
}
.list-step-01 > li {
  position: relative;
  padding-left: 128px;
}
.list-step-01 > li > .step {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: table;
  width: 100px;
  height: 100px;
  background-color: #5e9cae;
}
.list-step-01 > li > .step::before, .list-step-01 > li > .step::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
}
.list-step-01 > li > .step::before {
  left: 0;
  border-style: solid;
  border-width: 25px 0 0 50px;
  border-color: transparent transparent transparent #fff;
}
.list-step-01 > li > .step::after {
  right: 0;
  border-style: solid;
  border-width: 25px 50px 0 0;
  border-color: transparent #fff transparent transparent;
}
.list-step-01 > li > .step > span {
  display: table-cell;
  line-height: 1.15;
  padding-bottom: .5em;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.list-step-01 > li > .step > span > b {
  display: block;
  font-size: 162.5%;
}
.list-step-01 > li > .step + * {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
  padding: 2em 0;
}
.list-step-01 > li > .step + * > dt {
  margin-bottom: 1em;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-step-01 > li > .step + * > dt sup {
  font-weight: normal;
}
.list-step-01 > li > .step + * > *:last-child,
.list-step-01 > li > .step + * > dd > *:last-child {
  margin-bottom: 0;
}
.list-step-01 > li:last-child > .step + * {
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
  .list-step-01 > li {
    padding-left: 70px;
  }
  .list-step-01 > li > .step {
    width: 60px;
    min-height: 60px;
  }
  .list-step-01 > li > .step::before {
    border-width: 15px 0 0 30px;
  }
  .list-step-01 > li > .step::after {
    border-width: 15px 30px 0 0;
  }
}
.list-step-02 {
  margin: 1.35em 0 2.15em 0;
  padding: 0 100px;
}
.list-step-02 > ol {
  position: relative;
  display: table;
  width: 100%;
}
.list-step-02 > ol > li {
  display: table-cell;
  color: #666;
  font-size: 114.28571%;
}
.list-step-02 > ol > li.current {
  color: #5d9cad;
  font-weight: bold;
}
.list-step-02 > ol > li::before {
  content: "";
  position: absolute;
  top: 13px;
  z-index: 2;
  display: block;
  width: 47.5%;
  height: 6px;
  background-color: #efefef;
}
.list-step-02 > ol > li:nth-child(1) {
  text-align: left;
}
.list-step-02 > ol > li:nth-child(1)::before {
  content: none;
}
.list-step-02 > ol > li:nth-child(2) {
  text-align: center;
}
.list-step-02 > ol > li:nth-child(2)::before {
  left: 2.5%;
}
.list-step-02 > ol > li:nth-child(3) {
  text-align: right;
}
.list-step-02 > ol > li:nth-child(3)::before {
  left: 50%;
}
.list-step-02 > ol > li.current::before, .list-step-02 > ol > li.done::before {
  background-color: #5d9cad;
}
.list-step-02 > ol > li > span {
  position: relative;
  display: block;
  padding-top: 45px;
}
.list-step-02 > ol > li > span::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 4;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  border-radius: 50%;
  background-color: #ccc;
}
.list-step-02 > ol > li:nth-child(1) > span::before {
  left: .4em;
}
.list-step-02 > ol > li:nth-child(2) > span::before {
  left: 50%;
  margin-left: -10px;
}
.list-step-02 > ol > li:nth-child(3) > span::before {
  right: .4em;
}
.list-step-02 > ol > li.current > span::before {
  width: 32px;
  height: 32px;
  margin-top: 0;
  border: 6px solid #5d9cad;
  background-color: #fff;
}
.list-step-02 > ol > li.current:nth-child(1) > span::before {
  left: .05em;
}
.list-step-02 > ol > li.current:nth-child(2) > span::before {
  margin-left: -16px;
}
.list-step-02 > ol > li.current:nth-child(3) > span::before {
  right: .05em;
}
.list-step-02 > ol > li.done > span::before {
  background-color: #5d9cad;
}

@media only screen and (max-width: 736px) {
  .list-step-02 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .list-step-02 {
    padding: 0 20px;
  }
}
.list-step-03 {
  display: table;
  table-layout: fixed;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 2.5em auto;
}
.list-step-03 > li {
  display: table-cell;
  vertical-align: middle;
}
.list-step-03 > li > span {
  display: table;
  width: 100%;
}
.list-step-03 > li > span > span {
  position: relative;
  display: table-cell;
  height: 80px;
  line-height: 1.25;
  padding: .25em 35px .25em 10px;
  background-color: #5e9cae;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.list-step-03 > li > span > span::before, .list-step-03 > li > span > span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.list-step-03 > li > span > span::before {
  top: 0;
  border-width: 0 35px 40px 0;
  border-color: transparent #fff transparent transparent;
}
.list-step-03 > li > span > span::after {
  bottom: 0;
  border-width: 0 0 40px 35px;
  border-color: transparent transparent #fff transparent;
}

@media only screen and (max-width: 736px) {
  .list-step-03 > li > span > span {
    padding: .25em 15px .25em 5px;
  }
  .list-step-03 > li > span > span::before {
    border-right-width: 25px;
  }
  .list-step-03 > li > span > span::after {
    border-left-width: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .list-step-03 > li > span > span {
    font-size: 85.71429%;
  }
}
.list-step-04 {
  display: flex;
  overflow: hidden;
}
.list-step-04 > li {
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #d50000;
  border-right: none;
  padding: 1em 24px 1em 8px;
  background-color: #fff;
  color: #d50000;
  font-size: 100%;
  font-weight: bold;
}
.list-step-04 > li::before, .list-step-04 > li::after {
  content: "";
  position: absolute;
  right: -98px;
  z-index: 1;
  display: block;
  width: 100px;
  height: 200px;
  border-left: 2px solid #d50000;
  background-color: #fff;
}
.list-step-04 > li::before {
  bottom: calc(50% - 1px);
  transform-origin: 0 100%;
  transform: rotate(-30deg);
}
.list-step-04 > li::after {
  top: calc(50% - 1px);
  transform-origin: 0 0;
  transform: rotate(30deg);
}
.list-step-04 > li:nth-child(1) {
  z-index: 1;
}
.list-step-04 > li:nth-child(2) {
  z-index: 2;
}
.list-step-04 > li:nth-child(3) {
  z-index: 3;
}
.list-step-04 > li:nth-child(4) {
  z-index: 4;
}
.list-step-04 > li:nth-child(5) {
  z-index: 5;
}
.list-step-04 > li:nth-child(6) {
  z-index: 6;
}
.list-step-04 > li:nth-child(7) {
  z-index: 7;
}
.list-step-04 > li:nth-child(8) {
  z-index: 8;
}
.list-step-04 > li:nth-child(9) {
  z-index: 9;
}
.list-step-04 > li:nth-child(10) {
  z-index: 10;
}
.list-step-04 > li > span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 736px) {
  .list-step-04 {
    display: block;
  }
  .list-step-04 > li {
    display: block;
    overflow: visible;
    border-right: 2px solid #d50000;
    padding: .85em 8px;
  }
  .list-step-04 > li::before, .list-step-04 > li::after {
    content: none;
  }
  .list-step-04 > li + li {
    margin-top: 18px;
  }
  .list-step-04 > li + li::before {
    content: "";
    top: -16px;
    right: 50%;
    bottom: inherit;
    width: 0;
    height: 0;
    margin-right: -6px;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #ccc transparent transparent transparent;
    transform: none;
  }
}
.list-desc-01 > dt {
  font-weight: bold;
}
.list-desc-01 > dt + dd {
  margin-top: .6em;
}
.list-desc-01 > dd + dt {
  margin-top: 1.4em;
}
.list-desc-01 > dd > .list-desc-01 {
  margin: 15px 0 0 15px;
}
.list-desc-01 > dd > .list-desc-01 > dt + dd {
  margin-top: .3rem;
}

.list-ranking-01 {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.list-ranking-01 > li {
  display: table;
  table-layout: fixed;
  float: left;
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.list-ranking-01 > li.top10 {
  float: none;
  width: 100%;
}

.list-ranking-01 > li > .num,
.list-ranking-01 > li > .link,
.list-ranking-01 > li > .times {
  display: table-cell;
  vertical-align: middle;
}

.list-ranking-01 > li > .num {
  width: 100px;
  padding: 10px 0;
  text-align: center;
}

.list-ranking-01 > li > .num > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: .2em;
  background-color: #999;
  color: #fff;
  font-weight: bold;
}

.list-ranking-01 > li.top3 > .num {
  padding: 15px 0;
}

.list-ranking-01.latest > li.top10 > .num {
  padding: 20px 0;
}

.list-ranking-01 > li.top10 > .num > span {
  background-color: #666;
  font-size: 128.57143%;
}

.list-ranking-01 > li.top3 > .num > span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: .15em;
  font-size: 171.42857%;
}

.list-ranking-01.latest > li.top3 > .num > span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 200%;
}

.list-ranking-01 > li.top3:nth-child(1) > .num > span {
  background-color: #c5b519;
  background-image: linear-gradient(135deg, #d7cb5e 0, #d7cb5e 49%, #c5b519 51%, #c5b519 100%);
}

.list-ranking-01 > li.top3:nth-child(2) > .num > span {
  background-color: #bcbba7;
  background-image: linear-gradient(135deg, #d0d0c2 0, #d0d0c2 49%, #bcbba7 51%, #bcbba7 100%);
}

.list-ranking-01 > li.top3:nth-child(3) > .num > span {
  background-color: #c57c19;
  background-image: linear-gradient(135deg, #d7a45e 0, #d7a45e 49%, #c57c19 51%, #c57c19 100%);
}

.list-ranking-01 > li > .link {
  line-height: 1.25;
  padding: 5px;
  font-size: 114.28571%;
}

.list-ranking-01 > li > .link img {
  vertical-align: middle;
}

.list-ranking-01 > li > .link img.logo {
  margin-right: 28px;
}

.list-ranking-01 > li.top10 > .link img.logo {
  width: 140px;
  height: 50px;
}

.list-ranking-01 > li.top3 > .link img.logo {
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-ranking-01 > li > .link a {
  display: inline-block;
  color: #333;
}

.list-ranking-01 > li > .link a:hover,
.list-ranking-01 > li > .link a:focus,
.list-ranking-01 > li > .link a:active {
  color: #d50000;
}

.list-ranking-01 > li > .link a sup {
  vertical-align: baseline;
}

.list-ranking-01 > li.top3 > .link a {
  font-size: 112.5%;
}

.list-ranking-01.latest > li.top3 > .link a {
  font-size: 125%;
}

.list-ranking-01 > li.top3 > .link a sup {
  font-size: 70%;
}

.list-ranking-01 > li > .times {
  width: 120px;
  padding: 0 20px 0 0;
  color: #666;
  font-size: 85.71429%;
  text-align: center;
}

.list-ranking-01 > li > .times .comment {
  display: inline-block;
  color: #fff;
  background: #d50000 url(/ranking/images/icon-ranking-01-01.png) no-repeat 5px center;
  padding: 4px 6px 3px 18px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.list-ranking-01 > li > .times .comment:hover,
.list-ranking-01 > li > .times .comment:focus {
  background: #881f26 url(/ranking/images/icon-ranking-01-01.png) no-repeat 5px center;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .list-ranking-01 > li {
    float: none;
    width: 100%;
    height: auto !important;
  }

  .list-ranking-01 > li > .num {
    width: 80px;
  }

  .list-ranking-01 > li.top3 > .num > span {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }

  .list-ranking-01 > li > .link img.logo {
    margin-right: 16px;
  }

  .list-ranking-01 > li.top3 > .link a {
    font-size: 114.28571%;
  }

  .list-ranking-01 > li.top3 > .link a sup {
    font-size: 77.77777%;
  }

  .list-ranking-01 > li > .times {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 736px) {
  .list-ranking-01 {
    border-left: 0;
  }

  .list-ranking-01 > li {
    position: relative;
    border-right: 0;
    padding: 10px 10px 10px 0;
  }

  .list-ranking-01 > li.top3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .list-ranking-01 > li > .num {
    width: 62px;
  }

  .list-ranking-01 > li > .num,
.list-ranking-01 > li.top10 > .num {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-ranking-01 > li > .num > span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 85.71429%;
  }

  .list-ranking-01 > li.top10 > .num > span {
    font-size: 114.28571%;
  }

  .list-ranking-01 > li.top3 > .num > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 142.85714%;
  }

  .list-ranking-01.times > li > .link,
.list-ranking-01.times > li > .times {
    display: block;
  }

  .list-ranking-01 > li > .link {
    padding: 0;
  }

  .list-ranking-01.logo > li > .link {
    padding-left: 80px;
  }

  .list-ranking-01.logo > li > .link img.logo {
    position: absolute;
    top: 50%;
    left: 62px;
    display: block;
    width: 70px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .list-ranking-01.logo > li.top3 > .link img.logo {
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-ranking-01 > li > .times {
    width: auto;
    margin-top: .25em;
    padding: 0;
    text-align: left;
  }

  .list-ranking-01.times > li > .times {
    padding-left: 80px;
  }

  .list-ranking-01.times > li > .times .comment {
    display: table;
  }
}
.list-ranking-03 {
  display: flex;
  flex-wrap: wrap;
}
.list-ranking-03.has-index {
  margin-left: -30px;
  margin-right: -30px;
}
.list-ranking-03.has-index > li {
  width: calc(50% - 30px);
}
.list-ranking-03.has-index > li:nth-child(n+6):nth-child(even) {
  border-left-width: 1px;
  margin-left: 30px;
}
.list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
  border-left-width: 0;
  margin-right: 30px;
}
.list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
  border-width: 0;
  padding: 0 30px;
  position: relative;
  display: block;
}
.list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num, .list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
  position: absolute;
}
.list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2) {
  width: 50%;
  margin-bottom: 3.2em;
  font-size: 1.375rem;
}
.list-ranking-03.has-index > li:nth-child(1) > a .logo, .list-ranking-03.has-index > li:nth-child(2) > a .logo {
  max-width: 130px;
  margin-right: 27px;
}
.list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num {
  font-size: 3.75rem;
  width: 80px;
  height: 80px;
  top: -20px;
  left: 50px;
}
.list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
  width: 33.3333%;
  margin-bottom: 40px;
  font-size: 1.125rem;
}
.list-ranking-03.has-index > li:nth-child(3) > a .logo, .list-ranking-03.has-index > li:nth-child(4) > a .logo, .list-ranking-03.has-index > li:nth-child(5) > a .logo {
  max-width: 100px;
  margin-right: 14px;
}
.list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
  font-size: 2.25rem;
  width: 50px;
  height: 50px;
  top: -24px;
  left: 40px;
}
.list-ranking-03.has-index > li:nth-child(6), .list-ranking-03.has-index > li:nth-child(7) {
  border-top-width: 1px;
}
.list-ranking-03.has-index > li > a > .img {
  overflow: hidden;
}
.list-ranking-03.has-index > li > a > .img img {
  transition: transform 400ms;
  width: 100%;
}
.list-ranking-03 > li {
  width: 50%;
  padding: .8em 28px;
  display: flex;
  align-items: center;
  border: solid #dadada;
  border-width: 0 1px 1px 0;
  font-size: 1rem;
}
.list-ranking-03 > li:nth-child(odd) {
  border-left-width: 1px;
}
.list-ranking-03 > li:nth-child(1), .list-ranking-03 > li:nth-child(2) {
  border-top-width: 1px;
}
.list-ranking-03 > li.top10 > .num {
  background-color: #171a1d;
}
.list-ranking-03 > li.top3:nth-child(1) > .num {
  background-color: #b4a25a;
}
.list-ranking-03 > li.top3:nth-child(2) > .num {
  background-color: #777;
}
.list-ranking-03 > li.top3:nth-child(3) > .num {
  background-color: #74613d;
}
.list-ranking-03 > li > a {
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
}
.list-ranking-03 > li > a:hover, .list-ranking-03 > li > a:focus, .list-ranking-03 > li > a:active {
  color: #d50000;
}
.list-ranking-03 > li > a:hover > .img img, .list-ranking-03 > li > a:focus > .img img, .list-ranking-03 > li > a:active > .img img {
  transform: scale(1.2);
}
.list-ranking-03 > li > a > span {
  display: flex;
  align-items: center;
}
.list-ranking-03 > li > a > span + span {
  margin-top: .6em;
}
.list-ranking-03 > li > a .logo {
  margin-right: 33px;
}
.list-ranking-03 > li > .num {
  display: table;
  width: 40px;
  height: 40px;
  background-color: #656565;
  color: #fff;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  font-size: 1.375rem;
  flex-shrink: 0;
  text-align: center;
  margin-right: 33px;
  z-index: 1;
}
.list-ranking-03 > li > .num > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .list-ranking-03.has-index {
    margin-left: -20px;
    margin-right: -20px;
  }
  .list-ranking-03.has-index > li {
    width: calc(50% - 20px);
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(even) {
    margin-left: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    margin-right: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    padding: 0 20px;
  }
  .list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num {
    left: 40px;
  }
  .list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
    left: 30px;
  }
}
@media only screen and (max-width: 736px) {
  .list-ranking-03.has-index {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-ranking-03.has-index::before {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    order: 5;
  }
  .list-ranking-03.has-index > li {
    order: 6;
    width: 100%;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(even), .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    border-left-width: 1px;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    padding: 0 10px;
    font-size: 1rem;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2) {
    margin-bottom: 40px;
  }
  .list-ranking-03.has-index > li:nth-child(1) > a .logo, .list-ranking-03.has-index > li:nth-child(2) > a .logo {
    max-width: 100px;
    margin-right: 14px;
  }
  .list-ranking-03.has-index > li:nth-child(1) > .num, .list-ranking-03.has-index > li:nth-child(2) > .num {
    font-size: 2.25rem;
    width: 50px;
    height: 50px;
    top: -15px;
    left: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    width: 50%;
  }
  .list-ranking-03.has-index > li:nth-child(3) > .num, .list-ranking-03.has-index > li:nth-child(4) > .num, .list-ranking-03.has-index > li:nth-child(5) > .num {
    top: -15px;
    left: 20px;
  }
  .list-ranking-03.has-index > li:nth-child(1) {
    order: 0;
  }
  .list-ranking-03.has-index > li:nth-child(2) {
    order: 1;
  }
  .list-ranking-03.has-index > li:nth-child(3) {
    order: 2;
  }
  .list-ranking-03.has-index > li:nth-child(4) {
    order: 3;
  }
  .list-ranking-03.has-index > li:nth-child(5) {
    order: 4;
  }
  .list-ranking-03.has-index > li:nth-child(7) {
    border-top-width: 0;
  }
  .list-ranking-03 > li {
    width: 100%;
    border-width: 0 1px 1px;
  }
  .list-ranking-03 > li:nth-child(2) {
    border-top-width: 0;
  }
}
@media only screen and (max-width: 541px) {
  .list-ranking-03.has-index {
    margin-left: 0;
    margin-right: 0;
  }
  .list-ranking-03.has-index::before {
    content: none;
  }
  .list-ranking-03.has-index > li:nth-child(n+6):nth-child(even), .list-ranking-03.has-index > li:nth-child(n+6):nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .list-ranking-03.has-index > li:nth-child(1), .list-ranking-03.has-index > li:nth-child(2), .list-ranking-03.has-index > li:nth-child(3), .list-ranking-03.has-index > li:nth-child(4), .list-ranking-03.has-index > li:nth-child(5) {
    padding: 0;
    width: 100%;
  }
  .list-ranking-03 > li {
    padding: 1em 10px;
    font-size: .875rem;
  }
  .list-ranking-03 > li > a .logo {
    max-width: 104px;
    margin-right: 10px;
  }
  .list-ranking-03 > li > .num {
    margin-right: 10px;
  }
}
.woman .list-ranking-04 li > a .data .name {
  color: #cd344d;
}
.woman .list-ranking-04 li > a .data .list .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woman .list-ranking-04 li > .contents .data .name {
  color: #cd344d;
}
.woman .list-ranking-04 li > .contents .data .list .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.young .list-ranking-04 li > a .data .name {
  color: #098eaa;
}
.young .list-ranking-04 li > .contents .data .name {
  color: #098eaa;
}
.list-ranking-04 li {
  position: relative;
}
.list-ranking-04 li + li {
  margin-top: 70px;
}
@media only screen and (max-width: 736px) {
  .list-ranking-04 li + li {
    margin-top: 53px;
  }
}
.list-ranking-04 li.no-01 .num {
  background-color: #b4a25a;
}
.list-ranking-04 li.no-02 .num {
  background-color: #6b8da0;
}
.list-ranking-04 li.no-03 .num {
  background-color: #6f4c2d;
}
.list-ranking-04 li.is-hide {
  display: none;
}
.list-ranking-04 li .num {
  background: #2e2e2e;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  width: 56px;
  height: 56px;
  top: -10px;
  left: -5px;
  line-height: 1;
  display: table;
  color: #fff;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  text-align: center;
  z-index: 1;
  transform: rotate(45deg);
}
.list-ranking-04 li .num > span {
  display: table-cell;
  vertical-align: middle;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 736px) {
  .list-ranking-04 li .num {
    width: 50px;
    height: 50px;
    top: -5px;
    left: 0;
    font-size: 1.5rem;
  }
}
.list-ranking-04 li > a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > a {
    display: block;
  }
}
.list-ranking-04 li > a > .img {
  overflow: hidden;
  display: block;
}
.list-ranking-04 li > a > .img img {
  transition-duration: .3s;
  width: 100%;
}
.list-ranking-04 li > a .data {
  width: 50%;
  margin: 0 0 0 30px;
}
.list-ranking-04 li > a .data .name {
  color: #866b01;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.list-ranking-04 li > a .data .logo {
  margin-bottom: 15px;
}
.list-ranking-04 li > a .data > .list {
  color: #666;
  margin-bottom: 0;
}
.list-ranking-04 li > a .data > .list > li {
  display: flex;
  line-height: 2;
}
.list-ranking-04 li > a .data > .list > li + li {
  margin-top: 3px;
}
.list-ranking-04 li > a .data > .list > li:last-child p {
  margin-bottom: 0;
}
.list-ranking-04 li > a .data > .list > li .img {
  width: 22px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.list-ranking-04 li > a .data > .list > li .img.icon-01 img {
  max-width: 14px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-02 img {
  max-width: 14px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-03 img {
  max-width: 22px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-04 img {
  max-width: 13px;
}
.list-ranking-04 li > a .data > .list > li .img.icon-05 img {
  max-width: 20px;
}
.list-ranking-04 li > a .data > .list > li .cat {
  display: inline-block;
  background: #4e3e01;
  color: #fff;
  padding: 7px 8px 4px;
  margin-left: 3px;
  line-height: 1.1;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > a .data {
    margin: 0;
    width: 100%;
  }
  .list-ranking-04 li > a .data .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
  .list-ranking-04 li > a .data .wrap .name {
    font-size: 16px;
    padding: 0;
  }
  .list-ranking-04 li > a .data .wrap .logo {
    width: 80px;
  }
}
.list-ranking-04 li > a:hover, .list-ranking-04 li > a:focus, .list-ranking-04 li > a:active {
  text-decoration: none;
}
.list-ranking-04 li > a:hover > .img img, .list-ranking-04 li > a:focus > .img img, .list-ranking-04 li > a:active > .img img {
  transform: scale(1.1);
}
.list-ranking-04 li > .contents {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > .contents {
    display: block;
  }
}
.list-ranking-04 li > .contents > .img {
  overflow: hidden;
  display: block;
}
.list-ranking-04 li > .contents > .img img {
  transition-duration: .3s;
  width: 100%;
}
.list-ranking-04 li > .contents .data {
  width: 50%;
  margin: 0 0 0 30px;
}
.list-ranking-04 li > .contents .data .name {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.list-ranking-04 li > .contents .data .name > a {
  color: #866b01;
}
.list-ranking-04 li > .contents .data .logo {
  margin-bottom: 15px;
}
.list-ranking-04 li > .contents .data > .list {
  color: #666;
  margin-bottom: 0;
}
.list-ranking-04 li > .contents .data > .list > li {
  display: flex;
  line-height: 2;
}
.list-ranking-04 li > .contents .data > .list > li + li {
  margin-top: 3px;
}
.list-ranking-04 li > .contents .data > .list > li:last-child p {
  margin-bottom: 0;
}
.list-ranking-04 li > .contents .data > .list > li .img {
  width: 22px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-01 img {
  max-width: 14px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-02 img {
  max-width: 14px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-03 img {
  max-width: 22px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-04 img {
  max-width: 13px;
}
.list-ranking-04 li > .contents .data > .list > li .img.icon-05 img {
  max-width: 20px;
}
.list-ranking-04 li > .contents .data > .list > li .cat {
  display: inline-block;
  background: #4e3e01;
  color: #fff;
  padding: 7px 8px 4px;
  margin-left: 3px;
  line-height: 1.1;
}
@media only screen and (max-width: 541px) {
  .list-ranking-04 li > .contents .data {
    margin: 0;
    width: 100%;
  }
  .list-ranking-04 li > .contents .data .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
  .list-ranking-04 li > .contents .data .wrap .name {
    font-size: 16px;
    padding: 0;
  }
  .list-ranking-04 li > .contents .data .wrap .logo {
    width: 80px;
  }
}
.list-ranking-04 li > .contents:hover, .list-ranking-04 li > .contents:focus, .list-ranking-04 li > .contents:active {
  text-decoration: none;
}
.list-ranking-04 li > .contents:hover > .img img, .list-ranking-04 li > .contents:focus > .img img, .list-ranking-04 li > .contents:active > .img img {
  transform: scale(1.1);
}

.list-ranking-04 li > .contents:hover > .img img,
.list-ranking-04 li > .contents:focus > .img img,
.list-ranking-04 li > .contents:active > .img img {
  transform: none;
}

.list-ranking-04 li > .contents > .img > a:hover img,
.list-ranking-04 li > .contents > .img > a:focus img,
.list-ranking-04 li > .contents > .img > a:active img {
  transform: scale(1.1);
}

.list-note-01 li {
  font-size: 12px;
  padding-left: 36px;
  position: relative;
}
.list-note-01 li span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.list-blog-01 {
  margin: 0 -14px;
}
.list-blog-01::after {
  content: "";
  clear: both;
  display: block;
}
.list-blog-01 > li {
  float: left;
  width: 50%;
  margin: 0 0 2em 0;
  padding: 0 14px;
}
.list-blog-01 > li > a {
  display: block;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.list-blog-01 > li > a > p {
  margin-bottom: 0;
}
.list-blog-01 > li > a > .img {
  overflow: hidden;
}
.list-blog-01 > li > a > .img img {
  width: 100%;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-will-change: -webkit-transform;
  will-change: transform;
}
.list-blog-01 > li > a > .text {
  padding: 1em 16px;
}
.list-blog-01 > li > a > .text > .title,
.list-blog-01 > li > a > .text > .content,
.list-blog-01 > li > a > .text > .meta {
  display: block;
}
.list-blog-01 > li > a > .text > .content,
.list-blog-01 > li > a > .text > .meta {
  margin-top: .5em;
}
.list-blog-01 > li > a > .text > .title {
  line-height: 1.5;
  font-size: 128.57143%;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.list-blog-01 > li > a > .text > .meta {
  color: #666;
}
.list-blog-01 > li > a > .text > .meta > .category {
  display: inline-block;
  margin-left: .5em;
  padding: .05em .4em;
  background-color: #999;
  color: #fff;
}
.list-blog-01 > li > a > .text > .meta > .category.category-01 {
  background-color: #5e9cae;
}
.list-blog-01 > li > a > .text > .meta > .category.category-02 {
  background-color: #658d1b;
}
.list-blog-01 > li > a > .text > .meta > .category.category-03 {
  background-color: #612141;
}
.list-blog-01 > li > a > .text > .meta > .category.category-04 {
  background-color: #f0ab00;
}
.list-blog-01 > li > a > .text > .meta > .category.category-05 {
  background-color: #d50000;
}
.list-blog-01 > li > a > .text .link-arrow-01 {
  display: inline-block;
  margin-top: .75em;
}
.list-blog-01 > li > a > .text .link-arrow-01::before, .list-blog-01 > li > a > .text .link-arrow-01::after {
  transition: left 200ms;
}
.list-blog-01 > li > a:hover, .list-blog-01 > li > a:focus, .list-blog-01 > li > a:active {
  background-color: #f9f9f9;
}
.list-blog-01 > li > a:hover > .img img, .list-blog-01 > li > a:focus > .img img, .list-blog-01 > li > a:active > .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.list-blog-01 > li > a:hover > .text > .title, .list-blog-01 > li > a:focus > .text > .title, .list-blog-01 > li > a:active > .text > .title {
  color: #d50000;
}
.list-blog-01 > li > a:hover > .text .link-arrow-01, .list-blog-01 > li > a:focus > .text .link-arrow-01, .list-blog-01 > li > a:active > .text .link-arrow-01 {
  text-decoration: underline;
}
.list-blog-01 > li > a:hover > .text .link-arrow-01::before, .list-blog-01 > li > a:hover > .text .link-arrow-01::after, .list-blog-01 > li > a:focus > .text .link-arrow-01::before, .list-blog-01 > li > a:focus > .text .link-arrow-01::after, .list-blog-01 > li > a:active > .text .link-arrow-01::before, .list-blog-01 > li > a:active > .text .link-arrow-01::after {
  left: 6px;
}

@media only screen and (max-width: 736px) {
  .list-blog-01 {
    margin: 0;
    border-top: 1px solid #ccc;
  }
  .list-blog-01 > li {
    float: none;
    width: auto;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .list-blog-01 > li > a {
    display: table;
    height: auto !important;
    margin: 1.22857em 0;
    background-color: transparent;
  }
  .list-blog-01 > li > a > .img,
.list-blog-01 > li > a > .text {
    display: table-cell;
    vertical-align: top;
  }
  .list-blog-01 > li > a > .img {
    width: 33.33334%;
    padding: .2em 0;
  }
  .list-blog-01 > li > a > .text {
    padding: 0 0 0 10px;
  }
  .list-blog-01 > li > a > .text > .title {
    font-size: 100%;
  }
  .list-blog-01 > li > a > .text > .content,
.list-blog-01 > li > a > .text > .meta {
    margin-top: .75em;
    font-size: 85.71429%;
  }
  .list-blog-01 > li > a:hover, .list-blog-01 > li > a:focus, .list-blog-01 > li > a:active {
    background-color: transparent;
  }
  .list-blog-01 > li > a:hover > .img img, .list-blog-01 > li > a:focus > .img img, .list-blog-01 > li > a:active > .img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.list-article-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.42857em -28px;
}
.list-article-01 > li {
  display: flex;
  width: calc((100% - .1px) / 3);
  margin-bottom: 2em;
  padding-left: 28px;
}
.list-article-01 > li > a {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding-top: 61.81818%;
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  transition: box-shadow 400ms;
}
.js-tip-content-list .list-article-01 > li > a {
  padding-top: 66.81818%;
}
.edge .list-article-01 > li > a {
  padding-top: 0;
}
.edge .list-article-01 > li > a::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.81818%;
}
.list-article-01 > li > a > .new {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 1;
  display: block;
  width: 86px;
  height: 86px;
  padding-top: 64px;
  background-color: rgba(213, 0, 0, .9);
  color: #fff;
  font-size: 85.71429%;
  text-align: center;
  transform-origin: top left;
  transform: rotate(-45deg);
}
.list-article-01 > li > a > .text {
  padding: 1.5em 24px;
}
.list-article-01 > li > a > .text > *:last-child {
  margin-bottom: 0;
}
.list-article-01 > li > a > .text .attribute .label-01 + .date {
  margin-left: 8px;
}
.list-article-01 > li > a > .text .attribute .date {
  display: inline-block;
  padding: .0425em 0;
  color: #666;
  font-size: 85.71429%;
}
.list-article-01 > li > a > .text .attribute-list {
  margin-top: -10px;
  margin-bottom: 0;
}
.list-article-01 > li > a > .text .attribute-list li {
  margin-top: 10px;
  margin-right: 4px;
}
.list-article-01 > li > a > .text .attribute-list li:last-child {
  margin-right: 0;
}
.list-article-01 > li > a > .text .hdg {
  margin-bottom: .75em;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-article-01 > li > a > .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.list-article-01 > li > a > .img > img {
  transition: transform 400ms;
}
.list-article-01 > li > a:hover, .list-article-01 > li > a:focus, .list-article-01 > li > a:active {
  box-shadow: 0 0 2em rgba(0, 0, 0, .25);
}
.list-article-01 > li > a:hover > .img > img, .list-article-01 > li > a:focus > .img > img, .list-article-01 > li > a:active > .img > img {
  transform: scale(1.1);
}

@media only screen and (max-width: 736px) {
  .list-article-01 {
    margin-left: -15px;
  }
  .list-article-01 > li {
    width: 50%;
    margin-bottom: 1.07143em;
    padding-left: 15px;
  }
  .js-tip-content-list .list-article-01 > li > a {
    padding-top: 66.81818%;
  }
  .list-article-01 > li > a > .text {
    padding: 1em 15px;
  }
  .list-article-01 > li > a > .text .attribute {
    margin-bottom: .75em;
  }
  .list-article-01 > li > a > .text .attribute .label-01 + .date {
    margin-left: 6px;
  }
  .list-article-01 > li > a > .text .hdg {
    margin-bottom: .5em;
    font-size: 100%;
  }
  .list-article-01 > li > a > .text .desc {
    font-size: 85.71429%;
  }
}
@media only screen and (max-width: 480px) {
  .list-article-01 {
    display: block;
    margin: 0 0 2.28571em 0;
    border-top: 1px solid #ccc;
  }
  .list-article-01 > li {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
  }
  .list-article-01 > li > a {
    display: block;
    min-height: 92px;
    padding: 15px 0 15px 110px;
    background-color: #fff;
    transition: none;
  }
  .js-tip-content-list .list-article-01 > li > a {
    padding-top: 15px;
  }
  .edge .list-article-01 > li > a {
    padding-top: 15px;
  }
  .edge .list-article-01 > li > a::before {
    content: none;
  }
  .list-article-01 > li > a > .new {
    top: 15px;
    left: -40px;
    width: 57px;
    height: 57px;
    padding-top: 42px;
    font-size: 71.42857%;
  }
  .list-article-01 > li > a > .new::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 3;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 58px 58px 0;
    border-color: transparent #fff transparent transparent;
  }
  .list-article-01 > li > a > .text {
    padding: 0;
  }
  .list-article-01 > li > a > .text .attribute {
    margin-top: -.0875em;
  }
  .list-article-01 > li > a > .text .attribute .label-01 + .date {
    margin-left: 4px;
  }
  .list-article-01 > li > a > .img {
    top: 15px;
    width: 100px;
  }
  .list-article-01 > li > a:hover, .list-article-01 > li > a:focus, .list-article-01 > li > a:active {
    box-shadow: none;
  }
  .list-article-01 > li > a:hover > .img > img, .list-article-01 > li > a:focus > .img > img, .list-article-01 > li > a:active > .img > img {
    transform: none;
  }
}
.list-select-01 {
  display: flex;
  margin: -1em -14px 2em -14px;
}
.list-select-01 > li {
  display: flex;
  width: calc((100% - .1px) / 3);
  margin-top: 1.71429em;
  padding: 0 14px;
}
.list-select-01 > li > a {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  border: 2px solid #d50000;
  padding: 1.85714em 10px;
  background-color: #fff;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}
.list-select-01 > li > a::before, .list-select-01 > li > a::after {
  content: "";
  position: absolute;
  bottom: 1em;
  left: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-left: -6px;
  background-color: #d50000;
  transform: rotate(45deg);
}
.list-select-01 > li > a::after {
  margin-left: -2px;
  transform: rotate(-45deg);
}
.list-select-01 > li > a > b {
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  border: 2px solid #d50000;
  padding: 0 10px;
  background-color: #d50000;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  transition: background-color 200ms, color 200ms;
}
.list-select-01 > li > a > span {
  position: relative;
  display: block;
  color: #333;
  font-weight: bold;
}
.list-select-01 > li > a > span::before {
  content: "";
  display: block;
  height: 50px;
  margin-bottom: .5em;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.list-select-01 > li > a[href="#select-01"] > span::before {
  background-image: url(/cmn/images/icon-globe-01.png);
}
.list-select-01 > li > a[href="#select-02"] > span::before {
  background-image: url(/cmn/images/icon-trophy-01.png);
}
.list-select-01 > li > a[href="#select-03"] > span::before {
  background-image: url(/cmn/images/icon-research-01.png);
}
.list-select-01 > li > a:hover, .list-select-01 > li > a:focus, .list-select-01 > li > a:active {
  background-color: #d50000;
  color: #fff;
}
.list-select-01 > li > a:hover::before, .list-select-01 > li > a:hover::after, .list-select-01 > li > a:focus::before, .list-select-01 > li > a:focus::after, .list-select-01 > li > a:active::before, .list-select-01 > li > a:active::after {
  background-color: #fff;
}
.list-select-01 > li > a:hover > b, .list-select-01 > li > a:focus > b, .list-select-01 > li > a:active > b {
  background-color: #fff;
  color: #d50000;
}
.list-select-01 > li > a:hover > span, .list-select-01 > li > a:focus > span, .list-select-01 > li > a:active > span {
  color: #fff;
}
.list-select-01 > li > a:hover > span::before, .list-select-01 > li > a:focus > span::before, .list-select-01 > li > a:active > span::before {
  background-position: 50% 100%;
}

@media only screen and (max-width: 736px) {
  .list-select-01 {
    display: block;
    margin: 0 0 2em 0;
  }
  .list-select-01 > li {
    display: block;
    width: 100%;
    margin-top: 1.71429em;
    padding: 0;
  }
  .list-select-01 > li > a {
    width: 100%;
    padding: 1.42857em 28px .71429em 10px;
    text-align: left;
  }
  .list-select-01 > li > a::before, .list-select-01 > li > a::after {
    bottom: 50%;
    left: inherit;
    right: 10px;
    margin-left: 0;
    margin-right: 4px;
  }
  .list-select-01 > li > a::after {
    margin-left: 0;
    margin-right: 0;
  }
  .list-select-01 > li > a > span {
    display: flex;
    align-items: center;
  }
  .list-select-01 > li > a > span::before {
    flex-shrink: 0;
    width: 50px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.list-pdca-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 14px) calc(50% + 14px);
  -ms-grid-rows: auto;
  grid-template-columns: calc(50% - 14px) calc(50% + 14px);
  grid-auto-rows: auto;
  max-width: 428px;
  margin: 0 auto 2em auto;
  font-size: 100%;
  font-weight: bold;
}
.list-pdca-01 > li > span,
.list-pdca-01 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .875em 12px;
  text-align: center;
}
.list-pdca-01 > li > span {
  background-color: #ccc;
}
.list-pdca-01 > li > a {
  background-color: #d50000;
  color: #fff;
}
.list-pdca-01 > li > a > span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -.375em 0 0 .5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  transform: rotate(45deg);
  transition: margin-top 200ms;
}
.list-pdca-01 > li > a:hover > span::after, .list-pdca-01 > li > a:focus > span::after, .list-pdca-01 > li > a:active > span::after {
  margin-top: -.125em;
}
.list-pdca-01 > li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-column: 1;
  grid-row: 1;
}
.list-pdca-01 > li:nth-child(2), .list-pdca-01 > li:nth-child(3), .list-pdca-01 > li:nth-child(4), .list-pdca-01 > li:nth-child(5) {
  position: relative;
  padding-top: 18px;
}
.list-pdca-01 > li:nth-child(2)::before, .list-pdca-01 > li:nth-child(3)::before, .list-pdca-01 > li:nth-child(4)::before, .list-pdca-01 > li:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
}
.list-pdca-01 > li:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-column: 1;
  grid-row: 2;
}
.list-pdca-01 > li:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  grid-column: 1;
  grid-row: 3;
}
.list-pdca-01 > li:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  grid-column: 1;
  grid-row: 4;
}
.list-pdca-01 > li:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  grid-column: 1;
  grid-row: 5;
}
.list-pdca-01 > li:nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-column: 2;
  grid-row: 1/span 5;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.list-pdca-01 > li:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 1.46429em;
  left: 0;
  right: calc(50% - 15.5px);
  bottom: 1.46429em;
  z-index: -3;
  display: block;
  border: 3px solid #ccc;
  border-left: none;
}
.list-pdca-01 > li:nth-child(6) > span {
  width: calc(100% - 28px);
}
.list-pdca-01 > li:nth-child(6) > span::before, .list-pdca-01 > li:nth-child(6) > span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
}
.list-pdca-01 > li:nth-child(6) > span::before {
  top: 1.46429em;
  width: 5px;
  height: 3px;
  background-color: #fff;
  z-index: -2;
}
.list-pdca-01 > li:nth-child(6) > span::after {
  top: 1.57143em;
  z-index: -1;
  width: 0;
  height: 0;
  margin-top: -5.5px;
  border-style: solid;
  border-width: 5.5px 10px 5.5px 0;
  border-color: transparent #ccc transparent transparent;
}

@media only screen and (max-width: 480px) {
  .list-pdca-01 {
    -ms-grid-columns: calc(50% - 5px) calc(50% + 5px);
    grid-template-columns: calc(50% - 5px) calc(50% + 5px);
  }
  .list-pdca-01 > li:nth-child(6)::before {
    right: calc(50% - 6.5px);
  }
  .list-pdca-01 > li:nth-child(6) > span {
    width: calc(100% - 10px);
  }
}
.list-faq-01 > .faq > .question,
.list-faq-01 > .faq > .answer {
  position: relative;
}
.list-faq-01 > .faq > .question > .mark,
.list-faq-01 > .faq > .answer > .mark {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 1.25;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.list-faq-01 > .faq > .question {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 1em 48px;
  color: #333;
  font-size: 114.28571%;
  font-weight: bold;
}
.list-faq-01 > .faq > .question > .mark {
  top: .7875em;
  background-color: #d50000;
  font-size: 112.5%;
  font-weight: normal;
}
.list-faq-01 > .faq > .question[tabindex] {
  cursor: pointer;
}
.list-faq-01 > .faq > .question[aria-expanded] {
  padding-right: 24px;
}
.list-faq-01 > .faq > .question[aria-expanded]::before, .list-faq-01 > .faq > .question[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #d50000;
  transform: rotate(270deg);
  transition: transform 200ms;
}
.list-faq-01 > .faq > .question[aria-expanded]::after {
  transform: rotate(180deg);
}
.list-faq-01 > .faq > .question[aria-expanded=true]::before, .list-faq-01 > .faq > .question[aria-expanded=true]::after {
  transform: rotate(0deg);
}
.list-faq-01 > .faq > .answer {
  margin: 2.28571em 0;
  padding: .25em 0 .1px 48px;
}
.list-faq-01 > .faq > .answer > .mark {
  background-color: #5e9cae;
  font-size: 128.57143%;
}
.js-enabled .list-faq-01 > .faq > .answer {
  display: none;
}
.js-enabled .list-faq-01 > .faq > .answer[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .list-faq-01 > .faq > .question {
    padding: .75em 0 .75em 38px;
  }
  .list-faq-01 > .faq > .question > .mark {
    top: .5375em;
  }
  .list-faq-01 > .faq > .answer {
    margin: 1.71429em 0;
    padding: .25em 0 .1px 38px;
  }
}
.list-point-01 dt.measure > span, .list-point-01 dt.point > span {
  padding: .2em 12px .1em 34px;
}
.list-point-01 dt.measure > span::before, .list-point-01 dt.point > span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
}
.list-point-01 dt.measure > span::before {
  background-image: url(/cmn/images/icon-measure-01.png);
  background-size: 14px 15px;
}
.list-point-01 dt.point > span::before {
  background-image: url(/cmn/images/icon-point-01.png);
  background-size: 10px 16px;
}
.list-point-01 dt > span {
  background-color: #3f93b0;
  color: #fff;
  display: inline-block;
  padding: .2em 12px .1em;
  position: relative;
}
.list-point-01 dd {
  margin-top: 1em;
}
.list-point-01 dd + dt {
  margin-top: 2em;
}
.list-point-01.type-02 dt > span {
  background-color: #9a801a;
}
.list-point-01.type-02 dt.point > span {
  margin-bottom: 5px;
  margin-right: 10px;
}
.list-point-01.type-02 dt.point .category {
  background-color: #4e3e01;
  padding: .2em 12px .1em 12px;
}
.woman .list-point-01.type-02 dt.point .category {
  background-color: #88051a;
}
.list-point-01.type-02 dt.point .category::before {
  display: none;
}
.list-point-01.type-02 dd + dt {
  margin-top: 2em;
}

/* ===========================
link / button
--------------------------- */
.link-icon {
  margin-left: .07143em;
  margin-right: .28571em;
  vertical-align: middle;
}

.link-arrow-01,
.link-arrow-02,
.link-arrow-03 {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.link-arrow-02 {
  padding-left: 18px;
}
.link-arrow-02:hover::before, .link-arrow-02:hover::after, .link-arrow-02:focus::before, .link-arrow-02:focus::after, .link-arrow-02:active::before, .link-arrow-02:active::after {
  margin-top: 1px;
}

.link-arrow-01::before,
.link-arrow-01::after,
.link-arrow-02::before,
.link-arrow-02::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-arrow-01::after,
.link-arrow-02::after,
.link-arrow-03::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-arrow-02::before,
.link-arrow-02::after {
  margin-top: -1px;
}

.link-arrow-02::before {
  left: 2px;
}

.link-arrow-02::after {
  left: 5px;
}

.link-arrow-01:hover::before, .link-arrow-01:hover::after, .link-arrow-01:focus::before, .link-arrow-01:focus::after, .link-arrow-01:active::before, .link-arrow-01:active::after {
  left: 6px;
}

.link-arrow-03 {
  display: block;
  margin-left: 20px;
}
.woman .link-arrow-03 {
  margin-left: 0;
}
.link-arrow-03::before, .link-arrow-03::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #9a801a;
  left: 0;
  transition: left 200ms;
}
.woman .link-arrow-03::before, .woman .link-arrow-03::after {
  background-color: #cd344d;
}
.link-arrow-03::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-arrow-03::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-arrow-03 a {
  color: #9a801a;
  border-radius: 3px;
  display: inline-block;
  white-space: nowrap;
}
.woman .link-arrow-03 a {
  color: #cd344d;
}
.link-arrow-03 a:hover, .link-arrow-03 a:focus, .link-arrow-03 a:active {
  text-decoration: none;
}
.link-arrow-03:hover::before, .link-arrow-03:hover::after, .link-arrow-03:focus::before, .link-arrow-03:focus::after, .link-arrow-03:active::before, .link-arrow-03:active::after {
  left: 6px;
}
@media only screen and (max-width: 736px) {
  .link-arrow-03 a > span {
    margin-left: 0;
  }
}

.link-btn-01 {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  text-align: center;
}

.link-btn-01 + .link-btn-01 {
  margin-top: -1.1em;
}

.link-btn-01 a {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
}

.link-btn-01.red a {
  background-color: #d50000;
  color: #fff;
  border: none;
  width: 399px;
  padding: .9em 32px .8em 19px;
  height: 71px;
}
.link-btn-01.red a span {
  font-size: 16px;
  line-height: 1.37em;
  display: block;
}
.link-btn-01.red a span::before, .link-btn-01.red a span::after {
  background-color: #fff;
}
.link-btn-01.red a span .fs-18 {
  font-size: 18px;
}
.link-btn-01.red a:hover, .link-btn-01.red a:focus, .link-btn-01.red a:active {
  background-color: #d50000;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
}
@media only screen and (max-width: 736px) {
  .link-btn-01.red a {
    display: block;
    min-width: inherit;
    width: 100%;
  }
}

.link-btn-01 > span {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #ccc;
  text-decoration: none;
}

.link-btn-01 button {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
}

.link-btn-01.wide a {
  min-width: 442px;
}

.link-btn-01 a span::before,
.link-btn-01 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-01 a span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-01 > span::before,
.link-btn-01 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-01 > span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-01 a:hover,
.link-btn-01 a:focus,
.link-btn-01 a:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #d50000;
}

.link-btn-01 a:hover span::before,
.link-btn-01 a:hover span::after,
.link-btn-01 a:focus span::before,
.link-btn-01 a:focus span::after,
.link-btn-01 a:active span::before,
.link-btn-01 a:active span::after {
  right: 8px;
}

.link-btn-01.col2 > ul {
  display: table;
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}

.link-btn-01.col2.red > ul {
  max-width: 818px;
}
.link-btn-01.col2.red > ul li {
  padding: 0 14px 0 0;
}
.link-btn-01.col2.red > ul li:last-child {
  padding: 0;
}
.link-btn-01.col2.red > ul li a > span {
  height: 71px;
  display: inline-block;
  padding: .9em 32px .85em 25px;
}
@media only screen and (max-width: 736px) {
  .link-btn-01.col2.red > ul li {
    padding: 0;
  }
}

.link-btn-01.col2 > ul > li {
  display: table-cell;
  padding: 0 14px;
  vertical-align: top;
}

.link-btn-01.col2 > ul > li > a {
  display: table;
  padding: 0;
}

.link-btn-01.col2 > ul > li > a > span {
  display: table-cell;
  padding: .85em 32px .85em 20px;
  vertical-align: middle;
}

.link-btn-01.back a,
.link-btn-01.back button {
  padding: .85em 20px .85em 32px;
}
.link-btn-01.back a span::before,
.link-btn-01.back a span::after,
.link-btn-01.back button span::before,
.link-btn-01.back button span::after {
  left: 12px;
  right: inherit;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-btn-01.back a span::after,
.link-btn-01.back button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-btn-01.back a:hover span::before,
.link-btn-01.back a:hover span::after, .link-btn-01.back a:focus span::before,
.link-btn-01.back a:focus span::after, .link-btn-01.back a:active span::before,
.link-btn-01.back a:active span::after,
.link-btn-01.back button:hover span::before,
.link-btn-01.back button:hover span::after,
.link-btn-01.back button:focus span::before,
.link-btn-01.back button:focus span::after,
.link-btn-01.back button:active span::before,
.link-btn-01.back button:active span::after {
  left: 8px;
  right: inherit;
}

@media only screen and (max-width: 736px) {
  .link-btn-01 a,
.link-btn-01.wide a {
    display: block;
    min-width: inherit;
    width: auto;
  }

  .link-btn-01.col2 > ul {
    display: block;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
  }

  .link-btn-01.col2 > ul > li {
    display: block;
    padding: 0;
  }

  .link-btn-01.col2 > ul > li + li {
    margin-top: 1.15em;
  }

  .link-btn-01.col2 > ul > li > a {
    display: block;
    height: auto !important;
  }

  .link-btn-01.col2 > ul > li > a > span {
    display: block;
  }
}
.link-btn-01 em {
  font-weight: normal;
}
.link-btn-01 em > a,
.link-btn-01 em > button,
.link-btn-01 em > span {
  box-shadow: none;
  border-color: #d50000;
  background-color: #d50000;
  color: #fff;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.link-btn-01 em > a > span::before, .link-btn-01 em > a > span::after,
.link-btn-01 em > button > span::before,
.link-btn-01 em > button > span::after,
.link-btn-01 em > span > span::before,
.link-btn-01 em > span > span::after {
  background-color: #fff;
}
.link-btn-01 em > a > span > b,
.link-btn-01 em > button > span > b,
.link-btn-01 em > span > span > b {
  font-size: 1rem;
}
.link-btn-01 em > a em,
.link-btn-01 em > button em,
.link-btn-01 em > span em {
  font-weight: bold;
}
.link-btn-01 em > a:hover, .link-btn-01 em > a:focus, .link-btn-01 em > a:active,
.link-btn-01 em > button:hover,
.link-btn-01 em > button:focus,
.link-btn-01 em > button:active,
.link-btn-01 em > span:hover,
.link-btn-01 em > span:focus,
.link-btn-01 em > span:active {
  box-shadow: none;
}
.link-btn-01 em > a:hover > span::before, .link-btn-01 em > a:hover > span::after, .link-btn-01 em > a:focus > span::before, .link-btn-01 em > a:focus > span::after, .link-btn-01 em > a:active > span::before, .link-btn-01 em > a:active > span::after,
.link-btn-01 em > button:hover > span::before,
.link-btn-01 em > button:hover > span::after,
.link-btn-01 em > button:focus > span::before,
.link-btn-01 em > button:focus > span::after,
.link-btn-01 em > button:active > span::before,
.link-btn-01 em > button:active > span::after,
.link-btn-01 em > span:hover > span::before,
.link-btn-01 em > span:hover > span::after,
.link-btn-01 em > span:focus > span::before,
.link-btn-01 em > span:focus > span::after,
.link-btn-01 em > span:active > span::before,
.link-btn-01 em > span:active > span::after {
  background-color: #d50000;
}

.link-btn-02 {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  text-align: center;
}

.link-btn-02 + .link-btn-02 {
  margin-top: -1.1em;
}

.link-btn-02 a {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: solid 1px #3f93b0;
  border-radius: 2px;
  box-shadow: 0 2px 0 #2f6e84;
  padding: .65em 32px .65em 20px;
  background-color: #3f93b0;
  color: #fff;
  text-decoration: none;
}

.link-btn-02 > span {
  position: relative;
  display: inline-block;
  line-height: 1.7;
  border: solid 1px #3f93b0;
  border-radius: 2px;
  padding: .85em 32px .85em 20px;
  background-color: #3f93b0;
  color: #fff;
  text-decoration: none;
}

.link-btn-02 button {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: solid 1px #3f93b0;
  border-radius: 2px;
  box-shadow: 0 2px 0 #2f6e84;
  padding: .85em 32px .85em 20px;
  background-color: #3f93b0;
  color: #fff;
  text-decoration: none;
}

.link-btn-02.wide a {
  min-width: 442px;
}

.link-btn-02 a span::before,
.link-btn-02 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-02 a span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-02 > span::before,
.link-btn-02 > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.link-btn-02 > span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.link-btn-02 a:hover,
.link-btn-02 a:focus,
.link-btn-02 a:active {
  box-shadow: 0 2px 0 rgba(0, 0, 0, .25);
  border-color: #ccc;
  background-color: #fff;
  color: #d50000;
}

.link-btn-02 a:hover span::before,
.link-btn-02 a:hover span::after,
.link-btn-02 a:focus span::before,
.link-btn-02 a:focus span::after,
.link-btn-02 a:active span::before,
.link-btn-02 a:active span::after {
  background-color: #d50000;
  right: 8px;
}

@media only screen and (max-width: 736px) {
  .link-btn-02 a,
.link-btn-02.wide a {
    display: block;
    min-width: inherit;
    width: auto;
  }
}
.link-btn-03 a {
  background-color: #656565;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  border: solid 1px #656565;
}
.link-btn-03 a > span {
  display: inline-block;
  padding: .3em 33px .2em 16px;
  position: relative;
}
.link-btn-03 a > span::before, .link-btn-03 a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  right: 10px;
  transition: right 200ms;
}
.link-btn-03 a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-btn-03 a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-btn-03 a:hover, .link-btn-03 a:focus, .link-btn-03 a:active {
  background-color: #fff;
  color: #656565;
}
.link-btn-03 a:hover > span::before, .link-btn-03 a:hover > span::after, .link-btn-03 a:focus > span::before, .link-btn-03 a:focus > span::after, .link-btn-03 a:active > span::before, .link-btn-03 a:active > span::after {
  background-color: #656565;
  right: 6px;
}
.link-btn-03 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}
.link-btn-03 > ul > li {
  padding: 10px 5px 0;
}

@media only screen and (max-width: 480px) {
  .link-btn-03 > ul > li {
    width: 50%;
  }
  .link-btn-03 > ul > li > a {
    width: 100%;
    text-align: center;
  }
}
.link-btn-04 {
  text-align: center;
  margin: 20px 0 60px;
}
.woman .link-btn-04 a {
  color: #cd344d;
  border: 1px solid #cd344d;
}
.woman .link-btn-04 a > span::before, .woman .link-btn-04 a > span::after {
  background-color: #cd344d;
}
.young .link-btn-04 a {
  color: #098eaa;
  border: 1px solid #098eaa;
}
.young .link-btn-04 a > span::before, .young .link-btn-04 a > span::after {
  background-color: #098eaa;
}
.link-btn-04 a {
  color: #9a801a;
  border-radius: 3px;
  border: 1px solid #9a801a;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 541px) {
  .link-btn-04 a {
    width: 100%;
  }
}
.link-btn-04 a > span {
  display: inline-block;
  padding: 10px 30px 10px 15px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 541px) {
  .link-btn-04 a > span {
    padding: 10px 28px 10px 10px;
  }
}
.link-btn-04 a > span::before, .link-btn-04 a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #9a801a;
  right: 12px;
  transition: right 200ms;
}
.link-btn-04 a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-btn-04 a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-btn-04 a > span img {
  margin-right: 11px;
}
.link-btn-04 a:hover > span::before, .link-btn-04 a:hover > span::after, .link-btn-04 a:focus > span::before, .link-btn-04 a:focus > span::after, .link-btn-04 a:active > span::before, .link-btn-04 a:active > span::after {
  right: 6px;
}
@media only screen and (max-width: 736px) {
  .link-btn-04 {
    margin: 20px 0 55px;
  }
}

.link-btn-05 {
  text-align: right;
  width: 100%;
  margin: 0 -20px 0;
}
.link-btn-05 button {
  display: inline-block;
  background: #656565;
  color: #fff;
  border-radius: 3px;
  margin-top: 20px;
  height: 32px;
}
.link-btn-05 button > span {
  display: inline-block;
  padding: 6px 20px 6px 45px;
  position: relative;
}
.link-btn-05 button > span::before, .link-btn-05 button > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  left: 19px;
  transition: right 200ms;
}
.link-btn-05 button > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.link-btn-05 button > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.link-btn-06 {
  text-align: center;
  margin: 0 0 30px 0;
}
.woman .link-btn-06 a {
  background: #cd344d;
}
.young .link-btn-06 a {
  background: #34b2cd;
}
.link-btn-06 a {
  background: #9a801a;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 541px) {
  .link-btn-06 a {
    width: 100%;
  }
}
.link-btn-06 a > span {
  display: inline-block;
  padding: 10px 30px 10px 15px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 541px) {
  .link-btn-06 a > span {
    padding: 10px 28px 10px 10px;
  }
}
.link-btn-06 a > span::before, .link-btn-06 a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  right: 12px;
  transition: right 200ms;
}
.link-btn-06 a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.link-btn-06 a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.link-btn-06 a > span img {
  margin-right: 11px;
}
.link-btn-06 a:hover > span::before, .link-btn-06 a:hover > span::after, .link-btn-06 a:focus > span::before, .link-btn-06 a:focus > span::after, .link-btn-06 a:active > span::before, .link-btn-06 a:active > span::after {
  right: 6px;
}

.link-btn-07 {
  text-align: center;
  margin: 0 0 30px 0;
}
.link-btn-07 a,
.link-btn-07 button {
  background: #e60000;
  color: #fff;
  border: 1px solid #e60000;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 13px 20px;
  max-width: 327px;
  width: 100%;
  transition: .2s ease color, .2s ease background-color;
}
.link-btn-07 a:hover, .link-btn-07 a:focus,
.link-btn-07 button:hover,
.link-btn-07 button:focus {
  background-color: #ffffff;
  color: #e60000;
}
@media only screen and (max-width: 736px) {
  .link-btn-07 a,
.link-btn-07 button {
    max-width: 100%;
  }
}

.box-01 {
  background: #f9f7ec;
  padding: 20px;
  margin-bottom: 30px;
}
.box-01.point {
  border: dashed 1px #cdbf8a;
}
.box-01.point .hdg {
  color: #866b01;
}
.box-01 p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  .box-01 {
    margin-bottom: 65px;
  }
  .box-01 .hdg {
    margin-bottom: 13px;
  }
}
.woman .box-01 {
  background: #fff2f3;
}
.young .box-01 {
  background: #e6f7fb;
}

.link-ranking-01 {
  background: url(/cmn/images/bg-ranking-03.png) #d50000 no-repeat;
  background-position: calc(100% + 60px) 20%;
  background-size: auto 350%;
  border-radius: 2px;
}
.link-ranking-01 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin-top: 48px;
  font-size: 1.625rem;
  color: #f0e5e5;
  text-decoration: none;
}
.link-ranking-01 > a .label {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  border: solid 1px #fff;
  padding: 0 28px;
  margin-right: 30px;
  transition: background-color 200ms, color 200ms;
}
.link-ranking-01 > a:hover .label, .link-ranking-01 > a:focus .label, .link-ranking-01 > a:active .label {
  background-color: #fff;
  color: #d50000;
}

@media only screen and (max-width: 960px) {
  .link-ranking-01 {
    background-position: calc(100% + 140px) 20%;
  }
  .link-ranking-01 > a {
    padding: 12px 40px 12px 0;
  }
  .link-ranking-01 > a .label {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 736px) {
  .link-ranking-01 {
    background-size: auto 250%;
    background-position: calc(100% + 116px) 18%;
  }
  .link-ranking-01 > a {
    flex-direction: column;
    background-image: linear-gradient(to right, #d50000 50%, transparent 70%, transparent 100%);
    font-size: 1.125rem;
    padding: 12px 54px 7px 16px;
  }
  .link-ranking-01 > a .label {
    font-size: .8125rem;
    line-height: 1.6;
    padding: 0 16px;
    margin-right: 0;
    margin-bottom: .4em;
  }
}
.link-survey-01 {
  background: url(/cmn/images/bg-survey-01.png) #a8e7fd no-repeat;
  background-position: top right;
  background-size: contain;
}
.link-survey-01 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 133px 12px 12px;
  margin-top: 48px;
  font-size: 1.625rem;
  color: #333;
  text-decoration: none;
}
.link-survey-01 > a .label {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0 20px;
  transition: background-color 200ms, color 200ms;
}

.link-survey-01 > a:hover .label, .link-survey-01 > a:focus .label, .link-survey-01 > a:active .label {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}

@media only screen and (max-width: 1101px) {
  .link-survey-01 {
    background: url(/cmn/images/bg-survey-01-sp.png) #a8e7fd no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
  .link-survey-01 > a {
    padding: 12px 40px 12px 0;
    flex-direction: column;
  }
  .link-survey-01 > a .label {
    margin-bottom: .4em;
  }
}
@media only screen and (max-width: 736px) {
  .link-survey-01 > a {
    flex-direction: column;
    background-image: linear-gradient(to right, #a8e7fd 50%, transparent 70%, transparent 100%);
    font-size: 1.125rem;
    padding: 12px 67px 7px 16px;
  }
  .link-survey-01 > a .label {
    font-size: .8125rem;
    line-height: 1.6;
    padding: 0 16px;
    margin-right: 0;
  }
}
.link-anc-01 {
  margin: 4.25em 0;
  padding: .85em 15px .2em 30px;
  background-color: #efefef;
}
.link-anc-01::after {
  content: "";
  clear: both;
  display: block;
}
.link-anc-01 > li {
  position: relative;
  float: left;
  margin: 0 15px .65em 0;
  padding-right: 1px;
}
.link-anc-01 > li::after {
  content: "";
  position: absolute;
  top: .15em;
  right: 0;
  bottom: .15em;
  display: block;
  width: 0;
  border-right: 1px solid #ccc;
}
.link-anc-01 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link-anc-01 > li:last-child::after {
  content: none;
}
.link-anc-01 > li > a {
  position: relative;
  display: table;
  margin-right: 15px;
}
.link-anc-01 > li > a.current {
  color: #333;
  font-weight: bold;
}
.link-anc-01 > li > a > span {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.link-anc-01 > li > a > span::before, .link-anc-01 > li > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.link-anc-01 > li > a > span::after {
  margin-left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.link-anc-01 > li > a:hover > span::before, .link-anc-01 > li > a:hover > span::after, .link-anc-01 > li > a:focus > span::before, .link-anc-01 > li > a:focus > span::after, .link-anc-01 > li > a:active > span::before, .link-anc-01 > li > a:active > span::after {
  margin-top: 1px;
}

@media only screen and (min-width: 737px) {
  .link-anc-01 > li > a {
    height: auto !important;
  }
}
@media only screen and (max-width: 736px) {
  .link-anc-01 {
    position: relative;
    margin: 2.25em 0;
    padding: 0 !important;
  }
  .link-anc-01::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    height: 0;
    border-top: 1px solid #efefef;
  }
  .link-anc-01 > li {
    width: 50% !important;
    margin: -1px 0 0 0 !important;
    border-top: 1px solid #ccc;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .link-anc-01 > li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .link-anc-01 > li:nth-child(-n+2) {
    margin-top: 0;
    border-top: 0;
  }
  .link-anc-01 > li::after {
    content: none;
  }
  .link-anc-01 > li > a {
    width: 100%;
    margin-right: 0;
  }
  .link-anc-01 > li > a > span {
    padding: .75em 28px .75em 10px !important;
  }
  .link-anc-01 > li > a > span::before, .link-anc-01 > li > a > span::after {
    left: inherit;
    right: 13px;
  }
  .link-anc-01 > li > a > span::after {
    right: 10px;
    margin-left: 0;
  }
}
.link-anc-01.col3 {
  display: flex;
  flex-wrap: wrap;
  padding: .85em 30px .2em;
}
.link-anc-01.col3 > li {
  display: flex;
  align-items: center;
  float: none;
  margin: 0 0 .65em 2%;
  width: 32%;
}
.link-anc-01.col3 > li:nth-child(3n) > a > span {
  padding-right: 0;
}
.link-anc-01.col3 > li:nth-child(3n)::after {
  display: none;
}
.link-anc-01.col3 > li:nth-child(3n+1) {
  margin: 0 0 .65em 0;
}
.link-anc-01.col3 > li:last-child {
  padding-right: 1px;
}
.link-anc-01.col3 > li:last-child::after {
  content: "";
}
.link-anc-01.col3 > li > a {
  margin-right: 0;
}
.link-anc-01.col3 > li > a > span {
  padding-right: 16px;
}

@media only screen and (max-width: 736px) {
  .link-anc-01.col3 > li:last-child::after {
    content: none;
  }
}
.link-anc-02 {
  font-size: 1.25rem;
}
.link-anc-02.fixed > .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
  transition: box-shadow 200ms;
}
.link-anc-02.show > .inner {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: box-shadow 200ms, transform 400ms;
}
.link-anc-02 + [class^=hdg] {
  margin-top: 2.5em;
}
.link-anc-02 > .inner {
  position: relative;
}
.link-anc-02 > .inner > .list {
  display: flex;
  background-color: #3f93b0;
  max-width: 1160px;
  margin: 0 auto;
}
.link-anc-02 > .inner > .list::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: #3f93b0;
  z-index: -1;
}
.link-anc-02 > .inner > .list > li {
  flex: 1;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-anc-02 > .inner > .list > li + li {
  position: relative;
}
.link-anc-02 > .inner > .list > li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  background-color: #fff;
  position: absolute;
  top: calc(50% - .625em);
  left: 0;
}
.link-anc-02 > .inner > .list > li > a {
  color: #fff;
  text-decoration: none;
  padding: .9em 0 .9em 26px;
  display: inline-block;
  position: relative;
}
.link-anc-02 > .inner > .list > li > a::before, .link-anc-02 > .inner > .list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
}
.link-anc-02 > .inner > .list > li > a::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.link-anc-02 > .inner > .list > li > a::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
}
.link-anc-02 > .inner > .list > li > a > span {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 200ms;
}
.link-anc-02 > .inner > .list > li > a:hover::before, .link-anc-02 > .inner > .list > li > a:hover::after, .link-anc-02 > .inner > .list > li > a:focus::before, .link-anc-02 > .inner > .list > li > a:focus::after, .link-anc-02 > .inner > .list > li > a:active::before, .link-anc-02 > .inner > .list > li > a:active::after {
  top: calc(50% + 4px);
}
.link-anc-02 > .inner > .list > li > a:hover > span, .link-anc-02 > .inner > .list > li > a:focus > span, .link-anc-02 > .inner > .list > li > a:active > span {
  border-bottom-color: #fff;
}
.link-anc-02 > .inner > .list > li > a .sub-01 {
  font-size: .8em;
}

@media only screen and (max-width: 736px) {
  .link-anc-02 {
    font-size: .875rem;
  }
  .link-anc-02 > .inner > .list > li {
    padding: 0 8px;
  }
  .link-anc-02 > .inner > .list > li > a {
    padding: .9em 0 .9em 18px;
  }
  .link-anc-02 > .inner > .list > li > a .sub-01 {
    display: none;
  }
  .link-anc-02 > .inner > .list > li + li {
    border-left: solid 1px #fff;
  }
  .link-anc-02 > .inner > .list > li + li::before {
    content: none;
  }
}
.link-modal-01 {
  display: block;
  text-decoration: none;
}
.link-modal-01 img {
  transition: opacity 200ms;
}
.link-modal-01 > .img {
  display: block;
  border: 1px solid #ccc;
}
.link-modal-01 > .link {
  display: block;
  margin-top: .75em;
  text-align: right;
}
.link-modal-01 > .link > span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.link-modal-01 > .link > span::before, .link-modal-01 > .link > span::after,
.link-modal-01 > .link > span > span::before,
.link-modal-01 > .link > span > span::after {
  content: "";
  position: absolute;
  display: block;
}
.link-modal-01 > .link > span::before {
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #d50000;
}
.link-modal-01 > .link > span::after {
  top: 13px;
  left: 11px;
  width: 8px;
  height: 2px;
  background-color: #d50000;
  transform-origin: 0 50%;
  transform: rotate(45deg);
}
.link-modal-01 > .link > span > span::before,
.link-modal-01 > .link > span > span::after {
  top: 9px;
  left: 4px;
  width: 6px;
  height: 2px;
  background-color: #d50000;
}
.link-modal-01 > .link > span > span::after {
  transform: rotate(90deg);
}
.link-modal-01:hover img, .link-modal-01:focus img, .link-modal-01:active img {
  opacity: .75;
}
.link-modal-01:hover > .link > span, .link-modal-01:focus > .link > span, .link-modal-01:active > .link > span {
  text-decoration: underline;
}

/* ===========================
navigation
--------------------------- */
.nav-current-01 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.1em 10px .85em 10px;
  color: #fff;
  font-size: 85.71429%;
}
.nav-current-01 ol {
  margin-bottom: 0;
}
.nav-current-01 ol::after {
  content: "";
  clear: both;
  display: block;
}
.nav-current-01 ol > li {
  position: relative;
  float: left;
  margin: 0 0 .25em 10px;
  padding-left: 18px;
}
.nav-current-01 ol > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.nav-current-01 ol > li:first-child::before, .nav-current-01 ol > li:first-child::after {
  content: none;
}
.nav-current-01 ol > li::before, .nav-current-01 ol > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7px;
  height: 0;
  margin-top: -3px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.nav-current-01 ol > li::after {
  margin-top: 0;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.nav-current-01 ol > li a {
  color: #fff;
}

@media only screen and (max-width: 736px) {
  .nav-current-01 {
    font-size: 71.42857%;
    padding-top: .6em;
    padding-bottom: .35em;
  }
}
.nav-local-01 {
  border-top: 3px solid #d50000;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.nav-local-01 + * {
  margin-top: 2em;
}
.nav-local-01 ul {
  margin-bottom: 0;
}
.nav-local-01 a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}
.nav-local-01 a.current, .nav-local-01 a.active, .nav-local-01 a:hover, .nav-local-01 a:focus, .nav-local-01 a:active {
  color: #d50000;
}
.nav-local-01 > dt a {
  padding: 1.25em 12px;
  font-size: 142.85714%;
  font-weight: bold;
}
.nav-local-01 > dd a {
  position: relative;
}
.nav-local-01 > dd a::before, .nav-local-01 > dd a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 0;
}
.nav-local-01 > dd > ul > li {
  border-top: 1px solid #ccc;
}
.nav-local-01 > dd > ul > li > a {
  padding: 1.2em 32px 1.2em 12px;
}
.nav-local-01 > dd > ul > li > a::before, .nav-local-01 > dd > ul > li > a::after {
  right: 10px;
  width: 9px;
  height: 3px;
  margin-top: -3px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-local-01 > dd > ul > li > a::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-local-01 > dd > ul > li > a:hover::before, .nav-local-01 > dd > ul > li > a:hover::after, .nav-local-01 > dd > ul > li > a:focus::before, .nav-local-01 > dd > ul > li > a:focus::after, .nav-local-01 > dd > ul > li > a:active::before, .nav-local-01 > dd > ul > li > a:active::after {
  right: 6px;
}
.nav-local-01 > dd > ul > li > a.current::before, .nav-local-01 > dd > ul > li > a.current::after {
  right: 16px;
  width: 5px;
  margin-top: -1px;
  background-color: #999;
}
.nav-local-01 > dd > ul > li > a.current::after {
  right: 7px;
  width: 12px;
  margin-top: -2px;
}
.nav-local-01 > dd > ul > li > ul > li {
  position: relative;
  border-top: 1px dotted #ccc;
}
.nav-local-01 > dd > ul > li > ul > li > a {
  padding: .9em 32px .9em 26px;
}
.nav-local-01 > dd > ul > li > ul > li > a::before, .nav-local-01 > dd > ul > li > ul > li > a::after {
  right: 13px;
  width: 4px;
  height: 2px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-local-01 > dd > ul > li > ul > li > a::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-local-01 > dd > ul > li > ul > li > a:hover::before, .nav-local-01 > dd > ul > li > ul > li > a:hover::after, .nav-local-01 > dd > ul > li > ul > li > a:focus::before, .nav-local-01 > dd > ul > li > ul > li > a:focus::after, .nav-local-01 > dd > ul > li > ul > li > a:active::before, .nav-local-01 > dd > ul > li > ul > li > a:active::after {
  right: 9px;
}
.nav-local-01 > dd > ul > li > ul > li > a.current::before, .nav-local-01 > dd > ul > li > ul > li > a.current::after {
  right: 15px;
  width: 4px;
  margin-top: 0;
  background-color: #999;
}
.nav-local-01 > dd > ul > li > ul > li > a.current::after {
  right: 10px;
  width: 8px;
  margin-top: -1px;
}

@media only screen and (max-width: 960px) {
  .nav-local-01 {
    position: relative;
  }
  .nav-local-01::before, .nav-local-01::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    height: 3px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #e3e3e3;
    background-color: #e8e8e8;
  }
  .nav-local-01::after {
    top: -9px;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #f2f2f2;
    background-color: #f7f7f7;
  }
  .nav-local-01 > dt a {
    text-align: center;
  }
}
@media only screen and (max-width: 736px) {
  .nav-local-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-local-01 > dt a {
    padding: .95em 10px;
  }
  .nav-local-01 > dd > ul > li > a {
    padding: 1.1em 30px 1.1em 10px;
  }
  .nav-local-01 > dd > ul > li > ul > li > a {
    padding: .85em 30px .85em 24px;
  }
}
.nav-blog-01 {
  max-width: 480px;
  margin: 1.1em auto;
}
.nav-blog-01 > a {
  display: block;
  line-height: 1.2;
  padding: 1.6em 5px 1.4em 5px;
  background: #333 url(/cmn/images/bg-blog-01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 178.57143%;
  text-shadow: 0 0 10px rgba(0, 0, 0, .75);
  text-align: center;
  letter-spacing: 0;
}
.nav-blog-01 > a:hover, .nav-blog-01 > a:focus, .nav-blog-01 > a:active {
  text-decoration: none;
  opacity: .75;
}
.nav-blog-01 > a small {
  position: relative;
  top: -.35em;
  display: inline-block;
  font-size: 55%;
}

@media only screen and (max-width: 960px) {
  .nav-blog-01 > a {
    font-size: 200%;
  }
}
.nav-fb-01,
.nav-magazine-01 {
  width: 100%;
  display: table;
  margin: 1.1em auto;
  border: 1px solid #ccc;
}

.nav-fb-01 > a,
.nav-magazine-01 > a {
  position: relative;
  display: table-cell;
  box-shadow: 0 0 0 #cccccc inset, 0 0 0 #cccccc inset;
  color: #333;
  vertical-align: middle;
}

.nav-fb-01 > a {
  padding: .75em 10px .75em 60px;
}

.nav-magazine-01 > a {
  padding: 1.5em 10px 1.5em 60px;
}

.nav-fb-01 > a::before,
.nav-magazine-01 > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.nav-fb-01 > a::before {
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(/cmn/images/logo-facebook-04.png) no-repeat scroll 0 0;
}

.nav-magazine-01 > a::before {
  background: url(/cmn/images/icon-magazine-02.png) no-repeat scroll 0 0;
}

.nav-fb-01 > a:hover,
.nav-fb-01 > a:focus,
.nav-fb-01 > a:active,
.nav-magazine-01 > a:hover,
.nav-magazine-01 > a:focus,
.nav-magazine-01 > a:active {
  box-shadow: 2px 2px 0 #cccccc inset, -2px -2px 0 #cccccc inset;
  color: #d50000;
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  .nav-fb-01,
.nav-magazine-01 {
    max-width: 280px;
  }
}
a.nav-index-01 {
  position: relative;
  display: block;
  line-height: 1.3;
  overflow: hidden;
  margin-bottom: 1.4em;
  background-color: #eee;
  color: #fff;
  font-size: 142.85714%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 .5em rgba(0, 0, 0, .5);
}
a.nav-index-01:hover > span::before, a.nav-index-01:focus > span::before, a.nav-index-01:active > span::before {
  opacity: 0;
}
a.nav-index-01:hover > span::after, a.nav-index-01:focus > span::after, a.nav-index-01:active > span::after {
  opacity: .65;
}

a.nav-index-01 > span {
  position: relative;
  z-index: 4;
  display: table;
  width: 100%;
  height: 215px;
}
a.nav-index-01 > span::before, a.nav-index-01 > span::after {
  z-index: -1;
  -webkit-will-change: opacity;
  will-change: opacity;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.nav-index-01 > span::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
a.nav-index-01 > span::after {
  background-color: #005172;
  opacity: 0;
}

a.nav-index-01 > span > span {
  display: table-cell;
  padding-top: 119px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: middle;
  -webkit-will-change: padding-top;
  will-change: padding-top;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.nav-index-01 > span > span small {
  font-size: 70%;
  font-weight: normal;
}

a.nav-index-01:hover > span > span,
a.nav-index-01:focus > span > span,
a.nav-index-01:active > span > span {
  padding-top: 0;
}

a.nav-index-01::before,
a.nav-index-01 > span::before,
a.nav-index-01 > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

a.nav-index-01::before {
  z-index: 1;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-will-change: -webkit-transform, -webkit-filter;
  will-change: transform, filter;
}

a.nav-index-01:hover::before,
a.nav-index-01:focus::before,
a.nav-index-01:active::before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(0.1em);
  filter: blur(0.1em);
}

a.nav-index-01.about::before {
  background-image: url(/cmn/images/img-about-01.jpg);
}

a.nav-index-01.about-activity::before {
  background-image: url(/cmn/images/img-about-activity-01.jpg);
}

a.nav-index-01.about-business::before {
  background-image: url(/cmn/images/img-about-business-01.jpg);
}

a.nav-index-01.about-history::before {
  background-image: url(/cmn/images/img-about-history-01.jpg);
}

a.nav-index-01.about-message::before {
  background-image: url(/cmn/images/img-about-message-01.jpg);
}

a.nav-index-01.about-mission::before {
  background-image: url(/cmn/images/img-about-mission-01.jpg);
}

a.nav-index-01.about-overview::before {
  background-image: url(/cmn/images/img-about-overview-01.jpg);
}

a.nav-index-01.about-world::before {
  background-image: url(/cmn/images/img-about-world-01.jpg);
}

a.nav-index-01.blog::before {
  background-image: url(/cmn/images/img-blog-01.jpg);
}

a.nav-index-01.company_questionnaire::before {
  background-image: url(/cmn/images/img-company_questionnaire-01.jpg);
}

a.nav-index-01.faq::before {
  background-image: url(/cmn/images/img-faq-01.jpg);
}

a.nav-index-01.giftwork::before {
  background-image: url(/cmn/images/img-giftwork-01.jpg);
}

a.nav-index-01.investigation::before {
  background-image: url(/cmn/images/img-investigation-01.jpg);
}

a.nav-index-01.job_satisfaction::before {
  background-image: url(/cmn/images/img-job_satisfaction-01.jpg);
}

a.nav-index-01.job_satisfaction-five_elements::before {
  background-image: url(/cmn/images/img-job_satisfaction-five_elements-01.jpg);
}

a.nav-index-01.job_satisfaction-increase::before {
  background-image: url(/cmn/images/img-job_satisfaction-increase-01.jpg);
}

a.nav-index-01.job_satisfaction-worth_doing::before {
  background-image: url(/cmn/images/img-job_satisfaction-worth_doing-01.jpg);
}

a.nav-index-01.journey::before {
  background-image: url(/cmn/images/img-journey-01.jpg);
}

a.nav-index-01.journey_member::before {
  background-image: url(/cmn/images/img-journey_member-01.jpg);
}

a.nav-index-01.livelywoman::before {
  background-image: url(/cmn/images/img-woman-01.jpg);
}

a.nav-index-01.workshop::before {
  background-image: url(/cmn/images/img-workshop-01.jpg);
}

a.nav-index-01.worldcafe::before {
  background-image: url(/cmn/images/img-worldcafe-01.jpg);
}

a.nav-index-01.lecture::before {
  background-image: url(/cmn/images/img-lecture-01.jpg);
}

a.nav-index-01.mem_questionnaire::before {
  background-image: url(/cmn/images/img-mem_questionnaire-01.jpg);
}

a.nav-index-01.merit::before {
  background-image: url(/cmn/images/img-merit-01.jpg);
}

a.nav-index-01.ranking::before {
  background-image: url(/cmn/images/img-ranking-01.jpg);
}

a.nav-index-01.technique::before {
  background-image: url(/cmn/images/img-technique-01.jpg);
}

a.nav-index-01.tip-investigation::before {
  background-image: url(/cmn/images/img-tip-investigation-01.jpg);
}

a.nav-index-01.tip-training::before {
  background-image: url(/cmn/images/img-tip-training-01.jpg);
}

a.nav-index-01.training::before {
  background-image: url(/cmn/images/img-training-01.jpg);
}

a.nav-index-01.training-organization::before {
  background-image: url(/cmn/images/img-training-organization-01.jpg);
}

a.nav-index-01.training-tip::before {
  background-image: url(/cmn/images/img-training-tip-01.jpg);
}

a.nav-index-01.useful::before {
  background-image: url(/cmn/images/img-useful-01.jpg);
}

a.nav-index-01.useful-book::before {
  background-image: url(/cmn/images/img-useful-book-01.jpg);
}

a.nav-index-01.woman::before {
  background-image: url(/cmn/images/img-woman-02.jpg);
}

a.nav-index-01.young::before {
  background-image: url(/cmn/images/img-young-01.jpg);
}

a.nav-index-01.area::before {
  background-image: url(/cmn/images/img-area-01.jpg);
}

@media only screen and (max-width: 736px) {
  a.nav-index-01 {
    margin-bottom: .85em;
    font-size: 128.57143%;
  }
  a.nav-index-01 > span {
    height: 173px;
  }
  a.nav-index-01 > span > span {
    padding: 0 10px .65em 10px;
    vertical-align: bottom;
  }
}
.nav-index-02 {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -14px 4em -14px;
}
.nav-index-02 > div {
  display: flex;
  flex-direction: column;
  width: calc((100% - .1px) / 3 - 28px);
  margin: 32px 14px 0 14px;
  border: 1px solid #d50000;
  padding: 26px 29px 29px 29px;
}
.nav-index-02 > div > dt {
  margin-bottom: .75em;
  color: #d50000;
  font-size: 128.57143%;
  font-weight: bold;
}
.nav-index-02 > div > dd {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-index-02 > div > dd .link-btn-01 {
  margin: 0;
}
.nav-index-02 > div > dd .link-btn-01 a {
  width: 100%;
  box-shadow: none;
  border-color: #d50000;
  background-color: #d50000;
  color: #fff;
}
.nav-index-02 > div > dd .link-btn-01 a > span::before, .nav-index-02 > div > dd .link-btn-01 a > span::after {
  background-color: #fff;
}
.nav-index-02 > div > dd .link-btn-01 a:hover, .nav-index-02 > div > dd .link-btn-01 a:focus, .nav-index-02 > div > dd .link-btn-01 a:active {
  background-color: #fff;
  color: #d50000;
}
.nav-index-02 > div > dd .link-btn-01 a:hover > span::before, .nav-index-02 > div > dd .link-btn-01 a:hover > span::after, .nav-index-02 > div > dd .link-btn-01 a:focus > span::before, .nav-index-02 > div > dd .link-btn-01 a:focus > span::after, .nav-index-02 > div > dd .link-btn-01 a:active > span::before, .nav-index-02 > div > dd .link-btn-01 a:active > span::after {
  background-color: #d50000;
}

@media only screen and (max-width: 960px) {
  .nav-index-02 > div {
    padding: 26px 19px 29px 19px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-index-02 {
    margin: -16px -10px 2em -10px;
  }
  .nav-index-02 > div {
    width: calc(50% - 20px);
    margin: 16px 10px 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-index-02 > div {
    width: calc(100% - 20px);
  }
}
.nav-page-01 {
  margin: 4.25em 0;
}
.nav-page-01::after {
  content: "";
  clear: both;
  display: block;
}
.nav-page-01 > li {
  width: 50%;
}
.nav-page-01 > li > a {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.nav-page-01 > li > a span::before,
.nav-page-01 > li > a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-page-01 > li > a span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-page-01 > li:hover, .nav-page-01 > li:focus, .nav-page-01 > li:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #d50000;
}
.nav-page-01 > li.next {
  float: right;
  padding-left: 5px;
  text-align: right;
}
.nav-page-01 > li.next > a:hover::before, .nav-page-01 > li.next > a:hover::after,
.nav-page-01 > li.next > a:focus::before,
.nav-page-01 > li.next > a:focus::after,
.nav-page-01 > li.next > a:active::before,
.nav-page-01 > li.next > a:active::after {
  right: 8px;
}
.nav-page-01 > li.prev {
  float: left;
  padding-right: 5px;
  text-align: left;
}
.nav-page-01 > li.prev > a {
  padding: .85em 20px .85em 32px;
}
.nav-page-01 > li.prev > a span::before,
.nav-page-01 > li.prev > a span::after {
  right: inherit;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-page-01 > li.prev > a span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-page-01 > li.prev > a:hover span::before,
.nav-page-01 > li.prev > a:hover span::after, .nav-page-01 > li.prev > a:focus span::before,
.nav-page-01 > li.prev > a:focus span::after, .nav-page-01 > li.prev > a:active span::before,
.nav-page-01 > li.prev > a:active span::after {
  left: 8px;
}

@media only screen and (max-width: 736px) {
  .nav-page-01 {
    margin: 2.85em 0;
    padding: 0 10px;
  }
  .nav-page-01 > li {
    display: table;
  }
  .nav-page-01 > li > a {
    display: table-cell;
    min-width: inherit;
    vertical-align: middle;
  }
}
.nav-page-02 {
  margin: 4.25em 0;
  padding: .85em 15px .2em 30px;
  background-color: #efefef;
}
.nav-page-02::after {
  content: "";
  clear: both;
  display: block;
}
.nav-page-02 > li {
  position: relative;
  float: left;
  margin: 0 15px .65em 0;
  padding-right: 1px;
}
.nav-page-02 > li::after {
  content: "";
  position: absolute;
  top: .15em;
  right: 0;
  bottom: .15em;
  display: block;
  width: 0;
  border-right: 1px solid #ccc;
}
.nav-page-02 > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.nav-page-02 > li:last-child::after {
  content: none;
}
.nav-page-02 > li > a {
  position: relative;
  display: table;
  margin-right: 15px;
}
.nav-page-02 > li > a.current {
  color: #333;
  font-weight: bold;
}
.nav-page-02 > li > a > span {
  display: table-cell;
  padding-left: 16px;
  vertical-align: middle;
}
.nav-page-02 > li > a > span::before, .nav-page-02 > li > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-page-02 > li > a > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-page-02 > li > a:hover span::before,
.nav-page-02 > li > a:hover span::after, .nav-page-02 > li > a:focus span::before,
.nav-page-02 > li > a:focus span::after, .nav-page-02 > li > a:active span::before,
.nav-page-02 > li > a:active span::after {
  left: 3px;
}

@media only screen and (min-width: 737px) {
  .nav-page-02 > li > a {
    height: auto !important;
  }
}
@media only screen and (max-width: 736px) {
  .nav-page-02 {
    position: relative;
    margin: 2.25em 0;
    padding: 0;
  }
  .nav-page-02::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    height: 0;
    border-top: 1px solid #efefef;
  }
  .nav-page-02 > li {
    width: 50%;
    margin: -1px 0 0 0;
    border-top: 1px solid #ccc;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav-page-02 > li:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .nav-page-02 > li:nth-child(-n+2) {
    margin-top: 0;
    border-top: 0;
  }
  .nav-page-02 > li::after {
    content: none;
  }
  .nav-page-02 > li > a {
    width: 100%;
    margin-right: 0;
  }
  .nav-page-02 > li > a > span {
    padding: .75em 28px .75em 10px;
  }
  .nav-page-02 > li > a > span::before, .nav-page-02 > li > a > span::after {
    left: inherit;
    right: 10px;
  }
  .nav-page-02 > li > a:hover span::before,
.nav-page-02 > li > a:hover span::after, .nav-page-02 > li > a:focus span::before,
.nav-page-02 > li > a:focus span::after, .nav-page-02 > li > a:active span::before,
.nav-page-02 > li > a:active span::after {
    left: inherit;
    right: 7px;
  }
}
.nav-tab-01 {
  margin: 2.25em 0 1.75em 0;
}
.nav-tab-01 > .tab-list {
  display: table;
  width: calc(100% - 200px);
  margin: 0 auto 2em auto;
}
.nav-tab-01 > .tab-list:not(:target) {
  width: 80% \9 ;
}
.nav-tab-01 > .tab-list > li {
  display: table-cell;
  width: 33.33333%;
}
.nav-tab-01 > .tab-list > li > a {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.25;
  border: 1px solid #ccc;
  border-left: none;
  padding: .75em 10px;
  background-color: #efefef;
  color: #333;
  font-size: 114.28571%;
  text-align: center;
}
.nav-tab-01 > .tab-list > li > a:hover, .nav-tab-01 > .tab-list > li > a:focus, .nav-tab-01 > .tab-list > li > a:active {
  background-color: #fff;
  color: #d50000;
  text-decoration: none;
}
.nav-tab-01 > .tab-list > li > a[aria-selected=true] {
  z-index: 2;
  border-color: #5e9cae;
  background-color: #5e9cae;
  color: #fff;
  text-decoration: none;
}
.nav-tab-01 > .tab-list > li > a[aria-selected=true]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #5e9cae transparent transparent transparent;
}
.nav-tab-01 > .tab-list > li > a small {
  font-size: 75%;
}
.nav-tab-01 > .tab-list > li:first-child > a {
  border-left: 1px solid #ccc;
  border-radius: .35em 0 0 .35em;
}
.nav-tab-01 > .tab-list > li:last-child > a {
  border-radius: 0 .35em .35em 0;
}
.nav-tab-01 > .tab-list + p {
  margin-top: -1.25em;
}
.nav-tab-01 > .tab-panels > [aria-hidden=true].tab-panel {
  display: none;
}

@media only screen and (max-width: 960px) {
  .nav-tab-01 > .tab-list {
    width: calc(100% - 100px);
  }
  .nav-tab-01 > .tab-list:not(:target) {
    width: 90% \9 ;
  }
}
@media only screen and (max-width: 736px) {
  .nav-tab-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .nav-tab-01 > .tab-list {
    width: calc(100% - 20px);
    font-size: 87.5%;
  }
  .nav-tab-01 > .tab-list:not(:target) {
    width: 94% \9 ;
  }
  .nav-tab-01 > .tab-list > li {
    vertical-align: top;
  }
  .nav-tab-01 > .tab-list > li > a {
    padding: .4em 5px;
    vertical-align: middle;
  }
  .nav-tab-01 > .tab-list + p {
    margin-top: -1em;
  }
  .nav-tab-01 .tab-panel .pgh-notice-01 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.nav-tab-02 {
  padding: .1px 0;
}
.nav-tab-02 > .tab-list {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 32px 0 32px -30px;
  padding: 0 24px;
}
.nav-tab-02 > .tab-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  height: 4px;
  background-color: #ccc;
}
.nav-tab-02 > .tab-list > li {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  width: 100%;
  padding: 0 6px;
}
.nav-tab-02 > .tab-list > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #d50000;
  padding: .75em 10px;
  background-color: #d50000;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.nav-tab-02 > .tab-list > li > a::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  display: block;
  height: 4px;
  background-color: #ccc;
  transition: opacity 200ms;
}
.nav-tab-02 > .tab-list > li > a:hover, .nav-tab-02 > .tab-list > li > a:focus, .nav-tab-02 > .tab-list > li > a:active {
  border-color: #ccc;
  background-color: #fff;
  color: #d50000;
}
.nav-tab-02 > .tab-list > li > a[aria-selected=true] {
  border-color: #ccc;
  background-color: #fff;
  color: #d50000;
}
.nav-tab-02 > .tab-list > li > a[aria-selected=true]::after {
  opacity: 0;
}
.nav-tab-02 > .tab-list > li > a > span {
  pointer-events: none;
}
.nav-tab-02 > .tab-list.start::before {
  bottom: 0;
}
.nav-tab-02 > .tab-list.start > li > a {
  border-radius: 2px 2px 0 0;
  border-bottom: none;
  padding-bottom: calc(0.75em + 4px);
}
.nav-tab-02 > .tab-list.start > li > a::after {
  bottom: 0;
}
.nav-tab-02 > .tab-list.end {
  margin-top: 48px;
}
.nav-tab-02 > .tab-list.end::before {
  top: 0;
}
.nav-tab-02 > .tab-list.end > li > a {
  border-radius: 0 0 2px 2px;
  border-top: none;
  padding-top: calc(0.75em + 4px);
}
.nav-tab-02 > .tab-list.end > li > a::after {
  top: 0;
}
.nav-tab-02 > .tab-panels > .tab-panel[aria-hidden=true] {
  display: none;
}

@media only screen and (max-width: 960px) {
  .nav-tab-02 > .tab-list {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-tab-02 > .tab-list {
    margin: 24px -10px;
    padding: 0 6px;
  }
  .nav-tab-02 > .tab-list > li {
    padding: 0 4px;
  }
  .nav-tab-02 > .tab-list > li > a {
    padding: .75em 6px;
  }
  .nav-tab-02 > .tab-list.end {
    margin-top: 36px;
  }
}
.nav-index-top {
  position: relative;
  overflow: hidden;
  margin: 4.25em 0;
  padding: 28px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
}

.nav-index-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100%;
}

.nav-index-top.investigation::after {
  background-image: url(/cmn/images/bg-nav-index-top-01.jpg);
}

.nav-index-top > .nav,
.nav-index-top > .btn {
  position: relative;
  z-index: 2;
}

.nav-index-top > .nav::after {
  content: "";
  clear: both;
  display: block;
}

.nav-index-top.type-01 > .nav > li {
  width: 25%;
}
.nav-index-top.type-01 > .nav > li > a:hover > span::before, .nav-index-top.type-01 > .nav > li > a:focus > span::before, .nav-index-top.type-01 > .nav > li > a:active > span::before {
  border-width: 360px 360px 0 0;
}

.nav-index-top.type-02 > .nav > li {
  width: 33.33333%;
}
.nav-index-top.type-02 > .nav > li > a:hover > span::before, .nav-index-top.type-02 > .nav > li > a:focus > span::before, .nav-index-top.type-02 > .nav > li > a:active > span::before {
  border-width: 440px 440px 0 0;
}

.nav-index-top > .nav > li {
  float: left;
  padding: 2px;
}
.nav-index-top > .nav > li > a {
  position: relative;
  display: table;
  width: 100%;
  min-height: 90px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .9);
  color: #333;
  text-decoration: none;
}
.nav-index-top > .nav > li > a:hover, .nav-index-top > .nav > li > a:focus, .nav-index-top > .nav > li > a:active {
  color: #fff;
}
.nav-index-top > .nav > li > a:hover > span::before, .nav-index-top > .nav > li > a:focus > span::before, .nav-index-top > .nav > li > a:active > span::before {
  border-color: rgba(213, 0, 0, .95) transparent transparent transparent;
}
.nav-index-top > .nav > li > a:hover > span::after, .nav-index-top > .nav > li > a:focus > span::after, .nav-index-top > .nav > li > a:active > span::after {
  border-color: white transparent transparent transparent;
}
.nav-index-top > .nav > li > a > span {
  position: relative;
  z-index: 3;
  display: table-cell;
  padding: 1em 20px;
  font-size: 128.57143%;
  text-align: center;
  vertical-align: middle;
}
.nav-index-top > .nav > li > a > span::before, .nav-index-top > .nav > li > a > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #d50000 transparent transparent transparent;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.nav-index-top > .nav + .btn {
  margin-top: 30px;
}

.nav-index-top > .btn {
  margin-bottom: 52px;
}
.nav-index-top > .btn > a {
  position: relative;
  display: table;
  width: 254px;
  min-height: 70px;
  height: 70px;
  margin: 0 auto;
  text-decoration: none;
}
.nav-index-top > .btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  display: block;
  width: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.nav-index-top > .btn > a.calc::before {
  background-image: url(/cmn/images/icon-calc-02.png);
}
.nav-index-top > .btn > a > span {
  display: table-cell;
  height: 70px;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #d50000;
  padding: .85em 32px .85em 64px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #d50000;
  font-size: 114.28571%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-index-top > .btn > a > span::before, .nav-index-top > .btn > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.nav-index-top > .btn > a > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-index-top > .btn > a > a:hover > span,
.nav-index-top > .btn > a > a:focus > span,
.nav-index-top > .btn > a > a:active > span {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.nav-index-top > .btn > a > a:hover > span::before, .nav-index-top > .btn > a > a:hover > span::after,
.nav-index-top > .btn > a > a:focus > span::before,
.nav-index-top > .btn > a > a:focus > span::after,
.nav-index-top > .btn > a > a:active > span::before,
.nav-index-top > .btn > a > a:active > span::after {
  right: 8px;
}

@media only screen and (max-width: 960px) {
  .nav-index-top > .nav > li > a:hover::before, .nav-index-top > .nav > li > a:focus::before, .nav-index-top > .nav > li > a:active::before {
    border-width: 300px 300px 0 0;
  }
}
@media only screen and (max-width: 736px) {
  .nav-index-top {
    padding: 8px;
  }
  .nav-index-top::after {
    left: -9em;
    right: -9em;
  }

  .nav-index-top.type-01 > .nav > li {
    width: 50%;
  }

  .nav-index-top.type-02 > .nav > li {
    width: 100%;
  }

  .nav-index-top > .nav > li > a {
    min-height: 78px;
  }
  .nav-index-top > .nav > li > a > span {
    padding: 1em 20px;
    font-size: 114.28571%;
  }

  .nav-index-top.type-01 > .nav > li > a:hover > span::before, .nav-index-top.type-01 > .nav > li > a:focus > span::before, .nav-index-top.type-01 > .nav > li > a:active > span::before {
    border-width: 420px 420px 0 0;
  }

  .nav-index-top.type-02 > .nav > li > a:hover > span::before, .nav-index-top.type-02 > .nav > li > a:focus > span::before, .nav-index-top.type-02 > .nav > li > a:active > span::before {
    border-width: 760px 760px 0 0;
  }

  .nav-index-top > .nav + .btn {
    margin-top: 20px;
  }

  .nav-index-top > .btn {
    margin-bottom: 72px;
  }
  .nav-index-top > .btn > a {
    max-width: 280px;
  }
}
.nav-category-01 {
  display: flex;
  margin-left: 1px;
  margin-bottom: 3.42857em;
}
.nav-category-01 > li {
  flex-grow: 1;
  display: flex;
  margin-left: -1px;
}
.nav-category-01 > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 49px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: calc(0.125em + 3px) 16px .125em 16px;
  color: #333;
  text-decoration: none;
  transition: color 200ms;
}
.nav-category-01 > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: calc(100% - 3px);
  z-index: 1;
  display: block;
  background-color: #5c6066;
  transition: bottom 200ms;
}
.nav-category-01 > li > a:hover, .nav-category-01 > li > a:focus, .nav-category-01 > li > a:active {
  color: #fff;
}
.nav-category-01 > li > a:hover::before, .nav-category-01 > li > a:focus::before, .nav-category-01 > li > a:active::before {
  bottom: -1px;
}
.nav-category-01 > li > a > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
}
.nav-category-01 > li > a.talk::before, .nav-category-01 > li > a.interview-tip::before {
  background-color: #ea42ae;
}
.nav-category-01 > li > a.round_table::before {
  background-color: #ff5a5a;
}
.nav-category-01 > li > a.interview-library::before {
  background-color: #d50000;
}
.nav-category-01 > li > a.analysis::before, .nav-category-01 > li > a.survey::before {
  background-color: #ff6700;
}
.nav-category-01 > li > a.report::before {
  background-color: #ffb81a;
}
.nav-category-01 > li > a.opinion::before, .nav-category-01 > li > a.training::before {
  background-color: #5bb700;
}
.nav-category-01 > li > a.media::before {
  background-color: #099;
}
.nav-category-01 > li > a.column::before {
  background-color: #2cd9dd;
}
.nav-category-01 > li > a.discussion::before {
  background-color: #174bd6;
}
.nav-category-01 > li > a.other::before {
  background-color: #5e22b8;
}
.nav-category-01 > li > a.current {
  color: #fff;
}
.nav-category-01 > li > a.current::before {
  bottom: -1px;
}

@media only screen and (max-width: 1180px) {
  .nav-category-01 {
    flex-wrap: wrap;
  }
  .nav-category-01 > li {
    flex-grow: 0;
  }
}
@media only screen and (max-width: 736px) {
  .nav-category-01 {
    margin-bottom: 2.85714em;
  }
  .nav-category-01 > li {
    width: 20%;
  }
  .nav-category-01 > li > a {
    padding: calc(0.15em + 3px) 8px .15em 8px;
    font-size: 85.71429%;
  }
}
@media only screen and (max-width: 600px) {
  .nav-category-01 > li {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .nav-category-01 > li {
    width: calc((100% - .1px) / 3);
  }
}
.nav-pager-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.85714em;
}
.nav-pager-01 li {
  display: flex;
}
.nav-pager-01 li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 200ms, color 200ms;
}
.nav-pager-01 li > a:hover, .nav-pager-01 li > a:focus, .nav-pager-01 li > a:active {
  background-color: #efefef;
  color: #d50000;
}
.nav-pager-01 li > a[aria-current] {
  background-color: #d50000;
  color: #fff;
}
.nav-pager-01 > li.prev > a, .nav-pager-01 > li.next > a {
  position: relative;
}
.nav-pager-01 > li.prev > a::before, .nav-pager-01 > li.prev > a::after, .nav-pager-01 > li.next > a::before, .nav-pager-01 > li.next > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3px;
  height: 8px;
  margin-top: -4px;
  background-color: #333;
  transition: background-color 200ms;
}
.nav-pager-01 > li.prev > a::before, .nav-pager-01 > li.next > a::before {
  margin-top: -6px;
}
.nav-pager-01 > li.prev > a::after, .nav-pager-01 > li.next > a::after {
  margin-top: -2px;
}
.nav-pager-01 > li.prev > a:hover::before, .nav-pager-01 > li.prev > a:hover::after, .nav-pager-01 > li.prev > a:focus::before, .nav-pager-01 > li.prev > a:focus::after, .nav-pager-01 > li.prev > a:active::before, .nav-pager-01 > li.prev > a:active::after, .nav-pager-01 > li.next > a:hover::before, .nav-pager-01 > li.next > a:hover::after, .nav-pager-01 > li.next > a:focus::before, .nav-pager-01 > li.next > a:focus::after, .nav-pager-01 > li.next > a:active::before, .nav-pager-01 > li.next > a:active::after {
  background-color: #d50000;
}
.nav-pager-01 > li.prev > a > span, .nav-pager-01 > li.next > a > span {
  position: absolute;
  top: -999em;
  left: -999em;
}
.nav-pager-01 > li.prev {
  margin-right: 12px;
}
.nav-pager-01 > li.prev > a::before, .nav-pager-01 > li.prev > a::after {
  margin-left: -2px;
}
.nav-pager-01 > li.prev > a::before {
  transform: rotate(45deg);
}
.nav-pager-01 > li.prev > a::after {
  transform: rotate(-45deg);
}
.nav-pager-01 > li.next {
  margin-left: 12px;
}
.nav-pager-01 > li.next > a::before, .nav-pager-01 > li.next > a::after {
  margin-left: -1px;
}
.nav-pager-01 > li.next > a::before {
  transform: rotate(-45deg);
}
.nav-pager-01 > li.next > a::after {
  transform: rotate(45deg);
}
.nav-pager-01 > li.index > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.nav-pager-01 > li.index > ul > li + li {
  margin-left: 12px;
}

@media only screen and (max-width: 736px) {
  .nav-pager-01 li > a {
    width: 32px;
    height: 32px;
  }
  .nav-pager-01 > li.prev {
    margin-right: 8px;
  }
  .nav-pager-01 > li.next {
    margin-left: 8px;
  }
  .nav-pager-01 > li.index > ul > li + li {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-pager-01 li > a {
    width: 27px;
    height: 27px;
    font-size: 85.71429%;
  }
  .nav-pager-01 > li.prev {
    margin-right: 2px;
  }
  .nav-pager-01 > li.next {
    margin-left: 2px;
  }
  .nav-pager-01 > li.index > ul > li + li {
    margin-left: 2px;
  }
}
.nav-quick-01 {
  position: relative;
  margin: 5.71429em -30px 0 -30px;
}
.nav-quick-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background-color: #e5e5e5;
  transform: translateX(-50%);
}
.nav-quick-01 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 3.42857em 0 3em 0;
}
.nav-quick-01 > ul > li {
  width: 33.3333%;
  padding: 0 20px;
}
.nav-quick-01 > ul > li > a {
  position: relative;
  display: block;
  padding-top: 84px;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.nav-quick-01 > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 72px;
  height: 72px;
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  transform: translateX(-50%);
}
.nav-quick-01 > ul > li > a.ranking::before {
  background-image: url(/cmn/images/icon-trophy-02.png);
}
.nav-quick-01 > ul > li > a.library::before {
  background-image: url(/cmn/images/icon-library-01.png);
}
.nav-quick-01 > ul > li > a.tip::before {
  background-image: url(/cmn/images/icon-case-01.png);
}
.nav-quick-01 > ul > li > a.service::before {
  background-image: url(/cmn/images/icon-folder-01.png);
}
.nav-quick-01 > ul > li > a > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.nav-quick-01 > ul > li > a > span::before, .nav-quick-01 > ul > li > a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  background-color: #d50000;
  transform: rotate(45deg);
  transition: left 200ms;
}
.nav-quick-01 > ul > li > a > span::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.nav-quick-01 > ul > li > a:hover > span, .nav-quick-01 > ul > li > a:focus > span, .nav-quick-01 > ul > li > a:active > span {
  text-decoration: underline;
}
.nav-quick-01 > ul > li > a:hover > span::before, .nav-quick-01 > ul > li > a:hover > span::after, .nav-quick-01 > ul > li > a:focus > span::before, .nav-quick-01 > ul > li > a:focus > span::after, .nav-quick-01 > ul > li > a:active > span::before, .nav-quick-01 > ul > li > a:active > span::after {
  left: 3px;
}

@media only screen and (max-width: 960px) {
  .nav-quick-01 > ul > li {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-quick-01 {
    margin: 4.28571em -10px 0 -10px;
  }
  .nav-quick-01 > ul {
    padding: .25em 0 2.25em 0;
  }
  .nav-quick-01 > ul > li {
    width: 50%;
    margin-top: 2.25em;
    padding: 0 5px;
  }
  .nav-quick-01 > ul > li > a {
    font-size: 100%;
  }
  .nav-quick-01 > ul > li > a > span {
    padding-left: 14px;
  }
}
/* ===========================
table
--------------------------- */
table .w5 {
  width: 5%;
}
table .w10 {
  width: 10%;
}
table .w15 {
  width: 15%;
}
table .w20 {
  width: 20%;
}
table .w25 {
  width: 25%;
}
table .w30 {
  width: 30%;
}
table .w35 {
  width: 35%;
}
table .w40 {
  width: 40%;
}
table .w45 {
  width: 45%;
}
table .w50 {
  width: 50%;
}
table .w55 {
  width: 55%;
}
table .w60 {
  width: 60%;
}
table .w65 {
  width: 65%;
}
table .w70 {
  width: 70%;
}
table .w75 {
  width: 75%;
}
table .w80 {
  width: 80%;
}
table .w85 {
  width: 85%;
}
table .w90 {
  width: 90%;
}
table .w95 {
  width: 95%;
}

.tbl-data-01 {
  table-layout: fixed;
  width: 100%;
  margin: 2.25em 0;
}
.tbl-data-01 th,
.tbl-data-01 td {
  border: 1px solid #ccc;
  padding: 1.1em 20px;
}
.tbl-data-01 th {
  font-weight: bold;
}
.tbl-data-01 thead th,
.tbl-data-01 thead td {
  background-color: #e6e6e6;
}
.tbl-data-01 tbody th {
  background-color: #f5f5f5;
}
.tbl-data-01 .hr,
.tbl-data-01 .hr th,
.tbl-data-01 .hr td {
  border-top: 3px double #ccc;
}
.tbl-data-01 th > *:last-child,
.tbl-data-01 td > *:last-child,
.tbl-data-01 td > [class^=list-]:last-child > li:last-child {
  margin-bottom: 0;
}
.tbl-data-01 .help {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  padding-left: 22px;
  font-weight: normal;
}
.tbl-data-01 .help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .15em;
  background-color: #005172;
  color: #fff;
  font-size: 71.42857%;
  text-align: center;
}
.tbl-data-01 .help:visited::before {
  background-color: #639;
}
.tbl-data-01.important tbody td {
  background: #fff;
}

@media only screen and (max-width: 736px) {
  .tbl-data-01 th,
.tbl-data-01 td {
    padding: .75em 10px;
  }
}
.tbl-data-02 {
  width: 100%;
  margin: 2.25em 0;
  border-top: 1px solid #ccc;
}
.tbl-data-02 th,
.tbl-data-02 td {
  border-bottom: 1px solid #ccc;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: left;
  vertical-align: top;
}
.tbl-data-02 th {
  width: 28%;
  font-weight: bold;
}
.tbl-data-02 td > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
  .tbl-data-02 th {
    padding-right: 10px;
  }
}
.tbl-news-01 {
  width: 100%;
  line-height: 1.7;
  margin: 2.25em 0;
  border-top: 1px solid #ccc;
}
.tbl-news-01 th,
.tbl-news-01 td {
  border-bottom: 1px solid #ccc;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-align: left;
  vertical-align: top;
}
.tbl-news-01 th {
  width: 150px;
  white-space: nowrap;
}

@media only screen and (max-width: 960px) {
  .tbl-news-01 th {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .tbl-news-01 {
    display: block;
  }
  .tbl-news-01 * {
    display: block;
  }
  .tbl-news-01 th,
.tbl-news-01 td {
    padding: .2em 0;
  }
  .tbl-news-01 th {
    width: auto;
    border-bottom: 0;
    padding-top: 14px;
  }
  .tbl-news-01 td {
    padding-bottom: 14px;
  }
}
.tbl-9areas-01 {
  width: 100%;
  margin: 2em 0 32px 0;
}
.tbl-9areas-01 th,
.tbl-9areas-01 td {
  vertical-align: middle;
}
.tbl-9areas-01 thead th {
  padding-bottom: .5em;
  font-weight: bold;
  text-align: center;
}
.tbl-9areas-01 thead th:first-child {
  width: 128px;
}
.tbl-9areas-01 tbody th,
.tbl-9areas-01 tbody td {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tbl-9areas-01 tbody tr:first-child th,
.tbl-9areas-01 tbody tr:first-child td {
  border-top: 1px solid #ccc;
}
.tbl-9areas-01 tbody th {
  text-align: center;
  vertical-align: middle;
}
.tbl-9areas-01 tbody th > .circle {
  position: relative;
  display: table;
  width: 100px;
  height: 100px;
}
.tbl-9areas-01 tbody th > .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 2px solid #d50000;
  border-radius: 50%;
}
.tbl-9areas-01 tbody th > .circle > span {
  display: table-cell;
  line-height: 1.4;
  padding: 10px;
  color: #d50000;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.tbl-9areas-01 tbody th > .hdg {
  color: #d50000;
  font-weight: bold;
}
.tbl-9areas-01 tbody td > *:last-child,
.tbl-9areas-01 tbody td > [class^=list-]:last-child > li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .tbl-9areas-01 {
    margin: 1.75em 0 28px 0;
  }
  .tbl-9areas-01 thead th:first-child {
    width: 90px;
  }
  .tbl-9areas-01 tbody th,
.tbl-9areas-01 tbody td {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .tbl-9areas-01 tbody th > .circle {
    width: 80px;
    height: 80px;
  }
  .tbl-9areas-01 tbody th > .circle > span {
    padding: .5em;
  }
}
.tbl-plan-01 {
  width: 100%;
  margin: 2.25em 0;
}
.tbl-plan-01 col {
  width: 20%;
}
.tbl-plan-01 thead th {
  background-color: #fff;
  vertical-align: bottom;
}
.tbl-plan-01 thead th,
.tbl-plan-01 tbody td {
  border-left: 2px solid #fff;
}
.tbl-plan-01 tbody th,
.tbl-plan-01 tbody td {
  border-top: 2px solid #fff;
  padding: 1em 20px;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-plan-01 tbody th {
  height: 80px;
  min-height: 80px;
  background-color: #e6e6e6;
}
.tbl-plan-01 tbody td {
  text-align: center;
}
.tbl-plan-01 .basic {
  background-color: #ebf2f5;
}
.tbl-plan-01 .standard {
  background-color: #eff3e8;
}
.tbl-plan-01 .advance {
  background-color: #f5ebf0;
}
.tbl-plan-01 .premiere {
  background-color: #faebec;
}
.tbl-plan-01 .plan {
  position: relative;
  padding: 10px 8px;
}
.tbl-plan-01 .plan > .title {
  display: table;
  width: 100%;
}
.tbl-plan-01 .plan > .title > span {
  display: table-cell;
  line-height: 1.25;
  padding: .5em 0;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.tbl-plan-01 .plan > .btn {
  margin: 8px 0 0 0;
}
.tbl-plan-01 .plan > .btn > li {
  position: relative;
  display: table;
  width: 100%;
}
.tbl-plan-01 .plan > .btn > li + li {
  margin-top: 6px;
}
.tbl-plan-01 .plan > .btn > li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: -2px;
  display: block;
  border-radius: 5px;
  background-color: #ccc;
}
.tbl-plan-01 .plan > .btn > li > a {
  position: relative;
  top: 0;
  display: table-cell;
  line-height: 1.25;
  border-radius: 5px;
  padding: .9em 28px .9em 16px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.tbl-plan-01 .plan > .btn > li > a::before, .tbl-plan-01 .plan > .btn > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tbl-plan-01 .plan > .btn > li > a::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tbl-plan-01 .plan > .btn > li > a:hover, .tbl-plan-01 .plan > .btn > li > a:focus, .tbl-plan-01 .plan > .btn > li > a:active {
  top: 2px;
  background-color: #eee;
}
.tbl-plan-01 .plan > .btn > li > a:hover::before, .tbl-plan-01 .plan > .btn > li > a:hover::after, .tbl-plan-01 .plan > .btn > li > a:focus::before, .tbl-plan-01 .plan > .btn > li > a:focus::after, .tbl-plan-01 .plan > .btn > li > a:active::before, .tbl-plan-01 .plan > .btn > li > a:active::after {
  right: 8px;
}
.tbl-plan-01 .plan > .label {
  display: block;
  height: 1.2em;
  font-weight: normal;
  text-align: center;
}
.tbl-plan-01 .plan > .label > span {
  position: absolute;
  top: -4px;
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  padding: .2em 10px;
  background-color: #f0ab00;
  color: #fff;
  font-size: 85.71429%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tbl-plan-01 .plan > .label > span::before, .tbl-plan-01 .plan > .label > span::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.tbl-plan-01 .plan > .label > span::before {
  left: -4px;
  border-width: 0 0 4px 4px;
  border-color: transparent transparent #bd8700 transparent;
}
.tbl-plan-01 .plan > .label > span::after {
  right: -4px;
  border-width: 4px 0 0 4px;
  border-color: transparent transparent transparent #bd8700;
}
.tbl-plan-01 .plan > .label > span br {
  display: none;
}
.tbl-plan-01 .plan.basic {
  background-color: #5e9cae;
}
.tbl-plan-01 .plan.basic > .btn > li::before {
  background-color: #bfd7df;
}
.tbl-plan-01 .plan.basic > .btn > li > a {
  color: #5e9cae;
}
.tbl-plan-01 .plan.basic > .btn > li > a::before, .tbl-plan-01 .plan.basic > .btn > li > a::after {
  border-top-color: #5e9cae;
}
.tbl-plan-01 .plan.standard {
  background-color: #658d1b;
}
.tbl-plan-01 .plan.standard > .btn > li::before {
  background-color: #c1d1a4;
}
.tbl-plan-01 .plan.standard > .btn > li > a {
  color: #658d1b;
}
.tbl-plan-01 .plan.standard > .btn > li > a::before, .tbl-plan-01 .plan.standard > .btn > li > a::after {
  border-top-color: #658d1b;
}
.tbl-plan-01 .plan.advance {
  background-color: #612141;
}
.tbl-plan-01 .plan.advance > .btn > li::before {
  background-color: #c0a6b3;
}
.tbl-plan-01 .plan.advance > .btn > li > a {
  color: #612141;
}
.tbl-plan-01 .plan.advance > .btn > li > a::before, .tbl-plan-01 .plan.advance > .btn > li > a::after {
  border-top-color: #612141;
}
.tbl-plan-01 .plan.premiere {
  background-color: #d50000;
}
.tbl-plan-01 .plan.premiere > .btn > li::before {
  background-color: #dda9ac;
}
.tbl-plan-01 .plan.premiere > .btn > li > a {
  color: #d50000;
}
.tbl-plan-01 .plan.premiere > .btn > li > a::before, .tbl-plan-01 .plan.premiere > .btn > li > a::after {
  border-top-color: #d50000;
}

@media only screen and (max-width: 960px) {
  .tbl-plan-01 tbody th {
    height: 70px;
    min-height: 70px;
  }
  .tbl-plan-01 tbody th,
.tbl-plan-01 tbody td {
    padding: .75em 15px;
  }
}
@media only screen and (max-width: 736px) {
  .tbl-plan-01 th,
.tbl-plan-01 td {
    font-size: 78.57143%;
  }
  .tbl-plan-01 thead th,
.tbl-plan-01 tbody td {
    border-left: 1px solid #fff;
  }
  .tbl-plan-01 tbody th,
.tbl-plan-01 tbody td {
    border-top: 1px solid #fff;
    padding: 1em 4px;
  }
  .tbl-plan-01 tbody td b {
    margin-right: 1px;
    letter-spacing: -1px;
  }
  .tbl-plan-01 .plan {
    padding: 8px 4px 6px 4px;
  }
  .tbl-plan-01 .plan > .title > span {
    padding: .5em 0;
    font-size: 100%;
  }
  .tbl-plan-01 .plan > .btn > li > a {
    border-radius: 4px;
    padding: .85em 8px;
  }
  .tbl-plan-01 .plan > .btn > li > a::before, .tbl-plan-01 .plan > .btn > li > a::after {
    content: none;
  }
  .tbl-plan-01 .plan > .label {
    height: 2em;
  }
  .tbl-plan-01 .plan > .label > span {
    position: absolute;
    top: -4px;
    left: 4px;
    right: 4px;
    display: inline-block;
    line-height: 1.25;
    margin: 0;
    padding: .2em 1px;
    font-size: 100%;
    white-space: normal;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tbl-plan-01 .plan > .label > span br {
    display: inline;
  }
}
.tbl-plan-02 {
  margin-bottom: 2em;
}
.tbl-plan-02 > .prompt {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.71429em;
  padding: .625em 12px;
  background-color: #5c6066;
  color: #fff;
}
.tbl-plan-02 > .prompt::before, .tbl-plan-02 > .prompt::after {
  content: "";
  display: block;
}
.tbl-plan-02 > .prompt::before {
  flex-shrink: 0;
  width: 32px;
  height: 36px;
  margin-right: 8px;
  background: transparent url(/cmn/images/icon-scrollable-01.png) no-repeat 50% 50%;
  background-size: cover;
}
.tbl-plan-02 > .prompt::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #5c6066 transparent transparent transparent;
}
.tbl-plan-02 .inner {
  overflow: auto;
}
.tbl-plan-02 .btn-modal-01 {
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: solid 1px #666;
  border-radius: 50%;
  vertical-align: middle;
}
.tbl-plan-02 .btn-modal-01::before {
  content: "?";
  font-size: .75em;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}
.tbl-plan-02 .btn-modal-01 > span {
  position: absolute;
  top: -99em;
  left: -99em;
}
.tbl-plan-02 .tbl {
  width: 100%;
}
.tbl-plan-02 .tbl th,
.tbl-plan-02 .tbl td {
  border: 1px solid #ccc;
  padding: 1.125em 11px;
  background-color: #fff;
  font-size: 100%;
  text-align: center;
  vertical-align: middle;
}
.tbl-plan-02 .tbl th {
  font-weight: bold;
}
.tbl-plan-02 .tbl th sup {
  font-weight: normal;
}
.tbl-plan-02 .tbl thead .no-border {
  border: 0;
}
.tbl-plan-02 .tbl thead th {
  background-color: #e6e6e6;
  position: relative;
}
.tbl-plan-02 .tbl thead th.entry, .tbl-plan-02 .tbl thead th.basic, .tbl-plan-02 .tbl thead th.standard, .tbl-plan-02 .tbl thead th.advance, .tbl-plan-02 .tbl thead th.premiere {
  color: #fff;
}
.tbl-plan-02 .tbl thead th.entry {
  background-color: #999;
}
.tbl-plan-02 .tbl thead th.basic {
  background-color: #5e9cae;
}
.tbl-plan-02 .tbl thead th.standard {
  background-color: #658d1b;
}
.tbl-plan-02 .tbl thead th.advance {
  background-color: #612141;
}
.tbl-plan-02 .tbl thead th.premiere {
  background-color: #d50000;
}
.tbl-plan-02 .tbl thead th.balloon {
  padding: 0 3px;
  vertical-align: bottom;
  border-color: #fff #fff #ccc;
  background-color: #fff;
  color: #333;
  font-size: .8125rem;
  font-weight: normal;
  text-align: left;
}
.tbl-plan-02 .tbl thead th.balloon.basic > span > span {
  border-color: #5e9cae;
  background-color: #ebf2f5;
}
.tbl-plan-02 .tbl thead th.balloon.basic > span > span::before {
  border-color: #5e9cae transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.basic > span > span::after {
  border-color: #ebf2f5 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.standard > span > span {
  border-color: #658d1b;
  background-color: #eff3e8;
}
.tbl-plan-02 .tbl thead th.balloon.standard > span > span::before {
  border-color: #658d1b transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.standard > span > span::after {
  border-color: #eff3e8 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.advance > span > span {
  border-color: #612141;
  background-color: #f5ebf0;
}
.tbl-plan-02 .tbl thead th.balloon.advance > span > span::before {
  border-color: #612141 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.advance > span > span::after {
  border-color: #f5ebf0 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.premiere > span > span {
  border-color: #d50000;
  background-color: #faebec;
}
.tbl-plan-02 .tbl thead th.balloon.premiere > span > span::before {
  border-color: #d50000 transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon.premiere > span > span::after {
  border-color: #faebec transparent transparent transparent;
}
.tbl-plan-02 .tbl thead th.balloon > span {
  display: block;
  padding-bottom: 25px;
}
.tbl-plan-02 .tbl thead th.balloon > span > span {
  display: block;
  padding: 10px;
  border: solid 1px #999;
  position: relative;
  min-height: 162px;
}
.tbl-plan-02 .tbl thead th.balloon > span > span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #999 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
}
.tbl-plan-02 .tbl thead th.balloon > span > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
}
.tbl-plan-02 .tbl tbody th {
  background-color: #f5f5f5;
}
.tbl-plan-02 .tbl tbody td.entry {
  background-color: #fff;
}
.tbl-plan-02 .tbl tbody td.basic {
  background-color: #ebf2f5;
}
.tbl-plan-02 .tbl tbody td.standard {
  background-color: #eff3e8;
}
.tbl-plan-02 .tbl tbody td.advance {
  background-color: #f5ebf0;
}
.tbl-plan-02 .tbl tbody td.premiere {
  background-color: #faebec;
}

@media only screen and (max-width: 736px) {
  .tbl-plan-02 .tbl th,
.tbl-plan-02 .tbl td {
    padding: 1.375em 7px;
    font-size: 85.71429%;
  }
}
@media only screen and (max-width: 480px) {
  .tbl-plan-02 > .prompt {
    display: flex;
  }
  .tbl-plan-02 .inner {
    overflow-x: scroll;
  }
  .tbl-plan-02 .tbl {
    width: 200%;
  }
}
.tbl-schedule-01 {
  width: 100%;
  margin: 2.25em 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tbl-schedule-01 .month {
  width: 16%;
}
.tbl-schedule-01 .line {
  width: 21%;
}
.tbl-schedule-01 thead th {
  text-align: center;
}
.tbl-schedule-01 th,
.tbl-schedule-01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 20px;
  vertical-align: middle;
}
.tbl-schedule-01 th {
  background-color: #f5f5f5;
  text-align: right;
}
.tbl-schedule-01 td {
  background-color: #fcf6e8;
  text-align: left;
}
.tbl-schedule-01 td.color-ty01 {
  background: #fff;
}
.tbl-schedule-01 .announcement {
  background-color: #fce8e8;
}
.tbl-schedule-01 :empty {
  background-color: #fff;
}
.tbl-schedule-01 [colspan] {
  text-align: center;
}
.tbl-schedule-01 p,
.tbl-schedule-01 dl,
.tbl-schedule-01 dd {
  margin-bottom: 0;
}
.tbl-schedule-01 dt {
  font-weight: bold;
  margin-bottom: .25em;
}
.tbl-schedule-01 .pgh-notice-01 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.tbl-schedule-01 dd p:last-child {
  margin-top: 1em;
}

@media only screen and (max-width: 736px) {
  .tbl-schedule-01 {
    margin: 2em 0;
    font-size: 78.57143%;
  }
  .tbl-schedule-01 th,
.tbl-schedule-01 td {
    padding: .5em 8px;
  }
}
/* ===========================
box
--------------------------- */
.box-content-01,
.box-case-01 {
  margin: 2.15em 0;
  border: 1px solid #ccc;
  padding: 2em 29px;
}
.box-content-01::after,
.box-case-01::after {
  content: "";
  clear: both;
  display: block;
}
.box-content-01 > *:last-child,
.box-content-01 > [class^=list-]:last-child > li:last-child,
.box-content-01 > [class^=lyt-img-]:last-child > .content > *:last-child,
.box-case-01 > *:last-child,
.box-case-01 > [class^=list-]:last-child > li:last-child,
.box-case-01 > [class^=lyt-img-]:last-child > .content > *:last-child {
  margin-bottom: 0;
}
.box-content-01 > .hdg,
.box-case-01 > .hdg {
  margin-top: -.15em;
  margin-bottom: .65em;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-content-01 > .hdg > a,
.box-case-01 > .hdg > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  text-decoration: none;
}
.box-content-01 > .hdg > a:hover, .box-content-01 > .hdg > a:focus,
.box-case-01 > .hdg > a:hover,
.box-case-01 > .hdg > a:focus {
  color: #d50000;
}
.box-content-01 > .hdg > a::before, .box-content-01 > .hdg > a::after,
.box-case-01 > .hdg > a::before,
.box-case-01 > .hdg > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-content-01 > .hdg > a::after,
.box-case-01 > .hdg > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-content-01 > .hdg > a:hover::before, .box-content-01 > .hdg > a:hover::after, .box-content-01 > .hdg > a:focus::before, .box-content-01 > .hdg > a:focus::after, .box-content-01 > .hdg > a:active::before, .box-content-01 > .hdg > a:active::after,
.box-case-01 > .hdg > a:hover::before,
.box-case-01 > .hdg > a:hover::after,
.box-case-01 > .hdg > a:focus::before,
.box-case-01 > .hdg > a:focus::after,
.box-case-01 > .hdg > a:active::before,
.box-case-01 > .hdg > a:active::after {
  left: 4px;
}
.col-sub .box-content-01,
.col-sub .box-case-01 {
  padding: 1.4em 19px;
}

.box-case-01 > .hdg {
  margin-bottom: .8em;
  font-size: 128.57143%;
}
.box-case-01 .pgh-lead-01 {
  margin: 0 0 .65em 0;
  font-size: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .box-content-01,
.box-case-01 {
    padding: 1.4em 19px;
  }
  .box-content-01 > .hdg,
.box-case-01 > .hdg {
    font-size: 142.85714%;
  }
}
.box-content-02 {
  margin: 1.4em 0 1.4em 15px;
  border-left: 5px solid #ddd;
  padding: .25em 10px .25em 20px;
}
.box-content-02::after {
  content: "";
  clear: both;
  display: block;
}
.box-content-02 > *:last-child,
.box-content-02 > [class^=list-]:last-child > li:last-child,
.box-content-02 > [class^=lyt-img-]:last-child > .content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .box-content-02 {
    padding: .25em 5px .25em 15px;
  }
}
.box-privacy-01 {
  max-height: 11.5rem;
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ccc;
  overflow: scroll;
}
.box-privacy-01 > :first-child {
  margin-top: 0;
}
.box-privacy-01 > :last-child {
  margin-bottom: 0;
}
.box-privacy-01 .hdg {
  padding-left: 12px;
  margin-bottom: 10px;
  font-weight: bold;
  border-left: 2px solid #d50000;
}
@media only screen and (max-width: 736px) {
  .box-privacy-01 {
    max-height: 240px;
  }
}

.box-case-02 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2.15em;
}
.box-case-02 > .content {
  display: table-cell;
  padding: 2em 30px;
  background-color: #454545;
  color: #fff;
}
.box-case-02 > .content > *:first-child {
  margin-top: 0;
}
.box-case-02 > .content > *:last-child {
  margin-bottom: 0;
}
.box-case-02 > .content .pgh-lead-01 {
  margin-bottom: .75em;
}
.box-case-02 > .content .pgh-lead-01 strong {
  color: #fff;
  font-weight: normal;
}
.box-case-02 > .content .pgh-lead-02 {
  font-weight: bold;
}
.box-case-02 > .content .pgh-lead-02 span {
  font-size: 128.57143%;
}
.box-case-02 > .img {
  display: table-caption;
  margin-bottom: 0;
}

.pgh-lead-03 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.8em;
}
.pgh-lead-03 > b {
  font-weight: bold;
  color: #d50000;
}

@media only screen and (max-width: 736px) {
  .box-case-02 > .content {
    padding: 1.25em 20px;
  }
  .box-case-02 > .content .pgh-lead-01 {
    font-size: 128.57143%;
  }
  .box-case-02 > .content .pgh-lead-02 {
    font-weight: normal;
  }
  .box-case-02 > .content .pgh-lead-02 span {
    font-size: 100%;
    font-weight: bold;
  }

  .pgh-lead-03 {
    font-size: 1.375rem;
  }
}
.box-case-03 {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 343px;
  margin-bottom: 2em;
  padding: 5% 5% 0;
  background-color: #454545;
}
.box-case-03 > .img {
  position: absolute;
  top: 0;
  right: 0;
}
.box-case-03 > .img > img {
  max-width: none;
  height: 343px;
}
.box-case-03 > .content {
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 2;
  position: relative;
  z-index: 1;
  max-width: 60%;
  word-break: normal;
  color: #fff;
}
.box-case-03 > .content > *:last-child {
  margin-bottom: 0;
}
.box-case-03 > .content > .lead {
  font-size: 156.25%;
  line-height: 1.6;
}

a.box-case-03 {
  color: #fff;
}
a.box-case-03 > .content > .lead {
  position: relative;
  padding-left: 18px;
}
a.box-case-03 > .content > .lead::before, a.box-case-03 > .content > .lead::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.box-case-03 > .content > .lead::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.box-case-03:hover > .content > .lead::before, a.box-case-03:hover > .content > .lead::after, a.box-case-03:focus > .content > .lead::before, a.box-case-03:focus > .content > .lead::after, a.box-case-03:active > .content > .lead::before, a.box-case-03:active > .content > .lead::after {
  left: 4px;
}

@media only screen and (max-width: 736px) {
  .box-case-03 {
    font-size: 87.5%;
    min-height: 0;
    padding: 0;
  }
  .box-case-03 > .img {
    position: static;
  }
  .box-case-03 > .img > img {
    max-width: 100%;
    height: auto;
  }
  .box-case-03 > .content {
    max-width: 100%;
    padding: 0 19px 1.4em;
  }
  .box-case-03 > .content .lead {
    font-size: 142.85714%;
  }
}
.box-highlight-01 {
  margin-bottom: 2.15em;
  padding: 2em 30px;
  background-color: #fcf6e8;
}
.box-highlight-01 > .hdg {
  margin-bottom: .75em;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-highlight-01 > .hdg > a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #333;
  text-decoration: none;
}
.box-highlight-01 > .hdg > a:hover, .box-highlight-01 > .hdg > a:focus {
  color: #d50000;
}
.box-highlight-01 > .hdg > a::before, .box-highlight-01 > .hdg > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-highlight-01 > .hdg > a::after {
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-highlight-01 > .hdg > a:hover::before, .box-highlight-01 > .hdg > a:hover::after, .box-highlight-01 > .hdg > a:focus::before, .box-highlight-01 > .hdg > a:focus::after, .box-highlight-01 > .hdg > a:active::before, .box-highlight-01 > .hdg > a:active::after {
  left: 4px;
}
.box-highlight-01 > *:last-child {
  margin-bottom: 0;
}
.box-highlight-01 .list-bullet-01,
.box-highlight-01 .list-ordered-01 {
  font-weight: bold;
}
.box-highlight-01 .list-bullet-01 > li {
  padding-left: 22px;
}
.box-highlight-01 .list-bullet-01 > li::before {
  top: .4em;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid #d50000;
}
.box-highlight-01 .list-ordered-01 > li {
  margin-left: 22px;
}

.box-highlight-01.type-02 {
  background-color: #efefef;
}

@media only screen and (max-width: 736px) {
  .box-highlight-01 {
    padding: 1.25em 20px;
  }
  .box-highlight-01 > .hdg {
    font-size: 142.85714%;
  }
}
.box-related-02 {
  display: block;
  margin-bottom: 2.15em;
  padding: 1.5em 30px;
  background-color: #ebf2f5;
}
.box-related-02 > .hdg {
  margin-bottom: .75em;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-related-02 > *:last-child {
  margin-bottom: 0;
}
.box-related-02 .list-bullet-01,
.box-related-02 .list-ordered-01 {
  font-weight: bold;
}
.box-related-02 .list-bullet-01 > li {
  padding-left: 22px;
}
.box-related-02 .list-bullet-01 > li::before {
  top: .4em;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 2px solid #d50000;
}
.box-related-02 .list-ordered-01 > li {
  margin-left: 22px;
}

@media only screen and (max-width: 736px) {
  .box-related-02 {
    padding: 1.25em 20px;
  }
  .box-related-02 > .hdg {
    font-size: 142.85714%;
  }
}
.box-enq-01 {
  position: relative;
  display: block;
  margin-bottom: 2.25em;
  padding: 140px 20px 20px 20px;
  background-color: #efefef;
  text-align: center;
}
.box-enq-01::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 96px;
  height: 96px;
  margin-left: -48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.box-enq-01.employee::before {
  background-image: url(/cmn/images/icon-enq-employee-01.png);
}
.box-enq-01.company::before {
  background-image: url(/cmn/images/icon-enq-company-01.png);
}
.box-enq-01.evaluation-01::before {
  background-image: url(/cmn/images/icon-enq-evaluation-01.png);
  width: 168px;
  height: 80px;
  margin-left: -84px;
  background-size: 168px 80px;
}
.box-enq-01.evaluation-02::before {
  background-image: url(/cmn/images/icon-enq-evaluation-02.png);
  width: 256px;
  height: 80px;
  margin-left: -128px;
  background-size: 256px 80px;
}
.box-enq-01 > .link {
  display: inline-block;
  margin: 0 auto;
  font-size: 85.71429%;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-enq-01 > .link > span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-size: 150%;
  font-weight: bold;
}
.box-enq-01 > .link > span::before, .box-enq-01 > .link > span::after {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  width: 9px;
  height: 3px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-enq-01 > .link > span::after {
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-enq-01 > .link > small {
  display: block;
}
.box-enq-01 > .inner {
  margin-top: 1.35em;
  padding: 1.35em 20px;
  background-color: #fff;
  text-align: left;
}
.box-enq-01 > .inner > table {
  width: 100%;
}
.box-enq-01 > .inner > table th,
.box-enq-01 > .inner > table td {
  text-align: left;
  vertical-align: top;
}
.box-enq-01 > .inner > table th {
  width: 25%;
  padding: 0 10px .75em 0;
  font-weight: bold;
}
.box-enq-01 > .inner > table td {
  padding: 0 0 .75em 0;
}
.box-enq-01 > .inner > table tr:last-child th,
.box-enq-01 > .inner > table tr:last-child td {
  padding-bottom: 0;
}
.box-enq-01 > .inner > table th > *,
.box-enq-01 > .inner > table td > *,
.box-enq-01 > .inner > table th > * > li:last-child,
.box-enq-01 > .inner > table td > * > li:last-child {
  margin-bottom: 0;
}
.box-enq-01 > .inner > table small {
  font-size: 92.85714%;
}
.box-enq-01 > .inner > table .list-marked-01 > li > .mark {
  min-width: inherit;
}
.box-enq-01 > .inner .hdg {
  margin-bottom: .75em;
}
.box-enq-01 > .inner .hdg small {
  font-size: 85.71429%;
}
.box-enq-01 > .inner > .rating {
  margin-bottom: 0;
  color: #d50000;
  font-size: 142.85714%;
  font-weight: bold;
  text-align: center;
}
.box-enq-01 > .inner .pgh-notice-01 {
  margin: 1em 0 0 0;
}
.box-enq-01:link, .box-enq-01:visited, .box-enq-01:hover, .box-enq-01:focus, .box-enq-01:active {
  color: #333;
  text-decoration: none;
}
.box-enq-01:hover > .link, .box-enq-01:focus > .link, .box-enq-01:active > .link {
  color: #d50000;
}
.box-enq-01:hover > .link > span::before,
.box-enq-01:hover > .link > span::after, .box-enq-01:focus > .link > span::before,
.box-enq-01:focus > .link > span::after, .box-enq-01:active > .link > span::before,
.box-enq-01:active > .link > span::after {
  left: 3px;
}

div.box-enq-01 > .link > span {
  padding-left: 0;
}
div.box-enq-01 > .link > span::before, div.box-enq-01 > .link > span::after {
  content: none;
}
div.box-enq-01:hover > .link, div.box-enq-01:focus > .link, div.box-enq-01:active > .link {
  color: inherit;
}
div.box-enq-01.single > .inner > table th {
  width: 15%;
}

@media only screen and (max-width: 736px) {
  .box-enq-01 {
    margin-bottom: 1.15em;
    padding: 96px 10px 10px 10px;
  }
  .box-enq-01::before {
    top: 20px;
    width: 64px;
    height: 64px;
    margin-left: -32px;
  }
  .box-enq-01.evaluation-01, .box-enq-01.evaluation-02 {
    padding-top: 110px;
  }
  .box-enq-01 > .link,
.box-enq-01 > .inner {
    height: auto !important;
  }
  .box-enq-01 > .inner {
    margin-top: 1.2em;
    padding: 1.25em 18px;
  }
  .box-enq-01 > .inner > table th {
    padding: 0 10px .6em 0;
  }
  .box-enq-01 > .inner > table td {
    padding: 0 0 .6em 0;
  }

  div.box-enq-01.single > .inner > table th {
    width: 25%;
  }
}
.box-enq-02 {
  margin-bottom: 1.5em;
  padding: 20px;
  background-color: #efefef;
  font-size: 128.57143%;
  font-weight: bold;
  text-align: center;
}
.box-enq-02.select, .box-enq-02.desc, .box-enq-02.attribute, .box-enq-02.data, .box-enq-02.culture {
  position: relative;
  padding-top: 130px;
}
.box-enq-02.select::before, .box-enq-02.desc::before, .box-enq-02.attribute::before, .box-enq-02.data::before, .box-enq-02.culture::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  background-size: cover;
}
.box-enq-02.select::before {
  background-image: url(/cmn/images/icon-enq-select-01.png);
}
.box-enq-02.desc::before {
  background-image: url(/cmn/images/icon-enq-desc-01.png);
}
.box-enq-02.attribute::before {
  background-image: url(/cmn/images/icon-enq-attribute-01.png);
}
.box-enq-02.data::before {
  background-image: url(/cmn/images/icon-enq-data-01.png);
}
.box-enq-02.culture::before {
  background-image: url(/cmn/images/icon-enq-culture-01.png);
}

@media only screen and (max-width: 736px) {
  .box-enq-02 {
    padding: 18px 10px;
    font-size: 114.28571%;
  }
  .box-enq-02.select, .box-enq-02.desc, .box-enq-02.attribute, .box-enq-02.data, .box-enq-02.culture {
    padding-top: 92px;
  }
  .box-enq-02.select::before, .box-enq-02.desc::before, .box-enq-02.attribute::before, .box-enq-02.data::before, .box-enq-02.culture::before {
    top: 20px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
}
.box-credo-01 {
  margin: 0 -14px;
}
.box-credo-01::after {
  content: "";
  clear: both;
  display: block;
}
.box-credo-01 > li {
  float: left;
  width: 33.33333%;
  padding: 0 14px;
}
.box-credo-01 > li > span {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 28px;
  background-color: #efefef;
}
.box-credo-01 > li > span::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 102px;
  height: 96px;
  margin-left: -51px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-credo-01 > li > span > span {
  display: table-cell;
  padding: 136px 30px 16px 30px;
  font-size: 128.57143%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.box-credo-01 > li.credo-01 > span::before {
  background-image: url(/cmn/images/icon-credo-01.png);
}
.box-credo-01 > li.credo-02 > span::before {
  background-image: url(/cmn/images/icon-credo-02.png);
}
.box-credo-01 > li.credo-03 > span::before {
  background-image: url(/cmn/images/icon-credo-03.png);
}

@media only screen and (max-width: 736px) {
  .box-credo-01 {
    margin: 0 -5px;
  }
  .box-credo-01 > li {
    width: 50%;
    padding: 0 5px;
  }
  .box-credo-01 > li:nth-child(3) {
    margin-left: 25%;
  }
  .box-credo-01 > li > span {
    margin-bottom: 10px;
  }
  .box-credo-01 > li > span::before {
    top: 20px;
    width: 68px;
    height: 64px;
    margin-left: -34px;
  }
  .box-credo-01 > li > span > span {
    padding: 96px 10px 16px 10px;
    font-size: 114.28571%;
  }
}
.box-cv-01 {
  margin: 2em 0;
  border: 3px solid #d50000;
  padding: 1.25em 20px;
  background-color: #fff2f2;
  text-align: center;
}
.box-cv-01 > dt {
  line-height: 1.4;
  margin-bottom: .25em;
  font-size: 171.42857%;
  font-weight: bold;
}
.box-cv-01 > dd > ul {
  margin: 0 -5px 1.25em -5px;
}
.box-cv-01 > dd > ul::after {
  content: "";
  clear: both;
  display: block;
}
.box-cv-01 > dd > ul > li {
  display: table;
  float: left;
  width: 33.33333%;
  padding: 0 5px;
}
.box-cv-01 > dd > ul > li > .btn {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #d50000;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #d50000;
  font-size: 114.28571%;
  text-decoration: none;
  vertical-align: middle;
}
.box-cv-01 > dd > ul > li > .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  display: block;
  width: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.box-cv-01 > dd > ul > li > .btn.ranking::before {
  background-image: url(/cmn/images/icon-ranking-02.png);
}
.box-cv-01 > dd > ul > li > .btn.inquiry::before {
  background-image: url(/cmn/images/icon-inquiry-02.png);
}
.box-cv-01 > dd > ul > li > .btn.seminar::before {
  background-image: url(/cmn/images/icon-seminar-02.png);
}
.box-cv-01 > dd > ul > li > .btn > span {
  display: table-cell;
  padding: .85em 32px .85em 64px;
  vertical-align: middle;
}
.box-cv-01 > dd > ul > li > .btn > span::before, .box-cv-01 > dd > ul > li > .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-cv-01 > dd > ul > li > .btn > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-cv-01 > dd > ul > li > .btn:hover, .box-cv-01 > dd > ul > li > .btn:focus, .box-cv-01 > dd > ul > li > .btn:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.box-cv-01 > dd > ul > li > .btn:hover > span::before,
.box-cv-01 > dd > ul > li > .btn:hover > span::after, .box-cv-01 > dd > ul > li > .btn:focus > span::before,
.box-cv-01 > dd > ul > li > .btn:focus > span::after, .box-cv-01 > dd > ul > li > .btn:active > span::before,
.box-cv-01 > dd > ul > li > .btn:active > span::after {
  right: 8px;
}
.box-cv-01 > dd > ul > li > .btn > span small {
  font-size: 75%;
}
.box-cv-01 .notice {
  margin-bottom: 0;
  color: #666;
  font-size: 85.71429%;
}

@media only screen and (max-width: 736px) {
  .box-cv-01 > dt {
    line-height: 1.55;
    font-size: 142.85714%;
  }
  .box-cv-01 > dd > ul > li {
    float: none;
    width: 100%;
    padding: 0;
  }
  .box-cv-01 > dd > ul > li + li {
    margin-top: 10px;
  }
  .box-cv-01 > dd > ul > li > .btn,
.box-cv-01 > dd > ul > li > .btn > span {
    height: auto !important;
  }
  .box-cv-01 > dd > ul > li > .btn > span {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.box-cv-02,
.box-cv-03 {
  margin: 2em 0;
  border: 3px solid #d50000;
  padding: 1.25em 20px;
  background-color: #fff2f2;
  text-align: center;
}
.box-cv-02 > *:last-child,
.box-cv-03 > *:last-child {
  margin-bottom: 0;
}
.box-cv-02 > ul,
.box-cv-02 .btn-cv,
.box-cv-03 > ul,
.box-cv-03 .btn-cv {
  margin: 0 -5px 1.25em -5px;
}
.box-cv-02 > ul > li > .btn,
.box-cv-02 .btn-cv > li > .btn,
.box-cv-03 > ul > li > .btn,
.box-cv-03 .btn-cv > li > .btn {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #d50000;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #d50000;
  font-size: 114.28571%;
  text-decoration: none;
  vertical-align: middle;
}
.box-cv-02 > ul > li > .btn > span,
.box-cv-02 .btn-cv > li > .btn > span,
.box-cv-03 > ul > li > .btn > span,
.box-cv-03 .btn-cv > li > .btn > span {
  display: table-cell;
  padding: 1.35em 32px;
  vertical-align: middle;
}
.box-cv-02 > ul > li > .btn > span::before, .box-cv-02 > ul > li > .btn > span::after,
.box-cv-02 .btn-cv > li > .btn > span::before,
.box-cv-02 .btn-cv > li > .btn > span::after,
.box-cv-03 > ul > li > .btn > span::before,
.box-cv-03 > ul > li > .btn > span::after,
.box-cv-03 .btn-cv > li > .btn > span::before,
.box-cv-03 .btn-cv > li > .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-cv-02 > ul > li > .btn > span::after,
.box-cv-02 .btn-cv > li > .btn > span::after,
.box-cv-03 > ul > li > .btn > span::after,
.box-cv-03 .btn-cv > li > .btn > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-cv-02 > ul > li > .btn:hover, .box-cv-02 > ul > li > .btn:focus, .box-cv-02 > ul > li > .btn:active,
.box-cv-02 .btn-cv > li > .btn:hover,
.box-cv-02 .btn-cv > li > .btn:focus,
.box-cv-02 .btn-cv > li > .btn:active,
.box-cv-03 > ul > li > .btn:hover,
.box-cv-03 > ul > li > .btn:focus,
.box-cv-03 > ul > li > .btn:active,
.box-cv-03 .btn-cv > li > .btn:hover,
.box-cv-03 .btn-cv > li > .btn:focus,
.box-cv-03 .btn-cv > li > .btn:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.box-cv-02 > ul > li > .btn:hover > span::before,
.box-cv-02 > ul > li > .btn:hover > span::after, .box-cv-02 > ul > li > .btn:focus > span::before,
.box-cv-02 > ul > li > .btn:focus > span::after, .box-cv-02 > ul > li > .btn:active > span::before,
.box-cv-02 > ul > li > .btn:active > span::after,
.box-cv-02 .btn-cv > li > .btn:hover > span::before,
.box-cv-02 .btn-cv > li > .btn:hover > span::after,
.box-cv-02 .btn-cv > li > .btn:focus > span::before,
.box-cv-02 .btn-cv > li > .btn:focus > span::after,
.box-cv-02 .btn-cv > li > .btn:active > span::before,
.box-cv-02 .btn-cv > li > .btn:active > span::after,
.box-cv-03 > ul > li > .btn:hover > span::before,
.box-cv-03 > ul > li > .btn:hover > span::after,
.box-cv-03 > ul > li > .btn:focus > span::before,
.box-cv-03 > ul > li > .btn:focus > span::after,
.box-cv-03 > ul > li > .btn:active > span::before,
.box-cv-03 > ul > li > .btn:active > span::after,
.box-cv-03 .btn-cv > li > .btn:hover > span::before,
.box-cv-03 .btn-cv > li > .btn:hover > span::after,
.box-cv-03 .btn-cv > li > .btn:focus > span::before,
.box-cv-03 .btn-cv > li > .btn:focus > span::after,
.box-cv-03 .btn-cv > li > .btn:active > span::before,
.box-cv-03 .btn-cv > li > .btn:active > span::after {
  right: 8px;
}

.box-cv-02 > ul::after {
  content: "";
  clear: both;
  display: block;
}
.box-cv-02 > ul > li {
  display: table;
  float: left;
  width: 50%;
  padding: 0 5px;
}
.box-cv-02 .tel a[data-telnum] {
  line-height: 1.05;
  margin-left: .25em;
  color: #333;
  font-size: 214.28571%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-decoration: none;
}

.box-cv-03 > ul > li {
  display: table;
  width: 35%;
  margin: 0 auto;
  padding: 0 5px;
}
.box-cv-03 > ul > li > .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  display: block;
  width: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.box-cv-03 > ul > li > .btn.inquiry::before {
  background-image: url(/cmn/images/icon-inquiry-02.png);
}
.box-cv-03 > ul > li > .btn > span {
  padding-left: 64px;
}

@media only screen and (max-width: 960px) {
  .box-cv-03 > ul > li {
    width: 50%;
  }
}
@media only screen and (min-width: 737px) {
  .box-cv-02 .tel br {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .box-cv-02 > ul > li,
.box-cv-03 > ul > li {
    display: block;
    float: none;
    width: auto;
    padding: 0;
  }
  .box-cv-02 > ul > li > .btn,
.box-cv-03 > ul > li > .btn {
    display: block;
    height: auto !important;
  }
  .box-cv-02 > ul > li > .btn > span,
.box-cv-03 > ul > li > .btn > span {
    display: block;
    padding: 1em 28px;
  }

  .box-cv-02 > ul > li + li {
    margin-top: 10px;
  }
  .box-cv-02 .tel a[data-telnum] {
    line-height: 1.5;
    margin-left: 0;
    font-size: 157.14286%;
  }
}
.box-cv-04 {
  position: relative;
  margin: 0 0 -40px 0;
  padding: 2.5em 0;
  background-color: #d50000;
  color: #fff;
}
.box-cv-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background-color: #d50000;
  transform: translateX(-50%);
}
.box-cv-04 > .hdg {
  margin-top: .5em;
  font-size: 157.14286%;
  font-weight: bold;
  text-align: center;
}
.box-cv-04 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: .92857em -20px;
}
.box-cv-04 > ul > li {
  width: calc((100% - .1px) / 3);
  padding: 0 20px;
}
.box-cv-04 > ul > li > .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  border-radius: 2px;
  border: 2px solid #fff;
  padding: 1.25em 22px 1.25em 10px;
  background-color: #fff;
  color: #d50000;
  font-size: 114.28571%;
  font-weight: bold;
  transition: background-color 200ms, color 200ms;
}
.box-cv-04 > ul > li > .btn::before, .box-cv-04 > ul > li > .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 7px;
  height: 2px;
  margin-top: -3px;
  background-color: #d50000;
  transform: rotate(45deg);
  transition: right 200ms, background-color 200ms;
}
.box-cv-04 > ul > li > .btn::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.box-cv-04 > ul > li > .btn > span {
  position: relative;
  display: inline-block;
  padding-left: 46px;
}
.box-cv-04 > ul > li > .btn > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent none no-repeat 50% 0;
  background-size: cover;
  transform: translateY(-50%);
}
.box-cv-04 > ul > li > .btn.estimate > span::before {
  background-image: url(/cmn/images/icon-crown-01.png);
}
.box-cv-04 > ul > li > .btn.inquiry > span::before {
  background-image: url(/cmn/images/icon-apply-01.png);
}
.box-cv-04 > ul > li > .btn.seminar > span::before {
  background-image: url(/cmn/images/icon-seminar-03.png);
}
.box-cv-04 > ul > li > .btn.faq > span::before {
  background-image: url(/cmn/images/icon-question-01.png);
}
.box-cv-04 > ul > li > .btn:hover, .box-cv-04 > ul > li > .btn:focus, .box-cv-04 > ul > li > .btn:active {
  background-color: #d50000;
  color: #fff;
  text-decoration: none;
}
.box-cv-04 > ul > li > .btn:hover::before, .box-cv-04 > ul > li > .btn:hover::after, .box-cv-04 > ul > li > .btn:focus::before, .box-cv-04 > ul > li > .btn:focus::after, .box-cv-04 > ul > li > .btn:active::before, .box-cv-04 > ul > li > .btn:active::after {
  right: 6px;
  background-color: #fff;
}
.box-cv-04 > ul > li > .btn:hover > span::before, .box-cv-04 > ul > li > .btn:focus > span::before, .box-cv-04 > ul > li > .btn:active > span::before {
  background-position: 50% 100%;
}
.box-cv-04 > ul > li > .notice {
  margin-bottom: 0;
}
.box-cv-04 > ul > li > .notice > dt {
  margin-top: 1em;
  text-align: center;
}
.box-cv-04 > ul > li > .notice > dd {
  margin-top: .75em;
}
.box-cv-04 > ul > li > .notice > dd ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.box-cv-04 > ul > li > .notice > dd ul > li + li {
  margin-left: 24px;
}
.box-cv-04 > ul > li > .notice > dd ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #fff;
}
.box-cv-04 > ul > li > .notice > dd ul > li > a::before, .box-cv-04 > ul > li > .notice > dd ul > li > a::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: left 200ms;
}
.box-cv-04 > ul > li > .notice > dd ul > li > a::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}
.box-cv-04 > ul > li > .notice > dd ul > li > a:hover::before, .box-cv-04 > ul > li > .notice > dd ul > li > a:hover::after, .box-cv-04 > ul > li > .notice > dd ul > li > a:focus::before, .box-cv-04 > ul > li > .notice > dd ul > li > a:focus::after, .box-cv-04 > ul > li > .notice > dd ul > li > a:active::before, .box-cv-04 > ul > li > .notice > dd ul > li > a:active::after {
  left: 6px;
}

@media only screen and (max-width: 960px) {
  .box-cv-04 {
    margin: 0 -15px -40px -15px;
  }
  .box-cv-04 > ul {
    margin: .92857em -10px;
  }
  .box-cv-04 > ul > li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 736px) {
  .box-cv-04 {
    margin: 0 0 -30px 0;
    padding: 2.5em 6px;
  }
  .box-cv-04 > .hdg {
    margin-top: -.25em;
    margin-bottom: 1em;
    font-size: 142.85714%;
  }
  .box-cv-04 > ul {
    display: block;
    margin: 0;
  }
  .box-cv-04 > ul > li {
    width: 100%;
    padding: 0;
  }
  .box-cv-04 > ul > li + li {
    margin-top: .85714em;
  }
  .box-cv-04 > ul > li > .btn {
    height: auto !important;
  }
  .box-cv-04 > ul > li > .notice > dt {
    font-weight: bold;
  }
  .box-cv-04 > ul > li > .notice > dd {
    margin-top: .375em;
    margin-bottom: 1.125em;
  }
}
.box-cv-05 {
  margin: 56px 0 58px;
}
.box-cv-05 .hdg-cv-05 {
  text-align: center;
  background-color: #d50000;
  height: 51px;
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding: 14px 0 15px 0;
  line-height: 1.6;
}
.box-cv-05 .contents-cv-05 {
  padding: 28px 30px 30px;
  border: 3px solid #d50000;
  background-color: #fff2f2;
  text-align: center;
}
.box-cv-05 .contents-cv-05 > p {
  text-align: left;
}
.box-cv-05 .contents-cv-05 > *:last-child {
  margin-bottom: 0;
}
.box-cv-05 .contents-cv-05 > ul,
.box-cv-05 .contents-cv-05 .btn-cv {
  margin: 0;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn {
  position: relative;
  display: table;
  width: 100%;
  line-height: 1.25;
  border-radius: .2em;
  border: 2px solid #d50000;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 rgba(0, 0, 0, 0);
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #f3f3f3 0, #fff 100%);
  color: #d50000;
  font-size: 114.28571%;
  text-decoration: none;
  vertical-align: middle;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn > span,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span {
  display: table-cell;
  padding: 1.35em 32px;
  vertical-align: middle;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn > span::before, .box-cv-05 .contents-cv-05 > ul > li > .btn > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn > span::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-cv-05 .contents-cv-05 > ul > li > .btn:hover, .box-cv-05 .contents-cv-05 > ul > li > .btn:focus, .box-cv-05 .contents-cv-05 > ul > li > .btn:active,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:hover,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:focus,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 2px 6px rgba(0, 0, 0, .25);
  background-image: linear-gradient(to top, #fafafa 0, #fff 100%);
  color: #333;
}
.box-cv-05 .contents-cv-05 > ul > li > .btn:hover > span::before,
.box-cv-05 .contents-cv-05 > ul > li > .btn:hover > span::after, .box-cv-05 .contents-cv-05 > ul > li > .btn:focus > span::before,
.box-cv-05 .contents-cv-05 > ul > li > .btn:focus > span::after, .box-cv-05 .contents-cv-05 > ul > li > .btn:active > span::before,
.box-cv-05 .contents-cv-05 > ul > li > .btn:active > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:hover > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:hover > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:focus > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:focus > span::after,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:active > span::before,
.box-cv-05 .contents-cv-05 .btn-cv > li > .btn:active > span::after {
  right: 8px;
}
@media only screen and (max-width: 736px) {
  .box-cv-05 .hdg-cv-05 {
    height: 80px;
    line-height: 1.6;
    font-size: 20px;
    padding: 14px 0;
  }
  .box-cv-05 .contents-cv-05 {
    padding: 20px;
  }
  .box-cv-05 .contents-cv-05 > .lyt-col2-01 {
    display: flex;
    flex-direction: column-reverse;
  }
  .box-cv-05 .contents-cv-05 > .lyt-col2-01 .col > img {
    margin-bottom: 1.2em;
  }
}

@media only screen and (min-width: 736px) {
  .hdg-cv-05 .br-sp {
    display: none;
  }
}
.box-related-01 {
  margin: 2em 0;
  padding: 1.5em 30px .5em 30px;
  background-color: #f4f4f4;
}
.box-related-01 > .hdg {
  line-height: 1.45;
  margin: 0 -10px .5em -10px;
  font-size: 157.14286%;
  font-weight: bold;
  text-align: center;
}
.box-related-01 a,
.box-related-01 a > span {
  display: block;
}
.box-related-01 a {
  margin-bottom: 1em;
}
.box-related-01 a > span.img {
  margin-bottom: .5em;
  background-color: #f4f4f4;
}
.box-related-01 a > span.img > img {
  width: 100%;
  background-color: #f4f4f4;
  -moz-transform: rotate(360deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-related-01 a > span.text {
  position: relative;
  padding-left: 16px;
}
.box-related-01 a > span.text::before, .box-related-01 a > span.text::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 3px;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #d50000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-related-01 a > span.text::after {
  margin-top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.box-related-01 a:hover > span.img > img, .box-related-01 a:focus > span.img > img, .box-related-01 a:active > span.img > img {
  opacity: .75;
}
.box-related-01 a:hover > span.text::before, .box-related-01 a:hover > span.text::after, .box-related-01 a:focus > span.text::before, .box-related-01 a:focus > span.text::after, .box-related-01 a:active > span.text::before, .box-related-01 a:active > span.text::after {
  left: 6px;
}

@media only screen and (max-width: 736px) {
  .box-related-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .box-related-01 > .hdg,
.box-related-01 > p {
    font-size: 142.85714%;
  }
  .box-related-01 a {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.2em;
  }
}
.box-definition-01 {
  margin: 2em 0;
  padding: 32px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  word-break: normal;
}
.box-definition-01.type-01 {
  background-image: url(/cmn/images/img-job_satisfaction-five_elements-01.jpg);
}
.box-definition-01.type-02 {
  background-image: url(/cmn/images/img-job_satisfaction-increase-01.jpg);
}
.box-definition-01.type-03 {
  background-image: url(/cmn/images/img-about-mission-01.jpg);
}
.box-definition-01.type-04 {
  background-image: url(/cmn/images/img-giftwork-01.jpg);
}
.box-definition-01.type-05 {
  background-image: url(/cmn/images/bg-ranking-01.jpg);
}
.box-definition-01 > .inner {
  max-width: 536px;
  margin: 0 auto;
  padding: 1.2em 28px;
  background-color: rgba(255, 255, 255, .9);
}
.box-definition-01 > .inner > p {
  text-align: center;
}
.box-definition-01 > .inner > *:last-child {
  margin-bottom: 0;
}
.box-definition-01 > .inner > .lead {
  line-height: 1.5;
  margin-bottom: .5em;
  font-size: 157.14286%;
}
.box-definition-01 > .inner > .lead em,
.box-definition-01 > .inner > .lead strong {
  color: inherit;
  font-weight: normal;
}

@media only screen and (max-width: 736px) {
  .box-definition-01 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 32px 10px;
  }
  .box-definition-01 > .inner {
    max-width: inherit;
    padding: 1.2em 10px;
  }
  .box-definition-01 > .inner > .lead {
    font-size: 128.57143%;
  }
}
.box-definition-02 {
  margin-top: 2em;
}
.box-definition-02 > dl + dl {
  margin-top: 2.75em;
}
.box-definition-02 > dl > dt {
  float: left;
  line-height: 1.35;
  margin-bottom: 1.15em;
  padding: .25em 8px;
  background-color: #5e9cae;
  color: #fff;
  font-size: 114.28571%;
  font-weight: bold;
}
.box-definition-02 > dl > dd {
  clear: both;
}

@media only screen and (max-width: 736px) {
  .box-definition-02 > dl + dl {
    margin-top: 2.25em;
  }
  .box-definition-02 > dl > dt {
    margin-bottom: 1em;
  }
}
.box-voice-01 {
  margin: 2em 0;
  border-top: 1px solid #ccc;
}
.box-voice-01 > .hdg {
  margin: 1.15em 0 -.75em 0;
  font-size: 157.14286%;
  font-weight: bold;
}
.box-voice-01 > .voice {
  position: relative;
  display: table;
  width: 100%;
  min-height: 112px;
  margin: 2.15em 0;
  border-bottom: 1px solid #ccc;
}
.box-voice-01 > .voice > .inner {
  display: table-cell;
  padding: 0 0 2.15em 50px;
  vertical-align: middle;
}
.box-voice-01 > .voice > .inner > *:last-child {
  margin-bottom: 0;
}
.box-voice-01 > .voice > .inner::before {
  top: 35px;
  left: 100px;
  z-index: 3;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-voice-01 > .voice > .inner::after {
  top: 30px;
  left: 106px;
  z-index: 3;
  width: 10px;
  height: 20px;
  background-color: #fff;
}
.box-voice-01 > .voice::before, .box-voice-01 > .voice::after,
.box-voice-01 > .voice > .inner::before,
.box-voice-01 > .voice > .inner::after {
  content: "";
  position: absolute;
  display: block;
}
.box-voice-01 > .voice::before {
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.box-voice-01 > .voice.voice-01::before {
  background-image: url(/cmn/images/icon-voice-01.png);
}
.box-voice-01 > .voice.voice-02::before {
  background-image: url(/cmn/images/icon-voice-02.png);
}
.box-voice-01 > .voice::after {
  top: 0;
  left: 105px;
  z-index: 2;
  bottom: 32px;
  width: 0;
  border-left: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
  .box-voice-01 > .hdg {
    margin-bottom: 0;
    font-size: 142.85714%;
  }
  .box-voice-01 > .voice {
    display: block;
    min-height: inherit;
    margin: 1.4em 0;
    padding-top: 90px;
  }
  .box-voice-01 > .voice > .inner {
    display: block;
    padding: 0 0 1.4em 0;
  }
  .box-voice-01 > .voice::before {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-bottom: 0;
  }
  .box-voice-01 > .voice::after,
.box-voice-01 > .voice > .inner::before,
.box-voice-01 > .voice > .inner::after {
    content: none;
  }
}
.box-toggle-01 {
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 1.5em 29px;
}
.box-toggle-01 > dt {
  line-height: 1.375;
  font-size: 135.71429%;
  font-weight: bold;
}
.box-toggle-01 > dd {
  padding-top: 1em;
}
.box-toggle-01 > dd > *:last-child {
  margin-bottom: 0;
}
.box-toggle-01 > .ui[tabindex] {
  cursor: pointer;
}
.box-toggle-01 > .ui[aria-expanded] {
  position: relative;
  padding-right: 30px;
}
.box-toggle-01 > .ui[aria-expanded]::before, .box-toggle-01 > .ui[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #d50000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.box-toggle-01 > .ui[aria-expanded]::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.box-toggle-01 > .ui[aria-expanded=true]::before, .box-toggle-01 > .ui[aria-expanded=true]::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-enabled .box-toggle-01 > .content {
  display: none;
}
.js-enabled .box-toggle-01 > .content[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .box-toggle-01 {
    padding: 1.21429em 19px;
  }
  .box-toggle-01 > dt {
    font-size: 114.285714%;
  }
  .box-toggle-01 > .ui[aria-expanded] {
    padding-right: 26px;
  }
}
/* ===========================
layout
--------------------------- */
.lyt-main-sub-01 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.lyt-main-sub-01 > .col {
  display: table-cell;
  vertical-align: top;
}

.hdg-page-01 + .lyt-main-sub-01 {
  margin-top: -40px;
}

.hdg-page-01 + .lyt-main-sub-01 > .col {
  padding-top: 40px;
}

.lyt-main-sub-01 > .col-sub {
  width: 282px;
  padding-left: 28px;
}

@media only screen and (max-width: 960px) {
  .lyt-main-sub-01 {
    display: block;
    width: auto;
  }

  .lyt-main-sub-01 > .col {
    display: block;
  }

  .lyt-main-sub-01 > .col-sub {
    width: auto;
    margin-top: 40px;
    padding-left: 0;
  }
}
.lyt-img-01 {
  margin-bottom: 2.25em;
  text-align: center;
}
.lyt-img-01 > .caption {
  display: block;
  margin-top: .75em;
  color: #666;
  font-size: 85.71429%;
}
.lyt-img-01 > .caption-top {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .lyt-img-01 > .caption-top {
    margin-bottom: 11px;
  }
}

.lyt-img-02::after,
.lyt-img-03::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-img-02 > .img,
.lyt-img-03 > .img {
  padding-top: .25em;
  margin-bottom: 0;
  max-width: calc(50% - 14px);
}
.lyt-img-02 > .img > .caption,
.lyt-img-03 > .img > .caption {
  display: block;
  margin-top: .5em;
  font-size: 85.71429%;
}
.lyt-img-02 > .img > .president,
.lyt-img-03 > .img > .president {
  display: block;
  margin-top: .5em;
  text-align: right;
}
.lyt-img-02.flow > .img,
.lyt-img-03.flow > .img {
  margin-bottom: .75em;
}
.lyt-img-02.massage.flow > .img,
.lyt-img-03.massage.flow > .img {
  text-align: center;
}
.lyt-img-02.parallel > .content, .lyt-img-02.flow > .content [class^=list-],
.lyt-img-03.parallel > .content,
.lyt-img-03.flow > .content [class^=list-] {
  overflow: hidden;
}
.lyt-img-02 > .img.w10,
.lyt-img-03 > .img.w10 {
  width: 10%;
}
.lyt-img-02 > .img.w20,
.lyt-img-03 > .img.w20 {
  width: 20%;
}
.lyt-img-02 > .img.w30,
.lyt-img-03 > .img.w30 {
  width: 30%;
}
.lyt-img-02 > .img.w40,
.lyt-img-03 > .img.w40 {
  width: 40%;
}
.lyt-img-02 > .img.w50,
.lyt-img-03 > .img.w50 {
  width: 50%;
}
.lyt-img-02 > .img.w60,
.lyt-img-03 > .img.w60 {
  width: 60%;
}
.lyt-img-02 > .img.w70,
.lyt-img-03 > .img.w70 {
  width: 70%;
}
.lyt-img-02 > .img.w80,
.lyt-img-03 > .img.w80 {
  width: 80%;
}
.lyt-img-02 > .img.w90,
.lyt-img-03 > .img.w90 {
  width: 90%;
}

.lyt-img-02 > .img {
  float: left;
  margin-right: 28px;
}

.lyt-img-03 > .img {
  float: right;
  margin-left: 28px;
}

.lyt-img-03.massage > .img {
  margin-left: 19px;
}

@media only screen and (max-width: 960px) {
  .lyt-img-02.linear > .img,
.lyt-img-03.linear > .img {
    margin-bottom: 1.2em;
    padding-top: 0;
    text-align: center;
    max-width: none;
  }

  .lyt-img-02.linear > .img {
    float: none;
    margin-right: 0;
  }

  .lyt-img-03.linear > .img {
    float: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 736px) {
  .lyt-img-02.reverse,
.lyt-img-03.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .lyt-img-02.reverse .img,
.lyt-img-03.reverse .img {
    margin-bottom: 0;
    margin-top: 1.2em;
    flex-shrink: 0;
  }
  .lyt-img-02 > .img,
.lyt-img-03 > .img {
    margin-bottom: 1.2em;
    padding-top: 0;
    text-align: center;
    max-width: none;
  }
  .lyt-img-02 > .img > .president,
.lyt-img-03 > .img > .president {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .lyt-img-02 > .img.w10,
.lyt-img-02 > .img.w20,
.lyt-img-02 > .img.w30,
.lyt-img-02 > .img.w40,
.lyt-img-02 > .img.w50,
.lyt-img-02 > .img.w60,
.lyt-img-02 > .img.w70,
.lyt-img-02 > .img.w80,
.lyt-img-02 > .img.w90,
.lyt-img-03 > .img.w10,
.lyt-img-03 > .img.w20,
.lyt-img-03 > .img.w30,
.lyt-img-03 > .img.w40,
.lyt-img-03 > .img.w50,
.lyt-img-03 > .img.w60,
.lyt-img-03 > .img.w70,
.lyt-img-03 > .img.w80,
.lyt-img-03 > .img.w90 {
    width: auto;
  }

  .lyt-img-02 > .img {
    float: none;
    margin-right: 0;
  }

  .lyt-img-03 > .img {
    float: none;
    margin-left: 0;
  }
}
.lyt-col2-01,
.lyt-col3-01,
.lyt-col4-01,
.lyt-col6-01 {
  margin-left: -14px;
  margin-right: -14px;
}
.lyt-col2-01::after,
.lyt-col3-01::after,
.lyt-col4-01::after,
.lyt-col6-01::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-col2-01 > .col,
.lyt-col3-01 > .col,
.lyt-col4-01 > .col,
.lyt-col6-01 > .col {
  float: left;
  padding-left: 14px;
  padding-right: 14px;
}
.lyt-col2-01 .box-case-01,
.lyt-col3-01 .box-case-01,
.lyt-col4-01 .box-case-01,
.lyt-col6-01 .box-case-01 {
  margin-bottom: 0;
}
.lyt-col2-01 .lyt-img-02 > .img,
.lyt-col2-01 .lyt-img-03 > .img,
.lyt-col3-01 .lyt-img-02 > .img,
.lyt-col3-01 .lyt-img-03 > .img,
.lyt-col4-01 .lyt-img-02 > .img,
.lyt-col4-01 .lyt-img-03 > .img,
.lyt-col6-01 .lyt-img-02 > .img,
.lyt-col6-01 .lyt-img-03 > .img {
  float: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.2em;
  padding-top: 0;
  text-align: center;
}

.lyt-col2-01 > .col {
  width: 50%;
}

.lyt-col3-01 > .col {
  width: 33.33333%;
}

.lyt-col4-01 > .col {
  width: 25%;
}

.lyt-col6-01 {
  margin-left: -8px;
  margin-right: -8px;
}
.lyt-col6-01 > .col {
  padding-left: 8px;
  padding-right: 8px;
  width: 16.66666%;
}

@media only screen and (max-width: 736px) {
  .lyt-col2-01:not(.non-linear),
.lyt-col3-01:not(.non-linear),
.lyt-col4-01:not(.non-linear),
.lyt-col6-01:not(.non-linear) {
    margin-left: 0;
    margin-right: 0;
  }
  .lyt-col2-01:not(.non-linear) > .col,
.lyt-col3-01:not(.non-linear) > .col,
.lyt-col4-01:not(.non-linear) > .col,
.lyt-col6-01:not(.non-linear) > .col {
    float: none;
    width: auto;
    height: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .lyt-col2-01:not(.non-linear) > .col > [class^=box-],
.lyt-col3-01:not(.non-linear) > .col > [class^=box-],
.lyt-col4-01:not(.non-linear) > .col > [class^=box-],
.lyt-col6-01:not(.non-linear) > .col > [class^=box-] {
    height: auto !important;
  }
  .lyt-col2-01.non-linear,
.lyt-col3-01.non-linear,
.lyt-col4-01.non-linear,
.lyt-col6-01.non-linear {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lyt-col2-01.non-linear > .col,
.lyt-col3-01.non-linear > .col,
.lyt-col4-01.non-linear > .col,
.lyt-col6-01.non-linear > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lyt-pickup-01 {
  margin-bottom: 3.42857em;
}
.lyt-pickup-01 > a {
  display: flex;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #efefef;
  color: #333;
  text-decoration: none;
  transition: box-shadow 400ms;
}
.lyt-pickup-01 > a > .text,
.lyt-pickup-01 > a > .img {
  width: 50%;
}
.lyt-pickup-01 > a > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 30px;
}
.lyt-pickup-01 > a > .text > *:last-child {
  margin-bottom: 0;
}
.lyt-pickup-01 > a > .text .type em {
  font-size: 157.14286%;
  font-weight: bold;
  font-style: italic;
}
.lyt-pickup-01 > a > .text .attribute .label-01 + .date {
  margin-left: 8px;
}
.lyt-pickup-01 > a > .text .attribute .date {
  display: inline-block;
  padding: .0425em 0;
  color: #666;
  font-size: 85.71429%;
}
.lyt-pickup-01 > a > .text .attribute-list {
  margin-top: -10px;
}
.lyt-pickup-01 > a > .text .attribute-list li {
  margin-top: 10px;
  margin-right: 4px;
}
.lyt-pickup-01 > a > .text .attribute-list li:last-child {
  margin-right: 0;
}
.lyt-pickup-01 > a > .text .hdg {
  margin-bottom: .5em;
  font-size: 157.14286%;
  font-weight: bold;
}
.lyt-pickup-01 > a > .img {
  position: relative;
  overflow: hidden;
  padding-top: 30.90909%;
}
.edge .lyt-pickup-01 > a > .img {
  padding-top: 0;
  height: 330px;
}
.lyt-pickup-01 > a > .img > img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(1);
  transition: transform 400ms;
}
.lyt-pickup-01 > a:hover, .lyt-pickup-01 > a:focus, .lyt-pickup-01 > a:active {
  box-shadow: 0 0 2em rgba(0, 0, 0, .25);
}
.lyt-pickup-01 > a:hover > .img > img, .lyt-pickup-01 > a:focus > .img > img, .lyt-pickup-01 > a:active > .img > img {
  transform: translateY(-50%) scale(1.1);
}

@media only screen and (max-width: 736px) {
  .lyt-pickup-01 {
    margin-bottom: 2.85714em;
  }
  .lyt-pickup-01 > a {
    flex-direction: column;
  }
  .lyt-pickup-01 > a > .text,
.lyt-pickup-01 > a > .img {
    width: 100%;
  }
  .lyt-pickup-01 > a > .text {
    order: 2;
    display: block;
    padding: 1.5em 20px;
  }
  .lyt-pickup-01 > a > .text .type {
    margin-bottom: .625em;
  }
  .lyt-pickup-01 > a > .text .type em {
    font-size: 114.28571%;
  }
  .lyt-pickup-01 > a > .text .hdg {
    margin-bottom: .625em;
    font-size: 114.28571%;
  }
  .lyt-pickup-01 > a > .text .desc {
    font-size: 85.71429%;
  }
  .lyt-pickup-01 > a > .img {
    order: 1;
    padding-top: 0;
    text-align: center;
  }
  .lyt-pickup-01 > a > .img > img {
    position: static;
    transform: none;
  }
  .lyt-pickup-01 > a:hover > .img > img, .lyt-pickup-01 > a:focus > .img > img, .lyt-pickup-01 > a:active > .img > img {
    transform: scale(1.1);
  }
}
.lyt-5elements-01 {
  margin: 32px 0;
  border-top: 1px solid #ccc;
}
.lyt-5elements-01 > li {
  border-bottom: 1px solid #ccc;
  padding: 1.25em 0;
}
.lyt-5elements-01 > li > dl {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.lyt-5elements-01 > li > dl > dt,
.lyt-5elements-01 > li > dl > dd {
  display: table-cell;
  vertical-align: middle;
}
.lyt-5elements-01 > li > dl > dt {
  width: 88px;
  padding-right: 28px;
  font-weight: bold;
  text-align: center;
}
.lyt-5elements-01 > li > dl > dt > img {
  width: 60px;
  height: 60px;
}
.lyt-5elements-01 > li > dl > dt > .caption {
  display: block;
  margin-top: .5em;
}
.lyt-5elements-01 > li > dl > dd > *:last-child,
.lyt-5elements-01 > li > dl > dd > *:last-child > li:last-child {
  margin-bottom: 0;
}
.lyt-5elements-01 > li.element-01 > dl > dt {
  color: #01814e;
}
.lyt-5elements-01 > li.element-02 > dl > dt {
  color: #087272;
}
.lyt-5elements-01 > li.element-03 > dl > dt {
  color: #1460a5;
}
.lyt-5elements-01 > li.element-04 > dl > dt {
  color: #41197f;
}
.lyt-5elements-01 > li.element-05 > dl > dt {
  color: #b20084;
}

@media only screen and (max-width: 736px) {
  .lyt-5elements-01 {
    margin: 28px 0;
  }
  .lyt-5elements-01 > li {
    padding: 1.125em 0;
  }
  .lyt-5elements-01 > li > dl > dt {
    width: 50px;
    padding-right: 10px;
  }
  .lyt-5elements-01 > li > dl > dt > img {
    width: 40px;
    height: 40px;
  }
}
.lyt-book-01 {
  margin: 2em -14px;
}
.lyt-book-01::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-book-01 > li {
  float: left;
  width: 33.33333%;
  margin-bottom: 32px;
  padding: 0 14px;
}
.lyt-book-01 > li > .cover {
  padding: 0 20px;
  text-align: center;
}
.lyt-book-01 > li > .cover img {
  display: inline-block;
}
.lyt-book-01 > li > .link-btn-01 {
  margin: 0;
}
.lyt-book-01 > li > .link-btn-01 > a {
  min-width: inherit;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .lyt-book-01 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .lyt-book-01 > li {
    width: 50%;
    margin-bottom: 28px;
    padding: 0 5px;
  }
  .lyt-book-01 > li > .link-btn-01 > a {
    padding: .75em 28px .75em 16px;
  }
}
.lyt-history-01 {
  position: relative;
  margin: 2em 0;
  padding: 0 0 16px 180px;
}
.lyt-history-01::before, .lyt-history-01::after {
  content: "";
  position: absolute;
  left: 136px;
  bottom: 0;
  display: block;
}
.lyt-history-01::before {
  top: 10px;
  width: 0;
  border-left: 6px solid #d8e5eb;
}
.lyt-history-01::after {
  width: 6px;
  height: 5em;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
}
.lyt-history-01 > .year {
  position: relative;
  margin-top: 2.5em;
  padding-top: .5em;
}
.lyt-history-01 > .year::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-history-01 > .year:first-child {
  margin-top: 0;
}
.lyt-history-01 > .year > .hdg {
  margin-bottom: .75em;
  font-size: 114.28571%;
  font-weight: bold;
}
.lyt-history-01 > .year > .hdg::before {
  content: "";
  position: absolute;
  top: .15em;
  left: -57px;
  display: block;
  width: 32px;
  height: 32px;
  border: 6px solid #d8e5eb;
  border-radius: 50%;
  background-color: #5e9cae;
}
.lyt-history-01 > .year > .hdg > .year {
  position: absolute;
  top: 0;
  left: -180px;
  display: block;
  width: 150px;
  line-height: 1;
  color: #5e9cae;
  font-size: 250%;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
.lyt-history-01 > .year > .hdg > .year.presant {
  line-height: 1.25;
  font-size: 200%;
}
.lyt-history-01 > .year > p {
  overflow: hidden;
}
.lyt-history-01 > .year > *:last-child {
  margin-bottom: 0;
}
.lyt-history-01 > .year > .img {
  float: right;
  margin-left: 28px;
  margin-bottom: 0;
  padding-top: .25em;
}

@media only screen and (max-width: 736px) {
  .lyt-history-01 {
    padding: 0 0 16px 32px;
  }
  .lyt-history-01::before, .lyt-history-01::after {
    left: 10px;
  }
  .lyt-history-01::before {
    border-left: 4px solid #d8e5eb;
  }
  .lyt-history-01::after {
    width: 4px;
    height: 4em;
  }
  .lyt-history-01 > .year {
    margin-top: 2em;
    padding-top: 0;
  }
  .lyt-history-01 > .year:first-child {
    margin-top: 0;
  }
  .lyt-history-01 > .year > .hdg::before {
    content: "";
    position: absolute;
    top: .15em;
    left: -32px;
    display: block;
    width: 24px;
    height: 24px;
    border: 4px solid #d8e5eb;
  }
  .lyt-history-01 > .year > .hdg > .year {
    position: static;
    width: auto;
    line-height: .9;
    margin-bottom: .5em;
    font-size: 200%;
  }
  .lyt-history-01 > .year > .hdg > .year.presant {
    font-size: 150%;
  }
  .lyt-history-01 > .year > .img {
    float: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-top: 0;
    text-align: center;
  }
}
.lyt-blog-01 {
  max-width: 818px;
  margin: 0 auto 2em auto;
}
.lyt-blog-01::after {
  content: "";
  clear: both;
  display: block;
}
.lyt-blog-01 > .date {
  float: right;
  margin-bottom: 0;
  color: #666;
}
.lyt-blog-01 .sns {
  float: right;
  display: table;
  table-layout: fixed;
  height: 20px;
  margin-bottom: 0;
}
.lyt-blog-01 .sns > li {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.lyt-blog-01 .sns > li:first-child {
  padding-left: 0;
}
.lyt-blog-01 .sns > li > .fb_iframe_widget > span {
  vertical-align: top !important;
}

.lyt-date-01 {
  max-width: 818px;
  margin: 0 auto 30px;
  min-height: 22px;
}
.lyt-date-01 > .date {
  float: left;
  margin-bottom: 0;
  color: #666;
}
@media only screen and (max-width: 480px) {
  .lyt-date-01 > .date > .label-01 {
    display: table;
    margin: 13px 0 24px;
  }
}
.lyt-date-01 .date_created {
  color: #a69fa2;
  margin-right: 29px;
}
.lyt-date-01 .date_created::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #a69fa2;
  margin: auto 15px;
}

.lyt-keyword {
  max-width: 818px;
  margin: 0 auto;
}
.lyt-keyword .keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin: -2em auto 25px;
}
.lyt-keyword .keyword-list-item {
  margin-top: 20px;
  margin-right: 20px;
}
.lyt-keyword .keyword-list-anchor {
  color: #656565;
  font-size: 114.3%;
}
@media only screen and (max-width: 480px) {
  .lyt-keyword .keyword-list-anchor {
    font-size: 100%;
  }
}
.lyt-keyword .keyword-list-anchor:hover {
  text-decoration: underline;
}

.lyt-interview-01 {
  position: relative;
  max-width: 818px;
  margin: 0 auto 2em auto;
}
.lyt-interview-01 > .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 1.5em 30px;
  background-color: rgba(92, 96, 102, .9);
  color: #fff;
  font-size: 100%;
}
.lyt-interview-01 > .text > *:last-child {
  margin: 0;
}
.lyt-interview-01 > .text p {
  margin-bottom: .75em;
}
.lyt-interview-01 > .text b {
  font-size: 128.57143%;
  font-weight: normal;
}
.lyt-interview-01 > .text .lead {
  font-size: 142.85714%;
  font-weight: bold;
}

.lyt-article-01 {
  max-width: 818px;
  margin: 0 auto;
}
.lyt-article-01 p {
  font-size: 16px;
  line-height: 1.75;
}
.lyt-article-01 p .em-01 {
  color: #d50000;
}
@media only screen and (max-width: 480px) {
  .lyt-article-01 p {
    font-size: 14px;
    line-height: 1.78;
  }
}
.lyt-article-01 .fs-14 {
  font-size: 14px;
}
.lyt-article-01 .indexbox {
  width: 100%;
  padding: 28px 30px;
  background-color: #efefef;
  margin-top: 54px;
}
.lyt-article-01 .indexbox .indexbox__hdg {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 29px;
}
@media only screen and (max-width: 480px) {
  .lyt-article-01 .indexbox {
    margin: 39px 0 48px 0;
    padding: 23px 20px;
  }
  .lyt-article-01 .indexbox .indexbox__hdg {
    margin-bottom: 20px;
  }
  .lyt-article-01 p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.lyt-article-01 .indexbox__title {
  font-size: 16px;
  margin-bottom: 19px;
}
.lyt-article-01 .indexbox__title:last-child {
  margin-bottom: 0;
}
.lyt-article-01 .indexbox__title > a {
  color: #005172;
}
.lyt-article-01 .indexbox__list > li {
  line-height: 1.7;
  padding-left: 16px;
  margin-bottom: 5px;
}
.lyt-article-01 .indexbox__list > li > a {
  color: #005172;
}
.lyt-article-01 .indexbox__list > li::before {
  content: "";
  position: absolute;
  display: block;
  margin-top: 6px;
  margin-left: -13px;
  border-bottom: solid 2px #d50000;
  border-right: solid 2px #d50000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 736px) {
  .lyt-article-01 > .lyt-img-01 {
    margin-bottom: 23px;
  }
  .lyt-article-01 > .box-case-01 {
    margin-top: 50px;
  }
}
.lyt-article-01 > .box-case-01 {
  margin-top: 56px;
}

@media only screen and (max-width: 736px) {
  .lyt-interview-01 {
    position: static;
  }
  .lyt-interview-01 > .text {
    position: static;
    padding: 1.25em 20px;
    background-color: #5c6066;
    font-size: 85.71429%;
  }
  .lyt-interview-01 > .text b {
    font-size: 133.33333%;
  }
  .lyt-interview-01 > .text .lead {
    font-size: 150%;
  }
}
.lyt-select-01 {
  margin: 1em 0;
  padding-top: 1em;
}
.lyt-select-01 > .hdg {
  margin-bottom: 1.5em;
  text-align: center;
}
.lyt-select-01 > .hdg > b {
  display: inline-block;
  padding: .14286em 12px;
  background-color: #d50000;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
.lyt-select-01 > .hdg > span {
  display: block;
  margin-top: .25em;
  color: #d50000;
  font-size: 200%;
}

@media only screen and (max-width: 960px) {
  .lyt-select-01 > .hdg > span {
    font-size: 185.71429%;
  }
}
@media only screen and (max-width: 736px) {
  .lyt-select-01 > .hdg > span {
    font-size: 157.14286%;
  }
}
@media only screen and (max-width: 480px) {
  .lyt-select-01 > .hdg > span {
    font-size: 142.85714%;
  }
}
.lyt-toggle-section-01 > .ui[tabindex] {
  cursor: pointer;
}
.lyt-toggle-section-01 > .ui[aria-expanded] > span {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.lyt-toggle-section-01 > .ui[aria-expanded] > span::before, .lyt-toggle-section-01 > .ui[aria-expanded] > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #d50000;
  transform: rotate(180deg);
  transition: transform 200ms;
}
.lyt-toggle-section-01 > .ui[aria-expanded] > span::after {
  transform: rotate(270deg);
}
.lyt-toggle-section-01 > .ui[aria-expanded=true] > span::before, .lyt-toggle-section-01 > .ui[aria-expanded=true] > span::after {
  transform: rotate(0deg);
}
.lyt-toggle-section-01 > .ui.hdg-section-01 > span {
  display: block;
}
.js-enabled .lyt-toggle-section-01 > .content {
  display: none;
}
.js-enabled .lyt-toggle-section-01 > .content[aria-expanded=true] {
  display: block;
}

.lyt-toggle-section-02 {
  margin-top: 3.42857em;
}
.lyt-toggle-section-02 > .ui {
  position: relative;
  margin-bottom: 1.85714em;
  border: 1px solid #f0f0f0;
  padding: .8em 19px;
  background-color: #f0f0f0;
}
.lyt-toggle-section-02 > .ui::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  display: block;
  border-left: 2px solid #d50000;
}
.lyt-toggle-section-02 > .ui > .hdg-section-02 {
  margin: 0;
  border: none;
  padding: 0;
}
.lyt-toggle-section-02 > .ui > .hdg-section-02 + * {
  margin-top: .5em;
}
.lyt-toggle-section-02 > .ui > *:last-child {
  margin-bottom: 0;
}
.lyt-toggle-section-02 > .ui[tabindex] {
  cursor: pointer;
  transition: background-color 200ms;
}
.lyt-toggle-section-02 > .ui[tabindex]:hover, .lyt-toggle-section-02 > .ui[tabindex]:focus, .lyt-toggle-section-02 > .ui[tabindex]:active {
  background-color: #fff;
}
.lyt-toggle-section-02 > .ui[aria-expanded] {
  padding-right: 59px;
}
.lyt-toggle-section-02 > .ui[aria-expanded]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 2px;
  background-color: #d50000;
}
.lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::before, .lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 2;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #fff;
  transform: rotate(180deg);
  transition: transform 200ms;
}
.lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::after {
  transform: rotate(270deg);
}
.lyt-toggle-section-02 > .ui[aria-expanded=true] > .hdg-section-02::before, .lyt-toggle-section-02 > .ui[aria-expanded=true] > .hdg-section-02::after {
  transform: rotate(0deg);
}
.js-enabled .lyt-toggle-section-02 > .content {
  display: none;
}
.js-enabled .lyt-toggle-section-02 > .content[aria-expanded=true] {
  display: block;
}

@media only screen and (max-width: 736px) {
  .lyt-toggle-section-02 {
    margin-top: 2.85714em;
  }
  .lyt-toggle-section-02 > .ui {
    margin-bottom: 1.57143em;
    padding: .75em 17px;
  }
  .lyt-toggle-section-02 > .ui > .hdg-section-02 + * {
    margin-top: .375em;
  }
  .lyt-toggle-section-02 > .ui[aria-expanded] {
    padding-right: 49px;
  }
  .lyt-toggle-section-02 > .ui[aria-expanded]::after {
    right: 11px;
  }
  .lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::before, .lyt-toggle-section-02 > .ui[aria-expanded] > .hdg-section-02::after {
    right: 17px;
  }
}
.lyt-toggle-section-03 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 5.5em;
}
.lyt-toggle-section-03 > .ui {
  display: block;
  width: 100%;
  background-color: #3f93b0;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #3f93b0;
  padding: .7em 0;
  font-family: inherit;
  color: #fff;
}
.lyt-toggle-section-03 > .ui[aria-expanded=true] > span::before {
  transform: rotate(225deg);
}
.lyt-toggle-section-03 > .ui[aria-expanded=true] > span::after {
  transform: rotate(315deg);
}
.lyt-toggle-section-03 > .ui:hover, .lyt-toggle-section-03 > .ui:focus, .lyt-toggle-section-03 > .ui:active {
  color: #d50000;
  background-color: #fff;
  border-color: #dadada;
}
.lyt-toggle-section-03 > .ui:hover > span::before, .lyt-toggle-section-03 > .ui:hover > span::after, .lyt-toggle-section-03 > .ui:focus > span::before, .lyt-toggle-section-03 > .ui:focus > span::after, .lyt-toggle-section-03 > .ui:active > span::before, .lyt-toggle-section-03 > .ui:active > span::after {
  background-color: #d50000;
}
.lyt-toggle-section-03 > .ui > span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.lyt-toggle-section-03 > .ui > span::before, .lyt-toggle-section-03 > .ui > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: calc(50% - 2px);
  transition: transform 1000ms, background-color 200ms;
}
.lyt-toggle-section-03 > .ui > span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lyt-toggle-section-03 > .content {
  transition: height 1000ms;
  -webkit-will-change: height;
  will-change: height;
  overflow: hidden;
  border: solid #dadada;
  border-width: 1px 1px 0;
}
.lyt-toggle-section-03 > .content > .inner {
  padding: 28px;
}
.lyt-toggle-section-03 > .content > .inner > :last-child {
  margin-bottom: 0;
}
.js-enabled .lyt-toggle-section-03 > .content {
  display: none;
  height: 0;
}
.js-enabled .lyt-toggle-section-03 > .content.animate {
  display: block;
}
.js-enabled .lyt-toggle-section-03 > .content.open {
  display: block;
  height: auto;
}
.js-enabled .lyt-toggle-section-03 > .content .list-ranking-03 {
  margin-top: -29px;
  margin-left: -29px;
  margin-right: -29px;
}

.lyt-toggle-section-04 {
  display: none;
  margin-bottom: 43px;
}
.js-enabled .lyt-toggle-section-04 {
  display: block;
}
.lyt-toggle-section-04 > .ui {
  display: block;
  width: 100%;
  background-color: #9a801a;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #9a801a;
  padding: .7em 0;
  font-family: inherit;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #9a801a;
  color: #866b01;
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] > span::before, .lyt-toggle-section-04 > .ui[aria-expanded=true] > span::after {
  background-color: #9a801a;
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] > span::before {
  transform: rotate(180deg);
}
.lyt-toggle-section-04 > .ui[aria-expanded=true] > span::after {
  transform: rotate(360deg);
}
.lyt-toggle-section-04 > .ui > span {
  width: 100%;
}
.lyt-toggle-section-04 > .ui > span::before, .lyt-toggle-section-04 > .ui > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 39px;
  top: calc(50% - 2px);
  transition: transform 1000ms, background-color 200ms;
}
.lyt-toggle-section-04 > .ui > span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lyt-toggle-section-04 > .content {
  transition: height 1000ms;
  -webkit-will-change: height;
  will-change: height;
  overflow: hidden;
}
.js-enabled .lyt-toggle-section-04 > .content {
  display: none;
  height: 0;
}
.js-enabled .lyt-toggle-section-04 > .content.animate {
  display: block;
}
.js-enabled .lyt-toggle-section-04 > .content.open {
  display: block;
  height: auto;
}
.js-enabled .lyt-toggle-section-04 > .content .list-ranking-03 {
  margin-top: -29px;
  margin-left: -29px;
  margin-right: -29px;
}
.lyt-toggle-section-04 > .content select:disabled {
  background: #bbb;
}
@media only screen and (max-width: 736px) {
  .lyt-toggle-section-04 {
    margin-bottom: 30px;
  }
  .lyt-toggle-section-04 > .content > form .col {
    width: 100%;
  }
}

.lyt-toggle-section-05 {
  margin-bottom: 43px;
}
.woman .lyt-toggle-section-05 > .ui {
  background-color: #cd344d;
  border: solid 1px #cd344d;
}
.woman .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #cd344d;
  color: #cd344d;
}
.woman .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .woman .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #cd344d;
}
.woman .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #cd344d;
  border: 1px solid #cd344d;
}
.young .lyt-toggle-section-05 > .ui {
  background-color: #34b2cd;
  border: solid 1px #34b2cd;
}
.young .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #34b2cd;
  color: #34b2cd;
}
.young .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .young .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #34b2cd;
}
.young .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #34b2cd;
  border: 1px solid #34b2cd;
}
.lyt-toggle-section-05 > .ui {
  display: block;
  width: 100%;
  background-color: #9a801a;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #9a801a;
  padding: .7em 65px .7em 0;
  font-family: inherit;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] {
  background-color: #fff;
  border: solid 1px #9a801a;
  color: #866b01;
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #9a801a;
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before {
  transform: rotate(180deg);
}
.lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  transform: rotate(360deg);
}
.lyt-toggle-section-05 > .ui > span {
  display: inline-block;
}
.lyt-toggle-section-05 > .ui > span::before, .lyt-toggle-section-05 > .ui > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 39px;
  top: calc(50% - 2px);
  transition: transform 1000ms, background-color 200ms;
}
.lyt-toggle-section-05 > .ui > span::after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lyt-toggle-section-05 > .content {
  transition: height 1000ms;
  -webkit-will-change: height;
  will-change: height;
  overflow: hidden;
}
.js-enabled .lyt-toggle-section-05 > .content {
  display: none;
  height: 0;
}
.js-enabled .lyt-toggle-section-05 > .content.animate {
  display: block;
}
.js-enabled .lyt-toggle-section-05 > .content.open {
  display: block;
  height: auto;
}
.js-enabled .lyt-toggle-section-05 > .content .list-ranking-03 {
  margin-top: -29px;
  margin-left: -29px;
  margin-right: -29px;
}
.lyt-toggle-section-05 .link-btn-03 > ul {
  margin: 0 -10px;
  padding: 0 5px;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li {
  width: 50%;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  width: 100%;
  background-color: #9a801a;
  border: 1px solid #9a801a;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a > span {
  width: 100%;
  padding: .3em 31px .2em 13px;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active {
  background-color: #fff;
  color: #656565;
}
.lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::before, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::after, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::before, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::after, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::before, .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::after {
  background-color: #656565;
  right: 6px;
}

.lyt-report-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -24px;
  text-align: center;
}
.lyt-report-01 > li {
  width: calc((100% - 56px) / 3);
  margin-top: 24px;
}
.lyt-report-01.type-01 > li:nth-child(4) {
  width: calc((100% - 56px) / 3 * 2 + 28px);
}

@media only screen and (max-width: 480px) {
  .lyt-report-01 {
    margin-top: -20px;
  }
  .lyt-report-01 > li {
    width: 100%;
    margin-top: 20px;
  }
  .lyt-report-01.type-01 > li:nth-child(4) {
    width: 100%;
  }
}
.js-enabled .lyt-modal-01 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .7);
  padding: 0 10px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 400ms;
}
.js-enabled .lyt-modal-01.exist {
  display: flex;
}
.js-enabled .lyt-modal-01.show {
  opacity: 1;
}
.js-enabled .lyt-modal-01 > .inner {
  background-color: #fff;
  max-width: 820px;
  padding: 0 30px;
  flex-shrink: 0;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.lyt-modal-01 .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 .85em;
  margin-bottom: .85em;
  border-bottom: solid 1px #ccc;
}
.lyt-modal-01 .header > p {
  margin-bottom: 0;
}
.lyt-modal-01 .header .hdg {
  font-size: 1.25rem;
  padding-left: 100px;
  position: relative;
  min-height: 60px;
  flex: 1;
}
.lyt-modal-01 .header .hdg.top10 .num {
  background-color: #171a1d;
}
.lyt-modal-01 .header .hdg.top1 .num {
  background-color: #b4a25a;
}
.lyt-modal-01 .header .hdg.top2 .num {
  background-color: #777;
}
.lyt-modal-01 .header .hdg.top3 .num {
  background-color: #74613d;
}
.lyt-modal-01 .header .hdg > a, .lyt-modal-01 .header .hdg .container {
  text-decoration: none;
  color: #333;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.lyt-modal-01 .header .hdg > a:hover, .lyt-modal-01 .header .hdg > a:focus, .lyt-modal-01 .header .hdg > a:active, .lyt-modal-01 .header .hdg .container:hover, .lyt-modal-01 .header .hdg .container:focus, .lyt-modal-01 .header .hdg .container:active {
  color: #d50000;
}
.lyt-modal-01 .header .hdg > a .link-icon-01, .lyt-modal-01 .header .hdg .container .link-icon-01 {
  vertical-align: middle;
}
.lyt-modal-01 .header .hdg .num {
  background-color: #656565;
  color: #fff;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: table;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
}
.lyt-modal-01 .header .hdg .num > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.lyt-modal-01 .header .hdg .logo {
  vertical-align: middle;
  margin-right: 30px;
}
.lyt-modal-01 .header .link-btn {
  background-color: #656565;
  color: #fff;
  display: inline-block;
  padding: .2em 30px .1em 16px;
  border-radius: 2px;
  position: relative;
}
.lyt-modal-01 .header .link-btn::before, .lyt-modal-01 .header .link-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  right: 10px;
}
.lyt-modal-01 .header .link-btn::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.lyt-modal-01 .header .link-btn::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.lyt-modal-01 .desc {
  display: flex;
}
.lyt-modal-01 .desc > p {
  color: #666;
}
.lyt-modal-01 .desc > p + p {
  margin-left: 30px;
}
.lyt-modal-01 .desc > .align {
  margin-left: auto;
}
.lyt-modal-01 .lyt-img-02 > .img {
  max-width: calc(50% - 28px);
}
.lyt-modal-01 .btn-close-01 {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #efefef;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.lyt-modal-01 .btn-close-01::before, .lyt-modal-01 .btn-close-01::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3f93b0;
  position: absolute;
  left: calc(50% - 7.5px);
  top: calc(50% - 1.5px);
}
.lyt-modal-01 .btn-close-01::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-modal-01 .btn-close-01::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-modal-01 .btn-close-02 {
  display: block;
  width: calc(100% + 60px);
  margin: 30px -30px 0;
  background-color: #efefef;
  padding: .7142em 30px;
  font-family: inherit;
  font-size: .875rem;
}
.lyt-modal-01 .btn-close-02:hover, .lyt-modal-01 .btn-close-02:focus, .lyt-modal-01 .btn-close-02:active {
  color: #d50000;
}
.lyt-modal-01 .btn-close-02 > span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.lyt-modal-01 .btn-close-02 > span::before, .lyt-modal-01 .btn-close-02 > span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3f93b0;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5px);
}
.lyt-modal-01 .btn-close-02 > span::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-modal-01 .btn-close-02 > span::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 840px) {
  .js-enabled .lyt-modal-01.type-02 > .inner, .js-enabled .lyt-modal-01.type-03 > .inner {
    max-width: 100%;
  }
}
.lyt-modal-01.type-02 .header, .lyt-modal-01.type-03 .header {
  padding: 30px 0 .3em;
  border-bottom: solid 1px #9a801a;
}
.lyt-modal-01.type-02 .header .hdg > a, .lyt-modal-01.type-02 .header .hdg .container, .lyt-modal-01.type-03 .header .hdg > a, .lyt-modal-01.type-03 .header .hdg .container {
  color: #866b01;
  margin-right: 8px;
}
.lyt-modal-01.type-02 .header .hdg .num, .lyt-modal-01.type-03 .header .hdg .num {
  transform: rotate(45deg);
  width: 53px;
  height: 53px;
  left: 11px;
}
.lyt-modal-01.type-02 .header .hdg .num.no-01, .lyt-modal-01.type-03 .header .hdg .num.no-01 {
  background-color: #c8b050;
}
.lyt-modal-01.type-02 .header .hdg .num.no-02, .lyt-modal-01.type-03 .header .hdg .num.no-02 {
  background-color: #6b8da0;
}
.lyt-modal-01.type-02 .header .hdg .num.no-03, .lyt-modal-01.type-03 .header .hdg .num.no-03 {
  background-color: #6f4c2d;
}
.lyt-modal-01.type-02 .header .hdg .num > span, .lyt-modal-01.type-03 .header .hdg .num > span {
  transform: rotate(-45deg);
}
.lyt-modal-01.type-02 .header .hdg .logo, .lyt-modal-01.type-03 .header .hdg .logo {
  margin: 0;
}
.lyt-modal-01.type-02 .header .link-btn-woman, .lyt-modal-01.type-03 .header .link-btn-woman {
  text-align: center;
}
.lyt-modal-01.type-02 .header .link-btn-woman a, .lyt-modal-01.type-03 .header .link-btn-woman a {
  color: #9a801a;
  border-radius: 3px;
  border: 1px solid #9a801a;
  display: inline-block;
  text-align: center;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span, .lyt-modal-01.type-03 .header .link-btn-woman a > span {
  display: block;
  padding: 2px 25px 2px 20px;
  position: relative;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #9a801a;
  right: 9px;
  transition: right 200ms;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a > span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a > span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.lyt-modal-01.type-02 .header .link-btn-woman a > span img, .lyt-modal-01.type-03 .header .link-btn-woman a > span img {
  margin-right: 11px;
}
.lyt-modal-01.type-02 .header .link-btn-woman a:hover > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a:hover > span::after, .lyt-modal-01.type-02 .header .link-btn-woman a:focus > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a:focus > span::after, .lyt-modal-01.type-02 .header .link-btn-woman a:active > span::before, .lyt-modal-01.type-02 .header .link-btn-woman a:active > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a:hover > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a:hover > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a:focus > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a:focus > span::after, .lyt-modal-01.type-03 .header .link-btn-woman a:active > span::before, .lyt-modal-01.type-03 .header .link-btn-woman a:active > span::after {
  right: 6px;
}
.lyt-modal-01.type-02 .wrap, .lyt-modal-01.type-03 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (max-width: 736px) {
  .lyt-modal-01.type-02 .wrap, .lyt-modal-01.type-03 .wrap {
    display: block;
  }
}
.lyt-modal-01.type-02 .desc > p, .lyt-modal-01.type-03 .desc > p {
  margin-right: 37px;
}
.lyt-modal-01.type-02 .desc > p + p, .lyt-modal-01.type-03 .desc > p + p {
  margin: 0 0 .6em 0;
}
.lyt-modal-01.type-02 .desc > p > span, .lyt-modal-01.type-03 .desc > p > span {
  position: relative;
  padding: 0 0 0 32px;
  display: block;
}
.lyt-modal-01.type-02 .desc > p > span::before, .lyt-modal-01.type-03 .desc > p > span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 736px) {
  .lyt-modal-01.type-02 .desc > p > span::before, .lyt-modal-01.type-03 .desc > p > span::before {
    height: 100%;
  }
}
.lyt-modal-01.type-02 .desc > p > span.count, .lyt-modal-01.type-03 .desc > p > span.count {
  min-width: 132px;
}
.lyt-modal-01.type-02 .desc > p > span.count::before, .lyt-modal-01.type-03 .desc > p > span.count::before {
  background-image: url(/cmn/images/icon-ranking-06.png);
  background-size: 21px 21px;
}
.lyt-modal-01.type-02 .desc > p > span.industry::before, .lyt-modal-01.type-03 .desc > p > span.industry::before {
  background-image: url(/cmn/images/icon-ranking-08.png);
  background-size: 20px 18px;
}
.lyt-modal-01.type-02 .desc > p img, .lyt-modal-01.type-03 .desc > p img {
  margin-right: 10px;
}
.lyt-modal-01.type-02 .lyt-img-02 .img, .lyt-modal-01.type-03 .lyt-img-02 .img {
  margin-bottom: 1.2em;
}
.lyt-modal-01.type-02 .btn-close-01::before, .lyt-modal-01.type-02 .btn-close-01::after, .lyt-modal-01.type-03 .btn-close-01::before, .lyt-modal-01.type-03 .btn-close-01::after {
  background-color: #9a801a;
}
.lyt-modal-01.type-02 .btn-close-02, .lyt-modal-01.type-03 .btn-close-02 {
  color: #fff;
  background-color: #656565;
  border-radius: 3px;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 1em 30px;
}
.lyt-modal-01.type-02 .btn-close-02 > span::before, .lyt-modal-01.type-02 .btn-close-02 > span::after, .lyt-modal-01.type-03 .btn-close-02 > span::before, .lyt-modal-01.type-03 .btn-close-02 > span::after {
  background-color: #fff;
}
.lyt-modal-01.type-03 .header .hdg {
  min-height: auto;
  padding: 0;
  color: #866b01;
}
.lyt-modal-01.type-03 dt > span {
  background-color: #4e3e01;
}

@media only screen and (max-width: 736px) {
  .lyt-modal-01 .header {
    display: block;
  }
  .lyt-modal-01 .header .hdg {
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: .75em;
    padding-left: 34px;
    min-height: 30px;
  }
  .lyt-modal-01 .header .hdg .num {
    font-size: 1rem;
    line-height: 30px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  .lyt-modal-01 .header .hdg .logo {
    width: 104px;
    margin-left: 4px;
    margin-right: 15px;
  }
  .lyt-modal-01 .header .link-btn-03 > a {
    width: 100%;
  }
  .lyt-modal-01 .desc {
    flex-wrap: wrap;
    margin-left: -14px;
  }
  .lyt-modal-01 .desc > p {
    margin-bottom: .6em;
    margin-left: 14px;
  }
  .lyt-modal-01 .desc > p + p {
    margin-left: 14px;
  }
  .lyt-modal-01 .desc > .align {
    margin-left: 14px;
  }
  .lyt-modal-01 .lyt-img-02 > .img {
    max-width: none;
  }
  .lyt-modal-01.type-02 > .inner, .lyt-modal-01.type-03 > .inner {
    padding: 0 20px;
  }
  .lyt-modal-01.type-02 .header, .lyt-modal-01.type-03 .header {
    padding: 15px 0 .3em;
  }
  .lyt-modal-01.type-02 .header .hdg, .lyt-modal-01.type-03 .header .hdg {
    padding-left: 47px;
  }
  .lyt-modal-01.type-02 .header .hdg .num, .lyt-modal-01.type-03 .header .hdg .num {
    width: 25px;
    height: 25px;
  }
  .lyt-modal-01.type-02 .header .link-btn-woman a, .lyt-modal-01.type-03 .header .link-btn-woman a {
    width: 100%;
    margin-bottom: 13px;
  }
  .lyt-modal-01.type-02 .desc, .lyt-modal-01.type-03 .desc {
    margin-left: 0;
  }
  .lyt-modal-01.type-02 .desc > p, .lyt-modal-01.type-03 .desc > p {
    margin-left: 0;
  }
  .lyt-modal-01.type-03 .header {
    padding: 30px 0 0;
  }
  .lyt-modal-01.type-03 .header .hdg {
    padding: 0;
  }
}
@media only screen and (max-width: 541px) {
  .lyt-modal-01.type-02 .header .link-btn-woman a > span {
    padding: 2px;
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .lyt-modal-01.type-02 .header .hdg .logo {
    max-width: 90px;
  }
}
.lyt-dialog-01 {
  position: fixed;
  width: calc(100% - 6px);
  max-width: 280px;
  bottom: 76px;
  right: calc(50% - 870px);
  z-index: 10;
  padding: 25px 20px 0 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.lyt-dialog-01.hidden {
  opacity: 0;
}
.lyt-dialog-01.delete {
  display: none;
}
.lyt-dialog-01 .bnr {
  margin-bottom: 0;
}
.lyt-dialog-01 .bnr > a {
  display: block;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
.lyt-dialog-01 .bnr > a:hover .lead > span, .lyt-dialog-01 .bnr > a:focus .lead > span, .lyt-dialog-01 .bnr > a:active .lead > span {
  background-color: rgba(255, 255, 255, .2);
}
.lyt-dialog-01 .bnr > a:hover .link::before, .lyt-dialog-01 .bnr > a:hover .link::after, .lyt-dialog-01 .bnr > a:focus .link::before, .lyt-dialog-01 .bnr > a:focus .link::after, .lyt-dialog-01 .bnr > a:active .link::before, .lyt-dialog-01 .bnr > a:active .link::after {
  right: 8px;
}
.lyt-dialog-01 .bnr > a .lead {
  display: table;
  font-size: 1.4375rem;
  line-height: 1.5;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .8);
  text-shadow: 3px 3px 7px rgba(0, 0, 0, .8), 3px 3px 7px rgba(0, 0, 0, .8);
  text-align: center;
  width: 100%;
  background: url(/cmn/images/bg-dialog-01.png) top left no-repeat;
  background-size: cover;
}
.lyt-dialog-01 .bnr > a .lead::before {
  content: "";
  display: block;
  width: 0;
  min-height: 125px;
}
.lyt-dialog-01 .bnr > a .lead > span {
  display: table-cell;
  vertical-align: middle;
  padding: .9em 4px;
  font-size: 16px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.lyt-dialog-01 .bnr > a .link {
  background-color: #d50000;
  display: block;
  position: relative;
  padding: .2em 26px .3em 8px;
}
.lyt-dialog-01 .bnr > a .link::before, .lyt-dialog-01 .bnr > a .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}
.lyt-dialog-01 .bnr > a .link::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.lyt-dialog-01 .bnr > a .link::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-dialog-01 .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 10px;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lyt-dialog-01 .close::before, .lyt-dialog-01 .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  top: 7.5px;
}
.lyt-dialog-01 .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-dialog-01 .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1760px) {
  .lyt-dialog-01 {
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .lyt-dialog-01 {
    max-width: 420px;
    bottom: 0;
  }
  .lyt-dialog-01 .bnr > a:hover .link::before, .lyt-dialog-01 .bnr > a:hover .link::after, .lyt-dialog-01 .bnr > a:focus .link::before, .lyt-dialog-01 .bnr > a:focus .link::after, .lyt-dialog-01 .bnr > a:active .link::before, .lyt-dialog-01 .bnr > a:active .link::after {
    right: 20px;
  }
  .lyt-dialog-01 .bnr > a .lead {
    font-size: 1.375rem;
    text-align: right;
  }
  .lyt-dialog-01 .bnr > a .lead::before {
    min-height: 60px;
  }
  .lyt-dialog-01 .bnr > a .lead > span {
    padding: 0 30px;
    font-size: 18px;
    text-align: center;
  }
  .lyt-dialog-01 .bnr > a .lead > span br {
    display: none;
  }
  .lyt-dialog-01 .bnr > a .link {
    padding: .1em 36px .2em 8px;
  }
  .lyt-dialog-01 .bnr > a .link::before, .lyt-dialog-01 .bnr > a .link::after {
    right: 25px;
  }
  .lyt-dialog-01 .close {
    width: 25px;
    height: 25px;
  }
  .lyt-dialog-01 .close::before, .lyt-dialog-01 .close::after {
    height: 12px;
    left: 11.5px;
    top: 6.5px;
  }
}
.lyt-dialog-02 {
  position: fixed;
  width: calc(100% - 6px);
  max-width: 280px;
  bottom: 260px;
  right: calc(50% - 870px);
  z-index: 10;
  padding: 25px 20px 0 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.js-enabled .lyt-dialog-02 {
  bottom: 76px;
}
.lyt-dialog-02.hidden {
  opacity: 0;
}
.lyt-dialog-02.delete {
  display: none;
}
.lyt-dialog-02 .bnr {
  margin-bottom: 0;
  background: url(/cmn/images/bg-dialog-02.png) top left no-repeat;
  background-size: cover;
}
.lyt-dialog-02 .bnr > a {
  display: block;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
.lyt-dialog-02 .bnr > a:hover .lead > span, .lyt-dialog-02 .bnr > a:focus .lead > span, .lyt-dialog-02 .bnr > a:active .lead > span {
  background-color: rgba(255, 255, 255, .2);
}
.lyt-dialog-02 .bnr > a:hover .link::before, .lyt-dialog-02 .bnr > a:hover .link::after, .lyt-dialog-02 .bnr > a:focus .link::before, .lyt-dialog-02 .bnr > a:focus .link::after, .lyt-dialog-02 .bnr > a:active .link::before, .lyt-dialog-02 .bnr > a:active .link::after {
  right: 8px;
}
.lyt-dialog-02 .bnr > a .lead {
  display: table;
  font-size: 1.4375rem;
  line-height: 1.5;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .8);
  text-align: center;
  width: 100%;
  color: #333;
}
.lyt-dialog-02 .bnr > a .lead::before {
  content: "";
  display: block;
  width: 0;
  min-height: 125px;
}
.lyt-dialog-02 .bnr > a .lead > span {
  display: table-cell;
  vertical-align: top;
  padding: .9em 4px 0 4px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.lyt-dialog-02 .bnr > a .link {
  display: block;
  position: relative;
  padding: .2em 26px .3em 8px;
}
.lyt-dialog-02 .bnr > a .link::before, .lyt-dialog-02 .bnr > a .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: right 200ms;
  transition: right 200ms;
}
.lyt-dialog-02 .bnr > a .link::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.lyt-dialog-02 .bnr > a .link::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lyt-dialog-02 .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #313131;
  position: absolute;
  top: 10px;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.lyt-dialog-02 .close::before, .lyt-dialog-02 .close::after {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  top: 7.5px;
}
.lyt-dialog-02 .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lyt-dialog-02 .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1760px) {
  .lyt-dialog-02 {
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .lyt-dialog-02 {
    max-width: 420px;
    bottom: 93px;
  }
  .js-enabled .lyt-dialog-02 {
    bottom: 0;
  }
  .lyt-dialog-02 .bnr {
    background-position: center;
  }
  .lyt-dialog-02 .bnr > a:hover .link::before, .lyt-dialog-02 .bnr > a:hover .link::after, .lyt-dialog-02 .bnr > a:focus .link::before, .lyt-dialog-02 .bnr > a:focus .link::after, .lyt-dialog-02 .bnr > a:active .link::before, .lyt-dialog-02 .bnr > a:active .link::after {
    right: 20px;
  }
  .lyt-dialog-02 .bnr > a .lead {
    font-size: 1.375rem;
    text-align: right;
  }
  .lyt-dialog-02 .bnr > a .lead::before {
    min-height: 60px;
  }
  .lyt-dialog-02 .bnr > a .lead > span {
    padding: .4em 30px;
  }
  .lyt-dialog-02 .bnr > a .lead > span br {
    display: none;
  }
  .lyt-dialog-02 .bnr > a .link {
    background-color: #2d0801;
    padding: .1em 36px .2em 8px;
  }
  .lyt-dialog-02 .bnr > a .link::before, .lyt-dialog-02 .bnr > a .link::after {
    right: 25px;
  }
  .lyt-dialog-02 .close {
    width: 25px;
    height: 25px;
  }
  .lyt-dialog-02 .close::before, .lyt-dialog-02 .close::after {
    height: 12px;
    left: 11.5px;
    top: 6.5px;
  }
}
/* ===========================
form
--------------------------- */
.form-01 {
  margin-bottom: 2em;
}
.form-01 input[type=text],
.form-01 input[type=number],
.form-01 input[type=tel],
.form-01 input[type=email],
.form-01 textarea,
.form-01 select {
  border: 1px solid #ccc;
  width: 100%;
  padding: .4em .6em;
  font-size: 100%;
  vertical-align: middle;
}
.form-01 input[type=text][disabled],
.form-01 input[type=number][disabled],
.form-01 input[type=tel][disabled],
.form-01 input[type=email][disabled],
.form-01 textarea[disabled],
.form-01 select[disabled] {
  border-color: #eee;
  background-color: #f6f6f6;
  color: #999;
}
.form-01 input[type=checkbox],
.form-01 input[type=radio] {
  margin-top: -.25em;
  margin-left: 1.5em;
  vertical-align: middle;
}
.form-01 input.input-s {
  width: 80px;
}
.form-01 textarea {
  height: 7.5em;
}
.form-01 select {
  width: auto;
  height: 2.5em;
  border-radius: 0;
  background-color: #fff;
}
.form-01 label .hdg {
  display: block;
  line-height: 1.375;
  margin-bottom: .25em;
  font-size: 85.71429%;
  font-weight: bold;
}
.form-01 label .hdg.total {
  color: #d50000;
}
.form-01 > .tbl-data-01 th,
.form-01 > .tbl-data-01 td {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}
.form-01 > .tbl-data-01 td > :first-child {
  margin-top: 0;
}
.form-01 > .tbl-data-01 th br {
  display: none;
}
.form-01 > .tbl-data-01 .required {
  float: right;
  display: inline-block;
  margin: -.25em 0;
  padding: .25em 10px;
  background-color: #5f9cae;
  color: #fff;
  font-weight: normal;
}
.form-01 > .tbl-data-01 .hyphen {
  margin: 0 .5em;
}
.form-01 > .tbl-data-01 .input-wrap {
  display: inline-table;
}
.form-01 > .tbl-data-01 .input-wrap + .input-wrap {
  margin-left: 1em;
}
.form-01 > .tbl-data-01 .input-wrap + br + .input-wrap {
  margin-top: 1.5em;
}
.form-01 > .tbl-data-01 .input-wrap > label {
  padding: 0 .5em .5em 0;
  vertical-align: bottom;
}
.form-01 > .tbl-data-01 .input-wrap > span {
  display: block;
}
.form-01 > .tbl-data-01 .input-wrap > span > small,
.form-01 > .tbl-data-01 .input-wrap > .text {
  position: relative;
  top: -.5em;
  display: block;
}
.form-01 > .tbl-data-01 .input-wrap > span > small {
  color: #999;
  font-size: 85.71429%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-01 {
  max-width: 550px;
  width: 100%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-02 {
  max-width: 245px;
  width: 45%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > label,
.form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > span {
  display: table-cell;
  white-space: nowrap;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-03, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 {
  max-width: 550px;
  width: 100%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > span, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
  display: table-cell;
  width: 75%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > label, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
  display: table-cell;
  width: 25%;
  text-align: right;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
  width: 65%;
}
.form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
  width: 35%;
}
.form-01 > .tbl-data-01 .checkbox > label {
  display: inline-block;
  margin-right: 1.25em;
}
.form-01 > .tbl-data-01 .checkbox > label:last-child {
  margin-right: 0;
}
.form-01 > .tbl-data-01 .error {
  background-color: #fce8e9;
}
.form-01 > .tbl-data-01 .error em.error {
  position: relative;
  top: -.25em;
  display: block;
  margin-top: .25em;
  padding-left: 25px;
  background: transparent url(/cmn/images/icon-error-02.png) no-repeat 0 .21429em;
  color: #d50000;
  font-weight: bold;
}
.form-01 > .tbl-data-01 .total {
  font-weight: bold;
}
.form-01 > .tbl-data-01 .total .hdg {
  color: #d50000;
}
.form-01 > .box-error-01 {
  margin: 2em 0 2.85714em 0;
  border: 1px solid #ccc;
  padding: 2em 20px 2em 80px;
  background: #fce8e9 url(/cmn/images/icon-error-01.png) no-repeat 32px 1.71429em;
}
.form-01 > .link-btn-01.col2 > ul > li,
.form-01 > .lyt-col2-01 > .col > .link-btn-01.col2 > ul > li {
  vertical-align: middle;
}
.form-01 > .link-btn-01 button,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button {
  position: relative;
  display: inline-block;
  line-height: 1.7;
}
.form-01 > .link-btn-01 button.fix,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix {
  width: 254px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 0 0 transparent;
  padding: .85em 20px .85em 32px;
  background-color: #fbfbfb;
  font-size: 100%;
  color: #333;
}
.form-01 > .link-btn-01 button.proceed,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed {
  width: 342px;
  border: 2px solid #5e9cae;
  border-radius: 3px;
  box-shadow: 0 0 0 transparent;
  padding: 1.35em 32px 1.35em 20px;
  background-color: #5e9cae;
  font-size: 114.28571%;
  font-weight: bold;
  color: #fff;
}
.form-01 > .link-btn-01 button:hover, .form-01 > .link-btn-01 button:focus, .form-01 > .link-btn-01 button:active,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button:hover,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button:focus,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .25) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #d50000;
}
.form-01 > .link-btn-01 button.proceed:hover, .form-01 > .link-btn-01 button.proceed:focus, .form-01 > .link-btn-01 button.proceed:active,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:hover,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:focus,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:active {
  box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
  color: #5e9cae;
}
.form-01 > .link-btn-01 button span::before,
.form-01 > .link-btn-01 button span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.form-01 > .link-btn-01 button span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button span::after {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-01 > .link-btn-01 button.fix span::before, .form-01 > .link-btn-01 button.fix span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix span::after {
  left: 12px;
  background-color: #d50000;
}
.form-01 > .link-btn-01 button.proceed span::before, .form-01 > .link-btn-01 button.proceed span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed span::after {
  right: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-01 > .link-btn-01 button.proceed span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-01 > .link-btn-01 button.fix:hover span::before, .form-01 > .link-btn-01 button.fix:hover span::after, .form-01 > .link-btn-01 button.fix:focus span::before, .form-01 > .link-btn-01 button.fix:focus span::after, .form-01 > .link-btn-01 button.fix:active span::before, .form-01 > .link-btn-01 button.fix:active span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:hover span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:hover span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:focus span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:focus span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:active span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.fix:active span::after {
  left: 8px;
}
.form-01 > .link-btn-01 button.proceed:hover span::before, .form-01 > .link-btn-01 button.proceed:hover span::after, .form-01 > .link-btn-01 button.proceed:focus span::before, .form-01 > .link-btn-01 button.proceed:focus span::after, .form-01 > .link-btn-01 button.proceed:active span::before, .form-01 > .link-btn-01 button.proceed:active span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:hover span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:hover span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:focus span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:focus span::after,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:active span::before,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed:active span::after {
  right: 8px;
  background-color: #5e9cae;
}

@media only screen and (max-width: 960px) {
  .form-01 > .tbl-data-01 th br {
    display: inline;
  }
}
@media only screen and (max-width: 736px) {
  .form-01 input.input-s {
    width: 24%;
  }
  .form-01 label .hdg br {
    display: none;
  }
  .form-01 > .tbl-data-01 {
    display: block;
    width: auto !important;
    border-top: 1px solid #ccc;
  }
  .form-01 > .tbl-data-01 thead,
.form-01 > .tbl-data-01 tbody,
.form-01 > .tbl-data-01 tr,
.form-01 > .tbl-data-01 th,
.form-01 > .tbl-data-01 td {
    display: block;
    width: auto !important;
  }
  .form-01 > .tbl-data-01 th,
.form-01 > .tbl-data-01 td {
    border-top: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .form-01 > .tbl-data-01 th {
    border-bottom: none;
  }
  .form-01 > .tbl-data-01 td {
    padding-bottom: 1.5em;
  }
  .form-01 > .tbl-data-01 th br {
    display: none;
  }
  .form-01 > .tbl-data-01 .input-wrap + .input-wrap {
    margin-top: 1em;
    margin-left: 0;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-02 {
    max-width: inherit;
    width: 100%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > label {
    text-align: right;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-02 > span {
    width: 85%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-03, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 {
    max-width: inherit;
    width: 100%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > span, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
    width: 70%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-03 > label, .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
    width: 30%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > span {
    width: 55%;
  }
  .form-01 > .tbl-data-01 .input-wrap.input-wrap-04 > label {
    width: 45%;
  }
  .form-01 > .tbl-data-01 .checkbox > label {
    display: block;
    margin-right: 0;
    padding: .25em 0;
  }
  .form-01 > .tbl-data-01 .checkbox > label + label {
    margin-top: .25em;
  }
  .form-01 > .tbl-data-01 .consent {
    display: block;
    margin-top: .25em;
    text-align: center;
  }
  .form-01 > .link-btn-01 button.proceed,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 button.proceed,
.form-01 > .lyt-col2-01 > .col > .link-btn-01 a[href$=pdf] {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.form-list-01 {
  margin: 0 -14px;
}
.form-list-01::after {
  content: "";
  clear: both;
  display: block;
}
.form-list-01 > li {
  float: left;
  width: 20%;
}
.form-list-01 > li > span {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 14px;
}
.form-list-01 > li > span > input[type=radio] {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-list-01 > li > span > input[type=radio][disabled] + label {
  cursor: default;
}
.form-list-01 > li > span > label {
  display: table-cell;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: .715em 10px .715em 35px;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  -webkit-transition: background-color 200ms, color 200ms, -webkit-box-shadow 200ms;
  transition: background-color 200ms, color 200ms, box-shadow 200ms;
}
.form-list-01 > li > span > label[for=entry] {
  border-color: #ccc;
  color: #333;
}
.form-list-01 > li > span > label[for=basic] {
  border-color: #5e9cae;
  color: #5e9cae;
}
.form-list-01 > li > span > label[for=standard] {
  border-color: #658d1b;
  color: #658d1b;
}
.form-list-01 > li > span > label[for=advance] {
  border-color: #612141;
  color: #612141;
}
.form-list-01 > li > span > label[for=premiere] {
  border-color: #d50000;
  color: #d50000;
}
.form-list-01 > li > span > [disabled] + label {
  border-color: #ccc;
  color: #ccc;
}
.form-list-01 > li > span > input[type=radio]:hover + label,
.form-list-01 > li > span > input[type=radio]:focus + label,
.form-list-01 > li > span > input[type=radio]:active + label,
.form-list-01 > li > span > label:hover,
.form-list-01 > li > span > label:focus,
.form-list-01 > li > span > label:active,
.form-list-01 > li > span > input[type=radio]:hover + label[for=entry],
.form-list-01 > li > span > input[type=radio]:focus + label[for=entry],
.form-list-01 > li > span > input[type=radio]:active + label[for=entry],
.form-list-01 > li > span > label[for=entry]:hover,
.form-list-01 > li > span > label[for=entry]:focus,
.form-list-01 > li > span > label[for=entry]:active {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background-color: #fbfbfb;
}
.form-list-01 > li > span > input[disabled]:hover + label,
.form-list-01 > li > span > input[disabled]:focus + label,
.form-list-01 > li > span > input[disabled]:active + label,
.form-list-01 > li > span > input[disabled] + label[for=entry]:hover,
.form-list-01 > li > span > input[disabled] + label[for=entry]:focus,
.form-list-01 > li > span > input[disabled] + label[for=entry]:active > [disabled] + label:hover,
.form-list-01 > li > span > [disabled] + label:focus,
.form-list-01 > li > span > [disabled] + label:active {
  box-shadow: none;
  background-color: #fff;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=basic],
.form-list-01 > li > span > input[type=radio]:focus + label[for=basic],
.form-list-01 > li > span > input[type=radio]:active + label[for=basic],
.form-list-01 > li > span > label[for=basic]:hover,
.form-list-01 > li > span > label[for=basic]:focus,
.form-list-01 > li > span > label[for=basic]:active {
  background-color: #ebf2f5;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=standard],
.form-list-01 > li > span > input[type=radio]:focus + label[for=standard],
.form-list-01 > li > span > input[type=radio]:active + label[for=standard],
.form-list-01 > li > span > label[for=standard]:hover,
.form-list-01 > li > span > label[for=standard]:focus,
.form-list-01 > li > span > label[for=standard]:active {
  background-color: #eff3e8;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=advance],
.form-list-01 > li > span > input[type=radio]:focus + label[for=advance],
.form-list-01 > li > span > input[type=radio]:active + label[for=advance],
.form-list-01 > li > span > label[for=advance]:hover,
.form-list-01 > li > span > label[for=advance]:focus,
.form-list-01 > li > span > label[for=advance]:active {
  background-color: #f5ebf0;
}
.form-list-01 > li > span > input[type=radio]:hover + label[for=premiere],
.form-list-01 > li > span > input[type=radio]:focus + label[for=premiere],
.form-list-01 > li > span > input[type=radio]:active + label[for=premiere],
.form-list-01 > li > span > label[for=premiere]:hover,
.form-list-01 > li > span > label[for=premiere]:focus,
.form-list-01 > li > span > label[for=premiere]:active {
  background-color: #faebec;
}
.form-list-01 > li > span > input[type=radio]:checked + label,
.form-list-01 > li > span > input[type=radio]:checked + label[for=entry] {
  background-color: #ccc;
  color: #333;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=basic] {
  background-color: #5e9cae;
  color: #fff;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=standard] {
  background-color: #658d1b;
  color: #fff;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=advance] {
  background-color: #612141;
  color: #fff;
}
.form-list-01 > li > span > input[type=radio]:checked + label[for=premiere] {
  background-color: #d50000;
  color: #fff;
}
.form-list-01 > li > span + ul {
  line-height: 1.375;
  margin-bottom: 5px;
  padding: 0 14px;
  font-size: 85.71429%;
}
.form-list-01 > li > span + ul > li + li {
  margin-top: 5px;
}
.form-list-01 > li > span + ul.entry {
  color: #333;
}
.form-list-01 > li > span + ul.basic {
  color: #5e9cae;
}
.form-list-01 > li > span + ul.standard {
  color: #658d1b;
}
.form-list-01 > li > span + ul.advance {
  color: #612141;
}
.form-list-01 > li > span + ul.premiere {
  color: #d50000;
}

@media only screen and (max-width: 960px) {
  .form-list-01 {
    margin: 0 -12px;
  }
  .form-list-01 > li {
    width: 25%;
  }
  .form-list-01 > li > span {
    padding: 10px 12px;
  }
  .form-list-01 > li > span > input[type=radio] {
    left: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .form-list-01 {
    margin: 0 -8px;
  }
  .form-list-01 > li {
    width: 33.33333%;
  }
  .form-list-01 > li > span {
    padding: 10px 8px;
  }
  .form-list-01 > li > span > input[type=radio] {
    left: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .form-list-01 {
    margin: 0 -5px;
  }
  .form-list-01 > li {
    width: 50%;
  }
  .form-list-01 > li > span {
    padding: 10px 5px;
  }
  .form-list-01 > li > span > input[type=radio] {
    left: 3px;
  }
}
.form-box-01 {
  margin-top: 1.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-box-01 .title {
  display: block;
  width: 100%;
  margin-bottom: .5em;
  font-weight: bold;
}
.form-box-01 .box-inner-01,
.form-box-01 .box-inner-02 {
  width: 50%;
}
.form-box-01 .box-inner-01 {
  padding-right: 10px;
}
.form-box-01 .box-inner-01 li {
  border-bottom: #ccc 1px solid;
  padding: 5px 0 4px 0;
  font-size: 85.71429%;
  display: -webkit-flex;
  display: flex;
}
.form-box-01 .box-inner-01 li:first-child {
  border-top: #ccc 1px solid;
}
.form-box-01 .box-inner-01 li span {
  width: 50%;
}
.form-box-01 .box-inner-01 li span + span {
  text-align: right;
}
.form-box-01 .box-inner-02 {
  padding-left: 10px;
}
.form-box-01 .box-inner-02 dl {
  background: #efefef;
  padding: 15px 20px;
  font-size: 85.71429%;
  margin: 0;
}
.form-box-01 .box-inner-02 dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.form-box-01 .box-inner-02 dl dd b > span {
  color: #d50000;
}

@media only screen and (max-width: 736px) {
  .form-box-01 {
    display: block;
    flex: none;
  }
  .form-box-01 .title {
    font-weight: bold;
    display: block;
    width: 100%;
  }
  .form-box-01 .box-inner-01,
.form-box-01 .box-inner-02 {
    width: 100%;
  }
  .form-box-01 .box-inner-01 {
    padding-right: 0;
    margin-bottom: 1.2em;
  }
  .form-box-01 .box-inner-02 {
    padding-left: 0;
  }
}
.form-list-02 {
  margin-bottom: 1.42857em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.form-list-02 > li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.form-list-02 > li > .th,
.form-list-02 > li > .td {
  display: table-cell;
  border-left: 1px solid #ccc;
  padding: 1.6em 20px;
  vertical-align: middle;
}
.form-list-02 > li > .th {
  width: 35%;
  background-color: #f5f5f5;
  font-weight: bold;
}
.form-list-02 > li > .th > div[id] {
  display: inline-block;
}
.form-list-02 > li > .td {
  width: 65%;
}
.form-list-02 > li > .colspan {
  width: 100%;
}
.form-list-02 .help {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  padding-left: 22px;
  font-weight: normal;
}
.form-list-02 .help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .15em;
  background-color: #005172;
  color: #fff;
  font-size: 71.42857%;
  text-align: center;
}
.form-list-02 .help:visited::before {
  background-color: #639;
}
.form-list-02 .required {
  float: right;
  display: inline-block;
  margin: -.25em 0;
  padding: .25em 10px;
  background-color: #5f9cae;
  color: #fff;
  font-weight: normal;
}
.form-list-02 .required.adjust {
  margin-top: -1em;
}
.form-list-02 .radio > label {
  display: inline-block;
  margin-right: 1.25em;
}
.form-list-02 .radio > label:last-child {
  margin-right: 0;
}
.form-list-02 .error {
  background-color: #fce8e9;
}
.form-list-02 .error em.error {
  position: relative;
  top: -.5em;
  display: block;
  margin-top: 1.5em;
  padding-left: 25px;
  background: transparent url(/cmn/images/icon-error-02.png) no-repeat 0 .21429em;
  color: #d50000;
  font-weight: bold;
}
.form-list-02 .price {
  color: #d50000;
}
.form-list-02 .price b {
  font-size: 128.57143%;
  font-weight: bold;
}
.form-list-02 .line {
  margin-top: .75em;
  border-top: 1px solid #ccc;
  padding-top: .75em;
}

@media only screen and (max-width: 736px) {
  .form-list-02 > li {
    display: block;
  }
  .form-list-02 > li > .th,
.form-list-02 > li > .td {
    display: block;
  }
  .form-list-02 > li > .th,
.form-list-02 > li > .td,
.form-list-02 > li > .colspan {
    width: auto;
  }
  .form-list-02 .radio > label {
    display: block;
    margin-right: 0;
    padding: .25em 0;
  }
  .form-list-02 .radio > label + label {
    margin-top: .25em;
  }
}
.form-list-03 {
  margin-bottom: 1.42857em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.form-list-03 > li {
  position: relative;
  z-index: 1;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-list-03 > li::after {
  content: "";
  clear: both;
  display: block;
}
.form-list-03 > li > input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: calc(35% - 18px);
  z-index: 3;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form-list-03 > li > .th,
.form-list-03 > li > .td {
  float: left;
  display: table;
}
.form-list-03 > li > .th {
  position: relative;
  width: 35%;
}
.form-list-03 > li > .td {
  width: 65%;
  border-left: 1px solid #ccc;
}
.form-list-03 > li > .colspan {
  width: 100%;
}
.form-list-03 > li > .th::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 36px;
  background-color: #e6e6e6;
}
.form-list-03 > li > .th.colspan::before {
  right: 65%;
}
.form-list-03 > li > .th.colspan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 35%;
  bottom: 0;
  z-index: 2;
  display: block;
  border-right: 1px solid #ccc;
}
.form-list-03 > li > .th > .inner,
.form-list-03 > li > .td > .inner {
  display: table-cell;
  padding: 1.6em 20px;
  vertical-align: middle;
}
.form-list-03 > li > .th > .inner {
  padding-right: 56px;
  background-color: #f5f5f5;
  font-weight: bold;
}
.form-list-03 > li > .inner > .td {
  border-left: 1px solid #ccc;
}
.form-list-03 > li > .th::before,
.form-list-03 > li > .th > .inner,
.form-list-03 > li > .th + .td > .inner {
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.form-list-03 > li > input:checked + .th::before {
  background-color: #5e9cae;
}
.form-list-03 > li > input:checked + .th > .inner {
  background-color: #d8e7ec;
}
.form-list-03 > li > input:checked + .th + .td > .inner {
  background-color: #ebf2f5;
}
.form-list-03 > li > .th + .td.error > .inner,
.form-list-03 > li > input:checked + .th + .td.error > .inner {
  background-color: #fce8e9;
}
.form-list-03 > li > .th + .td.error > .inner .error {
  color: #d50000;
}
.form-list-03 .help {
  position: relative;
  display: inline-block;
  margin-top: .5em;
  padding-left: 22px;
  font-weight: normal;
}
.form-list-03 .help::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 8px;
  margin-top: -8px;
  border-radius: 50%;
  padding: .4em 0 0 .15em;
  background-color: #005172;
  color: #fff;
  font-size: 71.42857%;
  text-align: center;
}
.form-list-03 .help:visited::before {
  background-color: #639;
}
.form-list-03 .td > .inner > p {
  margin-bottom: 0;
}
.form-list-03 .td > .inner > p + p {
  margin-top: .5em;
}
.form-list-03 .td > .inner > p > label {
  display: inline-block;
  margin-right: 1.25em;
}
.form-list-03 .td > .inner > p > label:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 736px) {
  .form-list-03::before {
    content: none;
  }
  .form-list-03 > li > input[type=checkbox] {
    left: 18px;
  }
  .form-list-03 > li > .th,
.form-list-03 > li > .td {
    position: static;
    display: block;
    width: 100%;
  }
  .form-list-03 > li > .th > .inner,
.form-list-03 > li > .td > .inner {
    display: block;
    height: auto !important;
    padding: 1.15em 20px 1.15em 56px;
  }
  .form-list-03 > li > .th::before {
    left: 0;
    right: inherit;
  }
  .form-list-03 > li > .th.colspan::before {
    right: inherit;
  }
  .form-list-03 > li > .th.colspan::after {
    content: none;
  }
  .form-list-03 > li > .td {
    border-left: 0;
  }
  .form-list-03 .td > .inner > p > label {
    display: block;
    margin-right: 0;
    padding: .25em 0;
  }
}
.form-list-04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -.5em -10px 1em 0;
}
.form-list-04 > li {
  margin: .5em 10px 0 0;
}

@media only screen and (max-width: 736px) {
  .form-list-04 > li {
    width: calc(20% - 10px);
  }
  .form-list-04 input.input-s {
    width: calc(100% - 2em);
  }
}
@media only screen and (max-width: 480px) {
  .form-list-04 > li {
    width: calc(33.33333% - 10px);
  }
}
@media only screen and (max-width: 400px) {
  .form-list-04 > li {
    width: calc(50% - 10px);
  }
}
.form-total-01 {
  width: 400px;
  margin: 0 0 .85714em auto;
  border: 4px solid #ccc;
  padding: 1.45em 0;
}
.form-total-01::after {
  content: "";
  clear: both;
  display: block;
}
.form-total-01 > dt {
  float: left;
  padding: .65em 0 0 28px;
  font-weight: bold;
}
.form-total-01 > dd {
  float: right;
  padding-right: 28px;
  color: #d50000;
  font-weight: bold;
  text-align: right;
}
.form-total-01 > dd b {
  font-size: 157.14286%;
}

@media only screen and (max-width: 736px) {
  .form-total-01 {
    width: 300px;
    max-width: 300px;
    padding: 1em 0 .8em 0;
  }
  .form-total-01 > dt,
.form-total-01 > dd {
    float: none;
    width: auto;
    padding: 0 16px;
    text-align: right;
  }
}
.form-total-02 {
  width: 550px;
  margin: 0 0 3.42857em auto;
  border: 4px solid #5e9cae;
  padding: 1.35em 28px;
}
.form-total-02 > dl {
  margin-bottom: .9em;
  font-size: 128.57143%;
  font-weight: bold;
}
.form-total-02 > dl::after {
  content: "";
  clear: both;
  display: block;
}
.form-total-02 > dl > dt {
  float: left;
  padding-top: .5em;
  font-weight: bold;
}
.form-total-02 > dl > dd {
  float: right;
  color: #d50000;
}
.form-total-02 > dl > dd b {
  font-size: 155.55556%;
}
.form-total-02 > .link-btn-01 {
  margin: 0 0 .71429em 0;
}

@media only screen and (max-width: 736px) {
  .form-total-02 {
    width: auto;
    margin: 0 0 1.71429em 0;
    padding: 1.15em 16px;
  }
  .form-total-02 > dl > dt,
.form-total-02 > dl > dd {
    float: none;
    padding-top: 0;
    text-align: right;
  }
}
.form-discount-01 {
  font-weight: bold;
  text-align: right;
}
.form-discount-01 > span {
  color: #d50000;
}
.form-discount-01 > span > b {
  margin-left: .5em;
  font-size: 128.57143%;
}

.form-line-01 {
  display: block;
  margin-bottom: 2.28571em;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 736px) {
  .form-line-01 {
    margin-bottom: 1.71429em;
  }
}
.js-sort-root-01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.js-sort-root-01 .col {
  width: 50%;
  padding: 0 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 736px) {
  .js-sort-root-01 .col {
    margin-top: 20px;
  }
  .js-sort-root-01 .col > p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.js-sort-root-01 .col span {
  position: relative;
}
.js-sort-root-01 .col span::before, .js-sort-root-01 .col span::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  top: calc(50% - 14px);
  right: 43px;
  background: #b1b1b1;
}
.js-sort-root-01 .col span::after {
  width: 7px;
  height: 7px;
  background: none;
  border-right: solid 1px #7d7d7d;
  border-bottom: solid 1px #7d7d7d;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
}
.js-sort-root-01 .col select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #eee;
  padding: 16px 19px;
  border-radius: 5px;
  width: 100%;
}
.js-sort-root-01 .col select::-ms-expand {
  display: none;
}
.js-sort-root-01 > :last-child {
  margin-bottom: 0;
}

.txt-empty {
  display: none;
}
.js-enabled .txt-empty {
  display: block;
}
.js-enabled .txt-empty.is-hide {
  display: none;
}

/* ===========================
others
--------------------------- */
.icon-comment {
  display: inline-block;
  color: #fff;
  background: #d50000 url(/ranking/images/icon-ranking-01-01.png) no-repeat 5px center;
  padding: 4px 6px 3px 18px;
  border-radius: 5px;
  margin-right: 3px;
}

.box-movie-01 video {
  width: 100%;
  height: 100%;
  max-width: 818px;
}

label.disabled {
  color: #ccc;
}

.list-input-01 input[type=radio]:checked + span,
.list-input-01 input[type=checkbox]:checked + span {
  color: #d50000;
}

.list-input-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -.25em;
}
.list-input-02 > li {
  width: 33.33333%;
  margin-top: .25em;
}
.list-input-02 > li > label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.list-input-02 > li > label > input[type=radio], .list-input-02 > li > label > input[type=checkbox] {
  position: absolute;
  top: .35em;
  left: 1.5em;
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .list-input-02 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .list-input-02 > li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 600px) {
  .list-input-02 > li {
    width: 50%;
  }
}
@media only screen and (max-width: 360px) {
  .list-input-02 > li {
    width: 100%;
  }
}
.list-box-01 {
  border-top: 1px solid #dcdcdc;
  margin-bottom: 60px;
}
.list-box-01 > li {
  border-bottom: solid 1px #dcdcdc;
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.list-box-01 > li .img {
  display: block;
  flex-shrink: 0;
  min-width: 100px;
  margin-right: 25px;
  text-align: center;
}
.list-box-01 > li .txt {
  display: block;
  flex-grow: 1;
  color: #666;
}

@media only screen and (max-width: 480px) {
  .list-box-01 > li {
    display: block;
    padding: 10px;
  }
  .list-box-01 > li .img {
    min-width: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: opacity 400ms;
}
#modal.exist {
  display: flex;
}
#modal.show {
  opacity: 1;
}
#modal > .content img {
  max-width: calc(100vw - 200px);
  max-height: calc(100vh - 80px);
}
#modal > .close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  border-radius: 2px;
  padding: .75em 12px .75em 36px;
  background-color: #000;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
}
#modal > .close::before, #modal > .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  transform: rotate(45deg);
}
#modal > .close::after {
  transform: rotate(-45deg);
}
#modal > .close:hover, #modal > .close:focus, #modal > .close:active {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  #modal {
    padding: 40px 30px;
  }
  #modal > .content img {
    max-width: calc(100vw - 80px);
    max-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 736px) {
  #modal {
    padding: 30px 20px;
  }
  #modal > .content img {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 480px) {
  #modal {
    padding: 20px 10px;
  }
  #modal > .content img {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 40px);
  }
}
/* =====================================
unique page
------------------------------------- */
/* ===========================
ranking
--------------------------- */
.ranking-2019.woman #hero-image {
  background-image: url(/ranking/woman/images/2019/bg-ranking-01.jpg);
}
.ranking-2019.woman #hero-image .logo-01 {
  margin-top: 8em;
}
.ranking-2019 #content {
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
}
.ranking-2019 #content .nav-quick-01,
.ranking-2019 #content .box-cv-04 {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ranking-2019 #content #main-inner {
  padding-top: 48px;
}
.ranking-2019 #hero-image {
  background: url(/ranking/japan/images/2019/bg-ranking-01.jpg) top center/cover no-repeat #000;
  color: #fff;
  text-align: center;
}
.ranking-2019 #hero-image > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 0;
  width: 100%;
  height: 85vh;
  position: relative;
}
.ranking-2019 #hero-image > .inner > h1 {
  flex-shrink: 0;
  font-size: 3.2rem;
  line-height: 1.25;
  text-shadow: 0 0 16px rgba(0, 0, 0, .5);
}
.ranking-2019 #hero-image > .inner > h1 .sub-02 {
  font-size: .75em;
}
.ranking-2019 #hero-image .logo-01 {
  flex-shrink: 0;
  margin-top: 1.2em;
  margin-bottom: 0;
}
.ranking-2019 #hero-image .link-scroll-01 {
  display: inline-block;
  color: #fff;
  font-size: .85rem;
  font-weight: bold;
  width: 50px;
  padding-bottom: 30px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 36px;
  overflow: hidden;
}
.ranking-2019 #hero-image .link-scroll-01::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg) skew(2deg, 2deg);
  -ms-transform: rotate(45deg) skew(2deg, 2deg);
  transform: rotate(45deg) skew(2deg, 2deg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 18px);
}
.ranking-2019 #hero-image .link-scroll-01:hover::before, .ranking-2019 #hero-image .link-scroll-01:focus::before, .ranking-2019 #hero-image .link-scroll-01:active::before {
  bottom: 8px;
}
.ranking-2019 .hdg-section-02 {
  color: #333;
  margin-top: 3.2em;
  margin-bottom: 1.1em;
}
.ranking-2019 .box-related-02 {
  margin-bottom: 5em;
}
.ranking-2019 .list-ranking-01 > li.top3:nth-child(1) > .num > span {
  background-color: #b4a25a;
}
.ranking-2019 .list-ranking-01 > li.top3:nth-child(2) > .num > span {
  background-color: #777;
}
.ranking-2019 .list-ranking-01 > li.top3:nth-child(3) > .num > span {
  background-color: #74613d;
}
.ranking-2019 .list-ranking-01 > li.top3 > .num {
  padding: 25px 0;
}
.ranking-2019 .list-ranking-01 > li.top3 > .num > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-image: none;
}
.ranking-2019 .list-ranking-01 > li.top3 > .link a {
  font-size: 1em;
}
.ranking-2019 .list-ranking-01 > li > .num {
  padding: 25px 0;
}
.ranking-2019 .list-ranking-01 > li > .num > span {
  background-color: #171a1d;
  border-radius: 0;
  font-family: "Gill Sans MT", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.375rem;
}
.ranking-2019 .list-ranking-01 > li > .link {
  font-size: 1.25rem;
}
.ranking-2019 .list-ranking-01 > li > .link img.logo {
  width: 130px;
  height: auto;
  flex-shrink: 0;
}
.ranking-2019 .list-ranking-01 > li > .times {
  width: 370px;
  text-align: left;
  font-size: .875rem;
  padding: 1em 20px 1em 0;
}
.ranking-2019 .list-ranking-01 > li > .times a {
  color: #005172;
}

@media only screen and (max-width: 736px) {
  .ranking-2019.woman #hero-image .logo-01 {
    margin-top: 4em;
  }
  .ranking-2019 #hero-image > .inner {
    padding: 68px 0;
    height: auto;
  }
  .ranking-2019 #hero-image > .inner > h1 {
    font-size: 1.5rem;
  }
  .ranking-2019 #hero-image > .inner > h1 .sub-01 {
    font-size: .8333em;
  }
  .ranking-2019 #hero-image .logo-01 img {
    width: 200px;
  }
  .ranking-2019 #hero-image .link-scroll-01 {
    bottom: 10px;
  }
  .ranking-2019 .list-ranking-01 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ranking-2019 .list-ranking-01 > li.top3 > .num > span {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .ranking-2019 .list-ranking-01 > li.top3 > .link img.logo {
    height: auto;
  }
  .ranking-2019 .list-ranking-01 > li > .link {
    padding-left: 0;
    font-size: 1rem;
  }
  .ranking-2019 .list-ranking-01 > li > .link > a {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
  }
  .ranking-2019 .list-ranking-01 > li > .link img.logo {
    position: static;
    width: 80px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .ranking-2019 .list-ranking-01 > li > .times {
    width: auto;
    font-size: .75rem;
    margin-top: 1em;
    padding: 0;
  }
}
.lyt-survey-01 {
  position: relative;
  padding: 2.75em 0 5.2em;
}
.lyt-survey-01::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  bottom: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.lyt-survey-02 {
  padding: 0 150px;
  background: url(/cmn/images/icon-enq-employee-01.png) no-repeat left bottom, url(/cmn/images/icon-enq-employee-01.png) no-repeat right bottom;
}
.lyt-survey-02 .list-01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  font-size: 1rem;
}
.lyt-survey-02 .list-01 > li {
  width: calc(33.333% - 20px);
  margin-left: 20px;
  background-color: #faebec;
  margin-bottom: 20px;
  padding: 1.5em 10px;
  position: relative;
}
.lyt-survey-02 .list-01 > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 15px 0;
  border-color: transparent #faebec transparent transparent;
  position: absolute;
  bottom: -15px;
  right: 22px;
}

@media only screen and (max-width: 736px) {
  .lyt-survey-01 {
    padding: 2.75em 0 3.5em;
  }
  .lyt-survey-01.type-01::before {
    top: 10em;
  }

  .lyt-survey-02 {
    background: none;
    padding: 0;
  }
  .lyt-survey-02 .list-01 {
    display: block;
    font-size: .875rem;
  }
  .lyt-survey-02 .list-01 > li {
    width: auto;
    padding: 1.2em 20px;
  }
}
.box-balloon-01 {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 1.4em 30px;
  margin-bottom: 1.6em;
  position: relative;
}
.box-balloon-01::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left: calc(50% - 4px);
}
.box-balloon-01 > :last-child {
  margin-bottom: 0;
}
.box-balloon-01 .list-01 {
  display: flex;
  align-items: center;
  margin-left: -28px;
  font-size: 1.125rem;
}
.box-balloon-01 .list-01 > li {
  width: 33.3333%;
  padding: 1em 0 1em 96px;
  margin-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.box-balloon-01 .list-01 > li:nth-child(odd) {
  background-image: url(/cmn/images/icon-voice-01.png);
}
.box-balloon-01 .list-01 > li:nth-child(even) {
  background-image: url(/cmn/images/icon-voice-02.png);
}

@media only screen and (max-width: 736px) {
  .box-balloon-01 {
    padding: .4em 20px;
  }
  .box-balloon-01 .list-01 {
    display: block;
    font-size: .875rem;
    margin-left: 0;
  }
  .box-balloon-01 .list-01 > li {
    width: auto;
    margin-left: 0;
    padding: 1em 0 1em 48px;
    background-size: 40px 40px;
  }
  .box-balloon-01 .list-01 > li + li {
    border-top: solid 1px #ccc;
  }
}
.box-point-01 {
  padding: 1.9em 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
  margin-bottom: 5em;
}
.box-point-01 > :last-child {
  margin-bottom: 0;
}
.box-point-01 .hdg {
  font-size: 1.125rem;
  font-weight: bold;
  color: #d50000;
  text-align: center;
  padding-bottom: .2em;
  border-bottom: solid 2px #d50000;
}
.box-point-01 .txt-icon-01 {
  padding-top: 80px;
  position: relative;
}
.box-point-01 .txt-icon-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.box-point-01 .txt-icon-01.icon-01::before {
  background-image: url(/cmn/images/icon-point-02.png);
  background-size: 44px 47px;
}
.box-point-01 .txt-icon-01.icon-02::before {
  background-image: url(/cmn/images/icon-point-03.png);
  background-size: 45px 40px;
}
.box-point-01 .txt-icon-01.icon-03::before {
  background-image: url(/cmn/images/icon-point-04.png);
  background-size: 39px 45px;
}

.box-point-02 {
  border: solid 2px #d50000;
  background-color: #fff;
  margin-top: 1em;
  padding: 0 10px 1.8em;
}
.box-point-02 > :last-child {
  margin-bottom: 0;
}
.box-point-02 .hdg {
  text-align: center;
  margin-top: -1em;
  margin-bottom: .8em;
}
.box-point-02 .hdg .label {
  display: inline-block;
  font-size: .875rem;
  color: #fff;
  background-color: #d50000;
  padding: .1em 10px;
}
.box-point-02 .hdg .icon-01,
.box-point-02 .hdg .icon-02,
.box-point-02 .hdg .icon-03 {
  display: inline-block;
  padding-top: 76px;
  position: relative;
}
.box-point-02 .hdg .icon-01::before,
.box-point-02 .hdg .icon-02::before,
.box-point-02 .hdg .icon-03::before {
  content: "";
  display: block;
  width: 100%;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.box-point-02 .hdg .icon-01::before {
  background-image: url(/cmn/images/icon-globe-02.png);
  background-size: 36px 48px;
}
.box-point-02 .hdg .icon-02::before {
  background-image: url(/cmn/images/icon-trophy-02.png);
  background-size: 46px 46px;
}
.box-point-02 .hdg .icon-03::before {
  background-image: url(/cmn/images/icon-knowledge-01.png);
  background-size: 43px 48px;
}

@media only screen and (max-width: 736px) {
  .box-point-02 {
    margin-top: 2.1em;
    padding: 0 10px 1.3em;
  }
  .box-point-02 .hdg .icon-01,
.box-point-02 .hdg .icon-02,
.box-point-02 .hdg .icon-03 {
    width: 100%;
    padding-top: 0;
    padding-left: 58px;
    font-size: 1rem;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: .2em;
    min-height: 50px;
    text-align: left;
  }
  .box-point-02 .hdg .icon-01::before,
.box-point-02 .hdg .icon-02::before,
.box-point-02 .hdg .icon-03::before {
    width: 58px;
    background-position: top center;
  }
}
@media only screen and (max-width: 736px) {
  .box-point-01 {
    padding: 1.35em 20px;
    margin-bottom: 1.4em;
  }
  .box-point-01 .hdg {
    font-size: 1rem;
    margin-bottom: .8em;
    padding-bottom: .45em;
  }
  .box-point-01 .txt-icon-01 {
    padding-top: 0;
    padding-left: 50px;
  }
  .box-point-01 .txt-icon-01::before {
    width: 50px;
    height: auto;
    bottom: 0;
    background-position: left center;
  }
  .box-point-01 .txt-icon-01.icon-01::before {
    background-size: 40px 43px;
  }
  .box-point-01 .txt-icon-01.icon-02::before {
    background-size: 40px 36px;
  }
  .box-point-01 .txt-icon-01.icon-03::before {
    background-size: 34px 40px;
  }
}
.list-survey-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37.5% 1fr;
  grid-template-columns: 1fr 37.5% 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto 16px auto;
  position: relative;
}
.list-survey-01::before {
  content: "";
  display: block;
  width: 30%;
  background: url(/cmn/images/survey-img-01.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
}
.list-survey-01 > li {
  padding: 1.4em 30px;
}
.list-survey-01 > li > :last-child {
  margin-bottom: 0;
}
.list-survey-01 > li.type-01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #ebf2f5;
}
.list-survey-01 > li.type-01 .ttl {
  color: #5e9cae;
}
.list-survey-01 > li.type-02 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background-color: #eff3e8;
}
.list-survey-01 > li.type-02 .ttl {
  color: #658d1b;
}
.list-survey-01 > li.type-02 .label {
  background-color: #658d1b;
}
.list-survey-01 > li.type-03 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: #faebec;
}
.list-survey-01 > li.type-03 .ttl {
  color: #d50000;
}
.list-survey-01 > li.type-04 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  background-color: #fcf6e8;
}
.list-survey-01 > li.type-04 .ttl {
  color: #f0ab00;
}
.list-survey-01 > li .ttl {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: .3em;
  padding-left: 40px;
  position: relative;
}
.list-survey-01 > li .ttl .num {
  display: block;
  width: 30px;
  border: solid 3px;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: .2em;
  background-color: #fff;
}
.list-survey-01 > li .label {
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: .3em 0;
}

.list-survey-02 {
  display: flex;
  margin-left: -5px;
}
.list-survey-02 > li {
  width: 25%;
  margin-left: 5px;
  color: #fff;
  border: solid 1px;
  padding-bottom: 2.1em;
}
.list-survey-02 > li.entry {
  background-color: #999;
  border-color: #999;
}
.list-survey-02 > li.basic {
  background-color: #5e9cae;
  border-color: #5e9cae;
}
.list-survey-02 > li.basic .balloon {
  background-color: #ebf2f5;
}
.list-survey-02 > li.basic .balloon::before {
  background-color: #ebf2f5;
}
.list-survey-02 > li.standard {
  background-color: #658d1b;
  border-color: #658d1b;
}
.list-survey-02 > li.standard .balloon {
  background-color: #eff3e8;
}
.list-survey-02 > li.standard .balloon::before {
  background-color: #eff3e8;
}
.list-survey-02 > li.advance {
  background-color: #612141;
  border-color: #612141;
}
.list-survey-02 > li.advance .balloon {
  background-color: #f5ebf0;
}
.list-survey-02 > li.advance .balloon::before {
  background-color: #f5ebf0;
}
.list-survey-02 > li.premiere {
  background-color: #d50000;
  border-color: #d50000;
}
.list-survey-02 > li.premiere .balloon {
  background-color: #faebec;
}
.list-survey-02 > li.premiere .balloon::before {
  background-color: #faebec;
}
.list-survey-02 > li .balloon {
  background-color: #fff;
  color: #333;
  margin-bottom: 2em;
  padding: 1.15em 18px;
  font-size: .875rem;
  text-align: left;
  position: relative;
  min-height: 142px;
}
.list-survey-02 > li .balloon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 7px);
  background-color: #fff;
}
.list-survey-02 > li > span {
  display: block;
  text-align: center;
  padding: 0 18px;
}
.list-survey-02 > li > span + span {
  margin-top: 1em;
}
.list-survey-02 > li > span > b {
  font-size: 1.375rem;
  font-weight: bold;
}
.list-survey-02 > li > span .ttl {
  display: inline-block;
  padding: 0 10px .4em;
  border-bottom: solid 1px;
}
.list-survey-02 > li > span > .plus {
  font-size: 1rem;
}

@media only screen and (max-width: 736px) {
  .list-survey-01 {
    display: block;
  }
  .list-survey-01::before {
    content: none;
  }
  .list-survey-01 > li {
    padding: 1.6em 18px 1.4em;
  }
  .list-survey-01 > li + li {
    margin-top: 1.5em;
  }
  .list-survey-01 > li .ttl {
    font-size: 1.125rem;
    margin-bottom: .8em;
    padding-left: 32px;
  }
  .list-survey-01 > li .ttl .num {
    width: 28px;
    padding: 3px 0;
    top: 0;
  }

  .list-survey-02 {
    display: block;
    margin-left: 0;
  }
  .list-survey-02 > li {
    width: auto;
    margin-left: 0;
    padding-bottom: 1.2em;
  }
  .list-survey-02 > li + li {
    margin-top: .4em;
  }
  .list-survey-02 > li .balloon {
    margin-bottom: 1.5em;
    padding: 1.1em 18px;
    min-height: 0;
  }
  .list-survey-02 > li > span + span {
    margin-top: .5em;
  }
  .list-survey-02 > li > span > b {
    font-size: 1.125rem;
  }
  .list-survey-02 > li > span .ttl {
    display: block;
  }
  .list-survey-02 > li > span > .plus {
    font-size: .875rem;
  }
}
@media only screen and (max-width: 736px) {
  .nav-tab-01.type-02 {
    margin: 0;
  }
}
.nav-tab-01.type-02 .tab-list {
  display: flex;
  margin: 0 -3px 60px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .nav-tab-01.type-02 .tab-list {
    margin: 0 0 60px;
  }
}
.nav-tab-01.type-02 .tab-list li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 18px;
  margin: 0 3px;
  display: block;
}
@media only screen and (max-width: 960px) {
  .nav-tab-01.type-02 .tab-list li {
    margin: 0 1px 0 0;
  }
  .nav-tab-01.type-02 .tab-list li + li a {
    border-radius: 0;
  }
  .nav-tab-01.type-02 .tab-list li:nth-of-type(3) a {
    border-radius: 0 3px 3px 0;
  }
  .nav-tab-01.type-02 .tab-list li:last-child {
    margin: 0;
  }
}
.nav-tab-01.type-02 .tab-list li a {
  border: none;
  color: #333;
  padding: 18px 0;
  border-radius: 3px;
  background-color: #eee;
  transition: background-color 200ms;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .nav-tab-01.type-02 .tab-list li a {
    border-radius: 3px 0 0 3px;
  }
}
.nav-tab-01.type-02 .tab-list li a[aria-selected=true] {
  z-index: 2;
  background-color: #9a801a;
  color: #fff;
  text-decoration: none;
}
.nav-tab-01.type-02 .tab-list li a[aria-selected=true]:hover, .nav-tab-01.type-02 .tab-list li a[aria-selected=true]:focus, .nav-tab-01.type-02 .tab-list li a[aria-selected=true]:active {
  background-color: #9a801a;
}
.nav-tab-01.type-02 .tab-list li a[aria-selected=true]::before {
  top: calc(100% - 1px);
  left: calc(50% - 15px);
  border-width: 12px 15px;
  border-color: #9a801a transparent transparent;
}
@media only screen and (max-width: 480px) {
  .nav-tab-01.type-02 .tab-list li a[aria-selected=true]::before {
    left: calc(50% - 4px);
    border-width: 6px 8px;
  }
}
.nav-tab-01.type-02 .tab-list li a:hover, .nav-tab-01.type-02 .tab-list li a:focus, .nav-tab-01.type-02 .tab-list li a:active {
  background-color: #705a04;
  color: #fff;
  text-decoration: none;
}
.nav-tab-01.type-02 .tab-list li .sub-01 {
  margin-top: 3px;
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .nav-tab-01.type-02 .tab-list li {
    font-size: 14px;
  }
  .nav-tab-01.type-02 .tab-list li a .sub-01 {
    font-size: 10px;
  }
}

@media only screen and (max-width: 736px) {
  .link-anc-03 {
    margin: 0;
  }
}
.link-anc-03 .list {
  display: flex;
  margin: 0 -3px 60px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .link-anc-03 .list {
    margin: 0 0 50px;
  }
}
.link-anc-03 .list li {
  width: 33.3333333333%;
  text-align: center;
  font-size: 18px;
  margin: 0 3px;
  display: flex;
  background-color: #cd344d;
  border-radius: 3px;
  transition: background-color 200ms;
}
.link-anc-03 .list li:hover, .link-anc-03 .list li:focus, .link-anc-03 .list li:active {
  background-color: #88051a;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .link-anc-03 .list li {
    margin: 0 1px 0 0;
  }
  .link-anc-03 .list li:last-child {
    margin: 0;
  }
}
.link-anc-03 .list li a {
  border: none;
  color: #fff;
  padding: 18px 0;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 541px) {
  .link-anc-03 .list li a {
    padding: 18px 0 30px 0;
    border-radius: 3px 0 0 3px;
  }
}
.link-anc-03 .list li a[aria-selected=true] {
  z-index: 2;
  background-color: #9a801a;
  color: #fff;
  text-decoration: none;
}
.link-anc-03 .list li a[aria-selected=true]:hover, .link-anc-03 .list li a[aria-selected=true]:focus, .link-anc-03 .list li a[aria-selected=true]:active {
  background-color: #9a801a;
}
.link-anc-03 .list li a[aria-selected=true]::before {
  top: calc(100% - 1px);
  left: calc(50% - 15px);
  border-width: 12px 15px;
  border-color: #9a801a transparent transparent;
}
.link-anc-03 .list li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 541px) {
  .link-anc-03 .list li a::before {
    bottom: 10px;
    top: calc(100% - 25px);
    left: calc(50% - 6px);
  }
}
.link-anc-03 .list li a:hover, .link-anc-03 .list li a:focus, .link-anc-03 .list li a:active {
  text-decoration: none;
}
.link-anc-03 .list li a:hover::before, .link-anc-03 .list li a:focus::before, .link-anc-03 .list li a:active::before {
  top: 50%;
}
@media only screen and (max-width: 541px) {
  .link-anc-03 .list li a:hover::before, .link-anc-03 .list li a:focus::before, .link-anc-03 .list li a:active::before {
    top: auto;
  }
}
.link-anc-03 .list li .sub-01 {
  margin-top: 3px;
  display: block;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .link-anc-03 .list li {
    font-size: 14px;
  }
  .link-anc-03 .list li a .sub-01 {
    font-size: 10px;
  }
}
.link-anc-03.young .list li {
  background-color: #34b2cd;
}
.link-anc-03.young .list li:hover, .link-anc-03.young .list li:focus, .link-anc-03.young .list li:active {
  background-color: #055e88;
}

/* =====================================
ranking-style-01
------------------------------------- */
.ranking-style-01.woman #hero-image > .inner h1 {
  text-shadow: 2px 3px 0 #cd344d, 0 -1px 19px #cd344d, 0 -1px 19px #cd344d;
}
.ranking-style-01.woman #hero-image > .inner h1 > .inner {
  text-align: left;
  display: block;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman #hero-image > .inner h1 {
    text-shadow: 2px 1px 0 #cd344d, 0 -1px 19px #cd344d, 0 -1px 19px #cd344d;
  }
  .ranking-style-01.woman #hero-image > .inner h1 > .inner {
    text-align: center;
  }
}
.ranking-style-01.woman-2020 #hero-image {
  background: url(/ranking/woman/images/2020/bg-ranking-01-pc.jpg) top 0 left 50%/cover no-repeat #000;
}
.ranking-style-01.woman-2020 #hero-image > .inner h1 > .inner {
  display: block;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2020 #hero-image {
    background: url(/ranking/woman/images/2020/bg-ranking-01-sp.jpg) top right/cover no-repeat #000;
  }
}
.ranking-style-01.woman-2021 #hero-image {
  background: url(/ranking/woman/images/2021/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2021 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2021 #hero-image {
    background: url(/ranking/woman/images/2021/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2021 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.woman-2022 #hero-image {
  background: url(/ranking/woman/images/2022/bg-ranking-01-pc.jpg) top 0 right 40%/cover no-repeat #000;
}
.ranking-style-01.woman-2022 #hero-image > .inner .logo-01 {
  margin-top: 6em;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman-2022 #hero-image {
    background: url(/ranking/woman/images/2022/bg-ranking-01-sp.jpg) bottom 47% right 30%/cover no-repeat #000;
  }
  .ranking-style-01.woman-2022 #hero-image > .inner {
    padding: 50px 10px 70px;
  }
}
.ranking-style-01.young #hero-image {
  background: url(/ranking/young/images/2020/bg-ranking-01-pc.jpg) top 50% left 50%/cover no-repeat #000;
}
.ranking-style-01.young #hero-image > .inner {
  padding: 100px 0;
}
.ranking-style-01.young #hero-image > .inner .logo-01 {
  margin-top: 120px;
}
.ranking-style-01.young #hero-image > .inner h1 {
  text-shadow: 2px 3px 0 #34b2cd, 0 -1px 19px #34b2cd, 0 -1px 19px #34b2cd;
}
@media only screen and (max-width: 480px) {
  .ranking-style-01.young #hero-image > .inner h1 {
    text-shadow: 2px 1px 0 #34b2cd, 0 -1px 19px #34b2cd, 0 -1px 19px #34b2cd;
    padding: 0 20px;
  }
}
.ranking-style-01.young #hero-image > .inner h1 > .inner {
  display: block;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.young #hero-image > .inner h1 > .inner {
    text-align: center;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young #hero-image {
    background: url(/ranking/young/images/2020/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
}
.ranking-style-01.young-2021 #hero-image {
  background: url(/ranking/young/images/2021/bg-ranking-01-pc.jpg) top 30% left 56%/cover no-repeat #000;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01.young-2021 #hero-image > .inner h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 481px) {
  .ranking-style-01.young-2021 #hero-image {
    background: url(/ranking/young/images/2021/bg-ranking-01-sp.jpg) top 0 left 50%/cover no-repeat #000;
  }
  .ranking-style-01.young-2021 #hero-image > .inner h1 {
    font-size: 27px;
  }
}
.ranking-style-01 #content {
  font-family: "LogoTypeGothic", Arial, Helvetica, sans-serif;
}
.ranking-style-01 #content .nav-quick-01,
.ranking-style-01 #content .box-cv-04 {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ranking-style-01 #content .hiragino {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: contents;
}
.ranking-style-01 #content #main {
  padding: 0 20px;
}
.ranking-style-01 #content #main-inner {
  padding-top: 48px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #content #main-inner {
    padding-top: 20px;
  }
}
.ranking-style-01 .summary {
  position: relative;
  padding-bottom: 60px;
}
.ranking-style-01 .summary::before {
  content: "";
  position: absolute;
  top: -76px;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  background: url(/ranking/japan/images/2020/bg-ranking-02-pc.png) center center/cover no-repeat;
  transform: translateX(-50%);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 .summary {
    padding-bottom: 25px;
  }
  .ranking-style-01 .summary::before {
    background: url(/ranking/japan/images/2020/bg-ranking-02-sp.png) center center/cover no-repeat;
  }
}
.ranking-style-01.woman .summary::before {
  background-image: url(/ranking/woman/images/2020/bg-ranking-02-pc.png);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.woman .summary::before {
    background-image: url(/ranking/woman/images/2020/bg-ranking-02-sp.png);
  }
}
.ranking-style-01.young .summary::before {
  background-image: url(/ranking/young/images/2020/bg-ranking-02-pc.png);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.young .summary::before {
    background-image: url(/ranking/young/images/2020/bg-ranking-02-sp.png);
  }
}
.ranking-style-01 #hero-image {
  background: url(/ranking/japan/images/2020/bg-ranking-01-pc.jpg) top left/cover no-repeat #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image {
    background: url(/ranking/japan/images/2020/bg-ranking-01-sp.jpg) bottom 20% left 0/cover no-repeat #000;
  }
}
.ranking-style-01 #hero-image > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner {
    padding: 35px 10px 100px;
    height: auto;
  }
}
.ranking-style-01 #hero-image > .inner h1 {
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1.25;
  text-shadow: 0 0 16px rgba(0, 0, 0, .5);
  width: 100%;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto;
}
.ranking-style-01 #hero-image > .inner h1 > .inner {
  padding: 0 30px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner h1 > .inner {
    padding: 0;
  }
}
.ranking-style-01 #hero-image > .inner h1 .sub-02 {
  font-size: .75em;
  display: block;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner h1 {
    font-size: 1.5rem;
  }
  .ranking-style-01 #hero-image > .inner h1 .sub-01 {
    font-size: .85em;
  }
  .ranking-style-01 #hero-image > .inner h1 .sub-02 {
    font-size: .75em;
  }
}
@media only screen and (max-width: 495px) {
  .ranking-style-01 #hero-image > .inner h1 .indent {
    display: block;
  }
}
.ranking-style-01 #hero-image > .inner .logo-01 {
  flex-shrink: 0;
  margin-top: 3.2em;
  margin-bottom: 0;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner .logo-01 {
    margin-top: 1.5em;
  }
  .ranking-style-01 #hero-image > .inner .logo-01 img {
    width: 106px;
  }
}
.ranking-style-01 #hero-image > .inner .link-scroll-01 {
  display: inline-block;
  color: #fff;
  font-size: .85rem;
  width: 50px;
  padding-bottom: 30px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 36px;
  overflow: hidden;
}
.ranking-style-01 #hero-image > .inner .link-scroll-01::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) skew(2deg, 2deg);
  -ms-transform: rotate(45deg) skew(2deg, 2deg);
  transform: rotate(45deg) skew(2deg, 2deg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 18px);
}
.ranking-style-01 #hero-image > .inner .link-scroll-01:hover::before, .ranking-style-01 #hero-image > .inner .link-scroll-01:focus::before, .ranking-style-01 #hero-image > .inner .link-scroll-01:active::before {
  bottom: 8px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #hero-image > .inner .link-scroll-01 {
    padding-bottom: 25px;
    bottom: 15px;
    font-size: .75rem;
  }
  .ranking-style-01 #hero-image > .inner .link-scroll-01::before {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
  }
}
.ranking-style-01.japan-2021 #hero-image {
  background: url(/ranking/japan/images/2021/bg-ranking-01-pc.jpg) top right 20%/cover no-repeat #000;
}
.ranking-style-01.japan-2021 #hero-image > .inner h1 {
  color: #000;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .9), -2px 2px 6px rgba(255, 255, 255, .9), 2px -2px 6px rgba(255, 255, 255, .9), -2px -2px 6px rgba(255, 255, 255, .9), 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 1px -1px 2px rgba(255, 255, 255, .5), -1px 1px 2px rgba(255, 255, 255, .5);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.japan-2021 #hero-image {
    background: url(/ranking/japan/images/2021/bg-ranking-01-sp.jpg) top 50% right 0/cover no-repeat #000;
  }
}
.ranking-style-01 #main-content {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #main-content {
    padding-top: 30px;
  }
}
.ranking-style-01 #main-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  transform: translateX(-50%);
  background: url(/ranking/japan/images/2020/bg-ranking-03-pc-l.png) repeat-y left top, url(/ranking/japan/images/2020/bg-ranking-03-pc-r.png) repeat-y right 0 top 50px;
}
@media only screen and (max-width: 736px) {
  .ranking-style-01 #main-content::before {
    background: url(/ranking/japan/images/2020/bg-ranking-03-sp-l.png) repeat-y left 0 top -38px, url(/ranking/japan/images/2020/bg-ranking-03-sp-r.png) repeat-y right 0 top 52px;
  }
}
.ranking-style-01 #main-content > .inner {
  display: flex;
}
.ranking-style-01 #main-content > .inner .primary,
.ranking-style-01 #main-content > .inner .secondary {
  padding: 0 50px;
  box-sizing: content-box;
}
.ranking-style-01 #main-content > .inner .primary {
  width: 75%;
  margin-left: -50px;
}
.ranking-style-01 #main-content > .inner .secondary {
  width: 25%;
  margin-right: -50px;
}
.ranking-style-01 #main-content > .inner .secondary > .hdg {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01 #main-content > .inner .secondary > .hdg {
    font-size: 16px;
  }
}
.ranking-style-01 #main-content > .inner .secondary .link-btn-04 {
  margin: 20px 0 30px;
}
.ranking-style-01 #main-content > .inner .secondary .link-btn-04 a {
  width: 100%;
}
.ranking-style-01 #main-content > .inner .secondary .img {
  text-align: center;
  padding: 0 35px;
}
@media only screen and (max-width: 960px) {
  .ranking-style-01 #main-content > .inner {
    display: block;
  }
  .ranking-style-01 #main-content > .inner .primary,
.ranking-style-01 #main-content > .inner .secondary {
    width: 100%;
    padding: 0;
  }
  .ranking-style-01 #main-content > .inner .primary {
    margin-left: 0;
  }
}

.woman #main-content::before {
  background-image: url(/ranking/woman/images/2020/bg-ranking-03-pc-l.png), url(/ranking/woman/images/2020/bg-ranking-03-pc-r.png);
}
@media only screen and (max-width: 736px) {
  .woman #main-content::before {
    background-image: url(/ranking/woman/images/2020/bg-ranking-03-sp-l.png), url(/ranking/woman/images/2020/bg-ranking-03-sp-r.png);
  }
}

.young #main-content::before {
  background-image: url(/ranking/young/images/2020/bg-ranking-03-pc-l.png), url(/ranking/young/images/2020/bg-ranking-03-pc-r.png);
}
@media only screen and (max-width: 736px) {
  .young #main-content::before {
    background-image: url(/ranking/young/images/2020/bg-ranking-03-sp-l.png), url(/ranking/young/images/2020/bg-ranking-03-sp-r.png);
  }
}

.smpForm input[type=button] {
  -webkit-appearance: none;
  appearance: none;
}
.smpForm .ss_visitor_form,
.smpForm .ss_enquete_form {
  border: 1px solid #ccc;
}
.smpForm .ss_enquete_form {
  border-top: none;
}
.smpForm .ss_form_title,
.smpForm .ss_enquete_title {
  color: #333;
  font-weight: bold;
  vertical-align: middle;
  background: #f5f5f5;
}
.smpForm .ss_field + .ss_field,
.smpForm .ss_enquete_field + .ss_enquete_field {
  border-top: 1px solid #ccc;
}
.smpForm input[type=text],
.smpForm input[type=tel],
.smpForm input[type=email],
.smpForm select,
.smpForm textarea {
  flex: 1;
  max-width: 100%;
  padding: .4em .6em;
  font-size: 100%;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.smpForm input[type=checkbox] {
  margin: 0 .5em 0 1em;
  vertical-align: middle;
}
.smpForm input[type=radio] {
  margin-right: 5px;
}
.smpForm input[type=radio] + input[type=radio] {
  margin-left: 10px;
}
.smpForm .ss_user_notnull {
  margin-left: .5em;
  color: #d50000;
}
.smpForm .ss_upComment {
  margin-bottom: .5em;
}
.smpForm .ss_upComment > :first-child {
  margin-top: 0;
}
.smpForm .ss_rightComment {
  position: absolute;
  top: 1em;
  display: block;
  font-size: 85.71429%;
  color: #999;
}
.smpForm .ss_bottomComment {
  margin-top: .5em;
}
.smpForm .ss_leftComment {
  display: inline-block;
  margin-right: .5em;
}
.smpForm .ss_btnArea {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  text-align: center;
}
.smpForm .ss_btnArea input {
  position: relative;
  display: inline-block;
  width: 254px;
  line-height: 1.7;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .2) inset, 0 0 0 transparent;
  padding: .85em 32px .85em 20px;
  background-color: #fbfbfb;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.smpForm .ss_btnArea input:hover, .smpForm .ss_btnArea input:focus, .smpForm .ss_btnArea input:active {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, .2) inset, 0 4px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #d50000;
}
.smpForm .ss_grid {
  position: relative;
}
.smpForm #ss_name .ss_grid,
.smpForm #ss_name_ka .ss_grid,
.smpForm #ss_company_name .ss_grid,
.smpForm #ss_division .ss_grid,
.smpForm #ss_position .ss_grid,
.smpForm #ss_zip .ss_grid,
.smpForm #ss_address1 .ss_grid,
.smpForm #ss_address2 .ss_grid,
.smpForm #ss_address3 .ss_grid,
.smpForm #ss_tel .ss_grid,
.smpForm #ss_email .ss_grid {
  padding-top: 3em;
}
.smpForm #ss_zip .ss_grid {
  display: flex;
}
.smpForm #ss_zip .ss_input + .ss_input {
  display: flex;
  align-items: center;
  margin-left: .5em;
}
@media only screen and (min-width: 737px) {
  .smpForm .ss_field,
.smpForm .ss_required_field,
.smpForm .ss_enquete_field {
    display: flex;
  }
  .smpForm .ss_form_title,
.smpForm .ss_enquete_title,
.smpForm .ss_grid {
    padding: 1.6em 20px;
  }
  .smpForm .ss_form_title,
.smpForm .ss_enquete_title {
    display: flex;
    align-items: center;
    width: 35%;
    border-right: 1px solid #ccc;
  }
  .smpForm .ss_grid {
    width: 65%;
  }
  .smpForm #ss_name .ss_grid,
.smpForm #ss_name_ka .ss_grid {
    display: flex;
  }
  .smpForm #ss_name .ss_input + .ss_input,
.smpForm #ss_name_ka .ss_input + .ss_input {
    margin-left: 1em;
  }
  .smpForm .ss_rightComment {
    left: 20px;
  }
}
@media only screen and (max-width: 736px) {
  .smpForm input[type=text],
.smpForm input[type=tel],
.smpForm input[type=email],
.smpForm select,
.smpForm textarea {
    width: 100%;
  }
  .smpForm .ss_form_title,
.smpForm .ss_enquete_title,
.smpForm .ss_grid {
    padding: 1em 10px;
  }
  .smpForm .ss_grid {
    padding-bottom: 1.5em;
  }
  .smpForm #ss_name .ss_input,
.smpForm #ss_name_ka .ss_input {
    display: flex;
    align-items: center;
  }
  .smpForm #ss_name .ss_input + .ss_input,
.smpForm #ss_name_ka .ss_input + .ss_input {
    margin-top: 1em;
  }
  .smpForm .ss_rightComment {
    left: 10px;
  }
}

.list-tag-01 {
  margin-top: -20px;
}
.list-tag-01 > li {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-right: 12px;
}
.list-tag-01 > li:last-child {
  margin-right: 0;
}
.list-tag-01 > li input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 2px;
  left: 2px;
  opacity: 0;
  z-index: -1;
}
.list-tag-01 > li input[type=checkbox] + label {
  display: inline-block;
  color: #656565;
  font-size: 114.3%;
  position: relative;
  transition: .2s ease opacity, .2s ease background-color, .2s ease color;
}
.list-tag-01 > li input[type=checkbox] + label::before {
  content: "#";
  display: inline;
}
.list-tag-01 > li input[type=checkbox]:hover + label, .list-tag-01 > li input[type=checkbox]:focus + label {
  text-decoration: underline;
}
.list-tag-01 > li input[type=checkbox]:focus + label {
  outline: 2px solid #000000;
  border-radius: 2px;
}
.list-tag-01 > li input[type=checkbox]:checked + label {
  color: #e60000;
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  .list-tag-01 {
    margin-top: -16px;
  }
  .list-tag-01 > li {
    margin-top: 16px;
    margin-right: 20px;
  }
  .list-tag-01 > li input[type=checkbox] + label {
    font-size: 100%;
  }
}

.js-tip-content {
  display: none;
}
.js-enabled .js-tip-content {
  display: block;
}

.pc-hide {
  display: none;
}

@media only screen and (max-width: 736px) {
  .pc-hide {
    display: block;
  }
}
.country-selector {
  padding: 10px 0 0;
}

.country-selector-inner {
  max-width: 1344px;
  margin: 0 auto 30px;
  position: relative;
}

.country-selector-wrap {
  position: absolute;
  z-index: 10;
  max-width: 300px;
}

.country-selector-hook {
  border-radius: 3px;
  border: #e4e9f2 1px solid;
  background: #fff;
  display: block;
  position: relative;
  width: 300px;
  padding: 5px 18px;
  padding-right: 41px;
  margin-top: 7px;
  margin-bottom: 0;
}
.country-selector-hook::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #696969;
  border-right: solid 1px #696969;
  position: absolute;
  top: 50%;
  transform: rotate(135deg);
  margin-top: -4px;
  right: 16px;
  pointer-events: none;
}
.country-selector-hook::after {
  content: "";
  display: block;
  background-color: #e4e9f2;
  height: 28px;
  width: 1px;
  position: absolute;
  right: 41px;
  top: 50%;
  margin-top: -14px;
}

.country-selector-list {
  padding: 10px;
  max-height: 200px;
  background-color: #fff;
  overflow-y: scroll;
  border-width: 0 1px 1px;
  border-color: #e4e9f2;
  border-style: solid;
}
.country-selector-list > li > a {
  display: block;
  color: #333;
  text-decoration: none;
}
.country-selector-list > li > a:hover, .country-selector-list > li > a:focus {
  color: #e60000;
}

.js-country-selector-link.is-hidden {
  display: none;
}

@media only screen and (max-width: 960px) {
  .country-selector {
    display: none;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  display: none;
  transition: opacity .3s;
  z-index: 100002;
  transform: translate3d(0, 0, 2px);
}
.overlay.active {
  opacity: 1;
  display: block;
}

/* モーダルウィンドウ */
.js-enabled .popup {
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100003;
  transform: translate3d(-50%, -50%, 3px);
  opacity: 0;
  display: none;
  transition: opacity .3s;
  /* activeクラスのついたモーダルウィンドウ */
  /* モーダルウィンドウ内の閉じるボタン */
}
.js-enabled .popup.active {
  opacity: 1;
  display: block;
}
.js-enabled .popup .popup-close-btn {
  position: absolute;
  top: -20px;
  right: -15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  appearance: none;
}
.js-enabled .popup .sp-hide {
  display: block;
}
.js-enabled .popup .pc-hide {
  display: none;
}
.js-enabled .popup > .popup-banner img {
  max-width: none;
  width: auto;
}
@media only screen and (max-width: 960px) {
  .js-enabled .popup .sp-hide {
    display: none;
  }
  .js-enabled .popup .pc-hide {
    display: block;
  }
}
.js-enabled .popup .popup-banner {
  margin-bottom: 0;
}

.popup {
  margin: 20px auto;
  max-width: 920px;
}
.popup .sp-hide {
  display: block;
}
.popup .pc-hide {
  display: none;
}
@media only screen and (max-width: 960px) {
  .popup .sp-hide {
    display: none;
  }
  .popup .pc-hide {
    display: block;
  }
}

/* ===========================
2022年用
--------------------------- */
.ranking-style-01.japan-2022 #hero-image {
  background-image: url(/ranking/japan/images/2022/bg-ranking-01-pc.jpg);
}
@media only screen and (max-width: 736px) {
  .ranking-style-01.japan-2022 #hero-image {
    background-image: url(/ranking/japan/images/2022/bg-ranking-01-sp.jpg);
  }
}

.japan-2022 .list-ranking-04 li > .contents .data > .list > li p {
  margin-bottom: 0;
}

.ranking-style-01.japan-2022 #hero-image > .inner h1 {
  color: #000;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, .9), -2px 2px 6px rgba(255, 255, 255, .9), 2px -2px 6px rgba(255, 255, 255, .9), -2px -2px 6px rgba(255, 255, 255, .9), 1px 1px 2px rgba(255, 255, 255, .5), -1px -1px 2px rgba(255, 255, 255, .5), 1px -1px 2px rgba(255, 255, 255, .5), -1px 1px 2px rgba(255, 255, 255, .5);
}

.font-correct {
  font-family: "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.woman.woman-2022 .list-ranking-04 li > .contents .data .name > a {
  color: #cd344d;
}

/* ===========================
優秀企業
--------------------------- */
.region #hero-image {
  background: url(/ranking/region/images/bg-region-01-pc.jpg) top left/cover no-repeat #000;
  color: #fff;
  text-align: center;
}
.region #hero-image .inner {
  padding-top: 100px;
}
.region #hero-image .inner h1 {
  text-shadow: 2px 3px 0 #ff7e00, 0 -1px 19px #ff7e00, 0 -1px 19px #ff7e00;
}
.region #hero-image .inner .logo-01 {
  margin-top: 8em;
}
.region #hero-image .inner .logo-01 + p {
  margin-bottom: 0;
}
.region #main-content::before {
  background: url(/ranking/region/images/bg-region-03-pc-l.png) repeat-y left top, url(/ranking/region/images/bg-region-03-pc-r.png) repeat-y right 0 top 50px;
}
.region .summary::before {
  background-image: url(/ranking/region/images/bg-region-02-pc.png);
}
.region .list-ranking-04 li > .contents .data .name a {
  color: #ff7e00;
}
.region .link-anc-03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3px 60px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.region .link-anc-03 .list li {
  margin: 0;
  width: 32.333333%;
}
.region .link-anc-03 .list li a {
  padding: 26px 5px 26px 19px;
  background-color: #ff7e00;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.region .link-anc-03 .list li a:hover, .region .link-anc-03 .list li a:focus, .region .link-anc-03 .list li a:active {
  background-color: #d16904;
}
.region .link-anc-03 .list li:not(:nth-child(3n)) {
  margin-right: 1%;
}
.region .link-anc-03 .list li:nth-child(n+4) {
  margin-top: 6px;
}
.region .link-btn-04 a {
  color: #ff7e00;
  border: 1px solid #ff7e00;
}
.region .link-btn-04 a span::before, .region .link-btn-04 a span::after {
  width: 6px;
  height: 2px;
  background-color: #ff7e00;
}
.region .link-btn-04.unique a {
  max-width: 460px;
  min-width: 460px;
}
.region .link-btn-04.unique a span::before {
  width: 6px;
  height: 8px;
  background: url(/ranking/region/images/ico_region-arrow-01.png);
  transform: none;
}
.region .link-btn-04.unique a span::after {
  content: none;
}
.region .hdg-region-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}
.region .hdg-region-01 .text {
  font-size: 1.5rem;
}
.region .hdg-region-01 .logo {
  flex-shrink: 0;
  padding-left: 30px;
}
.region .lyt-toggle-section-05 > .ui {
  background-color: #ff7e00;
  border: solid 1px #ff7e00;
  padding: .7em 10px .7em 10px;
}
.region .lyt-toggle-section-05 > .ui > span::before, .region .lyt-toggle-section-05 > .ui > span::after {
  right: 16px;
}
.region .lyt-toggle-section-05 > .ui[aria-expanded=true] {
  color: #fff;
}
.region .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::before, .region .lyt-toggle-section-05 > .ui[aria-expanded=true] > span::after {
  background-color: #fff;
}
.region .lyt-toggle-section-05 .link-btn-03 > ul > li > a {
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
}
.region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active {
  color: #fff;
}
.region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::before, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:hover > span::after, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::before, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:focus > span::after, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::before, .region .lyt-toggle-section-05 .link-btn-03 > ul > li > a:active > span::after {
  background-color: #fff;
}
.region .box-01 {
  background-color: #fff7f1;
}
.region .link-btn-06 a {
  background-color: #ff7e00;
}
.region .link-arrow-03 a {
  color: #ff7e00;
}
.region .link-arrow-03::before {
  top: calc(50% - 5px);
  width: 6px;
  height: 8px;
  background: url(/ranking/region/images/ico_region-arrow-01.png);
  transform: none;
}
.region .link-arrow-03::after {
  content: none;
}
.region .list-ranking-04 li .data .name {
  color: #ff7e00;
}
.region .link-arrow-03 {
  margin-left: 10px;
}
.region .link-btn-06 a > span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.region .link-btn-06 a > span img {
  margin-right: 0;
}

@media only screen and (max-width: 736px) {
  .region #hero-image {
    background: url(/ranking/region/images/bg-region-01-sp.jpg) bottom 20% left 0/cover no-repeat #000;
  }
  .region #hero-image > .inner {
    padding: 65px 10px 100px;
  }
  .region #hero-image > .inner .logo-01 {
    margin-top: 2.4em;
  }
  .region #main-content::before {
    background: url(/ranking/region/images/bg-region-03-sp-l.png) repeat-y left top, url(/ranking/region/images/bg-region-03-sp-r.png) repeat-y right 0 top 50px;
  }
  .region .summary::before {
    background: url(/ranking/region/images/bg-region-02-sp.png) no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .region .hdg-region-01 .text {
    font-size: 20px;
  }
  .region .hdg-region-01 .logo {
    padding-left: 10px;
  }
  .region .hdg-region-01 .logo img {
    width: 46px;
  }
  .region .link-anc-03.region .list li {
    width: 32.33333%;
  }
  .region .link-anc-03.region .list li a {
    padding: 12px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .region .link-anc-03.region .list li a::before {
    content: "";
    width: 12px;
    height: 8px;
    border: none;
    transform: none;
    background: url(/ranking/region/images/ico_region-arrow-02.png) no-repeat;
  }
  .region .link-anc-03.region .list li:not(:nth-child(3n)) {
    margin-right: 1px;
  }
  .region .link-anc-03.region .list li:nth-child(n+4) {
    margin-top: 1px;
  }
  .region .link-btn-04.unique a {
    max-width: 460px;
    min-width: 0;
  }
  .region .link-btn-04.unique a span::before {
    width: 6px;
    height: 8px;
    background: url(/ranking/region/images/ico_region-arrow-01.png);
    transform: none;
  }
  .region .link-btn-04.unique a span::after {
    content: none;
  }
}
@media only screen and (max-width: 541px) {
  .link-anc-03.region .list li a::before {
    top: calc(100% - 16px);
  }
}
.mt-0 {
  margin-top: 0 !important;
}

/* ===========================
adjust
--------------------------- */
#content .mt-0 {
  margin-top: 0 !important;
}
#content .mt-1 {
  margin-top: 1em !important;
}
#content .mt-2 {
  margin-top: 2em !important;
}
#content .mt-3 {
  margin-top: 3em !important;
}
#content .mr-0 {
  margin-right: 0 !important;
}
#content .mr-1 {
  margin-right: 10px !important;
}
#content .mr-2 {
  margin-right: 20px !important;
}
#content .mr-3 {
  margin-right: 30px !important;
}
#content .mb-0 {
  margin-bottom: 0 !important;
}
#content .mb-1 {
  margin-bottom: 1em !important;
}
#content .mb-2 {
  margin-bottom: 2em !important;
}
#content .mb-3 {
  margin-bottom: 3em !important;
}
#content .ml-0 {
  margin-left: 0 !important;
}
#content .ml-1 {
  margin-left: 10px !important;
}
#content .ml-2 {
  margin-left: 20px !important;
}
#content .ml-3 {
  margin-left: 30px !important;
}
#content .ta-l,
#content .ta-l th,
#content .ta-l td {
  text-align: left !important;
}
#content .ta-c,
#content .ta-c th,
#content .ta-c td {
  text-align: center !important;
}
#content .ta-r,
#content .ta-r th,
#content .ta-r td {
  text-align: right !important;
}
#content .va-t,
#content .va-t th,
#content .va-t td {
  vertical-align: top !important;
}
#content .va-m,
#content .va-m th,
#content .va-m td {
  vertical-align: middle !important;
}
#content .va-b,
#content .va-b th,
#content .va-b td {
  vertical-align: bottom !important;
}
#content .fs-s {
  font-size: 85.71429% !important;
}
#content .fs-m {
  font-size: 100% !important;
}
#content .fs-l {
  font-size: 142.85714% !important;
}
#content .d-ib {
  display: inline-block !important;
}
#content .fw-n {
  font-weight: normal !important;
}