@charset "UTF-8";

.blue_bg {
	background: #37bef0;
}
.pink_bg {
	background: #e2507f;
}
.green_bg {
	background: #6cbb5a;
}
.yellow_bg {
	background: #f3982d;
}
.blue_p {
	color: #37bef0;
}
.pink_p {
	color: #e2507f;
}
.green_p {
	color: #6cbb5a;
}
.yellow_p {
	color: #f3982d;
}
.green_pg {
	color: #38af80;
}

.ttl_h3 {
	justify-content: flex-start;
    font-size: 28px;
    width: 100%;
    border-bottom: 1px solid #38af80;
    padding-bottom: 10px;
	font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

h4 {
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 28px;
}
table {
	width: 100%;
}
table tr {
	border: 1px solid #000000;
	width: 100%;
}

table th ,
table td {
	font-size: 16px;
	font-weight: 400;
	padding: 14px 0;
	padding-left:43px;
	padding-right:14px;
	text-align: left;
}
table th {
	padding-left:24px;
	background-color: #EFEFEF;
	max-width: 184px;
	width: 16%;
}
table td {
	font-weight: 300;
}
table td:nth-child(2) {
	max-width: 615px;
	width: 56%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
table td:last-child {
	max-width: 300px;
	width: 28%;
	padding-left:32px;
}

.red_annotation {
	color: red;
	font-size: 12px;
	margin-top: 5px;
}
@media screen and (max-width: 840px) {
	table th, table td , table td:last-child {
		font-size: 14px;
		padding: 10px 2% 10px 3% ;
	}
	table th {
		width: 24%;
	}
	table td:nth-child(2) {
		width: 50%;
	}
	h4 {
		font-size: 18px;
		padding: 12px 0;
		margin-bottom: 20px;
	}
	.ttl_h3 {
        font-size: 22px;
    }
}
/*-----------------------------------

	contentswicher

-----------------------------------*/
.ContentSwitcherNav {
	display: flex;
    flex-direction: column;
	position: fixed;
    right: 45px;
    top: 104px;
	gap: 0.3vh;
	z-index: 2;
}
.ContentSwitcherNav.is-hidden {
	visibility: hidden;
	opacity: 0;
}
.ContentSwitcherNav a {
    width: 7.5vh;
	border-radius: 100%;
	aspect-ratio: 1 / 1;
	background: white;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 0.5px solid #b5b5b6;
}
.ContentSwitcherNavItemBtn__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50% 50%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}
.ContentSwitcherNavItemBtn__text {
    width: 50%;
	height: auto;
}
.ContentSwitcherNavItemBtn__text img {
	opacity: 0.4;
}
.ContentSwitcherNavItemBtn.colored::after {
	content: "";
    width: 8px;
    height: 8px;
    display: flex;
    position: absolute;
    background-color: #38af80;
    border-radius: 50% 50%;
	right: -18px;
    top: 50%;
    transform: translate(0, -50%);
}

.colored {
	background-color: #d1e8da !important;
	border: none !important;
	position: relative;
}

.ContentSwitcherNavItemBtn.colored .ContentSwitcherNavItemBtn__text img {
	opacity: 1;
}
@media screen and (min-width: 1580px) {
	.ContentSwitcherNav {
    	top: 134px;
	}
}
@media screen and (max-width: 1480px) {
	.ContentSwitcherNav a {
		width: 6.5vh;
	}
}
@media screen and (max-width: 1480px) {
	.ContentSwitcherNav a {
		width: 6.5vh;
	}
}
@media screen and (max-width: 1200px) {
	.ContentSwitcherNav a {
		width: 5.5vh;
	}
}
@media screen and (max-width: 840px) {
	.ContentSwitcherNav {
		flex-direction: row;
		top: unset;
		bottom: 20px;
		right: 0;
		width: 100%;
		justify-content: center;
	}
	.ContentSwitcherNavItemBtn.colored::after {
		right: 50%;
        top: -12px;
        transform: translateX(50%);
	}
	.ContentSwitcherNav a {
		width: 65px;
		height: 65px;
	}
	.ContentSwitcherNavItemBtn__text {
		width: 32px;
	}
}

@media screen and (max-height: 800px) {
	.ContentSwitcherNav a {
		width: 6.5vh;
		height: auto;
	}
	.ContentSwitcherNavItemBtn__text {
		width: 22px;
	}
}

/*-----------------------------------

	murayama_block

-----------------------------------*/
#murayama_block {
	padding: 210px 0 0;
}
@media screen and (max-width: 640px) {
	#murayama_block {
		padding: 80px 0 0;
	}
}
/*-----------------------------------

	mogami_block & okitama_block & syonai_block

-----------------------------------*/
#mogami_block ,
#okitama_block ,
#syonai_block {
	padding: 90px 0 0px;
}
@media screen and (max-width: 640px) {
	#mogami_block ,
	#okitama_block ,
	#syonai_block {
		padding: 50px 0 0px;
	}
}
/*-----------------------------------

	online_block

-----------------------------------*/
#online_block {
	padding: 195px 0 522px;
}
#online_block p {
	line-height: 1.8em;
}
#online_block .wrap {
	margin-top: 24px;
}
#online_block .wrap h5 {
	font-size: 20px;
	font-weight: 500;
	margin: 34px 0 24px;
	position: relative;
    left: -1%;
}

#online_block .wrap ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 90px;
	gap: 20px;
}
#online_block .wrap ul li {
	display: flex;
	flex-direction: row;
	font-size: 14.4px;
}
#online_block .wrap ul li .deco {
	text-decoration: underline;
}
@media screen and (max-width: 840px) {
	#online_block {
		padding: 100px 0 400px;
	}
}
@media screen and (max-width: 640px) {
	#online_block .wrap h5 {
		font-size: 18px;
		margin: 30px 0 18px;
		left: -4%;
	}
	#online_block .wrap ul li {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	#online_block .wrap ul {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 440px) {
	#online_block {
		padding: 100px 0 250px;
	}
}