@charset "UTF-8";
/* CSS Document */
@import url("normalize.css");
@import url("common.css");

body{
  background: #fff;
}

.container{
  width: 700px;
  margin:0 auto 0;
  background: #fff;
  overflow: hidden;
}

.preface{
  padding: 13px 0 13px;
  text-align: center;
}

h1{
  margin: 0;
}
h2{
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  height: 100px;
  margin: 40px 0 40px 0;
  letter-spacing: 3px;
}
h2:before{
  content: "■";
  font-size: 14px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}
h2 .sub{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  font-size: 13px;
  margin-top: 35px;
  letter-spacing: 7px;
}

p.concept-txt{
  width: 400px;
  line-height: 2.0;
  margin: 0 auto 50px;
}
hr{
  width: 608px;
  margin: 40px auto 30px;
  color: #707070;
}
p.footer{
  font-weight: bold;
  padding: 70px 0 ;
  text-align: center;
  letter-spacing: 6px;
}

.triple-ph{
  display: flex;
  width: 608px;
  margin: 10px auto 15px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.triple-ph-inner div{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
}
.triple-ph-inner img{
  margin-bottom: 20px;
}

h2.for-gallery{
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  height: 80px;
  margin: 50px 0 0 0;
  letter-spacing: 3px;
}
h2.for-gallery:before{
  top: 40px;
}

.gallery{
  width: 608px;
  margin: 0 auto 0;
  display: flex;
  ustify-content: space-between;
  flex-wrap: wrap;
  align-self:flex-start;
}

table{
  border-collapse: collapse;
  border-spacing: 3px;
}
td{
  line-height: 0;
}