@charset "utf-8";

/* html{
	scroll-behavior: smooth;
} */

#Wrap {
	width: 980px;
	text-align: left;
    margin: 60px auto 0;
	position: relative;
}
#logo{
	width: auto;
}

footer {
	width: 980px;
	/* margin: -70px auto 40px; */
	margin: 0 auto 40px;
	/* height: 400px;
	background: url(../img/top/bg_main.jpg) no-repeat 55% bottom; */
	background-size: 100% auto;
	position: relative;
}

footer .copyright {
	position: relative;
	top: auto;
	/* bottom: 55px; */
}


/* =========================================================
terms
========================================================= */
.terms .wrapper {
	padding-bottom: 90px;
	font-size: 12px;
}


.terms .terms_title {
	font-size: 42px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	font-weight: 600;
}



.terms .secTitle02 {
	font-size: 19px;
	margin-bottom: 20px;
	text-align: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	font-weight: 600;
	color: #5b5b5b;
}
#index {
	height: 240px;
	position: relative;
	background: none;
}

#index a {
	position: absolute;
	left: 20px;
	top: 24px;
}
#index a img{
	width: 250px;
}
.hd_box{
    background: url(../img/terms/bg_title.jpg) 100% 0;
	height: 240px;
	width: calc(1060 / 1440 * 100%);
	background-size: cover;
	background-repeat: repeat-x;
	border-radius: 0 0 0 25px;
	margin: 0 0 auto auto;
}
@media screen and (max-width: 1300px) {
.hd_box{
	width: calc(1100 / 1440 * 100%);
}
}

.hd_box img{
	position: absolute;
	width: 165px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
}
.terms .term_txt {
	margin: 50px 0 40px;
	    color: #5b5b5b;
}

.termsbox {
	margin-bottom: 10px;
}

.terms .termsbox .priTit {
	font-size: 19px;
	font-weight: 600;
	line-height: 2;
	border-bottom: solid 1px #939393;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", serif !important;
}
.terms .termsbox .priTit img{
    height: 19px;
    margin-bottom: 10px;	
}
@supports (-webkit-touch-callout: none) {
	.terms .termsbox .priTit {
		border-bottom: solid 1px #939393;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	}
}

.terms .termsbox .priTit span {
	padding-right: 15px;
	letter-spacing: 1.2px;
}

.terms .termsbox .TxtBox {
	margin: 20px 0 30px;
}
.terms .termsbox .TxtBox p,.terms .termsbox .TxtBox ul li{
	color:#5b5b5b ;
}
.terms .pagetop {
	margin-top: 20px;
	text-align: right;
}


.terms .pagetop .icon_arrow {
	transform: rotate(-90deg);
}

.terms .pagetop a {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
	color: #5b5b5b;
	text-decoration: none;
	position: relative;
}

.terms .pagetop a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	width: 8px;
	height: 6px;
	margin: auto;
	background: url(../img/common/icon_caret.svg) no-repeat center bottom;
	background-size: 100%;
	transform: rotate(180deg);
}


.top.info_txt a {
	color: #fff !important;
}


.top.info_txt{
	display: none;
}
/*# sourceMappingURL=map/terms.css.m