@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------
 * variables.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # Color
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
 # Path
-----------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------
 * mixins.css
--------------------------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------
 # ribbon
-----------------------------------------------------------------------*/
.jp {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
    font-family: "Montserrat", sans-serif;
}

* {
    box-sizing: border-box;
    hanging-punctuation: allow-end;
}

.red {
    color: #eb0000 !important;
}

.btn_main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.btn_main a,
.btn_main .btn_inner {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ffa800;
    border: 2px solid transparent;
    border-radius: 10em;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    font-weight: normal;
    font-weight: bold;
    padding: 1em 2.6em 0.9em;
    position: relative;
    text-align: center;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
    z-index: 2;
}

.btn_main a .icon_arrow,
.btn_main a .icon_plus,
.btn_main .btn_inner .icon_arrow,
.btn_main .btn_inner .icon_plus {
    bottom: 0;
    margin: auto 0;
    position: absolute;
    right: 5%;
    top: 0;
}

.btn_main a .icon_plus::before,
.btn_main a .icon_plus::after,
.btn_main .btn_inner .icon_plus::before,
.btn_main .btn_inner .icon_plus::after {
    background: #a8a6a5;
}

.btn_main a:hover,
.btn_main .btn_inner:hover {
    opacity: 1;
}

.btn_main::after {
    background: #afafaf;
    border-radius: 10em;
    content: '';
    display: block;
    height: 100%;
    left: 0.2em;
    position: absolute;
    top: 0.2em;
    width: 100%;
    z-index: 1;
}

.btn_main:hover {
    opacity: 0.75;
}

.btn_main.blue01 a,
.btn_main.blue01 .btn_inner {
    background: #289baa;
}

.btn_main.blue02 a,
.btn_main.blue02 .btn_inner {
    background: #5a87c8;
}

.btn_main.blue03 a,
.btn_main.blue03 .btn_inner {
    background: #2caebd;
}

.btn_main.green01 a,
.btn_main.green01 .btn_inner {
    background: #289baa;
}

.btn_main.green02 a,
.btn_main.green02 .btn_inner {
    background: #2CAEBD;
}

.btn_main.btn_vertical {
    display: inline-block;
    vertical-align: middle;
}

.btn_main.btn_vertical a {
    padding: 2em 1.5em 3em;
}

.btn_main.btn_vertical a .btn_vertical_inner {
    display: inline-block;
    line-height: 1.1;
    margin: 0 auto;
    width: 1em;
}

.btn_main.btn_vertical a .icon_arrow {
    bottom: 1em;
    left: 50%;
    margin-left: -0.5em;
    right: 0;
    top: auto;
}

.icon_arrow {
    display: inline-block;
    height: 1.2rem;
    position: relative;
    vertical-align: middle;
    width: 1.2rem;
}

.icon_arrow::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 5rem;
    content: '';
    display: block;
    height: 100%;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 100%;
}

.icon_arrow::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 0.1em solid #ffa800;
    border-right: 0.1em solid #ffa800;
    bottom: 0;
    content: '';
    height: 30%;
    left: -1%;
    margin: auto;
    position: absolute;
    right: 0;
    top: -15%;
    transform: rotate(45deg);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 30%;
}

@media screen and (max-width: 768px) {
    .icon_arrow::after {
        left: -10%;
    }
}

.icon_arrow.blue01::after {
    border-color: #289baa;
}

.icon_arrow.blue02::after {
    border-color: #5a87c8;
}

.icon_arrow.blue03::after {
    border-color: #2caebd;
}

.icon_arrow.green01::after {
    border-color: #289baa;
}

.icon_arrow.green02::after {
    border-color: #2CAEBD;
}

.icon_arrow.black::before {
    background: #fff;
}

.icon_arrow.black::before,
.icon_arrow.black::after {
    border-color: #333;
}

.icon_arrow.top::after {
    left: 0%;
    top: 15%;
    transform: rotate(-135deg);
}

.icon_arrow.right::after {
    left: -18%;
    top: -10%;
    transform: rotate(-45deg);
}

.pc-none {
    display: none;
}

@media screen and (max-width: 1032px) {
    .pc-none {
        display: inline-block;
    }
}

.sp-none {
    display: inline-block;
}

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

.pc-only {
    display: inline-block;
}

@media screen and (max-width: 1032px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}

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

.tb-none {
    display: inline-block;
}

@media screen and (max-width: 1032px) {
    .tb-none {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .tb-none {
        display: inline-block;
    }
}

.tb-only {
    display: none;
}

@media screen and (max-width: 1032px) {
    .tb-only {
        display: inline-block;
    }
}

@media screen and (max-width: 900px) {
    .tb-only {
        display: none;
    }
}

.delay1 {
    animation-delay: 100ms;
}

.delay2 {
    animation-delay: 200ms;
}

.delay3 {
    animation-delay: 300ms;
}

.delay4 {
    animation-delay: 400ms;
}

.delay5 {
    animation-delay: 500ms;
}

.delay6 {
    animation-delay: 600ms;
}

.delay7 {
    animation-delay: 700ms;
}

.delay8 {
    animation-delay: 800ms;
}

.delay9 {
    animation-delay: 900ms;
}

.delay10 {
    animation-delay: 1000ms;
}

.inview {
    animation-play-state: running;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fadein.inview {
    opacity: 0;
}

.fadein.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadein;
    animation-timing-function: ease;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeup.inview {
    opacity: 0;
    transform: translateY(20px);
}

.fadeup.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fadeup;
    animation-timing-function: ease;
}

@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.rotatein.inview {
    transform: rotateX(-90deg);
}

.rotatein.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: rotatein;
    animation-timing-function: ease;
}

@keyframes rotatein {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.blur.inview {
    blur: 40px;
    filter: blur(40px);
}

.blur.inview.on {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: blur;
    animation-timing-function: ease;
}

@keyframes blur {
    0% {
        filter: blur(40px);
    }

    100% {
        filter: blur(0px);
    }
}

.swing.inview {
    transform-origin: bottom;
}

.swing.inview.on {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: swing;
    animation-timing-function: ease;
}

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }

    10% {
        transform: rotate(-5deg);
    }

    20% {
        transform: rotate(3deg);
    }

    27% {
        transform: rotate(-3deg);
    }

    33% {
        transform: rotate(1deg);
    }

    37% {
        transform: rotate(-1deg);
    }

    40% {
        transform: rotate(0deg);
    }
}

.bound.inview.on {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bound;
    animation-timing-function: ease;
}

@keyframes bound {
    0% {
        transform: translateY(0px);
    }

    15% {
        transform: translateY(-5px);
    }

    30% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(0px);
    }

    55% {
        transform: translateY(-1px);
    }

    60% {
        transform: translateY(0px);
    }
}

button:not([disabled]) > b {
    display: block;
    margin: auto;
    position: absolute;
    text-align: center;
}

button:not([disabled]) > i.spinner {
    opacity: 0;
}

button[disabled] > i.spinner {
    opacity: 1;
}

button[disabled] > b {
    display: none;
}

.btn02 {
    background: black;
    border-radius: 0px;
    color: white;
    display: block;
    height: 50px;
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
    width: 180px;
}

@media screen and (max-width: 900px) {
    .btn02 {
        width: 180px;
    }
}

@media screen and (max-width: 900px) and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 900px) and (max-width: 737px) and (orientation: landscape) {
    .btn02 {
        height: 50px;
        margin: 30px auto 0;
        width: 230px;
    }
}

.btn02:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.btn.arrow {
    position: relative;
}

.btn.arrow::after {
    border-right: solid 2px white;
    border-top: solid 2px white;
    content: "";
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    z-index: 1;
}

.spinner {
    -webkit-animation: spinner 1.3s infinite linear;
    animation: spinner 1.3s infinite linear;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 1em;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    transform: scale(0.55);
    width: 1em;
}

@keyframes spinner {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.mainv {
    margin-bottom: 10px;
    position: relative;
}

.mainv .ribon {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 22.343%;
    min-width: 300px;

}

.mainv .ribon .mainv_date {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #ffea00;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 1px;
}

.mainv_b {
    margin-top: -2.5em;
    padding-bottom: 70px;
    position: relative;
}

.slide_list {
    /* margin-bottom: 45px; */
    margin-bottom: 20px;
}

.slide_list ul {
    justify-content: center;
}

.slide_list ul li {
    margin: 0 5px;
    /* box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.1); */
}

.slide_list ul li a img {
    /* margin: 0 5px; */
}

.slide_list ul li a {
    display: block;
}

.check_btn {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-bottom: 4em; */
    margin-bottom: 2em;
}

.check_btn .btn_main {
    flex: 0 0 48%;
    max-width: 48%;
}

.check_btn .btn_main a {
    font-size: 1.3em;
    padding-left: 5em;
}

.check_btn .btn_01 a {
    background: #289baa url(../img/top/btn_icon_ranking.png) no-repeat left 20% center/3em auto;
}

.check_btn .btn_02 a {
    background: #00a978 url(../img/top/btn_icon_hikaku.png) no-repeat left 20% center/3em auto;
}

/* sec_bnr_link_box */
.sec_bnr_link_box {
    padding: 80px 0 0;
}

.sec_bnr_link_box .sec_bnr_link {
    display: block;
}

.sec_bnr_link_box_p2 {
    margin: 35px 0 0;
}

.sec1_01 {
    position: relative;
}

.sec1_01 .sec1_01_h2 {
    color: #eb5505;
    font-family: 'Kazesawa-Extrabold', sans-serif;
    font-size: 2.4em;
    margin: 0 0 1em;
    text-align: center;
}

.sec1_01_p p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 34px;
    text-align: center;
}

.sec1_01_p p + p {
    margin-top: 40px;
}

.sec1_figure01 {
    bottom: -152px;
    position: absolute;
    right: -100px;
    width: 35%;
}

#sec2 {
    padding: 100px 0 106px;
}

#sec2 h2 {
    color: #eb0000;
    font-family: 'Kazesawa-Extrabold', sans-serif;
    line-height: 1.4;
    text-align: center;
}

#sec2 h2 span {
    display: block;
}

#sec2 h2 span.t01 {
    font-size: 30px;
    margin-bottom: 10px;
}

#sec2 h2 span.t02 {
    font-size: 50px;
    line-height: 1.2;
}

.sec2_01 {
    /* background-color: #fff; */
    margin-top: 65px;
    position: relative;
    z-index: 1;
}

.point_top {
    position: relative;
}

.point_top .point {
    left: -89px;
    position: absolute;
    top: -50px;
    width: 23%;
    z-index: 1;
}

.point_top .catch {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    background-image: -webkit-linear-gradient(transparent 55%, #fff 0%);
    background-image: -moz-linear-gradient(transparent 55%, #fff 0%);
    background-image: -ms-linear-gradient(transparent 55%, #fff 0%);
    background-image: -o-linear-gradient(transparent 55%, #fff 0%);
    bottom: -18px;
    position: relative;
}

.point_top .catch img {
    margin: 0 -35px 0 -27px;
    max-width: 1062px;
    width: 1062px;
}

.point_main {
    background-color: #fff;
    padding: 50px 50px 70px;
    /* border-radius: 0 0 30px 30px; */
}

.point_box p {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 34px;
}

.point_box p strong {
    background-color: #fff0c8;
    color: #eb0000;
    font-weight: bold;
}

.h3_01 {
    background-color: #ebebeb;
    border-left: 0.9rem solid #eb5505;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 34px;
    margin-bottom: 30px;
    padding: 15px 10px 15px 15px;
}

.h3_01 small {
    font-size: 0.8em;
}

.point_01_list {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto;
    width: 100%;
}

.point_01_list li {
    background: #fff;
    border-radius: 0.8em;
    box-shadow: 0.3em 0.3em 0.8em rgba(0, 0, 0, 0.2);
    flex: 0 0 24%;
    max-width: 24%;
    border: 1px solid #eb5505;
}

.point_01_list li .inner {
    display: table;
    height: 100%;
    width: 100%;
}

.point_01_list li .inner span {
    color: #eb5505;
    display: table-cell;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

.point_box p + .h3_01 {
    margin-top: 40px;
}

.h4_01 {
    background: url(../img/top/point_h4_01.png) repeat-x center bottom/auto 6px;
    color: #eb5505;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 34px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.sec2_01_btn {
    padding: 30px 0 70px;
    position: relative;
}

.point_ranking_btn .btn_main {
    margin: 0 auto;
    width: 70%;
}

.point_ranking_btn .btn_main a {
    background: #289baa url(../img/top/icon_ranking.png) no-repeat center left 15%/36px auto;
}

.point_box .btn {
    text-align: center;
    /* margin: 30px 0 50px; */
}

/* .point_box .btn a {
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 7px 4px 0px #d6d6d6;
} */
.point_box .btn a {
    border-radius: 30px;
    box-shadow: 0px 7px 4px 0px #d6d6d6;
    display: inline-block;
}

.sec2_figure01 {
    position: absolute;
    right: -204px;
    top: -24px;
}

.point_01_window + .point_01_window {
    margin-top: 70px;
}

.point_01_window .h4_01.osusume {
    position: relative;
}

.point_01_window .h4_01.osusume:before {
    background: url(../img/top/osusume_img.png) 0 0 no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 90px;
    left: -93px;
    position: absolute;
    top: -68px;
    width: 90px;
}

.point_01_window .dairi_img {
    margin: 30px 0 30px;
}

.merit_box {
    margin-top: 30px;
}

.merit_box dl {
    overflow: hidden;
    padding-left: 150px;
    position: relative;
}

.merit_box dl dt,
.merit_box dl dd {
    /* float: left; */
    padding: 10px 0;
}

.merit_box dl dt {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    /* width: 16.67%; */
    width: 150px;
}

.merit_box dl dt span {
    -webkit-transform: translateY(-50%);
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.merit_box dl dd {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    /* width: 83.33%; */
    padding-left: 20px;
    padding-right: 10px;
}

.merit_box dl.merit {
    margin-bottom: 10px;
}

.merit_box dl.merit dt {
    background-color: #e62800;
}

.merit_box dl.merit dd {
    background-color: #ffe6e6;
    border: 2px dotted #e62800;
    border-left: none;
    color: #e62800;
}

.merit_box dl.demerit dt {
    background-color: #0073c8;
}

.merit_box dl.demerit dd {
    background-color: #ebf5ff;
    border: 2px dotted #0073c8;
    border-left: none;
    color: #0073c8;
}

.web_dairi {
    margin: 30px 0 30px;
}

.web_dairi ul li {
    max-width: 435px;
    width: 48.3334%;
    border: 2px solid #afafaf;
}

.web_dairi ul li figure figcaption {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 13px;
    text-align: center;
}

.point_01_b {
    margin: 40px 0 20px;
}

.point_01_b p {
    text-align: center;
}

.point_01_b .btn {
    margin-top: 58px;
}

.point_01_b .btn a {
    border-radius: 30px;
    box-shadow: 0px 7px 4px 0px #d6d6d6;
    display: inline-block;
}

.point_01_b .point_01_b_img {
    margin-bottom: 2rem;
}

.point_01_b .point_01_b_img img {
    margin-left: -23px;
    max-width: none;
    width: 100%;
}

.sec2_02 {
    background: #fff;
    /* margin-bottom: 50px; */
    position: relative;
    z-index: 1;
}

.point_02_b {
    margin: 18px -171px 50px -84px;
    max-width: 1136px;
    position: relative;
    width: 1136px;
}

.point_02_b img {
    display: block;
}

.sec2_figure02 {
    bottom: -44px;
    position: absolute;
    right: -207px;
}

.point_b {
    background-color: #eee;
    padding: 65px 50px 50px;
    position: relative;
}

.point_b .point_b_t01 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -29px;
    width: 40%;
}

.point_b .point_b_t02 {
    margin-bottom: 20px;
    text-align: center;
}

.point_b p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.point_b p.normal {
    font-weight: normal;
}

.point_b .btn {
    margin-top: 48px;
    text-align: center;
}

.point_b .btn a {
    border-radius: 30px;
    box-shadow: 0px 7px 4px 0px #d6d6d6;
    display: inline-block;
}

.point_b_example {
    background-color: #fff;
    margin: 30px 0 1em;
    padding: 33px 35px 30px;
}

.point_b_example_b_text {
    margin: 2em 0;
}

.point_b_example_top {
    height: 103px;
    margin-bottom: 32px;
    padding-left: 227px;
    padding-top: 27px;
    position: relative;
}

.point_b_example_top .p01 {
    height: 96px;
    left: 0;
    position: absolute;
    top: 0;
    width: 104px;
}

.point_b_example_top .p02 {
    height: 79px;
    left: 102px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 79px;
}

.point_b_example_top .p02 span {
    color: #333;
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 8px;
    white-space: nowrap;
}

.point_b_example_case ul li {
    max-width: 273px;
    width: 32.892%;
}

.point_b_example_case .small {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.05em;
    padding: 1em 0 0;
}

#sec3 .sec_inner {
    padding: 150px 0 100px;
}

#sec3 h2 {
    margin-bottom: 55px;
    text-align: center;
}

.sec3_01 {
    margin-bottom: 98px;
}

.sec3_01 .link_btn {
    margin-bottom: 90px;
}

.sec3_01 .link_btn ul {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
}

.sec3_01 .link_btn ul li {
    flex: 0 0 32%;
    margin: 0 0.5% 1em;
    max-width: 32%;
}

.sec3_01 .madoguchi {
    background: #fff;
    border-radius: 0.6em;
    padding: 0.5em;
}

.sec3_01 .madoguchi .madoguchi_inner {
    display: table;
    width: 100%;
}

.sec3_01 .madoguchi .madoguchi_title,
.sec3_01 .madoguchi .madoguchi_detail {
    display: table-row;
    vertical-align: middle;
}

.sec3_01 .madoguchi .madoguchi_group {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.sec3_01 .madoguchi .madoguchi_group:first-child {
    min-width: 62%;
    width: 62%;
}

.sec3_01 .madoguchi .madoguchi_title_target,
.sec3_01 .madoguchi .madoguchi_title_nontarget {
    color: #fff;
    font-size: 1.3em;
    padding: 0.5em 0;
}

.sec3_01 .madoguchi .madoguchi_title_target {
    background: #eb5505;
}

.sec3_01 .madoguchi .madoguchi_title_nontarget {
    background: #555;
}

.sec3_01 .madoguchi .madoguchi_detail .madoguchi_group {
    padding: 2em 0;
}

.sec3_01 .madoguchi .madoguchi_detail .madoguchi_group_nontarget {
    position: relative;
    z-index: 1;
}

.sec3_01 .madoguchi .madoguchi_detail .madoguchi_group_nontarget::after {
    background: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    height: 407px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.sec3_01 .madoguchi .madoguchi_type {
    display: inline-block;
    margin: 0 0 1em;
    text-align: center;
}

.sec3_01 .madoguchi .madoguchi_type:last-child {
    margin-bottom: 0;
}

.sec3_01 .madoguchi .madoguchi_type h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.sec3_01 .madoguchi .madoguchi_type ul:nth-of-type(1) {
    margin-bottom: 10px;
}

.sec3_01 .madoguchi .madoguchi_type ul li {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4;
    vertical-align: top;
    width: 125px;
}

.sec3_01 .madoguchi .madoguchi_type ul li img {
    display: block;
    margin-bottom: 0.4em;
    border: 2px solid #afafaf;
}

.sec3_01 .madoguchi .madoguchi_group_nontarget .madoguchi_type ul li img {
    border: none;
}

.sec3_01_small p {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-top: 11px;
    text-align: center;
}

.hikaku {
    padding-top: 60px;
    position: relative;
}

.hikaku + .hikaku {
    margin-top: 100px;
}

.hikaku_inner {
    position: relative;
    z-index: 1;
}

.hikaku_inner:before {
    border-radius: 1em;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.hikaku h3 {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -53px;
    z-index: 1;
}

.hikaku .hikaku_main {
    background-color: #fff;
    border-radius: 0.8em;
    padding: 100px 50px 50px;
}

.hikaku .hikaku_b {
    background-color: #fff0c8;
    border-radius: 0 0 0.8em 0.8em;
    min-height: 250px;
    padding: 54px 50px 40px;
    padding-left: 310px;
    position: relative;
}

.hikaku .hikaku_b figure {
    left: 0;
    position: absolute;
    top: 0;
}

.hikaku .hikaku_b p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 34px;
}

.hikaku .hikaku_b p strong {
    color: #eb0000;
    font-size: 22px;
}

.sec3_recommend {
    margin-top: 50px;
}

.sec3_recommend h3 {
    margin-bottom: 10px;
}

.sec3_recommend a {
    display: block;
}

.sec3_02 .sec3_02_sitelist {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
}

.sec3_02 .sec3_02_sitelist li {
    flex: 0 0 140px;
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0 0.5em 1em;
    max-width: 140px;
}

.sec3_02 .sec3_02_sitelist li img {
    margin-bottom: 0.4em;
    border: 2px solid #afafaf;
}

.sec3_02 .sec3_02_official {
    margin-top: 3em;
}

.sec3_02 .sec3_02_official h3 {
    background: #eb5505;
    border-radius: 0.6em 0.6em 0 0;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    padding: 1.3rem 0 1rem;
    position: static;
    text-align: center;
}

.sec3_02 .sec3_02_official .special_list {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    background: #ebebeb;
    border-radius: 0 0 0.6em 0.6em;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 3em;
}

.sec3_02 .sec3_02_official .special_list .special_list_inner {
    flex: 0 0 50%;
    max-width: 50%;
}

.sec3_02 .sec3_02_official .special_list .special_item {
    display: table;
    margin-bottom: 1em;
    width: 100%;
}

.sec3_02 .sec3_02_official .special_list .special_item:last-child {
    margin-bottom: 0;
}

.sec3_02 .sec3_02_official .special_list .special_item .special_item_title {
    color: #fff;
    display: table-cell;
    min-width: 25%;
    padding: 0.4em 0;
    vertical-align: middle;
    width: 25%;
}

.sec3_02 .sec3_02_official .special_list .special_item .special_item_title strong {
    background: #fa9646;
    border-radius: 0.8em;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.sec3_02 .sec3_02_official .special_list .special_item .special_item_title span {
    font-size: 1.8em;
    padding-left: 0.1em;
    vertical-align: middle;
}

.sec3_02 .sec3_02_official .special_list .special_item .special_item_text {
    display: table-cell;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 0.5em;
    text-align: left;
    vertical-align: middle;
}

.sec3_02 .sec3_02_official .special_list .special_item .special_item_text.wide {
    height: 2.5em;
    text-align: center;
    width: 100%;
}

.sec3_02.hikaku .hikaku_main {
    padding: 115px 50px 60px;
    text-align: center;
}

.sec3_02_p01 {
    display: inline-block;
    height: 115px;
    margin-bottom: 20px;
    padding-left: 100px;
    padding-top: 22px;
    position: relative;
    text-align: center;
}

.sec3_02_p01 img {
    height: 115px;
    left: 0;
    position: absolute;
    top: 0;
    width: 89px;
}

.sec3_02_p01 b {
    display: block;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 12px;
}

.sec3_02_p01 span {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.sec3_02.hikaku .hikaku_b figure {
    left: -4px;
    top: -22px;
    width: 30%;
}

.sec3_02.hikaku .hikaku_b p strong {
    color: #eb0000;
}

.sec3_03.hikaku .hikaku_main {
    background-color: #fff;
    padding: 110px 0.5em 0px;
    position: relative;
    border-radius: 0.8em 0.8em 0 0;
}

.sec3_03 table {
    background-color: #fff;
    width: 100%;
}

.sec3_03 table tr:last-child th,
.sec3_03 table tr:last-child td {
    border-bottom: 0;
}

.sec3_03 table th,
.sec3_03 table td {
    padding: 10px 10px;
    /* border: 3px solid #f5f5f5; */
    text-align: center;
}

.sec3_03 table th {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    color: #eb5505;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
}

.sec3_03 table th:first-child {
    border-left: none;
}

.sec3_03 table th.medal {
    vertical-align: top;
}

.sec3_03 table th.medal.medal_color2 {
    background-color: #9f9e9e;
}

.sec3_03 table th.medal.medal_color3 {
    background-color: #b17142;
}

.sec3_03 table td {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    padding: 30px 1.4em;
    vertical-align: top;
}

.sec3_03 table td:nth-child(3) {
    padding: 10px 20px 20px;
}

.sec3_03 table td:last-child {
    padding: 10px 20px;
}

.sec3_03 table tr:nth-child(4) td:nth-child(3) {
    padding: 75px 20px 20px;
}

.sec3_03 table tr:nth-child(5) td:nth-child(3) {
    padding: 75px 20px 20px;
}

.sec3_03 table tr:nth-child(6) td:nth-child(3) {
    padding: 75px 20px 20px;
}

.sec3_03 table tr:first-child th {
    background-color: #555;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.sec3_03 table tr:first-child th:nth-child(1) {
    width: 7%;
}

.sec3_03 table tr:first-child th:nth-child(2) {
    width: 26%;
}

.sec3_03 table tr:first-child th:nth-child(3) {
    width: auto;
}

.sec3_03 table tr:first-child th:nth-child(4) {
    width: 12.4%;
}

.sec3_03 table .medal_1 {
    height: 100%;
    position: relative;
    width: 100%;
}

.sec3_03 table .medal_1 span {
    display: block;
    height: 115px;
    left: -29px;
    position: absolute;
    top: 90px;
    width: 100px;
}

.sec3_03 table .tit {
    margin-bottom: 1em;
    text-align: left;
}

.sec3_03 table .tit.nowrap {
    white-space: nowrap;
}

.sec3_03 table .tit b {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    margin-right: 8px;
    vertical-align: top;
}

.sec3_03 table .tit span {
    background-color: #eb5505;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 0.5em;
    padding: 0 1.5em;
    vertical-align: top;
}

.sec3_03 table .site_img {
    margin-bottom: 10px;
    text-align: center;
    width: 220px;
    border: 2px solid #afafaf;
}

.sec3_03 table .p01 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
}

.sec3_03 table .p01 .number {
    font-size: 1.4em;
}

.sec3_03 table .p01s {
    margin-bottom: 9px;
    padding-top: 8px;
}

.uchiwake_list {
    background: url(../img/top/sec3_03_uchiwake_row2.png) no-repeat left center/contain;
    border: 2px solid #fa9646;
    border-radius: 0.4rem;
    margin: 0 auto 0.8rem;
    padding: 0.6rem 2em 0.6rem 8em;
}

.uchiwake_list.row3 {
    background: url(../img/top/sec3_03_uchiwake.png) no-repeat left center/contain;
    padding: 0.4rem 2em 0.4rem 8em;
}

.uchiwake_list.single {
    padding: 1.4rem 2em 1.4rem 8em;
}

.uchiwake_list .uchiwake_list_item {
    display: table;
    width: 100%;
}

.uchiwake_list .title,
.uchiwake_list .price {
    display: table-cell;
}

.uchiwake_list .title {
    background: url(../img/top/sec3_03_uchiwake_dotted.png) repeat-x right center/contain;
    font-size: 14px;
    font-weight: bold;
    min-width: 68%;
    position: relative;
    text-align: left;
    width: 68%;
}

.uchiwake_list .title span {
    background: #fff;
    display: inline-block;
    padding-right: 0.6em;
    position: relative;
    z-index: 1;
}

.uchiwake_list .title:before {
    left: 0;
    position: absolute;
}

.uchiwake_list .price {
    font-size: 14px;
    font-weight: bold;
    min-width: 32%;
    text-align: right;
    width: 32%;
}

.uchiwake_list .price .number {
    font-size: 21px;
    line-height: 1;
}

.sec3_03 table .tel_contact {
    /*		max-width: 493px;*/
    margin: 1.8em auto 0;
    width: 100%;
    width: 94%;
}

.sec3_03 table .tel_contact .tel {
    background-color: #f5f5f5;
    display: inline-block;
    margin-left: 0%;
    padding: 10px 5px;
    text-align: center;
    width: 45%;
}

.sec3_03 table .tel_contact .tel span {
    color: #eb0000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.sec3_03 table .tel_contact .tel b {
    background: url(../common/img/tel_icon02@2x.png) left center no-repeat;
    background-size: 25.5px;
    color: #333;
    display: inline-block;
    /* line-height:  30px; */
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    padding-left: 30px;
    white-space: nowrap;
}

.sec3_03 table .tel_contact .contact_btn {
    display: inline-block;
    /*    width: 53%;*/
    margin: 16px 0 0;
}

.sec3_03 table .tel_contact .contact_btn a {
    display: block;
}

.sec3_03 table dl dt,
.sec3_03 table dl dd {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 18px;
}

.sec3_03 table dl dt {
    background-color: #eb5505;
    border-radius: 10px 10px 0 0;
    color: #fff;
    /* font-size:  13px; */
    font-weight: bold;
    /* line-height: 30px; */
    padding: 0.6em 0 0.5em;
}

.sec3_03 table dl dd {
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
    /* font-size:  13px; */
    /* line-height:  18px; */
    color: #060606;
    min-height: 68px;
    padding: 10px 10px;
    text-align: left;
}

.sec3_03 table dl dd span {
    color: #fa9646;
    padding-right: 0.2em;
}

.sec3_03 table .p_gray {
    background-color: #eee;
    border-radius: 10px;
    color: #333;
    font-size: 27px;
    letter-spacing: 0.05em;
    line-height: 201px;
    margin-top: 10px;
}

.sec3_03 table .btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.btn_osusume {
    animation: key2 2s ease infinite alternate;
    position: absolute;
    right: -173px;
    top: -161px;
    z-index: 1;
}

@keyframes key2 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.sec3_03 table .btn a {
    display: block;
}

.sec3_03 .table_info {
    font-size: 12px;
    padding: 1rem 0;
    text-align: center;
}

.sec3_03 .table_osarai {
    color: #eb0000;
    font-family: 'Kazesawa-Extrabold', sans-serif;
    font-size: 22px;
    font-size: 45px;
    font-weight: bold;
    padding: 6rem 0 3rem;
    text-align: center;
}

.sec3_03 .sec3_figure01 {
    bottom: -65px;
    position: absolute;
    right: -30px;
    width: 32%;
    z-index: 2;
}

.sec3_03.hikaku .hikaku_b table {
    margin: 0 auto;
    width: 88%;
}

.sec3_03.hikaku .hikaku_b table tr:first-child th {
    border-bottom: none;
    font-size: 0.8rem;
}

.sec3_03.hikaku .hikaku_b table tr:first-child th,
.sec3_03.hikaku .hikaku_b table tr:first-child td {
    background: #555;
    color: #fff;
    font-weight: bold;
}

.sec3_03.hikaku .hikaku_b table tr:nth-child(2) th,
.sec3_03.hikaku .hikaku_b table tr:nth-child(2) td {
    background: #fdf03c;
    color: #eb0000;
    font-weight: bold;
}

.sec3_03.hikaku .hikaku_b table td:first-child {
    border-left: none;
    min-width: 5%;
    padding: 0.8em 1em;
    width: 5%;
}

.sec3_03.hikaku .hikaku_b table td:nth-child(2) {
    padding: 0.8em 1em;
}

.sec3_03.hikaku .hikaku_b table td {
    font-size: 0.9rem;
    min-width: 15%;
    padding: 0.8em 1.5em;
    vertical-align: middle;
    width: 15%;
}

.sec3_03.hikaku .hikaku_b table .border_wrap {
    padding: 0 !important;
}

.sec3_03.hikaku .hikaku_b table .border {
    display: block;
    font-size: 0.9rem;
    line-height: 69px;
    padding: 1.55em 1.5em;
    position: relative;
}

.sec3_03.hikaku .hikaku_b table .border::after {
    border: 4px solid #eb0000;
    content: '';
    display: block;
    height: calc(371% - 4px);
    left: -2px;
    position: absolute;
    top: 0;
    width: calc(100% - 4px);
    z-index: 2;
}

.sec3_03.hikaku .hikaku_b table .btn_main_wrap {
    padding: 0.2em 0;
}

.sec3_03.hikaku .hikaku_b table .btn_main {
    line-height: 1.2;
}

.sec3_03.hikaku .hikaku_b table .btn_main a {
    font-size: 11px;
    padding: 0.4em 1.6em 0.3em 1em;
}

.sec3_03.hikaku .hikaku_b table .btn_main .icon_arrow {
    height: 0.9rem;
    width: 0.9rem;
}

.sec3_03.hikaku .hikaku_b table .btn_main .icon_arrow.right::after {
    left: -2%;
    top: -1%;
}

@media all and (-ms-high-contrast: none) {
    .sec3_03.hikaku .hikaku_b table .border::after {
        height: calc(520% - 4px);
    }
}

@-moz-document url-prefix() {
    .sec3_03.hikaku .hikaku_b table .border::after {
        height: calc(520% - 4px);
    }
}

.sec3_03 .hikaku_b table tr:nth-child(4) td:nth-child(3) {
    padding: 0.8em 1.5em;
}

.sec3_03 .hikaku_b table tr:nth-child(5) td:nth-child(3) {
    padding: 0.8em 1.5em;
}

.sec3_03 .hikaku_b table tr:nth-child(6) td:nth-child(3) {
    padding: 0.8em 1.5em;
}

.sec3_03.hikaku .hikaku_b {
    padding: 0;
    padding: 60px 50px 40px;
}

.sec3_03.hikaku .hikaku_b .hikaku_b_inner {
    padding: 4em 0 1em 290px;
    position: relative;
}

.sec3_03.hikaku .hikaku_b figure {
    left: -90px;
    top: -4px;
    width: 40%;
}

.sec3_04.hikaku .hikaku_main {
    padding: 110px 0.5em 0px;
}

.sec3_04_text {
    color: #eb0000;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.sec3_04_img01 {
    margin: 0 auto;
    padding-bottom: 3em;
    text-align: center;
    width: 90%;
}

.table_02 table {
    background-color: #fff;
    width: 100%;
}

.table_02 table th,
.table_02 table td {
    padding: 10px 10px;
    text-align: center;
}

.table_02 table th {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    color: #eb5505;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
}

.table_02 table th:first-child {
    border-left: none;
}

.table_02 table th.medal {
    vertical-align: top;
}

.table_02 table td {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    padding: 10px 2px;
    vertical-align: middle;
}

.table_02 table td .center {
    color: #eb0000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.table_02 table td .center strong {
    font-size: 45px;
}

.table_02 table td .center.black {
    color: #333;
}

.table_02 table td:nth-child(2) {
    padding: 30px 20px;
    vertical-align: top;
}

.table_02 table td:nth-child(8) {
    padding: 20px 10px;
}

.table_02 table td:nth-child(9) {
    vertical-align: top;
}

.table_02 table tr:first-child th {
    background: #555;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.table_02 table th.font_s {
    background: #555;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    white-space: nowrap;
}

.table_02 table th.w77 {
    border-left: 3px solid #f5f5f5;
    padding: 10px 2px;
    width: 77px;
}

.table_02 table th.w137 {
    width: 137px;
}

.table_02 table tr:first-child th:nth-child(1) {
    width: 7%;
}

.table_02 table tr:first-child th:nth-child(2) {
    width: 26%;
}

.table_02 table tr:first-child th:nth-child(3) {
    width: auto;
}

.table_02 table tr:first-child th:nth-child(4) {
    width: 12.4%;
}

.table_02 table tr:last-child th,
.table_02 table tr:last-child td {
    border-bottom: none;
}

.table_02 table .medal_1 {
    height: 100%;
    position: relative;
    width: 100%;
}

.table_02 table .medal_1 span {
    display: block;
    height: 115px;
    left: -30px;
    position: absolute;
    top: 90px;
    width: 100px;
}

.table_02 table .tit {
    margin-bottom: 1em;
    text-align: left;
}

.table_02 table .tit.nowrap {
    white-space: nowrap;
}

.table_02 table .tit b {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    margin-right: 8px;
    vertical-align: top;
}

.table_02 table .tit span {
    background-color: #eb5505;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 0.5em;
    padding: 0 1.5em;
    vertical-align: top;
}

.table_02 table .site_img {
    margin-bottom: 10px;
    text-align: center;
    width: 220px;
    border: 2px solid #afafaf;
}

.table_02 table .p01 {
    position: relative;
    top: -20px;
}

.table_02 table .p01s {
    margin-bottom: 9px;
    padding-top: 8px;
}

.table_02 table .p02 {
    background-color: #eb0000;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.table_02 table .small_1 {
    color: #666;
    display: block;
    font-size: 11px;
    position: absolute;
    right: 2px;
    text-align: right;
    top: -13px;
    width: 100%;
}

.table_02 table .icon {
    display: inline-block;
    text-align: center;
    width: 42px;
}

.table_02 table .font_17 {
    color: #333;
    display: block;
    font-size: 17px;
    font-weight: bold;
    left: 0;
    line-height: 18px;
    /* margin-top: 10px; */
    position: absolute;
    right: 0;
    top: 48px;
    white-space: nowrap;
}

.table_02 table .font_17.red {
    color: #eb0000;
}

.table_02 table .font_14 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    text-align: left;
}

.table_02 table .font_11 {
    display: block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 14px;
    white-space: normal;
}

.table_02 table .ul01 li {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 14px;
    padding-left: 1em;
    position: relative;
    text-align: left;
}

.table_02 table .ul01 li + li {
    margin-top: 2px;
}

.table_02 table .ul01 li:before {
    content: '・';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.table_02 table .btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.table_02 table .btn a {
    display: inline-block;
}

.sec3_04_table_b {
    background-color: #fff;
    padding: 12px 21px 48px;
}

.sec3_04_table_b p {
    color: #666;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 17px;
}

.sec3_04.hikaku .hikaku_b {
    padding-top: 50px;
}

.sec3_04.hikaku .hikaku_b figure {
    left: -21px;
    top: -29px;
    width: 30%;
}

.sec3_05.hikaku .hikaku_main {
    background-color: #fff;
    padding: 110px 0.5em 0px;
}

.table_03 table {
    background-color: #fff;
    width: 100%;
}

.table_03 table th,
.table_03 table td {
    padding: 10px 10px;
    text-align: center;
}

.table_03 table th {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    color: #eb5505;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
}

.table_03 table th:first-child {
    border-left: none;
}

.table_03 table th.medal {
    vertical-align: top;
}

.table_03 table td {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    padding: 10px 20px;
    vertical-align: middle;
}

.table_03 table td .monthly {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.table_03 table td .monthly strong {
    font-size: 45px;
}

.table_03 table tr:first-child th {
    background-color: #555;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.table_03 table tr:nth-child(2) th {
    background-color: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.table_03 table tr:first-child th:nth-child(1) {
    width: 7%;
}

.table_03 table tr:first-child th:nth-child(2) {
    width: 26%;
}

.table_03 table tr:first-child th:nth-child(3) {
    width: auto;
}

.table_03 table tr:first-child th:nth-child(4) {
    width: auto;
}

.table_03 table tr:first-child th:nth-child(5) {
    width: 12.4%;
}

.table_03 table tr:last-child th,
.table_03 table tr:last-child td {
    border-bottom: none;
}

.table_03 table td:nth-child(2) {
    padding: 30px 20px;
    vertical-align: top;
}

.table_03 th.medal .medal_1 {
    height: 100%;
    position: relative;
    width: 100%;
}

.table_03 th.medal .medal_1 span {
    display: block;
    height: 115px;
    left: -30px;
    position: absolute;
    top: 90px;
    width: 100px;
}

.table_03 table .tit {
    margin-bottom: 20px;
    text-align: left;
}

.table_03 table .tit.nowrap {
    white-space: nowrap;
}

.table_03 table .tit b {
    display: inline-block;
    display: block;
    font-size: 27px;
    font-weight: bold;
    line-height: 33px;
    margin-right: 8px;
    vertical-align: top;
}

.table_03 table .tit b small {
    font-size: 19px;
    font-weight: normal;
}

.table_03 table .tit span {
    background-color: #eb5505;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 0.5em;
    padding: 0 1.5em;
    vertical-align: top;
}

.table_03 table .site_img {
    margin-bottom: 10px;
    text-align: center;
    width: 220px;
}

.table_03 table .dl01 dt {
    margin-bottom: 15px;
}

.table_03 table .dl01 dt img.maru2 {
    position: relative;
    top: -6px;
}

.table_03 table .dl01 dd {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 22px;
    min-height: 44px;
}

.table_03 table .dl01 dd.red {
    color: #eb0000;
}

.table_03 table .dl01 dd.h88 {
    min-height: 88px;
}

.table_03 table .btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.table_03 table .btn a {
    display: block;
}

.sec3_05_table_b {
    background-color: #fff;
    padding: 1.5rem 21px 1.5rem;
}

.sec3_05_table_b p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 17px;
    text-align: center;
}

.sec3_05.hikaku .hikaku_b {
    padding-top: 50px;
}

.sec3_05.hikaku .hikaku_b figure {
    left: -17px;
    top: -21px;
    width: 30%;
}

.sec3_06.hikaku .hikaku_main {
    padding: 116px 0.5em 0px;
}

.ranking_box {
    background-color: #fff;
    /* padding: 90px 50px 50px; */
    position: relative;
}

.ranking_box .rank {
    height: 115px;
    left: 0;
    position: absolute;
    top: 0;
    width: 89px;
    z-index: 10;
}

.ranking_box .rank span {
    display: block;
    left: -8px;
    max-width: 100%;
    position: absolute;
    top: -15px;
}

.ranking_box_inner {
    background-color: #fff;
    overflow: hidden;
    padding: 70px 0 30px;
    position: relative;
}

.ranking_box .ranking_box_inner.rank1 h4 {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    background-image: -webkit-linear-gradient(transparent 55%, rgba(214, 177, 26, 0.4) 0%);
    background-image: -moz-linear-gradient(transparent 55%, rgba(214, 177, 26, 0.4) 0%);
    background-image: -ms-linear-gradient(transparent 55%, rgba(214, 177, 26, 0.4) 0%);
    background-image: -o-linear-gradient(transparent 55%, rgba(214, 177, 26, 0.4) 0%);
}

.ranking_box .ranking_box_inner.rank2 h4 {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    background-image: -webkit-linear-gradient(transparent 55%, rgba(143, 172, 184, 0.4) 0%);
    background-image: -moz-linear-gradient(transparent 55%, rgba(143, 172, 184, 0.4) 0%);
    background-image: -ms-linear-gradient(transparent 55%, rgba(143, 172, 184, 0.4) 0%);
    background-image: -o-linear-gradient(transparent 55%, rgba(143, 172, 184, 0.4) 0%);
}

.ranking_box_inner.rank2:before {
    background-color: #9f9e9e;
}

.ranking_box_inner.rank3:before {
    background-color: #b17142;
}

.ranking_box h4 {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    background-image: -webkit-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    background-image: -moz-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    background-image: -ms-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    background-image: -o-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    font-size: 32px;
    font-weight: bold;
    left: 0;
    letter-spacing: 0.05em;
    line-height: 70px;
    padding-left: 110px;
    position: absolute;
    top: 0;
    width: 100%;
}

.ranking_flex {
    background: #ebebeb;
    padding: 2em 50px 0;
    position: relative;
    z-index: 1;
}

.ranking_flex .ranking_flex_l {
    max-width: 300px;
    width: 33.3334%;
}

.ranking_graph {
    border-radius: 10px 10px 0 0;
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 300px;
}

.ranking_graph figure {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ranking_graph figure.img01 {
    z-index: 1;
}

.ranking_graph figure.img02 {
    z-index: 2;
}

.ranking_score {
    background-color: #fdf03c;
    padding: 0 8px 0;
}

.ranking_score p {
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: nowrap;
}

.ranking_score p b {
    color: #333;
    font-size: 28px;
    /* display:  inline-block; */
    margin-right: 24px;
}

.ranking_score p span {
    color: #eb0000;
}

.ranking_score p .span1 {
    font-size: 60px;
    margin-right: 6px;
}

.ranking_score p .span2 {
    font-size: 28px;
}

.ranking_box_osusume {
    position: relative;
    z-index: 1;
}

.ranking_box_osusume .btn_osusume {
    right: -125px;
    top: -130px;
}

.ranking_flex .ranking_flex_r {
    max-width: 580px;
    width: 64.4445%;
    /* border-radius: 10px; */
    /* overflow:  hidden; */
}

.ranking_flex .ranking_flex_r.date201904081729 {
    border-radius: 10px;
    overflow: hidden;
}

.ranking_flex .ranking_flex_r dl {
    height: 100%;
}

.ranking_flex .ranking_flex_r dl dt {
    background-color: #eb5505;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 46px;
    text-align: center;
}

.ranking_flex .ranking_flex_r dl dd {
    background-color: #fff;
    height: 100%;
    padding: 20px 20px 20px;
    position: relative;
}

.ranking_flex .ranking_flex_r dl dd .icon01 {
    left: 20px;
    position: absolute;
    top: 20px;
    width: 70px;
}

.ranking_flex .ranking_flex_r dl dd .icon01 figcaption {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 7px;
    text-align: center;
}

.ranking_flex .ranking_flex_r dl dd p.p01 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-bottom: 24px;
    min-height: 100px;
    padding-left: 82px;
    text-align: left;
}

.ranking_flex .ranking_flex_r dl dd p.p01 strong {
    color: #eb0000;
}

.ranking_flex .ranking_flex_r .contact {
    min-height: 170px;
    position: relative;
}

.ranking_flex .ranking_flex_r.date201904081729 .contact {
    min-height: 123px;
}

.ranking_flex .ranking_flex_r.date201904081729 .contact .btn_main {
    bottom: 0.2em;
    position: absolute;
    right: 0;
    width: 45%;
}

.ranking_flex .ranking_flex_r .contact .site_img {
    left: 0;
    position: absolute;
    top: 0;
    width: 220px;
}

.ranking_flex .ranking_flex_r.date201904081729 .contact .site_img {
    width: 280px;
    border: 2px solid #afafaf;
}

.ranking_flex .ranking_flex_r.date201904081729 .contact .site_img.centerposition {
    margin-left: 130px;
}

.ranking_flex .ranking_flex_r .contact .tel {
    background-color: #fff;
    margin-bottom: 10px;
    margin-left: 230px;
    padding: 11px 0 11px;
    /* position:  absolute; */
    /* top: 0; */
    /* left: 230px; */
    text-align: center;
    width: 310px;
}

.ranking_flex .ranking_flex_r .contact .tel span {
    color: #eb0000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.ranking_flex .ranking_flex_r .contact .tel b {
    background: url(../common/img/tel_icon02@2x.png) left 13px no-repeat;
    background-size: 32px;
    color: #333;
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    padding-left: 38px;
    white-space: nowrap;
}

.ranking_flex .ranking_flex_r .contact .contact_btn {
    margin-left: 230px;
    width: 310px;
}

.ranking_flex .ranking_flex_r.date201904081729 .contact .contact_btn {
    margin-left: unset;
    width: unset;
}

.ranking_flex .ranking_flex_r .contact .contact_btn a {
    display: block;
}

.ranking_flex .ranking_flex_r.date201904081729 .contact .contact_btn a {
    padding-top: 36px;
    text-align: right;
}

.ranking_btn {
    background: #ebebeb;
    padding: 1.5em 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.ranking_btn .btn_main {
    margin: 0 auto;
    width: 80%;
}

.ranking_btn a {
    display: inline-block;
}

.ranking_box2 {
    background-color: #fff;
}

.ranking_box2_l,
.ranking_box2_r {
    position: relative;
    width: 49%;
}

.ranking_box2_r {
    /* width: calc(50% - 3px); */
}

.ranking_box2_inner {
    padding: 54px 0 30px;
    position: relative;
}

.ranking_box2 .rank {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}

.ranking_box2 .rank img {
    width: 50%;
}

.ranking_box2 .rank span {
    display: block;
    width: 60%;
}

.ranking_box2 h4 {
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
    background-image: -webkit-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    background-image: -moz-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    background-image: -ms-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    background-image: -o-linear-gradient(transparent 55%, rgba(85, 85, 85, 0.2) 0%);
    color: #333;
    font-size: 28px;
    font-weight: bold;
    left: 0;
    letter-spacing: 0.05em;
    line-height: 54px;
    padding-left: 98px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ranking_box2 .ranking_score_box {
    background: #ebebeb;
    overflow: hidden;
    padding: 2em 12px 0;
}

.ranking_box2 .ranking_graph {
    border-radius: 0;
    height: 260px;
    width: 60%;
}

.ranking_box2 .ranking_graph:before {
    background-image: url(../img/top/graph_bg2_b.png);
}

.ranking_box2 .ranking_score {
    background: none;
    max-width: 171px;
    width: 38%;
}

.ranking_box2 .ranking_score p {
    background: #fdf03c;
    padding: 1em 0 0.2em;
}

.ranking_box2 .ranking_score p {
    margin-top: 70px;
}

.ranking_box2 .ranking_score p b {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin: 0 0 10px;
}

.ranking_box2 .ranking_score p span {
    font-size: 28px;
    line-height: 48px;
}

.ranking_box2 .ranking_score p .span1 {
    font-size: 52px;
    line-height: 52px;
}

.ranking_box2 .ranking_btn {
    padding: 0 20px 1em;
    position: relative;
    text-align: right;
}

.ranking_box2 .ranking_btn .btn_main {
    display: inline-block;
    margin: 0;
    right: 0;
    width: 50%;
}

.ranking_box2 .ranking_btn .site_img {
    left: 20px;
    position: absolute;
    top: 0;
    width: 190px;
    border: 2px solid #afafaf;
}

.ranking_box2 .ranking_btn .btn {
    padding-left: 230px;
    padding-top: 20px;
    text-align: right;
}

.ranking_box2 .ranking_btn .btn a {
    display: block;
}

.ranking_img {
    margin: 0 0 40px;
}

.sec3_06_b {
    background-color: #fff;
    border-top: 3px solid #f5f5f5;
    padding: 12px 21px 48px;
}

.sec3_06_b p {
    color: #666;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 17px;
}

.sec3_06.hikaku .hikaku_b {
    padding-left: 340px;
    padding-top: 50px;
}

.sec3_06.hikaku .hikaku_b figure {
    left: -77px;
    top: 15px;
    width: 40%;
}

.sec3_07.hikaku .hikaku_main {
    background-color: #fff;
    padding: 110px 0.5em 0px;
}

.table_04 table {
    background-color: #fff;
    width: 100%;
}

.table_04 table th,
.table_04 table td {
    padding: 10px 10px;
    text-align: center;
}

.table_04 table th {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    color: #eb5505;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
}

.table_04 table th:first-child {
    border-left: none;
}

.table_04 table th.medal {
    vertical-align: top;
}

.table_04 table td {
    border-bottom: 3px solid #dcdcdc;
    border-left: 3px solid #dcdcdc;
    padding: 10px 20px;
    vertical-align: middle;
}

.table_04 table td .center {
    color: #eb0000;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.table_04 table td .center strong {
    font-size: 45px;
}

.table_04 table td .center .icon {
    display: inline-block;
    margin: 0 auto;
    width: 2.2em;
}

.table_04 table td .small {
    color: #eb0000;
    font-size: 20px;
}

.table_04 table td small {
    color: #000;
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    text-align: left;
}

.table_04 table tr:first-child th {
    background-color: #555;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.table_04 table tr:nth-child(2) th {
    background-color: none;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.table_04 table tr:first-child th:nth-child(1) {
    width: 7%;
}

.table_04 table tr:first-child th:nth-child(2) {
    width: 26%;
}

.table_04 table tr:first-child th:nth-child(3) {
    width: auto;
}

.table_04 table tr:first-child th:nth-child(4) {
    width: auto;
}

.table_04 table tr:first-child th:nth-child(5) {
    width: 12.4%;
}

.table_04 table tr:last-child th,
.table_04 table tr:last-child td {
    border-bottom: none;
}

.table_04 table td:nth-child(2) {
    padding: 30px 20px;
    vertical-align: top;
}

.table_04 table td:nth-child(3),
.table_04 table td:nth-child(4),
.table_04 table td:nth-child(5) {
    min-width: 20%;
    width: 20%;
}

.table_04 th.medal .medal_1 {
    height: 100%;
    position: relative;
    width: 100%;
}

.table_04 th.medal .medal_1 span {
    display: block;
    height: 115px;
    left: -30px;
    position: absolute;
    top: 90px;
    width: 100px;
}

.table_04 table .tit {
    margin-bottom: 20px;
    text-align: left;
}

.table_04 table .tit.nowrap {
    white-space: nowrap;
}

.table_04 table .tit b {
    display: inline-block;
    display: block;
    font-size: 27px;
    font-weight: bold;
    line-height: 33px;
    margin-right: 8px;
    vertical-align: top;
}

.table_04 table .tit b small {
    font-size: 19px;
    font-weight: normal;
}

.table_04 table .tit span {
    background-color: #eb5505;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin-top: 0.5em;
    padding: 0 1.5em;
    vertical-align: top;
}

.table_04 table .site_img {
    margin-bottom: 10px;
    text-align: center;
    width: 220px;
    border: 2px solid #afafaf;
}

.table_04 table .dl01 dt {
    margin-bottom: 15px;
}

.table_04 table .dl01 dt img.maru2 {
    position: relative;
    top: -6px;
}

.table_04 table .dl01 dd {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 22px;
    min-height: 44px;
}

.table_04 table .dl01 dd.red {
    color: #eb0000;
}

.table_04 table .dl01 dd.h88 {
    min-height: 88px;
}

.table_04 table .btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.table_04 table .btn a {
    display: block;
}

.sec3_07_table_b {
    background-color: #fff;
    padding: 1.5rem 21px 1.5rem;
}

.sec3_07_table_b p {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 17px;
    text-align: center;
}

.sec3_07.hikaku .hikaku_b {
    padding-top: 50px;
}

.sec3_07.hikaku .hikaku_b figure {
    left: -17px;
    top: 21px;
    width: 30%;
}

/*--アンケート結果--*/
.sec3_08_text {
    color: #eb0000;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.sec3_08_mes {
    font-size: 18px;
    margin: 40px 0;
    line-height: 1.9;
}

.sec3_08_mes strong {
    color: #cc0033;
    background: #ffea00;
    font-weight: bold;
}

.sec3_08.hikaku .hikaku_b figure {
    left: -50px;
    top: 15px;
    width: 33%;
}

.sec3_08_note {
    font-size: 12px;
    color: #666666;
    padding: 35px 0 0;
}

.sec3_08_note a {
    color: #666666;
    text-decoration: underline;
}

#sec4 {
    padding: 100px 0 0px;
}

#sec4 .sec_inner {
    text-align: center;
}

#sec4 h2 {
    color: #eb0000;
    font-family: 'Kazesawa-Extrabold', sans-serif;
    font-size: 40px;
    margin-bottom: 40px;
}

#sec4 p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 34px;
}

#sec4 p + p {
    margin-top: 40px;
}

#sec4 figure {
    margin-top: 0;
    text-align: center;
}

#sec4 figure img {
    bottom: -1px;
    position: relative;
}

.page_navi {
    -webkit-transform: translateY(-150px);
    -webkit-transition: all .3s;
    background-color: #289baa;
    left: 0;
    padding: 0 50px;
    position: fixed;
    top: 0;
    transform: translateY(-150px);
    transition: all .3s;
    width: 100%;
    z-index: 100;
}

.page_navi.show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.page_navi ul {
    height: 110px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

.page_navi ul li {
    width: 12.5%;
}

.page_navi ul li a {
    display: block;
    height: 100%;
    text-align: center;
    width: 100%;
}

.page_navi ul li.point a {
    background: url(../img/top/navi_arrow01.png) no-repeat center bottom 10px/16px auto;
    background-color: #00a978;
    border-left: 2px solid #96d7de;
    border-right: 2px solid #96d7de;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 17px;
}

.page_navi ul li.point a span {
    background: url(../img/top/navi_icon01.png) no-repeat center 12px/25px auto;
    display: block;
    padding-top: 44px;
}

.page_navi ul li.ranking a {
    background: url(../img/top/navi_arrow02.png) no-repeat center bottom 10px/16px auto;
    background-color: #289baa;
    border-left: 2px solid #96d7de;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 17px;
}

.page_navi ul li.ranking a span {
    background: url(../img/top/navi_icon02.png) no-repeat center 12px/25px auto;
    display: block;
    padding-top: 44px;
}

.page_navi ul li.btn01 a {
    border-left: 2px solid #96d7de;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    padding: 8px 0 8px;
}

.page_navi ul li.btn01 a span {
    background: url(../img/top/navi_arrow02.png) no-repeat center bottom 3px/16px auto;
    border-radius: 15px;
    display: block;
    /* background-color:  #fff; */
    height: 94px;
    padding-top: 15px;
}

.page_navi ul li.btn01.l02 a span {
    padding-top: 23px;
}

.page_navi ul li.btn01.l01 a span {
    padding-top: 37px;
}

span.anchorlink {
    display: block;
    position: relative;
    top: -110px;
}

.folow_bn {
    bottom: 50px;
    position: fixed;
    right: 30px;
    width: 200px;
    z-index: 9999;
    /*     visibility: hidden;
opacity: 0;
transition: all 300ms cubic-bezier(.165,.84,.44,1);
-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1); */
}

.folow_bn.hide {
    display: none;
}

.folow_bn.show {
    opacity: 1;
    visibility: visible;
}

.folow_bn_close {
    background: #555 url(../img/top/folow_bn_close.png) no-repeat center center/14px auto;
    bottom: 290px;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    font-weight: bold;
    height: 20px;
    position: fixed;
    right: 42px;
    width: 20px;
    z-index: 9999;
}

/*
.folow_bn img{
  animation: key1 3.0s ease infinite alternate;
}

@keyframes key1{

  75% {transform: translateY(0px);}
  80% {transform: translateY(-10px);}
  85% {transform: translateY(0px);}
  90% {transform: translateY(-10px);}
  95% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}
*/
.mt-94 {
    margin: 94px 0 0 0;
}

/* ------------------------------------ */
.ranking2 {
    background-color: #fff;
    padding: 50px 50px 50px;
    position: relative;
}

.ranking2_ttl {
    margin: 0 0 60px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.ranking2_figure {
    position: absolute;
    right: -244px;
    top: -77px;
    z-index: 1;
}

.ranking2_mes {
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 40px;
}

.ranking2_mes span {
    background: #ffea00;
    color: #eb0000;
    font-weight: bold;
}

.ranking2_come {
    color: #666666;
    font-size: 11px;
    padding: 35px 0 0;
}

.ranking2_pdflink > a {
    color: #666666;
    font-size: 11px;
    text-decoration: underline;
}

/* 会話エリア */
.kikoushi_tark.mt {
    margin-top: 3em;
}

.kikoushi_tark.mb {
    margin-bottom: 5em;
}

.kikoushi_tark .sec_inner {
    padding: 120px 0 100px;
    position: relative;
}

.kikoushi_tark .kikoushi_tark_title {
    left: 0;
    position: absolute;
    right: 0;
    top: -70px;
}

.kikoushi_tark .tark_table .tark_item {
    -webkit-flex: 1;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5em;
}

.kikoushi_tark .tark_table .tark_item:last-child {
    margin-bottom: 0;
}

.kikoushi_tark .tark_table .tark_item.kikoushi .tark_message {
    background: #fcf8ca;
    border-color: #EF7737;
}

.kikoushi_tark .tark_table .tark_item.kikoushi .tark_message::before {
    border-color: transparent #EF7737 transparent transparent;
}

.kikoushi_tark .tark_table .tark_item.kikoushi .tark_message .message_inner::before {
    border-color: transparent #fcf8ca transparent transparent;
}

.kikoushi_tark .tark_table .tark_thumbnail {
    flex: 0 0 20%;
    max-width: 20%;
}

.kikoushi_tark .tark_table .tark_thumbnail.kikoushi_c img {
    margin-left: -26px;
}

.kikoushi_tark .tark_table .tark_thumbnail.kikoushi_d img {
    margin-left: -17px;
}

.kikoushi_tark .tark_table .tark_message {
    background: #f2f2f2;
    border: 0.2em solid #f2f2f2;
    border-radius: 1.2em;
    box-shadow: 0 0.1em 0.8em rgba(0, 0, 0, 0.3);
    flex: 0 0 76%;
    max-width: 76%;
    position: relative;
}

.kikoushi_tark .tark_table .tark_message::before {
    border: solid;
    border-color: transparent #f2f2f2 transparent transparent;
    border-width: 1em 1.8em;
    content: '';
    left: -3.7em;
    margin-top: -1em;
    position: absolute;
    top: 50%;
}

.kikoushi_tark .tark_table .tark_message .message_inner {
    display: table;
    height: 100%;
    padding: 1em 1.5em;
    width: 100%;
}

.kikoushi_tark .tark_table .tark_message .message_inner::before {
    border: solid;
    border-color: transparent #f2f2f2 transparent transparent;
    border-width: 0.8em 1.4em;
    content: '';
    left: -2.8em;
    margin-top: -0.8em;
    position: absolute;
    top: 50%;
}

.kikoushi_tark .tark_table .tark_message .message {
    display: table-cell;
    font-size: 1.1em;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.kikoushi_tark .tark_table .tark_message.important p {
    color: #eb5505;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

.kikoushi_tark .tark_info {
    font-size: 1.1em;
    font-weight: bold;
    margin: 4em 0;
    text-align: center;
    color: #fff;
}

.kikoushi_tark .tark_info strong {
    color: #ffea00;
}

.kikoushi_tark .tark_info.mb0 {
    margin-bottom: 0;
}

.kikoushi_tark strong {
    color: #e60012;
    font-weight: bold;
}

.point_box .kikoushi_tark p strong {
    color: #e60012;
    font-weight: bold;
    background-color: transparent;
}
