@charset "utf-8";
@import "../css/common.css";

/*-----------------------------------------------
	main
-----------------------------------------------*/
.innerContact{
  width: 900px;
  margin: 0 auto;
}
.titContact{
  width: 875px;
  background: #85d6ce;
  padding: 20px 0 20px 20px;
  text-align: left;
  border-left: #00a199 solid 5px;
  color: #fff;
  margin: 0 auto 35px;
  font-size: 14px;
}
.txtContact01{
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
}
@media only screen and (max-width:1025px){
	.innerContact{
    width: 100%;
  }
  .titContact{
      width: 95%;
      padding: 15px 0 15px 4%;
      margin: 0 auto 20px;
      font-size: 12px;
  }
  .txtContact01{
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 20px 0;
  }
}
@media only screen and (max-width:769px){
}

.secNotice{
  width: 100%;
  padding: 0px 0 50px;
}
.txtAbout01{
  width: 540px;
  float: left;
  font-size: 14px;
  line-height: 160%;
}
.txtAbout01 a{
  color: #00a199;
}
.imgAbout01{
  width: 320px;
  float: right;
  padding: 0 0 15px 0;
}
.imgAbout02{
  display: block;
  width: 320px;
  float: right;
}

@media only screen and (max-width:1025px){
  .secNotice{
    padding: 0px 0 30px;
  }
  .txtAbout01{
    width: 100%;
    float: none;
    font-size: 12px;
    padding: 0 0 20px 0;
  }
  .imgAbout01{
    width: 100%;
    float: none;
    padding: 0 0 10px 0;
  }
  .imgAbout02{
    width: 100%;
    float: none;
  }
}

table.contact{
  width: 100%;
  border: 1px solid #85d6ce;
  text-align-last: left;
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 30px 0;
}
table.contact th{
  font-weight: 400;
  vertical-align: middle;
  padding: 25px 0 25px 3%;
  width: 25%;
  background: #caefea;
  border: 1px solid #85d6ce;
}
table.contact td{
  vertical-align: middle;
  padding: 25px 0 25px 3%;
  border: 1px solid #85d6ce;
}
.txtContact02{
  color: #ed1c24;
  font-size: 11px;
  padding: 5px 0 0 0;
}
.txtContact03{
  color: #999;
}
.tdMap iframe{
  width: 95%;
  height: 300px;
}
.secBanner{
	text-align: center;
}
.secBanner li{
	display: inline-block;
	width: 25%;
	padding: 0 2% 0 0;
}
.secBanner li:last-child{
	padding: 0 0 0 0;
}
.imgPop03{
	position: absolute;
	width: 180px;
	bottom: -120px;
	right: 0;
}
.bnr01{
  display: block;
  padding: 0 0 30px ;
}
.secSns{
  text-align: center !important;
}
a.btnFb{
  text-align: center !important;
  display: block;
  width: 140px;
  float: left;
  background: #385898;  
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 20px 13%;
  margin: 0 2% 0 0;
  border-bottom: 5px solid #284166;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; 
}
a.btnFb span,
a.btnTw span{
  text-align: center;
}
a.btnTw{
  display: block;
  width: 120px;
  float: left;
  background: #1c94e0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 20px 14%;
  border-bottom: 5px solid #1878a8;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px; 
}
@media only screen and (max-width:1025px){

    table.contact{
        font-size: 12px;
        margin: 0 0 20px 0;
    }
    table.contact th{
        display: block;
        border: none;
        padding: 15px 0 15px 3%;
        width: 97%;
    }
    table.contact td{
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 15px 0;
        border: none;
    }
    .secBanner li{
      width: 30%;
      padding: 0 2% 0 0;
    }
    .tdMap iframe{
      width: 100%;
      height: 300px;
    }
    .bnr01{
      padding: 0 0 15px ;
    }
    a.btnFb{
      width: 140px;
      float: none;
      margin: 0 auto 8px;
      padding: 15px 13%;
    }
    a.btnFb span,
    a.btnTw span{
      text-align: center;
    }
    a.btnTw{
      width: 120px;
      float: none;
      padding: 15px 16%;
      margin: 0 auto;
    }
  }