@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #444;
	line-height: 1.7;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
	font-weight: normal;
	color: #444;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: underline;
}

a:action {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

img {
display: block;
}


/*ヘッダー*/
header {
max-width: 820px;
padding: 20px 10px;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
}

header h1 {
max-width: 200px;
}

header nav ul {
display: -webkit-flex;
display: flex;
}

header nav ul li {
margin: 0 0 0 20px;
}


/*フッター*/
footer {
max-width: 820px;
padding: 0 10px;
margin: 0 auto 20px auto;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}

footer nav ul {
display: -webkit-flex;
display: flex;
}

footer nav ul li {
margin: 0 10px;
}


/*共通*/
#container {
max-width: 820px;
padding: 0 10px;
margin: 0 auto 100px auto;
}


/*トップページ*/


/*フォーム*/
#main {
margin: 0 0 50px 0;
}

#main h2 {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}

#notice {
font-size: 18px;
font-weight: bold;
text-align: center;
margin: 0 0 30px 0;
}

table {
width: 100%;
}

table tr th {
width: 30%;
font-weight: normal;
text-align: left;
vertical-align: middle;
padding: 0 0 30px 0;
}

table tr td {
width: 70%;
padding: 0 0 30px 0;
}

table tr td input {
width: 100%;
font-size: 16px;
line-height: 1;
color: #444;
padding: 7px 10px;
border: 1px solid #c8c8c8;
}

table tr td select {
font-size: 16px;
padding: 5px;
border: 1px solid #c8c8c8;
}

tr td span {
display: inline-block;
margin: 0 10px 10px 0;
}

table tr td #checkbox label input {
width: 20px;
height: 20px;
padding: 0;
margin: 0 0 0 0;
}

.mw_wp_form .horizontal-item + .horizontal-item,
.mwform-checkbox-field input, .mwform-radio-field input {
margin: 0 10px 10px 0;
}

#terms {
text-align: center;
margin: 0 0 10px 0;
}

#terms a {
text-decoration: underline;
}

#terms a:hover {
text-decoration: none;
}

#consent {
text-align: center;
margin: 0 0 20px 0;
}

#consent span label input {
width: 20px;
height: 20px;
padding: 0;
margin: 0 0 0 0;
}

.button {
width: 25%;
height: 40px;
margin: 0 auto;
display: block;
cursor: pointer;
font-size: 100%;
color: #787878;
border: 1px solid #C8C8C8;
background-color: #FFF;
transition: 0.3s;
}

.button:hover {
color: #FFF;
border: 1px solid #2a83a2;
background: #2a83a2;
}

.error {
display: table !important;
font-size: 90% !important;
color: #ff6f61 !important;
}


/*利用規約*/
#privacy {
font-size: 13px;
}

#privacy h2 {
font-weight: bold !important;
}

#privacy div {
margin: 0 0 30px 0;
}

#privacy div h3 {
font-size: 13px !important;
font-weight: bold !important;
}

#privacy div:last-child {
margin: 0 0 0 0;
}

#privacy div dl {
display: table;
}

#privacy div dl dt {
width: 1.5em;
display: table-cell;
}

#privacy div ul li {
padding: 0 0 0 1.5em;
}


@media screen and (max-width: 1000px) {

/*ヘッダー*/
header {
display: block;
padding: 20px 10px 30px 10px;
}

header h1 {
margin: 0 auto 20px auto;
}

header nav ul {
font-size: 12px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}

header nav ul li {
margin: 0 10px;
}


/*フッター*/
footer {
font-size: 12px;
}


/*フォーム*/
#notice {
font-size: 16px;
text-align: left;
}

table tr th {
width: 100%;
display: block;
padding: 0 0 5px 0;
}

table tr td {
width: 100%;
display: block;
}

#terms {
text-align: left;
}

#consent {
text-align: left;
}

.button {
width: 50%;
}
}