@charset "UTF-8";
/* font-awesome */
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
/* font-awesome */
#header {
  position: relative;
  z-index: 2;
}

#contents {
  position: relative;
  z-index: 1;
}

.con_access {
  margin-top: 100px;
}

.con_access h3 {
  text-align: center;
}

.con_access .box_acc {
  margin-top: 50px;
}

.con_access .box_acc .root {
  margin-top: 30px;
}

.con_access .box_acc .btn {
  width: 260px;
  margin-top: 15px;
}

.con_access .box_acc .btn a {
  display: block;
  border: 1px solid #53b5b9;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
  text-align: center;
  text-decoration: none;
  padding: 1em 0;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}

.con_access .box_acc .btn a:hover {
  background: #53b5b9;
  color: #fff !important;
}
