@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#btn-area {
	height: 140px;
}

#btn-all {
	margin: 0 0 80px 245px;
	float: left;
}
#btn-area a:hover{
	opacity: 0.6;
}
.main_box{
	width:980px;
	font-family: 'Noto Sans JP', sans-serif;
	color:#333;
}


.read{
	width:100%;
	box-sizing: border-box;
	padding: 60px 0;
	text-align: center;
}
.read p{
	font-size:16px;
	line-height:2em;
}
.itemBtn{
	
}
.itemBtn a{
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	width:400px;
	margin:30px auto 0 auto;
	padding: 1em 0 1.2em 0;
	font-size:16px;
	line-height: 100%;
	font-weight: 700;
	border-radius: 999px;
	background-color: #fef7f1;
	color:#993b1a;
	border: 1px solid #993b1a;
	position: relative;
}
.itemBtn a:hover{
	opacity: 0.6;
}
.itemBtn a::before {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 2px #993b1a;
  border-right: solid 2px #993b1a;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  right: 1.75em;
  transition: all 0.4s 0s ease;
}
.itemBtn a:hover::before{
  right: 1.5em;
}
.left{
	width:490px;
	float:left;
}


.right{
	width:490px;
	float:left;
	clear:right;
}

.right2{
	width:465px;
	float:right;
	clear:right;
}