@charset "UTF-8";

/* reset
---------------------------------------- */

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;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

/* cmn
---------------------------------------- */
body {
	position: relative;
	color: #493d3d;
	font-size: 3.4375vw;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
}

body a {
	color: #493d3d;
}

body a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

body .wrapper {
	min-height: 100vh;
	padding: 5.375vw 3.125vw;
	background-color: #c77917;
/*	background: url('../images/bg.jpg') repeat-y;*/
	background-size: 100% auto;
}

body .wrapper:after {
	content: '';
	display: block;
	width: 100%;
	height: 9.375vw;
	background: url('../images/bg_foot.png') center top no-repeat;
	background-size: 100% auto;
}

body .content-area {
	padding: 6.25vw;
	background: url('../images/bg_content.png') repeat-y;
	background-size: 100% auto;
}

body input[type=text],
body textarea {
	width: 100%;
	padding: .5em;
	font-size: 4.6875vw;
	border: #c8c8c8 1px solid;
	background-color: #fff;
	border-radius: 6px;
}

/* head
---------------------------------------- */

.header-area> .head-tltle {
	height: 40vw;
}

/* content
---------------------------------------- */

.content-area> .content-title {
	color: #c77917;
	font-weight: bold;
	font-size: 4.6875vw;
	text-align: center;
}

.content-area> .content-text {
	margin-top: 0;
	text-align: center;
}
.complete .content-area> .content-text {
	margin-top: 3.125vw;
	text-align: center;
}

.content-area .form-area {
	margin-top: 9.375vw;
	padding-top: 9.375vw;
	border-top: #ccc 4px dotted;
}

.content-area .form-area> .input-name {
	width: 100%;
	height: 9.375vw;
	color: #c77917;
	font-weight: bold;
	font-size: 4.0625vw;
	line-height: 2.307692308;
	text-align: center;
}

.content-area .form-area> .input-parts {
	position: relative;
	margin-bottom: 6.25vw;
	text-align: center;
}

.content-area .form-area> .input-parts> .error-area {
	position: relative;
	padding: .8em .5em;
	color: #fff;
	font-size: 4.0625vw;
	background: #e02f45;
	border-radius: 6px;
}

.content-area .form-area> .input-parts> .error-area:before {
	content: '';
	position: absolute;
	top: -1.5625vw;
	left: 50%;
	width: 1.5625vw;
	height: 1.5625vw;
	border-right: transparent 1.5625vw solid;
	border-bottom: #e02f45 1.5625vw solid;
	border-left: transparent 1.5625vw solid;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.content-area .btn-green {
	display: block;
	width: 100%;
	height: 15.625vw;
	color: #fff;
	font-weight: bold;
	font-size: 4.6875vw;
	line-height: 3.333333333;
	text-align: center;
	background: #c77917;
	border-radius: 2.2125vw;
	/*border-radius: 7.8125vw;*/
}

.content-area .btn-back {
	width: 100%;
	height: 15.625vw;
	margin-top: 3.125vw;
	color: #fff;
	font-weight: bold;
	font-size: 4.6875vw;
	line-height: 3.333333333;
	background: #c8c8c8;
	border-radius: 2.2125vw;
	/*border-radius: 7.8125vw;*/
}

.content-area .mt60 {
	margin-top: 9.375vw;
}






#area-search-container {
}
#area-search-table {
 margin: 0 auto 12px auto; margin-bottom: 3.2vw;
 border-collapse: separate;
 border-spacing: 2px; border-spacing: 0.533vw;
}
#area-search-table td {
 border: solid 1px #ddd;
 empty-cells: hide;
}
#area-search-table a,
#area-search-table span {
 display: inline-block;
 padding: 3px 5px; padding-top: 0.8vw; padding-bottom: 0.8vw; padding-right: 1.333vw; padding-left: 1.333vw;
}
#area-search-table span {
 color: #ddd;
}
#area-search-table a.current {
 font-weight: bold;
}

#area_id {
 width: 100%;
 padding: .5em;
 font-size: 4.6875vw;
 border: #c8c8c8 1px solid;
 border-radius: 6px;
}

.remodal .list {
    padding: 20px 3.125vw;
    text-align: left;
}
.remodal .list .item {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dashed #c77917;
}
.remodal .list .item .contributor{
    padding-top: 3px ;
}

.remodal .remodal-close {
    left: auto;
    right: 0;
    width: 52.5px;
    height: 52.5px;
}
.remodal .remodal-close:before {
    font-size: 40px;
    line-height: 52.5px;
    width: 52.5px;
}

.sp-hide,
header{ 
	display: none !important; 
	
	}
.pc-hide { display: inline-block; }

.pc-hide {
	width: 100%;
	background-image:url(pc_bg_image.png);
	background-repeat:repeat-x;
	}
@media screen and (max-width: 640px) {
	header{
		display:block !important;
	}
	img { width: 100%; }
	.sp-hide { 
		display: inline-block !important;
	}
	.pc-hide { display: none; }
}