@charset "UTF-8";

.btn {
white-space: normal;
}

a {
	color: #fff;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}


/* --------------------------------
 * base
 * -------------------------------- */

body {
  color: #fff;
  font-size: 1.4em;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}



/* --------------------------------
 * header
 * -------------------------------- */
.mainHeadertext {
	font-size: 12px;
}


/* --------------------------------
 * hr
 * -------------------------------- */

hr {
background-color: #66C4D0;
}




.map iframe {
	width: 100%;
	height: 500px;
}


/* --------------------------------
 * footer
 * -------------------------------- */
/* トップへ戻る */
.page_top {
	border: 3px solid #66C4D0;
    top: 1rem;
    right: 0;
}

.fa .fa-arrow-up {
	color: #66C4D0;
}


/* Other */


.required{
padding:2px;
font-size:80%;
color:#0099FF;
font-weight:normal;}


#confirm{
display:none;
}

#thanks{
min-height:400px;
display:none;
}

.command{
text-align:center;
margin-top:30px;
}

.control-label{
color:#999999;
padding-right:10px;
}

