@charset "UTF-8";
/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title.bg-ordinary {
  background-image: url(../images/bg-title-ordinary.jpg);
  background-size: cover;
}

/**********************************************************************
	個人情報に関するお問い合わせ窓口 - className :
***********************************************************************/
.pl1em {
  padding-left: 1em;
  padding-right: 1em;
}

.arrow:after {
  font-family: 'FontAwesome';
  content: '';
  padding: 0 0.5em;
}

dt:before {
  content: '●';
  color: #3a77cb;
}

.link_blank {
  background: url("../../../common/images/ex_link.png") no-repeat right 3px;
  padding-right: 15px;
  text-decoration: underline;
}

.sub_nav {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sub_nav .list_upper {
  width: 33.3333%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.sub_nav .list_upper:after {
  font-family: 'FontAwesome';
  content: '';
  padding: 0 0.5em;
}
.sub_nav .list_upper a {
  color: #333333;
}
.sub_nav .list_upper a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.sub_nav .list_lower {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.sub_nav .list_lower:after {
  font-family: 'FontAwesome';
  content: '';
  padding: 0 0.5em;
}
.sub_nav .list_lower a {
  color: #333333;
}
.sub_nav .list_lower a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.Site-sidebar-wrap .Site-sidebar.Site-sidebar {
  width: 23%;
}
.Site-sidebar-wrap .Site-sidebar.Site-sidebar a {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .Site-sidebar-wrap .Site-sidebar.Site-sidebar {
    width: inherit;
  }
}
