@charset "UTF-8";
/* CSS Document */

#allBg{
	position: absolute;
	left:0;
	top:0;
	z-index:-9998;
	width:100%;
	height:460px;
	background:url(../img/bg.jpg) no-repeat;
	background-size:cover;
}

/* ================================================== 
header 
================================================== */ 

#hdr .jwave_logo{
	padding:80px 0 20px;
}

#hdr{
	margin-bottom:30px;
	position:relative;
}

#hdr h1{
	font-size:8rem;
	font-weight:bold;
	line-height:8rem;
	margin-bottom:10px;
}

#hdr .infomation{
	font-size:2.2rem;
	line-height:2.8rem;
	font-weight:bold;
}

#hdr .about{
	position:relative;
	margin-top:100px;
}

#hdr .about_text{
	text-decoration:underline;
	font-size:2.2rem;
	margin:0 0 45px 450px;
}

#hdr .navigator01{
	position:absolute;
	top:-50px;
	left:20px;
	z-index:2;
}

#hdr .navigator02{
	position:absolute;
	top:25px;
	left:190px;
	z-index:1;
}

#hdr .navigator01 img,
#hdr .navigator02 img{
	display:block;
}


#hdr .navigator01 .cover,
#hdr .navigator02 .cover{
	position:relative;
}

#hdr .navigator01 .name01,
#hdr .navigator02 .name02{
	position:absolute;
	border-bottom:2px solid #000;
}

#hdr .navigator01 .name01{
	bottom:-40px;
	left:70px;
}

#hdr .navigator02 .name02{
	top:-40px;
	left:70px;
}

#hdr .message{
	position:absolute;
	right:0;
	top:60px;
}

/* ================================================== 
form 
================================================== */ 

#forms .inbox {
  position: relative;
  width: 1060px;
  margin: 0 auto 90px;
}

#forms .inbox .formarea {
  color: #000;
  font-size: 14px;
  margin: 0 auto;
  padding: 100px 130px 0;
  background: url(../images/msg-rep.png) repeat-y center top;
  min-height: 500px;
}
#forms .inbox .formarea h2 {
	text-align:center;
	font-size:4.5rem;
	font-weight:bold;
}
#forms .inbox .formarea .line {
  padding: 0 0 30px 20px;
  margin: 0 0 0 10px;
  background: url(../images/line2.png) no-repeat center bottom;
  line-height: 1.6;
}
#forms .inbox .formarea .line B {
  color: #b7342b;
  font-size: 26px;
  font-weight: bold;
  display: block;
}
#forms .inbox .formarea .line span {
  color: #b7342b;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#forms .inbox .formarea .details {
  margin: 0 0 0 20px;
}
#forms .inbox .formarea .details h3 {
  background:#928355;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  font-size: 16px;
  margin: 0 0 27px;
  text-align:center;
}
#forms .inbox .formarea .details h3 a {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 12px;
  color: #fff;
}
#forms .inbox .formarea .details .hankaku {
  text-align: center;
  padding: 5px 0 50px;
}
#forms .inbox .formarea .details .forget a {
  color: #008aff;
}
#forms .inbox .formarea .details #attention {
  margin: 20px 0;
  line-height: 1.6;
  text-align: left;
}
#forms .inbox .formarea .details #attention a {
  color: #008aff;
}
#forms .inbox .formarea .details #submit {
  text-align: center;
  padding: 65px 0 70px;
}
#forms .inbox .formarea .details #submit input[type="submit"],
#forms .inbox .formarea .details #submit input[type="reset"] {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
#forms .inbox .formarea .details #submit input[type="submit"] {
  background:#2b2b2b;
  color: #fff;
  border:none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0;
  width: 280px;
  display: inline-block;
  margin: 0 10px;
}
#forms .inbox .formarea .details #submit input[type="reset"] {
  background:#e8e8e8;
  color: #000;
  border:none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0;
  width: 280px;
  display: inline-block;
  margin: 0 10px;
}

#forms .inbox .formarea .details dl{
	margin:0 0 50px;
}

#forms .inbox .formarea .details dt {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  text-align: right;
  margin: 0 20px 20px 0;
}
#forms .inbox .formarea .details dd {
  display: inline-block;
  vertical-align: middle;
  width: 580px;
  margin: 0 0 20px;
}


input[type="text"],
input[type="password"] {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 100%;
}

textarea {
  font-size: 20px;
  height: 200px;
  width: 100%;
}

select,
option {
  font-size: 16px;
  padding: 5px;
}

.radio p {
  display: inline-block;
  vertical-align: middle;
}

.message_cnt_end{
	text-align:center;
}

.message_cnt_end p{
	padding:100px 0 80px;
}

.message_cnt_end .back_btn{
 background:#e8e8e8;
  color: #000;
  border:none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 0;
  width: 280px;
  display: inline-block;
  margin: 0 10px;
}

/* ================================================== 
footer 
================================================== */ 

#footer{
	background:#000;
	color:#fff;
	text-align:center;
	padding:40px 0;
	position:relative;
}

#footer .to_top{
	display:inline-block;
	margin-bottom:35px;
}

#footer .to_back{
	position:absolute;
	left:15%;
	top:10%;
}

#footer .bottom_logo{
	position:absolute;
	right:15%;
	top:10%;
}



@media screen and (max-width:640px){
#wrapper {
width:640px;
}

#allBg {
background-size: auto;
background-position: top center;
}

#hdr .jwave_logo {
padding: 30px 0 30px 20px;
}

#hdr h1 {
text-align: center;
}

#hdr .infomation {
text-align: center;
}

#hdr .about_text {
margin: 0 0 45px 0;
text-align: center;
font-size:2.5rem;
padding:220px 20px 0;
}

#hdr .navigator01 {
top: -60px;
left: 100px;
font-size:2rem;
}

#hdr .navigator02{
top: -60px;
left:inherit;
right: 100px;
font-size:2rem;
}

#hdr .navigator01 .name01 {
left: 55px;
bottom: -50px;
}

#hdr .navigator02 .name02 {
bottom: -50px;
top: inherit;
left: 55px;
}

#hdr .message{
	right:30px;
	top:15px;
}

#hdr .message img{
	width:200px;
	height:auto;
}

#snsArea {
margin: 0 auto;
padding-left: 80px;
}

#comment {
width: 90%;
}

.attention {
font-size: 2rem;
}

#comment h2 {
font-size: 2.5rem;
margin: 20px 0 40px;
}

#socials .inbox {
width: 90%;
}

#socials .ig {
width:580px;
margin:0 auto 100px;
}

#socials .ig iframe{
width: 580px;
height: 574px;
}

#socials .tw {
width: 580px;
}

#socials .tw iframe{
width: 580px !important;
height: 574px !important;
}

#footer .bottom_logo {
right: 8%;
top: 16%;
}

#commonFooterInner{
	width:100%;
	background:#282828;
}

#forms .inbox {
width: 100%;
padding: 0 0 50px;
background-position: 0 bottom;
}

#forms .inbox .formarea {
background-size: contain;
padding: 30px 30px 0;
}
body.pg2nd #forms .inbox .formarea .line {
width: 80%;
margin: 0 auto;
}
#forms .inbox .formarea .line B {
font-size: 1.1rem;
}
#forms .inbox .formarea .details {
width: 90%;
margin: 0 auto;
}
#forms .inbox .formarea .details dt {
display: block;
width: 100% !important;
text-align: left;
}
#forms .inbox .formarea .details dd {
display: block;
width: 100% !important;
text-align: left;
}
#forms .inbox:after {
display: none;
}


#forms .inbox .formarea .details #submit input[type="submit"] {
margin: 0 0 30px;
}

textarea {
width: 98%;
}

#forms .inbox .formarea .details h3 {
    text-align: left;
}
}