@charset "UTF-8";
/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title.bg-ordinary {
  background-image: url(../images/bg-title-ordinary.jpg);
  background-size: cover;
}

/**********************************************************************
	個人情報保護方針 - className :
***********************************************************************/
.ttl_04 {
  text-align: center;
}

.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;
  }
}
.l-inner-main .ol_decimal {
  padding-left: 1em;
}
.l-inner-main .ol_decimal .list_decimal {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0.5em 0;
  padding-bottom: 10px;
}
.l-inner-main .ol_decimal .list_decimal ul {
  padding-left: 2em;
  padding-right: 2em;
}
.l-inner-main .ol_decimal .list_decimal ul .list_disc {
  text-indent: -1em;
  margin: 0.5em 0;
}
.l-inner-main .ol_decimal .list_decimal .p_indent {
  padding-left: 2em;
  padding-right: 2em;
}
.l-inner-main .ol_decimal .list_decimal .list_disc_2 {
  text-indent: -1em;
  padding-right: 2em;
  margin: 0.5em 0;
}
.l-inner-main .sub_nav {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.l-inner-main .sub_nav .list_upper {
  width: 33.3333%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.l-inner-main .sub_nav .list_upper:after {
  font-family: 'FontAwesome';
  content: '';
  padding: 0 0.5em;
}
.l-inner-main .sub_nav .list_upper a {
  color: #333;
}
.l-inner-main .sub_nav .list_upper a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.l-inner-main .sub_nav .list_lower {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.l-inner-main .sub_nav .list_lower:after {
  font-family: 'FontAwesome';
  content: '';
  padding: 0 0.5em;
}
.l-inner-main .sub_nav .list_lower a {
  color: #333;
}
.l-inner-main .sub_nav .list_lower a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .l-inner-main .ol_decimal {
      padding-left: 0;
    }
    .l-inner-main .ol_decimal .list_decimal {
        font-size: 115%;
    }
    .l-inner-main .ol_decimal .list_decimal ul {
      padding-left: 1em;
      padding-right: 0;
    }
    .l-inner-main .ol_decimal .list_decimal p {
        font-size: 100%;
    }
    .l-inner-main .ol_decimal .list_decimal .p_indent {
      padding-left: 1em;
      padding-right: 0;
    }
}