@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
チーム力ページ用のcssです。
-------------------------------- */

.sp_back {
	background: url(../images/bg_team.jpg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 120px;
	width: 100%;
	text-align: center;
}
#message_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#message_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.message_area {
	margin: 10px 0px 0px;
	padding: 0 0 0px;
}
#message_top h2 {
	color: #ddac18;
	font-size: 1.8rem;
	padding: 20px 10px;
	text-align: center;
	background-color: #f8efc9;
	border-top: solid 1px #f8e5b8;
	border-bottom: solid 1px #f8e5b8;
    margin-bottom: 10px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
#message_top p.main_text {
	width : -moz-calc(100% - 32px);
	width : -webkit-calc(100% - 32px);
	width : calc(100% - 32px);
	text-align: left;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #4d4d4d;
	line-height: 2.0;
	margin: 0 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-shadow: inherit;
}
#message_02 {
	color: #4d4d4d;
	margin: 20px 0px 0px;
	padding: 0 0px 40px;
	text-align: center;
}
#message_02 img {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0 10px;
}
#message_02 h2 {
	font-size: 1.8rem;
	padding: 20px 0;
	letter-spacing: 2px;
	text-align: center;
	color: #ddac18;
	background-color: #f8efc9;
	border-top: solid 1px #f8e5b8;
	border-bottom: solid 1px #f8e5b8;
	 margin: 20px 0 10px;
	font-family: 'Montserrat', sans-serif;
}
#message_02 p {
	text-align: left;
	box-sizing: border-box;
	width : -moz-calc(100% - 32px);
	width : -webkit-calc(100% - 32px);
	width : calc(100% - 32px);
	font-size: 1.4rem;
	line-height: 2.0;
	margin: 0 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	padding: 5px 0px;
}

#message_03{
	text-align: center;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0px 10px;
}



#message_03 h3{
	background-color: #c04768;
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	display: inline;
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

.diagram{
	overflow: hidden;
	margin: 10px auto 30px;
}

.diagram_left{
	width: 100%;
}

.diagram_left img{
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0 10px;
}

.diagram_right{
	width: 100%;
}

.diagram_right p{
	text-align: left;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	color: #4d4d4d;
}

.diagram_right ul{
	overflow: hidden;
}

.diagram_right li{
	background-color: #c04768;
	color: #fff;
	padding: 5px 0px;
	border-radius: 50px;
	display: inline;
	font-size: 1.0rem;
	margin: 5px;
	width : -moz-calc((100% / 2) - 10px);
	width : -webkit-calc((100% / 2) - 10px);
	width : calc((100% / 2) - 10px);
	float: left;
	font-family: 'Montserrat', sans-serif;
	box-sizeing: border-box;
	letter-spacing:  -1px;
	white-space: nowrap
}
