@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular.otf") format("opentype");
}
html {
	font-size:18px;
}

body {
	background-color: #000;
	color: white;
	font-family :"NotoSansCJKjp", "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: cyan;
}

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

img {
	vertical-align:bottom;
}

img.thumb {
	float:right;
	display: block;
}

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: 100%;
	width: 560px;
	box-sizing: border-box;
	margin-left:10px;
	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, select.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: 100%;
	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: 7px;
  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: 13px;
  left: 4px;
  width: 17px;
  height: 17px;
  background: #FF1965;
  border-radius: 50%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	width:640px;
	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;
	width:620px;
}

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

.itemTitle {
	color: white;
}

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;
}

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

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

.photoImage {
	max-width:600px;
	max-height:600px;
}

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:580px;
	text-align: left;
	margin: 0px auto 10px 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;
}
.modalCaution {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.8);
}

/*
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
*/