﻿
/* === reset === */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
textarea {
	font-size: 100%
}
img {
	vertical-align: bottom
}
hr {
	display: none
}
address, caption, em, strong, th {
	font-style: normal;
	font-weight: normal
}
a:hover {
	color: #F90;
}
a img:hover {
	opacity: 0.7;
}


@media print, screen and (min-width: 641px) {

body {
	background-color: #fffffe;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto
}
body .center {
	text-align: center
}
body .small {
	font-size: 13px
}


/* === index === */



/* === header === */
header {
	height: 60px;
	padding: 10px 0;
	background: #ffcdde
}
header nav {
	width: 992px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between
}
header nav #logo {
	width: 345px
}
header nav .toggle {
	display: none
}
header nav ul {
	width: 600px;
	display: flex
}
header nav ul li {
	width: 50%;
	height: 60px;
	line-height: 60px;
}
header nav ul li a {
	display:block;
	width: 100%;
	height: auto;
	color: #fffff0;
	text-decoration: none;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 24px;
}
header nav ul li:nth-child(1) a::before {
	position:relative;
	top: 2px;
	padding-right: 4px;
	font-size: 24px;
	font-family: 'Material Icons';
	content: '\f02f';
}
header nav ul li:nth-child(2) a::before {
	position:relative;
	top: 2px;
	padding-right: 4px;
	font-size: 24px;
	font-family: 'Material Icons';
	content: '\e838';
}

/* === メインセクション === */
section {
	width: 992px;
	margin: 16px auto;
	display: flex;
	justify-content: space-between
}

#pan {
	margin: 0;
	padding: 1px 8px;
	background: #fff2e4;
}
#pan li {
	display: inline;
	font-size: 13px
}
#pan li + li:before{
	content: ">";
	margin: .5em;
}


article {
	width: 672px
}
article h1 {
	margin: 16px 0;
	padding: 16px 8px;
	background-color: #dc4d71;
	font-size: 20px;
	color: #ffffff;
}
article h2 {
	margin: 0 0 16px;
	padding: 16px 4px;
	border-left: 4px solid #ffcdde;
	font-size: 18px;
}
article p+h2 {
	margin-top: 24px;
}
article h3 {
	position: relative;
	margin: 0 0 16px;
	padding: 10px;
	background: #fff2e4;
	font-size: 18px;
}
article p+h3 {
	margin-top: 24px;
}
article h4 {
	margin: 12px 0;
	font-size: 18px;
	color: #e95464;
}
article h5 {
	margin: 8px 0;
	font-size: 16px;
	text-decoration: underline;
	/*color: #f08300*/
}
article ul {
	margin-left: 20px;
	margin-bottom: 8px
}
article ul li {
	font-size: 15px;
	list-style-type: circle
}
article p {
	margin: 0 0 8px 0;
	font-size: 15px;
	color: #1b1b1b
}
article p.category {
	text-align: right;
	font-size: 13px;
}
article p.small {
	font-size: 14px
}
article figure {
	text-align: center;
}

/* テーブル */
.tables > div {
	display: flex;
	justify-content: center;
}

.tables table tr th,
.tables table tr td {
	padding: 5px 10px;
	border: none;
	border-bottom: 2px solid #F66;
	font-size: 15px;
}

.tables .star {
	margin-right: 24px;
}
.tables .star td {
	width: 110px;
	font-size: 20px;
	color: #F90;
}


.ranking>div>div {
	position: relative;
	margin: 0 0 16px;
	padding: 16px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}


/* カラム調整 */
.wp-block-columns {
    margin-bottom: 0;
}
.wp-block-columns .wp-block-column h4,
.wp-block-columns .wp-block-column p {
	margin-left: 16px;
}
.wp-block-table th,
.wp-block-table td {
	font-size: 15px;
}
/* 調整用 */
.wp-element-caption {
	font-size: 13px;
}
.wp-block-verse {
	color: #e95464;
}
.wp-block-column h4 {
	margin-top: 0;
}

.wp-block-buttons {
	display: flex;
	margin-bottom: 16px;
}


/* === side === */
aside {
	width: 300px
}
aside h2 {
	margin: 0 0 8px;
	padding: 8px;
	background-color: #dc4d71;
	color: #fff
}
aside div p {
	text-align: center
}
aside div p+h2 {
	margin-top: 15px
}
aside div ul {
	margin-bottom: 16px
}
aside div ul li {
	margin-left: 24px;
	margin-bottom: 3px;
	list-style-type: circle;
	font-size: 15px
}
aside div ul li ul {
	margin-top: 3px
}
aside div ul li ul li {
	margin-left: 24px;
	margin-bottom: 3px;
	list-style-type: disc;
	font-size: 15px
}
aside div #banner li {
	margin-bottom: 8px;
	text-align: center
}




/* === footer === */
footer {
	padding: 16px 0;
	background-color: #dc4d71
}
footer div {
	margin: 0 auto
}
footer div p {
	text-align: center
}
footer div ul {
	width: 992px;
	margin: 0 auto 16px
}
footer div ul li {
	display: inline;
	font-size: 14px
}
footer div ul li a {
	color: #fff
}
footer #copyright p {
	margin: 8px;
	text-align: center;
	font-size: 12px;
	color: #eee;
}



}


@media screen and (max-width: 640px) {
	
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	background-color: #fffffc
}

/* === reset === */
body>* {
	overflow: hidden
}
body img {
	max-width: 100%;
	height: auto
}


/* === index === */


/* === header === */
header {
/*	background: #dc4d71;*/
}
header nav #logo {
	margin: 0 auto;
	padding: 8px 0;
}
header nav #logo p {
	text-align: center;
}
header nav ul {
	display: flex;
	background-color: #dc4d71;
}
header nav ul li {
	height: 40px;
	line-height: 40px;
	width: 50%;
	text-align: center;

}
header nav ul li a {
	display: block;
	width: 100%;
	height: 40px;
	color: #fffff0;
	text-decoration: none;
	font-size: 16px;
}

header nav ul li:nth-child(1) a::before {
	position: relative;
	top: 2px;
	padding-right: 2px;
	font-family: 'Material Icons';
	content: '\f02f';
}
header nav ul li:nth-child(2) a::before {
	position: relative;
	top: 2px;
	padding-right: 2px;
	font-family: 'Material Icons';
	content: '\e838';
}


/* === メインセクション === */
section {
	margin: 8px auto 24px
}

#pan {
	margin: 0 0 8px;
	padding: 1px 16px;
	overflow-x: scroll;
	white-space: nowrap;
	background-color: rgba(153,153,153,0.2)
}
#pan li {
	display: inline;
	font-size: 13px
}
#pan li + li:before{
	content: ">";
	margin: .5em;
}

article {
	margin-bottom: 24px
}
article h1 {
	margin: 16px;
	padding: 8px;
	background-color: #dc4d71;
	color: #ffffff;
	font-size: 22px;
}
article h2 {
	margin: 0 0 16px;
	padding: 16px 16px;
	font-size: 20px;
}
article h2 a {
	color: #fffff0;
}
article h3 {
	position: relative;
	margin: 0 16px 8px;
	padding: 0.6em;
	background: #fff2e4;
	font-size: 18px;
}
article p+h3 {
	margin-top: 16px;
}
article h4 {
	margin: 12px 16px;
	font-size: 18px;
	color: #e95464;
}
article h5 {
	margin: 8px 16px;
	font-size: 16px;
	/*color: #f08300*/
	text-decoration: underline;
}
article ul {
	margin: 0 16px 8px 32px
}
article ul li {
	font-size: 14px;
	list-style-type: circle
}

article p {
	margin: 0 16px 8px;
	font-size: 15px;
	color: #1b1b1b
}
article p.category {
	margin: 0 16px 8px;
	font-size: 15px;
	color: #1b1b1b
}

article .small {
	font-size: 11px
}
article figure {
	text-align: center;
}

.wp-block-table {
	margin: 0 16px 32px;
}
.wp-block-table th,
.wp-block-table td {
	padding: 4px !important;
	font-size: 14px;
}
.wp-element-caption {
	font-size: 11px;
}
.wp-block-verse {
	color: #e95464;
}
.wp-block-buttons {
	display: flex;
	margin-bottom: 16px;
}


.ranking>div>div {
	position: relative;
	margin: 0 0 16px;
	padding: 16px 16px 8px;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3)
}
.ranking>div>div h3,
.ranking>div>div h4,
.ranking>div>div p {
	margin-left: 0;
	margin-right: 0;
}
/* 打消 */
:where(.wp-block-columns) {
    margin-bottom: 0em !important;
}



/* テーブル */
.tables > div {
}
.tables table {
	width: auto;
}
.tables table tr th,
.tables table tr td {
	padding: 5px 10px;
	border: none;
	border-bottom: 2px solid #F66;
	font-size: 15px;
}
.tables .star {
	margin-right: 24px;
}
.tables .star td {
	width: 110px;
	font-size: 20px;
	color: #F90;
}



/* === side === */
aside h2 {
	margin-bottom: 16px;
	padding: 8px 16px;
	background-color: #dc4d71;
	color: #fff
}
aside p {
	text-align: center
}

aside>div p {
	text-align: center
}
aside>div p+h2 {
	margin-top: 16px
}
aside>div ul {
	margin-bottom: 24px
}
aside>div ul li {
	margin-left: 24px;
	margin-bottom: 3px;
	list-style-type: circle
}
aside>div ul li ul {
	margin-top: 3px
}
aside>div ul li ul li {
	margin-left: 24px;
	margin-bottom: 3px;
	list-style-type: disc
}
aside>div figure,
aside>div form {
	text-align: center;
}



/* === footer === */
footer {
	background-color: #dc4d71
}
footer .menu {
	margin: 0 auto;
	padding: 16px;
}
footer .menu ul a {
}
footer .menu ul li ul {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 16px;
}
footer .menu ul li ul li {
	width: 50%;
	font-size: 13px
}
footer .menu ul li ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #eee
}
footer #copyright p {
	margin: 8px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}


}
