@charset "Shift_JIS";
body {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width:100%;
	padding:0 5% 50px;
	box-sizing:border-box;
}
dl {
	width:100%;
	padding:0 20px;
	margin:0 auto 20px;
	box-sizing:border-box;
}
dt {
	padding:10px 0;
	font-weight: normal;
	text-align: center;
	width: 25%;
	float: left;
	clear: left;
}
dd {
	padding:10px 3% 10px 27%;
	width:73%;
	-webkit-margin-start:0;
	border-bottom:2px solid #ccc;
}
*:first-child+html #form dl dd {
	float: none;
}
.txtS {
	font-size: 10px;
	line-height: 14px;
}
.inputBtn {
	font-size: 14px;
	height: 40px;
}
ul {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0px;
}
li {
	margin: 2px;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	width:100%;
	margin: 0px;
	padding: 20px 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B8190C;
	background-color: #EE7F26;
	text-align:center;
}
h2 {
	padding:0 0 0 20px;
	line-height:1.5em;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.hissu {
	font-size: 10px;
	text-align: left;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
}
.line {
	font-size: 10px;
	text-align: left;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
}
.coution {
	padding: 5px;
	font-size: 14px;
	margin: 20px;
	border: 1px solid #999999;
	line-height: 20px;
	clear:both;
}
.intro {
	padding:0 20px 20px;
}
input, textarea, select {
	background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 3px;
    border-width: 1px;
    border-style:solid;
    border-color: #999;
    border-image: initial;
}
input, textarea, select {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 12px system-ui;
}
input[type="checkbox"] {
    margin:10px 0;
	width:1.5em;
	height:1.5em;
}
input[type="submit" i], input[type="reset" i], input[type="button" i] {
    -webkit-appearance: push-button;
	display:inline-block;
    user-select: none;
    white-space: pre;
	border-radius:5px;
	padding:5px 15px !important;
	background: #EEE;
	color: #111;
	-moz-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 480px) {
.wrapper {
	width:100%;
	padding:0 3%;
}
h1 img {
	width:80%;
}
dl {
	padding:0 2%;
}
dt {
	display:block;
	width:100%;
	padding:10px 3% 5px;
	font-weight: normal;
	text-align: left;
	box-sizing:border-box;
}
dd {
	display:block;
	box-sizing:border-box;
	padding:10px 3%;
	width:100%;
	margin:0;
	border-bottom:2px solid #ccc;
}
}