body {
		color: #333;
		line-height: 1.6;
		padding-top: 44px;
		font-family: "Noto Sans Japanese", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
		background-color: #f3f3f3;
}
img {
		width: 100%;
		vertical-align: bottom;
}
#wrapper {
		max-width: 800px;
		margin: 0 auto;
		background-color: #fff;
}
.main-wrapper {
		padding: 0 20px 10px;
}
.sp_only {
		display: none;
}
header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
		transition: 0.3s;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		background-color: #fff;
}
.main-nav ul {
		display: flex;
		justify-content: space-evenly;
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		background-color: #fff;
}
.main-nav ul li a {
		position: relative;
		display: block;
		color: #333;
		padding: 0 20px;
		line-height: 50px;
		background-color: #fff;
}
.main-nav ul li a::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #ef4c4c;
		bottom: 4px;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
}
header .nav_toggle {
		position: absolute;
		top: 8px;
		right: 10px;
		color: #000000;
}
input[type="radio"], input[type="checkbox"] {
		display: none;
}
.menu-icon {
		display: inline-block;
		position: relative;
		cursor: pointer;
		padding: 15px 14px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 1;
}
.navicon {
		background: #465f6a;
		display: block;
		height: 3px;
		width: 26px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before, .navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #465f6a;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
		top: 9px;
}
.navicon:after {
		bottom: 9px;
}
.menu {
		list-style: none;
		position: absolute;
		width: 375px;
		max-width: 425px;
		height: auto;
		top: 0;
		right: -10px;
		padding-top: 42px;
		clear: both;
		background: #fff;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform: scale(1, 0);
		transform-origin: top;
}
.menu li {
		border-top: 1px dotted #c2b09d;
		padding: 15px 0;
		margin: 0 54px;
		opacity: 0;
		transition: 0.5s;
}
.menu a {
		text-decoration: none;
		font-weight: 500;
		letter-spacing: 2px;
		font-size: 16px;
		text-transform: capitalize;
		color: #465f6a;
		opacity: 0;
		transition: 0.5s;
}
.privacy {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
}
.menu-btn:checked ~ .menu {
		transform: scale(1, 1);
		transform-origin: top;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu-btn:checked ~ .menu a, .menu-btn:checked ~ .menu li {
		opacity: 1;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
strong {
		font-weight: bold;
}
a:hover {
		opacity: 0.5;
		transition: 0.3s;
}
@keyframes is-reflection {
		0% {
				-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
				opacity: 0;
		}
		80% {
				-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
				opacity: 0.5;
		}
		81% {
				-webkit-transform: scale(4) rotate(45deg);
				transform: scale(4) rotate(45deg);
				opacity: 1;
		}
		100% {
				-webkit-transform: scale(50) rotate(45deg);
				transform: scale(50) rotate(45deg);
				opacity: 0;
		}
}
@-webkit-keyframes is-reflection {
		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;
		}
}
.bg_pink {
		background-color: #e0234a;
		border-bottom: 4px solid #e0234a;
}
.bg_white {
		background-color: #fff;
}
.large {
		font-size: 1.23em;
}
.small {
		display: block;
		margin-top: 5px;
		font-size: 11px;
		text-align: right;
}
.comment {
		text-align: center;
		font-size: 12px;
}
.red {
		color: #ef4c4c;
}
.pink {
		color: #0398c9;
}
.gray {
		color: #999999;
}
.dark-gray {
		color: #555555;
}
header .logo {
		text-align: center;
		padding: 6px 0;
}
header .logo img {
		width: 154px;
		height: auto;
}
header .nav_toggle {
		/*width:24px; height:17px; z-index:2000;*/
		position: absolute;
		top: 8px;
		right: 10px;
		color: #000000;
}
h2 {
		margin: 50px 0 20px;
}
h2 img {
		width: 80%;
}
footer {
		width: 800px;
		margin: 0 auto;
		background-color: #fff;
}
footer p {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		padding: 20px;
		background-color: #e3e3e3;
		color: #465f6a;
		text-align: center;
}
footer a {
		color: #fff;
		text-decoration: none;
		display: block;
}
footer ul li {
		padding: 9px 0;
		font-size: 0.875rem;
}
footer ul li img {
		width: 154px;
		height: auto;
}
footer ul li:first-child {
		padding: 19px 0;
}
footer ul li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .copy {
		background-color: #000000;
		font-size: 0.625rem;
		padding: 5px 0;
		color: #ffffff;
}
#mainVisual {
		margin-top: 6px;
}
#mainVisual img {
		width: 100%;
		height: auto;
}
.balloon-001 {
		display: flex;
		justify-content: center;
		position: relative;
		max-width: 500px;
		margin: 0 auto;
		padding: .8em 1.2em;
		font-size: 18px;
		border-radius: 50px;
		background-color: #fff7e3;
		color: #333333;
}
.balloon-001::before {
		position: absolute;
		bottom: -15px;
		width: 30px;
		height: 15px;
		background-color: #fff7e3;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		content: '';
}
.ttl-fl {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
}
.ttl-fl img {
		width: 10%;
}
.ttl-p {
		font-size: 30px;
		font-weight: bold;
}
.ttl-p span {
		color: #ff6f00;
}
#osusume {
		margin: 50px 0;
}
#osusume .best1 {
		border: 2px solid #1565C0;
}
#osusume .best1 .best1-txt {
		padding: 20px;
		display: flex;
}
#osusume .best1 .best1-txt .osusume-inner {
		width: 100%;
		margin-left: 20px;
}
#osusume .best1 .best1-txt a {
		width: 100%;
}
#osusume .best1 .best1-txt .osusume-inner .ct_btn .btn {
		width: 100%;
		margin: 10px auto 0;
		padding: 10px 20px;
}
#osusume h2 {
		margin: 0;
		padding: 10px;
		font-size: 1rem;
		background-color: #1565C0;
		font-weight: bold;
		color: #fff;
}
.heading-17 {
		display: flex;
		justify-content: start;
		align-items: center;
		position: relative;
		margin-bottom: 30px;
		padding: .5em .7em;
		overflow: hidden;
		border: 2px solid #1565C0;
		border-radius: 5px;
		color: #333333;
		font-size: 24px;
}
.heading-17:before {
		position: absolute;
		top: -70%;
		left: -10px;
		transform: rotate(25deg);
		width: 100px;
		height: 200%;
		background-color: #1565C0;
		content: '';
}
.heading-17 span {
		margin: 0 70px 0 7px;
		color: #fff;
		font-size: 24px;
		z-index: 1;
}
.reason-txt {
		position: relative;
		margin: 60px auto 40px;
		padding: 3.0em 2.5em 2em;
		box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
		background-color: #e3f2fd;
		color: #333333;
}
.reason-txt h4 {
		position: absolute;
		top: -25px;
		transform: translateX(-.3em) rotate(-5deg);
		padding: .5em 2em;
		border-right: 2px dotted rgb(0 0 0 / 10%);
		border-left: 2px dotted rgb(0 0 0 / 10%);
		box-shadow: 0 0 5px rgb(0 0 0 / 20%);
		background-color: rgb(255 255 255 / 60%);
		font-size: 20px;
		font-weight: 600;
		color: #1565C0;
}
.txt-ttl {
		position: relative;
		margin: 15px 0;
		padding: 24px 24px 0;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
		z-index: 10;
}
.txt-ttl::before {
		font-family: ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "Meiryo UI", sans-serif;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
		color: #ffffff;
		font-size: 55px;
		line-height: 1;
		content: attr(data-number);
		pointer-events: none;
}
.reason-txt .txt-inner .note {
		display: inline-block;
		margin-top: 10px;
		padding: 10px;
		font-size: 15px;
		border: 1px solid #333;
		background: #fff;
}
.special {
		margin: 30px 0 40px;
}
.kome {
		font-size: 12px;
		font-weight: normal;
		vertical-align: top;
}
.orange {
		font-weight: bold;
		color: #FF6F00;
}
table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
}
.table__w--15per {
		width: 15%;
}
.table__w--11per {
		width: 11%;
}
.table__w--17per {
		width: 17%;
}
table th {
		width: 10%;
		padding: 7px;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		background-color: #1565C0;
		border-top: 1px solid #fff;
}
table tr th {
		border-right: 1px solid #fff;
}
table tr th:last-child {
		border-right: none;
}
table td {
		text-align: center;
		border-right: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		padding: 15px 5px;
		font-size: 13px;
}
table td:first-child {
		position: relative;
		padding: 8px;
		align-content: center;
		border-left: 1px solid #d8d8d8;
}
table td:last-child {
		align-content: center;
}
table td .table-ic01 {
		font-size: 20px;
		color: #ef4c4c;
}
table td .table-ic02 {
		font-size: 20px;
		color: #efb04c;
}
table td .table-ic03 {
		font-size: 20px;
		color: #8c8c8c;
}
table tr:nth-of-type(1) td:last-child .table-btn {
		display: block;
		margin-top: 12px;
}
table td .table-btn a {
		color: #fff;
		padding: 9px;
		font-size: 12px;
		background: linear-gradient(to bottom, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
		border-radius: 10px;
}
.ranking-table table tr:nth-of-type(1) td {
		font-weight: bold;
}
table a {
		font-weight: bold;
		color: #555;
}
table a:hover {
		opacity: 0.5;
		transition: 0.3s;
}
table td .table-rank {
		width: 25%;
		position: absolute;
		top: 5px;
		left: 5px;
}
#best table td {
		align-content: center;
}
.underline {
		background: linear-gradient(transparent 60%, #ffff00 30%);
		display: inline;
}
h6 {
		width: 50%;
		margin: 0 auto 40px;
}
.ct_btn p {
		text-align: center;
		font-weight: bold;
}
.btn {
		display: block;
		position: relative;
		padding: 1em 1.4em;
		box-shadow: 0 3px 0 0 #9a2e2e;
		border-radius: 4px;
		margin: 10px auto 70px;
		font-weight: bold;
		font-size: 16px;
		max-width: 500px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		overflow: hidden;
		transition: 300ms;
		background: linear-gradient(to bottom, rgba(254, 204, 177, 1) 0%, rgba(241, 116, 50, 1) 50%, rgba(234, 85, 7, 1) 51%, rgba(251, 149, 94, 1) 100%);
}
.btn::before {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #ece6cf;
		transition: 300ms;
		animation: shinyshiny 2.5s ease-in-out infinite;
}
.btn:hover {
		text-decoration: none;
		color: #fff;
		box-shadow: none;
		-webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
		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;
		}
}
#summary .best1 {
		border-radius: 5px;
		margin: auto;
		text-align: center;
}
#summary .best1 h3 {
		font-weight: bold;
		background-color: #1565C0;
		color: #fff;
		padding: 10px;
		position: relative;
		font-size: 25px;
}
#summary .best1 h3::after {
		content: '';
		background-color: #1565C0;
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -6px;
		left: 0;
}
#summary .best1 .best1-txt {
		margin-bottom: 30px;
		padding: 20px 0 0;
}
#summary .best1 .best1-txt p {
		position: relative;
		text-align: left;
		padding: 1.5rem 0 1.5rem 70px;
		border-bottom: 1px dotted #00306c;
		font-size: 20px;
		font-weight: bold;
}
#summary .best1 .best1-txt p::before {
		content: "✔";
		position: absolute;
		left: 24px;
		top: 20%;
		color: #4CAF50;
		font-size: 30px;
}
#summary .best1 .small {
		padding-right: 5rem;
		margin-bottom: 40px;
}
#column figure img, #contents figure img {
		max-width: 100%;
		height: auto;
}
#column .column_header {
		margin-bottom: 0;
}
#column .column_header h1 span {
		background: linear-gradient(transparent 60%, rgba(255, 83, 116, 0.35) 60%);
}
#column .column_header dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		color: #999999;
		font-size: 0.75rem;
}
#column h3 {
		font-size: 0.9375rem;
		border-bottom: 2px dashed #0398c9;
		margin: 2em 0 1em;
		font-weight: bold;
}
#column h4 {
		font-size: 0.9375rem;
		border-left: 5px solid #0398c9;
		padding: 0 13px;
		margin: 2em 0 1em;
		font-weight: bold;
}
#column h5 {
		font-size: 0.9375rem;
		margin: 2em 0 1em;
		font-weight: bold;
}
#column p img, #column figure img {
		max-width: 100%;
		height: auto;
}
#column table {
		width: 100%;
		border: 1px solid #bcbcbc;
}
#column th {
		background-color: #f1f1f1;
		color: #999999;
}
#column th, #column td {
		padding: 3px 5px;
		text-align: center;
		font-size: 0.8125rem;
		border: 1px solid #bcbcbc;
}
#column .scroll {
		overflow: auto;
		white-space: nowrap;
}
#column .scroll::-webkit-scrollbar {
		height: 5px;
}
#column .memo {
		background-color: #f1f1f1;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		padding: 1em;
		margin-bottom: 22px;
}
#column .memo_ttl {
		font-size: 0.9375rem;
		font-weight: bold;
		margin-bottom: 10px;
}
#column ol, #column ul {
		list-style-position: outside;
		margin-left: 1em;
		margin-bottom: 22px;
}
#column ol {
		list-style: decimal;
}
#column ul {
		list-style: disc;
}
#contents .logo_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
@media (max-width: 768px) {
		#wrapper {
				max-width: auto;
				margin: inherit;
		}
		.sp_only {
				display: inline-block;
		}
		.main-wrapper {
				padding: 0 10px;
		}
		header {
				padding: 12px;
		}
		.main-nav {
				display: none;
		}
		.balloon-001 {
				max-width: 325px;
				padding: .6em 1.2em;
				font-size: 15px;
		}
		.ttl-fl img {
				width: 10%;
		}
		.ttl-p {
				font-size: 18px;
		}
		#osusume {
				padding: 0 10px;
		}
		#osusume .best1 .best1-txt {
				display: block;
		}
		#osusume .best1 .best1-txt .osusume-inner {
				margin-top: 10px;
				margin-left: 0;
		}
		#osusume .best1 .best1-txt .osusume-inner .ct_btn .btn {
				padding: 10px 0;
				font-size: 14px;
		}
		a:hover {
				opacity: 1;
		}
		.ranking-table {
				overflow-x: auto;
		}
		.ranking-table table {
				min-width: 800px;
		}
		h6 {
				width: 90%;
		}
		.reason-txt .txt-inner {
				padding: 20px 0 0;
		}
		.reason-txt .txt-inner .txt-ttl {
				padding: 24px 0 10px;
				font-size: 16px;
		}
		.reason-txt .txt-inner .txt-ttl::before {
				left: -24px;
		}
		#best table th {
				width: 33%;
		}
		.ct_btn p {
				margin-top: 20px;
				font-size: 14px;
		}
		.btn {
				max-width: 300px;
		}
		.reason h4 {
				width: 75%;
		}
		.reason-txt {
				padding: 2.0em 1.5em 2em 2.5em;
		}
		#summary .best1 .best1-txt p {
				padding: 1.5rem 0 1.5rem 50px;
				font-size: 15px;
		}
		#summary .best1 .best1-txt p::before {
				left: 14px;
				top: 15px;
				font-size: 26px;
		}
		.small {
				text-align: left;
		}
		footer {
				width: 100%;
		}
}