/* CSS Document */

#contentArea h2 {
	margin-bottom: 30px;
}

#contentArea h3 {
	margin-bottom: 25px;
}

.section01 {
	padding-bottom: 40px;
}

.section02,
.section03 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.section01 {
	margin-top: 35px;
}

.section02 dt {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 8px;
}

.section03 {
	margin: 0;
	padding: 0;
	border: none;
}

.txt02 {
	text-indent: -1em;
	margin-left: 1em;
}

.txt01 {
	margin-left: 30px;
}

.txt03 {
	width: 288px;
	margin: 10px 10px 0 auto;
	font-size: 85%;
}

.txt04 {
	font-size: 18px;
}

.mgb30{
	margin-bottom: 30px;
}

.attention {
}
.section01 dd{
	text-indent: -3em;
	padding-left: 3em;
	font-size: 12px;
	float: right;
}
div.join1bf {
	display: block;
	background: #1b65d5;
	width: 3em;
	padding: 0.5em 2em;
	border-radius: 0.5em;
	position: absolute;
	margin-top: -1em;
	color: #ffffff;
	font-size: calc(110%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
div.join1 {
	width: 90%;
	background: linear-gradient(45deg, #3787ff 0%, #adceff 50%, #3787ff 100%);
	color: #ffffff;
	font-size: calc(180%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
	text-shadow: 2pt 2pt 5pt #000000;
}
div.join2 {
	width: 45%;
	background-color: #c1daff;
}
div.join2 h4 {
	background-color: #3787ff;
	color: #ffffff;
	font-size: calc(110%);
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	border: 1pt solid #ffffff;
}
div.join2 p {
	text-align: center;
	padding: 1em 0;
}
div.join2 p span{
	font-size: calc(130%);
	font-weight: bold;
}

a.join3 {
	display: block;
	text-align: center;
	width: 80%;
	background-color: #3787ff;
	color: #ffffff;
	font-size: calc(150%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 1em;
	box-shadow: 2px 2px 4px #666666;
	border-radius: 0.5em;
	margin: 1em auto;
	transition-duration: 0.3s;
}

//a.join3::after {
//	content: "";
//	display: inline-block;
//	width: 50px;
//	height: 50px;
//	background-image: url('../images/perks/link_cursor.png');
//	background-position: center;
//	background-size: contain;
}

div.intro1bf {
	display: block;
	background: #0aab34;
	width: 3em;
	padding: 0.5em 2em;
	border-radius: 0.5em;
	position: absolute;
	margin-top: -1em;
	color: #ffffff;
	font-size: calc(110%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
div.intro1 {
	width: 90%;
	background: linear-gradient(45deg, #1fc54a 0%, #c7e965 50%, #1fc54a 100%);
	color: #ffffff;
	font-size: calc(180%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;

	text-shadow: 2pt 2pt 5pt #000000;
}
div.intro2 {
	width: 45%;
	background-color: #dbf7e2;
}
div.intro2 h4 {
	background-color: #1fc54a;
	color: #ffffff;
	font-size: calc(120%);
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	border: 1pt solid #ffffff;
}
div.intro2 p {
	text-align: center;
	padding: 1em 0;
}
div.intro2 p span{
	font-size: calc(130%);
	font-weight: bold;
}

a.intro3 {
	display: block;
	text-align: center;
	width: 80%;
	background-color: #1fc54a;
	color: #ffffff;
	font-size: calc(150%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 1em;
	box-shadow: 2px 2px 4px #666666;
	border-radius: 0.5em;
	margin: 1em auto;
	transition-duration: 0.3s;
}
div.both1 {
	width: 90%;
	background: linear-gradient(45deg, #e78000 0%, #ffd094 50%, #e78000 100%);
	color: #ffffff;
	font-size: calc(180%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 1em 0;
	margin: 0 auto;
	text-shadow: 2pt 2pt 5pt #000000;
}

a.both3 {
	display: block;
	text-align: center;
	width: 80%;
	background-color: #e78000;
	color: #ffffff;
	font-size: calc(150%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	padding: 1em;
	box-shadow: 2px 2px 4px #666666;
	border-radius: 0.5em;
	margin: 1em auto;
	transition-duration: 0.3s;
}
a.join3:hover, a.intro3:hover, a.both3:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
	text-decoration: none;
	box-shadow: 0px 0px 2px #666666;
}

