/*====================*/


/*=== Reset Styles ===*/


/*====================*/

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: bottom;
}

/* all */

* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

/* HTML5 tags */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a:link {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active {
    color: #000;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End Hack */

li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}

/* PCサイズ */

header {
    border-bottom: 1px #ccc solid;
    margin: 0 auto 20px;
}
h1 {
    width: 18%;
    margin: 0 auto 15px;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 30px;
}
p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 1em;
}
#formWrap {
    width: 80%;
    margin: 15px auto;
    color: #222;
    line-height: 1.6em;
    font-size: 14px;
}
table.formTable {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
}
table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 15px;
}
table.formTable th {
    width: 35%;
    font-weight: normal;
    background: #efebe2;
    font-size: 13px;
    text-align: left;
}
.formTable input[type="text"],
.formTable input[type="password"],
.formTable textarea,
.formTable input[type="text"],
.formTable input[type="password"],
.formTable textarea {
    margin: 0 0 5px;
    padding: 6px;
    background: #fff;
    border: 1px #ccc solid;
    font-size: 14px;
}
.formTable textarea {
    width: 90%;
}
.formTable p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}
.formTable label {
    display: inline-block;
    margin-bottom: 0.5em;
}
.formTable span {
    margin-left: 0.3em;
    margin-right: 1.5em;
    display: inline-block;
}
.center {
    text-align: center;
}
#transmit,
#btnBack {
    margin: 0 0.5%;
    padding: 10px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    width: 140px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #222;
}
#transmit:hover,
#btnBack:hover {
    background-color: #444;
}
footer {
    border-top: 1px #ccc solid;
    margin-top: 30px;
    padding: 20px 0;
    font-size: 11px;
    line-height: 1.4em;
    text-align: center;
}
.confirm,
.thanks {
    min-height: 300px;
}
.confirm {
    text-align: center;
}

/* 横幅800px以下 */

@media screen and (max-width: 800px) {
    h1 {
        width: 30%;
    }
    #formWrap {
        width: 94%;
    }
    table.formTable td,
    table.formTable th {
        display: block;
        width: auto;
        border: none;
    }
    table.formTable th {
        padding: 5px 15px;
    }
    table.formTable td {
        padding-bottom: 40px;
    }
}

/* 横幅500px以下 */

@media screen and (max-width: 500px) {
    h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .formTable label {
        display: block;
        margin-bottom: 0.5em;
    }
}