@charset "utf-8";

/* index */
body#info {
	background-color: #F3F7FB;
	color: #1A1A1A;
}
a.c-link {
	text-decoration: underline;
	color: #131313;
	font-size: 14px;
}
a.c-link :hover {
	color: #909090;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
h2 {
	margin: 0px auto 32px;
	padding-top: 125px;
	font-size: 24px;
	text-align: center;
}
dl {
	position: relative;
	margin-bottom: 50px;
}
dt {
	margin-top: 19px;
	font-size: 12px;
	position: absolute;
	left: 4px;
	line-height: 1.5;
}
dd {
	padding-top: 18px;
	/*padding-left: 120px;*/
	padding-bottom: 12px;
	border-bottom: 1px dashed #b5c6ce;
	font-size: 14px;
	line-height: 1.5;
}
dd a {
	text-decoration: underline;
	color: #131313;
}
dd a:hover {
	color: #909090;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}



a.c-btn {
    display: flex;
    margin-top: 50px;
    width: 250px;
    height: 14px;
    padding: 30px;
    border-radius: 4px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    align-items: center;
	justify-content: center;
	margin: auto;
}
a.c-btn {
	background: #008481;
}
a.c-btn.-disable{
	background: #555;
	cursor: inherit;
	pointer-events: none;
}
a.c-btn.-disable:hover {
	opacity: 1;
}
a.c-btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie 6 7 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.c-btn span {
	background: url(../../parts/img/arrow_010.png) no-repeat;
	background-position: 0 50%;
	padding-left: 21px;
}
.article {
	font-size: 16px;
	padding: 30px;
	background: #fff;
	line-height: 1.6;
	margin-bottom: 50px;
}
.article p + p{
	margin-top: 20px;
}
form {
	font-size: 16px;
	padding: 30px;
	background: #fff;
	line-height: 1.6;
	margin-bottom: 150px;
}
label {
	cursor: pointer;
}
.u-ac{
	text-align: center;
	margin-bottom: 30px;
}
