/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* リセットcssここまで */
body{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#wrap{
    padding: 30px 0;
}

h1{
    max-width:640px;
    margin: 0 auto;
    text-align: center;
    font-size:1.4rem;
    color:#086A87;
    padding-bottom:20px;
    border-bottom:1px solid #086A87;
}
.attention-wrap{
    max-width:640px;
    margin:0 auto;
    padding:20px;
}

.attention-wrap p{
    font-size:0.8rem;
    padding:5px;
    line-height: 1.5;
    text-indent: -1em;
  }

#formWrap {
	width:700px;
	margin:0 auto 20px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#A4A4A4;
    color:#ffffff;
	text-align:left;
    vertical-align: middle;
    font-size:0.9rem;
    line-height: 1.5;
    padding:15px;
}

#formWrap p{
    text-align: center;
    padding:20px 0;
    color:#086A87;
}

.hissu{
    color:red;
    font-size:0.7rem;
    padding-left:10px
}
.ninni{
    font-size:0.7rem;
}
.sama{
    padding-left:10px;
}


/* labelとradioボタン or labelが隣り合ってる場合にradio or labelの左に余白を付ける */
label + input[type="radio"],
label + label {
    margin-left: 2rem;
}

input#submit-button {
    border-style:none;
    border-radius: 10px;
    border:1px #cccccc solid;
    width: 180px;
    height: 50px;
    padding:10px;
    font-size:1.1rem;
}
input#submit-button:hover {
    background-color:#086A87;
    color: #ffffff;
}

.privacy-wrap{
    max-width:700px;
    margin: 0 auto;
    padding:10px;
}
.privacy-midashi{
    color:#086A87;
    font-size:1.2rem;
    font-weight:600;
    border-bottom:1px solid #086A87;
    padding-bottom:10px;
    margin-bottom:10px;
}
.privacy-txt{
    font-size:0.8rem;
    line-height: 1.2;
}

.hp-link{
    text-align:center;
    padding:40px 0;
}

.form-eigyo{
    color:#FE2E64;
    font-weight: 600;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:720px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
    .sp-hide{
        display:none;
    }
}