@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 2% auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 8% auto;
}

.trial{
	width: 95%;
	margin: 5% auto;
}

.slide-box{
	width: 95%;
	margin: 10% auto;
}

.style{
	width: 100%;
	margin: 0 auto 15%;
}

.style p{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin: 2% auto;
}

.slider{
	width: 90%;
	margin: 2% auto;
    padding: 0;
    overflow: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
  	color: #666;
	font-size:  30px!important;
}


.silhouette-table{
	margin: 8% auto;
}

.silhouette-table .lead{
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
	width: 98%;
}

.silhouette-table table{
	width: 98%;
	background-color: #F2F2F2;
	margin: 0 auto;
}

.silhouette-table table, .silhouette-table th, .silhouette-table td{
	border-collapse: collapse;
	border: solid 1px #000;
}


.silhouette-table td{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	box-sizing: border-box;
	padding: 2% 0;
	letter-spacing: -1px;
}

.co1{
	color: #76acc0;
	font-weight: bold;
}

.co2{
	color: #dba2bf;
	font-weight: bold;
}

.co3{
	color: #afbc2e;
	font-weight: bold;
}


.silhouette-table td a{
	color: #000;
}

.silhouette-table td a:before{
	content: '●';
	font-size: 4px;
	margin-right: 3px;
}

.item{
	width: 95%;
	margin: 10% auto;
}

.item-ttl{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.item-ttl-cl1 span{
	background: linear-gradient(transparent 50%, #f4fcff 50%);
}

.item-ttl-cl2 span{
	background: linear-gradient(transparent 50%, #fdeff6 50%);
}

.item-ttl-cl3 span{
	background: linear-gradient(transparent 50%, #f7fad9 50%);
}

.item .lead{
	margin: 2% auto;
}

.item .lead span{
	font-size: 16px;
}

.item ul{
	padding: 0;
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: space-between;

}

.item ul li{
	list-style: none;
}

.item ul li p{
	margin: 2% 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.item ul li .bold{
	font-size: 30px;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.other{
	width: 80%;
	margin: 10% auto;
	text-align: center;
	font-size: 15px;
}

.other a{
	display: block;
	border: solid 1px #000;
	color: #000;
	padding: 5% 0;
}

.bg{
	background-color: #7eacdc;
	color: #fff;
	padding: 2% 0;
}

.f15{
	font-size: 15px;
	line-height: 1.6;
}

.lead-other{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

@media(min-width:750px){

.bnr{
	width: 50%;
	margin: 0 auto;
}

.lead{
	font-size: 15px;
	line-height: 2;
}
	
.br_s{
	display: none;
}

.trial{
	width: 80%;
	margin: 5% auto;
}

.slide-box{
	display: flex;
	column-gap: 10px;
	justify-content: center;
	width: 100%;
	margin-bottom: 0%;
}
	
.slider{
	width: 100%;
	margin: 4% auto;
}
	
.swiper-button-next:after, .swiper-button-prev:after {
  	color: #666;
	font-size:  20px!important;
}

.style{
	width: calc(33.3% - 10px);
	margin: 0 auto 0%;
}

.style p{
	font-size: 15px;
}

.item{
	width: 95%;
	margin: 10% auto;
}

.item ul{
	column-gap: 50px;
	width: 80%;
	margin: 0 auto;
}

.item ul li p{
	font-size: 15px;
}
	
.f15{
	font-size: 18px;
	line-height: 1.7;
}
	
.lead-other{
	font-size: 23px;
}
}