@charset "utf-8";
/* CSS Document */




/*************************************

#mv

**************************************/

#inner_mv div img {
 /*width: 705px;*/
	width: 587px;
}

@media screen and (max-width: 768px) {
	
	#inner_mv div img {
	  width: 312px;
		margin: 0 auto;
	}
}



/*************************************

#kakunin

**************************************/




.read_box{
	text-align: center;
	margin-bottom: 60px;
}

.read_box img{
	width: 140px;
	max-width: 80%;
}
.read_box span{
	font-size: 26px;
	color: #e56c36;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.read_box p{text-align: left;}


/*確認したい内容*/

.bosyu{margin-bottom: 60px;}

.bosyu li{margin-bottom: 40px;}
.bosyu li:last-child{margin-bottom: 0;}
.bosyu h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
}
.bosyu h2::before{
  content: "";
  display: inline-block;
  background: url(../img/txt_icon.png)center/contain no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
	left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bosyu .note_txt{
	margin-top: 20px;
	display: inline-block;
}

#kakunin>a{
  width: 48%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.read_box span{font-size: 20px;}
	.bosyu h2{
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 700px) {
	.bosyu{margin-bottom: 40px;}
	#kakunin>a{width: 80%;}
}


