@charset "utf-8";
/* CSS Document */
#header_contact {
	width:60%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
#header_contact .contact_btn {
	width: 45%;
	margin: 10px 2.5%;
	display: inline-block;
}
/*free*/
#free_wrap {
	background-image: url(../images/bg_gold.png);
	padding: 100px 0;
	background-size: 60%;
}
#free {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
	background-color: #000;
	padding: 70px 10px;
	text-align: center;
}
#free .deco {
	display: block;
	margin: 0 auto;
	width: 20%;
}
#free h2 {
	font-size: 150%;
	margin: 50px auto;
	border-bottom: solid 3px #ccc;
	width:50%;
	position: relative;
	color:#ff0080;
}
#free h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #bf9c46;
	bottom: -3px;
	width: 50%;
}
#free .cate {
	color:#fff;
	margin-bottom: 30px;
}
#free .cate ul {
	width:90%;
	margin:0 auto;
	text-align: center;
}
#free .cate ul li {
	display: inline-block;
	width: 45%;
	margin:30px 2%;
	text-align: left;
	border-bottom: 1px solid #ff0080;
	font-size: 120%;
}
#free .cate ul li:last-of-type {
	width: 94%;
}
#free .cate ul li a{
	color:#fff;
	padding:10px;
}
#free .cate ul li a:hover {
	color:#ff0080;
}
.pink {
	color:#ff0080;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#header_contact {
	width:80%;
	margin-bottom: 40px;
}
#free_wrap {
	padding: 70px 0;
}
#free {
	width:90%;
}
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#header_contact {
	width:90%;
}
#free img {
	width: 35%;
}
#free h2 {
	margin: 30px auto;
	width:70%;
}
#free .cate ul li {
	width: 94%;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#header_contact {
	width:80%;
	margin-bottom: 40px;
}
#header_contact .contact_btn {
	width: 100%;
	margin: 15px 0%;
	display: block;
}
#free h2 {
	font-size: 120%;
}
#free .cate ul {
	width:100%;
}
}