@charset "UTF-8";
/*@media screen and (min-width:767px){*/
body{
  width: 100%;
  box-sizing: border-box;
}
header{
  box-sizing: border-box;
width: 100%;
padding: 1%;
}
main{
  position: relative;
  top:-12%;
width: 100%;
box-sizing: border-box;
}
section#slider{
  box-sizing: border-box;
  width: 100%;
}
nav.navigate ul{
  list-style: none;
  position: fixed;
  top: 100px;
  right: 50px;
  z-index: 50;
}
nav.navigate ul li{
  width: 100%;
  padding: 25%;
  color: #fff;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: #393939;
}
.over_viw{
  width: 100%;
    background: rgba(255, 255, 255, 0.3);
    padding: 1%;
    height: 100px;
    position: relative;
    bottom: 120px;
    z-index: 7;
}
p.comment{
  width: 100%;
  position: relative;
  z-index: 10;
  left: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #666;
}
h1.comment2{
  width: 100%;
  position: relative;
  bottom: 70px;
  z-index: 15;
  padding: 2%;
  right: 50px;
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 2px #666;
}
.large{
  font-size: 1.5em;
  font-weight: bold;
}
section.main_txt{
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
}

section.main_txt h2{
  color: #393939;
}
.color_red{
  color: #f30;
  text-align: center;
}

.cont_1{
  width: 99%;
  margin: auto;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 100px 100px 100px;
  grid-column: 1 / 4;
}
.cont_1 div{
  vertical-align: middle;
  padding: 6% 3%;
  text-align: center;
  place-items: center;
}
.cont_title{
  background: #393939;
    color: #fff;
    place-items: center;
}
.cont_toku{
  border-color: #ababab;
  border-style: dashed;
  border-width: thin;
  place-items: center;
}
.cont_toku p{
  font-size: 1em;
}

.cont_toku p a{
  color: #393939;
}
.point1{
  width: 99%;
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  grid-column: 1 / 4;
  margin: auto;
  border: dotted 0.3px #989898 ;
}
.point1 h2{
  text-align: center;
}
.point1 p{
  text-align: center;
}
.cont_2{
  width: 99%;
  margin: auto;
  display: grid;
  grid-template-columns: 49.5% 49.5%;

  grid-column: 1 / 4;
}
.cont_2 div{
  padding: 3%;
  border: dotted 0.3px #989898 ;
  border-spacing: 10px;
  border-collapse: collapse;
  border-style: ;
}
.num1{
  position: relative;
  left: 85%;
  color: #fff;
  width: 10%;
  text-align: center;
  padding: 2.5%;
  background-color: #393939;
  place-items: center;
  border-radius: 100%;}
.num{
  position: relative;
  left: 75%;
  color: #fff;
  width: 15%;
  text-align: center;
  padding: 2%;
  background-color: #393939;
  place-items: center;
  border-radius: 50%;

}

.cont_2 h2,p{
  text-align: center;
}
#page_top {
    position: fixed;
    bottom: 50px;
    right:2% ;
}
/*}*/
