@charset "UTF-8";
/* 地域文化研究会CSS Document */

/* h2とh3の指定はbase.css Document */
.localBox h4{
	font-size: 1.3rem;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
    border-left: 7px solid #AB886D;
	text-align: left;
	color:#363636;
}
.localBox h5{
	text-align: left;
	font-size: 1rem;
}
.localBox p{
	text-align: left;
}
.localBox ul.mokuji{
	text-align: left;
}

.localBox ul.mokuji li{
	list-style: none;
	font-size: 0.9rem;
	text-indent: -1rem;
   padding-left: 1rem;
}
.localBox ul.mokuji li:before{
	content: "\f068";
	font-size: 0.7rem;
    font-family: "FontAwesome";
  	color: #AB886D; /*アイコン色*/
	margin-right:0.25rem; 
}
.localBox ul.mokuji li a{
	color:#1e90ff;
	text-decoration: none;
	font-size: 0.9rem;
}
.localBox ul.mokuji li a:hover{
	color:#f08080;
}
.localBox .flexBox_four div img{
	width: 80%;
	max-width: 200px;
}
.localBox .flexBox_four::before{
	content:"";
  display: block;
  width:23%;
  order:1;
}
.localBox .flexBox_four::after{
	content:"";
  display: block;
  width:23%;
}
/* アコーディオン */
.accordion-003 {
    margin-bottom: 20px;
    border-bottom: 2px solid #999;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    color: #AB886D;
    font-weight: 600;
    cursor: pointer;
	font-size: 1rem;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #AB886D;
    border-right: 3px solid #AB886D;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}
.memorial-feature{
	font-size: 0.9rem;
	font-weight: bold;
}
/*歩み*/
.timeline {
    width: 90%;
    margin: 0 auto;
}

.timeline-list {
    padding: 40px 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5rem;
    font-size: 16px;
}
.timeline-list-item .date {
    width: 20%;
    color: #888888;
    font-weight: bold;
}

.timeline-list-item .content, 
.timeline-list-item .content-02,
.timeline-list-item .content-03{
    position: relative;
    width: 75%;
    padding: 0 20px 20px 30px;
    border-left: 1px solid #aaaaaa;
	text-align: left;
}

.timeline-list-item .content::before,
.timeline-list-item .content-02::before{
    content: "";
    position: absolute;
    top: 0;
    left: -10px; 
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.timeline-list-item .content::before{
    background-color: #AB886D;	
}
.timeline-list-item .content-02::before {
    background-color: #507ea4;
}

@media screen and (max-width:767px) {
	.timeline {
		width:100%;
	}
	.timeline-list-item .date {
		width: 30%;
	}
	.timeline-list-item .content, 
	.timeline-list-item .content-02,
	.timeline-list-item .content-03{
		width:65%;
	}
}


