@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 ul {
	margin-bottom: 30px;
}
#free ul li {
	display: inline-block;
	width:48%;
	margin:10px 1%;
}
#free ul li a {
	display: block;
	border: 2px solid #bf9c46;
	color:#bf9c46;
	padding: 10px 1%;
}
#free ul li a:hover {
	background: #bf9c46;
	color:#fff;
}
#free .cate {
	text-align: left;
	color:#fff;
	margin-bottom: 70px;
}
#free .cate .cate_title {
	font-size: 120%;
	text-align: center;
	padding: 10px 2%;
	background:#bf9c46;
	color:#fff;
}
#free .cate .cat_txt1 {
	padding: 20px 2%;
}
#free .cate .cate_box {
	margin:0px auto;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	border:2px solid #ff0080;
	margin-bottom: 50px;
}
#free .cate .cate_box .box_title1 {
	padding: 10px 1%;
	font-size: 150%;
	border-top:2px solid #ff0080;
	border-bottom:2px solid #ff0080;
	text-align: center;
}
#free .cate .cate_box .img_box {
	text-align: center;
	margin-bottom: 30px;
}
#free .cate .cate_box .box_img1 {
	display: inline-block;
	text-align: center;
	padding: 10px;
	width: 40%;
	vertical-align: middle;
	margin: 20px 0;
}
#free .cate .cate_box .box_txt1 {
}
#free .cate .cate_box .box_txt1 a {
	padding: 10px 1%;
	background: #ff0080;
	display: block;
	color:#fff;
	width: 300px;
	text-align: center;
	margin:0px auto;
	margin-bottom: 30px;
}
#free .cate .cate_box .box_txt1 a:hover {
	background: #bf9c46;
}
#free .cate .cate_box .box_txt2 {
	background:#fff;
	color:#000;
	padding: 20px;
}
#free .cate .cate_box .box_txt1:empty,
#free .cate .cate_box .box_txt2:empty {
	display: none;
}
/*ここからタブレット用（～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 .cate_title {
	text-align: left;
}
#free .cate .cate_box {
	padding: 30px 10px;
}
#free .cate .cate_box .box_title1 {
	font-size: 120%;
	text-align: left;
}
#free .cate .cate_box .box_img1 {
	display: block;
	padding:0;
	width: 100%;
	margin: 20px 0;
}
#free .cate .cate_box .box_txt2 {
	padding: 10px;
}
}
/*ここからスマホ用（～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 ul li {
	display: block;
	width:100%;
	margin:10px 0%;
}
}