@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.bold {
	font-weight: bold;
}

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

div h1,
h2,
h3,
h4,
h5,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
p {
	margin: 0;
	padding: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #f12945;
}

a:hover {
	color: #ff7084;
}

img {
	border: none;
}

body {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #333;

	/* オレンジ 2024 */
	background: #fff0e5;

	/* ワイン　2021 2024 */
	/* background:#FBF2F7; wine */

	/* 黄色　2017  */
	/* background: #FDFCE7; */

	/*ピンク
	background: #FBF2F7;
	*/

	/* 黄色　2017  */
	/* background-image:url("../images/bg_main.gif"); */


	/* 青　2018 */
	/* background:#e8edf6; */

	/* 2023 */
	/* background:#DEEFE2; */
}


table {
	border-collapse: collapse;
}

h2 {
	margin-bottom: 20px;
}

/*
h3{
	font-size:16px;
	border-bottom:3px solid #1e409a;
	padding-bottom:3px;
	margin-bottom:10px;
	font-weight: bold;
}
*/

h3 {
	font-size: 16px;
	border-left: 10px solid #09348B;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}


hr {
	border: 2px dotted #ccc;
}

/*
hr {
	background-color: #fff;
	border-top: 2px dotted #bbb;
}
*/

#container {
	text-align: left;
	margin: 0 auto;
}


#header {
	height: 122px;
	/* 2015, 2019, 2023*/
	/* background-image:url("../images/bg_body_green_02.png"); */
	/*2016
	background-image:url("../images/bg_body_orange.png");*/
	/* 2017, 2021 */
	/* background-image:url("../images/bg_body_yellow.png"); */
	/* 2014, 2018、2022 */
	/* background-image:url(../images/bg_body.jpg); */
	/*2020, 2024*/
	background-image: url("../images/bg_body_orange.png");

	background-repeat: repeat-x;

}


#headerInfo {
	width: 860px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	margin-top: 16px;
}

#header #date {
	float: right;
	margin-top: 26px;
}

#header #date img {
	width: 350px;
}

#header #headerNav li {
	float: right;
}

#main {
	padding-top: 30px;
	width: 860px;
	margin: 0 auto;
}

#main #nav {
	width: 230px;
	margin-bottom: 20px;
	float: left;
}

#main #nav ul {
	margin-bottom: 20px;
}

#contents {
	float: right;
	width: 630px;
}


.toTop {
	text-align: right;
	margin-bottom: 10px;
}

.accessLink {
	background-image: url("../images/ic_access.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
}

.accessLink a {
	color: #9d3d37;
}

.accessLink a:hover {
	color: #ff4535;
}

.section05 {
	margin-bottom: 5px;
}

.section10 {
	margin-bottom: 10px;
}

.section20 {
	margin-bottom: 20px;
}

.section30 {
	margin-bottom: 30px;
}

.section40 {
	margin-bottom: 40px;
}

.section50 {
	margin-bottom: 50px;
}

.textC {
	text-align: center;
}

.txtRed {
	color: #d73c3c;
}

a.opacity {
	display: inline-block;
}

a.opacity:hover img,
a.opacity:active img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* For modern browsers */
/* .cf:before,
.cf:after {
	content: "";
	display: table;
} */

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

.coronas {
	background-color: #fff;
	padding: 20px;
	width: 1000px;
	margin: 100px auto;
}

.coronas h2 {
	padding: 50px 50px 20px;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}

.coronas p {
	padding: 0 20px;
	width: auto;
	margin: 0 20px;
}

.corona_squre {
	border: solid 4px #707070;
	margin: 20px 10%;
}

.coronas .left {
	display: inline-block;
	text-align: left;
}

.coronas .right {
	margin-right: 20px;
	text-align: right;
	padding-bottom: 50px;
}

.tx_right {
	text-align: right;
	font-weight: 300;
}

.tx_left {
	text-align: left !important;
}

.indent_posting {
	padding: 0 40px 30px;
}

.indent_posting li {
	line-height: 1.5em;
	list-style-type: decimal;
	margin-left: 1em;
	margin-top: 10px;
}

.ml30 {
	margin-left: 20px;
}

.mt50 {
	margin-top: 50px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.message_indent {
	margin: 20px 0 20px 1.5em;
	letter-spacing: -1.2px;
}

.message_indent li {
	line-height: 1.6em;
	list-style-type: decimal;
	margin-top: 5px;
	letter-spacing: 0.5px;
}

.message_line {
	border-bottom: 3px solid #09348B;
	margin-bottom: 10px;
}

.bnr_field li {
	margin: 30px 1px;
	display: inline-block;
}

.bnr_field a:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#on-demand {
	width: 800px;
	margin: 100px auto;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	letter-spacing: -0.4px;
}

.on-demand_box {
	padding: 20px;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
}

.on-demand_box_2 {
	padding: 20px;
	background: rgb(242, 253, 253);
	border-radius: 15px;
	margin-bottom: 30px;
}

.mb100 {
	margin-bottom: 100px;
}

.font_normal {
	font-size: 0.9em;
}

.tx_center {
	text-align: center;
}

.button_out {
	pointer-events: none;
}




/* 2024.0805 */
.bnr-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 40px;
}

.topbnr-flex.bnr-flex {
	margin-top: 60px;
}

.acbnr-flex.bnr-flex {
	margin-top: 0;
}

.bnr-flex-cont {
	padding-left: 230px;
	box-sizing: border-box;
}

/* report */
.rep_table {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.rep_table tr th {
	font-weight: bold;
}

.rep_table tr td,
.rep_table tr th {
	vertical-align: top;
	padding: 5px;
}

.sp_space {
	display: none;
}

@media screen and (max-width: 768px) {
	#main {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
		padding: 0;
	}

	#headerInfo {
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	#headerInfo img {
		display: inline-block;
		width: 70%;
	}

	#headerInfo .ml30 {
		margin: 10px 0 0 !important;
	}

	#headerInfo #date {
		margin-top: 10px;
	}

	#header #date img {
		width: 70%;
	}

	#contents .slides img {
		display: block;
		width: 100%;
	}

	#contents {
		width: 100%;
	}

	.sp_wrapper {
		width: 355px;
		margin: 0 auto;
		box-sizing: border-box;
	}

	#main #nav,
	#main #nav ul {
		width: 100%;
	}

	#main #nav ul li {
		width: 48%;
	}

	#main #nav ul li a,
	#main #nav ul li a img {
		width: 100%;
	}

	#main #nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.sp_flex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.sp_flex01 p {
		width: 49%;
	}

	.sp_flex01 p img {
		width: 100%;
	}

	.sp_space {
		display: block;
		width: 100%;
		height: 56px;
	}

	/* mobilemenue */
	.mob_menu {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		height: 46px;
		padding: 5px 0;
		background-color: #ec6714;
	}

	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* 半透明の黒 */
		display: none;
		/* 初期状態では非表示 */
		z-index: 9997;
	}

	.header__navigation strong {
		font-weight: bold;
	}

	.header__navigation a span {
		font-size: 16px;
		margin-top: 10px;
		display: block;
	}



	.header__navigation.active .overlay {
		display: block;
		/* メニューが開いたときに表示 */
	}

	.menu__hamburger {
		cursor: pointer;
		width: 30px;
		margin: 10px 20px;
		transition: transform 0.3s;
		/* アニメーションを追加 */
	}

	.bar {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #fff;
		margin: 4px 0;
		transition: all 0.3s;
		/* アニメーションを追加 */
	}

	.header__navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background-color: #ed955f; */
		background-color: #a74609;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.header__navigation.active {
		display: flex;
	}

	.header__navigation ul {
		list-style: none;
		padding: 0;
		text-align: center;
		position: inherit;
		z-index: 9998;
	}

	.header__navigation li {
		margin: 35px 0 50px;
	}

	.header__navigation a {
		color: #fff;
		text-decoration: none;
		font-size: 24px;
	}


	.menu__hamburger {
		display: block;
		position: inherit;
		z-index: 9999;
	}

	.menu__hamburger.active .bar {
		background-color: #fff;
	}

	.menu__hamburger.active .bar:nth-child(1) {
		transform: rotate(45deg) translate(5px, 6px);
	}

	.menu__hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.menu__hamburger.active .bar:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -6px);
	}

	#mob_nav li a {
		font-weight: bold;
	}

	/* 下層ページ */
	h2 img {
		width: 100%;
	}

	#info table {
		max-width: 100% !important;
	}

	#info td img {
		max-width: 100%;
		height: auto !important;
	}

	#info td:nth-of-type(1) img {
		aspect-ratio: 11 / 14;
	}

	.under_cont {
		padding: 0 10px;
		box-sizing: border-box;
	}

	#main img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	.over_scroll {
		overflow: scroll;
	}

	.members .over_scroll {
		width: 100%;
	}

	.fee_btn a {
		min-width: auto !important;
		box-sizing: border-box;
	}

	.message_line {
		margin-bottom: 10px;
	}

	.pc_only {
		display: none;
	}

	.header__navigation li::after {
		content: "";
		display: block;
		height: 2px;
		width: 80vw;
		background-color: #fff;
		position: relative;
		top: 13px;
	}

	#header {
		height: 160px;
	}
}

@media screen and (min-width: 768px) {
	.sma {
		display: none;
	}
}

#nav .sp_flex01 img {
	display: inline-block;
	max-width: 197px;
}

.indent_text {
	position: relative;
	padding-left: 17px;
}

.indent_text span {
	position: absolute;
	left: 0;
	top: 0;
}

.caption_right {
	text-align: right;
}

.l_h_14 {
	line-height: 1.4;
}