/**=================
contact css
==================**/
#contact .contact_img_zone {
  padding-top: 0;
  width: 100%;
}
#contact .intro_text {
  text-align: left;
  margin: auto;
}
#contact .form_zone {
  text-align: left;
}
#contact .form_zone p.add_p {
  margin-bottom: 20px;
}
#contact .form_zone table {
  font-size: 16px;
  color: #5C5C5C;
  width: 100%;
  border-bottom: 1px solid #707070;
}
#contact .form_zone table tr {
  padding: 60px 1px;
  display: block;
  border-top: 1px solid #707070;
  /*border-bottom: 1px solid #707070;*/
}
#contact .form_zone table th {
  font-weight: 500 !important;
  width: 210px;
}
#contact .form_zone table td {
  width: 83%;
  height: 60px;
}
#contact input.item_area,
#contact textarea.item_area{
  border:none;
  background-color:#F5F4F4;
  padding:13px;
  width:100%;
}
#contact p.privacy_link{
text-align:center;
margin:0 0 40px 0;
margin-top: 100px;
line-height: 2;
}
#contact .form_zone .page_link {
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width:1280px) {
  #contact .contact_img_zone {
    padding-top: 105px;
    width: 100%;
  }
}


@media screen and (max-width:1080px) {
  #contact .form_zone table td {
    width: 78%;
    height: 60px;
  }
}

@media screen and (max-width:991px) {
  #contact .contact_img_zone {
    padding-top: 0px;
    width: 100%;
  }
  #contact .form_zone table td {
    width: 68%;
    height: 60px;
  }
}

@media screen and (max-width:540px) {
  #contact .intro_text {
    text-align: left;
    text-align: justify;
    margin: auto;
  }
}




/**page_link css**/
.page_link input {
	border: 1px solid #707070;
	border-radius: 50px;
	/*height: 45px;*/
	padding: 10px;
	padding-right: 45px;
  padding-left: 45px;
	display: inline-block;
	font-weight: 500;
	position: relative;
  	overflow: hidden;
  	text-decoration: none;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	background-color: #fff;
  color: #000;
}
.page_link input:hover {
	border: 1px solid #707070;
  background-color: #1A1311;
	border-radius: 50px;
	/*height: 45px;*/
	padding: 10px;
	padding-right: 45px;
  padding-left: 45px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}






@media screen and (max-width:540px) {
  #contact .form_zone table tr {
    padding: 30px 1px;
    display: block;
    border-top: 1px solid #707070;
    /*border-bottom: 1px solid #707070;*/
  }
  #contact .form_zone table td,
  #contact .form_zone table th {
    display: block;
  }
  #contact .form_zone table th {
    padding-bottom: 5px;
  }
  #contact p.privacy_link{
    text-align:center;
    margin:0 0 40px 0;
    margin-top: 70px;
    line-height: 2;
    }
    #contact .form_zone table td {
      display: contents;
    }




}












div.setsumei_section p.soushin_kanryo{
margin:1em 1em 80px 1em;
letter-spacing:0.1em;
text-indent:0;
padding:0;
text-align:center;
}

div.setsumei_section p.soushin_kanryo_btn{
margin:1em 1em 80px 1em;
letter-spacing:0.1em;
text-indent:0;
padding:0;
text-align:center;
}

div.setsumei_section p.soushin_kanryo_btn a{
border:none;
background-color:#005389;
padding:10px 80px;
color:#ffffff;
text-align:center;
letter-spacing:0.1em;
margin: 0 auto 15px auto;
width:auto;
}


div.setsumei_section p.soushin_kanryo_btn a:hover {

    opacity: 0.5;
    transition: 0.5s;
}



div.setsumei_section h3{
margin:80px 1em 80px 1em;
letter-spacing:0.1em;
text-indent:0;
padding:0;
text-align:center;
font-weight:bold;
font-size:18px;
}


p.privacy_link a{
/*
text-decoration:underline;
*/
border-bottom:1px solid #005389;
padding:0 0 4px 0;
}



div.link_btn2{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #1E5A94;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  margin-top: 20px;
  border:2px solid #ff0000;
}

div.link_btn2 span {
  position: relative;
  z-index: 3;
  color: #1E5A94;
}

div.link_btn2:hover span{
color:#fff;
}


div.bgleft:hover {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#1E5A94;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

div.bgleft:hover:before{
transform-origin:left top;
transform:scale(1, 1);
}



