@charset "UTF-8";

/* CSS Document */

/*--- contents header ---*/

.contents_header {
	height: 440px;
	background: url(/special/developer/imgs/mv_pc.jpg) no-repeat center top #000000;
}

.contents_header.type_b {/* for AB test. change image and color as you like.*/
	background-image: url(/special/developer/imgs/mv_pc.jpg);
	background-color: #000000;

}

.contents_header.type_a {/* for AB test. change image and color as you like.*/
	background-image: url(/special/developer/imgs/mv2_pc.jpg);
	background-color: #ffffff;

}
.contents_header h1 {
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*--- contents main ---*/
.contents_main {
	overflow: hidden;
	padding-bottom: 0;
	text-align: left;
}
.contents_main a {
	font-weight: normal;
}
.contents_main .m_scrolltop {
	display: table;
	position: relative;.
	width: auto;
	margin-left: auto;
	font-size: 0.875rem;
}
.contents_main .m_scrolltop a {
	display: block;
}
.contents_main .m_scrolltop::before {
	display: inline-block;
	position: absolute;
	left: -1em;
	top: 0;
	content: "▲";
}
.contents_main .m_btn {
	background-color: #ee5048;
	color: #ffffff;
}
.contents_main .m_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
}
.contents_main .m_btn a::after {
	display: block;
	position: absolute;
	top: 50%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	content: " ";
}

/*--- lead ---*/
.section_lead {
	padding: 45px 0;
	text-align: center;
}

/*--- filter ---*/
.section_filter > section:last-of-type {
/*	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none;*/
}

/*--- select ---*/
.section_select {
	background-color: #206abe;
}
.section_select {
	margin-bottom: 60px;
	padding: 20px 0;
}
.section_select .m_select {
	position: relative;
	width: 540px;
	margin: 0 auto;
	padding: 20px 50px 20px 20px;
	border: none;
	border-radius: 8px;
	background: #ffffff;
	font-size: 1.125rem;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.section_select .m_select::-ms-expand {
	display: none;
}
.section_select .m_label_select {
	position: relative;
	display: table;
	margin: 0 auto;
}
.section_select .m_label_select::after {
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 20px;
	height: 12px;
	margin-top: -6px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/special/developer/imgs/arrow_select_20x12_pc.png);
	background-size: contain;
	pointer-events: none;
	content: "";
}

/*--- voice ---*/
.section_voice {
	margin-bottom: 40px;
	padding-bottom: 65px;
	border-bottom: 1px solid #cccccc;
}
.section_voice .m_scrolltop {
	margin-top: 10px;
}
.section_voice time {
	display: table;
	margin: 10px 0 0 auto;
}
.section_voice .head_voice_inner {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	background-color: #eeeeee;
}
.section_voice .head_voice_fig {
	width: 150px;
}
.section_voice .head_voice_text {
	flex: 1;
	padding-left: 20px;
}
.section_voice .head_voice_text_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.section_voice .head_voice_title {
	padding-top: 15px;
	color: #206abe;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.23;
}
.section_voice .head_voice_lead {
	margin-top: 20px;
}
.section_voice .head_voice_developer {
	display: table;
	align-self: flex-end;
	width: auto;
	margin-left: auto;
}
.section_voice .head_voice_developer > * {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.section_voice .head_voice_developer .developer_course {
	padding: 7px 20px;
	background-color: #206abe;
	border-radius: 16px;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.1;
}
.section_voice .head_voice_developer .developer_name {
	padding-left: 12px;
}
.section_voice .m_voice {
	margin-top: 60px;
}
.section_voice .m_voice_title {
	margin-bottom: 20px;
	color: #206abe;
	font-size: 1.25rem;
	font-weight: bold;
}
.section_voice .m_voice_contents {
	display: flex;
	justify-content: space-between;
}
.section_voice .m_voice_reverse .m_voice_contents {
	flex-direction: row-reverse;
}
.section_voice .m_voice_contents .m_voice_fig {
	width: 360px;
}
.section_voice .m_voice_contents .m_voice_fig img {
	width: 100%;
}
.section_voice .m_voice_contents .m_voice_fig + .m_voice_text {
	width: 510px;
}
.section_voice .cv_voice {
	margin-top: 60px;
	padding: 25px;
	border: 4px solid rgba(238,80,72,.5);
	border-radius: 8px;
}
.section_voice .cv_voice_link {
	display: table;
	width: auto;
	margin: 30px 0 0 auto;
}
.section_voice .cv_voice_link > * {
	display: table-cell;
	vertical-align: middle;
}
.section_voice .cv_voice_link .m_btn {
	width: 210px;
	height: 50px;
	border-radius: 25px;
	font-size: 1.0625rem;
}
.section_voice .cv_voice_link .m_btn a {
	height: 50px;
	padding: 0 25px;
	border-radius: 25px;
}
.section_voice .cv_voice_link .m_btn a::after {
	right: 16px;
	width: 9px;
	height: 15px;
	margin-top: -7.5px;
	background-image: url(/special/developer/imgs/arrow_btn_9x15_pc.png);
}
.section_voice .cv_voice_link .link_text {
	padding-right: 15px;
	color: #ee5048;
	font-size: 1.125rem;
	font-weight: bold;
}

/*--- guide ---*/
.section_guide {
	margin-top: -41px;
	padding: 50px 0 60px;
	border-top: 1px solid #949494;
	background-color: #fcdcda;
	text-align: center;
}
.section_guide .guide_lead {
	margin-bottom: 20px;
	font-size: 1.125rem;
}
.section_guide .m_btn {
	width: 320px;
	height: 70px;
	margin: 0 auto;
	border-radius: 35px;
	font-size: 1.5rem;
}
.section_guide .m_btn a {
	height: 70px;
	padding: 0 35px;
	border-radius: 35px;
}
.section_guide .m_btn a::after {
	right: 20px;
	width: 12px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/special/developer/imgs/arrow_btn_12x20_pc.png);
}
