@charset "utf-8";
/* CSS Document */
 
img{
max-width: 100%;
height: auto;
}

.img_section{
	width: 100%;
}

.midashi1{
	width: 100%;
	text-align: center;
}

h1{
	font-size: 26px;
}

.introduce_detail1{
	width: 63%;
	margin: 0 auto 7%;
}

.introduce_detail1 ul{
	list-style: none;
}

.introduce_detail1 li{
	font-size: 18px;
}

.introduce_detail1 li:nth-child(5){
	margin-bottom:5%;
}

.introduce_detail2{
	width: 55%;
	margin: 0 auto;
	font-size: 18px;
}

.introduce_detail3{
	width: 100%;
	text-align: center;
}

.introduce_qr{
	text-align: center;
	margin-bottom: 5%;
}

.introduce_buttons{
	width:40%;
	padding:3%;
	color: #fff;
	background-color: #eb6100;
	border-radius: 0.5rem;
	text-align: center;
 	vertical-align: middle;
	margin: 2% auto 10%;
}

.introduce_buttons:hover {
  color: #fff;
  background: #ed8e4b;
}
