/*  PC===============================================================================================*/

.header_logo{
	float: left;
	margin-top: 5px;
	width: 500px;
}

.header_logo.-small{
	width: 350px;
}

.header_logo img{
	width: 100%;
	height: auto;
}

#change .header_logo img{
	width: 100%;
	height: auto;
}

.button_boxA{
	padding: 0 7.5% 7.5%;
}

.sp-header{
	height: 55px;
}

.sp_header_logo img{
	margin-top: 15px;
	margin-left: 10px;
	width: 220px;
}

.headerDiscription{
	margin-top: -2px;
	margin-left: 10px;
}

.sp_header_logo img{
	margin-top: 22px;
}

.menu-toggle{
	background-color: transparent !important;
}

.buttonA{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
}

.CardA__button .buttonA{
	width: 100%;
}

.feature_txt{
	padding: 25px 0 0 0;
}

.more-link{
	display: block;
	margin: 2em auto 0;
	padding: 1em;
	max-width: 60%;
	border: thin solid #a24073;
	color: #a24073 !important;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;
	line-height: 1;
}

.more-link:hover{
	background-color: #a24073;
	color: #fff !important;
}

section.system{
	margin-top: 0;
}

.Denture{
	margin-bottom: 0 !important;
	padding: 60px 0 80px 0;
	background-color: #f6f2ed;
}

.Denture__main{
	display: Flex;
	-ms-flex-pack: justify;

	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.Denture__banner{
	margin-bottom: 40px;
	text-align: center;
}

.Denture__bannerSp{
	display: none;
	margin-bottom: 40px;
	text-align: center;
}

.Denture__item{
	width: 23.5%;
}

.CardA{
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #ebebeb;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.CardA__img img{
	display: block;
	max-width: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}

.CardA__head{
	padding-bottom: 30%;
	text-align: center;
	letter-spacing: .05em;
	font-size: 18px;
	line-height: 1.5;

	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
}

.CardA__elm{
	padding: 25px 10px 20px;
}

.CardA__button{
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: calc(100% - 40px);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.CardA__notStandOut{
	font-size: 70%;
}

.multiline{
	display: inline-block;
	margin-bottom: 10px;
}

.feature__discription{
	margin-bottom: 40px;
	text-align: center;
}

.paragraph{
	margin-bottom: 1em;
}

.Denture .btn_more{
	margin: 40px auto;
	padding: 20px 0;
	max-width: 500px;
	font-size: 20px;
}

/*  SP===============================================================================================*/

/*  end SP */

.Denture__discription{
	margin-bottom: 40px;
	text-align: center;
}

.system__discription{
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
}

.worry__discription{
	margin-bottom: 40px;
	text-align: center;
}

.worry__discription a{
	text-decoration: underline;
}

@media screen and (min-width: 768px){
	.buttonA img{
		-webkit-transition: all .4s;
		     -o-transition: all .4s;
		        transition: all .4s;
	}

	.buttonA img:hover{
		opacity: .7;
	}

	.fade:hover .buttonA img, .CardA__img a.fade:hover img{
		opacity: .7;
	}
}

@media screen and (max-width: 768px){
	nav{
		top: 24px;
	}

	.wrap{
		/*margin-top: 75px;*/
	}

	.sp-header{
		top: 24px;
	}

	.sp_header_logo img{
		margin-top: 15px;
	}

	.headerDiscription{
		position: fixed;
		top: 0;
		z-index: 100;
		margin: 0;
		padding: 7px 10px 7px;
		width: 100%;
		background-color: #efefef;
		line-height: 1.3;
	}

	.CardA__button .buttonA{
		width: 60%;
	}

	.feature_txt{
		padding: 0;
	}

	.Denture__banner{
		display: none;
	}

	.Denture__bannerSp{
		display: block;
	}

	.Denture__item{
		margin-bottom: 15px;
		width: 48%;
	}

	.feature__discription{
		text-align: left;
	}

	.Denture__discription{
		text-align: left;
	}

	.system__discription{
		text-align: left;
	}

	.worry__discription{
		text-align: left;
	}
}

@media screen and (max-width: 540px){
	.CardA__head{
		font-size: 16px;
	}
}

@media screen and (max-width: 500px){
	.Denture__item{
		width: 100%;
	}
}

