/* リセット */
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_title{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	padding-bottom: 5%;
}

.top_text{
	margin: 0 auto;
	width: 60%;
	font-size:15px;
	text-align: center;
	padding-bottom: 7%;
}

@media only screen and (max-width: 768px){
	.top_text{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%;
	border-bottom: 2px solid #b4b4b4;
	line-height: 1;
}

.index_contents,.contents_block{
	margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #c8c8c8;
}


/* メインコンテンツ */

.contents_text_area{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


.contents_block_sub_title{
	display: block;
    font-size: 14px;
	text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
	margin-bottom: 3%;
}

@media only screen and (max-width: 768px){
	.contents_block_main_title{
		margin: 5%;
	}
}

.contents_block_main_title{
    margin-bottom: 4%;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 21px;
	margin-bottom: 5%;
}

@media only screen and (max-width: 768px){
	.contents_block_main_title{
		margin: 7%;
	}
}



.contents_block_text{
    margin-bottom: 8%;
    line-height: 1.5;
}

.contents_sales_area ul{
	padding: 0;
	margin-bottom: 5%;
}

.contents_sales_area img{
	margin-bottom: 4%;
}

.contents_sales_area h4{
	margin-bottom: 4%;
}



@media only screen and (min-width: 768px){
	 .contents_sales_area ul li{
		 display: flex;
		 margin-bottom: 3%;
	}
}

@media only screen and (min-width: 768px){
	 .contents_sales_area_text h4{
		 margin:50px 0 20px 0;
		 font-size: 18px;
	}
}

.contents_sales_area_text{
	padding: 0 3% 5%;
	text-align: justify;
	font-size:14px;
}

@media only screen and (min-width: 768px){
	 .contents_sales_area_text{
		width: 70%;
		 padding: 0 3% 0;
	}
}

.itemlist_ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.itemlist_li{
	flex-wrap: wrap;
}

@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;
	}
}

.itemlist_li img{
	padding-bottom:3%;
}

.itemlist_li p{
    margin-bottom: 0px;
}

.main_contents img{
	transition: 1.0s;
}

.main_contents img:hover{
	opacity: 0.3;
}



