/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 20 2025 | 07:44:53 */
img {
    margin: auto;
    display: block;
}

/*
h4 {
    border-left: 6px double #023bd0 !important;
}
*/

/*.l-mainContent__inner {
    background-color: #fff;
    padding: 1em 0;
    border-radius: 8px;
}*/
h2:before {
    background-image: url(https://mai-tel.jp/mama/wp-content/uploads/h2_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.25;
    background-position-y: 3px;
}
.ranking-list {
    background-color: #fff;
    padding: 1.5em;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
}
.ranking-list .merit_box .box-title {
    background: #fff;
}
.point_box .box-title {
    background: #f6f8ff !important;
}
.ranking-list h3 {
    padding: 1rem;
    background-image: linear-gradient(135deg, transparent 0 20px, #282828 30px calc(100% - 30px), transparent calc(100% - 20px)), radial-gradient(#ffffff 30%, transparent 30%);
    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 10px 10px;
    background-color: #282828;
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
	margin-bottom: 1em;
}
.ranking-list img {
    margin: auto;
    display: block;
    border: 1px solid #e0e0e0;
}
a.btn1 {
	font-size: 1.4em;
    background-color: #f50581;
    /*border-bottom: 5px solid #8f1655 !important;*/
	border-bottom: none !important;
    width: 70%;
    margin: auto !important;
	display: block;
	position: relative;
    overflow: hidden;
    margin-top: 1em !important;
	bottom: 7px;
    box-shadow: 0 7px #8f1655;
}
a.btn1:before {
    content: '';
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    animation: s-btn1 3s ease-in-out infinite;
    display: inline-block;
}
@-webkit-keyframes s-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
a.btn1:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: .1s;
    box-sizing: border-box;
}
a.btn1:hover {
    bottom: 0;
    box-shadow: 0 0 #157f50;
}
.p-toc .p-toc__expandBtn {
    background-color: #ffffff;
}

/*サイドバー見出し*/
.c-widget__title.-side {
    height: 38px;
}
.c-widget__title.-side:before {
    display: block;
    height: 30px;
    border-style: solid;
    border-color: var(--color_main);
    border-width: 0px 0px 2px 0px;
    border-radius: 12px;
    background: none;
    width: 100%;
    z-index: 0;
    margin-left: -1em;
}
.c-widget__title.-side::after {
    content: none;
}

@media screen and (min-width: 960px) {
    .-parallel-bottom .l-header__logo {
        padding: 8px 0;
    }
	    .-parallel .l-header__inner {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 768px) {
	.ranking-list {
		padding: .7em;
		border-radius: 7px;
	}
	.ranking-list h3 {
    	padding: 0.8rem;
		font-size: 22px;
		margin-bottom: 1em;
	}
	a.btn1 {
		font-size: 1.2em;
		width: 100%;
		line-height: 27px;
		border-radius: 10px !important;
	}
	.table-ux th {
    width: 30%;
	}
}