@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
	font-size:18px;
}

body {
	background-color: black;
	color: white;
	font-family : 'Noto Sans JP', sans-serif;
	/*"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;*/
	font-size:1.8rem;
	font-weight: normal;
	letter-spacing:0em;
	box-sizing: border-box;
}

a {
	background: transparent;
	text-decoration: underline;
	vertical-align: baseline;
	color: blue;
}

hr {
	color: #FF217B;
	height: 4px;
}

img {
	vertical-align:top;
}

input[type="text"],select{
	border: 2px solid black;
	box-sizing: border-box;
	height: 52px;
}
input[type="text"],input[type="file"],input[type="button"],input[type="submit"],select{
	height: 52px;
	font-size: 34px;
	width: 100%;
	box-sizing: border-box;
	color: black;
}

input[type=checkbox] {
  -ms-transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  transform: scale(2.0, 2.0);
}

input.error, textarea.error{
	border: 2px solid red;
	background-color: #ffdddd;
	color: red;
}

.radio_err {
	border: 2px solid red;
	background-color: #ffdddd;
	color: red;
	display:inline-block;
	text-align: center;
	width: 400px;
}

button {
	padding:0;
	border: none;
	background: transparent;
}
button img {
	display: block;
}

textarea {
	border: 2px solid black;
	font-size: 30px;
	width: 630px;
	height: 100px;
	box-sizing: border-box;
	
}

.radio_gender {
	display: none;
}

.radio_gender+label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio_gender+label::before{
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -2px;
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
}
.radio_gender:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 4px;
  width: 17px;
  height: 17px;
  background: #FF1965;
  border-radius: 50%;
}

.radio_TT {
	display: none;
}

.radio_TT+label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio_TT+label::before{
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -2px;
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid black;
  border-radius: 50%;
}
.radio_TT:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 4px;
  width: 17px;
  height: 17px;
  background: #FF1965;
  border-radius: 50%;
}

#wrapper {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	width:800px;
	height:100%;
	line-height:1.75em;
}

#header {
/*	margin-bottom: 50px; */
	display: block;
	text-align:center;
}

#navi {
	margin-bottom: 25px;
	display: block;
	text-align:center;
}

#main {
	display: block;
	text-align:center;
}

#border {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	letter-spacing:0.25em;
}

#form {
/*	background-color: white; */
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position:relative;
	text-align:left;
}

#footer {
	margin-bottom: 50px;
	display: block;
	text-align:center;
}

.itemTitle {
	color: #4D9BFF;
	font-size: 30px;
}

.itemMust {
	color: red;
	font-size: 30px;
}

.itemCaution {
	color: yellow;
	font-size: 28px;
	line-height: 32px;
}
p.border {
	background-color: #FF0082;
	color: black;
	display: block;
	font-size:110%;
	font-weight:bold;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align:middle;
	padding-top: 3px;
}

.white {
	color:white;
	font-size : 30px;
	line-height: 52px;
}

.yellow {
	color: #ffff00;
	font-size : 28px;
}

.green {
	color: #00ff00;
	font-size : 30px;
	line-height: 52px;
}

.red {
	color: #ff0000;
	font-size : 28pt;
}

.ac {
	text-align:center;
	vertical-align:middle;
}

.ar {
	text-align:right;
	vertical-align:middle;
}

.al {
	text-align:left;
	vertical-align:middle;
}
.smallCaution {
	color: yellow;
	font-size:80%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}
}

.ime-on {
	ime-mode:active;
}

.ime-off {
	ime-mode: disabled;
}

.photoImage {
	max-width:600px;
}

.photoImageDouble {
	max-width:300px;
}

.photoImageTriple {
	max-width:200px;
}

p.caution {
	padding-bottom: 18px;
}

p.caution > img {
	vertical-align: -3px;
}

p.qanda {
	padding-bottom: 36px;
}

p.qanda > .answer {
	color:red;
}

img.movie {
	margin-bottom: 75px;
}

img.category {
	margin-bottom: 50px;
}

div.caution {
	width:600px;
	text-align: left;
	margin: 0px auto 40px auto;
}

div.qnadaQ {
	width:600px;
	text-align: left;
	margin: 0px auto 15px auto;
	color: #00ff00;
	font-size : 30px;
	line-height: 52px;
}
div.qnadaA {
	width:600px;
	text-align: left;
	margin: 0px auto 40px auto;
	color:white;
	font-size : 30px;
	line-height: 52px;
}

div.paragraph {
	background-color: #2b2b2b;
	border-top: 5px solid #4d9bff;
	border-bottom:  5px solid #4d9bff;
	padding: 40px;
}

div.dataWaku {
	font-size:30px;
	line-height: 56px;
	margin-top: 0x;
	margin-bottom: 20px;
}

div.yajirushi {
	background-image: url('../img/yajirushi.png');
	height:45px;
	left: -40px;
	margin: 26px auto;
	position: relative;
}

div.spaceb40 {
	background-image: url('../img/space.png');
	height:90px;
	margin: 0px auto 40px;
}

div.btn800 {
	height:auto;
	margin: 40px auto;
	position: relative;
}
hr.barF {
	background-color: #4d9bff;
	border: 0 none;
	height:5px;
	margin: 0px auto;
	width: 800px;
}

hr.barT {
	background-color: #4d9bff;
	border: 0 none;
	height:3px;
	margin: 26px auto;
	width: 720px;
}

hr.barM {
	background-color: #4d9bff;
	border: 0 none;
	height:5px;
	margin: 40px auto;
	width: 720px;
}
