/* Custom CSS here */

body{
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  }

.wrap {
	overflow: hidden;
  background-color: #fff;
}

h1{
  font-family: "メイリオ" , "Meiryo" , sans-serif;
}

h2{
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  font-size: 40px;
  font-weight: 300;
  font-weight:bold;
  color: #fff;
  text-align: center;
  padding-top: 70px;
}
@media screen and (min-width: 640px) {
h2 {
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    font-size: 40px;
    font-weight: 300;
    font-weight:bold;
    color: #fff;
    text-align: center;
    padding-top: 110px;
    /*vertical-align: middle;*/
}}

h3{
  font-family: "メイリオ" , "Meiryo" , sans-serif;
}

h4{
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  font-weight: bold;
}

 h5{
   font-family: "メイリオ" , "Meiryo" , sans-serif;
   font-size: 16px;
   font-weight:bold;
   text-align:left;
 }

 p{
   font-family: "メイリオ" , "Meiryo" , sans-serif;
 }

 #p5{
   font-family: "メイリオ" , "Meiryo" , sans-serif;
 }


 #headimg2{
   background-size: cover;
   background-position: center;
   width: 100%;
 }
 @media screen and (min-width: 640px) {
   #headimg2 {
     display: none;
   }
   #headimg{
     background-size: cover;
     background-position: center;
     width: 100%;
   }
}
@media screen and (max-width: 640px) {
  #headimg {
    display: none;
  }
}

#box1{
  position : absolute ;
  bottom : 30px ;
}

#box2{
  border-style: solid;
  border-width : 1px;
  background: #fff;
  padding: 0;
  margin-top:20px;
  min-height: 435px;
}

#box3{
  border-style: solid ;
  border-width : 1px;
  width:500px;
  padding: 15px;
  margin:20px;
}

#box4{
  border-style: solid ;
  border-width : 2px;
  width:230px;
  padding: 15px;
  margin:40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
}

#box5{
  border: 1px #000 solid;
  background: #fff;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  padding: 0 20px 20px 20px;
  min-height: 330px;
  margin-bottom: 20px;
}



@media screen and (max-width: 991px) {
    #box2 {
      min-height: 220px;
}}

#lead{
    background-color: #fff;
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    line-height: 2.0em;
    text-align: left;
}
@media screen and (min-width: 870px) {
    #lead {
      width: 700px;
}}

section{
    width: 100%;
    padding: 0px 0;
    margin-top: 0;
}

#barText{
  color: #fff;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  font-size: 20px;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
}

#bar1{
  background-image: url('../images/1931b.png');
  background-repeat: no-repeat;
  background-size:100% auto;
  height: 200px;
}
.layerTransparent{
	background-color:		rgba(14,204,211,0.6);
	height:					200px%;
}
@media screen and (min-width: 640px) {
  #bar1 {
    background-image: url('../images/1931.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:100% auto;
    height: 300px;
  }
  #bar1 .layerTransparent{
    background-color:		rgba(14,204,211,0.6);
    height:					300px;
  }}

#bar2{
  background-image: url('../images/l_095.jpg');
  background-repeat: no-repeat;
  background-size:100% auto;
  height: 200px;
}
.layerTransparent{
	background-color:		rgba(14,204,211,0.6);
	height:					200px;
}
@media screen and (min-width: 640px) {
  #bar2{
    background-image: url('../images/l_095.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:100% auto;
    height: 300px;
  }
  #bar2 .layerTransparent{
    background-color:		rgba(14,204,211,0.6);
    height:					300px;
}}

#bar3{
  background-image: url('../images/hsol1b.jpeg');
  background-repeat: no-repeat;
  background-size:100% auto;
  height: 200px;
}
.layerTransparent{
	background-color:		rgba(14,204,211,0.6);
	height:					200px;
}
@media screen and (min-width: 640px) {
  #bar3 {
    background-image: url('../images/hsol1a.jpeg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:100% auto;
    height: 300px;
  }
  #bar3 .layerTransparent{
    background-color:		rgba(14,204,211,0.6);
    height:					300px;
}}

#link{
  /*color: #fff;*/
  margin: 60px auto 10px;
}

#button {
  width:300px;
  height: 120px;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  font-size:20px;
  text-align:center;
  display:block;
  text-decoration:none;
  padding:12px 0 8px 0;
  background-image: url('../images/btn.png');
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-top: 23px;
  border-radius:10px;

}
a#button:hover {
  filter: brightness(80%);
}

#point{
  background-color: #1EBBDE;
  color: #fff;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 95px;
  padding: 10px;
}

#pointText{
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    text-align: left;
    margin: 15px;
    font-weight: bold;
}

#TabContents {
        width: 75%;
        margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    #TabContents {
        width: 90%;
        margin: 0 auto;
    }
}

#product {
  border: 1px #000 solid;
  width: 250px;
  margin-bottom: 20px;
}

#tp {
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    text-align: center;
    vertical-align: middle;
    background-color: #EEF6FF;
    width: 100px;
    font-weight: bold;
}

#tp1 {
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    text-align: left;
}

#tp2 {
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    text-align: left;
    vertical-align: middle;
}


.arrow_box {
  width: 60%;
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
  font-family: "メイリオ" , "Meiryo" , sans-serif;
  text-align: left;
  padding: 20px;
  margin: 0 30px 30px 30px;
  border-radius: 10px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 31px;
	margin-left: -31px;
}
@media screen and (max-width: 640px) {
  .arrow_box {
    width: 90%;
    margin: 0 0 30px 0;
  }

#arrow {
   margin: 0 auto;
   margin-top: 0px;
}

#eqtb{
    table-layout: fixed;
    width: 100%;
}

#p3{
    font-family: "メイリオ" , "Meiryo" , sans-serif;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
}

footer{
    background-color: #fff;
    padding: 20px 0px;
}
