@charset "utf-8";

/* 協会概要 */
.association table {
	width: 100%;
	color: #333;
	line-height: 2;
}
.association table,.association th,.association td {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	box-sizing: border-box;
}
.association th {
	width: 20%;
	background: #efefef;
	padding: 20px;
}
.association td {
	width: 80%;
	padding: 20px;
}
.association li {
	margin-left: 0;
	text-indent: -1.5em;
    padding-left: 1.5em;
}
p.association-text {
    text-indent: -1em;
    padding: 10px 0 0 1em;
}

#info_link_area {margin: 40px 0 20px 0; display: inline-block;}
#info_link_area a {
	display: block;
	width: 100%;
	color: #333;
	text-align: center;
	transition: .3s;
}

#info_link_area #info_button {
	background: #FF8901;
	font-size: 130%;
	color: #FFF;
	height: 40px;
	width: 270px;
	border-radius: 21px;
	line-height: 38px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#info_link_area #info_button:hover {opacity: .6;}

#info_link_area #merit_button {
	background: #FF8901;
	font-size: 130%;
	color: #FFF;
	height: 40px;
	width: 270px;
	border-radius: 21px;
	line-height: 38px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#info_link_area #merit_button:hover {opacity: .6;}

@media screen and (max-width:660px){
	#info_link_area {margin: 0;}
	#info_link_area a {}
}



/* 事業報告、事業計画、財務諸表共通 */
.pdf-table {
	line-height: 2;
}
.pdf-table  li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

/* 事業報告、協会の歩み */
#main_cont #history_index {}
#main_cont #history_index ul li {
	line-height: 2;
	padding: 0 0 0 1em;
	position: relative;
}
#main_cont #history_index ul li a {color: #464FC7;}
#main_cont #history_index ul li a::before {
	content: '\00bb';
	position: absolute;
	top: 0em;
	left: 0em;
	width: .8em;
	height: .8em;
	color: #464FC7;
}

/* 協会の歩み（history.html） */

#main_cont #index_box {z-index: 0}
#main_cont #index_box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 1em 0;
}
#main_cont #index_box ul li {
	line-height: 2;
	margin: 0 2em 0 0;
	padding: 0 0 0 .5em;
	position: relative;
}
#main_cont #index_box ul li a {color: #464FC7; transition: all 0.5s;}
#main_cont #index_box ul li a::before {
	content: "";
	content: '\00bb';
	position: absolute;
	top: 0em;
	left: 0em;
	width: .8em;
	height: .8em;
	color: #464FC7;
}
#main_cont #index_box ul li a:hover {opacity: .4;}


#main_cont .history_list {}

#main_cont .history_list .header_line {}
#main_cont .history_list .header_line div {
	background: #A8CDF3;
	border: 1px solid #464FC7;
	margin: 0 0 0 0;
	display: grid;
	place-items: center;
	height: 4.2em;
}
#main_cont .history_list .header_line div:first-child {display: none}
#main_cont .history_list .header_line div:nth-child(2) {margin: 0 0 10px 0; border-right: none;}
#main_cont .history_list .header_line div:nth-child(3) {margin: 0 0 10px 0;}
#main_cont .history_list .header_line div p {
	line-height: 1.4;
	margin: 0!important;
	text-align: center;
}

#main_cont .history_list .year_box {display: flex; flex-wrap: wrap; position: relative}
#main_cont .history_list .year_box::after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 66%;
	background: #464fc7;
}
#main_cont .history_list .year_box h5 {
	box-sizing: border-box;
	width: 100%;
	border: none;
	background: #D0E3F3;
	margin: 0 0 1em 0;
	padding: .2em 0 .2em .5em;
	height: 1.66em;
	color: #464FC7;
	font-size: 20px;
}
#main_cont .history_list .year_box h5::after {border: none;}

#main_cont .year_box div:nth-child(2) {
	box-sizing: border-box;
	width: 66%;
	min-height: 1em;
	margin: 0 0 2em 0;
	padding: 0 1em 0 0;
}
#main_cont .year_box div:nth-child(3) {
	box-sizing: border-box;
	width: 34%;
	min-height: 1em;
	margin: 0 0 2em 0;
	padding: 0 1em 0 0;
}

#main_cont .history_list .year_box dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 .5em 0em;
	line-height: 1.6;padding: 0;
}
#main_cont .history_list .year_box dl dt {
	width: 4em;
	position: relative;
	margin: 0 0 0 0;
	text-align: right;
}
#main_cont .history_list .year_box dl dt::after {content: "："}
#main_cont .history_list .year_box dl dd {flex: 1; font-feature-settings: "palt";}


#history_table {
	width: 100%;
	border-spacing: 0;
}
#history_table th {
	background: #A8CDF3;
	border: 1px solid #464FC7;
	margin: 0 0 0 0;
	place-items: center;
	height: 4.2em;
}
#history_table th:last-child {border-left: none;}

#history_table td {
	border: none;
	vertical-align: top;
	box-sizing: border-box;
}
#history_table td:first-child, #history_table th:first-child {width: 66%;}
#history_table td:last-child, #history_table th:last-child {width: 34%;}
#history_table td:first-child {border-right: 1px solid #464FC7;}

#history_table h5 {
	box-sizing: border-box;
	width: 100%;
	border: none;
	margin: 1.5em 0 .5em 0;
	padding: .2em 0 .2em .5em;
	height: 1.66em;
	font-size: 20px;
	background: #D0E3F3;
	color: #464FC7;
}
#history_table h5::after {border: none;}
#history_table h5 span {height: 50px}

#history_table dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 .5em 0em;
	line-height: 1.6;padding: 0;
}
#history_table dl dt {
	width: 4em;
	position: relative;
	margin: 0 0 0 0;
	text-align: right;
}
#history_table dl dt::after {content: "："}
#history_table dl dd {flex: 1; font-feature-settings: "palt";}
#history_table td:first-child dl dd {margin: 0 1em 0 0;}



@media screen and (min-width:661px) and (max-width:1024px) {}
@media screen and (max-width:660px){

}


/*　擬似要素　*/
.mark-member {
	position: relative;
}
.mark-member::after {
	content: '会員限定';
    position: absolute;
    color: #fff;
    background-color: #9B91D5;
    border-radius: 8px;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -6em;
}
.mark-member.pdf-link::before {
	content: '会員限定';
    position: absolute;
    color: #fff;
    background-color: #9B91D5;
    border-radius: 8px;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -8.5em;
}
.mark-member.pdf-link::after {
	background-color: transparent;
	right: -3.2em;
}
.mark-member.mark-xlsx {
	position: relative;
}
.mark-member.mark-xlsx::before {
	content: '会員限定';
    position: absolute;
    color: #fff;
    background-color: #9B91D5;
    border-radius: 8px;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -8.5em;
}
.mark-member.mark-xlsx::after {
	background-color: transparent;
	right: -3.2em;
}
.mark-revision {
	position: relative;
}
.mark-revision::after {
	content: '改訂';
    position: absolute;
    color: #BF1920;
    border: 1px solid #BF1920;
    font-size: 0.7em;
    text-align: center;
    line-height: 1;
    padding: 4px 8px;
    bottom: 0;
    right: -4em;
}
.mark-xlsx {
	position: relative;
}
.mark-xlsx::after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    background-image: url(../../image/excel-icon.gif);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    right: -1.6em;
    bottom: 0;
}
.mark-outlink {
	position: relative;
}
.mark-outlink::after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    background-image: url("../../image/external-icon.gif");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    right: -1.6em;
    bottom: 0;
}
.zairyo .mark-outlink.pdf-link::before {
	content: '';
    display: inline-block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    background-image: url("../../image/external-icon.gif");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    right: -3.2em;
    bottom: 0;
}
.kasou-link {
	color: #333;
}
.kasou-link::before {
	content: '\00bb';
    display: inline-block;
    color: #333;
    border-radius: .5px;
    text-shadow: -1px -1px 0 #b0dbd9;
    padding: 3px 10px 0 0;
    margin-left: 1%;
    line-height: 2;
}
a.kasou-link:hover {
    opacity: .4;
}
li.kasou-link a:hover {
    opacity: .4;
}


/* 定款 */
.list-box li {
	line-height: 2;
	position: relative;
	padding-left: 1em;
}
.list-box li:before {
	content: "";
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    background-image: url("../../image/arrow_r_black.png");
    background-repeat: no-repeat;
}
.teikan-box-text {
	line-height: 2;
	padding-bottom: 20px;
}
.teikan-box-text-inner {
	line-height: 2;
}
.teikan-box-text:last-of-type {
	padding-bottom: 0;
}
.teikan-title {
	font-weight: bold;
}
.teikan-box-text-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.teikan-box-text-inner dt {
    width: 6%;
	text-align: right;
}
.teikan-box-text-inner dd {
    width: 92%;
	text-align: left;
}
.teikan-box-text-inner li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.chapter03-only li {
	padding-bottom: 10px;
}
.chapter03-only ul {
	padding-left: 2em;
}
.chapter03-only ul li{
	padding-bottom: 0;
}
/* 協会本部 */
.info table {
	width: 100%;
	color: #333;
	line-height: 2;
}
.info table,.info th,.info td {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	box-sizing: border-box;
}
.info th {
	width: 20%;
	background: #efefef;
	padding: 20px;
}
.info td {
	width: 80%;
	padding: 20px;
}
.info .map {
	margin: 60px auto 0;
	text-align: center;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	width: 80%;
}
.info iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/* 協会支部 */
.info_branch table {
	width: 100%;
	color: #333;
	line-height: 2;
}
.info_branch table,.info_branch th,.info_branch td {
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	box-sizing: border-box;
}
.info_branch th {
	width: 20%;
	background: #efefef;
	padding: 20px;
}
.info_branch td {
	width: 80%;
	padding: 20px;
}
.mark-new {
	color: #c50000;
    font-size: 10px;
	margin-left: 3em;
	vertical-align: top;
}

/* 挨拶 */
/*個々の挨拶ページ*/
.photo {
	float: right;
	margin: 0 0 40px 40px;
}
.greeting figure {
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.greeting figure img {
	width: 240px;
	height: auto;
}
.greeting figcaption {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
}
.greeting figcaption span {
	font-weight: bold;
}
.greeting-text p {
	margin-bottom: 2em;
	text-indent: 1em;
}

/*挨拶、indexpページ*/
.season_list {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.season_list figure {margin: 0; width: 240px;}
.season_list figure img {width: 100%;}
.season_list figcaption {text-align: center; margin-top: 10px; font-size: 12px;}
.season_list figcaption span {font-weight: bold;}

.season_list ul  {margin-left: .5em; min-width: calc(100% - 240px);}

.season_list ul li h5{
	margin: 1.5em 0 .5em 0!important;
	height: 1.4em!important;
	overflow: hidden;
	line-height: 1em;
}
.season_list ul li:first-child h5{margin-top: 0!important}

.season_list ul li dl {
	font-size: 20px;
	display: flex;
	margin-left: 2em;
}
.season_list ul li dl dt {
	margin: 0 3em .5em 0;
	min-width: 5em;
	position: relative;
}
.season_list ul li dl dt::after {
	content: "▶︎";
	position: absolute;
	right: -2.5em;
	width: 1em;
	text-align: center;
	color: #F7C48A;
}
@media screen and (min-width:661px) and (max-width:1024px) {
	.season_list {display: block;}
	.season_list figure {margin: 0 auto 1em auto!important}
}
@media screen and (max-width:660px){
	.season_list {display: block;}
	.season_list figure {margin: 0 auto 1em auto!important; width: 50vw; margin-bottom: 2em!important}
	.season_list ul li dl {font-size: 16px;}
	.season_list figure figcaption p {line-height: 1; margin: 0!important}
}

@media screen and (min-width:1025px) {
	/* 定款 */
	.main_cont-box.teikan-box {
		display: block; 
		padding-top: 200px;
		margin-top: -200px;
	}
	.chapter03-only li {
		text-indent: -7.5em;
		padding-left: 7.5em;
	}
}
@media screen and (min-width:661px) and (max-width:1024px) {
	/* 定款 */
	.main_cont-box.teikan-box {
		display: block; 
		padding-top: 200px;
		margin-top: -200px;
	}
	.teikan-box-text-inner dt {
		width: 10%;
		text-align: right;
	}
	.teikan-box-text-inner dd {
		width: 88%;
		text-align: left;
	}
	.chapter03-only li {
		text-indent: -7.5em;
		padding-left: 7.5em;
	}
}
@media screen and (max-width:660px) {
	/* 協会概要 */
	.association th,.association td {
		width: 100%;
		display: block;
	}
	.association th {
		border: none;
		padding: 10px;
	}
	.association td {
		border-left: none;
		border-right: none;
		padding: 10px;
	}
	.association table{
		border-bottom: none;
	}
	#main_cont p.association-text {
		margin-bottom: 0;
	}
	/* 定款 */
	.main_cont-box.teikan-box {
		display: block; 
		padding-top: 100px;
		margin-top: -100px;
	}
	.teikan-box-text {
		padding-bottom: 40px;
	}
	.teikan-box-text-inner li {
		margin-left: 0;
	}
	.chapter03-only ul {
		padding-left: 0;
	}
	.teikan-box-text-inner dt {
		width: 16%;
	}
	.teikan-box-text-inner dd {
		width: 82%;
	}
	.teikan-box-text-inner dd:last-of-type {
		margin-bottom: 0;
	}
	/* 協会本部 */
	.info th,.info td {
		width: 100%;
		display: block;
	}
	.info th {
		border: none;
		padding: 10px;
	}
	.info td {
		border-left: none;
		border-right: none;
		padding: 10px;
	}
	.info table{
		border-bottom: none;
	}
	.info .map {
		width: 100%;
		padding-bottom: 80%;
	}
	/* 協会支部 */
	.info_branch th,.info_branch td {
		width: 100%;
		display: block;
	}
	.info_branch th {
		border: none;
		padding: 10px;
	}
	.info_branch td {
		border-left: none;
		border-right: none;
		padding: 10px;
	}
	.info_branch table{
		border-bottom: none;
	}
	/* 挨拶 */
	.photo {
		margin: 0 auto;
		width: 100%;
	}
	.greeting figure {
		width: 80%;
		margin: 0 auto;
	}
	.greeting figure img {
		width: 100%;
		height: auto;
	}
	}