@charset "utf-8";

* {
padding: 0;
margin: 0;
}

#wrap{
margin:auto;
width:1360px;
}
 
img{
vertical-align: bottom;
}

header  ul {
    list-style-type: none;
	display:flex;
	padding-bottom:30px;
}

h1{
padding:0 10px;
}


#top{
display:flex;
}

header p{
padding:70px 0 0 830px;
}



#MAILFORM a:link{
    background-image: url("images/MAILFORM.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 190px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#MAILFORM a:hover {
    background-image: url("images/MAILFORM2.png");		
}
h2{
padding:10px 0 40px 50px;
font-size:25px;
color:#339DAF;
}
h2 img{
height:40px;
width:20px;
padding-right:10px;
}

#nav1 a:link  {
    background-image: url(images/HOME.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 260px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
	#nav1 a:hover {
    background-image: url(images/HOME2.jpg);		
}
#nav2 a:link  {
    background-image: url(images/RIYOU.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 200px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
	#nav2 a:hover {
    background-image: url(images/RIYOU2.jpg);		
}
#nav3 a:link  {
    background-image: url(images/TAIKEN.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 220px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
	#nav3 a:hover {
    background-image: url(images/TAIKEN2.jpg);		
}
#nav4 a:link  {
    background-image: url(images/SAPORT.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 220px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
	#nav4 a:hover {
    background-image: url(images/SAPORT2.jpg);		
}
#nav5 a:link  {
    background-image: url(images/UNEI.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 200px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
	#nav5 a:hover {
    background-image: url(images/UNEI2.jpg);		
}
#nav6 a:link  {
    background-image: url(images/OTOIAWASE.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 60px;
    width: 260px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
	#nav6 a:hover {
    background-image: url(images/OTOIAWASE2.jpg);		
}









.Form {
  margin: 80px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #9CCFE5;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.ECM_RadioInput-LabelText {
padding:0 10;
}

.ECM_RadioInput{
padding:0 90px;
font-size:18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #9CCFE5;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}










#footer{
background-image:url(images/FOOTER.jpg);
height:400px;
width:1360px;
background-repeat: no-repeat;
padding:20px 0;
display: flex;
}


#footertext p{
color:white;
padding:30px 0 20px 155px;
}

#footer #MAILFORM{
padding:0 0 0 150px;
}

#footertext2{
padding:180px 0 0 320px;
color:#494949;
line-height:35px;
}

#footer2{
background-color:#82BFCE;
text-align:center;
color:white;
width:1360px;
height:30px;
padding-top:15px;
font-size:12px;
}