@charset "utf-8";

#wrapper {
	padding-bottom: 40px;
	background-color: #fff;
	min-height: calc(100vh - 60px);
	min-height: -webkit-calc(100vh - 60px);
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

#ct_bg {
	margin: 0 auto;
	padding: 0;
	color: #1a1a1a;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 133.3%;
	line-height: 1.7;
	width: 100%;
}

#ct_bg a:link,
#ct_bg a:visited,
#ct_bg a:hover,
#ct_bg a:active {
	color: #07e;
}

#ct_bg a:hover {
	text-decoration: none;
}

#ct_bg .alpha01 {
	opacity: 1.0;
	transition: opacity 0.3s linear;
}
#ct_bg .alpha01:hover {
	opacity: 0.7;
}

#ct_bg .contents01 {
	position: relative;
	max-width: 1000px;
	margin: 60px auto 0;
	padding: 60px 20px;
}

#ct_bg .contents01 > .text01 {
	position: absolute;
	left: 20px;
	top: 0;
}

#ct_bg .heading01 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#ct_bg .txt01 {
	margin-top: 40px;
}

#ct_bg .list01 {
	margin-top: 40px;
}

#ct_bg .list01 > li {
	margin-top: 5px;
	font-weight: bold;
}

#ct_bg .list01 > li:first-child {
	margin-top: 0;
}

#ct_bg small {
	font-size: 100%;
}

#ct_bg img {
	max-width: 100%;
}

@media screen and (max-width: 639px) {

#wrapper {
	padding-bottom: 50px;
	min-height: inherit;
}
	
#header {
	border-bottom: 1px solid #8f8f90;
}

#ct_bg {
	width: 100%;
	font-size: 117%;
}

#footerIn .pageTop {
	display: block;
	top: -34px;
	right: 50%;
	margin-right: -75px;
	width: 150px;
	height: 34px;
}

#footerIn .pageTop a {
	display: block;
	width: 150px;
	height: 34px;
	background: url(../img/btn_index02.png) no-repeat left top;
	background-size: 100%;
}

}

#ct_bg .wrap:after {
	content: " ";
	display: block;
	clear: both;
}

