/* CONTACT */

.contactWrapper {
	color: #fff;
    width: 100%;
    margin: 0 auto;
	padding: 30px 30px 50px;
	background-color: #1e1e1e;
	box-sizing: border-box;
}
.contactWrapper .inner {
    max-width: 1100px;
	margin: 0 auto;
}
.contactWrapper .titTx {
    font-size: 29px;
    margin-bottom: 20px;
    text-align: center;
}
.contactWrapper .lineT {
    border-top: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-top: 24px;
}
.contactWrapper .threeColumn .col {
    width: 32%;
	float: left;
	margin-left: 2%;
	margin-top: 14px;
}
.contactWrapper .threeColumn .col:first-child {
    margin-left: 0 !important;
}
.contactWrapper .titTx02 {
    font-size: 19px;
    margin-bottom: 15px;
}
.contactWrapper .bt01, .contactWrapper .bt02 {
    border: 2px solid #989b33;
}
.contactWrapper .inner .bt01 a {
	color: #FFF;
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 20px;
}
.contactWrapper .inner .cat a{
    background: url(/middleware/yebis3/image/new_top/btn-trial-on.png) no-repeat;
	background-position: 14% center;
	background-size: 30px auto;
	padding-left: 40px;
	background-color:#989b33;
	transition: all 0.3s ease-in-out;
}
.contactWrapper .inner .cat a:hover{
	background-color:#000;	
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contactWrapper .titTx02 span {
    color: #989b33;
	margin-right: 5px;
}
.contactWrapper .inner .inq a{
    background: url(/middleware/yebis3/image/new_top/btn-contact-on.png) no-repeat;
	background-position: 10% center;
	background-size: 30px auto;
	padding-left: 40px;
	background-color:#989b33;
	transition: all 0.3s ease-in-out;
}
.contactWrapper .inner .inq a:hover{
	background-color:#000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contactWrapper .time{
	padding-left: 20px;
	font-size: 14px;
}
.contactWrapper .tel {
    line-height: 1.3;
	padding-left: 20px;
	font-size: 14px;
}
.contactWrapper .tel .number, .contactWrapper .tel .number a {
	font-weight: bold;
    font-size: 26px;
    color: #989b33;
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MyYuGothicM", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
@media only screen and (min-width: 1px) and (max-width: 680px) {
	.contactWrapper{
		margin-bottom: 50px;
	}
	.contactWrapper .titTx {
    	font-size: 20px;
		margin-bottom: 10px;
	}
	.contactWrapper .lineT {
		margin: 15px 0px 0;
		padding-top: 15px;
		padding-left: 0;
	}
	.contactWrapper .threeColumn .col{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 25px
	}
	.contactWrapper .threeColumn .col:first-child{
		margin-top: 15px;
	}
	.contactWrapper .titTx02{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.contactWrapper .inner .bt01 a{
		font-size: 18px;
	}
	.contactWrapper .inner .inq a{
		/*background-position: 7% center;*/
		background-size: 25px auto;
	}
	.contactWrapper .inner .cat a{
		/*background-position: 10% center;*/
		background-size: 25px auto;
	}
	.contactWrapper .tel .number, .contactWrapper .tel .number a{
		font-size: 24px;
	}

}
