@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: #fff;
	color: #0b0e0b;
	padding: 70px 10px;
	text-align: center;
	border: 2px solid #ff0080;
	border-radius: 30px;
	box-sizing: border-box;
}
#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:#0b0e0b;
	margin-bottom: 100px;
}
#free .cate .cate_title img {
	width:50%;
}
#free .cate .cat_txt1 {
	width: 60%;
	margin:20px auto;
}
#free .cate .cate_box {
	margin:0px auto;
	box-sizing: border-box;
	padding: 10px 30px;
	display: table;
	width: 100%;
}
#free .cate .cate_box .box_img1 {
	display: table-cell;
	text-align: center;
	padding: 30px 0;
	width: 30%;
	vertical-align: middle;
}
#free .cate .cate_box .txt_box {
	display: table-cell;
	width:70%;
	vertical-align: middle;
	padding: 30px;
}
#free .cate .cate_box .box_title1 {
	padding: 10px 1%;
	font-size: 120%;
	border-top:2px solid #bf9c46;
	border-bottom:2px solid #bf9c46;
	text-align: center;
}
#free .cate .cate_box .box_txt1 {
	padding: 10px 1%;
}
#free .cate .arrow {
	width:150px;
}
#free .cate .cat_txt1: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 img {
	width:70%;
}
#free .cate .cat_txt1 {
	width: 80%;
}
#free .cate .cate_box {
	padding: 10px 20px;
	display: block;
}
#free .cate .cate_box .box_img1 {
	display: block;
	padding: 0px 25%;
	width: 50%;
}
#free .cate .cate_box .txt_box {
	display: block;
	width:100%;
	padding: 30px 0;
}
#free .cate .cate_box .box_title1 {
	text-align: left;
}
#free .cate .arrow {
	width:100px;
	margin-bottom: 30px;
}
}
/*ここからスマホ用（～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_title img {
	width:90%;
}
#free .cate .cat_txt1 {
	width: 90%;
}
}