
.secMain {
	background: url(../img/main/information.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#kito01,
#kito02 {
	margin-bottom: 4vw;
	padding: 2vw 0px;
}

.kito_txt {
	padding: 0px 1vw;
}

.kito_txt p {
	margin-bottom: 2vw;
}

h3 {
	width: 98%;
	margin : 0vw auto 3vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h4 {
	width: 98%;
	margin : 0vw 0vw 3vw;
	margin-bottom: 1vw;
	color: var(--key-color);
	font-size: 1.8rem;

}

h4 span{
	border-bottom: solid 1px var(--dark-color);;
	color: var(--key-color);
	padding-bottom: 5px;
}



.tableWap {
	width: 98%;
	margin : 0vw auto 3vw;
}

.column-1 {
	width: 20%;
}

.div_righ {
	padding: 0px 1vw;
/*	background-color: #fff;*/
}

/*



.div_righrTxt {
    display: inline-block;
    text-align: left;
}*/


/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/


	.secMain {
		background: url(../img/main/sp_information.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.secTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background: rgba(0,0,0,0.5);
	}
	
	.yui_txt p {
		margin-bottom: 10vw;
	}
	.gosaishin {
	margin-bottom: 4vw;
		box-sizing: border-box;
	}

	.saisin_img{
		width: 100%;
		max-width: 200px;
		padding: 0vw;
		text-align: center;
		margin: 0 auto;
	}

.column-1 {
	width: 40%;
}

.div_righr {
	padding: 0px 1vw;
	width: 70%;
	margin: 0 0 0 auto;
}




}