@charset "UTF-8";

  /*<start>==========================================================*/
.mt30{
	margin-top: 30px;
}

a, a:visited, a:active {
    color: #0088cc;
}

  .main-flex{
    display:flex;
    margin-top: 55px;
  }
   .main-flex .main-left{
    width: 45%;
    margin-right: 2%;
  }
  .main-flex .main-right{
    width: 50%;
  }

 h1{
   margin: 0px;
 }
 
 header {
    width: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 1px 1px 3px #a5a5a5;
}

h1.logo_box .ttl_logo {
    color: #000;
}

h1.logo_box {
    background: none;
}
h1.logo_box .ttl_logo {
    font-size: 1.3rem;
    color: #000;
}
/*=================================================================*/
/*	お問い合わせ */
/*=================================================================*/
.contact {
  width: 100%;
  padding: 77px 0;
  background: #007b96;
  margin: 40px 0 0;
}

.contact .contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact_box .contact_txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 160%;
  text-align: right;
}

.contact .contact_box .contact_txt span {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
  margin: 0 0 10px 0;
}

.contact .contact_box .border2 {
  width: 2px;
  height: 128px;
  display: block;
  background: rgba(255,255,255,0.5);
  margin: 0 75px;
}

.btn_contact {
  width: 280px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 12px;
  line-height: 80px;
  text-align: center;
  font-size: 2.0rem;
  color: #fff;
  background: #007b96 url(../../common/images/sec/icon_contact.png) no-repeat center left 40px;
  transition: .3s;
  /* padding: 0 0 0 35px; */
}

.contact .contact_box a.btn_contact {
  width: 456px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 12px;
  line-height: 80px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background: #006773 url(../../common/images/sec/icon_contact.png) no-repeat center left 40px;
  transition: .3s;
  padding: 0 0 0 35px;
}

.contact .contact_box a.btn_contact:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

footer .f_box .f_logo{
  font-size: 1.4rem;
  color: #006773;
}

footer .f_box {
  margin-left: 20px;
}


  /*<end>============================================================*/

/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/

  /*<end>============================================================*/
}
