@charset "utf-8";
@media print, screen and (min-width:1001px){
/*-------------------------------------
  下層共通
--------------------------------------*/
#top #breadcrumb {
  display: none;
}
#breadcrumb {
  background: #F6F4F4;
  padding: 6px 0;
}
#breadcrumb ul {
  width: 1000px;
  margin: 0 auto;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 11.5px;
  color: #444;
  padding-right: 25px;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color: #444;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}
#breadcrumb li:before {
  position: absolute;
  content: "＞";
  top: 0;
  right: 0;
  color: #006FB4;
  font-weight: bold;
}
#breadcrumb li:last-child:before {
  content: none;
}
.ttl_01 {
  color: #ADABAC;
  font-size: 24px;
  line-height: 1;
  border-bottom: 2px solid #ADABAC;
  padding-bottom: 6px;
  margin-bottom: 40px;
}
.ttl_01 span {
  color: #006FB4;
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-right: 20px;
}
.ttl_02 {
  display: inline-block;
  color: #535355;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  border-left: 6px solid #006FB4;
  letter-spacing: 0.2em;
  padding-top: 4px;
  padding-left: 24px;
  margin-bottom: 20px;
}
.ttl_03 {
  color: #006FB4;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
 }
.ttl_04 {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 36px;
  line-height: 1;
}
.ttl_04:after {
  display: block;
  content: '';
  width: 78px;
  height: 4px;
  background: url(../Images/common/ttl_04_border.png) no-repeat top center;
  margin-top: 15px;
}
.ttl_05 {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  background: #006FB4;
  letter-spacing: 0.2em;
  padding: 14px 0 14px 28px;
  margin-bottom: 40px;
}
.ttl_06 {
  font-size: 22px;
  line-height: 1;
  border-bottom: 2px solid #006FB4;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.ttl_07 {
  color: #006FB4;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
.ttl_08 {
  color: #006FB4;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ttl_09 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  border-left: 6px solid #006FB4;
  padding-left: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#top #sec_01 {
  width: 100%;
}
#top #sec_01 .sec_inner {
  width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
#top #sec_01 .new_product,
#top #sec_01 .product_box {
  margin-bottom: 40px;
}
#top #sec_01 div:last-child.product_box {
  margin-bottom: 0;
}
#top #sec_01 .new_product li {
  float: left;
  width: 310px;
  border-bottom: 1px solid #ADABAC;
  position: relative;
  padding: 0 0 15px 20px;
  margin: 0 35px 0 0;
}
#top #sec_01 .new_product li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 28%;
  left: 7px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #006FB4;
}
#top #sec_01 .product_box li {
  float: left;
  width: 235px;
  border: 2px solid #A8A8A8;
  margin-right: 20px;
}
#top #sec_01 .new_product li:nth-child(3n) {
  margin-right: 0;
}
#top #sec_01 .product_box li:nth-child(4n) {
  margin-right: 0;
}
#top #sec_01 .new_product li:nth-child(n+4) {
  margin-top: 15px;
}
#top #sec_01 .product_box li:nth-child(n+5) {
  margin-top: 20px;
}
#top #sec_01 .new_product li a {
  display: inline-block;
  color: #444;
  font-size: 16px;
  transition: .4s;
  position: relative;
}
#top #sec_01 .new_product li a span {
  display: block;
  color: #006FB4;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 3px;
}
#top #sec_01 .new_product li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
  transition: .4s;
}
#top #sec_01 .product_box li a {
  display: block;
  color: #444;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  transition: .4s;
}
#top #sec_01 .new_product li a:hover {
  text-decoration: none;
  color: #006FB4;
}
#top #sec_01 .new_product li a:hover::after {
  width: 100%;
}
#top #sec_01 .product_box li:hover {
  border: 2px solid #158dd8;
  opacity: 0.85;
}
#top #sec_01 .product_box li a:hover {
  text-decoration: none;
  color: #158dd8;
}
#top #sec_01 .product_box li img {
  width: 107px;
  height: 85px;
  transition: .4s;
}
#top #sec_01 .product_box li a:hover img {
  transform:scale(1.1,1.1);
}
#top #sec_01 .product_box li span {
  display: block;
  margin-top: 10px;
}
#top #sec_01 .new_product .link_btn {
  padding-top: 20px;
  text-align: right;
}
#top #sec_01 .new_product .link_btn a {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
}
#top #sec_01 .new_product .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#top #sec_01 .new_product .link_btn a span {
  position: relative;
}
#top #sec_01 .new_product .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#top #sec_01 .new_product .link_btn a:hover span:after {
  width: 100%;
}
#top #sec_01 .product_box .link_btn {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 18px 15px;
}
#top #sec_01 .product_box .link_btn a {
  display: inline-block;
  width: 280px;
  color: #fff;
  font-size: 12.5px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#top #sec_01 .product_box .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#top #sec_01 .product_box .link_btn a span {
  position: relative;
}
#top #sec_01 .product_box .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#top #sec_01 .product_box .link_btn a:hover span:after {
  width: 100%;
}
#top #sec_02 {
  width: 100%;
  background: #F6F4F4;
}
#top #sec_02 .sec_inner {
  width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
#top #sec_02 .news_list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#top #sec_02 .news_list li:last-child {
  margin-bottom: 0;
}
#top #sec_02 .news_list li .date {
  float:left;
  font-size: 12px;
  line-height: 28px;
  margin-right: 35px;
}
#top #sec_02 .news_list li .badge {
  float:left;
  width: 100px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 4px 0;
}
#top #sec_02 .news_list li .other {
  background: #009631;
}
#top #sec_02 .news_list li .important {
  background: #DD0069;
}
#top #sec_02 .news_list li .product {
  background: #0096AF;
}
#top #sec_02 .news_list li .overall {
  background: #FF9831;
}
#top #sec_02 .news_list li .ttl {
  float:left;
  line-height: 28px;
  padding-left: 40px;
}
#top #sec_02 .news_list li a {
  color: #444;
  position: relative;
  display: inline-block;
  transition: .6s;
}
#top #sec_02 .news_list li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
  transition: .6s;
}
#top #sec_02 .news_list li a:hover {
  text-decoration: none;
  color: #006FB4;
}
#top #sec_02 .news_list li a:hover::after {
  width: 100%;
}
#top #sec_02 .link_btn {
  text-align: right;
  padding-top: 20px;
}
#top #sec_02 .link_btn a {
  display: inline-block;
  width: 180px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
}
#top #sec_02 .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#top #sec_02 .link_btn a span {
  position: relative;
}
#top #sec_02 .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#top #sec_02 .link_btn a:hover span:after {
  width: 100%;
}
#top #sec_03 {
  width: 100%;
}
#top #sec_03 .sec_inner {
  width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
#top #sec_03 .img_box {
  margin-top: 10px;
}
#top #snsinfo {
  width: 100%;
  padding: 15px 0;
  background-color: rgba(178,178,178);
  box-shadow: 0 0 10px 1px #aaa;
  color: #292929;
  font-weight: bold;
}
#top #snsinfo .sec_inner {
  width: 1000px;
  padding: 0px 0 15px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
#top #snsinfo .sns-title {
  font-size: 24px;
  font-weight: bold;
}

#top #snsinfo table a {
  color: #444;
  position: relative;
  display: inline-block;
  transition: .4s;
}
#top #snsinfo table th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 16%;
}
#top #snsinfo table td span {
  display: inline-block;
  padding: 0 18px;
}
#top #snsinfo table th,
#top #snsinfo table td {
  padding-bottom: 20px;
}
#top #snsinfo   a img {
  width:32px;
    transition: .4s;
}
#top #snsinfo   a:hover img {
  transform:scale(1.1,1.1);
    transition: .4s;
}
#top #snsinfo li {
 float:left;
 margin: 0 5px;
}
#top #snsinfo .icon {
 width: 32px;
 height: 32px;
}
#top #snsinfo .icon:hover {
 transform:scale(1.1,1.1);
 transition: .4s;
}
#top #snsinfo .icon_facebook {
 background: url(../Images/common/icon_fb_sns.png) no-repeat top center;
 background-size:contain;
}
#top #snsinfo .icon_youtube {
 background: url(../Images/common/icon_you_sns.png) no-repeat top center;
 background-size:contain;
}
#top #snsinfo .icon_instagram {
 background: url(../Images/common/icon_instagram_sns.png) no-repeat top center;
 background-size:contain;
}

/*-------------------------------------
  ログイン
--------------------------------------*/
#login .common_sec {
  width: 100%;
  padding-bottom: 40px;
}
#login .common_sec:last-child {
  padding-bottom: 0;
}
#login #sec_01 table {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 5px;
}
#login #sec_01 table th {
  width: 40%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#login #sec_01 table td {
  border: 1px solid #ccc;
  padding: 15px 20px;
}
#login #sec_01 table td input {
  width: 100%;
  padding: 3px 8px;
}
#login #sec_01 .login_memory {
  text-align: right;
}
#login #sec_01 .login_btn {
  text-align: center;
  margin-bottom: 10px;
}
#login #sec_01 button {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 50px top 12px no-repeat #006FB4;
  letter-spacing: 0.2em;
}
#login #sec_01 button:hover {
  opacity: 0.85;
}
#login #sec_01 button span {
  position: relative;
}
#login #sec_01 button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#login #sec_01 button:hover span:after {
  width: 100%;
}
#login #sec_01 .lost_password {
  text-align: center;
}
#login #sec_02 {
  margin-top: -120px;
  padding-top: 120px;
}
#login #sec_02 .txt {
  margin-bottom: 15px;
}
#login #sec_02 .txt .caution {
  color: #e04;
}
#login #sec_02 form {
  margin-bottom: 40px;
}
#login #sec_02 table {
  width: 100%;
}
#login #sec_02 th {
  width: 34%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#login #sec_02 td {
  border: 1px solid #ccc;
  padding: 10px 0 10px 20px;
}
#login #sec_02 td input {
  padding: 3px 8px;
}
#login #sec_02 td input[type="radio"] {
  display: inline-block;
  width: 1.2em;
  margin: 0 3px 0 3px;
  height: 30px;
}
#login #sec_02 td select {
  width: 40%;
  padding: 2%;
  background: #fff;
}
#login #sec_02 td input.long {
  width: 80%;
}
#login #sec_02 td input.middle {
  width: 50%;
}
#login #sec_02 td input.short {
  width: 40%;
}
#login #sec_02 td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#login #sec_02 td .caution {
  font-size: 12px;
  color: #e04;
  line-height: 1;
  margin-top: 10px;
}
#login #sec_02 .mfp_buttons {
  text-align: center;
  padding: 40px 0 0;
}
#login #sec_02 .mfp_buttons button {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 40px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.2em;
}
#login #sec_02 button:hover {
  opacity: 0.85;
}
#login #sec_02 button span {
  position: relative;
}
#login #sec_02 button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#login #sec_02 button:hover span:after {
  width: 100%;
}
#login #sec_02 .contact_box {
  background: #E6E6E6;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
#login #sec_02 .contact_box .contact_box_inner {
  background: #fff;
  padding: 20px;
}
#login #sec_02 .contact_box .txt {
  color: #A5001D;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #A5001D;
  margin-bottom: 15px;
}
#login #sec_02 .contact_box .link_btn {
  text-align: center;
}
#login #sec_02 .contact_box .link_btn a {
  display: block;
  width: 480px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  background:url(../Images/common/arrow_white02.png) no-repeat right 110px top 11px #A5001D;
  transition: .4s;
}
#login #sec_02 .contact_box .link_btn a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 100px top 11px #A5001D;
  text-decoration: none;
  opacity: 0.85;
}

/*-------------------------------------
  新規会員登録完了
--------------------------------------*/
#complete .common_sec {
  width: 100%;
}
#complete #sec_01 .txt {
  margin-bottom: 30px;
}
#complete #sec_01 .link_btn {
  text-align: center;
}
#complete #sec_01 .link_btn a {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 12px no-repeat #006FB4;
  letter-spacing: 0.2em;
}
#complete #sec_01 .link_btn a:hover {
  opacity: 0.85;
  text-decoration: none;
}
#complete #sec_01 .link_btn a span {
  position: relative;
}
#complete #sec_01 .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#complete #sec_01 .link_btn a:hover span:after {
  width: 100%;
}

/*-------------------------------------
  会員ページ
--------------------------------------*/
#member #header {
  padding: 20px 0;
}
#member #header .hdr_logo {
   padding-top: 0;
}
#member #header .hdr_right .login_btn a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px;
  transition: .6s;
  letter-spacing: 0.2em;
  background: #FF9900;
  border: 1px solid #FF9900;
}
#member #header .hdr_right .login_btn a:hover {
  color: #FF9900;
  border: 1px solid #FF9900;
  background: #fff;
  text-decoration: none;
}
#member #header .hdr_right .logout_btn a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px;
  transition: .6s;
  letter-spacing: 0.2em;
  background: #00A7D6;
}
#member #header .hdr_right .logout_btn a:hover {
  color: #00A7D6;
  background: #fff;
  text-decoration: none;
}
#member #wrapper {
  padding-top: 66px;
}
#member #main_cts {
  float: none;
  width: 800px;
  margin: 0 auto;
}
#member .common_sec {
  width: 100%;
}

/*--　会員専用ページ一覧　--*/
#member #member_top .member_name {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1;
}
#member #member_top .member_btn {
  margin-bottom: 35px;
}
#member #member_top .member_btn li {
  text-align: center;
}
#member #member_top .member_btn li {
  text-align: center;
}
#member #member_top .member_btn li:nth-child(n+2) {
  margin-top: 30px;
}
#member #member_top .member_btn li a {
  display: block;
  width: 540px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  transition: .4s;
}
#member #member_top .member_btn li a:hover {
  text-decoration: none;
  opacity: 0.85;
}
#member #member_top .member_btn li:nth-child(1) a {
  background: url(../Images/common/arrow_white02.png) no-repeat right 160px top 11px #006FB4;
}
#member #member_top .member_btn li:nth-child(1) a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 150px top 11px #006FB4;
}
#member #member_top .member_btn li:nth-child(2) a {
  background: url(../Images/common/arrow_white02.png) no-repeat right 45px top 11px #006FB4;
}
#member #member_top .member_btn li:nth-child(2) a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 35px top 11px #006FB4;
}
#member #member_top .member_btn li:nth-child(3) a {
  background: url(../Images/common/arrow_white02.png) no-repeat right 20px top 11px #006FB4;
}
#member #member_top .member_btn li:nth-child(3) a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 10px top 11px #006FB4;
}
#member #member_top .member_navi {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

/*--　会員登録情報変更　--*/
#member #member_edit .txt {
  margin-bottom: 15px;
}
#member #member_edit .txt span {
  color: #e04;
}
#member #member_edit table {
  width: 100%;
}
#member #member_edit th {
  width: 32%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#member #member_edit td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#member #member_edit td input {
  padding: 3px 8px;
}
#member #member_edit td select {
  width: 40%;
  padding: 2%;
}
#member #member_edit td input.long {
  width: 80%;
}
#member #member_edit td input.middle {
  width: 50%;
}
#member #member_edit td input.short {
  width: 40%;
}
#member #member_edit td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#member #member_edit .mfp_buttons {
  text-align: center;
  padding: 40px 0 0;
}
#member #member_edit .mfp_buttons button {
  display: inline-block;
  width: 280px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 40px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.2em;
}
#member #member_edit button:hover {
  opacity: 0.85;
}
#member #member_edit button span {
  position: relative;
}
#member #member_edit button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_edit button:hover span:after {
  width: 100%;
}
#member #member_edit .link_btn {
  text-align: center;
  border-top: 1px dashed #ccc;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}
#member #member_edit .link_btn a {
  display: inline-block;
  width: 220px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#member #member_edit .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#member #member_edit .link_btn a span {
  position: relative;
}
#member #member_edit .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_edit .link_btn a:hover span:after {
  width: 100%;
}

/*--　ダウンロード一覧　--*/
#member #member_download_list {
  margin-bottom: 0;
}
#member #member_download_list .product_box {
  margin-bottom: 40px;
}
#member #member_download_list div:last-child.product_box {
  margin-bottom: 0;
}
#member #member_download_list .product_box li {
  float: left;
  width: 188px;
  border: 2px solid #A8A8A8;
  margin-right: 15px;
}
#member #member_download_list .product_box li:nth-child(4n) {
  margin-right: 0;
}
#member #member_download_list .product_box li:nth-child(n+5) {
  margin-top: 15px;
}
#member #member_download_list .product_box li a {
  display: block;
  color: #444;
  font-size: 12px;
  text-align: center;
  padding: 12px;
  transition: .4s;
}
#member #member_download_list .product_box li:hover {
  border: 2px solid #158dd8;
  opacity: 0.85;
}
#member #member_download_list .product_box li a:hover {
  text-decoration: none;
  color: #158dd8;
}
#member #member_download_list .product_box li img {
  width: 141px;
  height: 112px;
  transition: .4s;
}
#member #member_download_list .product_box li a:hover img {
  transform:scale(1.1,1.1);
}
#member #member_download_list .product_box li span {
  display: block;
  margin-top: 10px;
}
#member #member_download_list .link_btn {
  text-align: center;
  border-top: 1px dashed #ccc;
  padding: 30px 0 0 0;
  margin: 30px 0 0 0;
}
#member #member_download_list .link_btn a {
  display: inline-block;
  width: 220px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#member #member_download_list .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#member #member_download_list .link_btn a span {
  position: relative;
}
#member #member_download_list .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_download_list .link_btn a:hover span:after {
  width: 100%;
}

/*--　ダウンロード履歴　--*/
#member #member_download_data table {
  width: 100%;
  margin-bottom: 30px;
}
#member #member_download_data table th {
  font-weight: normal;
  text-align:center;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  padding: 5px;
  letter-spacing: 0.05em;
}
#member #member_download_data table th.th_01 {
  width: 28%;
}
#member #member_download_data table th.th_02 {
  width: 30%;
}
#member #member_download_data table th.th_03 {
  width: 17%;
}
#member #member_download_data table th.th_04 {
  width: 17%;
}
#member #member_download_data table td {
  font-size: 13px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
}
#member #member_download_data .link_btn {
  text-align: center;
  border-top: 1px dashed #ccc;
  padding: 30px 0 0 0;
}
#member #member_download_data .link_btn a {
  display: inline-block;
  width: 220px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#member #member_download_data .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#member #member_download_data .link_btn a span {
  position: relative;
}
#member #member_download_data .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_download_data .link_btn a:hover span:after {
  width: 100%;
}

/*--　退会手続き　--*/
#member #member_secede .txt {
  margin-bottom: 15px;
}
#member #member_secede table {
  width: 100%;
}
#member #member_secede th {
  width: 32%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#member #member_secede td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#member #member_secede td input {
  padding: 3px 8px;
}
#member #member_secede td select {
  width: 40%;
  padding: 2%;
}
#member #member_secede td input.long {
  width: 80%;
}
#member #member_secede td input.middle {
  width: 50%;
}
#member #member_secede td input.short {
  width: 40%;
}
#member #member_secede td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#member #member_secede .mfp_buttons {
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 30px;
}
#member #member_secede .mfp_buttons button {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 40px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.2em;
}
#member #member_secede button:hover {
  opacity: 0.85;
}
#member #member_secede button span {
  position: relative;
}
#member #member_secede button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_secede button:hover span:after {
  width: 100%;
}
#member #member_secede .link_btn {
  text-align: center;
  border-top: 1px dashed #ccc;
  padding: 30px 0 0 0;
}
#member #member_secede .link_btn a {
  display: inline-block;
  width: 220px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#member #member_secede .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
  opacity: 0.85;
}
#member #member_secede .link_btn a span {
  position: relative;
}
#member #member_secede .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_secede .link_btn a:hover span:after {
  width: 100%;
}

/*--退会手続き完了--*/
#member #member_secede_complete .common_sec {
  width: 100%;
}
#member #member_secede_complete #sec_01 .txt {
  margin-bottom: 30px;
}
#member #member_secede_complete #sec_01 .link_btn {
  text-align: center;
}
#member #member_secede_complete #sec_01 .link_btn a {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 12px no-repeat #006FB4;
  letter-spacing: 0.2em;
}
#member #member_secede_complete #sec_01 .link_btn a:hover {
  opacity: 0.85;
  text-decoration: none;
}
#member #member_secede_complete #sec_01 .link_btn a span {
  position: relative;
}
#member #member_secede_complete #sec_01 .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_secede_complete #sec_01 .link_btn a:hover span:after {
  width: 100%;
}

/*--　パスワード変更手続き　--*/
#member #member_password .txt {
  margin-bottom: 15px;
}
#member #member_password table {
  width: 100%;
}
#member #member_password th {
  width: 32%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#member #member_password td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#member #member_password td input {
  padding: 3px 8px;
}
#member #member_password td select {
  width: 40%;
  padding: 2%;
}
#member #member_password td input.long {
  width: 80%;
}
#member #member_password td input.middle {
  width: 50%;
}
#member #member_password td input.short {
  width: 40%;
}
#member #member_password td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#member #member_password .mfp_buttons {
  text-align: center;
  padding: 40px 0 0;
}
#member #member_password .mfp_buttons button {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 70px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.2em;
}
#member #member_password button:hover {
  opacity: 0.85;
}
#member #member_password button span {
  position: relative;
}
#member #member_password button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_password button:hover span:after {
  width: 100%;
}

/*--　新しいパスワードを設定する　--*/
#member #member_password_edit .txt {
  margin-bottom: 15px;
}
#member #member_password_edit table {
  width: 100%;
}
#member #member_password_edit th {
  width: 32%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#member #member_password_edit td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#member #member_password_edit td input {
  padding: 3px 8px;
}
#member #member_password_edit td select {
  width: 40%;
  padding: 2%;
}
#member #member_password_edit td input.long {
  width: 80%;
}
#member #member_password_edit td input.middle {
  width: 50%;
}
#member #member_password_edit td input.short {
  width: 40%;
}
#member #member_password_edit td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#member #member_password_edit .mfp_buttons {
  text-align: center;
  padding: 40px 0 0;
}
#member #member_password_edit .mfp_buttons button {
  display: inline-block;
  width: 320px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.2em;
}
#member #member_password_edit button:hover {
  opacity: 0.85;
}
#member #member_password_edit button span {
  position: relative;
}
#member #member_password_edit button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_password_edit button:hover span:after {
  width: 100%;
}

/*--　パスワード変更手続き完了　--*/
#member #member_password_complete .common_sec {
  width: 100%;
}
#member #member_password_complete #sec_01 .txt {
  margin-bottom: 30px;
}
#member #member_password_complete #sec_01 .link_btn {
  text-align: center;
}
#member #member_password_complete #sec_01 .link_btn a {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 12px no-repeat #006FB4;
  letter-spacing: 0.2em;
}
#member #member_password_complete #sec_01 .link_btn a:hover {
  opacity: 0.85;
  text-decoration: none;
}
#member #member_password_complete #sec_01 .link_btn a span {
  position: relative;
}
#member #member_password_complete #sec_01 .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#member #member_password_complete #sec_01 .link_btn a:hover span:after {
  width: 100%;
}

/*-------------------------------------
  製品情報
--------------------------------------*/
/*--　製品情報　--*/
#product #product_info .new_product,
#product #product_info .product_box {
  margin-bottom: 35px;
}
#product #product_info div:last-child.product_box {
  margin-bottom: 0;
}
#product #product_info .new_product li {
  float: left;
  width: 310px;
  border-bottom: 1px solid #ADABAC;
  position: relative;
  padding: 0 0 15px 20px;
  margin: 0 35px 0 0;
}
#product #product_info .new_product li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 28%;
  left: 7px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #006FB4;
}
#product #product_info .product_box li {
  float: left;
  width: 220px;
  border: 2px solid #A8A8A8;
  margin-right: 15px;
}
#product #product_info .new_product li:nth-child(2n) {
  margin-right: 0;
}
#product #product_info .product_box li:nth-child(3n) {
  margin-right: 0;
}
#product #product_info .new_product li:nth-child(n+3) {
  margin-top: 15px;
}
#product #product_info .product_box li:nth-child(n+4) {
  margin-top: 20px;
}
#product #product_info .new_product li a {
  display: inline-block;
  color: #444;
  font-size: 16px;
  transition: .4s;
  position: relative;
}
#product #product_info .new_product li a span {
  display: block;
  color: #006FB4;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 3px;
}
#product #product_info .new_product li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
  transition: .4s;
}
#product #product_info .product_box li a {
  display: block;
  color: #444;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  transition: .4s;
}
#product #product_info .new_product li a:hover {
  text-decoration: none;
  color: #006FB4;
}
#product #product_info .new_product li a:hover::after {
  width: 100%;
}
#product #product_info .product_box li:hover {
  border: 2px solid #158dd8;
  opacity: 0.85;
}
#product #product_info .product_box li a:hover {
  text-decoration: none;
  color: #158dd8;
}
#product #product_info .product_box li img {
  width: 107px;
  height: 85px;
  transition: .4s;
}
#product #product_info .product_box li a:hover img {
  transform:scale(1.1,1.1);
}
#product #product_info .product_box li span {
  display: block;
  margin-top: 10px;
}
#product #product_info .product_box .link_btn {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 10px 15px;
}
#product #product_info .product_box .link_btn a {
  display: inline-block;
  width: 254px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 8px 10px 8px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 12px top 8px no-repeat #A5001D;
}
#product #product_info .product_box .link_btn a:hover {
  text-decoration: none;
  background: url(../Images/common/arrow_white01.png) right 12px top 8px no-repeat #A5001D;
  opacity: 0.85;
}
#product #product_info .product_box .link_btn a span {
  position: relative;
}
#product #product_info .product_box .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#product #product_info .product_box .link_btn a:hover span:after {
  width: 100%;
}

/*--　メイン画像　--*/
#product #mainimage .power_supply {
  background: url(../Images/product/mainimage_power_supply.jpg) center center no-repeat;
}
#product #mainimage .pneumatics_equipment {
  background: url(../Images/product/mainimage_pneumatics_equipment.jpg) center center no-repeat;
}
#product #mainimage .car_electrical_equipment {
  background: url(../Images/product/mainimage_car_electrical_equipment.jpg) center center no-repeat;
}

/*--　一覧（電子制御製品）　--*/
#product #product_list_01 .product_list_box {
  margin-bottom: 60px;
}
#product #product_list_01 div:last-child.product_list_box {
  margin-bottom: 0;
}
#product #product_list_01 .product_list_box li {
  border-bottom: 2px solid #E8E6E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#product #product_list_01 .product_list_box li:last-child {
  margin-bottom: 0;
}
#product #product_list_01 .product_list_box .txt_box {
  float: right;
  width: 512px;
}
#product #product_list_01 .product_list_box .sub_ttl {
  font-size: 15px;
  font-weight: bold;
}
#product #product_list_01 .product_list_box .img_box {
  float: left;
  width: 158px;
  height: auto;
}
#product #product_list_01 .product_list_box .img_box img {
  width: 100%;
  height: auto;
}
#product #product_list_01 .product_list_box .link_btn {
  text-align: right;
  clear: both;
}
#product #product_list_01 .product_list_box .link_btn a {
  display: inline-block;
  width: 150px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
}
#product #product_list_01 .product_list_box .link_btn a:hover {
  text-decoration: none;
  opacity: 0.85;
}
#product #product_list_01 .product_list_box .link_btn a span {
  position: relative;
}
#product #product_list_01 .product_list_box .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#product #product_list_01 .product_list_box .link_btn a:hover span:after {
  width: 100%;
}

/*--　一覧（空気圧機器製品）　--*/
#product #mainimage .power_product {
  background: url(../Images/product/mainimage_power_product.jpg) center center no-repeat
}
#product #product_list_02 .ttl_05 {
  margin-bottom: 10px;
}
#product #product_list_02 .caution {
  color: #e04;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  margin-bottom: 30px;
}
#product #product_list_02 .product_list_box {
  margin-bottom: 60px;
}
#product #product_list_02 div:last-child.product_list_box {
  margin-bottom: 0;
}
#product #product_list_02 .product_list_box li {
  border-bottom: 2px solid #E8E6E7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#product #product_list_02 .product_list_box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#product #product_list_02 .product_list_box .table_area {
  float: right;
  width: 470px;
}
#product #product_list_02 .product_list_box .table_area .table_01 {
  width: 100%;
  font-size: 11.5px;
  line-height: 1.6;
}
#product #product_list_02 .product_list_box .table_area .table_01 th {
  width: 22%;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 5px;
}
#product #product_list_02 .product_list_box .table_area .table_01 td {
  width: 78%;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 5px;
}
#product #product_list_02 .product_list_box .table_area .table_01 td li {
  list-style-type: disc;
  margin-left: 1.5em;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
}
#product #product_list_02 .product_list_box .table_area .table_01 td li:last-child {
  margin-bottom: 0;
}
#product #product_list_02 .product_list_box .table_area .table_02 {
  width: 100%;
  font-size: 11.5px;
  line-height: 1.6;
}
#product #product_list_02 .product_list_box .table_area .table_02 th {
  width: 22%;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 5px;
}
#product #product_list_02 .product_list_box .table_area .table_02 td {
  width: 28%;
  border: 1px solid #ccc;
  padding: 5px;
  word-break: break-all;
}
#product #product_list_02 .product_list_box .img_area {
  float: left;
  width: 200px;
  height: auto;
}
#product #product_list_02 .product_list_box .img_area .img_box {
  width: 200px;
  height: auto;
  border: 2px solid #E8E6E7;
  margin-bottom: 10px;
}
#product #product_list_02 .product_list_box .img_area .img_box img {
  width: 100%;
  height: auto;
}
#product #product_list_02 .product_list_box .img_area .pdf_btn a,
#product #product_list_02 .product_list_box .img_area .m_product_btn a,
#product #product_list_02 .product_list_box .img_area .m_example_btn a,
#product #product_list_02 .product_list_box .img_area .m_operation_btn a {
  display: block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0 12px 65px;
  margin-bottom: 8px;
  border-radius: 6px;
}
#product #product_list_02 .product_list_box .img_area .pdf_btn a {
  background: url(../Images/common/icon-catalog.png) left 15px top 4px no-repeat #f3cbe2;
}
#product #product_list_02 .product_list_box .img_area .m_product_btn a {
  color: #fff;
  background: url(../Images/common/icon_video_play.png) left 22px top 6px no-repeat #8ec220;
}
#product #product_list_02 .product_list_box .img_area .m_example_btn a {
  color: #fff;
  background: url(../Images/common/icon_video_play.png) left 22px top 6px no-repeat #a5001d;
}
#product #product_list_02 .product_list_box .img_area .m_operation_btn a {
  color: #fff;
  background: url(../Images/common/icon_video_play.png) left 22px top 6px no-repeat #ff9900;
}

/*--　一覧（空気圧機器製品の検索結果）　--*/
#product #mainimage .power_product {
  background: url(../Images/product/mainimage_power_product.jpg) center center no-repeat;
}
#product #product_list_03 .product_list_box {
  margin-bottom: 60px;
}
#product #product_list_03 div:last-child.product_list_box {
  margin-bottom: 0;
}
#product #product_list_03 .product_list_box li {
  border-bottom: 2px solid #E8E6E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#product #product_list_03 .product_list_box li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#product #product_list_03 .product_list_box .table_area {
  float: right;
  width: 470px;
}
#product #product_list_03 .product_list_box .table_area .table_01 {
  width: 100%;
  font-size: 11.5px;
  line-height: 1.6;
}
#product #product_list_03 .product_list_box .table_area .table_01 th {
  width: 22%;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 5px;
}
#product #product_list_03 .product_list_box .table_area .table_01 td {
  width: 78%;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 5px;
}
#product #product_list_03 .product_list_box .table_area .table_01 td li {
  list-style-type: disc;
  margin-left: 1.5em;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
}
#product #product_list_03 .product_list_box .table_area .table_01 td li:last-child {
  margin-bottom: 0;
}
#product #product_list_03 .product_list_box .table_area .table_02 {
  width: 100%;
  font-size: 11.5px;
  line-height: 1.6;
}
#product #product_list_03 .product_list_box .table_area .table_02 th {
  width: 22%;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 6px;
}
#product #product_list_03 .product_list_box .table_area .table_02 td {
  width: 28%;
  border: 1px solid #ccc;
  padding: 6px;
  word-break: break-all;
}
#product #product_list_03 .product_list_box .img_area {
  float: left;
  width: 200px;
  height: auto;
}
#product #product_list_03 .product_list_box .img_area .img_box {
  width: 200px;
  height: auto;
  border: 2px solid #E8E6E7;
  margin-bottom: 10px;
}
#product #product_list_03 .product_list_box .img_area .img_box img {
  width: 100%;
  height: auto;
}
#product #product_list_03 .product_list_box .img_area .pdf_btn a,
#product #product_list_03 .product_list_box .img_area .plugin_btn a,
#product #product_list_03 .product_list_box .img_area .cad_2d_btn a,
#product #product_list_03 .product_list_box .img_area .cad_3d_btn a,
#product #product_list_03 .product_list_box .img_area .m_product_btn a,
#product #product_list_03 .product_list_box .img_area .m_example_btn a,
#product #product_list_03 .product_list_box .img_area .m_operation_btn a {
  display: block;
  color: #444;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 0 12px 65px;
  margin-bottom: 8px;
  border-radius: 6px;
}
#product #product_list_03 .product_list_box .img_area .pdf_btn a {
  background: url(../Images/common/icon-catalog.png) left 15px top 4px no-repeat #f3cbe2;
}
#product #product_list_03 .product_list_box .img_area .plugin_btn a {
  background:  url(../Images/common/icon-plugin.png) left 15px top 4px no-repeat#ffc266;
}
#product #product_list_03 .product_list_box .img_area .cad_2d_btn a {
  background: url(../Images/common/icon-2dcad.png) left 15px top 4px no-repeat #7EDCDB;
}
#product #product_list_03 .product_list_box .img_area .cad_3d_btn a {
  background: url(../Images/common/icon-3dcad.png) left 15px top 4px no-repeat #b7bcfb;
}
#product #product_list_03 .product_list_box .img_area .m_product_btn a {
  color: #fff;
  background: url(../Images/common/icon_video_play.png) left 22px top 6px no-repeat #8ec220;
}
#product #product_list_03 .product_list_box .img_area .m_example_btn a {
  color: #fff;
  background: url(../Images/common/icon_video_play.png) left 22px top 6px no-repeat #a5001d;
}
#product #product_list_03 .product_list_box .img_area .m_operation_btn a {
  color: #fff;
  background: url(../Images/common/icon_video_play.png) left 22px top 6px no-repeat #ff9900;
}
#product #product_list_03 .maker_link_btn {
  position:relative;
  top:74px;
  right: 0px;
  float: right;

}
#product #product_list_03 .maker_link_btn a {
  background: #d12126;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 16px;
  font-weight: bold;
  transition: .6s;
}
#product #product_list_03 .maker_link_btn a:hover {
  background: #fff;
    border: 1px solid #d12126;
  color: #d12126;
  text-decoration: none;
}

/*--　一覧（自動車用電装製品）　--*/
#product #product_list_04 .product_list_box {
  margin-bottom: 60px;
}
#product #product_list_04 div:last-child.product_list_box {
  margin-bottom: 0;
}
#product #product_list_04 .product_list_box li {
  border-bottom: 2px solid #E8E6E7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#product #product_list_04 .product_list_box li:last-child {
  margin-bottom: 0;
}
#product #product_list_04 .product_list_box table {
  width: 100%;
  margin-bottom: 15px;
}
#product #product_list_04 .product_list_box table th {
  width: 36%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#product #product_list_04 .product_list_box table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
#product #product_list_04 .product_list_box .link_btn {
  text-align: right;
  clear: both;
}
#product #product_list_04 .product_list_box .link_btn a {
  display: inline-block;
  width: 180px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#product #product_list_04 .product_list_box .link_btn a:hover {
  text-decoration: none;
  opacity: 0.85;
}
#product #product_list_04 .product_list_box .link_btn a span {
  position: relative;
}
#product #product_list_04 .product_list_box .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#product #product_list_04 .product_list_box .link_btn a:hover span:after {
  width: 100%;
}

/*--　バナー（自動車用電装製品）　--*/
#product #product_banner .product_list_area .link_btn a {
  display: block;
}
#product #product_banner .product_list_area .link_btn a:hover {
  opacity: 0.85;
}

/*--　詳細　--*/
#product #product_details .product_details_box_01,
#product #product_details .product_details_box_02 {
  margin-bottom: 40px;
}
#product #product_details .product_details_box_01 .right_area {
  float: right;
  width: 420px;
}
#product #product_details .product_details_box_01 .left_area {
  float: left;
  width: 240px;
}
#product #product_details .product_details_box_01 .left_area .img_box {
  width: 240px;
  height: auto;
  border: 2px solid #E8E6E7;
  margin-bottom: 10px;
}
#product #product_details .product_details_box_01 .left_area .img_box img {
  width: 100%;
  height: auto;
}
#product #product_details .product_details_box_01 .left_area .zoom_btn {
  color: #444;
  line-height: 17px;
  background: url(../Images/common/zoom_icon01.png) left 40px top no-repeat;
  text-align: center;
  padding-left: 20px;
  margin-bottom: 30px;
  transition: .4s;
}
#product #product_details .product_details_box_01 .left_area .dimensional_drawing_btn a,
#product #product_details .product_details_box_01 .left_area .manual_btn a {
  display: block;
  color: #444;
  font-weight: bold;
  line-height: 1;
  padding: 15px 0 15px 65px;
  border-radius: 6px;
}
#product #product_details .product_details_box_01 .left_area .dimensional_drawing_btn a {
  background: url(../Images/common/pdf_icon01.png) left 25px top 10px no-repeat #7EDCDB;
  margin-bottom: 15px;
}
#product #product_details .product_details_box_01 .left_area .manual_btn a {
  background: url(../Images/common/pdf_icon01.png) left 25px top 10px no-repeat #BAB8F8;
}
#product #product_details .product_details_box_02 .table_01 {
  width: 100%;
  border: 1px solid #444;
}
#product #product_details .product_details_box_02 .table_01 tr th {
  width: 25%;
  border-right: 1px solid #444;
}
#product #product_details .product_details_box_02 .table_01 tr td {
  text-align: left;
}
#product #product_details .product_details_box_02 .table_01 tr th,
#product #product_details .product_details_box_02 .table_01 tr td {
  border-bottom: 1px solid #444;
  padding: 1% 2%;
}
#product #product_details .product_details_box_02 .table_01 tr:first-child th,
#product #product_details .product_details_box_02 .table_01 tr:first-child td {
  color: #fff;
  background: #006FB4;
}
#product #product_details .product_details_box_02 .table_01 tr:last-child th,
#product #product_details .product_details_box_02 .table_01 tr:last-child td {
  border-bottom: none;
}
#product #product_details .product_details_box_02 .table_01 tr:nth-child(2n) th,
#product #product_details .product_details_box_02 .table_01 tr:nth-child(2n) td {
  background: #E8E6E7;
}
#product #product_details .product_details_box_03 h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
#product #product_details .product_details_box_03 img {
  margin-bottom: 15px;
}
#product #product_details .product_details_box_03 p {
  margin-bottom: 15px;
}
#product #product_details .product_details_box_03 .table_01 {
  width: 100%;
  border: 1px solid #444;
}
#product #product_details .product_details_box_03 .table_01 tr th {
  width: 25%;
  border-right: 1px solid #444;
}
#product #product_details .product_details_box_03 .table_01 tr td {
  text-align: left;
}
#product #product_details .product_details_box_03 .table_01 tr th,
#product #product_details .product_details_box_03 .table_01 tr td {
  border-bottom: 1px solid #444;
  padding: 1% 2%;
}
#product #product_details .product_details_box_03 .table_01 tr:first-child th,
#product #product_details .product_details_box_03 .table_01 tr:first-child td {
  color: #fff;
  background: #006FB4;
}
#product #product_details .product_details_box_03 .table_01 tr:last-child th,
#product #product_details .product_details_box_03 .table_01 tr:last-child td {
  border-bottom: none;
}
#product #product_details .product_details_box_03 .table_01 tr:nth-child(2n) th,
#product #product_details .product_details_box_03 .table_01 tr:nth-child(2n) td {
  background: #E8E6E7;
}

/*--　検索結果一覧　--*/
#product #product_all_search .product_search_box {
  background: #eee;
  padding: 20px 40px;
  margin-bottom: 30px;
}
#product #product_all_search .product_search_box li {
  float: left;
}
#product #product_all_search .product_search_box li input.search_box {
  width: 480px;
  font-size: 14px;
  line-height: 28px;
  margin-right: 30px;
  padding: 4px 8px;
}
#product #product_all_search .product_search_box li button {
  display: block;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #3c5a9a;
  border: 1px solid #ccc;
  padding: 0 28px;
  letter-spacing: 0.1em;
  cursor: pointer;
  vertical-align: middle;
}

#product #product_all_search .product_search_result_box li {
  border-bottom: 1px solid #ccc;
  padding: 25px 10px;
  font-size: 0;
}
#product #product_all_search .product_search_result_box:last-child {
  margin-bottom: 0;
}
#product #product_all_search .product_search_result_box li .badge {
  display: inline-block;
  width: 140px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  margin-right: 15px;
  text-align: center;
}
#product #product_all_search .product_search_result_box li .power {
  background: #00983E;
}
#product #product_all_search .product_search_result_box li .car {
  background: #FF9831;
}
#product #product_all_search .product_search_result_box li .industry {
  background: #DD0069;
}
#product #product_all_search .product_search_result_box li .ttl {
  line-height: 1;
  margin-top: 15px;
}
#product #product_all_search .product_search_result_box li .cate {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
}
#product #product_all_search .product_search_result_box li a {
  color: #006FB4;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  transition: .6s;
}
#product #product_all_search .product_search_result_box li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
  transition: .6s;
}
#product #product_all_search .product_search_result_box li a:hover {
  text-decoration: none;
  color: #006FB4;
}
#product #product_all_search .product_search_result_box li a:hover::after {
  width: 100%;
}
#product .ul_document > li + li {
  margin-top: 20px;
}
#product .ul_document > li > a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  background-color: #efeeee;
  border-left: 4px solid #006fb4;
  font-weight: bold;
  font-size: 13px;
  color: #444;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .3s;
}
#product .ul_document > li > a:hover {
  opacity: .7;
}
#product .ul_document > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url('../Images/common/arrow_blue03.png') center/contain no-repeat;
}
#product .ul_table {
list-style:none;
}
#product .ul_table > li.first {
  width: 200px;
  border: 1px solid #ccc;
  background-color: #eee8aa;
}
#product .ul_table > li.next {
  width: 200px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5dc;
}


/*-------------------------------------
  会社案内
--------------------------------------*/
#corporate .common_sec {
  width: 100%;
  padding-bottom: 40px;
}
#corporate .common_sec:last-child {
  padding-bottom: 0;
}
/*
#corporate .corporate_nav {
  margin-bottom: 42px;
}
*/
#corporate .corporate_nav li a {
  display: block;
  float: left;
 /* width: 115px; */
  width: 115px;
  color: #444;
  line-height: 1;
  text-align: center;
  background: #E5E5E5;
  padding: 10px 0;
  margin-right: 2px;
  margin-bottom: 42px;
  transition: .4s;
}
#corporate .corporate_nav li:last-child a {
  margin-right: 0;
}
#corporate .corporate_nav li a.active {
  position: relative;
  color: #fff;
  background: #AF0026;
}
#corporate .corporate_nav li a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #AF0026 transparent transparent;
}

#corporate .corporate_nav li a:hover {
  color: #fff;
  background: #AF0026;
  text-decoration: none;
}
#corporate .corporate_nav li a:hover.active {
  opacity: 0.8;
}

#corporate #main_cts {
  float: none;
  width: 700px;
  margin: 0 auto;
}

/*-- 会社概要 --*/
#corporate #corporate_top #sec_01 .img_box {
  text-align: center;
}
#corporate #corporate_top #sec_02 .sec_box p {
  margin-bottom: 10px;
}
#corporate #corporate_top #sec_02 .sec_box p:last-child {
  margin-bottom: 0;
}
#corporate #corporate_top #sec_02 .sec_box .img_box {
  float: right;
  margin: 0 0 10px 8px;
}
#corporate #corporate_top #sec_02 .sec_box .img_box span {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
#corporate #corporate_top #sec_03 table {
  width: 100%;
}
#corporate #corporate_top #sec_03 th {
  width: 20%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#corporate #corporate_top #sec_03 td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
#corporate #corporate_top #sec_03 td a {
  text-decoration: underline;
}
#corporate #corporate_top #sec_03 td a:hover {
  text-decoration: none;
}
#corporate #corporate_top #sec_03 td span.font_ss {
  font-size: 12px;
}
#corporate #corporate_top #sec_03 td span.font_wb {
  font-weight: bold;
}

/*-- 会社の歩み --*/
#corporate #corporate_ayumi #sec_01 table {
  width: 100%;
}
#corporate #corporate_ayumi #sec_01 th {
  width: 30%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#corporate #corporate_ayumi #sec_01 td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

/*-- 環境方針 --*/
#corporate #corporate_iso #sec_01 .txt_01,
#corporate #corporate_iso #sec_01 .txt_02,
#corporate #corporate_iso #sec_01 ul {
  margin-bottom: 15px;
}
#corporate #corporate_iso #sec_01 ul li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
#corporate #corporate_iso #sec_01 .txt_03 {
  text-align:right;
}
#corporate #corporate_iso #sec_01 .txt_03 p {
  display:inline-block;
  text-align:left;
}

/*-- 決算公告 --*/
#corporate #corporate_kessan #sec_01 table {
  width: 100%;
}
#corporate #corporate_kessan #sec_01 th {
  width: 20%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#corporate #corporate_kessan #sec_01 td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
#corporate #corporate_kessan #sec_01 td li {
  line-height: 32px;
  background: url(../Images/common/pdf_icon02.jpg) left center no-repeat;
  padding-left: 38px;
  margin-bottom: 15px;
}
#corporate #corporate_kessan #sec_01 td li:last-child {
  margin-bottom: 0;
}

/*-------------------------------------
  よくあるご質問
--------------------------------------*/
#faq .common_sec {
  width: 100%;
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 40px;
}
#faq .common_sec.last {
  margin-bottom: 0;
}
#faq .faq_nav {
  margin-bottom: 40px;
}
#faq .faq_nav ul {
  font-size: 0;
  text-align: center;
}
#faq .faq_nav ul.list_01 {
  margin-bottom: 24px;
}
#faq .faq_nav li {
  display: inline-block;
  margin-right: 10px;
  transition: .4s;
}
#faq .faq_nav li:last-child {
  margin-right: 0;
}
#faq .faq_nav li a {
  display: block;
  width: 222px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  border: 2px solid #006FB4;
  background:url(../Images/common/arrow_down02.png) right 8px center no-repeat, #006FB4;
  text-decoration: none;
  transition: .4s;
}
#faq .faq_nav li a:hover {
  background:url(../Images/common/arrow_down03.png) right 8px center no-repeat, #fff;
  color: #006FB4;
}
#faq .faq_list > li {
  margin-bottom: 20px;
}
#faq .faq_list > li:last-child {
  margin-bottom:0;
}
#faq .faq_list > li .open_btn {
  position: relative;
  font-weight: bold;
  background: url(../Images/faq/questiom_mark.png) 10px center no-repeat #dcf2ff;
  padding: 15px 50px;
}
#faq .faq_list > li .open_btn:hover {
  cursor:pointer;
}
#faq .faq_list > li .open_btn:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../Images/faq/faq_open.png) left top no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#faq .faq_list > li .open:after {
  background: url(../Images/faq/faq_close.png) left top no-repeat;
}
#faq .faq_list > li .close_box {
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
  padding: 15px;
}
#faq .faq_list .answer_box a {
  color: #3c5a9a;
  font-weight: bold;
  text-decoration: underline;
}
#faq .faq_list .answer_box a:hover {
  text-decoration: none;
}
#faq #sec_01 .link_box {
  width: 86%;
  border: 2px solid #3c5a9a;
  background: #F1F7FC;
  padding: 30px 0;
  margin: 0 auto;
}

/*-------------------------------------
  動画　タイトル　中央
--------------------------------------*/

#videos .video_nav {
  margin-bottom: 40px;
}
#videos .video_nav li {
  float: left;
  margin-right: 15px;
}
#videos .video_nav li:nth-child(3n) {
  margin-right: 0;
}
#videos .video_nav li:nth-child(n+4) {
  margin-top: 15px;
}
#videos .video_nav li a {
  display: block;
  width: 220px;
  height:110px;
  line-height: 110px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  border: 2px solid #006FB4;
  background:url(../Images/common/arrow_down02.png) right 8px center no-repeat, #006FB4;
  text-decoration: none;
  transition: .4s;
}
#videos .video_nav li a:hover {
  background:url(../Images/common/arrow_down03.png) right 8px center no-repeat, #fff;
  color: #006FB4;
}
/*-------------------------------------
  動画　タイトル　3行
--------------------------------------*/
#videos li.video_nav_3  a {
  line-height: 35px;
}
/*-------------------------------------
  採用情報
--------------------------------------*/
#recruitment .common_sec {
  width: 100%;
  padding-bottom: 40px;
}
#recruitment .common_sec:last-child {
  padding-bottom: 0;
}
#recruitment .recruitment_nav {
  margin-bottom: 42px;
}
#recruitment .recruitment_nav li a {
  display: block;
  float: left;
  width: 171px;
  color: #444;
  line-height: 1;
  text-align: center;
  background: #E5E5E5;
  padding: 10px 0;
  margin-right: 2px;
  transition: .4s;
}
#recruitment .recruitment_nav li:last-child a {
  margin-right: 0;
}
#recruitment .recruitment_nav li a.active {
  position: relative;
  color: #fff;
  background: #AF0026;
}
#recruitment .recruitment_nav li a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #AF0026 transparent transparent;
}
#recruitment .recruitment_nav li a:hover {
  color: #fff;
  background: #AF0026;
  text-decoration: none;
}
#recruitment .recruitment_nav li a:hover.active {
  opacity: 0.8;
}
#recruitment .recruitment_list li {
  float: left;
  width: 335px;
  height: 180px;
  padding: 20px;
  margin: 0 20px 20px 0px;
}
#recruitment .recruitment_list li:nth-child(1) {
  background:url(../Images/recruitment/recruitment_nav01.jpg) no-repeat;
}
#recruitment .recruitment_list li:nth-child(2) {
  background:url(../Images/recruitment/recruitment_nav02.jpg) no-repeat;
  margin-right: 0;
}
#recruitment .recruitment_list li:nth-child(3) {
  background:url(../Images/recruitment/recruitment_nav03.jpg) no-repeat;
  margin-bottom: 0;
}
#recruitment .recruitment_list li:nth-child(4) {
  background:url(../Images/recruitment/recruitment_nav04.jpg) no-repeat;
  margin-right: 0;
  margin-bottom: 0;
}
#recruitment .recruitment_list li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  outline: none;
  overflow: hidden;
  padding: 20px;
}
#recruitment .recruitment_list li a:before,
#recruitment .recruitment_list li a:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: .4s;
}
#recruitment .recruitment_list li a:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#recruitment .recruitment_list li a:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#recruitment .recruitment_list li a:hover {
  background-color: rgba(0,154,177,0.8);
  transition: .4s;
}
#recruitment .recruitment_list li a:hover::before,
#recruitment .recruitment_list li a:hover::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: .4s;
}
#recruitment .recruitment_list li .text_area {
  padding-top: 35px;
}
#recruitment .recruitment_list li .text_area h3 {
  float: left;
  color: #fff;
  font-size: 18px;
  padding-top: 6px;
  line-height: 1;
}
#recruitment .recruitment_list li .text_area .more {
  float: right;
  padding-top: 2px;
}
#recruitment .recruitment_list li a:hover .text_area .more {
  display: block;
}

#recruitment #main_cts {
  float: none;
  width: 700px;
  margin: 0 auto;
}
/*-- 採用情報 --*/
#recruitment #recruitment_top #sec_01 .txt_01,
#recruitment #recruitment_top #sec_01 .txt_02,
#recruitment #recruitment_top #sec_01 .txt_03,
#recruitment #recruitment_top #sec_01 .txt_04,
#recruitment #recruitment_top #sec_01 .list_01,
#recruitment #recruitment_top #sec_01 .list_02 {
  margin-bottom: 10px;
}
#recruitment #recruitment_top #sec_01 .txt_05 {
  margin-bottom: 20px;
}
#recruitment #recruitment_top #sec_01 .list_01 li,
#recruitment #recruitment_top #sec_01 .list_02 li {
  list-style-type: disc;
  margin-left: 1.5em;
}
#recruitment #recruitment_top #sec_01 .list_02 li,
#recruitment #recruitment_top #sec_01 span.blue {
  color: #006FB4;
}

/*-- 新卒・技術職、新卒・営業職、キャリア・技術職、キャリア・営業職 --*/
#recruitment .common_recruitment .txt {
  color: #e04;
  margin-bottom: 20px;
}
#recruitment .common_recruitment table {
  width: 100%;
  margin-bottom: 20px;
}
#recruitment .common_recruitment th {
  width: 20%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#recruitment .common_recruitment td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
#recruitment .common_recruitment .contact_box {
  background: #E6E6E6;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
#recruitment .common_recruitment .contact_box .contact_box_inner {
  background: #fff;
  padding: 20px;
}
#recruitment .common_recruitment .contact_box .txt {
  color: #A5001D;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #A5001D;
  margin-bottom: 15px;
}
#recruitment .common_recruitment .contact_box .link_btn {
  text-align: center;
}
#recruitment .common_recruitment .contact_box .link_btn a {
  display: block;
  width: 480px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  background:url(../Images/common/arrow_white02.png) no-repeat right 140px top 11px #A5001D;
  transition: .4s;
}
#recruitment .common_recruitment .contact_box .link_btn a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 130px top 11px #A5001D;
  text-decoration: none;
  opacity: 0.85;
}

/*-- 採用応募フォーム --*/
#recruitment #entry_form .txt {
  margin-bottom: 15px;
}
#recruitment #entry_form table {
  width: 100%;
}
#recruitment #entry_form th {
  width: 30%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#recruitment #entry_form td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#recruitment #entry_form td input {
  line-height: 24px;
}
#recruitment #entry_form td input.long {
  width: 80%;
}
#recruitment #entry_form td input.middle {
  width: 50%;
}
#recruitment #entry_form td input.short {
  width: 40%;
}
#recruitment #entry_form td input[type="radio"] {
  display: inline-block;
  width: 1.1em;
  margin: 0 3px 0 3px;
  height: 28px;
}
#recruitment #entry_form td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#recruitment #entry_form td .caution {
  font-size: 12px;
  color: #EE2044;
  line-height: 1;
  margin-top: 10px;
}
#recruitment #entry_form .mfp_buttons {
  text-align: center;
  padding: 40px 0;
}
#recruitment #entry_form .mfp_buttons button {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 40px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.2em;
}
#recruitment #entry_form button:hover {
  opacity: 0.85;
}
#recruitment #entry_form button span {
  position: relative;
}
#recruitment #entry_form button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#recruitment #entry_form button:hover span:after {
  width: 100%;
}

/*-------------------------------------
  お知らせ
--------------------------------------*/
#news .common_sec {
  width: 100%;
}
#news .news_nav {
  margin-bottom: 42px;
}
#news .news_nav li a {
  display: block;
  float: left;
  width: 136px;
  color: #444;
  line-height: 1;
  background: #E4E4E4;
  text-align: center;
  padding: 10px 0;
  margin-right: 2px;
  transition: .4s;
}
#news .news_nav li:last-child a {
  margin-right: 0;
}
#news .news_nav li a:hover {
  color: #fff;
  text-decoration: none;
}
#news .news_nav li.all a:hover {
  background: #A5001D;
}
#news .news_nav li.overall a:hover {
  background: #FF9745;
}
#news .news_nav li.product a:hover {
  background: #0095AC;
}
#news .news_nav li.important a:hover {
  background: #ED0069;
}
#news .news_nav li.other a:hover {
  background: #00983E;
}
#news .news_nav li a.active {
  position: relative;
  color: #fff;
}
#news .news_nav li.all a.active {
  background: #A5001D;
}
#news .news_nav li.overall a.active {
  background: #FF9745;
}
#news .news_nav li.product a.active {
  background: #0095AC;
}
#news .news_nav li.important a.active {
  background: #ED0069;
}
#news .news_nav li.other a.active {
  background: #00983E;
}
#news .news_nav li a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #AF0026 transparent transparent;
}
#news .news_nav li.all a.active:after {
  border-color: #A5001D transparent transparent;
}
#news .news_nav li.overall a.active:after {
  border-color: #FF9745 transparent transparent;
}
#news .news_nav li.product a.active:after {
  border-color: #0095AC transparent transparent;
}
#news .news_nav li.important a.active:after {
  border-color: #ED0069 transparent transparent;
}
#news .news_nav li.other a.active:after {
  border-color: #00983E transparent transparent;
}
#news .news_nav li a:hover.active {
  opacity: 0.8;
}

/*-- お知らせ一覧 --*/
#news #news_list #sec_01 .news_list li {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 20px;
  margin-bottom: 40px;
  font-size: 0;
}
#news #news_list #sec_01 .news_list li:last-child {
  margin-bottom: 0;
}
#news #news_list #sec_01 .news_list li .date {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  margin-right: 15px;
}
#news #news_list #sec_01 .news_list li .badge {
  display: inline-block;
  width: 100px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}
#news #news_list #sec_01 .news_list li .other {
  background: #009631;
}
#news #news_list #sec_01 .news_list li .important {
  background: #DD0069;
}
#news #news_list #sec_01 .news_list li .product {
  background: #0096AF;
}
#news #news_list #sec_01 .news_list li .overall {
  background: #FF9831;
}
#news #news_list #sec_01 .news_list li .ttl {
  line-height: 1;
  margin-top: 15px;
}
#news #news_list #sec_01 .news_list li a {
  color: #444;
  font-size: 14px;
  position: relative;
  display: inline-block;
  transition: .6s;
}
#news #news_list #sec_01 .news_list li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
  transition: .6s;
}
#news #news_list #sec_01 .news_list li a:hover {
  text-decoration: none;
  color: #006FB4;
}
#news #news_list #sec_01 .news_list li a:hover::after {
  width: 100%;
}

/*-- お知らせ詳細 --*/
#news #news_single #sec_01 .ttl_box {
  border-bottom: 2px solid #006FB4;
  font-size: 0;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
#news #news_single #sec_01 .ttl_box .date {
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  margin-right: 15px;
}
#news #news_single #sec_01 .ttl_box .badge {
  display: inline-block;
  width: 100px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center
}
#news #news_single #sec_01 .ttl_box .overall {
  background: #FF9831;
}
#news #news_single #sec_01 .ttl_box .product {
  background: #0096AF;
}
#news #news_single #sec_01 .ttl_box .important {
  background: #DD0069;
}
#news #news_single #sec_01 .ttl_box .other {
  background: #009631;
}
#news #news_single #sec_01 .ttl_box .ttl {
  font-size: 22px;
  margin-top: 10px;
}
#news #news_single #sec_01 .txt_box {
  margin-bottom: 30px;
}
#news #news_single #sec_01 .txt_box p {
  margin-bottom: 15px;
}
#news #news_single #sec_01 .txt_box p:last-child {
  margin-bottom: 0;
}
#news #news_single #sec_01 .link_btn {
  text-align: center;
}
#news #news_single #sec_01 .link_btn a {
  display: block;
  width: 260px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  background:url(../Images/common/arrow_white02.png) no-repeat right 30px top 10px #006FB4;
  transition: .4s;
}
#news #news_single #sec_01 .link_btn a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 20px top 10px #006FB4;
  opacity: 0.85;
  text-decoration: none;
}

/*-------------------------------------
  新製品履歴
--------------------------------------*/
#news .newproduct .news_nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#news .newproduct .news_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 40px;
}
#news .newproduct .news_nav li a {
  float: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 4px 0;
}
#news .newproduct .news_nav li:nth-child(1) a,
#news .newproduct .news_nav li:nth-child(5) a {
  padding: 12px 4px 0;
}
#news .newproduct #news_list #sec_01 .news_list li .badge {
  width: auto;
  line-height: 1;
  padding: 8px 10px;
}
/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/
#privacy_policy .common_sec {
  width: 100%;
}
#privacy_policy #sec_01 .txt {
  margin-bottom: 20px;
}
#privacy_policy #sec_01 .privacypolicy_box dt {
  color: #009AB1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
#privacy_policy #sec_01 .privacypolicy_box dd {
  margin-bottom: 30px;
  line-height: 1.8;
}
#privacy_policy #sec_01 .privacypolicy_box dd li {
  list-style-type: disc;
  margin-left: 1.5em;
}
#privacy_policy #sec_01 .development_date {
  text-align: right;
}

/*-------------------------------------
  サイトマップ
--------------------------------------*/
#site_map .common_sec {
  width: 100%;
}
#site_map #sec_01 .sitemap_list {
  float: left;
  width: 320px;
  margin-right: 50px;
}
#site_map #sec_01 .sitemap_list:last-child {
  margin-right:0;
}
#site_map #sec_01 .sitemap_list > li {
  margin-bottom: 20px;
}
#site_map #sec_01 ul li a {
  display: block;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  padding: 15px 0px 15px 40px;
}
#site_map #sec_01 .sitemap_list > li a {
  color: #fff;
  font-size: 13px;
  background: url(../Images/common/arrow_white02.png) left 12px top 15px no-repeat #006FB4;
  transition: .4s;
}
#site_map #sec_01 .inner_list {
  margin-top: 4px;
}
#site_map #sec_01 .inner_list li {
  margin-bottom: 4px;
}
#site_map #sec_01 .inner_list li a {
  color: #333;
  font-size: 13px;
  background: url(../Images/common/arrow_gray01.png) left 12px top 15px no-repeat #ddd;
  transition: .4s;
}
#site_map #sec_01 li:last-child {
  margin-bottom:0;
}
#site_map #sec_01 li a:hover {
  color: #fff;
  background: url(../Images/common/arrow_white02.png) left 16px top 15px no-repeat #158dd8;
  text-decoration: none;
  transition: .4s;
}

/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#contact .common_sec {
  width: 100%;
}
#contact #sec_01 {
  margin-top: -120px;
  padding-top: 120px;
}
#contact .contact_list li a {
  display: block;
  color: #444;
  font-size: 18px;
  line-height: 1;
  background: #F6F4F4;
  border-left: 10px solid #006FB4;
  padding: 16px 0 16px 24px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: .4s;
  position: relative;
}
#contact .contact_list li a:after {
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  background: url(../Images/common/arrow_blue02.png) center center no-repeat;
  position: absolute;
  top: 16px;
  right: 30px;
  transition: .4s;
}
#contact .contact_list li a:hover:after {
  right: 20px;
}
#contact .contact_list li:last-child {
  margin-bottom: 0;
}
#contact .contact_list li a:hover {
  color: #006FB4;
  opacity: 0.85;
}
#contact #sec_01 .txt {
  margin-bottom: 15px;
}
#contact #sec_01 .txt .red {
  font-weight: bold;
  color: #EE2044;
}
#contact #sec_01 table {
  width: 100%;
}
#contact #sec_01 table .red {
  font-weight: bold;
  color: #EE2044;
}
#contact #sec_01 th {
  width: 30%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
}
#contact #sec_01 td {
  border: 1px solid #ccc;
  padding: 10px 20px;
}
#contact #sec_01 td input {
  line-height: 24px;
}
#contact #sec_01 td input.long {
  width: 80%;
}
#contact #sec_01 td input.middle {
  width: 50%;
}
#contact #sec_01 td input.short {
  width: 40%;
}
#contact #sec_01 td textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
#contact #sec_01 td .caution {
  font-size: 12px;
  color: #EE2044;
  line-height: 1;
  margin-top: 10px;
}
#contact #sec_01 .mfp_buttons {
  text-align: center;
  padding: 40px 0 0;
}
#contact #sec_01 .mfp_buttons button {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 35px top 12px no-repeat #006FB4;
  border-radius: 0;
  letter-spacing: 0.1em;
}
#contact #sec_01 button:hover {
  opacity: 0.85;
}
#contact #sec_01 button span {
  position: relative;
}
#contact #sec_01 button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .4s;
}
#contact #sec_01 button:hover span:after {
  width: 100%;
}
#contact #sec_01 .link_btn {
  text-align: center;
}
#contact #sec_01 .link_btn a {
  display: block;
  width: 340px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  background:url(../Images/common/arrow_white02.png) no-repeat right 30px top 10px #006FB4;
  transition: .4s;
}
#contact #sec_01 .link_btn a:hover {
  background:url(../Images/common/arrow_white02.png) no-repeat right 20px top 10px #006FB4;
  opacity: 0.85;
  text-decoration: none;
}
/*-------------------------------------
  お問い合わせ送信完了
  ご応募ありがとうございます
--------------------------------------*/
#thanks .common_sec {
  width: 100%;
}
#thanks #sec_01 .txt {
  margin-bottom: 30px;
}
#thanks #sec_01 .link_btn {
  text-align: center;
}
#thanks #sec_01 .link_btn a {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .4s;
  background: url(../Images/common/arrow_white01.png) right 30px top 12px no-repeat #006FB4;
  letter-spacing: 0.2em;
}
#thanks #sec_01 .link_btn a:hover {
  opacity: 0.85;
  text-decoration: none;
}
#thanks #sec_01 .link_btn a span {
  position: relative;
}
#thanks #sec_01 .link_btn a span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
#thanks #sec_01 .link_btn a:hover span:after {
  width: 100%;
}

/*-------------------------------------
  mailformpro
--------------------------------------*/
/*mailformproを使用する場合、エラーメッセージなどのエフェクトがうざい場合は以下を使ってください。must-fillはサイト毎に変更必要です。*/
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
  box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  background:none;
  padding-left:0;
  color:#f26;
  font-weight:bold;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color:#fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
  background-color:#ff7500;
  border-color:#ff7500;
  font-size:12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
  padding:0;
  border:none;
}
form#mailformpro label.mfp_checked {
  padding:0;
  border:none;
  background:none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button{
  font-size:0.8em;
  text-shadow:none;
}
/* 内容確認画面のテーブルを全幅 */
#mfp_confirm_table{
  width:100% !important;
  margin: 0 auto;
}
/* 内容確認画面のテーブルのデザイン */
#mfp_confirm_table th,
#mfp_confirm_table td {
  font-size: 14px !important;;
  border:1px solid #ddd;
  border-top:1px solid #ddd !important;
  line-height:1.5 !important;
}
#mfp_confirm_table th {
  width: 30% !important;
  padding:10px 10px !important;
  background:#E6E6E6;
  color: #444;
  text-align:center !important;
}
.#mfp_confirm_table td {
  padding:15px 20px;
}
table#mfp_confirm_table tr.mfp_colored {
  background: #fff;
}
div#mfp_phase_confirm h4 {
  width:90% !important;
  margin: 0 auto;
  padding: 0;
  color: #e04;
  font-size:14px;
}
form#mailformpro {
  padding: 0px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
  background:#e04;
  padding:1px 3px;
  color:#fff;
  font-size:0.8em;
  display:block;
  border-radius:4px;
  float:right;
}
.not_must-fill {
  background: #999;
  padding:1px 3px;
  color:#fff;
  font-size:0.8em;
  display:block;
  border-radius:4px;
  float:right;
}

/*-------------------------------------
  ページネーション
--------------------------------------*/
#pagenavi {
  text-align: center;
  margin-top: 30px;
}
#pagenavi {
  text-align: center;
  margin-top: 30px;
}
#pagenavi a {
  display: inline-block;
  color: #006FB4;
  background: #fff;
  border: 1px solid #006FB4;
  margin: 0 8px 0 0;
  padding: 2px 10px;
}
#pagenavi a:hover{
  color: #fff;
  background: #006FB4;
  text-decoration: none;
}
#pagenavi .current{
  display:inline-block;
  color: #fff;
  background: #006FB4;
  border: 1px solid #006FB4;
  margin: 0 8px 0 0;
  padding: 2px 10px;
}
#pagenavi .nextpostslink,
#pagenavi .previouspostslink{
  color: #006FB4;
  background: none;
}
/*-------------------------------------
  動画一覧
--------------------------------------*/
#movie #contents #sec_01 .ttl_02 {
  margin-bottom: 0;
}
#movie #contents #sec_01 .movie_box {
  margin: 0 0 65px;
}
#movie #contents #sec_01 .movie_box:last-child {
  margin: 0;
}
#movie #contents #sec_01 .movie_box .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#movie #contents #sec_01 .movie_box .inner .box {
   width : -webkit-calc(50% - 10px);
   width : calc(50% - 10px);
  margin: -80px 0 0;
  padding-top:120px;
}
#movie #contents #sec_01 .movie_box .inner .box:nth-child(1),#movie #contents #sec_01 .movie_box .inner .box:nth-child(2) {
  margin: -100px 0 0;
  padding-top: 120px;
}
#movie #contents #sec_01 .movie_box .inner .box .mv_box {
  width: 100%;
  height: 200px;
  position: relative;
}
#movie #contents #sec_01 .movie_box .inner .box #video {
    background-attachment: fixed;
    background-position: center center;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
#movie #contents #sec_01 .movie_box .inner .box .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1;
}
#movie #contents #sec_01 .movie_box .inner .box .title span {
  display: inline-block;
  padding: 6px 10px 3px;
  margin: 0 15px 0 0;
  font-size: 13px;
  color: #fff;
}
#movie #contents #sec_01 .movie_box .inner .box .title span.light_green {
  background: #8ec220;
}
#movie #contents #sec_01 .movie_box .inner .box .title span.red {
  background: #a5001d;
}
#movie #contents #sec_01 .movie_box .inner .box .title span.orange {
  background: #ff9900;
}
#movie #contents #sec_01 .movie_box .inner .box .dsc {
  font-size: 13px;
}
/* --------------------- */
/* 追加
/* --------------------- */
.error {
  color:#FF0000;
  margin-bottom:20px;
}

/*-------------------------------------
  資料集 2019_06_25
--------------------------------------*/
#document #mainimage .pneumatics_equipment {
  background: url(../Images/product/mainimage_pneumatics_equipment.jpg) center center no-repeat;
}
#document .fx_3col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#document .fx_3col > li {
  flex-basis: auto;
  width: calc( (100% - 40px) / 3 );
}
#document .fx_3col > li:nth-child(n+4) {
  margin-top: 40px;
}
#document .fx_3col > li > a {
  display: block;
  height: 100%;
  padding: 30px 15px;
  border: 1px solid #e8e6e7;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#document .fx_3col > li > a:hover {
  border: 1px solid #006fb4;
}
#document .fx_3col > li > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
}
#document .fx_3col > li > a:hover > img {
  transform: scale(1.1);
}
#document .fx_3col > li > a .fx_3c_ttl {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #006fb4;
  line-height: 1.3;
  letter-spacing: 1px;
}
#document .fx_3col > li > a .fx_3c_text {
  font-size: 12px;
  color: #444444;
  line-height: 1.5;
}
#document .ul_document > li + li {
  margin-top: 20px;
}
#document .ul_document > li > a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  background-color: #efeeee;
  border-left: 4px solid #006fb4;
  font-weight: bold;
  font-size: 13px;
  color: #444;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .3s;
}
#document .ul_document > li > a:hover {
  opacity: .7;
}
#document .ul_document > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url('../Images/common/arrow_blue03.png') center/contain no-repeat;
}
#document.under #side_cts .category_area .category_box li {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#document.under #side_cts .category_area .category_box li img {
  width: 14%;
}
#document .caution {
  color: #e04;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  margin-bottom: 30px;
}

/*-------------------------------------
  生産中止品
--------------------------------------*/

#discontinued .ul_document > li + li {
  margin-top: 20px;
}
#discontinued .ul_document > li > a {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  background-color: #efeeee;
  border-left: 4px solid #006fb4;
  font-weight: bold;
  font-size: 13px;
  color: #444;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .3s;
}
#discontinued .ul_document > li > a:hover {
  opacity: .7;
}
#discontinued .ul_document > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url('../Images/common/arrow_blue03.png') center/contain no-repeat;
}

}
