@charset "utf-8";
/* CSS Document */

/*********　プロフィール　*********/

.cate_list{
	margin-bottom: 150px;
	position: relative
}
.cate_list::before{
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	bottom: -70px
}
.cate_list p{
	position: relative;
	color: #bbe27d;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 3px;
	padding-left: 50px;
	margin-bottom: 30px
}
.cate_list p::before{
	position: absolute;
	width: 30px;
	height: 1px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #bbe27d;
	content: "";
}
.cate_list ul{
	font-size: 0
}
.cate_list li{
	font-size: 15px;
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 5px;
	box-sizing: border-box
}
.cate_list li a{
	display: block;
	padding: 10px 20px;
	background: #E5CB46;
	border-radius: 5px;
	border-top: solid 1px #F1E4A0;
}
.cate_list li a:hover{
	box-shadow: 0 1px 3px rgba(0,0,0,0.2)
}

#profile .cate{
	margin-bottom: 100px
}
#profile .cate_top{
	width: 100%;
	display: table;
	margin: 0 auto 40px
}
#profile .cate_title{
	display: table-cell;
	width: 45%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	padding: 100px 0;
	color: #B59D22;
	vertical-align: middle;
	position: relative;
}
#profile .cate_title::before{
	position: absolute;
	top: 20px;
	content: "";
	display: inline-block;
	background: url(../img/sousyoku.png) no-repeat;
	right: 0;
	left: 0;
	margin: auto;
	width: 104px;
	height: 24px;
}
#profile .cate_title::after{
	position: absolute;
	bottom: 20px;
	content: "";
	display: inline-block;
	background: url(../img/sousyoku.png) no-repeat;
	transform: rotate(180deg);
	right: 0;
	left: 0;
	margin: auto;
	width: 104px;
	height: 24px;
}
#profile .cate_title span{
	display: inline-block;
	text-align: left;
}
#profile .cate_img{
	display: table-cell;
	width: 45%;
	text-align: center
}
#profile .cate_txt{
	width: 90%;
	margin: 0 auto 80px;
	border-left: solid 1px #d6be45;
	border-right: solid 1px #d6be45;
	padding: 15px 40px;
	box-sizing: border-box
}
#profile .box_wrap{
	text-align: justify;
	text-align-last: justify
}
#profile .box{
	vertical-align: top;
	text-align: left;
	text-align-last: left;
	display: inline-block;
	border-left: solid 1px #44c69b;
	width: 48%;
	margin-bottom: 60px
}
#profile .box_title{
	font-size: 18px;
	background: #44c69b;
	border-bottom: solid 1px #d6be45;
	padding: 15px 4%;
	color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#profile .box_txt{
	margin: 20px 4% 0;
	padding-bottom: 20px
}
#profile .cate_txt:empty, #profile .box_title:empty, #profile .box_txt:empty{
	display: none
}


/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){

/*********　プロフィール　*********/

	.cate_list ul{
		margin-left: 0
	}
.cate_list li a::before, .cate_list li a:hover::before, .cate_list li a::after, .cate_list li a:hover::after{
	display: none
}
#profile .cate_top{
	width: 100%;
	display: block;
}
#profile .cate_title{
	display: block;
	width: 100%;
	padding: 70px 0;
	margin-bottom: 50px
}
#profile .cate_title::before{
	top: 0;
}
#profile .cate_title::after{
	bottom: 0;
}
#profile .cate_img{
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
}
#profile .cate_txt{
	width: 100%;
	margin: 0 auto 50px;
	padding: 5px 5%
}
#profile .box{
	width: 100%;
	margin-bottom: 30px
}

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
}
@media  screen and (max-width: 321px){
}