@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

ul[class],
ol[class] {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

*,
*::before,
*::after {
  box-sizing: border-box; }

img {
  max-width: 100%;
  display: block; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/* ------------------------------------------------- *
 *        ＠base
 * ------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 62.5%;
  /*10px*/
  word-break: break-all; }

body {
  color: #2a2929;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ",Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a:link {
  color: #1b53c2; }

a:visited {
  color: #1b53c2; }

a:hover,
a:active,
a:focus {
  color: #1b53c2; }

a:hover img {
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

section {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    section {
      margin-bottom: 2rem; } }

p {
  font-size: 1.5rem;
  line-height: 1.8; }

li {
  font-size: 1.4rem; }

dt {
  font-size: 1.5rem;
  line-height: 1.5; }

dd {
  font-size: 1.4rem;
  line-height: 1.5; }

th,
td {
  font-size: 1.3rem;
  line-height: 1.5; }

.accordion-content {
  display: none; }

.pc-none {
  display: inline; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .pc-none {
      display: none; } }
  @media only screen and (min-width: 960px) {
    .pc-none {
      display: none; } }

.sp-none {
  display: none; }
  @media only screen and (max-width: 960px) and (min-width: 768px) {
    .sp-none {
      display: inline; } }
  @media only screen and (min-width: 960px) {
    .sp-none {
      display: inline; } }

/* ------------------------------------------------- *
 *        ＠レイアウト　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.l-mainvisual,
.l-wrapper,
.l-header-inner,
.m-lp,
.m-search,
.l-footer-inner {
  width: 955px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .l-mainvisual,
    .l-wrapper,
    .l-header-inner,
    .m-lp,
    .m-search,
    .l-footer-inner {
      width: 100%; } }

.l-wrapper {
  padding: 2rem 0 3rem; }
  @media only screen and (max-width: 767px) {
    .l-wrapper {
      padding: 0 0 3rem; } }

.l-container {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .l-container {
      display: block; } }

.l-main {
  width: 72.26%; }
  @media only screen and (max-width: 767px) {
    .l-main {
      width: 100%; } }

.l-side {
  margin-left: 2.6%;
  width: 25.14%; }
  @media only screen and (max-width: 767px) {
    .l-side {
      margin-left: 0;
      width: 100%; } }

.lower {
  padding-top: 4rem; }
  @media only screen and (max-width: 767px) {
    .lower {
      padding-top: 2rem; } }

.l-search {
  width: 850px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .l-search {
      width: 100%; } }

/* ------------------------------------------------- *
 *        ＠header
 * ------------------------------------------------- */
.l-header {
  background: #fff;
  border-bottom: 3px solid #060D5D; }
  .l-header .l-header-inner {
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    /*ステマ対策*/ }
    @media only screen and (max-width: 767px) {
      .l-header .l-header-inner {
        padding: 1rem; } }
    .l-header .l-header-inner .logo {
      float: left; }
      .l-header .l-header-inner .logo img {
        width: 65%; }
    .l-header .l-header-inner nav {
      float: right; }
      .l-header .l-header-inner nav ul li {
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-left: 2rem; }
        .l-header .l-header-inner nav ul li a {
          color: #404040;
          text-decoration: none; }
    .l-header .l-header-inner .pr-txt {
      font-size: 1.2rem;
      bottom: 0px;
      position: absolute;
      margin: auto;
      right: 0; }
      @media only screen and (max-width: 767px) {
        .l-header .l-header-inner .pr-txt {
          right: 10px; } }

/* ------------------------------------------------- *
 *        ＠aside
 * ------------------------------------------------- */
.block-side-ranking {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 767px) {
    .block-side-ranking {
      padding: 0 1.5rem; } }
  .block-side-ranking .title-side-ranking {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 1rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .block-side-ranking .title-side-ranking {
        margin: 0 -1.5rem 2rem; } }
    .block-side-ranking .title-side-ranking span {
      background: url(../img/icon/icon-rank.png) left center no-repeat;
      background-size: 28px 28px;
      color: #060D5D;
      padding-left: 3rem; }
    .block-side-ranking .title-side-ranking small {
      background: #060D5D;
      border-radius: 10px;
      color: #fff;
      display: inline-block;
      font-size: 1.1rem;
      margin-bottom: .5rem;
      padding: .2rem .8rem; }
  .block-side-ranking .list li {
    border: 1px solid #bfbfbf;
    margin-bottom: 1.5rem; }
    .block-side-ranking .list li.rank01 {
      border-top: 4px solid #E6B526; }
    .block-side-ranking .list li.rank02 {
      border-top: 4px solid #898989; }
    .block-side-ranking .list li.rank03 {
      border-top: 4px solid #983D0B; }
    .block-side-ranking .list li:last-child {
      margin-bottom: 0; }
    .block-side-ranking .list li .shosai dt {
      border-bottom: 1px solid #bfbfbf;
      font-size: 1.8rem;
      font-weight: 700;
      padding: .8rem 2rem .5rem 1rem;
      position: relative; }
      .block-side-ranking .list li .shosai dt::after {
        border-top: solid 2px #1b53c2;
        border-right: solid 2px #1b53c2;
        content: '';
        display: block;
        height: 8px;
        right: 1rem;
        margin: -3px 0 0;
        position: absolute;
        top: 48%;
        transform: rotate(45deg);
        width: 8px;
        -webkit-transform: rotate(45deg); }
      .block-side-ranking .list li .shosai dt .icon-rank {
        left: 0;
        position: absolute;
        top: -.2rem; }
        .block-side-ranking .list li .shosai dt .icon-rank img {
          display: inline;
          margin-right: .5rem;
          width: 30px; }
      .block-side-ranking .list li .shosai dt a {
        display: block;
        padding-left: 3.5rem;
        position: relative;
        text-decoration: none; }
    .block-side-ranking .list li .shosai dd {
      padding: 1rem; }
      .block-side-ranking .list li .shosai dd .star {
        background: #FFFFED;
        border-radius: 6px;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        padding: .5rem 0; }
        .block-side-ranking .list li .shosai dd .star span {
          display: block;
          float: left;
          font-size: 1.2rem;
          padding: 0.6rem 0 0 1rem; }
        .block-side-ranking .list li .shosai dd .star strong {
          color: #d40720;
          font-size: 2rem;
          font-weight: 700; }
          .block-side-ranking .list li .shosai dd .star strong img {
            display: inline;
            margin: .5rem .5rem 0 0;
            width: 40%; }
      .block-side-ranking .list li .shosai dd .value dt {
        background: #060D5D;
        border-bottom: none;
        border-radius: 5px;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        padding: .2rem 1rem;
        margin-bottom: .8rem;
        text-align: center; }
        .block-side-ranking .list li .shosai dd .value dt::after {
          bottom: -4px;
          border-color: #060D5D transparent transparent;
          border-style: solid;
          border-width: 4px 4px 0;
          content: "";
          height: 0;
          left: 50%;
          position: absolute;
          transform: translateX(-50%);
          top: auto;
          width: 0;
          -webkit-transform: translateX(-50%); }
      .block-side-ranking .list li .shosai dd .value dd {
        padding: 0; }
      .block-side-ranking .list li .shosai dd .list-value li {
        background: #f5f5f5;
        border: none;
        border-radius: 4px;
        color: #060D5D;
        display: inline-block;
        font-size: 1.1rem;
        margin: 0 .5rem .5rem 0;
        padding: .3rem .5rem .3rem 1.5rem;
        position: relative; }
        .block-side-ranking .list li .shosai dd .list-value li::before {
          border-left: 2px solid #060D5D;
          border-bottom: 2px solid #060D5D;
          content: '';
          height: 5px;
          left: .5rem;
          position: absolute;
          top: 35%;
          transform: rotate(-45deg);
          width: 8px; }
      .block-side-ranking .list li .shosai dd .text-catch {
        font-size: 1.2rem;
        font-weight: 700;
        margin: 1rem 0; }
        .block-side-ranking .list li .shosai dd .text-catch strong {
          font-size: 1.4rem; }
      .block-side-ranking .list li .shosai dd .commission {
        background: #f6f6f6;
        border-radius: 5px;
        padding: .5rem; }
        .block-side-ranking .list li .shosai dd .commission dt {
          font-size: 1.2rem;
          padding: 0 0 .5rem;
          text-align: center; }
          .block-side-ranking .list li .shosai dd .commission dt::after {
            display: none; }
          .block-side-ranking .list li .shosai dd .commission dt small {
            font-size: 1rem;
            font-style: normal; }
        .block-side-ranking .list li .shosai dd .commission dd {
          padding: .5rem .5rem .2rem; }
          .block-side-ranking .list li .shosai dd .commission dd .price {
            margin: 0 auto;
            position: relative; }
          .block-side-ranking .list li .shosai dd .commission dd .tag {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 3px;
            color: #888;
            font-size: 1rem;
            margin-right: .5rem;
            padding: .2rem .3rem; }

.block-side-contents {
  margin-bottom: 3rem; }
  .block-side-contents .title-side-contents {
    border-bottom: 2px solid #060D5D;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1.3rem 1.5rem 1.3rem 4rem; }
    @media only screen and (max-width: 767px) {
      .block-side-contents .title-side-contents {
        border-top: none; } }
    .block-side-contents .title-side-contents.icon-side01 {
      background: url(../img/icon/icon-side01.png) 1rem center no-repeat #f6f6f6;
      background-size: 23px 23px; }
    .block-side-contents .title-side-contents.icon-side02 {
      background: url(../img/icon/icon-side02.png) 1rem center no-repeat #f6f6f6;
      background-size: 23px 23px; }
    .block-side-contents .title-side-contents.icon-side03 {
      background: url(../img/icon/icon-side03.png) 1rem center no-repeat #f6f6f6;
      background-size: 23px 23px; }
  @media only screen and (max-width: 767px) {
    .block-side-contents .list-purpose {
      overflow: hidden;
      padding: 1rem; } }
  .block-side-contents .list-purpose li {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 1.5rem 1rem 1.5rem 3.5rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block-side-contents .list-purpose li {
        font-size: 1.3rem;
        float: left;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        width: 48.5%; } }
    @media only screen and (max-width: 767px) {
      .block-side-contents .list-purpose li:nth-child(odd) {
        margin-right: 3%; } }
    .block-side-contents .list-purpose li::before {
      content: "";
      display: block;
      height: 44px;
      position: absolute;
      right: 0;
      top: 0;
      width: 20px; }
    .block-side-contents .list-purpose li.list-01 {
      background: url(../img/icon/icon-purpose01.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-01::before {
        background: #7da24c; }
    .block-side-contents .list-purpose li.list-02 {
      background: url(../img/icon/icon-purpose02.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-02::before {
        background: #eb760c; }
    .block-side-contents .list-purpose li.list-03 {
      background: url(../img/icon/icon-purpose03.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-03::before {
        background: #f6b83e; }
    .block-side-contents .list-purpose li.list-04 {
      background: url(../img/icon/icon-purpose04.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-04::before {
        background: #ee4ca0; }
    .block-side-contents .list-purpose li.list-05 {
      background: url(../img/icon/icon-purpose05.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-05::before {
        background: #e03131; }
    .block-side-contents .list-purpose li.list-06 {
      background: url(../img/icon/icon-purpose06.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-06::before {
        background: #5375bc; }
    .block-side-contents .list-purpose li.list-07 {
      background: url(../img/icon/icon-purpose07.png) 0.8rem center no-repeat #fff;
      background-size: 23px 23px; }
      .block-side-contents .list-purpose li.list-07::before {
        background: #31c0df; }
    .block-side-contents .list-purpose li::after {
      border-top: solid 3px #fff;
      border-right: solid 3px #fff;
      content: '';
      display: block;
      height: 8px;
      right: .7rem;
      margin: -3px 0 0;
      position: absolute;
      top: 48%;
      transform: rotate(45deg);
      width: 8px;
      -webkit-transform: rotate(45deg); }
    .block-side-contents .list-purpose li a {
      color: #2a2929;
      display: block;
      text-decoration: none; }
  .block-side-contents .list-content li {
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.3;
    padding: 1rem 2rem 1rem 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block-side-contents .list-content li {
        padding: 1rem 2rem 1rem 1.5rem; } }
    .block-side-contents .list-content li::after {
      border-top: solid 2px #1b53c2;
      border-right: solid 2px #1b53c2;
      content: '';
      display: block;
      height: 8px;
      right: 1rem;
      margin: -3px 0 0;
      position: absolute;
      top: 48%;
      transform: rotate(45deg);
      width: 8px;
      -webkit-transform: rotate(45deg); }
    .block-side-contents .list-content li .bnr {
      padding-right: 1rem; }
      .block-side-contents .list-content li .bnr img {
        border: 1px solid #f1f1f1; }
    .block-side-contents .list-content li a {
      color: #2a2929;
      text-decoration: none; }
      .block-side-contents .list-content li a dt {
        color: #808080; }
      .block-side-contents .list-content li a dd {
        color: #2a2929; }
    @media only screen and (max-width: 767px) {
      .block-side-contents .list-content li dl {
        padding: 0 .5rem; } }
    .block-side-contents .list-content li dl dt {
      font-size: 1.4rem;
      margin-bottom: .3rem; }
    .block-side-contents .list-content li dl dd {
      font-size: 1.2rem;
      font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .block-side-contents .list-content li .text-column {
        padding: 0 .5rem; } }
  .block-side-contents .text-more {
    font-size: 1.4rem;
    padding: .5rem;
    text-align: right; }
    .block-side-contents .text-more a {
      padding-left: 1.2rem;
      position: relative; }
      .block-side-contents .text-more a::before {
        border-top: 5px solid #1b53c2;
        border-left: 5px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin: -3px 0 0;
        position: absolute;
        top: 50%;
        width: 0; }

/*用語集のみ*/
@media only screen and (max-width: 767px) {
  .side-glossary {
    margin: 0rem 1.5rem 3rem; } }

/* ------------------------------------------------- *
 *        ＠footer
 * ------------------------------------------------- */
.l-footer {
  width: 100%;
  background: #313131; }
  .l-footer .l-footer-inner {
    padding: 2rem 0; }
    @media only screen and (max-width: 767px) {
      .l-footer .l-footer-inner {
        padding: 2rem 1rem; } }
  .l-footer .footer-title-recommend,
  .l-footer .footer-title-ranking,
  .l-footer .footer-title-information {
    border-left: 5px solid #1b53c2;
    color: #1b53c2;
    font-size: 1.4rem;
    font-weight: 700;
    padding: .3rem .6rem;
    margin-bottom: 1.5rem; }
  .l-footer .footer-list-recommend,
  .l-footer .footer-list-ranking,
  .l-footer .footer-list-information {
    margin-bottom: 1.5rem; }
    .l-footer .footer-list-recommend li,
    .l-footer .footer-list-ranking li,
    .l-footer .footer-list-information li {
      display: inline-block;
      font-size: 1.3rem;
      line-height: 1.4;
      margin: 0 2rem .6rem 0;
      padding-left: 1rem;
      position: relative; }
      .l-footer .footer-list-recommend li a,
      .l-footer .footer-list-ranking li a,
      .l-footer .footer-list-information li a {
        color: #fff;
        text-decoration: none; }
      .l-footer .footer-list-recommend li::before,
      .l-footer .footer-list-ranking li::before,
      .l-footer .footer-list-information li::before {
        border-top: 5px solid #fff;
        border-left: 5px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin: -3px 0 0;
        position: absolute;
        top: 50%;
        width: 0; }
  .l-footer .footer-txt-more {
    font-size: 1.2rem;
    padding: 0 1rem;
    text-align: right; }
    .l-footer .footer-txt-more a {
      position: relative; }
      .l-footer .footer-txt-more a::before {
        border-top: solid 2px #349FE8;
        border-right: solid 2px #349FE8;
        -webkit-transform: rotate(45deg);
        content: "";
        display: block;
        height: 6px;
        position: absolute;
        left: -1rem;
        top: 35%;
        transform: rotate(45deg);
        width: 6px; }
  .l-footer .txt-footer-copyright {
    background: #1b53c2;
    color: #fff;
    font-size: 1.2rem;
    padding: 1rem;
    text-align: center; }

#scrolltop {
  background: #1b53c2;
  border-radius: 25px;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  height: 50px;
  line-height: 7rem;
  opacity: 0.8;
  position: fixed;
  right: 2rem;
  text-align: center;
  width: 50px; }
  #scrolltop::after {
    content: '▲';
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -1.8rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

/* ------------------------------------------------- *
 *        ＠テキスト
 * ------------------------------------------------- */
.txt-center {
  text-align: center; }

.txt-red {
  color: #D40720;
  font-weight: 700; }

.txt-marker {
  background: #fff14d;
  font-weight: 700; }

.txt-gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.txt-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* ------------------------------------------------- *
 *        ＠マージン・パディング
 * ------------------------------------------------- */
.mt0 {
  margin-top: 0 !important; }

.mt1 {
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important; }

.mt3 {
  margin-top: 3rem !important; }

.mt4 {
  margin-top: 4rem !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb1 {
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important; }

.pr1 {
  padding-right: 1rem; }

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