@charset "utf-8";

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1em;
}

html,body{
	line-height:1.4em;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Yu Gothic Medium','游ゴシック Medium',YuGothic,'游ゴシック体','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#030000;
	font-size: 62.5%;
	font-weight:normal;
	text-align:left;
}
body {
    font-size: 1.0rem;
	min-width: 800px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
img {
	border: 0;
	vertical-align: bottom;
}
a{
	color: #000s;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img:hover {
    opacity: 0.6;
    transition:all 0.3s ease;
}
i.tel-link {
    font-style: normal;
}
.inner {
    margin-left: 52px;
    width: 660px;
}

/*==================
Common Parts
================================================*/
.pc-only { display: block; }
.sp-only { display: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

#contents {
    margin: 20px auto;
    width: 800px;
}
h1 {
    background: #293d7d;
    border-radius: 10px;
    padding: 20px;
}
h1 span {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
}
h1 i {
    font-style: normal;
}
p.lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 40px 0 24px;
}
p.comp {
    font-size: 1.4rem;
    line-height: 1.5;
}
div.err {
    border: 2px solid #f00;
    padding: 8px;
    margin: 0 0 24px;
}
div.err p {
    color: #f00;
    font-size: 1.6rem;
    line-height: 1.5;
}
div.err ul li {
    color: #f00;
    font-size: 1.6rem;
    line-height: 1.5;
}
div.err ul li::before {
    content: "・";
}
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
    width: 100%;
}
table tr {
    border-top: 1px solid #e0e0e0;
}
table tr:first-child {
    border-top: 0;
}
table th {
    font-size: 1.6rem;
    padding: 20px 56px 20px 68px;
    text-align: left;
    vertical-align: top;
}
table th.err {
    color: #f00;
}
table td {
    font-size: 1.6rem;
    padding: 20px 0;
}
table td div {
    width: 275px;
}
table td div input {
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px;
	width:100%;
}
table td div input.err {
    border-color: #f00;
    border-width: 2px;
}
table td div.sbaa01 input {
    margin-left: 5px;
    width: 215px;
}
table td div.sbaa04 input {
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
}
table td div.sbaa04 input:first-child {
    margin-left: 0;
}
table td div p {
    color: #f00;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 4px;
}
table td div span {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4px;
}
#btnBox {
    margin: 50px auto;
    width: 206px;
}
#btnBox input {
    box-sizing: border-box;
    background: #f00;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 6px;
    width: 100%;
}
#btnBox input:hover {
    cursor: pointer;
}
#btnReturnBox {
    margin: 50px auto;
    width: 156px;
}
#btnReturnBox button {
    box-sizing: border-box;
    background: #ccc;
    border: none;
    border-radius: 10px;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 6px;
    width: 100%;
}
#btnReturnBox button:hover {
    cursor: pointer;
}