@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
.point7 {
  background-color: #a7bde2 !important;
}

.point6 {
  background-color: #a5daec !important;
}

.point5 {
  background-color: #4aadba !important;
  color: #fff !important;
}

.point4 {
  background-color: #4aac57 !important;
  color: #fff !important;
}

.point3 {
  background-color: #9ecc5c !important;
  color: #fff !important;
}

.point2 {
  background-color: #cadeb6 !important;
}

.point1 {
  background-color: #fbe59f !important;
}

.a1 {
  background-color: #f3a3fc !important;
}

.a2 {
  background-color: #f8d0fd !important;
}

.b1 {
  background-color: #bfbfbf !important;
}

.b2 {
  background-color: #d9d9d9 !important;
}

.normal {
  background-color: #ffffff !important;
}

.floating {
  background-color: #fef2cf !important;
}

.danshin_ari {
  background-color: #f7c035 !important;
}

.danshin_nashi {
  background-color: #f8d0fd !important;
}

/*--=== SP ONLY max-width: 960px ===-- / */
@media screen and (max-width: 960px) {
  .rate_header .rate_news {
    font-size: 1.6rem;
  }
  .rate_header .rate_news dl dt {
    width: 8em;
    color: #0068b6;
    font-weight: bold;
  }
  .rate_header .rate_links {
    margin-top: 20px;
  }
  .rate_header .rate_links a {
    display: block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff7d4;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    color: #333;
    position: relative;
  }
  .rate_header .rate_links a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  .rate_header .rate_links .large_button {
    margin-bottom: 10px;
  }
  .rate_header .rate_links .large_button span {
    display: block;
    font-size: 1.4rem;
  }
  .rate_header .rate_links .large_button a {
    padding: 10px 50px;
  }
  .rate_header .rate_links .large_button a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .rate_header .rate_links .past_rate {
    margin: 20px 0;
  }
  .rate_header .rate_links .past_rate .title {
    background-color: #0068b6;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .rate_header .rate_links .past_rate .past_rate_list {
    display: flex;
    justify-content: space-between;
  }
  .rate_header .rate_links .past_rate .past_rate_list li {
    width: 32%;
  }
  .rate_header .rate_links .past_rate .past_rate_list li a {
    padding: 10px;
  }
  .rate_header .rate_links .past_rate .past_rate_list li a:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }

  .accordion_primary {
    border: 2px solid #009fe8;
    margin-top: 3rem;
    font-size: 1.4rem;
    display: flex;
    background-color: #ccedfa;
    padding: 15px;
    flex: 1;
    position: relative;
    font-weight: bold;
    color: #3c3c77;
  }
  .accordion_primary:after {
    content: "";
    background-image: url("/images/sp_navi_icon_plus.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion_primary.on:after {
    background-image: url("/images/sp_navi_icon_minus.png");
  }

  .accordion_secondary {
    border: 2px solid #009fe8;
    border-top: none;
    padding: 10px;
  }

  .yellow_line {
    position: relative;
    z-index: 10;
  }
  .yellow_line:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff000;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }

  .flat35_plan li {
    margin-bottom: 30px;
  }
  .flat35_plan li dl {
    height: 100%;
    width: 100%;
  }
  .flat35_plan li dl dt {
    padding: 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .flat35_plan li dl dd {
    padding: 8px;
    background-color: #fff;
  }
  .flat35_plan li dl dd span {
    font-size: 1.2rem;
  }

  .lineup_list {
    margin-bottom: 15px;
  }
  .lineup_list li {
    margin-bottom: 10px;
  }
  .lineup_list li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 20px 15px 20px 25px;
    text-align: center;
    position: relative;
    border-radius: 5px;
  }
  .lineup_list li a span {
    margin-top: 0.5rem;
    display: block;
    font-size: 12px;
  }
  .lineup_list li a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg) translateY(50%);
    color: inherit;
    border-color: #fff;
  }
  .lineup_list li .new {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fccf00;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 1;
  }
  .lineup_list li .note {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 3px;
  }

  .rate_title {
    background-image: none !important;
    color: #000 !important;
    padding: 10px;
    margin: 0 !important;
    margin-top: 3.2em !important;
  }
  .rate_title span {
    font-size: 1.2rem;
    display: block;
  }

  .rate_box {
    border-width: 1px;
    border-style: solid;
    padding: 15px;
  }

  .rate_h4 {
    color: #000;
    padding: 5px;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .pc_table_ctn {
    display: none;
  }

  .rate_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
  }
  .rate_table thead th {
    border: 1px solid #999;
    background-color: #d9d9d9;
    vertical-align: top;
    padding: 3px;
    line-height: 1;
    vertical-align: middle;
  }
  .rate_table tbody th {
    border: 1px solid #999;
    vertical-align: top;
    padding: 3px;
    color: #fff;
    background-color: #d9d9d9;
    color: #000;
  }
  .rate_table tbody td {
    vertical-align: top;
    border: 1px solid #999;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
  }
  .rate_table tbody td span {
    font-size: 14px;
  }
  .rate_table tbody td span:before {
    content: "年";
    font-size: 11px;
  }
  .rate_table tbody p {
    margin-bottom: 0 !important;
  }
  .rate_table tfoot {
    border-top: 5px double #999;
  }
  .rate_table tfoot th {
    border: 1px solid #999;
    background-color: #0068b6;
    vertical-align: top;
    padding: 3px;
    font-weight: bold;
    color: #fff;
  }
  .rate_table tfoot td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 3px;
  }
  .rate_table tfoot p {
    margin-bottom: 0 !important;
  }

  .rate_button_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 2px solid #0068b6;
    border-bottom: 2px solid #0068b6;
  }
  .rate_button_list li {
    width: 49%;
    margin-bottom: 15px;
  }
  .rate_button_list li.user a {
    background-color: #ccedfa;
    border: 4px solid #0068b6;
  }
  .rate_button_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px solid #fccf00;
    background-color: #fff7d4;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    color: #333;
    height: 100%;
    padding: 20px;
    position: relative;
  }
  .rate_button_list li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
}
/*--=== / SP ONLY max-width: 960px ===-- */
/*--=== PC ONLY min-width: 961px ===-- / */
@media print, screen and (min-width: 961px) {
  .rate_header {
    display: flex;
    justify-content: space-between;
  }
  .rate_header .rate_news {
    width: 60%;
    font-size: 1.6rem;
  }
  .rate_header .rate_news dl {
    display: flex;
    align-items: center;
  }
  .rate_header .rate_news dl dt {
    width: 8em;
    color: #0068b6;
    font-weight: bold;
  }
  .rate_header .rate_links {
    width: 40%;
  }
  .rate_header .rate_links a {
    display: block;
    text-align: center;
    border: 2px solid #fccf00;
    background-color: #fff7d4;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    color: #333;
    position: relative;
  }
  .rate_header .rate_links a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
  .rate_header .rate_links .large_button {
    margin-bottom: 10px;
  }
  .rate_header .rate_links .large_button span {
    display: block;
    font-size: 1.4rem;
  }
  .rate_header .rate_links .large_button a {
    padding: 10px 50px;
  }
  .rate_header .rate_links .large_button a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }
  .rate_header .rate_links .past_rate {
    margin: 20px 0;
  }
  .rate_header .rate_links .past_rate .title {
    background-color: #0068b6;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .rate_header .rate_links .past_rate .past_rate_list {
    display: flex;
    justify-content: space-between;
  }
  .rate_header .rate_links .past_rate .past_rate_list li {
    width: 32%;
  }
  .rate_header .rate_links .past_rate .past_rate_list li a {
    padding: 10px;
  }
  .rate_header .rate_links .past_rate .past_rate_list li a:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    background-image: url("/images/button_arrow.png");
    background-size: contain;
  }

  .accordion_primary {
    border: 2px solid #009fe8;
    margin-top: 3rem;
    font-size: 1.8rem;
    display: flex;
    background-color: #ccedfa;
    padding: 15px;
    flex: 1;
    position: relative;
    font-weight: bold;
    color: #3c3c77;
  }
  .accordion_primary:after {
    content: "";
    background-image: url("/images/sp_navi_icon_plus.png");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion_primary.on:after {
    background-image: url("/images/sp_navi_icon_minus.png");
  }

  .accordion_secondary {
    border: 2px solid #009fe8;
    border-top: none;
    padding: 30px;
  }

  .yellow_line {
    position: relative;
    z-index: 10;
  }
  .yellow_line:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff000;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
  }

  .flat35_plan {
    display: flex;
    flex-wrap: wrap;
  }
  .flat35_plan li {
    margin-bottom: 30px;
  }
  .flat35_plan li:nth-child(1) {
    width: 58%;
  }
  .flat35_plan li:nth-child(2) {
    width: 40%;
  }
  .flat35_plan li:nth-child(3) {
    width: 58%;
  }
  .flat35_plan li:nth-child(4) {
    width: 40%;
  }
  .flat35_plan li dl {
    display: flex;
    height: 100%;
    width: 100%;
  }
  .flat35_plan li dl dt {
    width: 12em;
    padding: 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .flat35_plan li dl dd {
    padding: 8px;
    background-color: #fff;
  }
  .flat35_plan li dl dd span {
    font-size: 1.2rem;
  }

  .lineup_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .lineup_list li {
    width: 24%;
    margin-right: 1.33%;
  }
  .lineup_list li:nth-child(4n) {
    margin-right: 0;
  }
  .lineup_list li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 23px 15px 23px 25px;
    text-align: center;
    position: relative;
    height: 100%;
    border-radius: 5px;
  }
  .lineup_list li a span {
    margin-top: 0.5rem;
    display: block;
    font-size: 12px;
  }
  .lineup_list li a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(135deg) translateY(50%);
    color: inherit;
    border-color: #fff;
  }
  .lineup_list li .new {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fccf00;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 1;
  }
  .lineup_list li .note {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 3px;
  }

  .rate_title {
    background-image: none !important;
    color: #000 !important;
    padding: 10px;
    margin: 0 !important;
    margin-top: 3.2em !important;
  }
  .rate_title span {
    font-size: 1.4rem;
  }

  .rate_box {
    border-width: 1px;
    border-style: solid;
    padding: 15px;
  }

  .rate_h4 {
    color: #000;
    padding: 5px;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }

  .sp_table_ctn {
    display: none;
  }

  .rate_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
  }
  .rate_table thead th {
    border: 1px solid #999;
    background-color: #d9d9d9;
    vertical-align: top;
    padding: 8px;
    line-height: 1;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
  }
  .rate_table tbody th {
    border: 1px solid #999;
    vertical-align: top;
    padding: 8px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    background-color: #d9d9d9;
    color: #000;
    vertical-align: middle;
  }
  .rate_table tbody th:nth-child(1) {
    width: 15em;
  }
  .rate_table tbody td {
    vertical-align: top;
    border: 1px solid #999;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
  }
  .rate_table tbody td span {
    font-size: 2rem;
  }
  .rate_table tbody td span:before {
    content: "年";
    font-size: 1.4rem;
  }
  .rate_table tbody p {
    margin-bottom: 0 !important;
  }
  .rate_table tfoot {
    border-top: 5px double #999;
  }
  .rate_table tfoot th {
    border: 1px solid #999;
    background-color: #0068b6;
    vertical-align: top;
    padding: 8px;
    font-weight: bold;
    color: #fff;
  }
  .rate_table tfoot td {
    vertical-align: top;
    border: 1px solid #cccccc;
    padding: 8px;
  }
  .rate_table tfoot p {
    margin-bottom: 0 !important;
  }

  .c6_table thead tr:nth-child(1) th:nth-child(1) {
    width: 22%;
  }
  .c6_table thead tr:nth-child(2) th {
    width: 13%;
  }

  .c6_table_sub_title {
    width: 61%;
  }

  .c6_table_sub {
    width: 61%;
  }
  .c6_table_sub thead tr:nth-child(1) th:nth-child(1) {
    width: 22%;
  }
  .c6_table_sub thead tr:nth-child(2) th {
    width: 13%;
  }

  .rate_button_list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 2px solid #0068b6;
    border-bottom: 2px solid #0068b6;
  }
  .rate_button_list li {
    width: 24%;
  }
  .rate_button_list li.user a {
    background-color: #1880ce;
    border: 4px solid #0068b6;
  }
  .rate_button_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 4px solid #fccf00;
    background-color: #ffdd43;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    color: #333;
    height: 100%;
    padding: 20px;
    position: relative;
  }
  .rate_button_list li a:hover {
    background-color: #fff7d4;
    transition: 0.5s;
  }
}
/*--=== / PC ONLY min-width: 961px ===-- */

/*# sourceMappingURL=rate.css.map */
