@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	 background: linear-gradient(-225deg, #d8e8fe 0%, #f5f9ff 56%, #d8e8fe 100%);
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	 background: linear-gradient(-225deg, #d8e8fe 0%, #f5f9ff 56%, #d8e8fe 100%);
	padding-bottom: 5%;
}

.wrapper img{
	display:block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.box{
	width: 90%;
	margin: 0 auto 5%;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2% 1%;
}

/*.box h1{
	text-align: center;
	color: #93b7e7;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 3px;
	padding-top: 3%;
	position: relative;
	display: inline-block;
	padding: 0 100px;
	display: table;
	margin: 2% auto;
}*/

.box .box__title {
	width: 100%;
	margin: 3% auto 3%;
	display: flex;
	align-items: center;
	position: relative;
}
.box .box__title:before,
.box .box__title:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	color: #93b7e7;
}

.box .box__title__border {
	position: relative;
	display: table;
	padding: 0em 0.5em;
	font-size: 40px;
	letter-spacing: 1px;
	margin: 1% auto;
	line-height: 1.0;
	top:0;
	color: #93b7e7;
}

.box__title__border:before, .box__title__border:after {
	  position: absolute;
	  top: 0;
	  content:'';
	  width: 8px;
	  height: 100%;
	  display: inline-block;
	color: #93b7e7;
}

.box__title__border:before {
	  border-left: solid 1px #93b7e7;
	  left: 0;
}

.box__title__border:after {
	  content: '';
	  border-right: solid 1px #93b7e7;
	  right: 0;
}

.font__helvetica{
	font-family: "helvetica-lt-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.box .lineup{
	position: absolute;
	font-size: 12px;
	top: -23%;
	left: 50%;
	transform: translateX(-50%);
	color: #93b7e7;
}

.no{
	width: 15%;
	margin: 5% auto;
}

.box p{
	text-align: center;
	font-size: 14px;
	margin: 0 0 1%;
}

.box h2{
	text-align: center;
	margin: 3% 0 6%;
	font-size: 20px;
}

.box h2 span{
	background: linear-gradient(transparent 50%, #d6e6fb 50%);
}

.box h3{
	text-align: center;
	margin: 2% 0;
	font-size: 30px;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.box ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap:20px 10px;
	justify-content: center;
}

.box ul li{
	width: calc(50% - 10px);
}

.box ul li p{
	font-size: 11px;
	line-height: 1.6;
	margin: 3% 0;
}

.btn{
	display: block;
	width: 70%;
	margin: 8% auto;
	text-align: center;
	background-color: #93b7e7;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 3;
	border-radius: 5px;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.pdTop5{
	padding-top: 5%;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 0 auto;
	padding-top: 5%;
}
	
.box{
	width: 100%;
	padding: 1% 5%;
}


.box ul{
	flex-wrap: nowrap;
}

.box ul li p{
	font-size: 12px;
}
	
	.box .itemtwo{
		width: 50%;
		margin: auto;
	}

.btn{
	width: 30%;
	line-height: 3.5;
	margin: 8% auto 5%;
	font-size: 16px;
}

.box .brand{
	gap:10px 10px;
	width: 100%;
	margin: 5% auto;
	padding: 0;
}

.pdTop5{
	padding-top: 3%;
}
	
	.flex{
		display: flex;
		column-gap: 50px;
		justify-content: center;
	}
	
	.flex .btn{
		margin: 5% 0;
	}
	
	.box .box__title__border {
		padding: 0em 1em;
		font-size: 50px;
	}
	
	.box .lineup{
	position: absolute;
	font-size: 16px;
	top: -20%;
	left: 50%;
	transform: translateX(-50%);
	color: #93b7e7;
}


}