@charset "utf-8";


/*-----------------------------------

mainContainer

-----------------------------------*/

#mainContainer {
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
}

#mainContainer section .inner {
}

.box01 {
	border: 1px solid #eee;
	margin-bottom: 45px;
	padding: 45px 50px 45px 85px;
	position: relative;
}

.boxInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.boxInner img {
	border: solid 2px #e4e3e3;
    padding: 10px;
    box-sizing: border-box;
    width: 172px;
}
.boxInner dl {
	width: 600px;
}

.boxInner dt {
	font-size: 2.4rem;
	margin-bottom: 80px;
}

.boxInner dd {
	color: #a0a0a0;
	font-family: 'Noto Sans JP', sans-serif;
}

.boxInner dd.btn {
	position: absolute;
	bottom: 45px;
	right: 50px;
}

.boxInner dd.btn a {	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 45px;
	background: #60a2b2 url("../../images/common/icon_dl.png") 25px center no-repeat;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 20px;
	border-radius: 7px;
	font-family: 'Noto Sans JP', sans-serif;
}

.boxInner dd.btn a:hover {
	opacity: 0.7;
}

.page ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page ul li {
	margin: 0 7px;
}

.page a {
	background: #fcfcfc;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	color: #333;
}

.page a:hover {
	opacity: 0.7;
}

.page ul li.current a,
.page ul li.current a:hover {
	background: #4e575c;
	color: #fff;
	opacity: 1;
	cursor: default;
	border-radius: 3px;
}


@media screen and (max-width: 559px) {

.box01 {
	border: 1px solid #eee;
	margin-bottom: 10.67vw;
	padding: 8vw;
	position: relative;
}

.boxInner {
	display: block;
}

.boxInner img {
	border: solid 2px #e4e3e3;
  padding: 2.67vw;
  box-sizing: border-box;
  width: 40vw;
	display: block;
	margin: 0 auto 2.67vw;
}

.boxInner dl {
	width: 100%;
}

.boxInner dt {
	font-size: 2.0rem;
	margin-bottom: 2.67vw;
	text-align: center;
}

.boxInner dd {
	color: #a0a0a0;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.boxInner dd.btn {
	position: static;
	margin-top: 5.33vw;
}

.boxInner dd.btn a {	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53.33vw;
	height: 13.33vw;
	background: #60a2b2 url("../../images/common/icon_dl.png") 6.67vw center no-repeat;
	background-size: 4vw auto;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 5.33vw;
	border-radius: 2vw;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
}

.boxInner dd.btn a:hover {
	opacity: 0.7;
}

.page ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.page ul li {
	margin: 0 2vw 4vw;
}

.page a {
	background: #fcfcfc;
	border: 1px solid #eee;
	padding: 2.67vw 4vw;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	color: #333;
}

.page a:hover {
	opacity: 0.7;
}

.page ul li.current a,
.page ul li.current a:hover {
	background: #4e575c;
	color: #fff;
	opacity: 1;
	cursor: default;
	border-radius: 3px;
}

}
