/* リセット */
img{
	vertical-align:top;
}

ol,ul{
	list-style: none;
}



/* メインコンテンツ */

.contents{
	font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
	letter-spacing: 0.05em;
	color: #4D4D4dD;
	font-size: 1.6rem;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

/* TOP */
.pcimg{
	display: block !important;
}

.spimg{
	display: none !important;
}

@media only screen and (max-width: 768px){
	.pcimg{
		display: none !important;
		}

	.spimg{
		display: block !important;
		}
}

.main_visual{
	padding-bottom: 7%;
}

.top_text{
	margin: 0 auto;
	width: 60%;
	text-align: center;
	padding-bottom: 7%;
	line-height: 20px;
}

@media only screen and (max-width: 768px){
	.top_text{
		width: 100%;
		font-size: 16px;
	}
}


/*ラッピングボタン*/
a.wrpg_btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 60%;
	margin: auto;
	padding: 15px;
	font-weight: bold;
	border: 2px solid #526183;
	border-radius: 3px;
	color: #526183;
	transition: 0.5s;
	margin-bottom: 7%;
}

a.wrpg_btn:hover {
	color: #fff;
	background: #526183;
}

@media only screen and (max-width: 768px){
	a.wrpg_btn{
		width: 100%;
	}
}


/* 目次 */
.index_color_area{
	margin: 0 auto;
	width: 60%;
	background-color: #f4f4f4;
	padding: 40px 0 20px 0;
	margin-bottom: 2%;
	display: block;
	text-align: center;
}

@media only screen and (max-width: 768px){
	.index_color_area{
		width: 100%;
	}
}

.index_title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.index_color_area ul{
	display: inline-block;
	padding-left: 0;
	padding-bottom: 10px;
}

.index_color_area ul li{
	text-align: left;
}

.index_text li a{
	display: inline-block;
	margin-bottom: 7%;
	line-height: 1;
	border-bottom: 1px solid #c8c8c8;
}

.index_contents{
	padding-bottom: 7%;
}

.index_text li{
	transition: 1.0s;
}

.index_text li:hover{
	opacity: 0.3;
}



/* メニューボタン */
.botan_title{
	margin: 0 auto;
	width: 60%;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3%;
}

.menu_botan ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 800px;
	padding-bottom: 7%;
}

@media only screen and (max-width: 768px){
	.menu_botan ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		padding-bottom: 10%;
	}
}


.menu_botan li{
	width: 180px;
	padding: 15px;
	text-align: center;
	border-radius: 3px;
	background: #526183;
	transition: 1.0s;
}

@media only screen and (max-width: 768px){
	.menu_botan li{
		width: 100%;
	}
}

.menu_botan li a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.menu_botan li:hover{
	opacity: 0.3;
}





/* メインコンテンツ */
.main_contents_bgc{
	background-color: #EDF0F5;
	padding: 0% 3%;
	padding-bottom: 100px;
}

@media only screen and (max-width: 768px){
	.main_contents_bgc{
		padding-bottom: 50px;
	}
}

.main_contents_bgc2{
	padding: 0% 3%;
	padding-bottom: 100px;
}

@media only screen and (max-width: 768px){
	.main_contents_bgc2{
		padding-bottom: 50px;
	}
}


.contents_block{
	padding-top: 100px;
}

@media only screen and (max-width: 768px){
	.contents_block{
		padding-top: 50px;
	}
}

.main_contents{
	padding-top: 50px;
}



.contents_text_area{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


.contents_block_sub_title{
	display: block;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 2%;
}


.contents_block_main_title{
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 3%;
	color: #526183;
	line-height: normal;
}

@media only screen and (max-width: 768px){
	.contents_block_main_title{
		margin: 4%;
		line-height: 28px;
		font-size: 19px;
	}
}

.title_br {
	display: none;
}

@media screen and (max-width: 768px) {
	.title_br {
		display: block;
	}
}


.contents_block_text{
	margin-bottom: 5%;
	font-size: 14px;
	line-height: 27px;
}

@media screen and (max-width: 768px) {
	.contents_block_text {
		font-size: 12px;
		line-height: 23px;
	}
}

.contents_sales_area ul{
	padding: 0;
	margin-bottom: 5%;
}

.contents_sales_area img{
	margin-bottom: 4%;
}

.contents_sales_area h4{
	line-height: 30px;
}

@media only screen and (max-width: 768px){
	.contents_sales_area h4{
		line-height: 25px;
		margin-bottom: 14px;
	}
}

@media only screen and (min-width: 768px){
	.contents_sales_area_text h4{
		margin:35px 0 20px 0;
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px){
	.contents_sales_area ul li{
		display: flex;
		margin-bottom: 3%;
	}
}

.contents_sales_area_text{
	padding: 0 3% 8%;
	text-align: justify;
	font-size:14px;
}

@media only screen and (min-width: 768px){
	.contents_sales_area_text{
		width: 70%;
		padding: 0 3% 0;
	}
}

@media only screen and (max-width: 768px){
	.contents_sales_area_text p{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px){
	.contents_sales_item{
		font-size: 12px;
		margin-bottom: 10px;
	}
}

.contents_sales_item{
	border-bottom: 1px solid #c8c8c8;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.contents_sales_item{
	transition: 1.0s;
}

.contents_sales_item:hover{
	opacity: 0.3;
}

.contents_sales_item_mini{
	transition: 1.0s;
}

.contents_sales_item_mini:hover{
	opacity: 0.3;
}



.itemlist_ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media only screen and (max-width: 768px){
	.itemlist_ul{
		gap: 10px;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 768px){
	.itemlist_li{
		width: 48%;
	}
}

@media only screen and (min-width: 768px){
	.itemlist_li{
		width: 23%;
	}
}

@media only screen and (min-width: 768px){
	.itemlist_li img{
		width: 200px;
	}
}

.contents_hover img{
	transition: 1.0s;
}

.contents_hover img:hover{
	opacity: 0.3;
}

.main_contents img{
	transition: 1.0s;
}

.main_contents img:hover{
	opacity: 0.3;
}


.sp_price{
	color: #fff;
	background-color: #ABA049;
	padding: 3px;
}


/*予算別*/
.price_itemlist{
	margin-bottom: 100px;
}

.itemlist_li img{
	padding-bottom:3%;
}

.itemlist_li p{
	line-height: 20px;
	margin-bottom: 7px;
}

.price_title1 {
	background: #EDF0DF;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	padding: 18px;
	margin-bottom: 15px;
}

.price_title2 {
	background: #E1EFF0;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	padding: 18px;
	margin-bottom: 15px;
}

.price_title3 {
	background: #EBEAFA;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	padding: 18px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
	.price_title1 {
		background: #EDF0DF;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
		border-radius: 3px;
		padding: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px){
	.price_title2 {
		background: #E1EFF0;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
		border-radius: 3px;
		padding: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px){
	.price_title3 {
		background: #EBEAFA;
		line-height: 1;
		font-size: 14px;
		font-weight: bold;
		border-radius: 3px;
		padding: 15px;
		margin-bottom: 15px;
	}
}
