@charset "utf-8";

/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#intro {

}
#intro h1 {
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 393px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 60px;
	margin-bottom: 30px;
	position: relative;
}
#intro h1::after {
	content:"　";
	background-color: rgba(30,150,153,0.55);
	height: 25px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
}
#intro .member_list {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	padding-right: 38px;
	padding-left: 38px;
	box-sizing: border-box;
}
#intro .member_list li {
	height: 73px;
	width: 159px;
	border: 5px solid #1E9699;
	border-radius: 84px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 86px;
	margin-right: 10px;
	margin-left: 10px;
}
#intro .member_list li.member_01 {
	background-image: url(../img/profile_p01.png);
}
#intro .member_list li.member_02 {
	background-image: url(../img/profile_p02.png);
}
#intro .member_list li.member_03 {
	background-image: url(../img/profile_p03.png);
}
#intro .member_list li.member_04 {
	background-image: url(../img/profile_p04.png);
}
#intro .member_list li .profile {
	height: 60px;
	border-radius: 0 0 84px 84px;
	background-color: rgba(30,150,153,0.7);
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}
#intro .member_list li .profile strong {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}
.talk_list {
	margin-right: 38px;
	margin-left: 38px;
}
.talk_list .ttl02 {
	margin-bottom: 20px;
}
.talk_list dl {
	margin-bottom: 30px;
}
.talk_list dl dt {
	height: 79px;
	width: 79px;
	border: 4px solid #1E9699;
	border-radius: 43px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.talk_list dl dt.member_01 {
	background-image: url(../img/profile_p01.png);
}
.talk_list dl dt.member_02 {
	background-image: url(../img/profile_p02.png);
}
.talk_list dl dt.member_03 {
	background-image: url(../img/profile_p03.png);
}
.talk_list dl dt.member_04 {
	background-image: url(../img/profile_p04.png);
}
.talk_list dl dd {
	min-height: 87px;
	margin-left: 105px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}
.talk_list .img_box {
	width: 100%;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


#intro h1 {
	height: 250px;
	padding-top:25px;
	background-size:cover;
}
#intro .member_list {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding-right: 0px;
	padding-left: 0px;
}
#intro .member_list li {
	height: 70px;
	width: 140px;
	border-radius: 75px;
	padding-top: 70px;
	margin: 0px;
}
#intro .member_list li .profile {
	height: 60px;
	border-radius: 0 0 75px 75px;
	padding-top: 10px;
	
	
	font-size: 16px;
	line-height: 18px;
}
#intro .member_list li .profile strong {
	font-size: 20px;
	line-height: 22px;
}
.talk_list .img_box {
	display: block;
	text-align:center;
}
.talk_list .img_box img {
	margin:5px;
}

.-----MOBILE_ONLY_CSS_END----- {}

}
