@charset "UTF-8";

#content {
	padding-left: 20px;
	padding-right: 20px;
}

/*------------------------------*/
/*MAIN*/
/*------------------------------*/

#company_main_image {
	background-image: url(../images/company/vp-ent.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:150px;
	background-position: center center;
	background-size:cover;
	margin-top: 61px;
}

#service_main_image {
	background-image: url(../images/service/servicepage.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:150px;
	background-position: center center;
	background-size:cover;
	margin-top: 61px;
}

#recruit_main_image {
	background-image: url(../images/recruit/vp-saiyou.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:150px;
	background-position: center center;
	background-size:cover;
	margin-top: 61px;
}

#media_main_image {
	background-image: url(../images/media/media_01.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:150px;
	background-position: center center;
	background-size:cover;
	margin-top: 61px;
}

#contact_main_image {
	background-image: url(../images/contact/press-img3.jpg);
	background-repeat: no-repeat;
	width:100%;
	height:150px;
	background-position: center center;
	background-size:cover;
		margin-top: 61px;

}

/*------------------------------*/
/*TITLE*/
/*------------------------------*/

#title {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 40px;
}

#recruit_detail_title {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 40px;
}

/*------------------------------*/
/*COMPANY*/
/*------------------------------*/
#company_block1 {
	margin-top: 40px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	font-size: 1.4em;
}

#company_block1 h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

#company_block1 .cb1_s1 {
	margin-bottom: 20px;
}

#company_block1 div div {
	line-height: 1.8;
}

#company_block1 div p:not(:last-child) {
	margin-bottom: 20px;
}

#company_block2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
	font-size: 1.4em;
}

#company_block2 h3 {
	font-weight: bold;
}

#company_block2 div {
	margin-top: 20px;
	line-height: 1.8;
}


/*------------------------------*/
/*SERVICE*/
/*------------------------------*/

#service_block1 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sb1_s1 {
	margin-bottom: 60px;
}

.sb1_s1 div:first-child {
	margin-bottom: 20px;
}

.sb1_s1 div:first-child h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}

/*.sb1_s1 div:first-child p:nth-child(2) {
	font-size: 1.2em;
	margin-bottom: 10px;
	background-color: #EEE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}*/

.sb1_s1 div:first-child p:nth-child(2) {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}

.sb1_s1 div:first-child p:nth-child(3) {
	font-size: 1.4em;
	line-height: 2;
}

.sb1_s1 div:last-child {
}

.sb1_s1 div:last-child img {
	width: 100%;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #EEE;
	box-sizing: border-box;
}


/*------------------------------*/
/*RECRUIT TOP*/
/*------------------------------*/

#recruit_block1 {
	margin-top: 40px;
	text-align: center;
}

#recruit_block1 h2 {
	width: 210px;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2DB000;
	letter-spacing: 0.04em;
	margin-left: auto;
	margin-right: auto;
}

#recruit_block1 div {
	font-size: 1.4em;
	line-height: 2;
}

#recruit_block2 {
	margin-top: 60px;
	margin-bottom: 60px;
}

#recruit_block2 ul {
	margin-bottom: 20px;
}

#recruit_block2 li {
	float: left;
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2;
}

#rb2_s1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#rb2_s1 p {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8;
}

#rb2_s1 p:first-child {
	display: none
}

#rb2_s1 p:nth-child(2) {
	display: none
}

#rb2_s2 div {
	margin-bottom: 20px;
	line-height: 1.8;
}

#rb2_s2 p {
	font-size: 1.4em;
}

#rb2_s2 div p:first-child {
	display: none
}

#rb2_s2 div p:nth-child(2) {
	display: none;
}

/*------------------------------*/
/*RECRUIT DETAIL*/
/*------------------------------*/

#recruit_back_btn {
	display: none;
}

#recruit_detail_block1 {
	margin-top: 40px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	font-size: 1.4em;
}

#recruit_detail_block1 h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

#recruit_detail_block1 .rdb1_s1 {
	margin-bottom: 20px;
}

#recruit_detail_block1 .rdb1_s1 div {
	line-height: 1.8;
}

#recruit_detail_block1 div p:not(:last-child) {
	margin-bottom: 20px;
}

#recruit_detail_block2 {
	margin-top: 20px;
	margin-bottom: 60px;
	font-size: 1.4em;
	line-height: 2;
}

#recruit_detail_block2 h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

#recruit_detail_block2 .rdb2_s1 {
	margin-bottom: 20px;
}

#recruit_detail_block2 .rdb2_s2 {
}

#recruit_detail_block2 .rdb2_s2 div {
	margin-bottom: 10px;
}

#recruit_detail_block2 .secondly_title {
}

#recruit_detail_block2 .rdb2_s2 p:nth-child(2) {
	overflow:hidden;
  zoom:1;
}

#recruit_submit_btn {
	margin-top: 40px;
}

#recruit_submit_btn a {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 0.04em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}

#recruit_submit_btn a:link, #recruit_submit_btn a:visited {
	background-color: #2DB000;
	color: #fff;
}

#recruit_submit_btn a:hover, #recruit_submit_btn a:active {
	background-color: #71c173;
	color: #fff;
}

#recruit_detail_block2 input[type="text"] {
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
	width: 100%;
	padding: 5px;
	height: 30px;
	font-size: 1em;
	outline: none;
	box-sizing: border-box;
}

#recruit_detail_block2 textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2;
	width: 100%;
	padding: 5px;
	height: 200px;
	font-size: 1em;
	outline: none;
	box-sizing: border-box;
}

#recruit_detail_block2 span {
	display: block;
	margin-top: 10px;
}

.rc_on {
	color: #2DB000 !important;
}

/*------------------------------*/
/*MEDIA*/
/*------------------------------*/

#media_block1 {
	margin-top: 40px;
	font-size: 1.4em;
}

#media_block1 a {
	text-decoration: underline;
}

#media_block2 {
	margin-top: 20px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

.mb2_s1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	padding-bottom: 20px;
	margin-top: 20px;
}

.mb2_s1_1 {
	margin-bottom: 20px;
}

.mb2_s1_2 {
	text-align: center;
}

.mb2_s1_2 img {
	width: 50%;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #EEE;
	box-sizing: border-box;
}

.mb2_s1_1 h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-right: 20px;
}

.mb2_s1_1 div:first-child p {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
}

.mb2_s1_1 div:nth-child(2) p {
	font-size: 1.2em;
	margin-right: 12px;
	margin-top: 5px;
	float: left;
	color: #AAA;
}

.mb2_s1_1 div:nth-child(2) p:last-child {
	padding-left: 15px;
}

.mb2_s1_1 div:last-child {
	font-size: 1.4em;
	margin-top: 20px;
	line-height: 1.8;
}

#media_block3 {
	margin-bottom: 60px;
}

#media_block3 div:first-child {
	float: left;
}

#media_block3 div:last-child {
	float: right;
}

#media_block3 a {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

.media_book {
	background-image: url(../images/common/media_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.media_magazine {
	background-image: url(../images/common/media_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.media_tv {
	background-image: url(../images/common/media_3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.media_news {
	background-image: url(../images/common/media_4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#company_block1 a.zip_img{
	display: none;
}

