/* CSS Document */

.profileBox {
	width: 100%;
	background-color: #FDF9F4;
}
.profileBox2 {
	width: 100%;
	background-color: #F3F1EF;
}
.profileBox .prof_t {
	overflow: hidden;
	padding-top: 30px;
}
.profileBox .prof_t .prof_t_r {
	float: right;
	width: 400px;
	margin-right: 100px;
}
.profileBox .prof_t .prof_t_l {
	float: left;
	width: 480px;
	margin: 25px 0 0 100px;
}
.profileBox .prof_t .prof_t_l .lineBox {
  max-width: 300px;
  margin: 0 auto;
	padding: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.profileBox .prof_t .prof_t_l .lineBox .txt {
	width: 60%;
}
.profileBox .prof_t .prof_t_l .lineBox .txt a {
	font-weight: bold;
	font-size: 1.2em;
	color: #09bf5b;
}
.profileBox .prof_t .prof_t_l .lineBox .txt a:hover {
	color: #DDD;
}
.profileBox .prof_t .prof_t_l .lineBox .img {
	width: 40%;
	text-align: center;
}
.profileBox .prof_t .prof_t_l .lineBox .img img {
	width: 100%;
	max-width: 120px;
}
.profileBox .prof_t .prof_t_l .items {
	overflow: hidden;
}
.profileBox .prof_t .prof_t_l .items .item_l {
	float: left;
	width: 220px;
	margin: 40px 0 0 30px;
}
.profileBox .branch{
	text-align: center;
}
.ishidatamiBox{
	margin: 30px auto;
	text-align: center;
}
.profileBox .branch .ttl {
	display: inline-block;
	margin: 20px 10px 0;
	padding: 5px 40px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
  color: #fff;
	background-color:#A65EA5;
	border-radius: 20px;
}
.profileBox .items .item .ttl {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 15px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
    color: #fff;
	background-color: #3F4432;
}
.profileBox .items .item p {
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 23px;
}
.profileBox .prof_b {
	padding-top: 20px;
}
.profileBox .prof_b .items {
	padding-bottom: 10px;
}
.profileBox .prof_b .items .item {
	margin: 0 130px 60px;
}

.profileBox .catename {
	padding-top: 40px;
}
.profileBox .catename p {
	margin-left: 100px;
	padding-left: 65px;
	font-size: 28px;
	color: #CA5F8B;
	font-weight: bold;
	position: relative;
}
.profileBox .catename p:before {
	content: url(../img/menu/mark.png);
	position: absolute;
	top: 0;
	left: 0;
}


@media screen and (max-width: 736px) {
.profileBox .prof_t {
	padding: 0 10px;
}
.profileBox .prof_t .prof_t_r {
	width: 100%;
	margin-right: 0;
    padding-top: 35px;
	text-align: center;
}
.profileBox .prof_t .prof_t_l {
	width: 100%;
	margin: 0;
	padding-top: 20px;
}
.profileBox .prof_t .prof_t_l h4 {
	text-align: center;
}
.profileBox .prof_t .prof_t_l .items .item_l {
	width: 100%;
	margin: 0 auto;
}
.profileBox .prof_b {
    padding: 0 10px;
}
.profileBox .prof_b .items {
    padding-bottom: 35px;
}
.profileBox .prof_b .items .item {
    margin: 0;
}
.profileBox .items .item .ttl {
	width: 100%;
	display: block;
	margin-top: 30px;
	font-size: 17px;
	text-align: left;
}
.profileBox .items .item p {
	margin: 0 10px 20px;
	font-size: 15px;
}
.profileBox .prof_b .items .item .sub_prof {
	text-align: center;
}
	
.profileBox .catename {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 46px;
}
.profileBox .catename p {
	margin-left: 0;
	font-size: 20px;
  line-height: 46px;
}
}
