@charset "utf-8";

/* header area */
#header-area {
	position: fixed;
	display: block;
	width: 100%;
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	font-family: "Sawarabi Mincho";
	z-index: 999;
}
nav#header-area div.item-set {
	position: relative;
}
nav#header-area h1.logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 50px;
}
nav#header-area h1.logo a:hover {
	opacity: 0.7;
}
nav#header-area h1.logo img {
	width: 200px;
	margin-top: 20px;
}
nav#header-area ul.glovel-navi {
	position: absolute;
	right: 120px;
	top: 0;
	text-align: right;
	line-height: 100px;
	font-size: 1.2em;
	font-weight: bold;
}
nav#header-area ul.glovel-navi li.navi-list {
	display: inline-block;
}
nav#header-area ul.glovel-navi li.navi-list + li.navi-list {
	margin-left: 20px;
}
nav#header-area ul.glovel-navi li.navi-list.eng {
    font-size:0.7em;
}
nav#header-area ul.glovel-navi li.navi-list.eng a {
    border:solid 1px #ccc;
    padding:2px 4px;
    font-weight: normal;
}
nav#header-area ul.glovel-navi li.navi-list.eng a:hover:after {
    content:none;
}
nav#header-area ul.glovel-navi li.navi-list a {
	position: relative;
	color: #333;
	text-decoration: none;
}
nav#header-area ul.glovel-navi li.navi-list a:hover:after {
	content: '';
	display: block;
	width: 40px;
	border-bottom: 2px solid #333;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -20px;
}
nav#header-area ul.glovel-navi li.navi-list + li.navi-sns {
	margin-left: 30px;
}
nav#header-area ul.glovel-navi li.navi-sns {
	display: inline-block;
	margin-left: 5px;
}
nav#header-area ul.sns-btn {
	position: absolute;
	right: 0;
	top: 30px;
}
nav#header-area ul.sns-btn li {
	display: inline-block;
	margin-right: 5px;
}
nav#header-area ul.sns-btn li a:hover {
	opacity: 0.7;
}
nav#header-area ul.sns-btn li img {
	width: 33px;
}
p.caption {
	text-align: center;
}
p.caption .completed {
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.5em;
}
span.red {
	color: #900;
}

div.contact-set table.contact-form {
	width: 700px;
	margin: 40px auto 0;
}

div.contact-set table.contact-form {
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
div.contact-set table.contact-form th {
    width: 200px;
	padding: 30px 0 0 30px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-weight: normal;
}
div.contact-set table.contact-form td {
	padding: 20px 30px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
div.contact-set table.contact-form td input {
	width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
}
div.contact-set table.contact-form td textarea {
	width: 100%;
    border: 1px solid #ccc;
}
div.btn-set {
	width: 100%;
    margin: 50px auto 0;
    text-align: center;
    font-family: "Sawarabi Mincho";
}
div.btn-set a.btn {
    display: inline-block;
    padding: 10px 100px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
div.btn-set a.btn:hover {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
div.btn-set a.btn.back {
    background-color: #fff;
    border: 1px solid #000;
    color: #333;
}
div.btn-set a.btn.back:hover {
	background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}
div.btn-set .btn2 {
	font-family: "Sawarabi Mincho";
	font-size:1.2em;
	width: 20%;
	margin: 0 20px;
	display: inline-block;
	padding: 12px 40px;
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
	cursor:pointer;
}
div.btn-set .btn2:hover {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}


/* ウィンドウ幅が0〜480pxの場合に適用するCSS */
@media screen and ( max-width:768px )
{

p.caption {
	text-align: justify;
	line-height: 1.75;
	padding: 0 20px;
}

div.contact-set table.contact-form th,
div.contact-set table.contact-form td {
  width: 100%;
  display: block;
  box-sizing: border-box;
	border-bottom: none;
}
div.contact-set table.contact-form th {
	background: none;
	padding: 15px 20px 5px;
}
div.contact-set table.contact-form td {
	padding: 0 20px 15px;
}
div.contact-set table.contact-form {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-top: none;
  margin: 20px auto 0;
}
div.btn-set .btn2 {
	font-family: "Sawarabi Mincho";
	font-size:1.2em;
	width: 90%;
	margin: 0 20px;
	display: inline-block;
	padding: 12px 40px;
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
	cursor:pointer;
}

div.btn-set a.btn { padding: 15px 70px; }

}