@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
}

body {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 1.5%;
}

@media screen and (max-width: 700px) {
    body {
        padding: 0;
    }
}

img {
    width: 100%;
    object-fit: contain;
    display: block;
    margin: 20px 0;
}

video {
    width: 100%;
}

/*基本スタイル*/
.sp {
    display: none;
}

@media screen and (max-width: 700px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

p {
    color: #000;
    margin: 10px 0px;
    line-height: 1.7;
    vertical-align: baseline;
    font-size: 16px;
}

@media screen and (max-width: 700px) {
    p {
        margin: 20px 0;
    }
}

b {
    font-weight: bold;
}

a {
    display: block;
    color: #1E73BE;  
}

li {
    font-weight: bold;
}

h1 {
    background: #405287;
    line-height: 1.4;
    padding: 0.9em 0.5em;
    margin: 1em auto 0;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

h2 {
    position: relative;
    display: inline-block;
    padding: 0.8rem 0rem 0.8rem 2.1rem;
    color: #150847;
    border-radius: 100vh 0 0 100vh;
    background: #eeecff;
    width: 95%;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 700px) {
    h2 {
        font-size: 18px;
        width: 90%;
    }
}

h2::before {
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 50%;
    background: #fff;
}


.anno {
    font-size: 10px;
    text-align: right;
    color: #747474;
}

.red {
    color: #c30000;
}

.yellow {
    color: #ff9900;
}

.marker {
    background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fff59c 40%, #fff492 100%);
}

.fsM {
    font-size: 0.8rem;
}

.taC {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.taR {
    text-align: right;
}

.sticky {
    position: sticky;
    left: 0;
    z-index: 50;
}

/*fv~ライターコメント*/
.fv_wrapper {
    margin: 0 auto;
}

.fv_wrapper img{
    margin: 0;
}

.wrapper {
    display: block;
    position: relative;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding: 3% 4%;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
}

.writer {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #8ab3df80;
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #8ab3df2d 1px, transparent 1px), linear-gradient(#8ab3df2d 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 21px 21px;
}

.writer img{
    margin: 5px;
    width: 94px;
    border-radius: 80px;
}

.writer_comment {
    width: 80%;
    padding-left: 10px;
}

@media screen and (max-width: 700px) {
    .writer img {
        width: 80px;
    }

    .writer .writer_comment p {
        margin: 8px 0;
    }
}

/*四角で囲む箇所*/
.box {
    padding: 10px;
    background-color: #eeecff;
    border-radius: 10px;
}

.box02 {
    background-color: #fffcdf;
}

.check01::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #405287;
    border-left: 2px solid #405287;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
    margin: 0 10px;
}

.check02::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #ff6923;
    border-left: 2px solid #ff6923;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
    margin: 0 10px;
}

/*比較表*/
.rankTable {
    margin-bottom: 40px;
}

.table_inner {
    border: 3px solid #405287;
    overflow: hidden;
    overflow-x: scroll;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.rankTable img {
    margin: 0;
}

.rankTable table {
    width: 1638px;
    text-align: center;
    line-height: 1.2;
}

.rankTable table tr {
    border-bottom: 1px dotted #ddd;
}

.rankTable table th {
    vertical-align: middle;
    width: 9.0%;
    font-size: 13px;
    z-index: 88;
    padding: 5px 0px 5px;
    background-color: #6578ae;
    color: #fff;
    left: 0;
    border-bottom: 1px dotted #fff;
}

.rankTable table td{
    width: auto;
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 2px 5px 0px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}

.rankTable .table_width {
    width: 8%;
}

.rankTable tr:nth-of-type(2) td{
    background-color: #fffbe8;
}

.rankTable .name {
    background-color: #eeecff !important;
    position: sticky;
    font-weight: 700;
}

.rankTable .bgblue {
    background-color: #c7c4e3 !important;
}

.rankTable a {
    color: #000;
    text-decoration: none;
}

.rankTable .table_cta {
    background-color: #47aa41;
    width: 100%;
    display: block;
    font-weight: 700;
    padding: 10% 0;
    border-radius: 10px;
    box-shadow: 0 5px #1b5d1f;
}

.rankTable .table_cta2{
    background-color: #e03b7d;
    box-shadow: 0 5px #96115e;
}

.rankTable .table_cta a {
    color: #FFF;
}

.sogood {
    font-size: 35px;
    color: #ed340c;
}

.good {
    font-size: 34px;
    color: #ffbb00;
    font-weight: normal;
}

.soso {
    font-size: 34px;
    font-weight: bold;
    color: #0cc300;
}


/*ミニ表*/
.mini_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto 0;
    border-right: #fff solid 2px;
    border-left: #fff solid 2px;
}

.mini_table th, .mini_table td {
    border: 1px solid #c3c3c3;
    font-weight: normal;
    vertical-align: middle;
}

.mini_table th {
    width: 30%;
    background-color: #EAF8FF;
    position: static;
    padding: 6px 7px;
    font-weight: bold;
}

.mini_table td {
    background-color: #fff;
    text-align: left;
    padding: 5px 10px;
}

/*CTA*/
.cta {
    margin: 40px 0;
    animation: 1.4s puru infinite;
  }
  @keyframes puru{
      0% {
          transform: skewX(9deg);
      }
      10% {
          transform: skewX(-8deg);
      }
      20% {
          transform: skewX(7deg);
      }
      30% {
          transform: skewX(-6deg);
      }
      40% {
          transform: skewX(5deg);
      }
      50% {
          transform: skewX(-4deg);
      }
      60% {
          transform: skewX(3deg);
      }
      70% {
          transform: skewX(-2deg);
      }
      80% {
          transform: skewX(1deg);
      }
      90% {
          transform: skewX(0deg);
      }
      100% {
          transform: skewX(0deg);
      }
  }

/*フッター*/
footer {
    margin-right: auto;
    margin-left: auto;
    background-color: #999;
    padding: 30px 10px;
}

footer a {
    color: #fff;
}
