@charset "utf-8";
/* CSS Document */
#contents .post-content {
    background-color: #fafbfb;
}
#contents .page-contents-head-title {
    border-bottom: 2px solid #959595;
    width: 99%;
    max-width: 1070px;
    margin: 0 auto 30px;
    padding-bottom: 5px;
    text-align: left;
}

#contents .page-contents-head-title .en {

}

/* history
------------------------------------------------------------------- */
#contents .page-contents {
    max-width: 1100px;
    margin: 0 auto;
}

#contents .post-content .takasegawa-page-contents-title {
    padding: 40px 0 60px;
    margin: 0px 15px 0;
    margin-bottom: 0;
}

#contents .history {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contents .history li {
	position: relative;
    margin: 0px 20px 30px 84px;
    padding-left: 37px;
    border-left: 1px solid #7d7d7d;
}
#contents .history li:last-child {
	margin-bottom: 100px;
}
#contents .history li:first-child > :last-child {
    margin-bottom: 0px;
}
#contents .history li:before {
	display: none;
}
#contents .history li > *:first-child {
	margin-top: 0;
}
#contents .history li > *:last-child {
	margin-bottom: 0;
}
#contents .history li h2 {
    border-left: 0;
    text-align: left;
    width: 75px;
    font-size: 26px;
    padding-bottom: 0;
    position: absolute;
    left: -67px;
    top: 4px;
    color: #7d7d7d;
    font-weight: normal;
}
#contents .history li h3 {
	border-left: 0;
	padding: 15px 0;
    margin: 0px;;
    left: -37px;
	text-align: right;
	width: 40px;
	color: #7d7d7d;
}
#contents .history li h3 + p {
    margin: -53px 0 20px 60px;
    position: relative;
    padding: 20px;
    background: #c6d3de;
}
#contents .history li:nth-child(odd) h3 + p{
    background: #e4eaef;
}
#contents .history li h3 + p:before {
    content: "";
    position: absolute;
    left: -97px;
    top: 25px;
    width: 40px;
    height: 1px;
    background-color: #7d7d7d;
    z-index: 90;
}
#contents .history li p + p {
	position: relative;
}
#contents .history li p + p:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -47px;
	width: 16px;
	height: 16px;
	border: 4px solid #999;
	border-radius: 50%;
	background-color: #7d7d7d;
	z-index: 100;
}
#contents .history li p + p:before {
	content: "";
	position: absolute;
	left: -39px;
	top: 10px;
	width: 35px;
	height: 2px;
	background-color: #7d7d7d;
	z-index: 90;
}

.history-area-left {
	float: left;
	display: inline-block;
	width: 80%;
}

.history-area-right {
	float: right;
	width: 18%;
	display: inline-block;
	text-align: right;
}


@media screen and (max-width: 651px){
	.history-area-left {
		float: none;
		display: inline-block;
		width: 100%;
	}

	.history-area-right {
		float: none;
		width: 100%;
		display: inline-block;
		text-align: center;
		padding-bottom: 20px;
	}
	#contents .history li h3 + p {
    margin: -53px 0 20px 0;
   
    }
	#contents .history li h3 + p:before {
    left: -37px;
    width: 32px;
    
    }
}




/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
#contents .news-content .takasegawa-page-contents-title {
    padding: 40px 0 60px;
    margin: 0px 15px 0;
    margin-bottom: 0;
}

.indexnews {
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 81%;
    max-width: 1070px;
}
@media screen and (max-width: 651px){
	.indexnews {
	    display:block;
	    margin: 0 auto;
	    width: 95%;
	}
}
#newsWrap .indexnews .newsArticle {
	width: 33.1%;
	margin: 0 1px 0 0;
	background: #eae2ce;
}
@media screen and (max-width: 651px){
	#newsWrap .indexnews .newsArticle {
		width: 100%;
		margin: 0 0 20px;
	}
}
#newsWrap .indexnews .newsArticle .newsAnc {
	position: relative;
	display: block;
	text-decoration: none;
	background: #19c69c;
	opacity: 1;
}

#newsWrap .indexnews .newsArticle .newsAnc:hover {
	opacity: 0.7;
}

#newsWrap .indexnews .newsArticle .newsImgBg {
	background: url(../images/news/newsImgBg.gif) repeat;
	height: 160px;
	padding: 20px;
}

#newsWrap .indexnews .newsArticle .newsImgBg .newsImg {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
	height: 130px;
	display: block;
}

#newsWrap .indexnews .newsArticle .newsTitle {
	padding: 5px 20px 5px 20px;
	color:#c5931c;
	font-size: 110%;
}

#newsWrap .indexnews .newsArticle .newsContent {
	padding: 0 20px 30px 20px;
	color:#333333;
	font-size: 90%;
	word-wrap: break-word;
    white-space: normal;
}


#newsWrap .indexnews .newsArticle .newsTime {
	padding: 0 5px 5px 5px;
	color:#fff;
	font-size: 80%;
	position: absolute;
    bottom: 0;
}


.archivenews {
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	list-style: none;
	margin: 0 0 30px;
	padding:0;
}

#newsWrap .archivenews .newsArticle {
	width: 33%;
	margin: 0 1px 1px 0;
	background: #fff;
}

#newsWrap .archivenews .newsArticle .newsAnc {
	position: relative;
	display: block;
	text-decoration: none;
	background: #19c69c;
	opacity: 1;
}

#newsWrap .archivenews .newsArticle .newsAnc:hover {
	opacity: 0.7;
}

#newsWrap .archivenews .newsArticle .newsImgBg {
	background: url(../images/news/newsImgBg.gif) repeat;
	height: 130px;
}

#newsWrap .archivenews .newsArticle .newsImgBg .newsImg {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
	height: 130px;
	display: block;
}

#newsWrap .archivenews .newsArticle .newsTitle {
	padding: 5px 5px 5px 5px;
	color:#fff;
	font-weight: bold;
	font-size: 110%;
}

#newsWrap .archivenews .newsArticle .newsContent {
	padding: 0 5px 30px 5px;
	color:#fff;
	font-size: 90%;
	word-wrap: break-word;
    white-space: normal;
}


#newsWrap .archivenews .newsArticle .newsTime {
	padding: 0 5px 5px 5px;
	color:#fff;
	font-size: 80%;
	position: absolute;
    bottom: 0;
}


/* -----------------------------------------------------------
	link
----------------------------------------------------------- */
.link-content{
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
@media screen and (max-width: 651px){
	.link-content{
		width: 90%;
		padding: 20px 0 40px;
		margin: 0 auto;
		text-align: center;
	}
}

/*about-------------------------------------*/
#contents .about{ padding:50px 0; margin: 0 auto; text-align:center; max-width: 1100px;}
.access-list-item {
    width: 46%;
    margin: 2% ;
    padding: 3em 2.5em;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.access-list-item .txt {
    margin-bottom: 0;
    text-align: left;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 651px){
    .access-list-item {
    width: 100%;
    }
}