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

.maincontents {
	background:#FFFFFF;
	z-index:-1;
	padding-left:5%;
	padding-right:5%;
}
.maincontents p {
	font-size:16px;
	line-height:1.8em;
	text-align: left;
}
.header {
	background:url(img/business_head.png) center no-repeat;
	font-size:30px;
	padding:5%;
}
#tf-home {
	background:#0F04F9;
	height:60px;
}
p.toplead {
	font-size:1.2em;
	line-height:1.6em;
}
.text-left {
	text-align: left;
}


.text-center {
	text-align: center!important;
}
.nolist {
	list-style: none;
}
.nolist li {
	line-height: 2em;
}



.table th {
	width:15%;
}
#tf-03 img {
	width:95%;
	margin:0 auto;
}
.box_title {
	padding: 35px 25px;
	width: 35%;
	background: #EAEEF1;
	
}

.business_detail {
	padding: 0 10px;
	line-height: 2em;
	
}

/* solid017 */
.button_solid017 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #543618;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eeee;
    border-radius: 50px;
    border: 0.2rem solid #543618;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
.button_solid017 a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.button_solid017 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}












@media screen and (min-width: 768px) {

.business_banner {
	max-width: 33%;
	padding: 30px;
}

.box_title {
	margin-right: 30px;
}

.w80 {
	max-width: 80%;
	margin: 0 auto;
}


}


@media screen and (max-width: 767px) {

.business_banner {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.box_title {
	padding: 25px 25px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
}

}



