
body, div, p, dl, dt, dd, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ" ,Meiryo, arial, sans-serif;
	color: #333;
	font-display: swap;
	line-height: 1.5;
}

img {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}

a:hover {
	opacity: 0.65;
}

.red {
	color: #f00 !important;
}

.blue {
	color: #00f !important;
}

.small {
	font-size: 80%;
}

.w12m {
	width: 12em !important;
}

.ml1m {
	margin-left: 1em !important;
}

.ml2m {
	margin-left: 2em !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb1m {
	margin-bottom: 1em !important;
}

.pl1m {
	padding-left: 1em !important;
}

.alignC {
	text-align: center;
}

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.attention {
	color: #f30;
	font-weight: bold;
}

/* common start */
header,
.content,
footer {
}

.container,
.content {
	width: 100%;
	margin: auto;
	padding: 0 1em;
	box-sizing: border-box;
}

.container {
	max-width: 1024px;
}

.content {
	max-width: 768px;
}

header ul,
footer ul {
	margin: 0;
	padding: 0;
}

header li,
footer li {
	list-style: none;
}

header h1 {
	text-align: center;
	font-weight: normal;
}

header h1 img {
	margin-right: 1em;
	vertical-align: middle;
}

header a {
	color: #333;
	text-decoration: none;
}

header .description {
	margin-bottom: -1em;
	line-height: 1.5;
}

header .description:after {
	content: "";
	display: block;
	clear: both;
}

header .description_l {
	float: left;
	width: 65%;
}

header .description_r {
	float: right;
	width: 35%;
	text-align: right;
}

header .container {
	padding-top: 1em;
	padding-bottom: 1em;
}

header h1 {
	font-size: 175%;
}

header h1 img {
	max-width: calc(100% - 2.28em);
	max-height: 75px;
}

header nav {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

header nav ul {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	box-sizing: border-box;
}

header nav ul:after {
	content: "";
	display: block;
	clear: both;
}

header nav li {
	padding: 1em 0;
	text-align: center;
	box-sizing: border-box;
}

header nav li a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
}

.main {
	padding-top: 1em;
	padding-bottom: 1em;
}

.main h2 {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 150%;
	line-height: 1.1;
}

.main h3 {
	margin-bottom: 0.5em;
	font-size: 125%;
	line-height: 1.1;
}

.main table {
	width: 100%;
	border: 1px solid #333;
	border-collapse: collapse;
}

.main caption {
	text-align: left;
}

.main th,
.main td {
	padding: 2px;
	border: 1px solid #333;
}

.main p {
	margin-bottom: 0.75em;
	line-height: 1.75;
}

.main a {
	color: #03f;
}

.main a.btn {
	display: inline-block;
	padding: 0 1em;
	background: #06f;
	border-radius: 5px;
	line-height: 1.75rem;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
}

.main ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}

.main li {
	margin-left: 1.5em;
}

.main .of {
	position: relative;
}

.main .of > * {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.main td.of > * {
	top: 2px;
	left: 2px;
	max-width: calc(100% - 4px);
}

.main dl.rlist {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

.main dl.rlist dt,
.main dl.rlist dd {
	float: left;
	padding: 2px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	box-sizing: border-box;
}

.main dl.rlist dt {
	font-weight: bold;
	text-align: center;
}

.main dl.rlist:after {
	content: "";
	display: block;
	clear: both;
}

.main .more {
	margin-bottom: 0;
	text-align: right;
}

.main .pager {
	margin-top: 0.5em;
	text-align: center;
}

.main .pager li {
	display: inline-block;
	margin: 0 0.25em;
}

.main .pager a {
	display: block;
	width: 2em;
	height: 100%;
	border: 1px solid #333;
	color: #333;
	background: #fff;
	text-decoration: none;
}

.main .pager a.now {
	background: #333;
	color: #fff;
}

.editBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 760px;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
}

.editBox > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 692px;
	height: 70%;
	margin: auto;
	padding: 15px 30px;
	font-size: 95%;
	background: #fff;
	box-sizing: border-box;
}

.editBox form {
	height: 100%;
}

.editBox h2 {
	text-align: center;
	margin-bottom: 0.5em;
}

.editBox .body {
	overflow-y: scroll;
}

.editBox th,
.editBox td {
	padding: 0.25em 0.5em;
}

.editBox th {
	text-align: left;
}

.editBox input[type=text],
.editBox textarea {
	width: 100%;
	font-size: 100%;
	box-sizing: border-box;
}

.editBox input[type=text].half {
	width: 50%;
}

.editBox textarea {
	height: 15em;
}

.editBox .notifications {
	padding: 1em;
}

.editBox .notifications .notification_ttl {
	float: left;
	width: 8em;
	clear: both;
	line-height: 2;
}

.editBox .notifications .notification {
	margin-left: 8em;
	margin-bottom: 1em;
	line-height: 2;
}

.editBox .notifications input[type=text] {
	width: 6em;
	border: 1px solid #333;
	text-align: center;
}

.editBox .notifications textarea {
	height: 4em;
}

.editBox .notifications label {
	display: inline-block;
	margin-right: 0.5em;
}

.editBox .btn_close {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 250%;
	line-height: 1em;
}

.editBox .btn_close a {
	color: #333;
	text-decoration: none;
}

.editBox .btns {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	line-height: 2em;
	text-align: center;
}

.editBox .btns a {
	display: inline-block;
	width: 6em;
	height: 2.5em;
	padding: 0.75em 0;
	line-height: 1em;
	border: 1px solid #333;
	border-radius: 10px;
	font-size: 125%;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
}

footer {
	border-top: 1px solid #333;
}

footer .container {
	padding-top: 1em;
	padding-bottom: 1em;
}

footer .copy {
	color: #333;
	font-size: 85%;
	line-height: 1.25;
	text-align: center;
}

footer .copy a {
	color: #333;
}

@media all and (min-width: 768px){
/* PC */
.sp {
	display: none !important;
}
header nav {
	min-height: 3.5em;
}
header nav ul {
	padding: 0 1em;
}
header nav li {
	float: left;
	width: calc(100% / 5);
	border-left: 1px solid #333;
}
header nav li:last-child {
	border-right: 1px solid #333;
}
.main .rlist .no {
	width: 7%;
}
.main .rlist .dt,
.main .rlist .dt2 {
	width: 25%;
}
.main .rlist .nm,
.main .rlist .nm2 {
	width: 24%;
}
.main .rlist .mn,
.main .rlist .mn2 {
	width: 36%;
}
.main .rlist .bt {
	width: 8%;
}
.main .rlist .mn2 {
	width: 44%;
}
/* PC end */
}

@media all and (max-width: 767px){
/* SP */
.no-sp {
	display: none !important;
}
header {
	height: 8.35em;
}
header nav {
	position: absolute;
	top: 5.35em;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
}
header nav .menu_btns {
	line-height: 3;
}
header nav .menu_btns:after {
	content: "";
	display: block;
	clear: both;
}
header nav .menu_btns a:nth-child(2n+1) {
	float: left;
	width: 50%;
	margin-left: 1em;
	text-align: left;
}
header nav .menu_btns a:nth-child(2n+2) {
	float: right;
	width: 50%;
	margin-right: 1em;
	text-align: right;
	display: none;
}
header nav ul {
	display: none;
}
header nav li {
	border-top: 1px solid #333;
}
.main .rlist .no {
	width: 12%;
	height: calc((1.5em + 4px) * 3 + 3px);
}
.main .rlist .dt,
.main .rlist .nm,
.main .rlist .mn {
	width: 76%;
}
.main .rlist .bt {
	float: right;
	width: 12%;
	height: calc((1.5em + 4px) * 3 + 3px);
}
.main .rlist .dt2,
.main .rlist .nm2,
.main .rlist .mn2 {
	width: 88%;
}
/* SP end */
}
/* common end */

/* parts start */
/* parts end */
