@charset "utf-8";

main{
	margin: 0 auto 80px;
}
body {
	padding-bottom: 0;
}
.breadcrumb {
	width: 1050px;
	margin: 80px auto 74px;
}
footer {
	position: static;
}


main h2.title {
	font-size: 78px;
}
main h3 {
	font-size: 16px;
	color: #1F2775;
	font-weight: 500;
	margin-bottom: 10px;
}



#sec01 {
	width: 1050px;
	margin: 0 auto 70px;
}
#sec01 p {
	font-size: 20px;
	font-weight: bold;
}


#sec02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1280px;
}
.pagination-container {
	margin: 0 auto;
	max-width: 1280px;
	/* 一時的にPC版は非表示 */
	/*display: none;*/
}

#sec02 .items {
	width: 410px;
	padding: 30px 25px;
	background: #F5F5F7;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 15px #d9d9d9;
	position: relative;
	margin-bottom: 25px;
}
#sec02 .items.new:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: url("../images/icon_new.png") 0 0 no-repeat;
	z-index: 999;
}
#sec02 .items .flexBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#sec02 .items .flexBox .textBox {
	width: 190px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5;
}
#sec02 .items ul {
	list-style: none;
}
#sec02 .items ul li {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
}
#sec02 .items ul li:before {
	content: "●";
	color: #B5B5B5;
}
#sec02 .items .btn_ama {
	position: absolute;
	top: 186px;
	right: 30px;
}
#sec02 .items .btn_ama a:hover {
	opacity: .7;
}



.page {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}
.page li {
	font-size: 12px;
	align-items: center;
	margin-left: 2em;
}
.page li.page a {
    text-indent: -100%;
    overflow: hidden;
    white-space: nowrap;
	background: url("../images/icon_page_off.png") 0 0 no-repeat;
	height: 12px;
	width: 12px;
}
.page li.this a {
	background: url("../images/icon_page_on.png") 0 0 no-repeat;
}
.page li a:hover {
	opacity: .7;
}
.page li.pn a,
.page li.prev a,
.page li.next a {
	display: block;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 16px 27px 10px;
}
.page li.prev {
	order: 1;
}
.page li.next {
	order: 2;
}

#sec02 .btn_op {
	display: none;
}


@media only screen and (max-width:1296px) {
#sec02 {
	width: 1050px;
	margin: 0 auto;
	justify-content: space-around;
}
.pagination-container {
	width: 1050px;
	margin: 0 auto;
}

}


@media only screen and (max-width:1220px) {
main{
	width: 100%;
	margin-bottom: 18vw;
}
main h2.title {
	font-size: 2.9em;
	margin-bottom: 8vw;
	line-height: 1.2;
}
main h3 {
	font-size: 1.5em;
	margin-bottom: 2vw;
}
.breadcrumb {
	width: auto;
	margin: 8vw auto 4vw;
}

main p,
main li {
	font-size: 1.25em;
}



#sec01 {
	width: auto;
	margin: 0 auto 10vw;
}
#sec01 p {
	font-size: 1.28em;
}


#sec02 {
	width: 100%;
}
#sec02 .items {
	width: 45%;
	padding: 20px 25px;
	margin-bottom: 2em;
	position: relative;
}

#sec02 .item_inner {
	max-height: 78vw;
	overflow: hidden;
	transition: 0.7s;
	position: relative;
}
#sec02 .item_inner.open {
	max-height: 150vw;
	transition: 0.7s;
}

#sec02 .items .flexBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
#sec02 .items .flexBox .textBox {
	width: 45%;
	font-size: 1.14em;
}
#sec02 .items .btn_ama {
	position: static;
	top: auto;
	right: auto;
	text-align: center;
	margin: 1em 0;
}

.pagination-container {
	width: 100%;
}



}



@media only screen and (max-width:768px) {
#sec02 .items {
	width: 100%;
	margin-bottom: 2em;
}
#sec02 .btn_op {
	position: absolute;
	bottom: 2vw;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/btn_close.png")0 0 no-repeat;
	z-index: 999;
	display: block;
}
#sec02 .btn_op img {
	transition: 0.5s;
}
#sec02 .btn_op.open img {
	opacity: 0;
	transition: 0.5s;
}
#sec02 .items .btn_ama {
	margin: 1em 0 4em;
}

.pagination-container {
	display: block;
}


}


