@charset "utf-8";

body{
  width: 960px;
  margin:  auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: floralwhite;
  font-size: 18px;
}

.content{
  background-color: white;
}

p,h1,h2,h3{
  margin-top: 0;
}

header{
  height: 100%;
  margin: 0 auto;
  background-color: #ff9900;
  line-height: 10px;
  position: relative;
}

.head{
  width: 100%;
  height: 100px;
  
  z-index: 1;
}


.btn{
  position: absolute;
  float: right;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0px 0px 0px 4px #668ad8;
  border: dashed 1px floralwhite;
  transition: .4s;
  margin: 14px 30px;
  top: 0px;
  z-index: 123456;
  right: 100px;
}

.btn a{
  text-decoration: none;
  font-size: 17px;
  transition: .3s;
  color: #ffd478;
}

.btn:hover{
  background: #87befd;
  border: dashed 1px white;
  box-shadow: 0px 0px 0px 8px #87befd;
}

.btn:hover a{
  color: floralwhite;
}

#nav  {
  width: 960px;
  text-align: center;
}

#nav ul  {
  overflow: hidden;
  width: 960px;
  margin: 0;
  padding: 0;
  border-bottom: 1.5px solid #cccccc;
  background-color: white;
}

#nav ul li  {
  float: left;
  list-style: none;
}

#nav ul li a {
  font-size: 14px;
  display: block;
  width: 118.5px;
  height: 50px;
  padding: 0;
  line-height: 1.9;
  color: #ff9900;
  background: #fff;
  text-align: center;
  text-decoration: none; 
}

#nav .right{
  border-right: 0.5px dotted #cccccc;
}

#nav li ul {
  width: 120px;
  display: none;
  position: absolute;
  z-index: 1000000;
  background: #fff;
  padding: 0;
}
#nav li ul li {
  float: none;
  height: 50px
}
#nav li ul li a {
  background: #ffffff;
  border-top: 2px dotted #cccccc;
}

#nav li ul li a:hover{
  background: #ffeecc;
  font-weight: bolder;
}
#nav .long{
  font-size: 13px;
}

#nav .long2{
  font-size: 10.91px;
}
.content{
  padding-bottom: 30px;
  z-index: 10;
}

.title{
  font-size: 25px;
  font-weight: 500;
  padding: 10px 20px 5px 20px;
  margin: 3px  12px;
  background-color: #ffad33;
  display: block;
  box-shadow: 0px 9px 0px 12px #ffad33;
  color: white;
  border-bottom: dashed 2px white;
  text-shadow: 2px 2px 1px #ff9900;
}

.content h2{
  font-size: 30px;
  padding: 0 20px 6px 20px;
  margin: 12px  12px 15px 12px;
  background-color: #ffad33;
  border-bottom: dashed 2px white;
  box-shadow: 0px 0px 0px 12px #ffad33;
  color: white;
  text-shadow: 2px 2px 1px #ff9900;
}



.point{
  position: relative;
  border: dashed 2px lightsteelblue;
  padding: 40px 15px 30px 140px;
  margin: 60px 30px 30px 30px;
  font-size: 20px;
  font-weight: bolder;
}

.pointa{
  position: absolute;
  padding: 0.5em;
  left: 20px;
  top: -50px;
  width: 100px;
}

.content p{
  margin: 15px 40px;
  font-size: 18px;
}

.small{
  background: linear-gradient(transparent 60%, #c1e0ff 50%);
  font-weight: bolder; 
  font-size: 20px;
  margin: 0 3px;
}

.big{
  color: crimson;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 5px;
  margin: 20px;
}

.mini{
  font-size: 15px;
}

.img{
  width: 100px;
  margin: 20px;
  float: left;
}

.img2{
  width: 120px;
  margin: 20px 10px;
  float: left;
}

.img3{
  width: 90px;
  margin: 10px 25px;
  float: left;
}

.img4{
  width: 100px;
  margin: 10px 20px;
  float: left;
}

.img5{
  width: 110px;
  margin: 20px 15px;
  float: left;
}
.wa{
  
}
/*--linmenu start--*/

.linka{
  display: block;
  text-align: center;
  border-top: 2px dotted lightsteelblue;
  padding: 20px 0 10px 0;
}

.linkmenu {
    width: 700px;
    padding: 40px 0.5em 3px 0.5em;
    margin: 5px 130px 40px 130px;
    color: #663d00;
    background: #99c2ff;
    box-shadow: 0px 0px 0px 10px #99c2ff;
    border: dashed 2px floralwhite;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.name{
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height:50px;
  color: floralwhite;;
}

.linkmenu:hover{
  background: #d6eaff;
  box-shadow: 0px 0px 0px 10px #d6eaff;
  border: dashed 2px #ff9633;
  color: #ff9633;
  transition: .3s;
}

.name:hover{
  color: #ff9633;
  transition: .4s;
}

/*--linkmenu end--*/

.pagemenu{
  margin: 5px;
  padding: 10px 30px 30px 30px;
  
}

.explain{
  float: right;
  display: block;
  background-color: white;
  width: 960px;
}

.eximg{
  width: 80px;
  float: right;
  margin: 10px 20px 10px 3px;;
}

.balloon3{
  position: relative;
  display: inline-block;
  margin: 1.2em 15px 1.5em 0;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 700px;
  color: white;
  background-color: #ed615f;
  border-radius: 15px;
  border: solid 1px #666666;
  box-sizing: border-box;
  float: right;
  text-align: center;
}

.balloon3:before{
  content: "";
  position: absolute;
  top: 30%;
  right: -26px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 17px solid #ed615f;
  z-index: 2;
}

.balloon3:after{
	content: "";
	position: absolute;
	top: 31%;
	right: -28.5px;
 	margin-top: -13px;
	border: 12px solid transparent;
	border-left: 17px solid #666666;
 	z-index: 1;
}

.balloon3 p{
  margin: 5px 0 5px 15px;
  padding: 0;
}

.back{
  float: left;
}

.next{
  float: right;
}

.back,.next{
  text-decoration: none;
  padding: 5px 10px;
  border: 1px dashed #cccccc;
  color: #ff9900;
  background-color: floralwhite;
}
.back:hover, .next:hover{
  color: floralwhite;
  background: #ff9900;
  border: none;
  transition: .3s;
}
footer{
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #cccccc;
  background-color: #331f00;
}

.footerMenu li{
  list-style: none;
  width: 120px;
  padding: 5px;
}

.footerMenu a{
  color: ghostwhite;
  font-size: 15px;
}

footer ul{
  width: 960px;
  margin:0 auto;
  padding: 15px 5px;
  display: flex;
  -webkit-flex-direction:row;
  flex-direction: row;
  justify-content: space-around;
}
.footerMenu a:hover{
  color: crimson;
}

.webcontest,.yobou{
  display: inline-block;
}
.banner{
  height:  65px;
  margin: 5px 20px;
}
footer small{
  color: azure;
  font-size: 10px;
}