.open_link .sub-menu{display: none;}
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
.mainTit {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.note {
	font-size: 1.2rem;
}
.mainImg .wrapper {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.recommend {
	margin-top: 80px;
}
.recommend .list {
	display: flex;
	justify-content: center;
	padding: 0;
}
.recommend .img {
	text-align: center;
	margin-bottom: 30px;
}
.recommend .list .item {
	list-style: none;
	padding: 0 20px;
}
.recommend .txt {
	text-align: center;
	font-size: 2.2rem;
	margin: 60px 0;
}
.sodan {
	margin-top: 50px;
	padding: 30px 90px 40px;
	background: #fef8a6;
}
.sodan .imgTit {
	text-align: center;
	margin-bottom: 20px;
}
.sodan .imgSet {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sodan .imgSet + .imgSet {
	margin-top: 80px;
}
.sodan .imgSet .img {
	width: 300px;
	padding-right: 80px;
}
.sodan .imgSet .areaTxt {
	width: 380px;
}
.sodan .imgSet .areaTxt .tit {
	font-size: 1.9rem;
	font-weight: bold;
}
.sodan .imgSet .areaTxt .txt {
	font-size: 1.6rem;
	margin: 0;
}
.space {
	background: #cae8d9;
}
.money {
	background: #d9f2aa;
}
.flow {
	margin-top: 80px;
}
.flow .list {
	margin: 50px 0;
	padding: 0;
	display: flex;
	list-style: none;
	justify-content: space-between;
}
.flow .list .item {
	width: 255px;
}
.flow .list .box {
	color: #fff;
	background: #42c14e;
	text-align: center;
	padding: 10px;
}
.flow .num {
	font-size: 2.5rem;
	margin: 0;
}
.flow .tit {
	font-size: 2.3rem;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
}
.flow .tit span {
	font-size: 1.9rem;
	font-weight: normal;
}
.flow .txt {
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
.flow .green {
	font-size: 1.8rem;
	color: #009245;
}
.flow .red {
	font-size: 1.7rem;
	color: #ed1c24;
}
.flow .img {
	padding: 30px 40px 10px;
}
.cv {
	margin-top: 80px;
	background: #ffff66;
	padding: 40px 40px 20px;
	text-align: center;
}
.btn {
	text-align: center;
	width: 300px;
	margin: 30px auto 0;
	height: 60px;
	color: #fff;
	background: #ef7726;
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.cv p {
	font-weight: bold;
	color: #ed1c24;
	font-size: 1.7rem;
}
.btn:hover {
	opacity: .7;
}
.btn span {
	display: inline-block;
	padding-right: 20px;
	text-align: center;
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/online/arrow01.png) right center no-repeat;
}
.leadTxt {
	text-align: center;
	font-size: 1.6rem;
}
.mainTitBox {
	margin: 10px 0 100px;
}
.mainTitBox .img {
	margin: 30px 0 60px;
}
.mainTitBox .lout-row {
	margin-left: -15px;
	margin-right: -15px;
}
.mainTitBox .lout-3column {
	padding: 0 15px;
}
.mainTitBox .lout-3column a:hover {
	opacity: .7;
}

.titImg {
	margin-bottom: 60px;
}
.mainImg {
	margin-bottom: 50px;
}
@media only screen and (max-width: 735px) {
	.recommend .txt {
		font-size: 1.8rem;
		margin: 30px 0;
	}
	.recommend .list .item {
		padding: 0 3px;
	}
	.sodan {
		padding: 20px 20px 0;
	}
	.sodan .imgSet + .imgSet {
		margin-top: 20px;
	}
	.sodan .imgSet .img {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.sodan .imgSet .areaTxt {
		width: 100%;
	}
	.sodan .imgSet .areaTxt .tit {
		margin-top: 0;
	}
	.sodan .imgSet .areaTxt .txt {
		font-size: 1.4rem;
	}
	.flow .list {
		flex-direction: column;
		margin: 20px 0;
	}
	.flow .list .item {
		width: 100%;
	}
	.flow .list .box {
		padding: 5px;
	}
	.flow .tit {
		font-size: 1.8rem;
	}
	.flow .tit span {
		font-size: 1.6rem;
	}
	.flow .img {
		padding: 0 20%;
	}
	.flow .txt {
		font-size: 1.4rem;
		margin-top: 0;
	}
	.flow .txt.green {
		font-size: 1.6rem;
	}
	.flow .red {
		font-size: 1.5rem;
	}
	.btn {
		width: 90%;
	}
	.wrapper {
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
	.mod-slider {
		margin: 0 auto 30px;
	}
	.mainTit {
		font-size: 2.0rem;
	}
	.leadTxt {
		text-align: left;
	}
	.mainTitBox {
		margin: 10px 0 80px;
	}
	.mainTitBox .img {
		margin: 30px 0;
	}
	.mainTitBox .lout-3column + .lout-3column {
		padding-top: 25px;
	}
	.lout-2column + .lout-2column {
		padding-top: 15px;
	}
	.titImg {
		width: 95%;
		margin: 0 auto 30px;
	}
}
