@charset "utf-8";
/* CSS Document */

.pagetit_wrap{
	position: relative;
	width: 100%;
	background-color: #fff;
	background-image: url("../img/biblio/pagetit_wrap_bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.pagetit_box{
	width: 900px;
	margin-left: auto; margin-right: auto;
}
.pagetit_tit_obi{
	position: absolute;
	top: 60px;
	left: 0;
	width: calc( (100% - 900px) / 2 ) ;
	height: 43px;
	background-color: #e26666;
}
.pagetit_tit p{
	margin: 0;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	background-color: #e26666;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.3em;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.pagetit_tit_text1{
	margin: 0;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.pagetit_tit_text2{
	margin: 0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.pagetit_1{
	width: 100%;
	float: left;
}

.con1_wrap{
	padding-bottom: 110px;
	padding-top: 60px;
	background-color: #EEDDBB;
}
.con1_box{
	width: 900px;
	margin-left: auto; margin-right: auto;
}
.con1_box_text1{
	margin: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 30px;
}
.con1_box_text2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	color: #666;
}
.con_tit{
	margin-bottom: 40px;
}
.con_tit_mark{
	float: left;
	height: 22px;
	width: 22px;
	background-color: #e26666;
}
.con_tit p{
	float: left;
	margin: 0;
	margin-left: 22px;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #e26666;
	font-family: 'Noto Serif JP', serif;
}
.col1_bumon_wrap{
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.col1_bumon_1,.col1_bumon_2,
.col1_bumon_6,.col1_bumon_7{
	width: 210px;
}
.col1_bumon_3,.col1_bumon_4,
.col1_bumon_5,.col1_bumon_8,
.col1_bumon_9{
	width: 410px;
}
.col1_bumon_1,.col1_bumon_6{
	float: left;
}
.col1_bumon_2,.col1_bumon_7{
	float: right;
}
.col1_bumon_1_sp,.col1_bumon_6_sp{
	width: 50.5%;
	max-width: 820px;
}
.col1_bumon_1 img,.col1_bumon_2 img,
.col1_bumon_3 img,.col1_bumon_4 img,
.col1_bumon_5 img,.col1_bumon_6 img,
.col1_bumon_7 img,.col1_bumon_8 img,
.col1_bumon_9 img{
	width: 100%;
}
.col1_bumon_5 p,.col1_bumon_8 p,.col1_bumon_9 p{
	text-align: center;
}
.col1_bumon_wrap p span{
	color: #e06666;
}
