@charset "utf-8";
/* CSS Document */

.switchImg{}
.lead_box {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 40px;
}

.lead_box h1 {
  display: block;
  float: left;
  width: 34%;
  max-width: 335px;
}
.lead_box h1 img {
width: 100%;
height: auto;
}
.lead_box p {
  display: block;
  float: right;
  width: 62%;
  font-size: 19px;
  line-height: 2;
  padding-top: 55px;
  padding-right: 90px;
  padding-left: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img01_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.img01_box img {
	position: relative;
	left: 50%;
	margin-left: -772px;
}
.img01_box img.img01_pc {
display: block;
}
.img01_box img.img01_tab,
.img01_box img.img01_sp {
display: none;
}

@media (max-width: 959px) {

.img01_box img {
	position: inherit;
	left: auto;
	margin-left: 0;
  width: 100%;
  height: auto;
}
.img01_box img.img01_tab {
display: block;
}
.img01_box img.img01_pc,
.img01_box img.img01_sp {
display: none;
}
/* max-width: 959px */}

.txt01_box {
margin: 60px auto 80px;
text-align: center;
font-size: 16px;
}

.txt01 {
display: block;
margin: 0 auto 20px;
width: 100%;
height: auto;
max-width: 510px;
}

.history_ttl {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.history_ttl img{
width: 100%;
height: auto;
display: block;
}

.history01_img {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  max-width: 753px;
}
