@charset "utf-8";
/* CSS Document */

.contents {
	max-width: 1260px;
	width: 100%;
}
.main_in {
	margin: 10px;
	padding: 10px 30px;
	background: #FFF;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.main {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    font-size: 1.5rem;
}

.main th {
    padding: 12px 10px;
    font-weight: bold;
    color: #fff;
    background: #080059;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}

.main td {
    padding: 12px 10px;
    vertical-align: middle;
    background: #FFF;
    border: 1px solid #ccc;
    line-height: 1.6;
}

.main th a {
    color: #FFF;
    text-decoration: underline;
}

.main th a:hover {
    opacity: 0.7;
}

.main th {
    vertical-align: middle;
}

.text_big {
	font-size:2.0rem;
	font-weight: bold;
}

.sub_title {
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	gap: 30px;
	border-bottom: 1px solid #080059;
}

.entry_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	padding: 10px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #080059;
	text-decoration: none;
	border-radius: 7px;
}

.entry_button:hover {
	background: #E2E8EC;
	color: #080059;
	text-decoration: none;
}

.entry_disabled_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	padding: 10px 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #626263ff;
	background: #ccccccff;
	opacity: 75%;
	color: #626263ff;
	text-decoration: none;
	border-radius: 7px;
	pointer-events: none;
}

.entry_disabled_button:hover {
	background: #acabaeff;
	color: #626263ff;
	text-decoration: none;
}

dl.list_faq {
	margin: 0 0 10px;
	padding: 8px 5px 18px;
	border-bottom: dashed 1px #ddd;
}

dl.list_faq dt {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	color: #080059;
	font-weight: 600;
	display: flex;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: flex;
}

dl.list_faq .question {
	width: 30px;
	margin: 0;
	padding: 0;
}

dl.list_faq dd .question {
	padding-left: 7px;
	color: #ed3434;
	font-weight: 600;
}

dl.list_faq .answer {
	width: calc(100% - 30px);
	margin: 0;
	padidng: 0;
}

.category_table {
	width: 50%;
	margin: 0.5em 0;
	border-collapse: collapse;
	border: solid 1px rgb(95, 90, 147);
}

.category_table td {
	border-right: solid 1px rgb(95, 90, 147);
	border-bottom: solid 1px rgb(95, 90, 147);
	padding: 3px 7px;
	text-align: center;
}

.bg-main-color {
	background: #080059;
	color: white;
}

ol.ol01 {
	margin-left: 1em;
	padding: 0;
}

ol.list_brackets {
	margin-left: 1.2em;
	padding: 0;
}

ol li {
	line-height: 1.2;
	margin-bottom: 10px;
}

.content_padding {
	margin-top: 20px;
	margin-bottom: 30px;
}

.center_padding {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}

.text-black {
	color: black;
}

.font-15 {
	font-size: 20px;
}

.period {
	text-align: center;
	padding: 10px;
	border: 2px solid #FF0000;
}

.strike {
    text-decoration: line-through solid #000;
}

.text_red {
	color: red;
}

.col_content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.col_content .img {
	max-width: 400px;
	margin: 10px;
}

.col_content .img img {
	width: 100%;
	border: 1px solid #000;
}

.col_content .img img:hover {
	opacity: 50%;
}

.abstract_container {
	padding: 0 40px;
}

.button_content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
}

.button_content a {
	max-width: 400px;
	margin: 10px;
}

.third_title {
    padding: 0 0 0 21px;
    color: #080059;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.third_title:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #080059;
    position: absolute;
    top: 7px;
    left: 0;
}

/* 表示領域が992px以上の場合に適用するスタイル */
@media screen and (min-width: 992px) {
	.contents {
		padding: 0 10px;
	}
	.left-contents {
		width: 210px;
	}
	.middle-contents {
		width: calc(100% - 240px);
	}

	.period {
		width: 70%;
	}
}

/* 表示領域が570px以下の場合に適用するスタイル */
@media print, screen and (max-width: 570px) {
	.category_table {
		width: 100%;
	}

	.main_in {
		padding: 10px;
	}

	.sub_title {
		flex-direction: column;
		gap: 10px;
	}

	.col_content {
		display: block;
	}

	.abstract_container {
		padding: 0 10px;
	}
}
