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

/* 中身-モバイルファースト======================================================================================================== */

#title{
	margin-right: -4vw;
	margin-left: -4vw;
}
#title .text{
	background-color: #EEE;
	padding: 4vw;
}
#title .logo{
	text-align: center;
}
#title h3{
	text-align: center;
	font-size: 5vw;
	margin: 4vw 0;
}

#list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#list li{
	width: 48%;
	margin-top: 4vw;
}
#list li a{
	display: block;
	text-decoration: none;
	text-align: center;
}
#list li em{
	display: block;
	font-weight: bold;
}
#list li p{
	font-size: 12px;
	text-align: left;
}
#list li .btn{
	font-size: 10px;
	display: inline-block;
	border-bottom: solid 1px #111;
}


#list .bx-wrapper .bx-controls-direction a {
	top: 40vw;
	margin: 0;
}


/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){

#title{
	margin-right: 0;
	margin-left: 0;
	display: flex;
	flex-direction: row-reverse;
}
#title .photo{
	width: 600px;
}
#title .text{
	flex: 1;
	padding: 0 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#title h3{
	font-size: 20px;
	margin: 20px 0 40px;
}


#list ul{
	display: block;
}
#list li{
	width: 360px;
	margin-top: 0px;
}
#list li .photo{
	margin-bottom: 10px;
}
#list li em{
	font-size: 18px;
}
#list li p{
	font-size: 14px;
}
#list li .btn{
	font-size: 14px;
}

#list .bx-wrapper .bx-controls-direction a {
	top: 150px;
}
#list .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -60px;
}
#list .bx-wrapper .bx-controls-direction a.bx-next {
	right: -60px;
}

}

