h2 {
    font-size: .29rem;
}
.federation-main .low-title-common {
	background-image: url(../images/common/title-brown-back.jpg);
}

/*
.federation-main h2::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}


.federation-main h2::before {
    background-image: url(../images/federation/federation-overview-borderv.svg);
    height: 15px;
    bottom: -31px;
    width: 83%;
}
*/

/* 連盟の概要 */
.federation-main .sub-heading__img {
	width: 594px;
}

.federation-overview h2 {
	width: fit-content;
	margin-bottom: 35px;
}

.federation-overview h2::before {
	background-image: url(../images/federation/federation-overview-borderv.svg);
	height: 17px;
	bottom: -21px;
	width: 161%;
	left: -60px;
}

.federation-overview__contents {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.federation-overview__list {
	display: flex;
	align-items: stretch;
	margin-bottom: 12px;
}

.overview-list-left {
	background-color: #dedede;
	width: 15%;
	padding: 10px 0px;
	align-content: center;
}

.overview-list-left p {
	color: #000000;
	font-size: .16rem;
	text-align: center;
	font-weight: 500;
}

.overview-list-right {
	width: 85%;
	background-color: #F8F8F8;
	padding: 16px 27px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.overview-list-right p {
	font-size: .15rem;
	line-height: 1.65;
	margin-bottom: 4px;
	width: 100%;
}

.overview-list-right p:last-of-type {
	margin-bottom: 0;
}

.overview-list-right li {
	font-size: .15rem;
}

.federation-overview {
	margin-bottom: 72px;
}


/* 定款 */
.federation-aoi h2 {
	width: fit-content;
	margin-bottom: 35px;
}

.federation-aoi h2::before {
	background-image: url(../images/federation/federation-aoi-border.svg);
	height: 18px;
	left: -18px;
	bottom: -22px;
	width: 113%;
}

.accordion-container {
	width: 868px;
	max-width: 100%;
	margin: 0 auto;
}

.accordion-item {
	margin-bottom: 29px;
	border: 1px solid #7a5237;
	border-radius: 10px;
}

.accordion-title {
	color: #000;
	cursor: pointer;
	font-size: 16px;
	padding: 18px 38px;
}

.accordion-title::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #7a5237;
	border-radius: 50vh;
}

.accordion-title::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 39px;
	width: 22px;
	height: 16px;
	background-image: url(../images/common/btn-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
	transform: rotate(90deg);
}

.accordion-content {
	padding: 30px 20px 0;
	border-radius: 0 0 9px 9px;
	background-image: linear-gradient(to right, #000 8px, transparent 8px);
	background-size: 30px 1px;
	background-repeat: repeat-x;
	background-position: left top;
}

.accordion-content p {
	font-size: 13px;
	line-height: 1.5;
}

.accordion-content>div {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.accordion-content>div::after {
	display: block;
	content: "";
	width: 148px;
}

/*
.accordion-content > div a {
	text-decoration: none;
	display: block;
	min-width: 120px;
	color: #0099FF;
	font-size: .17rem;
	margin-right: 30px;
	margin-bottom: 22px;
	padding-left: 15px;
	position: relative;
}*/



.accordion-title {
	position: relative;
	font-size: .19rem;
	font-weight: 500;
}

/*
.accordion-content > div a::after {
	content: '';
	width: 3px;
	height: 3px;
	border: 0;
	border-top: solid 1px #0099FF;
	border-right: solid 1px #0099FF;
	position: absolute;
	top: 49%;
	left: 1px;
	transform: rotate(45deg);
}

.accordion-content > div a::before {
	content: '';
	width: 12px;
	height: 12px;
	border: solid 1px #0099FF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -5px;
}

.accordion-title.open::after {
	transform: rotate(270deg)translateX(-1px)translateY(0px);
}
*/
.accordion-title.open {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dashed {
	display: none;
	width: 94%;
	margin: 0 auto;
}

table {
	width: 100%;
}

.accordion-content .accordion-content-articles-of-incorporation,
.accordion-content .accordion-content-business-plan,
.accordion-content .accordion-content-income-and-expenditure-budget {
	width: 108%;
}

.accordion-content-articles-of-incorporation table,
.accordion-content .accordion-content-business-plan {
	margin-bottom: 30px;
}

.accordion-content th,
.accordion-content td {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.accordion-content th,
.accordion-content td {
	padding: 0.5em 5px;
}

.accordion-content th[scope="col"] {
	color: #000000;
	text-align: center;
	border: none;
	padding: 34px 0 15px;
}

.accordion-content th[scope="row"] {
	background: #eee5d7;
	text-align: left;
}

.accordion-content table.archives {
	border: none;
	width: 80%;
}

.accordion-content table.archives tr {
	background: none !important;
}

.accordion-content table.archives th,
.accordion-content table.archives td {
	padding: 3px;
	border: 1px solid #ccc !important;
	width: 49%;
}

.accordion-content table.archives img {
	display: none;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
	background-color: #F3F8FE;
}

.accordion-content h3,
.accordion-content h2.forMobile {
	font-size: 1.125em;
	position: relative;
	padding-left: 16px;
	color: #2f6eb3;
	font-weight: bold;
	margin-top: 27px;
	padding: 0 11px 10px;
	border-bottom: 1px solid;
}

.accordion-content h2:before,
.accordion-content h2.forMobile:before {
	content: "";
	position: absolute;
	background: #0082e6;
	top: 0;
	left: 0;
	height: 100%;
	width: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.accordion-content h4 {
	border-bottom: 1px dashed #7ab8f2;
	padding: 0 0 10px 6px;
}

.accordion-content h1,
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6,
.accordion-content p,
.accordion-content ul,
.accordion-content ol,
.accordion-content dl,
.accordion-content table,
.accordion-content {
	margin-bottom: 1em;
}

.accordion-content li,
.accordion-content dd {
	margin-left: 1.4em;
}

.accordion-content-business-plan ul {
	list-style-type: disc;
}

h4.accordion-content-h4 {
	border-bottom: none;
	font-size: .18rem;
	font-weight: 600;
	text-align: center;
}

.accordion-content-item {
	padding: 30px 0 40px;
}

.accordion-content-item:not(:last-child) {
	border-bottom: 1px dashed #7a5237;
}

.accordion-content-imgwrap {
	margin: 0 auto 30px;
	padding: 40px 30px;
	border: solid 1px #000;
	width: 80%;
	display: block;
}

.accordion-content-img {
	width: 100%;
}


.bl_btn.button-1 {
	padding: 10px 80px 10px 20px;
	border: solid 1px #7a5237;
	box-shadow: 5px 5px 0px 0px #7a5237;
	font-size: .16rem;
	font-weight: 500;
}

.bl_btn.button-1::before {
	background-color: #7a5237;
}

.bl_btn.button-1::after {
	filter: brightness(0) invert(1);
}

@media screen and (min-width:700px) and (max-width:1140px) {
	.dashed {
		width: 100%;
	}
}

@media screen and (max-width: 699px) {
	.operation-information--main {
		display: block;
	}

	.accordion-content {
		width: 100%;
	}

	.accordion-container {
		width: 100%;
	}

	.accordion-content>div {
		justify-content: space-around;
	}

	.dashed {
		width: 100%;
	}

	.accordion-content-articles-of-incorporation .a-center {
		letter-spacing: .05em;
	}

    .accordion-item {
        width: 90%;
        margin: 0 auto 22px;
    }

    .accordion-title {
        position: relative;
        font-size: .17rem;
        padding: 10px 29px;
    }

	.accordion-title::before {
		width: 30px;
		height: 30px;
		right: 23px;
	}

	.accordion-title::after {
		right: 30px;
		width: 17px;
		height: 12px;
	}

	.accordion-title.open::after {
		transform: rotate(270deg)translateX(0px)translateY(0px);
	}
	.accordion-content dt {
		font-size: 0.14rem;
	}
	.accordion-content li, .accordion-content dd {
		font-size: 0.13rem;
	}
	.accordion-content h3 {
    	font-size: 0.15rem;
	}
}

.federation-aoi {
	margin-bottom: 106px;
}

/* 役員のご紹介 */
.federation-intro-executives {
	background-image: url(../images/federation/intro-executives-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 80px;
}

.federation-intro-executives h2 {
	width: fit-content;
	margin-bottom: 35px;
	line-height: 1.6;
}

.federation-intro-executives h2 span {
	font-size: .21rem;
	display: block;
	text-align: center;
}

.federation-intro-executives h2::before {
	background-image: url(../images/federation/intro-executives-border.svg);
	height: 18px;
	bottom: -24px;
	width: 118%;
	left: -47px;
}


.intro-executives__contents {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.intro-executives__contents table,
.intro-executives__contents td,
.intro-executives__contents th {
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}

.intro-executives__contents td,
.intro-executives__contents th {
	padding: 3px 3px 3px 8px;
}

.intro-executives__contents td {
	background-color: #fff;
	font-size: .15rem;
}

.intro-executives__contents th {
	background-color: #7a5237;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: .15rem;
}

.intro-executives__contents td:nth-of-type(1) {
	text-align: center;
	background-color: #F2F9FF;
	font-size: .16rem;
}

.intro-executives__contents th:nth-of-type(1),
.intro-executives__contents td:nth-of-type(1) {
	width: 45px;
}

.intro-executives__contents th:nth-of-type(2),
.intro-executives__contents td:nth-of-type(2) {
	width: 122px;
}

.intro-executives__contents th:nth-of-type(3),
.intro-executives__contents td:nth-of-type(3) {
	width: 133px;
}

.intro-executives__contents th:nth-of-type(4),
.intro-executives__contents td:nth-of-type(4) {
	width: 209px;
}

.intro-executives__contents th:nth-of-type(5),
.intro-executives__contents td:nth-of-type(5) {
	width: 120px;
}

.intro-executives__contents th:nth-of-type(6),
.intro-executives__contents td:nth-of-type(6) {
	width: 80px;
}

.intro-executives__contents th:nth-of-type(7),
.intro-executives__contents td:nth-of-type(7) {
	width: 325px;
}


/* 沿革 */
.federation-history {
    padding-top: 72px;
    margin-bottom: 0;
}
.history-item.last {
    padding-bottom: 0;
}
.federation-history h2 {
	width: fit-content;
	margin-bottom: 35px;
}

.federation-history h2::before {
	background-image: url(../images/federation/federation-history-border.svg);
	height: 8px;
	bottom: -20px;
	width: 170%;
	left: -70px;
	;
}

.company-history {
	background-color: #EFEFEF;
	padding: 102px 0 93px;
	position: relative;
}

.prof-lofo-l {
	position: absolute;
	width: 308px;
	left: 0;
	top: 50px;
}

.prof-lofo-r {
	position: absolute;
	width: 308px;
	right: 0;
	bottom: 47px;
}

.company-history .lower-page-heading {
	margin-bottom: 68px;
}

.profile-history {
	margin-bottom: 140px;
}

.profile-history .second-heading {
	margin-bottom: 65px;
}

.history-contents {
	width: 1040px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.history-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 50px;
	position: relative;
	font-size: .16rem;
	line-height: 1.4;
}

.history-item::before {
	content: '';
	position: absolute;
	left: 22.8%;
	top: 25px;
	width: 1px;
	height: 100%;
	background: 1px #7a5338;
}


.history-item.last::before {
	display: none;
}

/* .history-item:last-of-type.history-item::before{
    display: none;
} */

.history-date {
	display: flex;
	/* align-items: center; */
	width: 17.6%;
	position: relative;
	justify-content: space-between;
}

.mark-box {
	width: 5%;
	margin-top: 15px;
}

.sikaku {
	/* width: 20px;
    height: 20px;
    background-color: #3879B8;
    position: relative;
    border-radius: 50%;
    margin-bottom: 68px;
	margin-left: auto; */
}

.mark-box .sikaku:last-of-type {
	margin-bottom: 0;
}

/* .history-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B2B2B2;
    margin: auto;
    top: 13px;
    right: 45%;
    left: 0;
    z-index: -1;
} */
/* .history-item:last-of-type.history-item:after{
	display:none;
} */


.history-year {
	font-size: .48rem;
	line-height: 1;
	font-weight: bold;
}

.history-year span {
	display: block;
	font-size: .14rem;
	font-weight: 400;
	margin-top: 5px;
}

.history-month {
	margin-bottom: 15px;
	margin-top: 11px;
}

/* .history-month p:nth-of-type(1){

}

.history-month p:nth-of-type(n+3) {
    margin-top: 60px;
} */

.history-month p {
	font-size: .18rem;
	/* text-align: center; */
}

.history-item__right {
	display: flex;
	width: 81%;
}

.history-item__right--box {
	display: flex;
}

.history-item__right--box:nth-child(n+2) {
	margin-top: 20px;
}

.history-item .history-item__right:nth-child(n+2) {
	display: block;
}

.history-text {
	width: 86.7%;
	margin-left: auto;
}

.history-text {}

.history-text p {
    line-height: 1.7;
    font-size: .17rem;
    margin-top: 11px;
    position: relative;
}

.history-text p::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: -8.95%;
	top: 4px;
	background-color: #7a5338;
	border-radius: 50%;
	margin-left: auto;
}


.history-text p:nth-of-type(n+2) {
	margin-top: 34px;
}

.history-text img {
	width: 394px;
	max-width: 100%;
	margin-top: 22px;
}


@media screen and (max-width: 800px) {
	.federation-overview {
		margin-top: -16px;
	    margin-bottom: 50px;
	}
	.intro-executives__contents th,
	.intro-executives__contents td {
		font-size: .13rem;
	}
	.federation-main .sub-heading__img {
		width: 263px;
	}

	.overview-list-left {
		width: 100px;
		padding: 10px 0px;
	}

	.overview-list-left p {
		font-size: .15rem;
	}

	.overview-list-right {
		width: 96%;

	}

	.overview-list-right p {
		padding-left: 10px;
		padding: 0;
		font-size: .14rem;
		line-height: 1.6;
	}

	.overview-list-right {
		padding: 11px 15px;
	}

	.federation-overview__list {
		margin-bottom: 5px;
	}
	.federation-aoi {
		margin-bottom: 64px;
	}
	/* 役員紹介 */

	.federation-intro-executives {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.intro-executives__contents {
		overflow-x: scroll;
	}

	.intro-executives__contents table {
		width: 1000px;
	}

	.federation-history {
		padding-top: 40px;
		margin-bottom: 0;
	}
	.history-year {
		font-size: .26rem;
	}

    .history-item {
        justify-content: space-between;
        margin-left: auto;
    }
	.history-item::before {
		left: 77px;
		top: 15px;
		background: 1px #7a5338;
	}
	.history-item__right {
        width: calc(100% - 88px);
    }

    .history-item__right--box {
        flex-direction: column;
        margin-left: 16px;
    }
    .history-text p::before {
        width: 13px;
        height: 13px;
        left: -33px;
		top: -23px;
        background-color: #3879B8;
        border-radius: 50%;
        margin-left: auto;
    }
	.history-item-1954 .history-text p::before {
		top: 5px;
    }
	.history-item-1954 .history-text p {
    	margin-top: 0;
    }
	.history-month p {
    	font-size: .16rem;
	}
    .history-text p {
        font-size: .14rem;
        line-height: 1.6;
        margin-top: 7px;
    }

	.history-text {
		width: 100%;
	}

	.history-month {
		margin: 0;
	}

    .history-date {
        justify-content: flex-start;
        width: 88px;
	}
	.history-text img {
		margin-top: 20px;
	}

    .history-year span {
        font-size: .10rem;
    }
	.accordion-content {
    	padding: 2px 20px 0;
	}
	.accordion-content-imgwrap {
		padding: 30px 20px;
		width: 90%;
	}
	.federation-overview h2,
	.federation-intro-executives h2,
	.federation-history h2,
	.federation-aoi h2 {
		margin-bottom: 23px;
		font-size: .23rem;
	}

	.federation-intro-executives h2 span {
		font-size: .17rem;
	}
	.history-item.last {
		padding-bottom: 0;
    }
}

@media screen and (min-width:600px) and (max-width:800px) {
	.history-text p::before {
		left: -10.8%;
	}
}