@charset "utf-8";
/* CSS Document */
/* パンくず */

ul.bread_2 {
    margin-top: 10px;
    margin-left: 10px;
}

ul.bread_2 li {
    display: inline-block;
    color: #888888;
    font-size: 1.2rem;
}

ul.bread_2 li a {
    color: #888888;
}
/* インフォメーションインデックスページ */
.concept01{
	display: block;
	text-align: left;
}

.information_list {
    width: auto;
    max-width: 1140px;
    margin: 0 auto 50px;
    font-size: 1.4rem;
}

.information_list .icon_new {
    color: #b8912c;
	width: 50px;
}

.information_list .date {
    color: #00335C;
	width: 50px;
}

.information_list li {
    line-height: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px 0;
}

.information_list li:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
}

.information_list li a {
	text-decoration:none;
	color: #000000;
	width:calc(100% - 120px);
}

.information_list li a:hover {
	text-decoration:underline;
	color: #002c59;
}

@media screen and (max-width:767px) {
	.information_list {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.information_list li {
		padding: 12px 0;
		flex-direction: column;
	}
	
	.information_list li a {
		width: 100%;
	}
}
@media screen and (max-width:959px) and (min-width:768px) {
	#information {
		padding: 0;
	}
	
	.information_list {
		margin-left: 15px;
		margin-right: 15px;
	}
}
/* インフォメーション本文*/

.info_article {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 50px;
    line-height: 1.5;
}

.info_article .date {
    margin-bottom: 1em;
}

.info_article .article_title {
    font-size: 3rem;
}

.info_article .article_header {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.info_article .article_content p {
	margin-bottom: 1.7rem;
}

.info_article .article_content p img {
	max-width: none;
}


p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

.lrset {
	display: flex;
}

.lrset p img {
	padding: 10px;
}

.turnleftset p img {
	float: left;
	padding: 10px;
}

.turnrightset p img {
	float: right;
	padding: 10px;
}

.turnleftset {
	display: flow-root;
}

.turnrightset {
	display: flow-root;
}

@media screen and (max-width:767px) {	
	.info_article {
		margin:0 15px;
		width: auto;
	}
}

@media screen and (min-width:76px) and (max-width:959px){
	#information {
		padding: 0;
	}
	
	.info_article {
		margin:0 15px;
		width: auto;
	}
}

/*トップページインフォメーションエリア*/
#information {
    width: 100%;
}

.info_inner {
    margin: 0 auto;
    padding: 40px 35px 20px;
}

.info_inner header {
    text-align: center;
    position: relative;
}
.info_inner header h2 {
    margin-bottom: 15px;
    font-family: 'Cormorant Infant', serif;
    font-size: 2rem;
    color: #888888;
}
.info_inner p.sub_ttl {
    margin-bottom: 30px;
    font-size: 14px;
    color: #888888;
}

.info_inner .info_list {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #888888;
	font-size:1.4rem;
}

ul.news li {
    display: flex;
    padding-left: 50px;
	align-items: flex-start;
	justify-content: space-between;
    margin-bottom: 20px;
}

ul.news .icon_new {
	width: 50px;
    color: #b8912c;
}

ul.news time {
    width: 60px;
}

ul.news li a {
    width: calc(100% - 120px);
	font-size: 1.4rem;
	color:#000000;
	text-decoration: none;
}

ul.news li a:hover {
	color:#002C59;
	text-decoration: underline;
}

@media screen and (max-width:767px) { 	
	.info_inner {
		position: relative;
		width: 90%;
		padding: 40px 0 20px;
	}
	
	.info_inner header {
		position: static;
	}
	
	.info_inner header h2 {
		font-size:1.5rem;
	}
	
	.info_inner .info_list {	
		top: auto;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
	}
	
	ul.news {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 37px;
	}
	
	ul.news li {
		display: block;
		padding-left: 0;
		margin-bottom: 25px;
	}
	
	ul.news .icon_new {
		position: static;
	}
	
	ul.news time {
		display: block;
		line-height: 1em;
	}
	
	ul.news li a {
		width: 100%;
	}
}