@charset "utf-8";

/* detail_hdr
-------------------------------------*/
#detail_hdr {
  background: #E9E9E9;
  margin: 30px 0 100px;
  display: flex;
  flex-wrap: nowrap;
}
.sp_title {
  display: none;
}
#detail_hdr .hdr_img {
  padding: 2px;
  width: 360px;
  margin-right: 50px;
}
#detail_hdr .caption {
  padding: 40px 30px 30px;
}
#detail_hdr .caption h1 {
  color: #004091;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 30px;
  padding:0;
}
#detail_hdr .caption dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
#detail_hdr .caption dt {
}
#detail_hdr .caption dd {
  margin-left:30px;
  padding-left: 20px;
  border-left: 1px solid #666;
}
#detail_hdr .caption dd ul{margin:0;}
#detail_hdr .caption dd ul li{margin:0;}
#detail_hdr .caption dd ul li + li{margin-top:5px;}

@media(max-width: 768px) {
  .sp_title {
    display: block;
    line-height: 1.3;
    margin: 30px 0 10px;
    padding:0;
    font-size: 2em;
    font-weight: bold;
  }
  h1.sp_title{font-size: 2.4rem; color:#014099;}
  #detail_hdr {
    margin: 0 -10px 30px;
    flex-direction: column;
  }
  #detail_hdr .caption h1{
    display: none;
  }
  #detail_hdr .hdr_img {
    width: 100%;
    margin: 0;
    padding:0;
  }
  #detail_hdr .hdr_img img {
    width: 100%;
    max-width: inherit!important;
    height: auto;
  }
  #detail_hdr .caption {
    padding: 20px;
    width: 100%;
  }
  #detail_hdr .caption dl{
    flex-direction: column;
  }
  #detail_hdr .caption dt {
    margin: 0 0 5px;
    font-weight: bold;
  }
  #detail_hdr .caption dd {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}

/* brand_details
-------------------------------------*/
.detail_wrap{
  width: 840px;
  margin: 0 auto 60px;
}
.brand_details {
  display: flex;
  justify-content: space-between;
}
.brand_details .caption {
  width: 65%;
  margin-bottom: 40px;
}
.brand_details .caption h2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 15px;
  color:#333;
}
.brand_details .photo {
  width: 222px;
  margin-bottom: 40px;
}

ul.detail_links {
  display: flex;
  flex-wrap: nowrap;
}
ul.detail_links li {
  list-style: none;
  width: 194px;
  margin-right: 13px;
}
ul.detail_links li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px 10px 10px 30px;
  color: #333;
  border: 1px solid #333;
  background: url(../images/detail_arrow.png) no-repeat left center;
  background-size: 22px;
}
ul.detail_links li a:hover {
  color: #FFF;
  border: 1px solid #333;
  background: #004091 url(../images/detail_arrow_on.png) no-repeat left center;
  background-size: 22px;
}
.contactbtn {
  text-align: center;
  font-size: 1.8rem;
  margin-top:30px;
  padding: 30px 0 0;
  border-top: 1px solid #666;
}
.contactbtn a,
.back_index a {
  display: block;
  width: 50%;
  padding:10px;
  color: #FFF;
  text-decoration: none;
  background: #004095;
  margin: 0 auto;
}
.contactbtn a:hover,
.back_index a:hover {
  opacity: 0.8; /* 0.0～1.0 */
  filter: alpha(opacity=80); /* 0～100 */
}
.back_index{
  text-align: center;
  font-size: 1.8rem;
  margin-top:30px;
}
.back_index a{
  background-color:#fff;
  color:#014099;
  border:1px solid #014099;
}

@media(max-width: 768px) {
  .detail_wrap{
    width: 100%;
    margin: 0 0 30px;
  }
  .brand_details {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .brand_details .photo {
    width: 40%;
    margin: 0 0 0 20px;
    padding-bottom: 20px;
  }
  .brand_details .photo img {
    width: 100%;
    height: auto;
  }
  .brand_details .caption {
    width:57%;
    font-size: 1.4rem;
  }
  h2.sp_title {
    display: block;
    width:100%;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .brand_details .caption h2 {
    display: none;
  }
  ul.detail_links {
    width:100%;
    justify-content: space-between;
  }
  ul.detail_links li {
    width: 48%;
    margin: 0;
  }
}




