@charset "UTF-8" ;

/* base style */ 
 * {
    margin: 0; 
    padding: 0;
 }
 html, body { 
  width: 100%; 
 } 
 body { 
   background-color: #000; 
 } 
 a { 
   color: #FFFF00; 
 } 
 ul { 
   list-style: none; 
 } 
 img { 
   max-width: 100%; 
 } 
 p {
	line-height: 1.5;
 }
 
 /* header */ 

 .header { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-box-pack: justify; 
   -webkit-justify-content: space-between; 
   -ms-flex-pack: justify; 
   justify-content: space-between; 
 } 
 .header ul { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-box-align: center; 
   -webkit-align-items: center; 
   -ms-flex-align: center; 
   align-items: center; 
 } 
 .header ul li { 
   margin-left: 5px; 
   margin-right: 5px;
   font-size: 140%;
 } 
 .header {
    border: 8px solid #FFF;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 5px;
    padding: 10px;
}
.wrap { 
    background-color:;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align:;
    background-image: url(images/onpu-bk1.jpg);
    background-size: cover;
}

/* btn3D */
.btn-text-3d {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.32), 0px 1px 0px #FF0000, 0px 2px 0px #FF0000, 0px 3px 0px #FF0000;
}
.btn-text-3d:active {
  top: 4px;
  text-shadow: none;
}
/* 013 */
.button013 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration:none;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 10px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 15px;
    z-index:0;
    border-left: solid 5px #6bb6ff;
}
.button013 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #6bb6ff;
    transition: .3s;
    left:0;
}
.button013 a:hover {
    color: #FFF;
}
.button013 a:hover:before {
    width: 100%;
    z-index: -1;
}
/* button */
.button {
  display: inline-block;
  text-decoration: none;
  color: #FFFF00;
  font-size: 24px;
  width: 300px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: double 8px #FFFF00;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .6s;
}

.button:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* button1 */
.button1 {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  width: 300px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: double 8px #FFF;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .6s;
}

.button1:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
 /* button2 */
.button2 {
  display: inline-block;
  text-decoration: none;
  color: #FE1C80;
  font-size: 24px;
  width: 250px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: double 8px #FE1C80;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .6s;
}

.button2:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
 /* button3 */
.button3 {
  display: inline-block;
  text-decoration: none;
  color: #00FFFF;
  font-size: 24px;
  width: 200px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  border: double 8px #00FFFF;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .6s;
}

.button3:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

 /* button33 */
.button33 {
  display: inline-block;
  text-decoration: none;
  color: #00FFFF;
  font-size: 15px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: double 6px #00FFFF;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .6s;
}

.button33:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

 /* btn */
.btn-flat-border3 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #FFC0CB;
  font-size: 20px;
  border: solid 4px #FFC0CB;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border3:hover {
  background: #FFC0CB;
  color: black;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #00FF00;
  font-size: 20px;
  border: solid 4px #00FF00;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border2:hover {
  background: #00FF00;
  color: black;
}
.btn-flat-border1 {
  display: inline-block;
  padding: 0.3em;
  margin: 0 auto ;
  font-size: 20px;
  text-decoration: none;
  color: #FFFF00;
  border: solid 4px #FFFF00;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border1:hover {
  background: #FFFF00;
  color: black;
}
 .btn-flat-border6 {
  display: inline-block;
  padding: 0.5em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #00FFFF;
  border: solid 3px #00FFFF;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border6:hover {
  background: #00FFFF;
  color: black;
}

.btn-flat-border11 {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  font-size: 20px;
  text-decoration: none;
  color: #00FF00;
  border: solid 4px #00FF00;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border11:hover {
  background: #00FF00;
  color: black;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #FF0000;
  border: solid 4px #FF0000;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #FF0000;
  color: black;
}

 .btn-flat-border6 {
  display: inline-block;
  padding: 0.5em;
  margin: 0.3em 0;
  text-decoration: none;
  color: #00FFFF;
  font-size: 20px;
  border: solid 4px #00FFFF;
  border-radius: 10px;
  transition: .4s;
}

.btn-flat-border6:hover {
  background: #00FFFF;
  color: black;
}

 /* inde */ 
 .inde { 
   box-shadow: 0 0 4px #000; 
   background-color: white;
 }
 .inde h2 {
   font-weight: bold;
   text-align: center;
   font-size: xx-large;
   padding: 5px;
   margin: 10px 0;
   color: #FFF;
   line-height: 1.5;
 }
 .inde h5 {
   font-weight: bold;
   text-align: center;
   font-size: 1.4rem;
   padding: 5px;
   color: #FFF;
 }
 .inde p { 
   padding: 8px;
   margin: 10px;
 }
 .inde img { 
   width:;
   text-align: center;
 }
 /* main */
 .main { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-flex-wrap: wrap; 
   -ms-flex-wrap: wrap; 
   flex-wrap: wrap; 
   padding: 10px; 
   width: 80%;
   margin: 0 auto ;
 } 
 .main div.inde { 
   width: calc(100% - 10px); 
   margin: 0 12px;
   color: #B59658;
   background: #000;
 }
 /* sub */
 .sub { 
   -js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-flex-wrap: wrap; 
   -ms-flex-wrap: wrap; 
   flex-wrap: wrap; 
   padding: 10px; 
   text-align: center;
   width: 90% ;
   margin: 0 auto ;
 } 
 .sub div.inde { 
   width: calc(33.33% - 10px); 
   margin: 5px; 
 }
 .sub div.inde p {
	font-size: 14px;
}
 /* box30 */
.box30 {
    margin: 2em 0;
    width: 80% ;
    margin: 0 auto ;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #008000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    font-size: 14px;
}
 /* box28 */
.box28 {
    width: 80% ;
    position: relative;
    margin: 1em auto;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #000;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
 /* box26 */
.box26 {
    width: 80% ;
    position: relative;
    margin: 1em auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #0000FF;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
 /* footer */ 
 .footer {
	border-top: 6px solid #A85E5C ;
	color: #B59658 ;
	margin-top: 1em ;
	padding: 1em 0 ;
	background: #000 ;
 }
 .contents-wrap {
	-js-display: flex; 
   display: -webkit-box; 
   display: -webkit-flex; 
   display: -ms-flexbox; 
   display: flex; 
   -webkit-flex-wrap: wrap; 
   -ms-flex-wrap: wrap; 
   flex-wrap: wrap; 
   padding: 10px; 
   width: 96% ;
   margin: 0 auto ;
 }
 .contents-box {
   width: calc(33.33% - 10px); 
   margin: 5px;
 }

 @media screen and (max-width: 768px){
 p {
	font-size:;
	line-height:;
 }
 .header { 
     display: none;
 }
 .footer {
     display: none;
 }
 .inde h2 {
	 font-size: .8rem;
  }
 .inde h5 {
	 font-size: .8rem;
  }
 .inde p { 
     font-size: 12px;
  }
 .button {
	font-size: px;
  }
 .button2 {
	font-size: px;
  }
 .button3 {
	font-size: px;
  }
 .button4 {
	font-size: px;
  }
 .button5 {
	font-size: px;
  }
 .contents-box {
     width: calc(100% - 10px); 
     margin: 5px;
   }
}