@charset "UTF-8";
/*
Plugin Name: RankingManPro
Plugin URI: https://lp.meet-good-one.fit/rankingmanpro/
Description: 簡単にランキングを生成するアフィリエイトツール
Version: 1.0.0
Author: HaSSS→
Author URI: https://lp.meet-good-one.fit/rankingmanpro/
*/


@import "bourbon@5.*"
@import "neat@2.*"
@import url('https://fonts.googleapis.com/css?family=Montserrat:700')


/************************/
/*  fontawesome
/************************/
.fa-arrow-circle-right::after {
    content:'\f0a9';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
}

/************************/
/*  ranking
/************************/
.ranking_set_item{
    min-width:90px;
    display:inline-block;
}

.rank {
    margin-bottom: 10px;
    padding: 20px 0;
    position: relative;
}

.eyecatch_img {
    max-width: 60%;
}
/************************/
/*  container
/************************/

.rank-container.default {
    display: block;
    text-align: left;
    background-color: #f2e4ba;
    border: 2px solid #ddc372;
    padding: 3px;
    margin-bottom: 2em;
}

.rank-inner.default {
    background-image: url(../../images/rank_background.gif);
    background-position: left top;
    background-repeat: repeat;
    border: 1px solid #e0c77a;
    padding: 20px;
    position: relative;
}

.rank-container.type1 {
    display: block;
    text-align: left;
    background-color: white;
    border: 3px solid gray;
    padding: 3px;
    margin-bottom: 2em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.rank-inner.type1 {
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    position: relative;
    background-color: white;
}

.rank-container.type2 {
    display: block;
    text-align: left;
    background-color: white;
    border: 3px solid #f9e5b1;
    padding: 3px;
    margin-bottom: 2em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.rank-inner.type2 {
    background-position: left top;
    background-repeat: repeat;
    border: 1px solid #f7d461;
    padding: 20px;
    position: relative;
    background-color: white;
    border-radius: 5px;
}

.rank-container.type3 {
    display: block;
    text-align: left;
    border: 3px solid #f9e5b1;
    margin-bottom: 2em;
    border: dashed 2px #c6d5f7;
    box-shadow: 0px 0px 0px 10px #f1f8ff;
    margin-left: 10px;
    margin-right: 10px;
}

.rank-inner.type3 {
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    position: relative;
    background: #f1f8ff;
}

.rank-inner.type4 {
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    position: relative;
}

.rank-container.type2 {
    display: block;
    text-align: left;
    padding: 3px;
    margin-bottom: 2em;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.rank .rank1, .rank .rank2, .rank .rank3, .rank .rank4, .rank .rank5, .rank .rank6, .rank .rank7, .rank .rank8, .rank .rank9, .rank .rank10, .rank .rank99 {
    margin: 0;
}
.rank img {
    height: 70px;
    padding-right: 15px;
}
.rank1, .rank2, .rank3 {
    background-position: left top;
    padding: 22px 0 18px 10px;
}
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10, .rank99 {
    background-repeat: no-repeat;
    border: medium none;
    color: #717172;
    font-size: 28px;
    height: auto;
    line-height: 1.3;
    margin-bottom: 6px;
    margin-top: 6px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 420px) {
.rank1, .rank2, .rank3, .rank4, .rank5, .rank6, .rank7, .rank8, .rank9, .rank10, .rank99 {
    background-repeat: no-repeat;
    border: medium none;
    color: #717172;
    font-size: 22px;
    height: auto;
    line-height: 1.3;
    margin-bottom: 6px;
    margin-top: 6px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
}
.rankbox {
    padding-top: 10px;
}
.rankbox .rankbox-inner {
    overflow: hidden;
}
.rankbox .rank-table {
    border-collapse: separate;
    border-spacing: 2px;
    clear: both;
    margin: 0;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    background: transparent;
    border: 0 !important;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
}
.rankbox .rank-table th {
    background-color: #f7f1d9;
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bolder;
    width: 20%;
}
.rankbox .rank-table td {
    background-color: #ffffff;
}
.rankbox .rank-table th, .rankbox .rank-table td {
    color: #2e2e2e;
    border: 1px solid #f0e4bd;
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}

td, th {
    word-break: break-all !important;
}
.rank .more {
    font-size: 0;
    letter-spacing: -.40em;
    padding: 25px 0 10px;
    position: relative;
    text-align: center;
}
span.official {
    margin-right: 0;
}
span.official a {
    box-shadow: none;
}
.rank .more span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    margin-right: 20px;
    vertical-align: bottom;
    *display: inline;
    *zoom: 1;
}

.rank .more span a {
    background-image: url(img/button_more.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: 250px;
}
.more {
    margin: 10px 0;
    display: list-item;
}

/************************/
/*  button
/************************/
.rm_btn{
    min-width: 70%;
    font-size: 17px;
    text-align: center;
    /*display: table;*/
    padding: 15px 0 10px;
    border-radius: 5px;
    margin: auto;
    height: 50px;
    text-decoration: none !important;
}

@media screen and (max-width: 640px) {
.rm_btn{
    min-width: 100%;
    font-size: 17px;
    text-align: center;
    /*display: table;*/
    padding: 15px 0 10px;
    border-radius: 5px;
    margin: auto;
    height: 50px;
    text-decoration: none !important;
}
}
.rm_btn > span.default {
    color: #fff !important;
    background-color: #c9171e;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.blue {
    color: #ffffff !important;
    background: dodgerblue;
    box-shadow: 1px 1px darkblue;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.green {
    color: #9a720b !important
    background: mediumspringgreen;
    box-shadow: 1px 1px #28a745;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.orange {
    color: #ffffff !important;
    background: orange;
    box-shadow: 1px 1px darkorange;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.gray {
    color: #ffffff !important;
    background: gray;
    box-shadow: 1px 1px darkslategrey;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.pink {
    color: #f8f9fa !important;
    background: pink;
    box-shadow: 1px 1px deeppink;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.yellow {
    color: #6c757d !important;
    background: #f7f720;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.lightblue {
    color: #ffffff !important;
    background: lightskyblue;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.rm_btn > span.purple {
    color: #ffffff !important;
    background: mediumpurple;
    font-weight: bold;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /* padding: 14px 20px; */
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}

/************************/
/*  button action       */
/************************/

.button_action_type2:hover {
    background-color: #59b1eb !important;
    box-shadow: none;
}
.button_type_default {
    border-radius: 0px;
}
.button_type_1 {
    border-radius: 8px;
}
.button_type_2 {
    border-radius: 30px;
}

.button_type_3::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px white;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 1em;
}

.button_type_4::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-top: solid 3px white;
    border-right: solid 3px white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1em;
}

.button_type_5::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #afc1d6;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -7px;
    margin-left: 1em;
}
.button_type_5::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    top: 50%;
    left: 6px;
    margin-top: -3px;
    margin-left: 1em;
}

.button_type_6::before {
     position: absolute;
     content: '';
     width: 17px;
     height: 17px;
     background: #afc1d6;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -7px;
     margin-left: 1em;
}
.button_type_6::after {
     position: absolute;
     content: '';
     width: 4px;
     height: 4px;
     border-top: solid 1px #fff;
     border-right: solid 1px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     left: 5px;
     margin-top: -1px;
     margin-left: 1em;
}
.button_type_7::before {
     position: absolute;
     content: '';
     width:6px;
     height:6px;
     background-color:#fff;
     top: 50%;
     left: 0;
     margin-top: -2px;
     margin-left: 1em;
}
.button_type_7::after {
     position:absolute;
     content:"";
     border:solid 7px transparent;
     border-left:solid 7px #fff;
     top: 50%;
     left: 5px;
     margin-top: -6px;
     margin-left: 1em;
}
.button_type_8{
    border-radius: 8px;
}
.button_type_8::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px white;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 1em;
}
.button_type_9{
    border-radius: 8px;
}
.button_type_9::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-top: solid 3px white;
    border-right: solid 3px white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1em;
    margin-top: 5px;
}
.button_type_10{
    border-radius: 8px;
}
.button_type_10::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #cece53;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -7px;
    margin-left: 1em;
}
.button_type_10::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    top: 50%;
    left: 6px;
    margin-top: -3px;
    margin-left: 1em;
}
.button_type_11{
    border-radius: 8px;
}
.button_type_11::before {
     position: absolute;
     content: '';
     width: 17px;
     height: 17px;
     background: #cece53;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -7px;
     margin-left: 1em;
}
.button_type_11::after {
     position: absolute;
     content: '';
     width: 4px;
     height: 4px;
     border-top: solid 1px #fff;
     border-right: solid 1px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     left: 5px;
     margin-top: -1px;
     margin-left: 1em;
}
.button_type_12{
    border-radius: 8px;
}
.button_type_12::before {
     position: absolute;
     content: '';
     width:6px;
     height:6px;
     background-color:#fff;
     top: 50%;
     left: 0;
     margin-top: -2px;
     margin-left: 1em;
}
.button_type_12::after {
     position:absolute;
     content:"";
     border:solid 7px transparent;
     border-left:solid 7px #fff;
     top: 50%;
     left: 5px;
     margin-top: -6px;
     margin-left: 1em;
}
.button_type_13{
    border-radius: 30px;
}
.button_type_13::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px white;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 1em;
}
.button_type_14{
    border-radius: 30px;
}
.button_type_14::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-top: solid 3px white;
    border-right: solid 3px white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1em;
}
.button_type_15{
    border-radius: 30px;
}
.button_type_15::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: #cce7ff;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -7px;
    margin-left: 1em;
}
.button_type_15::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #fff;
    top: 50%;
    left: 6px;
    margin-top: -3px;
    margin-left: 1em;
}
.button_type_16{
    border-radius: 30px;
}
.button_type_16::before {
     position: absolute;
     content: '';
     width: 17px;
     height: 17px;
     background: #cce7ff;
     border-radius: 50%;
     top: 50%;
     left: 0;
     margin-top: -7px;
     margin-left: 1em;
}
.button_type_16::after {
     position: absolute;
     content: '';
     width: 4px;
     height: 4px;
     border-top: solid 1px #fff;
     border-right: solid 1px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 50%;
     left: 5px;
     margin-top: -1px;
     margin-left: 1em;
}
.button_type_17{
    border-radius: 30px;
}
.button_type_17::before {
     position: absolute;
     content: '';
     width:6px;
     height:6px;
     background-color:#fff;
     top: 50%;
     left: 0;
     margin-top: -2px;
     margin-left: 1em;
}
.button_type_17::after {
     position:absolute;
     content:"";
     border:solid 7px transparent;
     border-left:solid 7px #fff;
     top: 50%;
     left: 5px;
     margin-top: -6px;
     margin-left: 1em;
}
.button_type_8{
    border-radius: 8px;
}
.action_color_default {
    background-color: #c9171e;
}
.action_color_blue {
    background-color: dodgerblue;
}
.action_color_green {
    background-color: mediumspringgreen;
}
.action_color_orange {
    background-color: orange;
}
.action_color_gray {
    background-color: gray;
}
.action_color_pink {
    background-color: deeppink;
}
.action_color_yellow {
    background-color: #f7f720;
}
.action_color_lightblue {
    background-color: lightskyblue;
}
.action_color_purple {
    background-color: mediumpurple;
}
.button_action_type3 {
    color: #fff !important;
    /*background-color: #c9171e;*/
    font-weight: bold;
    /*border-radius: 4px;*/
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    border: 2px solid transparent;
    /*padding: 14px 20px;*/
    font-size: 18px;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 10px;
}
.button_action_type3:hover{
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
 
/* ボタンを光らせる */
.button_action_type3:before {
    animation: shine 3s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}
 
@keyframes shine {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.button_action_type4 {
    text-decoration: none;
}
.official4 {
    width: 100%;
    /* height: 100px; */
    /* margin: 100px; */
    animation: fluffy1 3s ease infinite;
    /* display: inline-block; */
    /* padding: 1em 5em; */
    text-align: center;
    padding: 10px;
    margin: 20px 0px;
    /* border-radius: 10px;*/
    /*background-color: #c9171e;*/
    /*border-radius: 5px;*/
    min-width: 80%;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
}
.official4 a {
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
}

@keyframes action5_anime {
    0%{transform:scale(.95); opacity:1}
    90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
}

.official5 {
    position: relative;
    width: 100%;
    /*margin: 100px auto;*/
    transition: .2s;
}

.official5:before,
.official5:after {
    content: "";
    position: absolute;
    /*z-index: -10;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 32px;
    background: #ffaaae;
    border: 1px solid #ff999e;
    transform: translate3d(0,0,0);
}
.official5:before {
    animation: action5_anime 2s ease-out infinite;
}
.official5:after {
    animation: action5_anime 2s ease-out 1s infinite;
}
.official5 a {
    /*display: block;*/
    padding: 20px 0;
    border-radius: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*background: #c81c14;*/
    font-weight: bold;
    font-size: 18px;
}
.button_action_type5 {
    display: block !important;
    position: relative;
    font-family: sans-serif;
    z-index: 1;
}
.button_action_type5:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;  
    margin: -4px 0 0 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateX(5px) rotate(45deg);
}


@keyframes fluffy2 {
    0% { transform:translateX(0) }
    5% { transform:translateX(0) }
    10% { transform:translateX(0) }
    20% { transform:translateX(-15px) }
    25% { transform:translateX(0) }
    30% { transform:translateX(-15px) }
    50% { transform:translateX(0) }
    100% { transform:translateX(0) }
}

.button_action_type6 {
    text-decoration: none;
}

.official6 {
    width: 80%;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    animation: fluffy2 3s ease infinite;
    /*background-color: #c9171e;*/
    /*border-radius: 5px;*/
    min-width: 80%;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
}

@keyframes squash {
    0% {transform: scale(1) translate(0, 0);}
    50% {transform: scale(10, .5) translate(0, 100px);}
    100% {transform: scale(1) translate(0, 0);}
}
.official7 {
    /* width: 80%; */
    animation: squash 1s ease-in-out infinite;
    background-color: #c9171e;
    border-radius: 5px;
    /* min-width: 80%; */
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
    /* width: 10px; */
    height: 100px;
    text-align: center;
    margin: auto;
}

.button_action_type8 {
    text-decoration: none;
}
.official8 {
    animation-name: fade-in2;
    animation-duration: 5s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    /*background-color: #c9171e;*/
    /*border-radius: 5px;*/
    min-width: 80%;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    padding: 10px;
    margin: 25px;
}
@keyframes fade-in2 {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }
    60% {
      opacity: 0.5;
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}
.button_action_type9 {
    text-decoration: none;
}
.official9 {
    animation: purupuru2 0.1s infinite;
    min-width: 80%;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    padding: 10px;
    margin: 25px;
}
@keyframes purupuru2 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.98, 0.95)
    }
}
.button_action_type10 {
    text-decoration: none;
}
.official10 {
    animation: patsun 2s infinite;
    min-width: 80%;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    padding: 10px;
    margin: 25px;
}
@keyframes patsun {
    0% {
        transform: rotateZ(0deg);
    }
    22% {
        transform: rotateZ(0deg);
    }
    24% {
        transform: translate(-2px, -10px) rotateZ(-18deg) scale(0.8, 1.3);
    }
    26% {
        transform: rotateZ(0deg) scale(1, 1.1);
    }
    28% {
        transform: translate(0px, -2px) rotateZ(-2deg;
        )
    }
    30% {
        transform: rotateZ(0deg);
    }
    32% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    33% {
        transform: rotateZ(0deg);
    }
    34% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    35% {
        transform: rotateZ(0deg);
    }
    36% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    37% {
        transform: rotateZ(0deg);
    }
    38% {
        transform: translate(0px, -2px) rotateZ(-2deg);
    }
    39% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
.button_action_type11 {
    text-decoration: none;
}
.button_action_type11 {
    animation: dokidoki 1.5s infinite;
    min-width: 80%;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    padding: 10px;

}
@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
        100% {
        -webkit-transform: scale(1.05)
    }
}
.css_default_rank1 {
    padding: 10px 10px;
    background: #fa0;
    border-radius: 50%;
    content: counter(wpp-ranking, decimal);
    color: #fff;
    top: 0;
    left: 0;
}
.css_default_rank2 {
    padding: 10px 10px;
    background: #bbb;
    border-radius: 50%;
    content: counter(wpp-ranking, decimal);
    color: #fff;
    top: 0;
    left: 0;
}
.css_default_rank3 {
    padding: 10px 10px;
    background: #930;
    border-radius: 50%;
    content: counter(wpp-ranking, decimal);
    color: #fff;
    top: 0;
    left: 0;
}

/************************/
/*  rank
/************************/
.css_type1_rank1 {
    background-image: url(../../images/type1_rank1.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type1_rank2 {
    background-image: url(../../images/type1_rank2.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type1_rank3 {
    background-image: url(../../images/type1_rank3.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type2_rank1 {
    background-image: url(../../images/type2_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type2_rank2 {
    background-image: url(../../images/type2_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type2_rank3 {
    background-image: url(../../images/type2_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type3_rank1 {
    background-image: url(../../images/type3_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type3_rank2 {
    background-image: url(../../images/type3_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type3_rank3 {
    background-image: url(../../images/type3_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type4_rank1 {
    background-image: url(../../images/type4_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type4_rank2 {
    background-image: url(../../images/type4_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type4_rank3 {
    background-image: url(../../images/type4_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type5_rank1 {
    background-image: url(../../images/type5_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type5_rank2 {
    background-image: url(../../images/type5_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type5_rank3 {
    background-image: url(../../images/type5_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type6_rank1 {
    background-image: url(../../images/type6_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type6_rank2 {
    background-image: url(../../images/type6_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type6_rank3 {
    background-image: url(../../images/type6_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type7_rank1 {
    background-image: url(../../images/type7_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type7_rank2 {
    background-image: url(../../images/type7_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type7_rank3 {
    background-image: url(../../images/type7_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type8_rank1 {
    background-image: url(../../images/type8_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type8_rank2 {
    background-image: url(../../images/type8_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type8_rank3 {
    background-image: url(../../images/type8_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type9_rank1 {
    background-image: url(../../images/type9_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type9_rank2 {
    background-image: url(../../images/type9_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type9_rank3 {
    background-image: url(../../images/type9_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type10_rank1 {
    background-image: url(../../images/type10_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type10_rank2 {
    background-image: url(../../images/type10_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type10_rank3 {
    background-image: url(../../images/type10_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type11_rank1 {
    background-image: url(../../images/type11_rank1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type11_rank2 {
    background-image: url(../../images/type11_rank2.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

.css_type11_rank3 {
    background-image: url(../../images/type11_rank3.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    padding: 20px 0px 10px 60px;
    border-left: none;
    border-bottom: 0px;
    background-size: contain;
}

/************************/
/*  rate
/************************/

.rate_image {
    max-width: 200px !important;
}

@media screen and (max-width: 420px) {
.rate_image {
    max-width: 100px !important;
}
}
.tag_ul_default {
    padding: 0;
    position: relative;
    margin-top: 2em;
}
.tag_li_default {
    color: black;
    border-left: solid 8px orange;
    background: papayawhip;
    margin-bottom: 5px;
    line-height: 1.5;
    border-radius: 0 15px 15px 0;
    padding: 0.5em 2em 0.5em 0.5em;
    list-style-type: none !important;
    display: inline;
    margin-right: 10px;
}
.tag_ul_type1 {
    padding: 0;
    position: relative;
    margin-top: 2em;
}
.tag_li_type1 {
    color: #505050;/*文字色*/
    padding: 0.5em;/*文字周りの余白*/
    display: inline-block;/*おまじない*/
    line-height: 1.3;/*行高*/
    background: #dbebf8;/*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
    margin: 0px 8px;
}
.tag_li_type1:before  {
    content: '●';
    color: white;
    margin-right: 8px;
}
.tag_ul_type2 {
    padding: 0;
    position: relative;
    margin-top: 2em;
}
.tag_li_type2{
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin: 0 30px;
}
.tag_li_type2:before  {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px rgb(119, 195, 223);
}
.tag_li_type2::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px rgb(119, 195, 223);
}
.tag_ul_type3 {
    padding: 0;
    position: relative;
    margin-top: 2em;
}
.tag_li_type3{
    color: #010079;
    text-shadow: 0 0 5px white;
    border-left: solid 7px #010079;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px 10px 5px;
    border-radius: 5px 5px 20px 5px;
}
.tag_ul_type4 {
    padding: 0;
    position: relative;
    margin-top: 2em;
}
.tag_li_type4{
color: #010079;
    border: solid 1px #010079;
    background: #ffffffd9;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px 10px 15px;
    border-radius: 20px;
    text-align: center;
}
/************************/
/*  review
/************************/
.review_area {
    margin: 1em 0px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    border: dotted 1px #979797;
    padding: 15px 26px 0 26px;
}
.review {
    margin: 10px 0px;
    word-break: break-word;
}

.review{
    padding-left:24px;
    position:relative;
}

.review:before,
.review:after{
    content:"";
    display:block;
    position:absolute;
}
.review:before{
    width:16px;
    height:16px;
    border-radius:3px;
    background:#ffffff;
    border:1px solid #979797;
    left:0;top:2px;
}
.review:after{
    border-left:2px solid #dc3545;
    border-bottom:2px solid #dc3545;
    width:15px;
    height:5px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    left:5px;
    top:3px;
}