@charset "utf-8";

/*----------------------------------------
    #header
----------------------------------------*/
.toppage #header {
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
}
.toppage #header .inner {
  padding-left: 15px;
  align-items: center;
}
.toppage #header.current .inner {
   padding-left: 10px;
}
.toppage #header .header_main {
  width: auto;
}
.toppage #header .global_nav_list > li {
  margin-right: 10px;
}
.toppage #header .global_nav_list > li:nth-last-child(2) {
  margin: 0;
}
.toppage #header .global_nav_list > li:last-child {
  margin: 0;
}

/*----------------------------------------
    .main_visual
----------------------------------------*/
.main_visual {
  background: url(/jp/img/index/bg-visual_sp.jpg) no-repeat left center;
  background-size: cover;
  padding: 12.8% 0 10.4% 0;
  height: auto;
  position: static;
}
.main_pc {
  height: auto;
}
.main_area {
  position: static;
}
.main_area .main_area_text {
  background: none;
}
.main_title {
  font-size: 3.5rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.main_text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 44px;
}
.detail_button a {
  width: 226px;
  padding: 10px 0;
  font-size: 1.4rem;
}

/*----------------------------------------
    .news_section
----------------------------------------*/
.news_section .inner {
  padding: 0;
}
.news_section .news_list {
  display: block;
  padding: 27px 0 38px 0;
}
.news_section .news_list dt {
  display: block;
  background: none;
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 2.4rem;
  line-height: 1.0;
  letter-spacing: 2px;
}
.news_section .news_list dd {
  display: block;
  padding: 20px 3%;
  border-top: 1px solid #eeeeee;
}
.news_section .news_list dd:first-of-type {
  width: 100%;
}
.news_section .news_list dd:last-child {
  padding: 19px 0 0 0;
}
.news_section .news_list dd .news_area {
  display: block;
  height: auto;
}
.news_section .news_list dd .date {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
}
.news_section .news_list dd .title {
  font-size: 1.4rem;
  padding-left: 0;
  line-height: 1.2;
  width: 100%;
  height: 18px;
}
.news_section .news_button {
  width: 226px;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 8px 0;
  border-radius: 20px;
}

/*----------------------------------------
    .products_section
----------------------------------------*/
.products_section {
  background: url(/jp/img/index/bg-products_sp.png) repeat-y left top;
  background-size: 94.7%;
  padding: 46px 0 40px 0;
  margin-bottom: 40px;
}
.products_section .section_title {
  font-size: 3.0rem;
}
.products_section .products_list {
  display: block;
}
.products_section .products_list li {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}
.products_section .products_list li:first-child {
  padding: 0 0 13px 0;
  margin-top: 0;
}
.products_section .products_list li:not(:first-child) {
  box-shadow: 0 0 5px #999999;
}
.products_section .products_list li:not(:first-child) a {
  padding: 20px 15px 28px 15px;
}
.products_section .list_title {
  font-size: 2.4rem;
  margin-bottom: 14px;
  height: 62px !important;
}
.products_section .products_image {
  padding-bottom:24px;
  margin-bottom: 25px;
}
.products_section .products_image img {
  width: 100px;
}
.products_section .detail_button a {
  width: 226px;
  margin-top: 40px;
}
.products_section .products_name {
  font-size: 1.8rem;
  line-height: 1.2;
  background: url(/jp/img/index/ico-narrow_sp.png) no-repeat right center;
}

/*----------------------------------------
    .company_section
----------------------------------------*/
.company_section {
  padding: 46px 0 40px 0;
  background: url(/jp/img/index/bg-company_sp.jpg) no-repeat center center;
  background-size: cover;
}
.company_section .inner {
  padding: 0;
}
.company_section .company_list {
  margin-top: 20px;
  flex-wrap: wrap;
}
.company_section .company_list li {
  width: 50%;
  border: none;
  margin-top: 10px;
}
.company_section .company_list li:nth-child(odd) {
  border-right: 1px solid #edefee;
}
.company_section .company_type {
  padding: 10px 15px;
}
.company_section .company_type span {
  background: url(/jp/img/index/ico-narrow_sp.png) no-repeat right center;
}

.company_section .inner_contact {
  width: 100%;
  background: rgba(211,0,0,0.7);
  margin: 100px auto 0;
  padding: 80px 2.5%;
}
.company_section .contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 54px;
}
.company_section .contact_list li {
  background-color: #fff;
  width: 100%;
  padding: 3%;
  font-size: 1.3rem;
  align-items: center;
  vertical-align: middle;
  text-align: center;
}
.company_section .contact_list li:nth-child(1) {
  padding: 3%;
}
.company_section .contact_list li:nth-child(2) {
  padding: 3%;
}
.company_section .contact_list li:nth-child(3) {
  text-align: center;
  padding: 3%;
}
.contact_tel {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.contact_btn {
  border: 2px solid #000;
  border-radius: 40px;
  width: 80%;
  margin: 10px auto;
  padding: 10px 30px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}