@charset "utf-8";
.title {
	position: relative;
	height: 500px;
}
#t1 {
	background-image: url(../images/March_2015_01.jpg);
	background-size: cover;
}
#t2 {
	background-image: url(../images/April_2015_01.jpg);
	background-size: cover;
}

#t3 {
	background-image: url(../images/September_2015_01.jpg);
	background-position: 0% 30%;
	background-size: cover;
}
#t4 {
	background-image: url(../images/May_2015_01.jpg);
	background-size: cover;
}
#t5 {
	background-image: url(../images/June_2015_01.jpg);
	background-size: cover;
}
#t6 {
	background-image: url(../images/July_2015_01.jpg);
	background-size: cover;
}

.title div {
	position: relative;
	top: 46%;
	color: #ffffff;
}

.title h2 {
	font-size: 5rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family: 'Lato';
	letter-spacing: 3px;
	text-align: center;
	width: 292px;
}
.title p {
	margin: 0;
	padding-top: 17px;
	font-size: 2.2rem;
	text-align: center;
}
.content_wrapper  {
	width: 100%;
	display: flex;
}
.breadcrumb {
	padding: 0;
	margin: -20px auto 15px;
	width: 85%;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:after  {
	padding: 0 10px;
	content: ">";
}
.main {
	width: 80%;
	display: table-cell;
	padding-top: 40px;

}
.main_contents {
	margin: 0 auto;
	width: 85%;
}
.main section {
	margin-bottom: 60px;
	width: 100%;
}
.main section:first-child {
}
.main h3 {
	margin: 0;
	font-size: 2.4rem;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7b7b7b;
}
.h_line  {
	padding: 3px 10px;
	border-left: 7px solid #00A0E9;
}

.detail {
	margin-top: 15px;
	width: 100%;
	margin-bottom: 30px;
}

.p_select  {
	display: inline-block;
	width: 31.4%;
	margin-right: 2.44%;
	margin-top: 15px;
}
.p_select:last-child {
	margin: 0;
}
.p_select:hover {
	opacity: 0.7;
	transition: all 0.2s ease;
}
.p_content {
	width: 100%;
	position: relative;
}
.p_content:before {
	display: block;
	padding-top: 90%;
	content: "";
	border: 20px solid #00A0E9;
}
.p_content a {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
}
.p_image  {
	position: relative;
	top: 16%;
	width: 29.15%;
	margin: 0 auto;
}
.p_image img {
	width: 100%;
}
.p_content p {
	position: absolute;
	top: 54%;
	width: 100%;
	margin: 0;
	color: #000000;
}
.more {
	top: 82% !important;
}
.p_title {
	font-size: 2.2rem;
	margin: 0;
}
.p_title_BoSS {
	font-size: 2.6rem;
	margin-bottom: 5px;
	display: inline-block;
	margin: 0;
}
.p_subtitle {
	font-size: 1.6rem;
	margin: 0;
}
.two_line {
	display: block;
	margin-top: -12px;
}
.sidebar {
	color: #000000;
	display: table-cell;
	width: 20%;
	background-color: #e5e5e5;
	padding-top: 50px;
}
.page_list {
	margin: 0 auto;
	display: table;
	padding: 0 20px;
	list-style-type: none;
	width: 75%;
}
.page_list dl {
	margin-bottom: 25px;
}
.page_list li dt {
	font-size: 1.8rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 8px;
}
.page_list li dd {
	margin: 0;
	padding-top: 10px;
}
.page_list a {
	color: #000000;
	text-decoration: none;
}
.page_list a:hover  {
	text-decoration: none;
	color: #00A0E9;
}
.now {
	color: #E90065;
}
#about table {
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: collapse;
}
#about th {
	padding: 20px 0;
	width: 20%;
	border-bottom: 1px solid #e5e5e5;
}
#about td {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 80%;
	border-bottom: 1px solid #e5e5e5;
}
#about a {
	margin-left: 10px;
}

#history table {
	width: 100%;
	border-collapse: collapse;
}
#history th {
	width: 15%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.his1 {
	background-image: url(../images/line1.png);
	background-position: 49% 50% !important;
}
.his2 {
	background-image: url(../images/line2.png);
}
.his3 {
	background-image: url(../images/line3.png);
}
.his4 {
	background-image: url(../images/line4.png);
}
.his5 {
	background-image: url(../images/line5.png);
}
.his6 {
	background-image: url(../images/line6.png);
}
.day_wrap {
	width: 100px;
	margin: 0 auto;
	height: 100px;
	border-radius: 90px;
	position: relative;
	/* [disabled]background-color: #51d879; */
}
.day {
	width: 100%;
	position: absolute;
	top: 26%;
	font-size: 2rem;
	line-height: 27px;
}
#history td {
	font-size: 1.6rem;
	padding-left: 20px;
}
#related  , #delivery{
	padding-top: 60px;
	margin-top: -60px;
}
.customer_list {
	padding: 0;
	list-style-type: none;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
}
.customer_list:first-child {
	margin-right: 15px;
}
.customer_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.customer_list li {
	padding-bottom: 10px;
}
.customer_list li:last-child {
}
.pb {
	padding-bottom: 17px !important;
}
.map {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 68%;
	display: inline-block;
	margin-top: 5px;
}
.map iframe, .map object, .map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.way {
	display: inline-block;
	vertical-align: top;
	width: 31%;
}
.way p {
	margin: 0 0 0 20px;
	line-height: 24px;
}
.s_content {
	display: inline-block;
	margin-right: 9.3%;
	width: 45%;
	margin-bottom: 40px;
	margin-top: 10px;
	vertical-align: top;
}
.s_content:nth-child(even) {
	margin-right: 0;
}
.s_content:nth-last-child(1), .s_content:nth-last-child(2) {
	margin-bottom: 0;
}
#environment .s_content {
	width: 30%;
	margin-right: 3%;
}
.s_detail dl {
	margin: 0;
}
.s_detail dt {
	padding-left: 30px;
	font-weight: bold;
	font-size: 1.8rem;
	background-image: url(../images/news_head.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.s_detail dd {
	margin: 10px 0 0;
}
.s_detail div {
	display: inline-block;
	vertical-align: top;
}
.s_detail div:first-child {
	padding-right: 50px;
}
.s_detail ul {
	margin: 0;
	padding-left: 22px;
}
.ptb {
	padding-top: 2px;
	padding-bottom: 3px;
}
#environment .s_detail li {
	margin-bottom: 5px;
}
#dev_center {
	margin: 0;
	font-size: 1.8rem;
}
#head_office {
	margin: 0;
	padding-top: 60px;
	font-size: 1.8rem;
}
.p_detail {
	list-style: none;
	padding: 0;
}
.p_detail li {
	border-top: 1px solid #cecece;
}
.p_detail li:last-child {
	border-bottom: 1px solid #cecece;
}
.p_detail a {
	width: 100%;
	display: table;
	padding: 20px 0;
	text-decoration: none;
	color: #000000;
}
.p_detail img {
	display: table-cell;
}
/*.p_detail div {
	display: table-cell;
	width: 90%;
	padding-left: 20px;
	vertical-align: middle;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	padding-right: 50px;
}*/
#related .p_detail  div{
	display: table-cell;
    width: 90%;
    padding-left: 20px;
    vertical-align: middle;
    /*background-image: url(../images/btn.png);*/
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-right: 50px;
}

#products .p_detail  div{
	display: table-cell;
    width: 90%;
    padding-left: 20px;
    vertical-align: middle;
    background-image: url(../images/btn.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-right: 50px;
}
#dm2, #dm3, #dm4, #hm2, #hm3, #hm4 {
	display: none;
}
.mini {
	font-size: 1.4rem;
}
.just {
	letter-spacing: 1.69rem;
}
.no_recruit {
	/* [disabled]display: none; */
}
/*↓2017.03.24*/
.recruit_category {
	width: 100%;
	margin-top: 20px;
}
.recruit_category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recruit_category > ul > li > a {
	display: block;
	color: #1e1e1e;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #7b7b7b;
	cursor: pointer;
	padding: 30px 10px;
	position: relative;
	transition: 0.5s;
}
.recruit_category > ul > li > a:hover{
	color: #00A0E9;
	transition: 0.5s;
}
.recruit_category > ul > li > a.active {
	color: #fff;
	background: #00A0E9;
	border-bottom: none;
}
.recruit_category > ul > li > a:after {
	font-size: 1.8rem;
	position: absolute;
	right: 20px;
	top: 34%;
}
.recruit_category > ul > li > a:after{
	display: block;
	content: "";
	position: absolute;	
	width: 15px;
	height: 15px;
	border-bottom: 3px solid;
	border-right: 3px solid;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.recruit_category > ul > li > a.active:after{
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	top: 47%;
}
.recruit_category > ul > li > .rc_detail {
	display: none;
	border-bottom: 1px solid #7b7b7b;
}
/*↑2017.03.24*/

#recruit p {
	margin: 0;
}
#recruit p.contact {
    margin-top: 20px;
    font-size: 1.6rem;
    background: url(../images/news_head.png) no-repeat 0 40%;
    padding-left: 30px;
}
#recruit p.no_recruit {
	margin-top: 20px;
}
#recruit table {
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: collapse;
}
#recruit th {
	padding: 20px 10px;
	width: 20%;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
#recruit td {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 80%;
	border-bottom: 1px solid #e5e5e5;
}
#recruit tr:last-child th, #recruit tr:last-child td {
	border-bottom: none;
}
.business_outline {
	padding-top: 0;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 0;
	margin: 0;
}
.business_outline li {
	padding-bottom: 10px;
}
.business_outline li:last-child {
	padding-bottom: 0px;
}
.important_message {
	color: #FF0004;
	font-weight: bold;
	font-size: 1.6rem;
}

.r_condition {
	display: none;
}
.r_condition dt {
	padding-left: 30px;
	font-weight: bold;
	font-size: 1.8rem;
	background-image: url(url);
	background: url(../images/news_head.png) no-repeat 0% 50%;
}
.r_condition dd {
	margin: 0;
	padding-top: 5px;
}
#contact table {
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: collapse;
}
#contact th {
	padding: 20px 0;
	width: 20%;
}
#contact tr:last-child th {
	vertical-align: top;
}
#contact th span {
    display: inline-block;
}
#contact th span:first-child {
    padding-right: 10px
}
#contact td {
	padding: 20px 0 20px 20px;
	width: 80%;
}
#contact select {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    background: #e5e5e5 url(../images/btn_select.png) no-repeat 98% 50%;
    border: none;
    -webkit-appearance: none;
}
#contact input[type=text], #contact textarea {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    background-color: #e5e5e5;
    box-sizing: border-box;
}
#contact .detail {
	margin: 15px auto;
	width: 100%;
	margin-bottom: 30px;
}

#contact input[type="submit"] {
	width: 80%;
	padding: 10px;
	border: none;
	font-size: 1.6rem;
	color: #fff;
	margin: 0 auto;
	display: block;
	border-radius: 2px;
	height: 60px;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	background: #000 url(../images/btn_contact.png) no-repeat 97% 50%;
}
.to_check {
    margin-top: 30px;
}

#contact input[type="submit"]:hover,
#contact .to_send div input[type="submit"]:hover, #contact .to_send div input[type="button"]:hover {
    background-color: #00A0E9;
}

.to_send {
    width: 90%;
    margin: 30px auto 0;
}

.to_send div {
    width: 45%;
    margin-bottom: 60px;
}
#contact .to_send div input[type="submit"], #contact .to_send div input[type="button"] {
    width: 100%;
    padding: 10px;
    border: none;
    font-size: 1.6rem;
    color: #fff;
    /* margin: 0 auto; */
    display: inline-block;
    border-radius: 2px;
    height: 60px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    background: #000 url(../images/btn_contact.png) no-repeat 97% 50%;
}

/*#contact .to_send div input[type="submit"]:hover, #contact .to_send div input[type="button"]:hover {
    background-color: #00A0E9;
}*/

.btn_back {
    float: left;
}

.btn_send {
    float: right;
}

#sns_empty {
	width: 100%;
	height: 20px;
	background-color: #E13A2E;
}
.last {
	width: 100%;
}

.link_cancel {	
	background-image: unset !important;
}
.no_hover:hover {
	color: #000000 !important;	
}


@media screen and (max-width:1400px){

.breadcrumb, .main_contents {
	width: 85%;
}
	
}


@media screen and (max-width:1030px){

.title{
	height: 350px;
}
.title div {
	top: 45%;
}
.title h2 {
	font-size: 4rem;
}
.title p {
	font-size: 2rem;
}
.p_select{
	width: 48.4%;
}
#environment .s_content {
	width: 49%;
	margin-right: 0;
}
.cs {
	width: 100%;
	margin-right: 0;
}
.s_content:nth-last-child(2) {
	margin-bottom: 40px;
}
.map {
	display: block;
	width: 100%;
	padding-bottom: 70.25%;
}
.way {
	display: block;
	width: 100%;
}
.way p {
	margin: 15px 0;
}
.customer_list {
	font-size: 1.4rem;
}
#recruit p.contact {
	font-size: 1.4rem;
}
#recruit table {
	font-size: 1.4rem;
}
#contact input[type="submit"] {
	width: 100%;
}
.to_send {
	width: 100%;
}
}

@media screen and (min-width:769px) and (max-width:1030px){
	
.main {
	width: 55%;
}
/*.breadcrumb, .main_contents {
	width: 80%;
}*/
.p_content p {
	top: 56%;
}
.p_title {
	font-size: 2rem;
}
.p_title_BoSS {
	font-size: 2.2rem;
}
#contact th {
	width: 30%;
}
#contact td {
	width: 70%;
}

}


@media screen and (max-width:768px){
	
.main {
	width: 100%;
	display: table-row-group;
}
.breadcrumb {
	margin: 20px auto;
	/*width: 80%;*/
}
/*.main_contents {
	width: 80%;
}*/
.sidebar {
	width: 100%;
	display: table-header-group;
}
.page_list {
	width: 85%;
	padding: 10px 15px 5px;
}
.page_list dl{
	width: 47%;
	display: table-cell;
	float:left;
}
.page_list dl:nth-child(2) {
	float: right;
}
#history td {
	padding-left: 15px;
}
.s_content {
	width: 100%;
	margin-right: 0;
}
.p_detail img {
	width: 70px;
}
#contact th {
	padding: 0;
	width: 100%;
	display: inline-block;
}
#contact td {
	padding: 0 0 25px 0;
	width: 100%;
	display: inline-block;
}
#contact tr:first-child th {
	margin-top: 20px;
}
#contact img {
    top: 16%;
}
	
}


@media screen and (min-width:481px) and (max-width:768px){

.p_content p {
	top: 53%;
}
.p_title, .p_title_BoSS {
	font-size: 2rem;
}
.p_title_BoSS {
	font-size: 2.2rem;
}
.p_subtitle {
	font-size: 1.4rem;
}

}


@media screen and (max-width:480px) {
	
.title h2 {
	width: 210px;
	font-size: 3rem;
}
.title p {
	font-size: 1.8rem;
}
.main h3 {
	font-size: 2rem;
}
.p_select {
	width: 100%;
	margin: 0 0 20px;
	display: block;
}
.p_content:before {
	padding-top: 50%;
}
.p_image  {
	top: 25%;
	left: 12%;
	margin: 0;
}
.p_content p {
	width: auto;
	top: 37%;
	left: 47%;
}
.p_title {
	font-size: 1.8rem;
}
.p_title_BoSS {
	font-size: 2rem;
}
.p_subtitle {
	font-size: 1.2rem;
}
.more {
	top: 75% !important;
	left: 65% !important;
	font-size: 1.2rem;
}
#about table {
	font-size: 1.4rem;
}
#about th {
	width: 30%;
}
#history th {
	height: 120px;
	
}
.day_wrap {
	width: 80px;
	height: 80px;
	
}
.day {
	font-size: 1.6rem;
	line-height: 22px;
}
#history td {
	padding-left: 20px;
}
.customer_list {
	width: 100%;
	font-size: 1.4rem;
}
#delivery {
	padding-top: 0;
	margin-top: -40px;
}

.s_detail dt {
	font-size: 1.8rem;
}
#environment .s_content {
	width: 100%;
}
.p_detail img {
	position: relative;
	top: 6px;
	width: 50px;
}
.p_detail div {
	padding-right: 25px;
}
#history th {
	background-size: 80px auto;
}
#history td {
	font-size: 1.4rem;
}
.s_detail div {
	display: block;
}
.s_detail div:first-child {
	padding-right: 0;
}
.recruit_category > ul > li > a{
	font-size: 1.6rem;	
}
.recruit_category > ul > li > a:after {
	width: 12px;
	height: 12px;
	top: 36%;
}
.recruit_category a span {
	display: block;
}
#recruit th {
	width: 25%;
}
#recruit td {
	width: 75%;
}
#contact table, .important_message, #contact input[type="submit"] {
	font-size: 1.4rem;
}
#contact img {
    height: 30%;
}
#contact .to_send div input[type="submit"], #contact .to_send div input[type="button"] {
    font-size: 1.4rem;
}
.to_send div {
    width: 100%;
    margin-bottom: 20px;
}
.btn_back, .btn_send {
	float: none;
}
}


@media screen and (max-width:320px) {

.p_content p {
	top: 32%;
	left: 43%;
}
.p_title {
	font-size: 1.6rem;
}
.p_title_BoSS {
	font-size: 1.8rem;
}
.p_subtitle {
	font-size: 1.1rem;
}
.more {
	top: 72% !important;
	left: 59% !important;
	font-size: 1.2rem;
}
.recruit_category > ul > li > a{
	font-size: 1.4rem;	
}
.recruit_category > ul > li > a:after {
	width: 10px;
	height: 10px;
	top: 39%;
}
#recruit table {
	font-size: 1.2rem;
}
#contact input[type="submit"] {
	background-size: 5% auto;
}
}
