@charset "UTF-8";
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #fffef2;
  color: #000;
  font-weight: 300;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
}

.l-content {
  display: block !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.-sidebar-on #sidebar {
  display: none !important;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #fb8e2a;
  -webkit-box-shadow: 0 5px 0 #965519;
  box-shadow: 0 5px 0 #965519;
  color: #000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  opacity: 1;
}

.wrap900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_jc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_al {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex_wp {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fv-pc {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fffeea;
}

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

.header {
  padding: 4px 2.5%;
  color: #fff;
  background-color: #033b8d;
}

.header h1 {
  font-size: 1.3rem;
}

.home {
  background-color: #fff;
}

.list {
  width: 95%;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

.list .scrolHint,
.table .scrolHint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  max-width: 1024px;
  margin-left: auto;
  padding-right: 2.5%;
  font-size: 13px;
  text-align: right;
  opacity: 0.75;
  -webkit-animation: popping-arrow 2s infinite ease-out;
  animation: popping-arrow 2s infinite ease-out;
}

.list .scrolHint span,
.table .scrolHint span {
  padding-right: 2px;
  vertical-align: middle;
}

.list .scrolHint .yazirusi,
.table .scrolHint .yazirusi {
  position: relative;
  width: 30px;
}

.list .scrolHint .line01,
.table .scrolHint .line01 {
  height: 1px;
  background-color: #000;
}

.list .scrolHint .line02,
.table .scrolHint .line02 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list_wrap {
  display: block;
  overflow-x: scroll;
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.list_wrap::-webkit-scrollbar {
  height: 4px;
}

.list_wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #b9b9b9;
}

.list_wrap::-webkit-scrollbar-thumb {
  background: #474747;
}

.list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 165px;
  max-width: 165px;
  margin-right: 30px;
}

.list_item p {
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-top: auto;
  margin-bottom: 8px;
}

.list_item a {
  display: block;
  padding: 15px 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.list_item a .list_eyecatch {
  margin-bottom: 10px;
}

.list_item a .list_logo {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.list_item .list_crown {
  display: block;
  text-align: center;
  margin: 0 auto 7px;
  width: 35px;
}

.list_item .list_crown-num1 {
  width: 40px;
  display: block;
  text-align: center;
}

.list_item .list_crown-num2 {
  width: 37px;
}

.list_item .list_crown-num3 {
  width: 37px;
}

.table {
  padding-bottom: 15px;
  padding-bottom: 70px;
}

.table_ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #033b8d;
  padding: 11px 2.5%;
  margin-bottom: 35px;
}

.table_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #033b8d transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.table_swip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.table_container {
  display: block;
  overflow-x: scroll;
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.table_container table {
  border: 2px solid #382112;
}

.table_container table tbody tr {
  border-bottom: 1px solid #707070;
}

.table_container table tbody tr:last-of-type {
  border: none;
}

.table_container table tbody tr th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  font-size: 1.3rem;
  font-weight: 600;
  /* color: #e86f00;
  background-color: #f8d0a8; */
  color: #fff;
  background-color: #1082bf;
  padding-left: 1%;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
  min-width: 135px;
  max-width: 105px;
  z-index: 10;
}

.table_container table tbody tr th::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #382112;
}

.table_container table tbody tr th::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}

.table_container table tbody tr td {
  min-width: 195px;
  max-width: 165px;
  background-color: #fff;
  border-right: 1px solid #707070;
  padding: 16px 8px;
  text-align: left;
  vertical-align: middle;
}

.table_container table .table_n01 td img {
  display: block;
  width: 85px;
  margin: 0 auto;
}

.table_container .red {
  font-weight: 700;
  color: #f14b1d;
}

.table_container table tr td span {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 8px;
  padding: 2px 12px;
  border-radius: 25px;
}
.table_container table tr td .active {
  color: #fff;
  background-color: #0e8e7f;
}
.table_container table tr td .disable {
  color: #666666;
  background-color: #d9d9d9;
}

.table_container::-webkit-scrollbar {
  height: 4px;
}

.table_container::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #b9b9b9;
}

.table_container::-webkit-scrollbar-thumb {
  background: #474747;
}

.sidebar {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*スティッキーアイテム*/
.sidebar-sticky-info {
  margin-bottom: 50px;
  position: sticky;
  position: -webkit-sticky;
  top: 115px;
}

.sidebar-ttl {
  width: 100%;
  position: relative;
  font-size: 16px;
  padding: 8px 15px;
  margin-bottom: 10px;
  color: #fff;
  background: #208a64;
  background: #033b8d;
}

.sidebar-pickup {
  width: 95%;
  margin: auto;
}

.sidebar-pickup li {
  margin-bottom: 25px;
}

.sidebar-pickup li a img {
  display: block;
  margin-bottom: 5px;
}

.sidebar-pickup li a p {
  font-size: 1.6rem;
}

.footer {
  color: #fff;
  background-color: #6a6a6a;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

.footer h3 a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

.footer small {
  display: block;
  font-size: 1.1rem;
}

.hikaku-intro_box {
  margin-bottom: 36px;
}
.hikaku-intro h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 42px;
}
.hikaku-intro h2 {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 46px;
  border-left: 4px solid #165e83;
  background-color: #dee8f1;
}
.hikaku-intro h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #165e83;
  border-bottom: 3px solid #dee8f1;
  position: relative;
  margin-bottom: 36px;
}
.hikaku-intro h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 62px;
  height: 3px;
  background-color: #165e83;
}
.hikaku-intro h4 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 8px;
  border-left: 4px solid #165e83;
  margin-bottom: 16px;
}
.hikaku-intro p {
  margin-bottom: 16px;
}
.hikaku-intro p strong {
  display: block;
  font-weight: bold;
}
.hikaku-intro_list {
  padding: 16px;
  margin-bottom: 36px;
  border: 2px solid #f46c6c;
}
.list_decoration_box {
  border: 3px solid #000000;
}
.underlinen_decoration {
  display: inline-block;
  border-bottom: 5px solid #dfc240;
}

p.underlinen_decoration {
  margin-bottom: 8px;
}

.hikaku-intro ul {
  list-style-type: disc;
  padding-left: 1em;
}
.hikaku-intro ul li {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
}
.hikaku-intro .accordion {
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.hikaku-intro .accordion .icon {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  font-size: 24px;
  color: #165e83;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.hikaku-intro .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.hikaku-button {
  text-align: center;
}
.hikaku-button a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #f46c6c;
  padding: 8px 12px;
  margin-bottom: 42px;
  border-radius: 50px;
  letter-spacing: 0.075em;
}

.company_section {
  margin-bottom: 100px;
}
.company_section .company_head h2 {
  font-size: 3rem;
  font-weight: bold;
  padding: 12px;
  margin-bottom: 16px;
  color: white;
  background-color: #165e83;
}
.company_section .company_thumbnail {
  margin-bottom: 90px;
}
.company_section .company_feature {
  position: relative;
  padding: 36px 24px;
  margin-bottom: 36px;
  background: #ffeeee;
  border: 1px solid #f46c6c;
}
.company_section .company_feature span {
  position: absolute;
  top: -14px;
  left: 8px;
  padding: 4px 8px;
  color: #fff;
  background-color: #f46c6c;
}
.company_section .company_text p {
  margin-bottom: 16px;
}
.company_section .company_recommend {
  position: relative;
  padding: 36px 24px;
  margin-bottom: 36px;
  background: #ffeeee;
  border: 1px solid #f46c6c;
}
.company_section .company_recommend span {
  position: absolute;
  top: -14px;
  left: 8px;
  padding: 4px 8px;
  color: #fff;
  background-color: #f46c6c;
}
.company_section .company_table {
  margin-bottom: 36px;
}
.company_section .company_table h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #165e83;
  border-bottom: 3px solid #dee8f1;
  position: relative;
  margin-bottom: 36px;
}
.company_section .company_table h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 62px;
  height: 3px;
  background-color: #165e83;
}
.company_section .company_table .comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.company_section .company_table .comparison-table th,
.company_section .company_table .comparison-table td {
  border: 2px solid #165e83;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.company_section .company_table .comparison-table th {
  font-weight: bold;
  color: #165e83;
  text-align: left;
  background-color: #dee8f1;
  font-weight: bold;
}
.company_section .company_table .comparison-table td a {
  color: #007bff;
  text-decoration: none;
}
.company_section .company_table .comparison-table td a:hover {
  text-decoration: underline;
}
.company_section .company_table .comparison-table td[colspan="5"] {
  text-align: left;
}
.company_section .company_table .comparison-table .two-column td {
  width: 25%;
}
.company_section .company_table .comparison-table .two-column .icon-text {
  width: 100%;
  position: relative;
}
.company_section .company_table .comparison-table .two-column .icon-text p {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 3;
}
.company_section .company_table .comparison-table .two-column .icon-text span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.company_section
  .company_table
  .comparison-table
  .two-column
  .icon-text
  .icon-text-maru {
  font-size: 3.5rem;
  font-weight: bold;
  color: #f46c6c;
}
.company_section
  .company_table
  .comparison-table
  .two-column
  .icon-text
  .icon-text-batsu {
  font-size: 4.5rem;
  font-weight: bold;
  color: #165e83;
}
.company_section
  .company_table
  .comparison-table
  .two-column
  .icon-text
  .icon-text-sankaku {
  font-size: 4.5rem;
  font-weight: bold;
  color: #f6b749;
}
.company_section div ul {
  list-style-type: disc;
  padding-left: 1em;
}
.company_section div ul li {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
}

.c-txt {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
}
#toc ul li {
  margin-bottom: 8px;
}
#toc ul li a {
  font-size: 1.4rem;
}

#toc ul li a:link {
  color: #1176d4;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .list .scrolHint,
  .table .scrolHint {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 900px) {
  .fv-sp {
    display: none;
  }
  .fv-pc {
    display: block;
  }
  .list {
    margin-right: auto;
  }
  .home {
    min-width: 1024px;
  }
  .column-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 95%;
    width: 1024px;
    margin: 90px auto;
  }
  .main {
    width: 70%;
  }
  .table_container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .table .table_swip,
  .table .table_ttl {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .table_container table tbody tr th {
    max-width: 100%;
    padding-left: 0.5%;
  }
  .table_container table .table_n01 td img {
    width: 120px;
  }
  .table_container .red,
  .table_container table .table_n01 td span,
  .table_container table tbody tr th {
    font-size: 1.5rem;
  }
  .table_container table .table_n05 td em,
  .table_container table .table_n06 td em,
  .table_container table .table_n07 td em,
  .table_container table tbody tr td span {
    font-size: 1.5rem;
  }
  .table {
    padding-bottom: 45px;
    background-color: #fff;
  }
  .table_container {
    overflow-x: auto;
  }
  .table_container table {
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .list_wrap::-webkit-scrollbar,
  .table_container::-webkit-scrollbar {
    height: 10px;
    cursor: pointer !important;
  }
  .sidebar {
    width: 25%;
    min-width: 280px;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
  }
  .sidebar-ttl {
    position: relative;
    font-size: 16px;
    padding: 8px 15px;
    margin-bottom: 10px;
    color: #fff;
    background: #033b8d;
  }
  .sidebar-pickup {
    width: 100%;
  }
  .sidebar-pickup li {
    margin-bottom: 25px;
  }
  .sidebar-pickup li a img {
    display: block;
    margin-bottom: 5px;
  }
  .sidebar-pickup li a p {
    font-size: 1.5rem;
  }
}

@media (max-width: 900px) {
  .sidebar {
    position: static; /* PC以外の画面では固定しない */
  }
  .hikaku-intro,
  .company_section {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hikaku-intro h2,
  .company_section .company_head h2 {
    font-size: 2.4rem;
  }
  .company_section .company_table .comparison-table {
    font-size: 1.5rem;
  }
}

@media (max-width: 430px) {
  .hikaku-intro h2,
  .company_section .company_head h2 {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */
