@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
  	overflow-x: hidden !important;
  	overflow-y: auto !important;
}

.qd {
		width: 84px;
		vertical-align: text-bottom;
		}

#answer_row {
            padding: 6px;
            background: #eee;
            border: #ccc;
          }

.rdb {
	background-color: #069;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.til {
	font-size: 16px;
	text-align: center;
}
.tiw {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.tis {
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
}
a {
	color: #FFF;
	text-decoration: underline;
}

.rd {
	color: #F00;
}
.mg {
	margin-right: 1%;
	margin-left: 1%;
}

div#footer {
	font-size: 12px;
	line-height: 24px;
	color: #Fff;
	background-color: #f00;
	text-align: center;
}
.ti {
	font-size: 28px;
	line-height: 34px;
	color: #FFF;
	background-color: #F00;
	display: block;
	padding: 4px;
}
.bti {
	font-size: 36px;
	line-height:	48px;
	color: #FFF;
	background-color: #069;
	display: block;
	padding: 4px;
}

.ct {
	text-align: center;
}
input[type="text"] {
		width: 99%;
		font-size: 300%;
		}
.ques {
		font-size: 120%;
		}

.co {
		margin-left: 3%;
		font-size: 400%;
		font-weight: 900;
		color: #069;
		}
.fa {
		margin-left: 3%;
		font-size: 400%;
		font-weight: 900;
		color: #f00;
		}
.ques_v {
		font-size: 120%;
		color: #06c;
		}
.ques_f {
		font-size: 120%;
		color: #f00;
		}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
	width: 100%;
}

input[type="checkbox"] {
	margin:			0 5px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 64px;
}

/* ラベルのスタイル　*/
.chkbox {
	margin:			40px 20px 40px 20px;
}

.chkbox label {
	padding-left:	72px;			/* ラベルの位置 */
	font-size:		36px;
	line-height:	64px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			64px;			/* ボックスの横幅 */
	height:			64px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:'✓';		/* チェックの文字 */ 
	font-size:64px;			/* チェックのサイズ */
	color:#fff;			/* チェックの色 */
	background-color:#f00;			/* チェックした時の色 */
}

.milky-button {
    background: #f00;
    color: #fff;
	width: 100%;
	font-size:32px;
 }
.milky-button2 {
    background: #666;
    color: #fff;
	width: 100%;
	font-size:32px;
 }
.aide {
	font-size:24px;
 }


@media only screen and (max-width: 750px) {

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 36px;
}

.qd {
		width: 192px;
		vertical-align: text-bottom;
		}

.ques {
		font-size: 200%;
		}

.aide {
	font-size:36px;
 }
.ti {
	font-size: 30px;
	line-height:50px;
	color: #FFF;
	background-color: #F00;
	display: block;
	padding: 4px;
}
.bti {
	font-size: 36px;
	line-height:56px;
	color: #FFF;
	background-color: #069;
	display: block;
	padding: 4px;
}

.milky-button {
    background: #f00;
    color: #fff;
	width: 100%;
	font-size:30px;
 }
.milky-button2 {
    background: #666;
    color: #fff;
	width: 100%;
	font-size:30px;
 }

div#footer {
	font-size: 18px;
	line-height: 30px;
	color: #Fff;
	background-color: #069;
	text-align: center;
}


select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
	width: 100%;
}



input[type="checkbox"] {
	margin:			0 5px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 64px;
}

/* ラベルのスタイル　*/
.chkbox {
	margin:			24px 13px 24px 13px;
}

.chkbox label {
	padding-left:	50px;			/* ラベルの位置 */
	font-size:		24px;
	line-height:	43px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			43px;			/* ボックスの横幅 */
	height:			43px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		2px 2px 2px 2px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:'✓';		/* チェックの文字 */ 
	font-size:43px;			/* チェックのサイズ */
	color:#fff;			/* チェックの色 */
	background-color:#f00;			/* チェックした時の色 */
}

}



@media only screen and (max-width: 480px) {

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 36px;
}

.qd {
		width: 192px;
		vertical-align: text-bottom;
		}

.ques {
		font-size: 200%;
		}

.aide {
	font-size:36px;
 }
.ti {
	font-size: 30px;
	line-height:50px;
	color: #FFF;
	background-color: #F00;
	display: block;
	padding: 4px;
}
.bti {
	font-size: 36px;
	line-height:56px;
	color: #FFF;
	background-color: #069;
	display: block;
	padding: 4px;
}

.milky-button {
    background: #f00;
    color: #fff;
	width: 100%;
	font-size:30px;
 }
.milky-button2 {
    background: #666;
    color: #fff;
	width: 100%;
	font-size:30px;
 }

div#footer {
	font-size: 18px;
	line-height: 30px;
	color: #Fff;
	background-color: #f00;
	text-align: center;
}


select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
	width: 100%;
}



input[type="checkbox"] {
	margin:			0 5px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 64px;
}

/* ラベルのスタイル　*/
.chkbox {
	margin:			24px 13px 24px 13px;
}

.chkbox label {
	padding-left:	50px;			/* ラベルの位置 */
	font-size:		24px;
	line-height:	43px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			43px;			/* ボックスの横幅 */
	height:			43px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		2px 2px 2px 2px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:'✓';		/* チェックの文字 */ 
	font-size:43px;			/* チェックのサイズ */
	color:#fff;			/* チェックの色 */
	background-color:#f00;			/* チェックした時の色 */
}

}