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

.red{
	color: #FF0308;
    font-weight: bold;}
.taisyou{ 
	padding-left: 5%;
}
.hatunetu{
	border: solid 4px #FFD700;
	width: 90%;
	margin: auto;
	border-radius: 10px;
    padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.kyotyo{font-size: 18px;
	    color: #AD366E;
	    font-weight: bold;
        }

.fyoyaku{width: 90%;
	margin: auto;
	display: flex;}

.fyoyaku-1{
	       margin: auto;}

.fyoyaku-2{
	       margin: auto;}

@media screen and (max-width: 768px){	
.fyoyaku{width: 100%;
	margin: auto;
	display: block;}
.fyoyaku-1{text-align: center;
	       }

.fyoyaku-2{text-align: center;
	       margin-top: 10px;}

}



.btn-stitch6 {
 display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#FEF9E1 0%, #D04848 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.btn-stitch6:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #FF9999 100%);/*グラデーションを明るく*/
}	

