@charset "UTF-8";

/* 最新情報 */
#News .NewsBox dl dd a {
    color: #000;
}

/*ご利用条件*/
#Low #Sitemap .Label {
	color: #fff;
	background:#0068af;
	font-size: 1.1em;
}
#Low #Sitemap .IndentAst {
	text-indent: -1.5em;
    padding-left: 1.5em;
}

.Button #form_submit_button {
    width: 90%;
    max-width: 300px;
    overflow: hidden;
    margin: 40px auto 0px;
    padding: 0px;

    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background-color: rgb(0, 104, 175);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 14px 0px;
    border-radius: 50px;
    transition: background-color 0.3s, transform 0.3s;
}
.Button form::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    width: 0px;
    height: 0px;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
    border-left: 8px solid rgb(255, 255, 255);
    transition: border-left-color 0.3s, transform 0.3s;
}

form#mail_form input[type="submit"] {
    width: 180px;
    padding: 15px 40px;
    margin: 40px;
    font-size: 1.2em;
    background-color: #3abbcc;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: .2s;
}

form#mail_form input#email,
form#mail_form input#email_conf{
	width : 80%;
}
form#mail_form input#zip {
    width: 30%;
}

@media screen and ( max-width : 800px ){
    #Recruit .flex .HalfBox48 {
        width: 100%;
    }
}

.modal-content__inner .achievementsPhoto .discription dl {
    align-items: flex-start;
}
.modal-content__inner .achievementsPhoto .discription dl dt {
    margin-top: 3px;
}


#Low #FsFeed .MoveBox .MovePos video {
    height: auto;
}
#Low #LifeScience .MoveBox video {
    height: auto;
}
#Low #LifeScience .Grid video {
    height: auto;
}
#Low #CompanyPhilosophy .MoveBox .MovePos video {
    height: auto;
}
#Low .VideoTwo .Grid video {
    height: auto;
}
#Low .VideoTwo .flex div video {
    height: auto;
}

/*検索結果*/
#HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1;
    display: block;
    width: 34px;
    height: 34px;
    background: #0068af;
    border-radius: 0 9px 9px 0;
}
@media (max-width: 1180px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn {
        top: 1.4px;
        width: 53px;
        height: 52.5px;
    }
}
@media (max-width: 800px) {
    #HeaderWrapper #Header .menu-wrapper .drawer-nav #search .box-search-parts-btn {
        /* top: 11px; */
        background-color: unset;
    }
}

#SearchResult .SS_title {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
}
#SearchResult .SS_page {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
#SearchResult .content-nav {
    text-align: center;
    margin-top: 120px;
}
#SearchResult .content-nav {
  text-align: center;
}
#SearchResult .content-nav ul li {
  list-style: none;
  display: inline-block;
}
#SearchResult .content-nav ul li a {
  background: #FFF;
  color: #014C83 !important;
  text-decoration: none;
  border: 1px solid #014C83;
  padding: 8px 13px;
  margin: 0 5px;
}
#SearchResult .content-nav ul li.fs-current a {
  border: 1px solid #014C83;
  background: #014C83;
  color: #FFF !important;
}



.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube div {
	padding: 0!important;
	position: static!important;
}
#Low .VideoTwo .flex div div.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#Recruit .UnderLineGray table tr td:nth-child(2),
#Recruit .UnderLineGray table tr td:nth-child(3) {
	white-space: nowrap;
}

.bold {
	font-weight: bold!important;
}
.IndentAst10 {
	text-indent: -1.0em;
  padding-left: 1.0em;
}
.IndentAst15 {
	text-indent: -1.5em;
  padding-left: 1.5em;
}


