@charset "utf-8";
/* CSS Document */

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.text1{
	font-size: 2.2em;
	text-align: center;
	line-height: 16px;
	}

.h5{
	font-size: 3em;
	font-weight: 300;
}

.dotira{
	align-content: center;
	padding-bottom: 2em ;
	padding-left: 6em;

}

.dotira_btn{
	margin-right: 20px;  
}


ul.nav{
  padding: 20px;
}
ul.nav li{
  display: inline-block;
  border: 1px solid #D35400;
  padding: 10px;
	margin-bottom: 10px;
  background: #F39C12;
  width: 100px;
  text-align: center;
	active:hover;

}
ul.nav li a{
      color: #fff;
      text-decoration: none;
}

ul.nav2 li{
  display: inline-block;
  border: 1px solid #D35400;
  padding: 15px;
	margin: 15px;
	margin-left: 30px;
  background: #F39C12;
  width: 200px;
  text-align: center;
	font-size: 1.3em;
	active:hover;

}
ul.nav2 li a{
      color: #fff;
      text-decoration: none;
}.dotira_btn {
}
