/* ===========================================
Common Class
=============================================*/

/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:block;
overflow:hidden;
}

.cf:after {
clear:both;
}
.clear{
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}

/* hide-txt */

.hide-txt {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/* ===========================================
CSS STYLE
=============================================*/

html {
	width: 100%;
 	height: 100%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:62.5%; /* 1em=10px */
}

body {
	width: 100%;
	height: 100%;
	background: #FFF;
 	font-size:1.2rem; /*1rem=10px */
	-webkit-text-size-adjust:100%;
 	color: #333;
 	overflow-y: scroll;
	position: relative;
 	z-index: 1;
}


/*---------------------------
Wrapper
---------------------------*/

#wrapper {
	width: 100%;
	min-width: 1200px;
	line-height: 1;
	position: relative;
	overflow: hidden;
}


/*---------------------------
Header
---------------------------*/

#header {
	width: 100%;
	height: 80px;
	border-bottom: 3px solid #c5002a;
	background: #4c4c4c;
	position: relative;
}

#header .inner {
	width: 1140px;
	margin-left: -570px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 0;
}

#header h1 img {
	width: 100px;
	height: auto;
}


/*---------------------------
Footer
---------------------------*/

#footer {
	height: 80px;
	background: #000;
	color: #999;
	line-height: 80px;
	position: relative;
	z-index: 9998;
}

#footer .inner {
	width: 1170px;
	height: 80px;
	margin: 0 auto;
}

#footer .sns {
	float: left;
}

#footer .sns li {
	margin-right: 40px;
	display: inline-block;
}

#footer .menu {
	float: right;
}

#footer .menu li {
	font-size: 1.1rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Georgia, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin-left: 15px;
	display: inline-block;
}

#footer .menu li a {
	color: #999;
	text-decoration: none;
}

#footer .menu li a:hover,
#footer .menu li a:active {
	text-decoration: underline;
}


/*---------------------------
contents
---------------------------*/

#contents {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: block;
}


/*---------------------------
key
---------------------------*/

#key {
	width: 100%;
	position: relative;
}

#key h2 {
	position: absolute;
	right: 0;
	top: 52px;
	z-index: 2;
}

#key .bg {
	position: relative;
	z-index: 1;
}

#key .bg img {
	width: 100%;
	height: auto;
}

#key h3 {
	text-align: center;
	margin-top: 55px;
}

#key p {
	font-size: 16px;
	text-align: center;
	margin-top: 28px;
}


#about {
	width: 100%;
	position: relative;
}


/*---------------------------
about
---------------------------*/

#about .type {
	margin-top: 57px;
}

#about .type .detail {
	padding-left: 182px;
	margin-top: 46px;
	position: relative;
}

#about .type .detail .icon {
	position: absolute;
}

#about .web.type .detail .icon {
	left: 46px;
	top: -13px;
}

#about .tw.type .detail .icon {
	left: 38px;
	top: -12px;
}

#about .type .detail p {
	margin-top: 26px;
}


#about .step {
	margin-top: 36px;
}

#about .step li {
	background: #f2f2f2;
	text-align: center;
	padding: 35px 0;
	margin-bottom: 69px;
	position: relative;
}

#about .step li:after {
	content: "";
	width: 32px;
	height: 19px;
	background-image: url(../IMAGES/about_step_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: -44px;
	display: block;
}

#about .step li:last-child {
	margin-bottom: 0;
}

#about .step li:last-child:after {
	content: none;
}

#about .step li h4 {
	position: absolute;
	left: 55px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#about .step li p {
	font-size: 18px;
}

#about .step li p span {
	font-weight: bold;
}

#about .step li .btn {
	margin-top: 21px;
}


#about .hash {
	border-bottom: 1px dotted #d8d8da;
	padding-bottom: 32px;
	margin-top: 32px;
}

#about .hash .title {
	position: relative;
}

#about .hash .title p {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 182px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#about .hash > p {
	font-size: 12px;
	line-height: 2;
	color: #4c4c4c;
	margin-top: 20px;
}

#about .example {
	margin-top: 25px;
	position: relative;
}

#about .example h4 {
	position: absolute;
	left: 0;
	top: 7px;
}

#about .example p {
	font-size: 13.5px;
	font-weight: bold;
	line-height: 2.14;
	color: #1ea0f1;
	margin-left: 182px;
}

#entry {
	margin-top: 26px;
}

#entry .policy {
	height: 340px;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	overflow-y: scroll;
}

#entry .policy p {
	font-size: 12px;
	line-height: 1.83;
}

#entry .policy p span {
	font-weight: bold;
}

#entry .policy p a {
	color: inherit;
	text-decoration: none;
}

#entry .policy p a:hover {
	text-decoration: underline;
}

#entry .check {
	font-size: 16px;
	text-align: center;
	margin-top: 35px;

}

#entry .check label {
	padding-left: 30px;
	position: relative;
	display: inline-block;
}

#entry .check input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
}

#entry .btn {
	text-align: center;
	margin-top: 35px;
}

#entry .btn li {
	margin: 0 20px;
	display: inline-block;
}

#qa {
	background: #f7f7f7;
	padding: 50px 0;
	margin-top: 40px;
}

#qa .inner {
	width: 778px;
	margin: 0 auto;
}

#qa h4 {
	text-align: center;
}

#qa .text {
	width: 520px;
	float: left;
	margin-top: 50px;
}

#qa .text h5:nth-of-type(n + 2) {
	margin-top: 70px;
}

#qa .text p {
	font-size: 13px;
	line-height: 2.46;
	margin-top: 20px;
}

#qa .text p a {
	color: #c5002a;
	text-decoration: none;
}
#qa .text p a:hover {
	text-decoration: underline;
}

#qa .image {
	width: 206px;
	float: right;
	margin-top: 38px;
}

#banner {
	border-top: 1px solid #ccc;
	margin-top: 50px;
}

#banner .inner {
	width: 1140px;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
}

#banner .inner ul {
	text-align: center;
}

#banner .inner ul li {
	margin: 0 15px;
	display: inline-block;
}

#banner .inner .btn-pagetop {
	position: absolute;
	right: 0;
	bottom: 15px;
}



































