@charset "utf-8";
/* CSS Document */

/* エントリーフォームページ設定 */

#contents #title h1 {
	background-image: url(../img/entry/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f044";
}
#contents #contents_menu li:nth-child(2) a h6 {
	color: #FFF;
	background-color: #016bba;
}

#contents #entry .section .error-message {
	color:red;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#contents #entry {
	padding:60px 0px;
}
#contents #entry .section {
	width:800px;
}

#contents #entry .section ul {
	list-style-type:disc;
	margin-block-start: 1em;
    margin-block-end: 1em;
	padding-inline-start: 40px;
}

#contents #entry dd::before {
	display: table;
	content: " ";
}

#contents #entry dd::after {
	clear: both;
	display: table;
	content: " ";
}

#contents #entry form {
	margin-top:3em;
}
#contents #entry dl {
}
#contents #entry dl::after {
	content: "";
	display:block;
	clear:both;
}
#contents #entry dt {
	font-size: 18px;
	line-height: 1.3em;
	float:left;
	width:12em;
	font-weight: bold;
	clear:both;
	margin-bottom:0.7em;
}
#contents #entry dt small {
	font-weight: normal;
}
#contents #entry dd {
	font-size: 18px;
	line-height: 1.3em;
	margin-left:12em;
	margin-bottom:0.7em;
}
#contents #entry dd small {
	font-weight: normal;
	color: #F03;
}
#contents #entry dd input,
#contents #entry dd textarea {
	font-size: 16px;
	line-height: 1em;
	width:60%;
	padding:0.5em;
	vertical-align: text-top;
	margin-right:0.5em;
	border: 1px solid #999;
}
#contents #entry dd label {
	display:inline-block;
	margin-right:2em;
}
#contents #entry dd label input {
	width:auto;
	padding:0px;
	border: none;
	vertical-align: middle;
}
#contents #entry dd select {
	font-size: 16px;
	line-height: 1em;
	padding:0.5em;
	border: 1px solid #999;
	vertical-align: text-top;
	margin-right:0.5em;
}
#contents #entry .half input {
	width:28%;
}
#contents #entry .submit {
	color: #FFF;
	cursor: pointer;
	background-color: #016bba;
	font-size: 18px;
	line-height: 1em;
	width: 9em;
	padding:1em;
	margin-top:1em;
	border:none;
}
#contents #entry .back {
	color: #000;
	background-color: #CCC;
	font-size: 18px;
	line-height: 1em;
	width: 9em;
	padding:1em;
	margin-top:1em;
	margin-right:2em;
	border:none;
}
#contents #entry #complete {
	text-align:center;
}
#contents #entry #complete h1 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom:1em;
	color: #016BBA;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#contents #entry {
	padding:20px 0px;
}
#contents #entry form {
	margin-top:2em;
}
#contents #entry dl {
	font-size: 13px;
	line-height: 1em;
}
#contents #entry dt {
	font-size: 13px;
	line-height: 1em;
	float:none;
	width:auto;
	font-weight: bold;
	clear:both;
	margin-bottom:0.5em;
}
#contents #entry dt small {
	font-weight: normal;
}
#contents #entry dd {
	font-size: 13px;
	line-height: 1em;
	margin-left:0px;
	margin-bottom:1.5em;
}
#contents #entry dd small {
	font-weight: normal;
	color: #F03;
}
#contents #entry dd input,
#contents #entry dd textarea {
	font-size: 13px;
	line-height: 1em;
	width:70%;
	padding:0.5em;
	vertical-align: text-top;
	margin-right:0.5em;
	border: 1px solid #999;
}
#contents #entry dd label {
	display:inline-block;
	margin-right:2em;
}
#contents #entry dd label input {
	width:auto;
	padding:0px;
	border: none;
	vertical-align: middle;
}
#contents #entry dd select {
	font-size: 13px;
	line-height: 1em;
	padding:0.5em;
	border: 1px solid #999;
	vertical-align: text-top;
	margin-right:0.5em;
}
#contents #entry .half input {
	width:40%;
}
#contents #entry .submit {
	color: #FFF;
	background-color: #016bba;
	font-size: 14px;
	line-height: 1em;
	width: 9em;
	padding:1em;
	margin-top:0.5em;
	border:none;
}
#contents #entry .back {
	color: #000;
	background-color: #CCC;
	font-size: 14px;
	line-height: 1em;
	width: 9em;
	padding:1em;
	margin-top:0.5em;
	margin-right:2em;
	border:none;
}
#contents #entry #complete {
	text-align:left;
}
#contents #entry #complete h1 {
	font-size: 18px;
	line-height: 1em;
	margin:1em 0px;
	text-align:center;
	color: #016BBA;
}
}
