@charset "UTF-8";

/* -------------- Resetting Again Base CSS -------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* scroll bar */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


a {
	text-decoration: none;
}

a:link { color: #333; }
a:visited { color: #333; }

/*a:hover { color: #333; }*/
a:hover { color: #FF6600;text-decoration:underline; }
a:active { color: #333; }
a:hover {
	opacity: 0.8;
}

img {
	box-sizing:border-box;
	}

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.main {
	width: 600px;
	margin: 2em auto 1em;
}


h1 {
	background: url(../imgs/title_bg.jpg) repeat-x;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 5px 0;
	margin: 0;
	font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.f-num {
	text-align: right;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}


p.enter {
	margin-top: 1em;
	text-align: center;
}

p.enter input {
	margin: 2em 0;
}

table {
	margin: 20px auto;
	width: 100%;
}

.tbl-r01 {
	border-collapse: collapse;
	border: solid 1px #999999;
}

.tbl-r01 th {
	background: #ebebeb;
	border: solid 1px #999999;
	padding: 10px;
	font-weight: normal;
}
.tbl-r01 td {
	border: solid 1px #999999;
	padding: 10px;
}

.tbl-r01 td strong {
	color: #ff0000;
}


.tbl-r02 {
	border-collapse: collapse;
/*	border: solid 1px #999999;*/
	margin-top: 2em;
}

.tbl-r02 td {
	padding: 8px;
	border: solid 1px #999999;
	line-height: 120%;
}
.tbl-r02 th {
	padding: 8px;
	background: #ebebeb;
	font-weight: normal;
	border: solid 1px #999999;
}


.tbl-r02 td:first-child {
	background: #fbf5f5;
}

.tbl-r02 td.td-c {
	text-align: center;
}
input,select { padding: 5px; }

input.f-name,
input.f-mail { width: 70%; }

input.f-post { width: 30%; }
input.f-address { width: 90%; }
input.f-tell { width: 50%; }

select { width: 50%;margin-bottom: 0.25em; }

.caution {
	margin: 0 auto 2em;
	padding-left: 1.5em;
}
p.note { margin-left: 1em; text-indent: -1em; line-height:1.6; padding-top:0.5em}
p.note:before { content:"※";}

p.note a:link,
p.note a:visited {
	text-decoration: underline;
}

span {
	color: #ff0000;
	font-weight: bold;
}


address {
	font-style: normal;
	text-align: center;
	margin: 1em;
}


ul.read strong {
	background: linear-gradient( transparent 60%, #fdede4 60%);
}

ul.read li{
	line-height: 1.9;
}

.mt100 { padding-top: 10em; }


.check-message {
	text-align: center;
	margin: 10px 0;
}

ul.form-navi {
	margin: 20px 0;
	overflow: hidden;
}
/*
ul.form-navi li.prev {
	width: 45%;
	float: left;
	text-align: left;
}*/

ul.form-navi li.prev,
ul.form-navi li.next {
	text-align: center;

/*
	width: 45%;
	float: right;
	text-align: right;*/
}


ul.form-navi2 {
	display: flex;
	margin: 20px 0;
}
ul.form-navi2 li{
	width:50%;
	text-align: center;
}

p.return-top {
	text-align: center;
}

.tksmsg {
	line-height: 1.9;
	text-align: center;
	padding: 20px 0;
}

/* Button */

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}



ul.form-navi li.prev a,
ul.form-navi2 li.prev a,
input[type="submit"] {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	padding: 10px 30px;
	border: none;



}

input[type="submit"] {
	background: #f39800;
	transition: .4s;
	cursor: pointer;
	cursor: hand;
	white-space: normal;
}

ul.form-navi li.prev a,
ul.form-navi2 li.prev a {
	background: #ccc;
	margin: 0;
	line-height: 1.6;
}

input[type="submit"]:hover {
	background: #fff1da;
	color: #ffa000;
}

input#bnt_c { /* 変更ボタン */
	font-weight: normal;
	color: #000;
	font-size: 12px;
	border-radius: 3px;
	padding: 0.2em 0.5em;
	background: #fff;
	border:1px solid #999;
	margin-left: 0.5em;
	white-space: nowrap;
}

input#bnt_c:hover {
	background: #ebebeb;
	transition: none;
}