﻿.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.top_midasi {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.top_midasi_en {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 25px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #b6b6b6;
}
.top_txt {
  margin: 40px auto 0;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: justify;
}
.top_txt p {
  margin: 20px auto;
  font-size: .8rem;
}
.top_txt span {
  font-weight: bold;
}
.company_contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.company_gaiyo {
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 100%;
}

.page_tit {
  clear: both;
  border-left: 3px solid #e72420;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 2px 0 0 8px;
  margin-bottom: 20px;
}
.labo_box {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.labo_img {
  max-width: 445px;
  width: 100%;
  margin-right: 20px;
}
.labo_pic {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: .8rem;
  text-align: center;
  margin: 20px auto 40px;
}
.labo_pic img {
  max-height: 210px;
  height: 100%;
  width: auto;
}
.labo_txtbox {
  width: 70%;
  position: relative;
  padding: 20px;
  margin: 70px auto;
  border: 2px solid #1d2088;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.labo_txtbox_ttl {
  position: absolute;
  top: -25px;
  left: 25px;
  background: #1d2088;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.labo_txtbox ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.labo_txtbox li::before {
  list-style: square;
  width: 10px;
  height: 10px;
  display:  inline-block;
  background: #1d2088;
  content: '';
  margin-right: 5px;
}
.labo_txtbox li {
  text-align: left;
  line-height: 2.2em;
}
.hydrogen_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.hydrogen_ttl {
  max-width: 18%;
  position: absolute;
  top: -20px;
  left: 0;
}
.hydrogen_img {
  margin: 70px auto 100px 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: .8rem;
}
.hydrogen_img div:nth-child(1), .hydrogen_img div:nth-child(2)  {
  max-width: 220px;
  height: auto;
  width: 100%;
  margin-right: 10px;
}
.hydrogen_img div:last-child {
  max-width: 380px;
  height: auto;
  width: 100%;
}
.dryice {
  width: 96%;
  background: #f1efdd;
  padding: 2%;
  margin-bottom: 60px;
}
.dryice_box {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.dryice_box div {
  width: 37.5%;
  margin: 0;
  padding: 0;
}
.dryice_box div:first-child {
  width: 24%;
  margin: 0;
  padding-right: 1%;
}
.dryice_box img {
  max-width: 355px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dryice_box p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d2088;
  margin: 0;
  padding: 15px 0 10px 5%;
}
.dryice_box span {
  display: block;
  margin: 0;
  padding: 0 3% 0 8%;
  font-size: .9rem;
  line-height: 1.8em;
}
.demo_test {
  background: #fff;
  margin: 0;
  padding: 20px 0;
}
.demo_test_box {
  width: 92%;
  margin: 0 auto;
  padding: 15px;
  background: #efefef;
  border: 1px solid #1d2088;
  border-left: 8px solid #1d2088;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.demo_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e72420;
  width: 100%;
  padding: 0 10px 0 0;
}
.demo_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.demo_icon p:first-child {
  display: block;
  background: #1d2088;
  padding: 3px 10px;
  margin: 0;
  color: #fff;
  width: auto;
}
.demo_icon p {
  display: block;
  padding: 3px 10px;
  margin: 0;
}
.demo_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.demo_txt p:first-child {
  display: block;
  background: #1d2088;
  padding: 3px 10px;
  margin: 0;
  color: #fff;
  width: auto;
}
.demo_txt p {
  display: block;
  padding: 3px 10px;
  margin: 0;
}


@media screen and (max-width: 998px){

.top_txt {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 40px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.company_contents {
  max-width: 998px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.company_gaiyo {
  display: block;
  max-width: 998px;
  width: 100%;
  height: auto;
}
.labo_box {
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.labo_img {
  margin-right: 0;
}
.labo_pic {
  max-width: 998px;
  width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: .8rem;
  text-align: center;
  margin: 0 auto 40px;
}
.labo_pic div { margin-bottom: 30px; text-align: center; }
.labo_pic img {
  max-width: 350px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.labo_txtbox {
  width: 70%;
  position: relative;
  padding: 20px;
  margin: 70px auto;
  border: 2px solid #1d2088;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.labo_txtbox_ttl {
  position: absolute;
  top: -25px;
  left: 25px;
  background: #1d2088;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.labo_txtbox ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 90%;
}
.labo_txtbox li::before {
  list-style: square;
  width: 10px;
  height: 10px;
  display:  inline-block;
  background: #1d2088;
  content: '';
  margin-right: 5px;
}
.labo_txtbox li {
  text-align: left;
  line-height: 2.2em;
}
.hydrogen_box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hydrogen_ttl {
  max-width: 35%;
  margin: 0 auto;
}
.hydrogen_img {
  width: 80%;
  margin: 120px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: .8rem;
}
.hydrogen_img div:nth-child(1), .hydrogen_img div:nth-child(2)  {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
.hydrogen_img div:last-child {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 0;
}
.dryice {
  background: #f1efdd;
  padding: 20px;
  margin-bottom: 60px;
}
.dryice_box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.dryice_box div {
  width: 90%;
  margin-bottom: 30px;
}
.dryice_box p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d2088;
  margin: 0;
  padding: 15px 0 10px 10px;
}
.dryice_box span {
  display: block;
  margin: 0 20px;
  font-size: 1rem;
  line-height: 1.8em;
}
.demo_test {
  background: #fff;
  margin: 0;
  padding: 40px 0 20px;
}
.demo_test_box {
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  background: #efefef;
  border: 2px solid #1d2088;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.demo_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e72420;
  width: 100%;
  padding: 0 10px 10px 0;
}
.demo_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.demo_icon p:first-child {
  display: block;
  background: #1d2088;
  padding: 3px 10px;
  margin: 0;
  color: #fff;
  width: auto;
}
.demo_icon p {
  display: block;
  padding: 3px 10px;
  margin: 0;
}
.demo_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.demo_txt p:first-child {
  display: block;
  background: #1d2088;
  padding: 3px 10px;
  margin: 0;
  color: #fff;
  width: auto;
}
.demo_txt p {
  display: block;
  padding: 3px 10px;
  margin: 0;
}
}



@media screen and (max-width: 768px){

.leftnavi { display: none; }
.company_gaiyo {
  display: block;
  padding: 0px;
  height: auto;
  max-width: 768px;
  width: 100%;
}
.top_txt {
  max-width: 768px;
  width: 94%;
  margin: 0 auto 80px auto;
  font-size: .9rem;
  line-height: 1.6em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.labo_img {
  width: 100%;
}
.labo_txtbox {
  width: 90%;
  position: relative;
  padding: 3%;
  margin: 70px auto;
  border: 2px solid #1d2088;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.labo_txtbox_ttl {
  position: absolute;
  top: -25px;
  left: 5px;
  background: #1d2088;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.labo_txtbox ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.labo_txtbox li::before {
  list-style: square;
  width: 10px;
  height: 10px;
  display:  inline-block;
  background: #1d2088;
  content: '';
  margin-right: 5px;
}
.labo_txtbox li {
  text-align: left;
  line-height: 2.2em;
}
.hydrogen_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hydrogen_ttl {
  max-width: 35%;
  margin: 15% auto 0;
}
.hydrogen_img {
  width: 100%;
  margin: 100px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: .8rem;
}
.hydrogen_img div  {
  max-width: 768px;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
.hydrogen_img div:last-child {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 0;
}
.dryice {
  background: #f1efdd;
  padding: 10px;
  margin-bottom: 60px;
}
.dryice_box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.dryice_box div {
  width: 90%;
  margin-bottom: 30px;
}
.dryice_box div:first-child {
  width: 100%;
  margin: 0;
  padding-right: 0;
}
.dryice_box p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d2088;
  margin: 0;
  padding: 15px 0 10px 15px;
}
.dryice_box span {
  display: block;
  margin: 10px 0 20px;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 1.8em;
}
.demo_test {
  background: #fff;
  margin: 0;
  padding: 40px 0 20px;
  width: 100%;
}
.demo_test_box {
  width: 90%;
  margin: 0 auto;
  padding: 3%;
  background: #efefef;
  border: 2px solid #1d2088;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.demo_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #e72420;
  width: 100%;
  padding: 0 10px 10px 0;
}
.demo_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.demo_icon p:first-child {
  display: block;
  background: #1d2088;
  padding: 3px 10px;
  margin: 0;
  color: #fff;
  width: auto;
}
.demo_icon p {
  display: block;
  padding: 3px 10px;
  margin: 0;
}
.demo_txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.demo_txt p:first-child {
  display: block;
  background: #1d2088;
  padding: 3px 10px;
  margin: 0;
  color: #fff;
  width: auto;
}
.demo_txt p {
  display: block;
  padding: 3px 10px;
  margin: 0;
}
}