@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&family=Roboto:wght@300;700&display=swap');

body{
	font-family:'Roboto',Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.5;
/*	background: rgb(69,163,254);
	background: linear-gradient(180deg, rgba(69,163,254,1) 0%, rgba(114,231,182,1) 50%, rgba(255,206,90,1) 100%);*/
background-image: url(https://slash-jpn.com/agito/form/bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

p{
	margin-bottom: 1em;
}
#formWrap {
	max-width:700px;
	margin:0 auto;
	color:#292929;
	padding: 25px;
	background: #e5e5e5;
}
.container {
	width:700px;
	margin:0 auto;
	color:#555;
	padding: 25px;
	background: #e5e5e5;
}
.container .Ltext{
	font-size: 18px;
	font-weight: bold;
}
header h1{
	width:700px;
	margin:0 auto;
	background: #000;
	color: #fff;
	padding: 25px;
	font-size: 22px;
	overflow-wrap: break-word;
}
header h1 span{
	font-size: 15px;
	display: block;
}
footer .copyright{
	text-align: center;
	font-style: 13px;
	padding: 15px 0;
	color: #fff;
}
table.formTable{
	width:100%!important;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #daa0a0;
	padding:10px;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	background: #e8d8d8;
	text-align:left;
	vertical-align: top;
}
table.formTable td{
	background:#f4f4f4;
	text-align:left;
}
table.formTable{
	margin-bottom: 20px;
}

::placeholder {
  color: #a0a7b0;
  font-size: 95%;
}
/* .darkmode内のplaceholder */
.darkmode ::placeholder {
  color: #d8d8d8;
  font-size: 95%;
}

input {
margin-bottom: 7px;
}

select{
	margin-bottom: 10px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	height:40px;
	background: #66ea79;
	cursor: pointer;
	color: #000;
}
.info-text{
	color: #c82e6f;
}
.note{
	font-size: 14px;
	line-height: 1.3;
	color: #013f93;
}
.date{
	text-align: right;
}
#formWrap h4{
	margin-bottom: 1em;
}
#formWrap p.error_messe{
	color: #b70000;
}

@media print, screen and (max-width: 600px){

#formWrap {
	width:95%;
	margin:0 auto;
	padding: 15px;
}
#formWrap p{
	text-align: left;
}
.container {
	width:95%;
	margin:0 auto;
	color:#555;
	padding: 15px!important;
	background: #e5e5e5;
}
.container .Ltext{
	font-size: 16px;
}
header h1{
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:100%;
	display:block;
}
table.formTable th {
    margin-top: 10px;
    border-bottom: 0;
    font-weight:bold;
}

input[type="text"], textarea {
	width:85%;
	padding:5px;
	font-size:110%;
	display:block;
	margin-bottom: 5px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
	background: #66ea79;
	color: #000;
}

.info-text{
	font-size: 18px;
}

 }