@charset "UTF-8";
/* COMMON SET OVERWRITE
--------------------------*/
#conts_bg {
	max-width: 1200px;
	margin: -150px auto 0;
	padding: 150px 0 0;
	background-image: url("../images/sb_mark_r.png"), url("../images/bg_about.jpg");
	background-position: center top, center top 350px;
	background-size: 1200px auto, 1200px auto;
	background-repeat: no-repeat, no-repeat;
	position: relative;
	z-index: 15;
}

/* ABOUT
--------------------------*/
#about {
	width: 90%;
	max-width: 740px;
	margin: 0 auto;
	padding: 3em 0 2em;
	position: relative;
	z-index: 15;
}
.ab_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 1px solid #4d4d4d;
	padding: 1em;
	font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.ab_list dt {
	display: block;
	width: 100%;
}
.ab_list dd {
	margin: 0 1em 0 0;
}
.ab_list dd::before {
	content: "●";
}

#profile {
	width: 90%;
	max-width: 740px;
	margin: 0 auto;
	padding: 3em 0 2em;
	position: relative;
	z-index: 15;
}
#profile h3 {
	margin: 1rem auto .5rem;
	font-size: 1.1em;
	font-weight: 500;
}
.pr_info {
	text-align: left;
}
.pr_info p {
	margin: 0 auto 2em;
}
.pr_photo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.pr_photo li {
	width: 24%;
}

.pr_achv {
	margin: 2em auto 0;
	text-align: left;
}
.pr_achv h3 {
	margin: 1em auto 1.5em;
}
.pr_achv dt {
	display: block;
	margin: 0;
	padding: 1rem 0 0;
	border-top: 1px solid #4d4d4d;
}
.pr_achv dt::before {
	content: "●";
}
.pr_achv dd {
	padding: 0 0 1rem;
	font-size: .9em;
	
}


/* 834px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 834px) {

/* COMMON SET OVERWRITE
--------------------------*/
#conts_bg {
	background-image: url("../images/sb_mark_r.png"), url("../images/bg_about.jpg");
	background-position: center top 50px, center top 350px;
	background-size: 900px auto, 900px auto;
	background-repeat: no-repeat, no-repeat;
}


}



/* 480px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 480px) {

/* COMMON SET OVERWRITE
--------------------------*/
#conts_bg {
	background-image: url("../images/sb_mark_r.png");
	background-position: right -40px top 80px;
	background-size: 140% auto;
	background-repeat: no-repeat;
}

/* ABOUT
--------------------------*/
.pr_photo li {
	width: 48%;
	margin: 1%;
}



}
