@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01, .contents02 {
	margin-bottom: 100px;
}

.contents01 .box-in {
	width: 1280px;
	margin: 50px auto 0px;
	display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
}

.contents01 .box {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
	text-align: left;
}

.contents01 .box:nth-child(4n) {
	margin-right: 0%;
}

.contents01 .box img {
	width: 100%;
height: auto;
}

.contents01 .box-box {
	display: flex;
  justify-content: flex-start;
	align-items: flex-start;
	margin: 18px 0px 15px;
}

.contents01 .box h5 {
	font-family: 'Zen Old Mincho', serif;
color: #4d4d4d;
line-height: 1.2;
font-weight: normal;
}

.contents01 .box h5:first-child {
	margin-right: 10px;
}

.contents01 .box p {
	font-size: 14px;
	line-height: 1.6;
}

/* contents02 */

.contents02 .box-in {
	width: 1000px;
	margin-bottom: 80px;
}

.contents02 .box-in h6.btn01 {
	text-align: center;
}

.contents02 .box-in p {
	margin-bottom: 50px;
}

.contents02 .box-in h4, .contents02 .box-in h5 {
	font-family: 'Zen Old Mincho', serif;
line-height: 1.2;
font-weight: normal;
}

.contents02 .box-in h4 {
color: #ff7689;
	display: flex;
    align-items: center;
}

.contents02 .box-in h4::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: rgba(0,0,0,0.3);
	margin-left: 30px;
}

.contents02 .box-in h5 {
	font-size: 23px;
color: #231815;
line-height: 1.4;
letter-spacing: 0.15em;
	margin: 40px 0px;
}


/*contents03*/

.contents03 {
	margin-bottom: 100px;
	text-align: center;
	width: 1000px;
}

.contents03 h3 {
	font-family: 'Zen Old Mincho', serif;
	font-size: 45px;
	line-height: 1.2;
	color: #5a83a6;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}

.contents03 h2.widgettitle {
	display: none;
}

.contents03 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.contents03 ul li {
	margin: 0px 10px;
	margin-bottom: 10px;
	width: 230px;
}

.contents03 ul li a {
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.2;
	color: #5a83a6;
	font-weight: normal;
	letter-spacing: 0.05em;
	display: block;
	padding: 15px 0px;
	font-size: 20px;
	border-style : solid;
border-color : #5a83a6;
border-width : 1px;
	transition: .5s;
	background-image: url("../common/images/link-arrow01.svg");
background-position: right 20px center;
background-repeat: no-repeat;
}

.contents03 ul li a:hover {
	background-position: right 15px center;
}



/* ページャー */
.pager{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
 
a.page-numbers,
.pager .current{
	font-family: 'Zen Old Mincho', serif;
font-style: normal;
	color: #FFF;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 15px;
	font-weight: normal;
	width: 28px;
	height: 28px;
	padding-top: 4px;
	border-radius: 50%;
	background-color: #666;
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
 }



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
