@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/

#proContents {
	width: 100%;
	background: #fff;
}
div#proContents ul, div#proContents li {
	list-style: none;
}
div#proContents a:hover {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
}
div#proContents a:link {
	color: #0099FF;
}
div#proContents a:visited {
	color: #0099FF;
}
div#proContents a:hover {
	color: #ff6600;
}
div#proContents a:active {
	color: #ff6600;
}
#proContents img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#contents {
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
	background: #000;
	text-align: center;
}

#proContents .txt-left {
	width: 940px;
	margin: 10px auto 0;
	color: #000;
	font-size: 80%;
	text-align: left!important;
}
#proContents .txt-right {
	width: 940px;
	margin: 10px auto 0;
	color: #000;
	font-size: 80%;
	text-align: right!important;
}
#proContents .white{
	color: #fff;
}
#proContents .black{
	color: #000;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;
}
div#page_top_wrap p {
	width: 960px;
}

/*メイン*/
#main{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}


div.section{
	padding: 0 0 80px;
}
.btn a{
	filter: drop-shadow(0 8px 4px rgba(0, 0, 0, .25));
}


#nintei {

}


#search .search--container{
	width: 960px;
	margin: 0 auto;
}
#search .search--container ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 0;
	margin: 40px auto 0;
}
#search .container--bodytype{
	margin: 60px auto 0;
}
#search .container--bodytype ul{
	justify-content: space-between;
}


#voice .voice--container{
	background-color: #000000;
	background-image: radial-gradient(circle, #333333 1px, transparent 1px), radial-gradient(circle, #333333 1px, transparent 1px);
	background-position: 0 0, 2px 4px;
	background-size: 4px 8px;
	padding: 60px 0;
	width: 100%;
	margin: 40px auto 0;
}


#shop ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 960px;
	margin: 40px auto 0;
}

#ucar p{
	margin: 40px auto 0;
}
#ucar ul li{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 480px;
	margin: 20px auto 0;
}
#ucar ul li .ucar--inner{
	height: auto;
}
#ucar ul li.hosho{
	background: url("../images/bg_hosho.png")center top/cover no-repeat;
	margin: 40px auto 0;
}
#ucar ul li.nintei{
	background: url("../images/bg_nintei.png")center top/cover no-repeat;
}
#ucar ul li.service{
	background: url("../images/bg_service.png")center top/cover no-repeat;
}


#credit p{
	font-size: 80%;
	color: #fff;
	background: #333333;
	height: 40px;
	line-height: 40px;
}