/* CSS Document */
.sp{
	display: none;
}
body.home .p-home-box.p-home-box.syodan .p-home-box__title{
	border-bottom: 2px solid #29abe2;
	color:#29abe2;
	line-height: 1.5;
}

body.home .p-home-box.p-home-box.syodan .p-home-box__title span{
	display: block;	
}
body.home .p-home-box.p-home-box.syodan .p-home-box__title span:first-child{
	font-size: 13.8px;
}

body.home .p-home-box.p-home-box.syodan .p-home-box__sidelink{
	top:45px;
	position: static;
	margin-top: 20px;
}

body.home .p-home-box.p-home-box.syodan .p-home-box__sidelink a{
	color:#29abe2;
}

body.home .p-home-box.p-home-box.syodan table .syodanTD{
	font-size:14px;
}

body.home .p-home-box.p-home-box.syodan table td.syodanTD {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    
}

body.home .p-home-box.p-home-box.syodan table td.syodanTD label {
    flex-basis: 7em;
    flex-shrink: 0;
    
}

body.home .p-home-box.p-home-box.syodan table .syodanTD a{
	color: #54092d;
}

body.home .p-home-box.p-home-box.syodan table .syodanTH{
    display: none;
}

.businessmall-box{
/*	margin-top:40px; */
}

.businessmall-box iframe {
	height: 240px;
}
.businessmall-box .p-event-calendar__title {
    line-height: 1.3;
}
@media only screen and (max-width: 768px){
	.sp{
		display:inherit;
	}
	body.home .p-home-box.p-home-box.syodan .p-home-box__title {
		background-color: #29abe2;
		color: #ffffff;
		height: auto;
	}
	
	body.home .p-home-box.p-home-box.syodan .p-home-box__title span{
		display: inline;	
	}
	body.home .p-home-box.p-home-box.syodan .p-home-box__title span:first-child{
		font-size: 16px;
	}
	
	body.home .p-home-box.p-home-box.syodan .p-home-box__sidelink{
	background-color: #29abe2;
	text-align: right;
	margin: auto;
	}
	
	body.home .p-home-box.p-home-box.syodan .p-home-box__sidelink a {
		color: #ffffff;
		width: auto;
	}
	
	
	body.home .p-home-box.p-home-box.syodan table{
		background-color: #d4eef9;	
	}
	
	.businessmall-box iframe {
		height: 430px;
	}
}