
.copy-link,
.copy {
  font-size: 12px;
}
@media (min-width: 768px) {
  .copy { margin-left: auto; }
}
@media (max-width: 767px){
  .copy{
    padding: 15px 0 0 0;
  }
}
.contact_footer,
.footer_breadcrumb{
  padding: 25px 10px;
}
.recruit_contact_button a{
  font-weight: 900;
}
.support_contents p{
  font-weight: 700;
}
.support_contact_button a{
  font-weight: 900;
}
.recruit_contact_title h2{
  font-weight: 900;
}

#contents .new_item_02 .visual_text h1 img{
  width: auto;
  max-height: 53px;
}

.required{
  position: relative;
  z-index: -1;
}
.required:after{
  content: "\5FC5\9808";
  position: absolute;
  top:15px;
  right:15px;
  background-color: #ff0000;
  color:#fff;
  padding: 4px 10px;
  font-size: 12px;
}
/*ここから追加*/
.form_table_en th {
  font-size: 14px;
  font-weight: normal;
}
.required_en {
  color: #ff0000;
  font-size: 12px;
}
p .required_en {
  font-size: inherit;
}
input.error {
  background-color: #ffe3e3!important;
}
/*.error {
  color: #ff0000;
}*/
/*追加終了*/

@media (min-width: 1200px) {
  .item-txt-area h3 + p{
    min-height: 44px;
  }
}

.w700con{
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px){
  .wp100{
    width: 100%;
  }
}

/*20200622サイト改修*/

#contents .out-of-print-page .page_first{
  position: relative;
  max-width: 820px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  text-align: left;
}
#contents .out-of-print-page .page_first:before{
  content:'\8CA9\58F2\7D42\4E86\6A5F\7A2E';
  color: #fff;
  background: #9E9E9E;
  padding: 4px 10px 2px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
}
#contents .out-of-print-page .page_first .visual_text{
  text-align: center;
}
@media (max-width: 767px){
  #contents .out-of-print-page .page_first{
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  #contents .out-of-print-page .page_first:before{
    font-size: 11px;
    margin-bottom: 10px;
    padding: 2px 4px 1px;
  }
}
.out-of-print--hihakai .out-of-print-table table tbody tr{
  cursor: pointer;
}
.out-of-print--hihakai .out-of-print-table table tbody tr:hover{
  opacity: 0.6;
}
.out-of-print--hihakai .sp-out-of-print-table-box-inner{
  padding: 15px;
  font-weight: 700;
}
/*健康推進*/
.en_main_1 ol{
  margin-left: 1.5em;
}
.en_act h2{
  line-height: 1.5;
}
@media (min-width: 768px){
  .en_act--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .en_act--wrap figure{
    width: 40%;
    margin-left: 20px;
  }
}

.en_act--wrap figure img{
  max-width: 100%;
}
@media (max-width: 767px){
  .en_act--wrap figure img{
    max-width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  } 
}
.en_act h3{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px){
  .en_act h3{
    margin-top: 30px;
  }
}
.en_act h4{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 10px;
  margin:0 0 10px;
  color:#fff;
  background: #1c417f;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c417f),to(#183062));
    background: -o-linear-gradient(top, #1c417f 0%,#183062 100%);
    background: linear-gradient(to bottom, #1c417f 0%,#183062 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c417f', endColorstr='#183062',GradientType=0 );
}
.en_act h3 span{
  display: inline-block;
  border-bottom:2px solid #ff0000;
  padding:0 .5em 4px;
}
@media (min-width: 768px){
  .en_act--col3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .en_act--col3 .en_act--col3-box{
    width: calc(33% - 10px);
  }
}
.en_act--col3 .en_act--col3-box{
  background-color: #f7f7f7;
}
.en_act--col3 .en_act--col3-box > ul{
  padding: 10px 15px;
  list-style: square;
  margin-left: 1.5em;
}
.en_act--col3 .en_act--col3-box > ul > li{
  margin-bottom: 1em;
}
.en_act--col3 .en_act--col3-box > ul li ul{
  list-style: circle;
  margin-left: 1.5em;
  font-size: 0.9em;
}
.en_main_1--ul--wrap{
  padding:30px 12.5px 20px;
  margin-bottom: 0;
}
.en_main_1--ul{
  font-weight: 700;
  list-style: square;
}
.en_main_1--ul li{
  margin-bottom: 10px;
  margin-left: 2em;
}
.en_main_1--img--wrap{
  padding:20px 10px 0px;
}
.en_main_1--img--wrap .en_main_1--img{
  text-align: center;
}
@media (max-width: 767px){
  .en_act--col3 .en_act--col3-box > ul > li{
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px){
  .en_main_1--ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    font-weight: 700;
    list-style: square;
  }
  .en_main_1--ul li{
    width: calc(33.3333% - 2em);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .en_main_1--img--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .en_main_1--img--wrap{
    padding:30px 37.5px 20px;
  }
  .en_main_1--img--wrap .en_main_1--img{
    width: calc(50% - 7.5px);
    text-align: center;
  }
}
@media (max-width: 767px){
  .en_main_1--img--wrap .en_main_1--img{
    margin-top:20px;
  }
  .health-page .company_wrap .en_main_1{
    padding: 10px;
  }
}

.en_main_1 img{
  max-width: 100%;
}

.en_main_1--img--wrap .en_main_1--img figure{
  margin-bottom: .5em;
}
.en_main_1--img--wrap .en_main_1--img p{
  font-size: 13px;
  color:#333;
}
.lithium_top_table_sp table td,
.lithium_top_table_pc table tbody tr td{
  position: relative;
}
.lithium_top .fin_icon{
  position: absolute;
  top:15px;
  left:0;
  width: 100%;
}
#contents .fin_icon{
  text-align: center;
  margin-bottom: 2em;
}
#contents .page_first .visual_text .fin_icon{
  text-align: center;
  margin-bottom: 2em;
}
.fin_icon span{
  color:#ff0000;
  font-size: 14px;
  border:1px solid #ff0000;
  line-height: 1.5;
  padding: 0 4px;
  border-radius: 4px;
}
.visual_text{
  display: inline-block;
  width: 100%;
}
#contents .page_first .fin_icon{
  text-align: left;
}

/* health */
.table-health{
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #b6b6b6;
}

.table-health th,
.table-health td{
  border: 1px solid #b6b6b6;
  padding: 10px 7px;
}
.table-health thead,
.table-health thead th{
  border: 2px solid #b6b6b6;
  text-align: center;
  background-color: #f0f0f0;
}

.table-health tbody td{
  text-align: center;
  border-left: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
}

.table-health tbody th{
  font-weight: 400;
}

.vertical{
  writing-mode: vertical-rl;
  text-align: center;
}
.ac{
  text-align: center;
}
.border-b_gary{
  border-bottom: 2px solid #b6b6b6;
}

.table-scroll{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 30px 0 10px;
  padding: 10px 0;
}

.table-scroll::-webkit-scrollbar {
  height: 10px;
}

.table-scroll::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.table-scroll::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
  border-radius: 100px;
}

.table-health{
  width: 100%;
}

@media (max-width: 767px) {
  .table-health{
    width: 767px;
  }
}
.mb40{
  margin-bottom: 40px;
}

/* series */
.series{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.series__box{
  width: calc( (100% - 40px) / 3 );
  margin: 0 20px;
  border: 1px solid #eaeaea;
}
.series__box a{
  display: inline-block;
  text-decoration: none;
}
.series__box a:hover{
  opacity: .8;
}
.series__box:first-child{
  margin-left: 0;
}
.series__box:last-child{
  margin-right: 0;
}
.series .zoom-wrap,
.series .zoom-text{
  float: none;
  width: 100%;
}
.series .zoom-text{
  height: 170px;
  padding: 30px 10px 20px;
}
.series .zoom-text:before{
  content: none;
}
.series h3{
  font-size: 16px;
  text-align: center;
  font-weight: 900;
  min-height: 44px;
}
.series h3 img{
  margin-bottom: 5px;
  max-height: 20px;
}
.series .zoom-text p{
  text-align: center;
}

.movie__inner{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.movie__inner .movie__box{
  width: calc((100% - 60px) / 3);
  margin: 0 15px;
  text-align: center;
}

.movie__inner .movie__box:first-child{
  margin-left: 0;
}
.movie__inner .movie__box:last-child{
  margin-right: 0;
}
.movie__inner .movie__box a{
  display: inline-block;
  text-decoration: none;
}

.movie__inner .movie__box p{
  margin-top: 10px;
}
.movie__box .popup-iframe figure{
  position: relative;
}
.movie__box .popup-iframe figure:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../../img/play.png);
  background-size: cover;
  opacity: .8;
}

.movie__box .popup-iframe:hover figure:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../../img/play_hover.png);
  background-size: cover;
  opacity: 1;
}

@media (max-width: 767px) {
  .series__box{
    width: 100%;
    max-width: 390px;
    margin: 0 auto 30px;
    border: 1px solid #eaeaea;
  }
  .series__box .zoom-wrap{
    height: auto;
  }
  .series__box:first-child,
  .series__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }

  .movie__inner .movie__box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .movie__inner .movie__box:first-child,
  .movie__inner .movie__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px){
  .series__box .zoom-wrap{
    height: auto;
  }
  .series__box{
    width: 100%;
    max-width: 390px;
    margin: 0 auto 30px;
    border: 1px solid #eaeaea;
  }
  .zoom-wrap img {
    position: static;
    top: 0%;
    left: 0%;
    margin-right: 0;
    transform: none;
  }
  .series__box .zoom-wrap img{
    height: auto;
  }

  .series__box:first-child,
  .series__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }

  .movie__inner .movie__box{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .movie__inner .movie__box:first-child,
  .movie__inner .movie__box:last-child{
    margin-right: auto;
    margin-left: auto;
  }
}

.en_act--col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.en_act--col2-box {
  width: calc( ( 100% - 20px ) / 2  );
  margin: 0 10px;
  background-color: #f7f7f7;
}
.en_act--col2-box:nth-child(2n+1) {
  margin-left: 0;
}
.en_act--col2-box:nth-child(2n) {
  margin-right: 0;
}
.en_act .health-measures-txt {
  font-size: 14px;
  padding: 10px 20px;
}
.health-measures-img {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
}
.health-measures-img figure:first-child {
  margin-right: 5px;
}
.health-measures-img figure:last-child {
  margin-left: 5px;
}
.health-measures-img img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}
.table-health.attempt {
  width: 100%;
  margin: 20px 0 30px;
}
.link-txt {
  color: #0d7ec1;
  text-decoration: none;
}
.link-txt:hover {
  color: #0d7ec1;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .en_act--col2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .en_act--col2-box {
    width: 100%;
    margin: 0;
    background-color: #f7f7f7;
  }
  .en_act--col2-box:nth-child(2n+1) {
    margin-left: 0;
  }
  .en_act--col2-box:nth-child(2n) {
    margin-right: 0;
  }
  .health-measures-txt {
    padding: 10px;
  }
  .table-health.attempt th,
  .table-health.attempt td {
    padding: 10px 5px;
  }
  .table-health.attempt span {
    display: inline-block;
  }
}

/* 2022/12/23 追記 */
.contact-notes {
  width: 100%;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.contact-notes p {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}