@charset "utf-8";
/* CSS Document */
/*pankuzu*/
.pnkz {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
	font-size: 80%;
	color:#e89dbf;
	background: #f9ecf3;
	padding: 7px 10px;
	box-sizing: border-box;
}
.pnkz a {
	color:#e89dbf;
}
.pnkz i {
	margin: 0 10px;
}
/*title_img*/
#main_img {
	border-top:1px solid #d2508e;
	padding-top: 25px;
}
.title_img {
	height: 220px;
	background-image: url(../images/bg_img_pink.jpg);
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.title_img h2 {
	text-align: center;
	color:#fff;
	font-size: 200%;
	width: 100%;
	position: absolute;
	top:80px;
}
.title_img h3 {
	text-align: center;
	color:#d6e9c0;
	font-size: 120%;
	width: 100%;
	position: absolute;
	top:120px;
}

/*free*/
#free_wrap {
	padding: 70px 0;
}
#free {
	max-width: 1152px;
	width: 90%;
	margin:0 auto;
	text-align: center;
}
#free .cate {
	text-align: left;
}
#free .cate .cate_box {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #eacbda;
}
#free .cate .cate_box:last-of-type {
	border-bottom:none;
}
#free .cate .cate_box .box_title1 {
	padding: 10px 1%;
	color: #e89dbf;
}
#free .cate .cate_box .box_txt1 {
	padding: 10px 1%;
}
#free .cate .cate_box .box_txt1 a {
	font-weight: bold;
}
#free .cate .cate_box .box_txt1 a:hover {
	color:#bebebc;
}
#free .cate .cate_box .box_txt1 a i {
	margin-right: 5px;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
.pnkz {
	width: 100%;
}
#free .cate .cate_box {
	padding: 20px 10px;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){

}
