@charset"utf-8";
html {
	font-size: 62.5%;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
*{
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
}
h1,h2,h3,h4{
	font-weight: bold;
}
p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a.footer {
	color:#333333;
	text-decoration:none;
}

.btn_link {
	font-weight: bold;		/* フォント 太字 */
	display: block;		/* インライン要素をブロック要素に */
	width: 200px;		/* ボタンの横幅を300px */
	background: #46b2fa;	/* ボタンに背景色 */
	color: #ffffff;		/* 文字色を白に */
	text-decoration: none;	/* アンダーラインを消す */
	padding: 10px 20px 10px 20px;	/* 枠線とテキストに余白*/
	text-align:center;		/* テキストをボタンの中央に */
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

div.title{
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: x-large;
}
section {
	margin: 10px;
}

h2 {
	margin-bottom: 3%;
}
h3 {
	text-align: left;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	margin-bottom: 3%;
}
hr {
	border-top: 1px solid #D3D3D3;
	margin: 0;
}
input[type=radio] {
	display: none;
}
label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 2px;
}
label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #ccc;
}
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 50%;
	background: #6a6a6a;
}
button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px #a87922;
	-moz-box-shadow: 0px 2px 0px #a87922;
	box-shadow: 0px 2px 0px #a87922;
	background: #f5a417;
	text-align: center;
	margin: 0 auto;
	width: 85%;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px 0 12px;
	border-style: none;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
button.gray {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 0px #BFBCB6;
	-moz-box-shadow: 0px 2px 0px #BFBCB6;
	box-shadow: 0px 2px 0px #BFBCB6;
	background: #D9D7D7;
	text-align: center;
	margin: 0 auto;
	width: 85%;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 15px 0 12px;
	border-style: none;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.button.normal {
	color: #050505;
	padding: 14px;
	margin: 20px 5% 0px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	background: -moz-linear-gradient(
			top,
			#ffffff 0%,
			#ffffff 50%,
			#f2f2f2);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#ffffff),
			color-stop(0.50, #ffffff),
			to(#f2f2f2));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cfcfcf;
	-moz-box-shadow:
			0px 1px 3px rgba(227,227,227,0.5),
			inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
			0px 1px 3px rgba(227,227,227,0.5),
			inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
			0px 1px 3px rgba(227,227,227,0.5),
			inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
			0px -1px 0px rgba(000,000,000,0.2),
			0px 1px 0px rgba(255,255,255,1);
}

.button.normal:hover{
	background: -moz-linear-gradient(
			top,
			#f2f2f2 0%,
			#f2f2f2 50%,
			#ffffff);
	background: -webkit-gradient(
			linear, left top, left bottom,
			from(#f2f2f2),
			color-stop(0.50, #f2f2f2),
			to(#ffffff));
}

div.title_background_gray{
	background-color: #BDBDBD;
	padding: 10px 0px 10px 5px;
	color: black;
	font-weight: bold;
	border-bottom: 1px;
}
.point {
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
}
.point span {
	color: #5d5d5d;
	font-size: 16px;
	font-size: 1.6rem;
}
.point_gray {
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
}
.point_gray span {
	color: #BDBDBD;
	font-size: 16px;
	font-size: 1.6rem;
}
.ballon {
	background-color: #EFEFEF;
	-webkit-box-shadow: 0px 2px 0px #D3D3D3;
	-moz-box-shadow: 0px 2px 0px #D3D3D3;
	box-shadow: 0px 2px 0px #D3D3D3;
	position: relative;
	z-index: 0;
	margin-top: 3%;
	padding: 2%;
	line-height: 1.5;
}
.ballon:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #EFEFEF transparent;
}
.caution {
	background-color: #ffc9c9;
	padding: 2% 0;
}
.fontXL {
	font-size: 70px !important;
	font-size: 7.0rem !important;
	color: #333333 !important;
}
.fontL {
	font-size: 32px !important;
	font-size: 3.2rem !important;
}
.fontM {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.fontS {
	font-size: 13px !important;
	font-size: 1.3rem !important;
	font-weight: normal;
}
.fontB {
	font-weight: bold;
}
.colorG {
	color: #5d5d5d;
}
.mb3 {
	margin-bottom: 3%;
}
.mb5 {
	margin-bottom: 5%;
}
.prl3 {
	padding: 0 3%;
}
.prl5 {
	padding: 0 5%;
}
.txtL {
	text-align: left;
}
.txtC {
	text-align: center;
}
.fontDisable{
	color: #BDBDBD
}
