@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/

#proContents {
	width: 980px;
}
body, #proContents #proContents p{
	line-height: 170%;
}
div#proContents ul, div#proContents li {
	list-style: none;
}
div#proContents a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}
div#proContents .section a{
	display: block;
}
div#proContents .section a:hover{
	background: #b0e4dc;
	border-radius: 8px;
}
div#proContents a:link {
	color: #0099FF;
}
div#proContents a:visited {
	color: #0099FF;
}
div#proContents a:hover {
	color: #ff6600;
}
div#proContents a:active {
	color: #ff6600;
}
img {
	vertical-align: bottom;
}
#contents {
	width: 100%;
	background: url("../images/bg_paint.png")center top no-repeat #00418e;
	text-align: center;
	padding: 40px 0;
}

.white{
	color: #fff;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-top: 30px;
}
div#page_top_wrap p {
	width: 960px;
}

/*menu*/
.headBox{
	position: absolute;
	z-index: 100;
}
.headBox .wrapper{
	text-align: right;
	width: 938px;
	margin: -35px auto;
	font-size: 0;
}
.headBox.fixed{
	position:fixed;
	top: 35px;
}


/*main*/
.main{
	width: 100%;
	height: 465px;
    margin: 0 auto 40px;
    position: relative;
    background: #fff;
}
.main .bg{
	background: url("../images/bg_paint.png")center -40px no-repeat;
	opacity: 0.3;

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.main .inner{
	padding: 20px 0 0;
	width: 100%;
	margin: auto;
	position: absolute;
}
.main h1{
	margin-bottom: 20px;
}
#proContents .main p.main__text{
	font-size: 15px;
	font-weight: bold;
}
.main .inner .main__point{
	background: #00418e;
	border-radius: 10px;
	width: 860px;
	margin: 20px auto;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
.main .inner .main__point ul{
	display: flex;
	flex-wrap: wrap;
}


/*btnArea*/
.btnArea {
	margin: 0 auto 40px;
}
.btnArea ul{
	width: 880px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*search*/
.search {
	width: 880px;
	margin: 0 auto 40px;
	background: #fff;
	padding: 30px 0;
}
#proContents .search h3{
	font-size: 24px;
	line-height: 1.5;
}
#proContents .search p{
	margin: 10px auto 0;
	font-size: 20px;
}
.search ul{
	width: 820px;
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search ul li{
	margin-bottom: 20px;
}
.search ul li:nth-last-child(-n+3){
	margin-bottom: 0;
}
.search .import{
	margin: 30px auto 0;
}
.search .import ul{
	width: 260px;
}

p.txt-right{
	text-align: right;
}


.dealer {
	width: 880px;
	margin: 0 auto 40px;
	background: #fff;
	padding: 30px 0;
}
#proContents .dealer h3{
	font-size: 24px;
	line-height: 1.5;
}
#proContents .dealer p{
	margin: 10px auto 0;
	font-size: 20px;
}
.dealer ul{
	width: 820px;
	margin: 25px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.dealer ul li{
	border: 2px solid #00418e;
	border-radius: 8px;
	position: relative;
}
#proContents .dealer ul li a{
	padding: .5em 2em;
	font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: black;
}
#proContents .dealer ul li a::after{
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("../images/icon_arrow.svg")center top no-repeat;
}
#proContents .dealer ul li a:hover{
	text-decoration: none;
}
#proContents .dealer ul li a span.small{
	font-size: 70%;
}