/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/
.ranking td {
    width: 200px;
	vertical-align: middle;
}
.ranking th {
    border: none;
    background: #ffeffb;
    color: #ff3cce;
    font-weight: bold;
}
.ranking td:first-child {
    background-color: #fffced;
    border: 2px solid #f48696;
}
.ranking .name {
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 18px;
    margin-bottom: 1rem;
}
.ranking .img img {
    max-height: 170px;
    max-height: 200px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.ranking .lead {
    font-weight: bold;
    text-align: center;
    color: #26b0c4;
}
.ranking .icon {
    text-align: center;
}
.ranking .icon img{
	margin: 0 auto 10px;
}
.ranking .icon p {
    margin: 0rem 0 0;
    font-weight: bold;
}
.ranking .cta_link a {
    text-decoration: none;
	z-index: 99;
}

.cta_link {
text-align: center;
position:relative;
}
.cta_link .micro {
    position: relative;
	display: inline-block;
	color:#fc3c3c;
	font-weight: bold;
}
.cta_link .micro:before {
content: "";
    position: absolute;
    background: #fc3c3c;
    left: -35%;
    bottom: 25px;
    width: 50px;
    height: 2px;
    transform: rotate(60deg);
}
.cta_link .micro:after {
content: "";
    position: absolute;
    background: #fc3c3c;
    right: -35%;
    bottom: 25px;
    width: 50px;
    height: 2px;
    transform: rotate(120deg);
}
.cta_link a {
    text-align: center;
    display: block;
    background: #10bd26;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 35px 10px 0;
	position:relative;
}
.cta_link a:before{
content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	background:#ffffff;
    right: 5px;
    top: 50%;
    margin: -12.5px 0 0;
}
.cta_link a:after{
content: "";
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #0ea822;
    border-right: 4px solid #0ea822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin: -7px 7px 0 0;
}
@keyframes reflection{
0% {
    transform: scale(0) rotate(
45deg
);
    opacity: 0;
}
80% {
    transform: scale(0) rotate(
45deg
);
    opacity: .5;
}
81% {
    transform: scale(4) rotate(
45deg
);
    opacity: 1;
}
100% {
    transform: scale(50) rotate(
45deg
);
    opacity: 0;
}
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
animation-name: pulse;

  -webkit-animation: pulse 2s ease 0s infinite normal;
  animation: pulse 2s ease 0s infinite normal;
}
.btn-bg {
position: absolute;
    overflow: hidden;
    top: 3%;
    left: 0%;
    right: 0;
    bottom: 7%;
    border-radius: 10px;
}
.reflection {
    height: 100%;
    width: 50px;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-animation: reflection 2s ease-in-out infinite;
    overflow: hidden;
    border-radius: 10px;
}
table.ranking{
	
}
table.ranking th{
background: #e92f3d;
    color: #ffffff;
    font-weight: bold;
    font-size: 130%;
    text-align: left;	
}
table.ranking td.circle{
font-size: 200%;
    font-weight: bold;
    color: red;
    text-align: center;	
}
.red {
color: red !important;
}
.bold {
font-weight: bold;
}
.bg_y {
text-decoration: underline #ff0 3px;
font-weight: 700;
}
.border_orange {
border: solid 1px #ff8c00;
padding: 10px;
position: relative;
background: #fff6ec;
margin: 30px 0 30px;
}
.list-box {
position: relative;
padding: 10px;
background: #fffdfb;
margin: 20px 0;
border: solid 2px #ff9500;
}
.list-box_title {
color: #ff9500;
font-size: 2.0rem;
font-weight: 700;
border-bottom: dotted 3px #ff9500;
text-align: center;
padding: 0 0 10px;
margin: 0 0 10px;
}
.cta_link {
text-align: center;
position:relative;
}
.cta_link .micro {
    position: relative;
	display: inline-block;
	color:#fc3c3c;
	font-weight: bold;
}
.cta_link .micro:before {
content: "";
    position: absolute;
    background: #fc3c3c;
    left: -35%;
    bottom: 25px;
    width: 50px;
    height: 2px;
    transform: rotate(60deg);
}
.cta_link .micro:after {
content: "";
    position: absolute;
    background: #fc3c3c;
    right: -35%;
    bottom: 25px;
    width: 50px;
    height: 2px;
    transform: rotate(120deg);
}
.cta_link a {
    text-align: center;
    display: block;
    background: #10bd26;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 35px 10px 0;
	position:relative;
}
.cta_link a:before{
content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	background:#ffffff;
    right: 5px;
    top: 50%;
    margin: -12.5px 0 0;
}
.cta_link a:after{
content: "";
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #0ea822;
    border-right: 4px solid #0ea822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin: -7px 7px 0 0;
}
@keyframes reflection{
0% {
    transform: scale(0) rotate(
45deg
);
    opacity: 0;
}
80% {
    transform: scale(0) rotate(
45deg
);
    opacity: .5;
}
81% {
    transform: scale(4) rotate(
45deg
);
    opacity: 1;
}
100% {
    transform: scale(50) rotate(
45deg
);
    opacity: 0;
}
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
animation-name: pulse;

  -webkit-animation: pulse 2s ease 0s infinite normal;
  animation: pulse 2s ease 0s infinite normal;
}
.btn-bg {
position: absolute;
    overflow: hidden;
    top: 3%;
    left: 0%;
    right: 0;
    bottom: 7%;
    border-radius: 10px;
}
.reflection {
    height: 100%;
    width: 50px;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-animation: reflection 2s ease-in-out infinite;
    overflow: hidden;
    border-radius: 10px;
}
/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}
