@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 img {
	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;
}
#free .cate .cate_box {
	margin:0px auto;
	border-bottom:2px solid #ff0080;
	box-sizing: border-box;
	padding: 50px;
}
#free .cate .cate_box .date {
	color:#bf9c46;
	border-bottom: 1px solid #bf9c46;
	padding: 5px 1%;
}
#free .cate .cate_box .box_title1 {
	padding: 10px 1%;
	font-size: 120%;
}
#free .cate .cate_box .box_txt1 {
	padding: 10px 1%;
}
#free .cate .cate_box .box_img1 {
	text-align: center;
	padding: 10px 0;
}
#free .cate .cate_box .box_img1 img {
	max-width: 100%;
	max-height: 600px;
	width: auto;
	height: auto;
}
#free ul {
	text-align: center;
	margin:50px auto;
	padding: 20px 0;
}
#free ul li {
	display: inline-block;
	margin:0 15px;
}
#free ul li a {
	font-weight: bold;
	font-size: 120%;
	color:#ff0080;
}
#free ul li a:hover {
	color:#bf9c46;
}
/*ここからタブレット用（～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:50px 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: 50px 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:50px 10px;
}
}