@charset "UTF-8";

#toppage.cloud #top{
	background-color: #eeefef;
	padding: 70px 0;
	color: #231f20;
}

#toppage.cloud #top .bomagLowerInner{
	width: 1200px;
	margin: 0 auto;
}

#toppage.cloud #top .bomagLowerMainRow{
	display: flex;
	margin-bottom: 50px;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText{
	/*width: 70%;*/
	width: 100%;
	/*padding-right: 60px;*/
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h1{
	margin-bottom: 20px;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h1 img{
	height: 90px;
    width: auto;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h1 .optionType{
	display: inline-block;
    background-color: #ffda4d;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 90px;
    width: 90px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
	margin-right: 18px;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText .targetModelList{
	display: flex;
	margin-bottom: 40px;
	font-size: 14px;
}
#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText .targetModelList dt{
	padding-right: 5px;
}
#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText .targetModelList dt::after{
	content: "：";
}
#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText .targetModelList dd::after{
	content: "／";
}
#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText .targetModelList dd:last-child::after{
	display: none;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h2{
	text-align: left;
    font-size: 22px;
    color: #00adb0;
	margin-bottom: 10px;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText p{
    font-size: 18px;
    font-weight: bold;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainImage{
	width: 30%;
}

#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainImage figure figcaption{
	font-size: 14px;
    margin-top: 10px;	
}

#toppage.cloud #top .balloonBox{
	background-color: #fff;
    border: solid 6px #ffda4d;
    border-radius: 18px;
    padding: 30px 20px 15px;
}

#toppage.cloud #top .balloonBox .squareList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

#toppage.cloud #top .balloonBox .squareList li{
	font-size: 18px;
	font-weight: bold;
	width: 48%;
	margin-bottom: 0.8em;
	padding-left: 1.2em;
	position: relative;
}

#toppage.cloud #top .balloonBox .squareList li::before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #00adb0;
    position: absolute;
    left: 0;
    top: 7px;
}

#toppage.cloud .bg_catalog{
	padding: 70px 0;
}

@media screen and (max-width: 768px){
	header .top.wrap{
		max-width: 100%;
    	padding: 15px 15px 7px;
	}
	#toppage.cloud #top .bomagLowerInner{
		width: 100%;
		padding: 0 3%;
	}
	#toppage.cloud #top .bomagLowerMainRow{
		display: block;
		margin-bottom: 30px;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText{
		padding-right: 0;
		width: 100%;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainImage{
		width: 100%;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h1 img{
		height: 55px;
	}

	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h1 .optionType{
		font-size: 12px;
		width: 55px;
		line-height: 55px;
		margin-right: 10px;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h1{
		margin-bottom: 15px;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText .targetModelList{
		font-size: 12px;
		margin-bottom: 20px;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText h2{
		font-size: 18px;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainText p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#toppage.cloud #top .bomagLowerMainRow .bomagLowerMainImage figure figcaption{
		font-size: 12px;
	}
	#toppage.cloud #top .balloonBox .squareList li{
		font-size: 14px;
		width: 100%;
	}
	#toppage.cloud #top .balloonBox .squareList li::before{
		width: 12px;
		height: 12px;
		top: 5px;
	}
	#toppage.cloud #top .balloonBox {
	    padding: 20px 15px 10px;
	}
	#toppage.cloud #top{
		padding: 55px 0 50px;
	}
	#toppage.cloud .bg_catalog{
		padding: 30px 0;
	}
}