@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none !important;
}

#ct_bg {
	background-color: #fff;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	overflow: hidden;
}

#ct_bg a { 
	color: #000;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	image-rendering: -webkit-optimize-contrast;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .snsBtn01 {
}

#ct_bg .snsBtn01 > li {
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


#ct_bg .mallBtn01 {
	width: 490px;
	margin-top: 20px;
}

#ct_bg .mallBtn01.type01 {
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallBtn01 > a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(255,126,0,1) 0%,rgba(255,79,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,126,0,1) 0%,rgba(255,79,0,1) 100%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}

#ct_bg .mallBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s,visibility .3s;
	background: -webkit-linear-gradient(top, rgba(255,79,0,1) 0%,rgba(255,126,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,79,0,1) 0%,rgba(255,126,0,1) 100%);
	content: "";
}

#ct_bg .mallBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .mallBtn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}

#ct_bg .mallBtn01 > a > .inner01::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(../img/icon_common01.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .pdfBtn01 {
	width: 240px;
	margin-top: 20px;
	margin-left: 15px;
}

#ct_bg .pdfBtn01 > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(251,85,85,1) 0%,rgba(232,36,36,1) 100%);
	background: linear-gradient(to bottom, rgba(251,85,85,1) 0%,rgba(232,36,36,1) 100%);
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

#ct_bg .pdfBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s,visibility .3s;
	background: -webkit-linear-gradient(top, rgba(232,36,36,1) 0%,rgba(251,85,85,1) 100%);
	background: linear-gradient(to bottom, rgba(232,36,36,1) 0%,rgba(251,85,85,1) 100%);
	content: "";
}

#ct_bg .pdfBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .pdfBtn01 > a> span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 10px;
    color: #e92728;
    font-size: 100%;
    padding: 3px 8px 0;
    line-height: 1;
}

#ct_bg .qaBtn01 {
	width: 240px;
	margin-top: 20px;
}

#ct_bg .qaBtn01 > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
  background: #262626;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: #fff;
	transition: background .3s;
}

#ct_bg .qaBtn01 > a span {
  padding-right: 1.2em;
  position: relative;
}
#ct_bg .qaBtn01 > a span::before {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -9px;
	width: 14px;
	height: 14px;
	right: -0px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
	transition: border .3s;
}
#ct_bg .qaBtn01 > a:hover {
  color: #262626;
  background: #fff;
}
#ct_bg .qaBtn01 > a:hover span::before {
	border-top: 1px solid #262626;
	border-right: 1px solid #262626;
}

#ct_bg .movieWrap01 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
}

@media screen and (max-width: 639px) {
	#ct_bg {
		font-size: 1.4rem;
		font-family: -apple-system, "HelveticaNeue", Helvetica;
	}

	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}

	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}

	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block !important;
	}
	img.onlySP {
		display: inline-block;
	}
	

	#ct_bg .mallBtn01 {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .mallBtn01 > a {
		padding: 10px 20px;
		font-size: 1.6rem;
	}

	#ct_bg .mallBtn01 > a:hover::before {
		opacity: 0;
		visibility: hidden;
	}

	#ct_bg .mallBtn01 > a > .inner01 {
		display: inline-block;
		position: relative;
		padding-left: 36px;
	}

	#ct_bg .pdfBtn01 {
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .pdfBtn01 > a {
		padding: 10px 20px;
		font-size: 1.6rem;
	}

	#ct_bg .pdfBtn01 > a:hover::before {
		opacity: 0;
		visibility: hidden;
	}

	#ct_bg .pdfBtn01 > a > span {
		padding: 2px 8px 1px;
	}

	#ct_bg .qaBtn01 {
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .qaBtn01 > a {
		padding: 10px 20px;
		font-size: 1.6rem;
	}

	#ct_bg .qaBtn01 > a span::before {
		margin-top: -7px;
	}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
