@charset "utf-8";
@media print, screen and (max-width:1000px){
/*-------------------------------------
  下層共通
--------------------------------------*/
#breadcrumb {
  display: none;
}
.ttl_01 {
  color: #ADABAC;
  font-size: 18px;
  line-height: 1;
  border-bottom: 2px solid #ADABAC;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.ttl_01 span {
  color: #006FB4;
  font-size: 22px;
  margin-right: 10px;
}
.ttl_02 {
  display: inline-block;
  color: #535355;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  border-left: 6px solid #006FB4;
  padding-top: 4px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.ttl_03 {
  color: #006FB4;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
 }
.ttl_04 {
  position: absolute;
  top: 18px;
  left: 4%;
  font-size: 20px;
  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: 5px;
}
.ttl_05 {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  background: #006FB4;
  padding: 10px 0 10px 14px;
  margin-bottom: 20px;
}
.ttl_06 {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px solid #006FB4;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.ttl_07 {
  color: #006FB4;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.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: 92%;
  padding: 36px 0 30px;
  margin: 0 auto;
}
#top #sec_01 .new_product,
#top #sec_01 .product_box {
  margin-bottom: 30px;
}
#top #sec_01 div:last-child.product_box {
  margin-bottom: 0;
}
#top #sec_01 .new_product li {
  border-bottom: 1px solid #ADABAC;
  position: relative;
  padding: 0 0 10px 20px;
  margin: 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: 23.5%;
  border: 2px solid #A8A8A8;
  margin-right: 2%;
}
#top #sec_01 .product_box li:nth-child(4n) {
  margin-right: 0;
}
#top #sec_01 .new_product li:nth-child(n+2) {
  margin-top: 10px;
}
#top #sec_01 .product_box li:nth-child(n+5) {
  margin-top: 4%;
}
@media screen and (max-width : 750px ) {
#top #sec_01 .product_box li {
  float: left;
  width: 48%;
  border: 2px solid #A8A8A8;
  margin-right: 4%;
}
#top #sec_01 .product_box li:nth-child(2n) {
  margin-right: 0;
}
#top #sec_01 .new_product li:nth-child(n+2) {
  margin-top: 10px;
}
#top #sec_01 .product_box li:nth-child(n+3) {
  margin-top: 4%;
}
}
#top #sec_01 .new_product li a {
  display: inline-block;
  color: #444;
  font-size: 16px;
  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;
}
#top #sec_01 .product_box li a {
  display: block;
  color: #444;
  font-size: 12px;
  text-align: center;
  padding: 8px;
}
#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 .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;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #A5001D;
}
#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;
}
#top #sec_02 {
  width: 100%;
  background: #F6F4F4;
}
#top #sec_02 .sec_inner {
  width: 92%;
  padding: 30px 0;
  margin: 0 auto;
}
#top #sec_02 .news_list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#top #sec_02 .news_list li:last-child {
  margin-bottom: 0;
}
#top #sec_02 .news_list li .date {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin-right: 15px;
  margin-bottom: 5px;
}
#top #sec_02 .news_list li .badge {
  display: inline-block;
  width: 100px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 5px;
}
#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 a {
  color: #444;
  position: relative;
  display: inline-block;
}
#top #sec_02 .news_list li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
}
#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;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
}
#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;
}
#top #sec_03 {
  width: 100%;
}
#top #sec_03 .sec_inner {
  width: 92%;
  padding: 30px 0;
  margin: 0 auto;
}
#top #sec_03 .img_box {
  width: 160px;
  margin-top: 10px;
}
#top #snsinfo {
  width: 100%;
  padding: 15px 0;
  background: #F6F4F4;
  box-shadow: 0 0 10px 1px #aaa;
  color: #292929;
  font-weight: bold;
}
#top #snsinfo .sec_inner {
  width: 100%;
  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;
}
#top #snsinfo table th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 45%;
}
#top #snsinfo table td img{
  width:48px;
  hight:auto;
  display: inline-block;
  padding: 0 5px;
}
#top #snsinfo table th,
#top #snsinfo table td {
  padding-bottom: 20px;
}
#top #snsinfo li {
 float:left;
 margin: 0 5px;
}
#top #snsinfo .icon {
 width: 32px;
 height: 32px;
}
#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: 30px;
}
#login .common_sec:last-child {
  padding-bottom: 0;
}
#login #sec_01 table {
  width: 100%;
  margin-bottom: 10px;
}
#login #sec_01 table th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
}
#login #sec_01 table td {
  display: block;
  width: 100%;
}
#login #sec_01 table tr:first-child td {
  padding-bottom: 10px;
}
#login #sec_01 table td input {
  width: 100%;
  line-height: 24px;
  padding: 3px 8px;
}
#login #sec_01 .login_memory {
  line-height: 1;
  text-align: right;
  margin-bottom: 10px;
}
#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 0;
  background: #006FB4;
  letter-spacing: 0.1em;
}
#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;
}
#login #sec_01 .lost_password {
  text-align: center;
}
#login #sec_02 {
  margin-top: -65px;
  padding-top: 65px;
}
#login #sec_02 .txt {
  margin-bottom: 15px;
}
#login #sec_02 .txt .red {
  font-weight: bold;
  color: #EE2044;
}
#login #sec_02 form {
  margin-bottom: 30px;
}
#login #sec_02 table {
  width: 100%;
}
#login #sec_02 table .red {
  font-weight: bold;
  color: #EE2044;
}
#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;
}
@media screen and (max-width : 750px ) {
#login #sec_02 th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#login #sec_02 td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#login #sec_02 table tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#login #sec_02 td input {
  font-size: 16px;
  line-height: 24px;
  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;
}
@media screen and (max-width : 750px ) {
#login #sec_02 td select {
  width: 100%;
  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: 16px;
  resize:none;
}
@media screen and (max-width : 750px ) {
#login #sec_02 td input.long {
  width: 100%;
}
#login #sec_02 td input.middle {
  width: 100%;
}
#login #sec_02 td input.short {
  width: 100%;
}
#login #sec_02 td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#login #sec_02 td .caution {
  font-size: 12px;
  color: #e04;
  line-height: 1.4;
  margin-top: 10px;
}
#login #sec_02 .mfp_buttons {
  text-align: center;
  padding: 30px 0 0;
}
#login #sec_02 .mfp_buttons button {
  display: inline-block;
  width: 250px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 0;
  background: #006FB4;
  border-radius: 0;
  letter-spacing: 0.1em;
}
#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;
}
#login #sec_02 .contact_box {
  background: #E6E6E6;
  border: 1px solid #ccc;
  padding: 8px;
}
#login #sec_02 .contact_box .contact_box_inner {
  background: #fff;
  padding: 10px;
}
#login #sec_02 .contact_box .txt {
  color: #A5001D;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #A5001D;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#login #sec_02 .contact_box .link_btn {
  text-align: center;
}
#login #sec_02 .contact_box .link_btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  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 8% top 9px #A5001D;
  letter-spacing: 0.1em;
}

/*-------------------------------------
  新規会員登録完了
--------------------------------------*/
#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 0;
  background: #006FB4;
  letter-spacing: 0.1em;
}
#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;
}

/*-------------------------------------
  会員ページ
--------------------------------------*/
#member #header {padding: 16px 4%;}
#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;
  letter-spacing: 0.2em;
  background: #FF9900;
  border: 1px solid #FF9900;
}
#member #header .hdr_right .logout_btn a {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px;
  letter-spacing: 0.2em;
  background: #00A7D6;
}
#member #wrapper {
  padding-top: 54px;
}
#member #main_cts {
  width: 100%;
}
#member .common_sec {
  width: 100%;
}

/*--　会員専用ページ一覧　--*/
#member #member_top .member_name {
  font-size: 16px;
  margin-bottom: 15px;
}
#member #member_top .member_btn {
  margin-bottom: 30px;
}
#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: 15px;
}
#member #member_top .member_btn li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #006FB4;
  padding: 10px 20px;
  margin: 0 auto;
}
#member .secede {
  text-align: center;
}
#member .secede .secede_inner {
  display: inline-block;
  font-size: 13px;
  background: url(../Images/common/arrow_blue01.png) left top 4px no-repeat;
  text-align: center;
  padding-left: 14px;
  margin-right: 20px;
}

/*--　会員登録情報変更　--*/
#member #member_edit .txt {
  margin-bottom: 15px;
}
#member #member_edit .txt .red {
  font-weight: bold;
  color: #EE2044;
}
#member #member_edit table {
  width: 100%;
}
#member #member_edit table .red {
  font-weight: bold;
  color: #EE2044;
}
#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;
}
@media screen and (max-width : 750px ) {
#member #member_edit th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#member #member_edit td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#member #member_edit tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#member #member_edit td input {
  font-size: 16px;
  line-height: 24px;
  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;
}
@media screen and (max-width : 750px ) {
#member #member_edit td select {
  width: 100%;
  padding: 2%;
  background: #fff;
}
#member #member_edit td input.long {
  width: 100%;
}
#member #member_edit td input.middle {
  width: 100%;
}
#member #member_edit td input.short {
  width: 100%;
}
#member #member_edit td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#member #member_edit .mfp_buttons {
  text-align: center;
  padding: 30px 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 0;
  background: #006FB4;
  border-radius: 0;
  letter-spacing: 0.1em;
}
#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;
}
#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 0;
  background: #006FB4;
}
#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;
}

/*--　ダウンロード一覧　--*/
#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: 23.5%;
  border: 2px solid #A8A8A8;
  margin-right: 2%;
}
#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: 4%;
}
@media screen and (max-width : 750px ) {
#member #member_download_list .product_box li {
  float: left;
  width: 48%;
  border: 2px solid #A8A8A8;
  margin-right: 4%;
}
#member #member_download_list .product_box li:nth-child(2n) {
  margin-right: 0;
}
#member #member_download_list .product_box li:nth-child(n+3) {
  margin-top: 4%;
}
}
#member #member_download_list .product_box li a {
  display: block;
  color: #444;
  font-size: 12px;
  text-align: center;
  padding: 12px;
}
#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 0;
  background: #006FB4;
}
#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;
}

/*--　ダウンロード履歴　--*/
#member #member_download_data table {
  width: 100%;
  font-size: 12px;
  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: 33.3%;
}
#member #member_download_data table th.th_02 {
  width: 33.3%;
}
#member #member_download_data table th.th_03 {
  width: 33.3%;
}
#member #member_download_data table th.th_04 {
  display: none;
}
#member #member_download_data table td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
}
#member #member_download_data table td.td_04 {
  display: none;
}
#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 0;
  background: #006FB4;
}
#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;
}

/*--　退会手続き　--*/
#member #member_secede .txt {
  margin-bottom: 15px;
}
#member #member_secede .txt .red {
  font-weight: bold;
  color: #EE2044;
}
#member #member_secede table {
  width: 100%;
}
#member #member_secede table .red {
  font-weight: bold;
  color: #EE2044;
}
#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;
}
@media screen and (max-width : 750px ) {
#member #member_secede th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#member #member_secede td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#member #member_secede tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#member #member_secede td input {
  font-size: 16px;
  line-height: 24px;
  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;
}
@media screen and (max-width : 750px ) {
#member #member_secede td select {
  width: 100%;
  padding: 2%;
  background: #fff;
}
#member #member_secede td input.long {
  width: 100%;
}
#member #member_secede td input.middle {
  width: 100%;
}
#member #member_secede td input.short {
  width: 100%;
}
#member #member_secede td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#member #member_secede .mfp_buttons {
  text-align: center;
  padding: 30px 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 0;
  background: #006FB4;
  border-radius: 0;
  letter-spacing: 0.1em;
}
#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;
}
#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 0;
  background: #006FB4;
}
#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;
}

/*--退会手続き完了--*/
#member #member_secede_complete .common_sec {
  width: 100%;
}
#member #member_secede_complete #sec_01 .txt {
  margin-bottom: 15px;
}
#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 0;
  background: #006FB4;
  letter-spacing: 0.1em;
}
#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;
}

/*--　パスワード変更手続き　--*/
#member #member_password .txt {
  margin-bottom: 15px;
}
#member #member_password .txt .red {
  font-weight: bold;
  color: #EE2044;
}
#member #member_password table {
  width: 100%;
}
#member #member_password table .red {
  font-weight: bold;
  color: #EE2044;
}
#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;
}
@media screen and (max-width : 750px ) {
#member #member_password th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#member #member_password td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#member #member_password tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#member #member_password td input {
  font-size: 16px;
  line-height: 24px;
  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;
}
@media screen and (max-width : 750px ) {
#member #member_password td select {
  width: 100%;
  padding: 2%;
}
#member #member_password td input.long {
  width: 100%;
}
#member #member_password td input.middle {
  width: 100%;
}
#member #member_password td input.short {
  width: 100%;
}
#member #member_password td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#member #member_password .mfp_buttons {
  text-align: center;
  padding: 30px 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 0;
  background: #006FB4;
  border-radius: 0;
  letter-spacing: 0.1em;
}
#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;
}

/*--　新しいパスワードを設定する　--*/
#member #member_password_edit .txt {
  margin-bottom: 15px;
}
#member #member_password_edit .red {
  font-weight: bold;
  color: #EE2044;
}
#member #member_password_edit table {
  width: 100%;
}
#member #member_password_edit table .red {
  font-weight: bold;
  color: #EE2044;
}
#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;
}
@media screen and (max-width : 750px ) {
#member #member_password_edit th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#member #member_password_edit td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#member #member_password_edit tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#member #member_password_edit td input {
  font-size: 16px;
  line-height: 24px;
  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;
}
@media screen and (max-width : 750px ) {
#member #member_password_edit td select {
  width: 100%;
  padding: 2%;
}
#member #member_password_edit td input.long {
  width: 100%;
}
#member #member_password_edit td input.middle {
  width: 100%;
}
#member #member_password_edit td input.short {
  width: 100%;
}
#member #member_password_edit td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#member #member_password_edit .mfp_buttons {
  text-align: center;
  padding: 30px 0 0;
}
#member #member_password_edit .mfp_buttons button {
  display: inline-block;
  width: 280px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 10px 0;
  background: #006FB4;
  letter-spacing: 0.1em;
  border-radius: 0;
}
#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;
}

/*--　パスワード変更手続き完了　--*/
#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 0;
  background: #006FB4;
  letter-spacing: 0.1em;
}
#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;
}

/*-------------------------------------
  製品情報
--------------------------------------*/
/*--　製品情報　--*/
#product #product_info .new_product,
#product #product_info .product_box {
  margin-bottom: 30px;
}
#product #product_info div:last-child.product_box {
  margin-bottom: 0;
}
#product #product_info .new_product li {
  border-bottom: 1px solid #ADABAC;
  position: relative;
  padding: 0 0 10px 20px;
  margin: 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: 23.5%;
  border: 2px solid #A8A8A8;
  margin-right: 2%;
}
#product #product_info .product_box li:nth-child(4n) {
  margin-right: 0;
}
#product #product_info .new_product li:nth-child(n+2) {
  margin-top: 10px;
}
#product #product_info .product_box li:nth-child(n+5) {
  margin-top: 4%;
}
@media screen and (max-width : 750px ) {
#product #product_info .product_box li {
  float: left;
  width: 48%;
  border: 2px solid #A8A8A8;
  margin-right: 4%;
}
#product #product_info .product_box li:nth-child(2n) {
  margin-right: 0;
}
#product #product_info .new_product li:nth-child(n+2) {
  margin-top: 10px;
}
#product #product_info .product_box li:nth-child(n+3) {
  margin-top: 4%;
}
}
#product #product_info .new_product li a {
  display: inline-block;
  color: #444;
  font-size: 16px;
  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;
}
#product #product_info .product_box li a {
  display: block;
  color: #444;
  font-size: 12px;
  text-align: center;
  padding: 8px;
}
#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 18px 15px;
}
#product #product_info .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;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #A5001D;
}
#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;
}

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

/*--　一覧（電源製品）　--*/
#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 {
  margin-bottom: 10px;
}
#product #product_list_01 .product_list_box .sub_ttl {
  font-size: 15px;
  font-weight: bold;
}
#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;
  margin-top: 15px;
  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;
  background: url(../Images/common/arrow_white01.png) right 30px top 10px no-repeat #006FB4;
}
#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;
}

/*--　一覧（産業用空気圧機器）　--*/
#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: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#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: 25px;
  margin-bottom: 25px;
}
#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 {
  margin-bottom: 15px;
}
#product #product_list_02 .product_list_box .table_area .table_01 {
  width: 100%;
  font-size: 12px;
}
#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 img {
  width: 26px;
  height: 37px;
}
#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 .img_box {
  width: 100%;
  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;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#product #product_list_03 .product_list_box .table_area {margin-bottom: 15px;}
#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: 12px;
}
#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: 5px;
}
#product #product_list_03 .product_list_box .table_area .table_02 td {
  width: 28%;
  border: 1px solid #ccc;
  padding: 5px;
  word-break: break-all;
}
#product #product_list_03 .product_list_box .img_area .img_box {
  width: 100%;
  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 a {
  background: #d12126;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 16px;
  font-weight: bold;
}
#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%;
  font-size: 12px;
  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: 4%;
}
#product #product_list_04 .product_list_box table td {
  border: 1px solid #ccc;
  padding: 4%;
}
#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: 220px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 10px 0;
  background: url(../Images/common/arrow_white01.png) right 20px top 10px no-repeat #006FB4;
}
#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;
}

/*--　バナー（自動車電装品）　--*/
#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: 30px;
}
#product #product_details .product_details_box_01 .right_area {
}
#product #product_details .product_details_box_01 .left_area {margin-bottom: 15px;}
#product #product_details .product_details_box_01 .left_area .img_box {
  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 {
  display: none;
}
#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: 10px;
}
#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%;
  font-size: 12px;
  border: 1px solid #444;
}
#product #product_details .product_details_box_02 .table_01 tr th {
  width: 30%;
  border-right: 1px solid #444;
}
#product #product_details .product_details_box_02 .table_01 tr td {
  width: 60%;
  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: 2.5%;
}
#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%;
  font-size: 12px;
  border: 1px solid #444;
}
#product #product_details .product_details_box_03 .table_01 tr th {
  width: 30%;
  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: 4%;
}
#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;
}
#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;
}

/*-------------------------------------
  会社案内
--------------------------------------*/
#corporate .common_sec {
  width: 100%;
  padding-bottom: 30px;
}
#corporate .common_sec:last-child {
  padding-bottom: 0;
}
#corporate .corporate_nav {
  margin-bottom: 24px;
}
#corporate .corporate_nav li a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  color: #444;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #E5E5E5;
  padding: 10px 0;
}
#corporate .corporate_nav li:nth-child(2n) a {
  margin-right: 0;
}
#corporate .corporate_nav li:nth-child(n+3) a {
  margin-top: 15px;
}
#corporate .corporate_nav li a.active {
  color: #fff;
  background: #AF0026;
}

/*-- 会社概要 --*/
#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 {
  margin: 0 0 15px 0;
}
#corporate #corporate_top #sec_02 .img_box img {
  display: block;
  width: 210px;
  height: auto;
  margin: 0 auto;
}
#corporate #corporate_top #sec_02 .sec_box .img_box span {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 8px;
}
#corporate #corporate_top #sec_03 table {
  width: 100%;
  font-size: 12px;
}
#corporate #corporate_top #sec_03 th {
  width: 20%;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 2%;
}
#corporate #corporate_top #sec_03 td {
  width: 72%;
  border: 1px solid #ccc;
  padding: 2%;
}
#corporate #corporate_top #sec_03 td a {
  text-decoration: underline;
}
#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%;
  font-size: 12px;
}
#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: 4%;
}
#corporate #corporate_ayumi #sec_01 td {
  border: 1px solid #ccc;
  padding: 4%;
}

/*-- 環境方針 --*/
#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%;
  font-size: 12px;
}
#corporate #corporate_kessan #sec_01 th {
  width: 30%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 4%;
}
#corporate #corporate_kessan #sec_01 td {
  border: 1px solid #ccc;
  padding: 4%;
}
#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: 65px;
  margin-top: -65px;
  margin-bottom: 40px;
}
#faq .common_sec.last {
  margin-bottom: 0;
}
#faq .faq_nav {
  margin-bottom: 20px;
}
#faq .faq_nav ul {
  font-size: 0;
  text-align: center;
}
#faq .faq_nav ul.list_01 {
  margin-bottom: 30px;
}
#faq .faq_nav li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
#faq .faq_nav li:nth-child(2n) {
  margin-right: 0;
}
#faq .faq_nav li:nth-child(n+3) {
  margin-top: 15px;
}
#faq .faq_nav li a {
  display: block;
  color: #fff;
  font-size: 12px;
  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;
  padding: 5px 0;
}
#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: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 #sec_01 .link_box {
  width: 86%;
  border: 2px solid #3c5a9a;
  background: #F1F7FC;
  padding: 30px 0;
  margin: 0 auto;
}
/*-------------------------------------
  動画集
--------------------------------------*/
#videos .video_nav {
  margin-bottom: 20px;
}
#videos .video_nav ul {
  font-size: 0;
  text-align: center;
}
#videos .video ul.list_01 {
  margin-bottom: 30px;
}
#videos .video_nav li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
#videos .video_nav li:nth-child(2n) {
  margin-right: 0;
}
#videos .video_nav li:nth-child(n+3) {
  margin-top: 15px;
}
#videos .video_nav li a {
  display: block;
  color: #fff;
  font-size: 12px;
  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;
  padding: 5px 0;
}

/*-------------------------------------
  採用情報
--------------------------------------*/
#recruitment .common_sec {
  width: 100%;
  padding-bottom: 30px;
}
#recruitment .common_sec:last-child {
  padding-bottom: 0;
}
#recruitment .recruitment_nav {
  margin-bottom: 24px;
}
#recruitment .recruitment_nav li a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  color: #444;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #E5E5E5;
  padding: 10px 0;
}
#recruitment .recruitment_nav li:nth-child(2n) a {
  margin-right: 0;
}
#recruitment .recruitment_nav li:nth-child(n+3) a {
  margin-top: 15px;
}
#recruitment .recruitment_nav li a.active {
  color: #fff;
  background: #AF0026;
}
#recruitment .recruitment_list li {
  width: 100%;
  height: 90px;
  padding: 15px;
  margin: 0 0px 15px 0px;
}
#recruitment .recruitment_list li:nth-child(1) {
  background:url(../Images/recruitment/recruitment_nav01.jpg) no-repeat;
  background-size: cover;
}
#recruitment .recruitment_list li:nth-child(2) {
  background:url(../Images/recruitment/recruitment_nav02.jpg) no-repeat;
  background-size: cover;
}
#recruitment .recruitment_list li:nth-child(3) {
  background:url(../Images/recruitment/recruitment_nav03.jpg) no-repeat;
  background-size: cover;
}
#recruitment .recruitment_list li:nth-child(4) {
  background:url(../Images/recruitment/recruitment_nav04.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
#recruitment .recruitment_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#recruitment .recruitment_list li a:before,
#recruitment .recruitment_list li a:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}
#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 .text_area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 16px;
  padding: 0 15px;
}
#recruitment .recruitment_list li .text_area h3 {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
#recruitment .recruitment_list li .text_area .more {
  float: right;
  width: 16px;
  height: 16px;
}

/*-- 採用情報 --*/
#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%;
  font-size: 12px;
  margin-bottom: 20px;
}
#recruitment .common_recruitment th {
  width: 30%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: center;
  padding: 4%;
}
#recruitment .common_recruitment td {
  border: 1px solid #ccc;
  padding: 4%;
}
#recruitment .common_recruitment .contact_box {
  background: #E6E6E6;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 20px;
}
#recruitment .common_recruitment .contact_box .contact_box_inner {
  background: #fff;
  padding: 10px;
}
#recruitment .common_recruitment .contact_box .txt {
  color: #A5001D;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #A5001D;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#recruitment .common_recruitment .contact_box .link_btn {
  text-align: center;
}
#recruitment .common_recruitment .contact_box .link_btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  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 8% top 9px #A5001D;
  letter-spacing: 0.2em;
}

/*-- 採用応募フォーム --*/
#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;
}
@media screen and (max-width : 750px ) {
#recruitment #entry_form th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#recruitment #entry_form td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#recruitment #entry_form td img {
  width: 160px;
  height: 45px;
}
#recruitment #entry_form tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#recruitment #entry_form td input {
  font-size: 16px;
  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 textarea {
  width: 96% !important;
  height: 150px !important;
  font-size: 14px;
  resize:none;
}
@media screen and (max-width : 750px ) {
#recruitment #entry_form td input.long {
  width: 100%;
}
#recruitment #entry_form td input.middle {
  width: 100%;
}
#recruitment #entry_form td input.short {
  width: 100%;
}
#recruitment #entry_form td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#recruitment #entry_form td input[type="radio"] {
  display: inline-block;
  width: 1.1em;
  margin: 0 3px 0 3px;
  height: 28px;
}
#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: 30px 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;
  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 span {
  position: relative;
}
#recruitment #entry_form button span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
}

/*-------------------------------------
  お知らせ
--------------------------------------*/
#news .common_sec {
  width: 100%;
}
#news .news_nav {
  margin-bottom: 24px;
}
#news .news_nav li a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  color: #444;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #E5E5E5;
  padding: 10px 0;
}
#news .news_nav li:last-child a {
  margin-right: 0;
}
#news .news_nav li:nth-child(2n) a {
  margin-right: 0;
}
#news .news_nav li:nth-child(n+3) a {
  margin-top: 15px;
}
#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_list #sec_01 .news_list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
#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: 12px;
  line-height: 24px;
  margin-right: 15px;
  margin-bottom: 5px;
}
#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;
  margin-bottom: 5px;
}
#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 a {
  color: #444;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
#news #news_list #sec_01 .news_list li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #006FB4;
}

/*-- お知らせ詳細 --*/
#news #news_single #sec_01 .ttl_box {
  border-bottom: 2px solid #006FB4;
  font-size: 0;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
#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: 18px;
  line-height: 1.4;
  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 .txt_box img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#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;
}

/*-------------------------------------
  新製品履歴
--------------------------------------*/
#news .newproduct .news_nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
#news .newproduct .news_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 40px;
  margin-right: 4%;
}
#news .newproduct .news_nav li:nth-child(2n) {
  margin-right: 0;
}
#news .newproduct .news_nav li:nth-child(n+3) {
  margin-top: 10px;
}
#news .newproduct .news_nav li a {
  float: none;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  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: 15px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy_policy #sec_01 .privacypolicy_box dd {
  margin-bottom: 15px;
}
#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:first-child {
  margin-bottom: 16px;
}
#site_map #sec_01 .sitemap_list > li {
  margin-bottom: 16px;
}
#site_map #sec_01 ul li a {
  display: block;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  padding: 12px 0px 12px 40px;
}
#site_map #sec_01 .sitemap_list > li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: url(../Images/common/arrow_white02.png) left 12px top 8px no-repeat #006FB4;
}
#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: 12px;
  line-height: 1.4;
  background: url(../Images/common/arrow_gray01.png) left 12px top 8px no-repeat #ddd;
}
#site_map #sec_01 li:last-child {
  margin-bottom:0;
}

/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#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: 14px;
  line-height: 1;
  background: #F6F4F4;
  border-left: 6px solid #006FB4;
  padding: 12px 0 12px 10px;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
}
#contact .contact_list li a:after {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../Images/common/arrow_blue02.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 11px;
  right: 5px;
}
#contact .contact_list li:last-child {
  margin-bottom: 0;
}
#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;
}
@media screen and (max-width : 750px ) {
#contact #sec_01 th {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-weight: normal;
  text-align: left;
  padding: 4%;
}
#contact #sec_01 td {
  display: block;
  width: 100%;
  border-left: 1px solid #C4C4BD;
  border-right: 1px solid #C4C4BD;
  padding: 4%;
}
}
#contact #sec_01 table tr:last-child td:last-child {
  border-bottom: 1px solid #C4C4BD;
}
#contact #sec_01 td input {
  font-size: 16px;
  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: 16px;
  resize:none;
}
@media screen and (max-width : 750px ) {
#contact #sec_01 td input.long {
  width: 100%;
}
#contact #sec_01 td input.middle {
  width: 100%;
}
#contact #sec_01 td input.short {
  width: 100%;
}
#contact #sec_01 td textarea {
  font-size: 16px;
  width: 99% !important;
  height: 150px !important;
  resize:none;
}
}
#contact #sec_01 td .caution {
  font-size: 12px;
  color: #EE2044;
  line-height: 1.4;
  margin-top: 10px;
}
#contact #sec_01 .mfp_buttons {
  text-align: center;
  padding: 30px 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 0;
  background: #006FB4;
  border-radius: 0;
  letter-spacing: 0.1em;
}
#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;
}
#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;
}
/*-------------------------------------
  お問い合わせ送信完了
  ご応募ありがとうございます
--------------------------------------*/
#thanks .common_sec {
  width: 100%;
}
#thanks #sec_01 .txt {
  margin-bottom: 15px;
}
#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 0;
  background: #006FB4;
  letter-spacing: 0.1em;
}
#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;
}

/*-------------------------------------
  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 10px 0;
  padding: 2px 10px;
}
#pagenavi .current{
  display:inline-block;
  color: #fff;
  background: #006FB4;
  border: 1px solid #006FB4;
  margin: 0 8px 10px 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 50px;
}
#movie #contents #sec_01 .movie_box:last-child {
  margin: 0;
}
#movie #contents #sec_01 .movie_box .inner {
  display: block;
}
#movie #contents #sec_01 .movie_box .inner .box {
   width : 100%;
   margin: -50px 0 0;
   padding-top: 75px
}
#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: 16px;
  line-height: 1;
}
#movie #contents #sec_01 .movie_box .inner .box .title span {
  display: inline-block;
  padding: 6px 10px 3px;
  margin: 0 10px 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 .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% - 15px) / 2 );
}
#document .fx_3col > li:nth-child(n+3) {
  margin-top: 20px;
}
#document .fx_3col > li > a {
  display: block;
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #e8e6e7;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#document .fx_3col > li > a:focus {
  border: 1px solid #006fb4;
}
#document .fx_3col > li > a > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#document .fx_3col > li > a .fx_3c_ttl {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #006fb4;
  line-height: 1.3;
  letter-spacing: 1px;
}
#document .fx_3col > li > a .fx_3c_text {
  font-size: 11px;
  color: #444444;
  line-height: 1.5;
}
#document .ul_document > li + li {
  margin-top: 15px;
}
#document .ul_document > li > a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #efeeee;
  border-left: 3px solid #006fb4;
  font-weight: bold;
  font-size: 12px;
  color: #444;
  line-height: 1.3;
  letter-spacing: 1px;
  text-decoration: none;
}
#document .ul_document > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url('../Images/common/arrow_blue03.png') center/contain no-repeat;
}
#document .caution {
  color: #e04;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 20px;
}
/*-------------------------------------
  生産中止品
--------------------------------------*/

#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;
}


}
