@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
a.itext {
width: auto !important;
height: auto !important;
}

b{
  font-weight: 600 !important;
}
.news{
	border:8px solid #a28261;
	padding:10px 0 10px 30px;
	background-image: url(../images/common/news_bg.png);
}
.news>div{
	text-align: center!important;
}

.tb-br {
		white-space: nowrap;
	}

/*================== ○○○○.html =================*/

@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
	.news{
	padding:5px 0 5px 5px;
}
	.news>div{
	text-align: left!important;
}
}
.index-bg1-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.index-bg1-wrap .index-bg1 {
	width: 48%;
}
.index-bg1 {
	background: #fff !important;
	padding: 0 30px 60px 30px;
	/*height: 400px;*/
}
.index-bg1 .col1 {
	font-size: 18px;
	color: #1bcad0;
	font-weight: bold;
}
.index-bg1 .col2 {
	font-size: 17px;
	border-bottom: 3px solid #5ccfc0;
}
.index-bg1-1 {
	position: relative;
	background: url(../images/common/bg11.jpg) !important;
	border: 8px solid #a28261;
	background-size: cover;
	background-repeat: no-repeat;
}
.index-bg1-2 {
	position: relative;
	background: url(../images/common/bg13.jpg) !important;
	border: 8px solid #a28261;
	background-size: cover;
	background-repeat: no-repeat;
}
/*.index-bg1-1:before {
	position: absolute;
	content: "";
	background: url(../images/common/bg12.png);
	width: 100%;
	height: 112px;
	bottom: 0;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}*/
.index-bg1-1:after {
	position: absolute;
	content: "";
	background: url(../images/common/icon1.png);
	width: 140px;
	height: 163px;
	bottom: 0;
	right: 10px;
	background-repeat: no-repeat;
}
.index-bg1-1:before {
	position: absolute;
	content: "";
	background: url(../images/common/text1.png);
	width: 317px;
	height: 31px;
	bottom: 0;
	left: 10px;
	background-repeat: no-repeat;
	background-size: 70%;
	z-index: 1;
}
.index-bg1-wrap .text1 {
	position: relative;
    z-index: 11;
}
@media screen and (max-width: 640px) {
    .index-bg1-wrap .index-bg1 {
		width: 100%;
	}
	.index-bg1-1 {
		margin-bottom: 50px;
	}
}
.index-bg11 {
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    background-color: #FAF160;
}
.home-slider {
	background: none !important;
}