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

#slider {
	position: relative;
	margin-bottom: 0;
}

.bxslider{
	line-height: 0;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	.bx-wrapper {
		border: 7px solid #FFF;
		border-width: 7px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 100%;
	}
	
	article div.page_title{
		width: 100%;
		background: #000;
		padding: 40px 10px 20px;
		margin-bottom: 70px;
		border-bottom: 2px solid #FFF;
		position: relative;
	}
	
	article div.page_title::after{
		width: 100%;
		height: 2px;
		content: '';
		border-bottom: 2px solid #E56B21;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	
	article div.page_title h2{
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		color: #FFF;
	}
	
	article div.page_title h2 img{
		width: 294px;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	article div.page_title h2 span{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
	}
	
	div.contents{
		width: 100%;
		padding: 0 10px;
		margin: 0 auto;
	}
	
	section{
		width: 100%;
		max-width: 840px;
		margin: 0 auto 120px;
		position: relative;
	}
	
	section h3{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: bold;
		color: #3E3A39;
		line-height: 1.3;
		border-left: 6px solid #E56B21;
		margin-bottom: 8px;
		padding-left: 10px;
	}
	
	section p.en{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
		color: #9E9E9F;
		margin-bottom: 12px;
	}
	
	section h4{
		display: inline-block;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 288px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
		z-index: 10;
		border: 1px solid #3E3A39;
		border-width: 1px 0;
	}
	
	section div.photo{
		line-height: 0;
		margin-bottom: 2px;
	}
	
	section div.photo + p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		margin-bottom: 26px;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 26px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li.left{
		width: 51.7%;
	}
	
	section ul li.left div{
		line-height: 0;
		margin-bottom: 2px;
	}
	
	section ul li.left p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
	}
	
	section ul li.right{
		width: 45.2%;
		display: flex;
		flex-wrap:wrap;
		align-content: space-between;
	}
	
	section ul li.right div.block{
		line-height: 0;
	}
	
	section ul li.right div.block div{
		margin-bottom: 2px;
	}
	
	section ul li.right div.block p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
	}
	
	section ul li.three{
		width: 31.4%;
	}
	
	section ul li.three div{
		line-height: 0;
		margin-bottom: 2px;
	}
	
	section ul li.three p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section div.text_block {
		width: 74%;
		padding: 8px 0;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
		border: 1px solid #3E3A39;
		border-width: 1px 0;
	}
	
	section div.text_block h5{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #E56B21;
		margin-bottom: 10px;
		letter-spacing: 0.03em;
	}
	
	section div.text_block p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		color: #3E3A39;
	}
	
	section p.info{
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		z-index: 10;
	}
	
	section p.info span{
		font-size: 10px;
		font-size: 1.0rem;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	.bx-wrapper {
		border: 3px solid #FFF;
		border-width: 3px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 100%;
	}
	
	article div.page_title{
		width: 100%;
		background: #000;
		padding: 20px 3.75% 15px;
		margin-bottom: 40px;
		border-bottom: 2px solid #FFF;
		position: relative;
	}
	
	article div.page_title::after{
		width: 100%;
		height: 2px;
		content: '';
		border-bottom: 2px solid #E56B21;
		position: absolute;
		bottom: -4px;
		left: 0;
	}
	
	article div.page_title h2{
		width: 100%;
		margin: 0 auto;
		color: #FFF;
	}
	
	article div.page_title h2 img{
		width: 147px;
		display: inline-block;
		margin-right: 0.5em;
	}
	
	article div.page_title h2 span{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	div.contents{
		width: 92.5%;
		margin: 0 auto;
	}
	
	section{
		width: 100%;
		margin: 0 auto 60px;
		position: relative;
	}
	
	section h3{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		color: #3E3A39;
		line-height: 1.3;
		border-left: 6px solid #E56B21;
		margin-bottom: 8px;
		padding-left: 10px;
	}
	
	section p.en{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		color: #9E9E9F;
		margin-bottom: 12px;
	}
	
	section h4{
		padding: 5px 0;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		z-index: 10;
		border: 1px solid #3E3A39;
		border-width: 1px 0;
		margin-bottom: 15px;
	}
	
	section div.photo{
		line-height: 0;
		margin-bottom: 2px;
	}
	
	section div.photo + p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 26px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li.left{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	section ul li.left div{
		line-height: 0;
		margin-bottom: 2px;
	}
	
	section ul li.left p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.right{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	
	section ul li.right div.block{
		width: 48%;
		line-height: 0;
	}
	
	section ul li.right div.block:first-child{
		margin-right: 4%;
	}
	
	section ul li.right div.block div{
		margin-bottom: 2px;
	}
	
	section ul li.right div.block p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section ul li.three{
		width: 48%;
		margin-bottom: 15px;
		position: relative;
	}
	
	section ul li.three:first-child,
	section ul li.three:nth-child(3){
		margin-right: 4%;
	}
	
	section ul li.three div{
		line-height: 0;
		margin-bottom: 2px;
	}
	
	section ul li.three p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section div.text_block {
		padding: 8px 0;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.3;
		border: 1px solid #3E3A39;
		border-width: 1px 0;
	}
	
	section div.text_block h5{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		color: #E56B21;
		margin-bottom: 10px;
		letter-spacing: 0.03em;
	}
	
	section div.text_block p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		color: #3E3A39;
	}
	
	section p.info{
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.5;
		z-index: 10;
		text-indent: 0!important;
		padding-left: 0!important;
	}
	
	section p.info span{
		font-size: 10px;
		font-size: 1.0rem;
	}
}

@media print, screen and (max-width: 480px){
	
}