@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 {
	text-align: left;
	color:#fff;
	margin-bottom: 70px;
}
#free .cate .cate_box {
	margin:0px auto;
	border-bottom:2px solid #bf9c46;
	box-sizing: border-box;
	padding: 30px 50px;
}
#free .cate .cate_box:last-of-type {
	border:2px solid #bf9c46;
	margin-top: 30px;
}
#free .cate .cate_box .box_title1 {
	padding: 10px 0%;
	color: #bf9c46;
}
#free .cate .cate_box .box_txt1 {
	padding: 10px 2%;
	font-size: 120%;
}
#free .cate .cate_box .box_txt1 a {
	color:#bf9c46;
	text-decoration: underline;
}
#free .cate .cate_box .box_txt1 a:hover {
	color: #ff0080;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#header_contact {
	width:80%;
	margin-bottom: 40px;
}
#free_wrap {
	padding: 70px 0;
}
#free {
	width:90%;
}
#free .cate .cate_box {
	padding:30px;
}
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#header_contact {
	width:90%;
}
#free img {
	width: 35%;
}
#free h2 {
	margin: 30px auto;
	width:70%;
}
#free .cate .cate_box {
	padding: 30px 20px;
}
}
/*ここからスマホ用（～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 .cate_box {
	padding:20px 10px;
}
}