@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
/***** Base *****/
* {
  box-sizing: border-box;
}
body {
  /* background-color: #ffffff;
  color: rgba(0, 0, 0, 1);
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; */

  /* background: linear-gradient(90deg, #e6e6e6 1%, transparent 1%) 1px 0, #fff;
  background-size: 100px 1px; */
}
@media (min-width: 768px) {
  body {
    /* font-size: 15px; */
  }
}
@media (min-width: 768px) {
  body>main {
    min-height: 65vh;
    padding-top: 96px;
  }
}
@media all and (max-width: 767px) {
  body>main {
    padding-top: 80px;
  }
}
/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
} */
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
}
a:not([role="button"]):hover, a:not([role="button"]):active, a:not([role="button"]):focus {
  text-decoration: none;
}
input, textarea {
  color: rgba(0, 0, 0, 1);
  font-family: $text_font;
  font-size: 12px;
}
@media (min-width: 768px) {
  input, textarea {
    font-size: 14px;
  }
}
input {
  /* font-weight: 300; */
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}
input:focus {
  border: 1px solid rgba(0, 54, 146, 1);
}
input[disabled] {
  background-color: #e6e6e6;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZM70HPTQMVD1DNW9YDBF5PR) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
select:focus {
  border: 1px solid rgba(0, 54, 146, 1);
}
select::-ms-expand {
  display: none;
}
textarea {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
textarea:focus {
  border: 1px solid rgba(0, 54, 146, 1);
}
/* SP */
.container {
  width: 325px;
  margin: 0 auto 90px;
}
/* PC */
@media (min-width: 768px) {
  .container {
  	width: 1200px;
    margin: 0 auto 180px;
  }
}
.container-divider {
  display: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}
.dropdown-toggle::after {
  color: inherit;
}
div.section-subscribe.dropdown,
a.article-subscribe,
a.article-unsubscribe {
  display: none !important;
}
/***** Buttons *****/
.button, [role="button"] {
  background: #FAFAFA;
  border: 1px solid #003692;
  box-sizing: border-box;
  border-radius: 2px;
  color: rgba(0, 54, 146, 1);
}
.button::after, [role="button"]::after {
  color: rgba(0, 54, 146, 1);
}
.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #F3F3F6;
  text-decoration: none;
}
.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #00102c;
  border-color: #00102c;
}
.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}
.button-large, input[type="submit"] {
  background-color: #003692;
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  width: 325px;
  height: 51px;
  font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: 305px;
    transition: all 375ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  color: #FFFFFF;
  background-color: #002A71;
}
.button-large[disabled], input[type="submit"][disabled] {
  background-color: #e6e6e6;
}
.button-secondary {
  color: #333;
  border: 1px solid #e6e6e6;
  background-color: transparent;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(0, 0, 0, 1);
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}
/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th, .table th a {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
[dir="rtl"] .table th, [dir="rtl"] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}
/***** Forms *****/
.form {
  max-width: 800px;
  margin: 0 auto;
}
.form-field~.form-field {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .form-field~.form-field {
  	margin-top: 48px;
	}
}
.form-field label {
  display: block;
  font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #010A23;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-field label {
    margin-bottom: 16px;
  }
}
.form-field input,
.form-field textarea {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.request-form .form-field input,
.form-field textarea {
  border: none;
  height: 47px;
	background: #F3F3F6;
}
@media (min-width: 768px) {
  .request-form .form-field input,
  .form-field textarea {
    height: 71px;
  }
}
/* .form-field input:focus {
  border: 1px solid rgba(0, 54, 146, 1);
} */
/* .form-field input[type="text"] {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 54, 146, 1);
} */
.form-field input[type="checkbox"] {
  width: auto;
}
.form-field .nesty-input {
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 4px;
  height: 47px;
  outline: none;
  vertical-align: middle;
  background: #F3F3F6;
  border: none;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .form-field .nesty-input {
    height: 71px;
  	padding-left: 24px;
  }
}
.nesty-input:after {
  top: initial;
  right: 13px;
}
@media (min-width: 768px) {
  .nesty-input:after {
    right: 24px;
  }
}
.form-field .nesty-input:focus {
/*   border: 1px solid rgba(0, 54, 146, 1); */
  text-decoration: none;
}
.form-field textarea {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  vertical-align: middle;
}
.request-form .form-field textarea{
  border: none;
	background: #F3F3F6;
}
/* .form-field textarea:focus {
  border: 1px solid rgba(0, 54, 146, 1);
} */
.form-field input[type="checkbox"]+label {
  margin: 0 0 0 10px;
}
.form-field.required>label::after {
  content: "*";
  color: #C52E20;
  margin-left: 2px;
}
.form-field p {
  color: #010A23;
  margin-top: 8px;
  font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.8;
}
@media (min-width: 768px) {
  .form-field p {
  	margin-top: 16px;
	}
}
[data-loading="true"] input, [data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZM70HD71CRX60XN0RRQ37NQ) 99% 50% no-repeat;
  background-size: 16px 16px;
}
.form footer {
  margin-top: 32px;
  padding-top: 0;
  background: transparent;
  text-align: center;
}
@media (min-width: 768px) {
  .form footer {
    margin-top: 64px;
  }
}
.form footer a {
  color: #333;
  cursor: pointer;
  margin-right: 15px;
}
.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #000;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav p.nav-search {
  display: none;
}
.user-nav[aria-expanded="true"] {
  background-color: #fff;
  /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1); */
  border: solid 1px #e6e6e6;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 999;
}
.user-nav[aria-expanded="true"]>a,
.user-nav[aria-expanded="true"]>p.nav-search {
  display: block;
  margin: 20px;
  text-align: left;
}
.nav-wrapper {
  margin-top: 0;
}
.nav-wrapper a {
  border: 0;
  color: #000000;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}
[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}
/* .nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
} */
.nav-wrapper a.login {
  display: inline-block;
}
.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #000000;
}
@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}
[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}
/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info>[role="button"] {
  border: 0;
  color: rgba(0, 0, 0, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info>[role="button"]:hover {
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
}
.user-info>[role="button"]::after {
  color: #000000;
  padding-right: 15px;
}
[dir="rtl"] .user-info>[role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}
#user #user-name {
  display: none;
  font-size: 14px;
  color: $link_header_color;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: none;
  color: darken($link_header_color, 10%) !important;
}
/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent::before {
  background-color: rgba(0, 54, 146, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}
/***** Breadcrumbs *****/
.breadcrumbs {
  width: 325px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    width: 1200px;
  }
}
.breadcrumbs li {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0 0;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.8;
	color: #010A23;
}
@media (min-width: 768px) {
  .breadcrumbs li {
    max-width: 450px;
  }
  .breadcrumbs li a:hover {
    opacity: 0.6; 
    transition: all 0.3s ease-out;
  }
}
.breadcrumbs li:nth-of-type(1) {
  text-decoration-line: underline;
}
.breadcrumbs li:nth-of-type(2), .breadcrumbs li:nth-of-type(3) {
  padding: 0 0.5em 0 1.5em;
}
.breadcrumbs li+li::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  margin: 0 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://icongr.am/entypo/chevron-right.svg?size=10&color=999999);
}
.breadcrumbs li a {
  color: #010A23;
}
/***** Search field *****/
.search input[type="search"] {
  position: relative;
 	background: #F3F3F6;
	border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  height: 36px;
  padding-left: 48px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.search.bg input[type="search"] {
  border: 1px solid #333;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50px;
  color: #ffffff;
  height: 47px;
}
@media (min-width: 768px) {
  .search input[type="search"] {
    width: 100%;
    height: 71px;
    font-size: 18px;
  }
}
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}
.search input[type="search"]:focus {
  border: none;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
}
.search.bg input[type="search"]:focus {
  border: 1px solid #555;
  color: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.4);
}
.search::before+.search input[type="search"]:focus {
  color: #fc0;
}
.search.bg::before+.search input[type="search"]:focus {
  color: #fff;
}
[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}
.page-header {
  margin-bottom: 60px
}
@media (min-width: 768px) {
  .page-header {
    margin-bottom: 120px
  }
}
/* .page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
} */
.page-header h1 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  flex-grow: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
}
.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
  display: none;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.sub-nav {
  margin: 16px auto 60px;
}
@media (min-width: 768px) {
  .sub-nav {
     margin: 32px auto 120px;
  }
}
@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}
.sub-nav input[type="search"]::after {
  font-size: 15px;
}
/***** Tabs *****/
.tab-wrapper {
  /* margin: 30px 0; */
  margin: 0 0;
}
@media (min-width: 768px) {
  .tab-wrapper {
    /* margin: 60px 0; */
  }
}
.tabs {
  /* display: block;
  margin-bottom: 40px; */
  display: none;
}
@media (min-width: 769px) {
  .tabs {
    /* display: flex;
    justify-content: center;
    flex-direction: row; */

    /* width: 90%;
    text-align: center; */

    /* margin: 0 2% 2em;
    padding-bottom: 1px;
    border-bottom: 1px solid #e6e6e6; */

    display: none;
  }
}
.tabs .tab {
  position: relative;
  top: 3px;
  margin: 0;
  padding: 3px 6px 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;

  color: #fff;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #3d3d3d 100%);
  background: -webkit-linear-gradient(top, #333333 0%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #333333 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#3d3d3d', GradientType=0);
}
@media (min-width: 769px) {
  .tabs .tab {
    height: 48px;
    margin-right: 3px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 0;
    border-bottom: 0px solid #e6e6e6;
  }
}
.tabs .tab:last-of-type {
  margin-right: 0;
}
.tabs .tab:hover {
  border-bottom: 0;
}
@media (min-width: 769px) {
  .tabs .tab:hover {
    border-bottom: 0px solid #997a1f;
    opacity: 0.75;
  }
}
.tab.active {
  /* color: #fff;
  background-color: rgba(0, 54, 146, 1); */

  background: #fff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #fff;
  color: #000;
}
@media (min-width: 769px) {
  .tab.active {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 54, 146, 1);
  }
}
/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.category-tree-with-article {}
section.categories {
  position: relative;
}
section.categories ul {
  margin: 0 0;
  padding: 0 0;
}
li.category {
  display: none;
  /* opacity: 0; */
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.4s, transform 0.4s;
  /* overflow: hidden; */
  opacity: 0;
}
li.category.active {
  display: block;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
li.category>h2 {
  display: none;
}

/* TOPページのカード部分 */
ul.grid-card {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
@media (min-width: 768px) {
  ul.grid-card {
    display: grid;
  	grid-template-columns: repeat(3, 398px);
  	grid-gap: 3px;
  }
}
li.category li.section {
  position: relative;  
  max-width: 100%;
  background: #fff;
	border-radius: 4px;
  min-height: 201px;
  padding: 24px 20px;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  li.category li.section {
  	min-height: 336px;
		padding: 48px 40px;
  }
}
@media (min-width: 768px) {
  li.category li.section:hover {
  	background-color: #F3F3F6;
  	transition: background-color 0.3s ease-out;
	}
}
/* カード内アイコン */
.icon-on li.category svg.icon {
  display: block;
  width: 72px;
	height: 46px;
}
@media (min-width: 768px) {
  .icon-on li.category svg.icon {
    width: 96px;
    height: 62px;
  }
}
.icon-on li.category svg.icon.arrow {
  width: 24px;
  height: 4px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .icon-on li.category svg.icon.arrow {
  	position: absolute;
  	bottom: 48px;
	}
}
/* カード内タイトル */
li.category li.section h3 {
  margin-top: 2px;
  font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #010A23;
}
/* PC */
@media (min-width: 768px) {
  li.category li.section h3 {
  	margin-top: 8px;
  	font-weight: 700;
		font-size: 2.4rem;
  }
}
li.category li.section .description {
  margin-top: 8px;
  font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8;
  color: #010A23;
}
@media (min-width: 768px) {
  li.category li.section .description {
  	font-weight: 400;
  	font-size: 15px;
  	line-height: 1.8;
  	margin-top: 16px;
  }
}
li.category li.section .see-all-articles {
  display: inline-block;
  margin: 0 2em;
  margin-bottom: 0.5em;
  padding: 4px 6px;
  /* text-align: right; */
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #575555;
}
li.category li.section .see-all-articles:hover {
  color: #fff !important;
  background-color: #997a1f;
}
li.category .article-list {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0 0;
  list-style: none;
  text-align: left;
  font-size: 1em;
}
li.category .article-list li.article-promoted span {
  display: none;
}
li.category .article-list li a {
  border-top: 1px solid #555;
  color: rgba(0, 0, 0, 1);
  display: block;
  padding: 0.5em 0;
  color: #fff;
}
/* li.category .article-list li:last-child a {
  border: 0;
} */
li.category .article-list li a:hover {
  color: #997a1f;
}
li.category .article-list li a svg.icon {
  display: inline-block;
  margin: 0 0.25em 0 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  stroke: #30b3eb;
}
li.category .article-list li a:hover svg.icon {
  stroke: #c9cbaf;
}
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 3px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  color: rgba(0, 54, 146, 1);
  display: flex;
  flex: 1 0 140px;
  flex-direction: column;
  /* justify-content: center; */
  margin: 0 10px 10px;
  padding: 5px;
  max-width: 240px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
}
@media (min-width: 768px) {
  .blocks-item {
    flex: 1 0 30%;
    margin: 0 15px 15px;
    padding: 10px;
    max-width: 30%;
  }
}
.is-community .blocks-item {
  flex: 1 0 140px;
  max-width: 140px;
}
@media (min-width: 768px) {
  .is-community .blocks-item {
    flex: 1 0 200px;
    max-width: 200px;
  }
}
.blocks-item:hover {
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  /* border-color: rgba(0, 54, 146, 1); */
  /* background-color: #005cf8; */
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #e6e6e6;
}
.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: rgba(0, 0, 0, 1);
}
.blocks-item-link {
  color: rgba(0, 54, 146, 1);
  padding: 20px 30px;
}
.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}
.blocks-item img {
  display: block;
  margin: 0 auto 6px;
  height: 32px;
}
@media (min-width: 768px) {
  .blocks-item img {
    margin: 0 auto 12px;
    height: 60px;
  }
}
.blocks-item-title {
  display: block;
  width: 84%;
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) {
  .blocks-item-title {
    font-size: 14px;
  }
}
.blocks-item:hover .blocks-item-title, .blocks-item:focus .blocks-item-title, .blocks-item:active .blocks-item-title {
  color: rgba(0, 0, 0, 1);
}
.blocks-item-description {
  font-weight: 300;
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}
.blocks-item .article-list {
  margin-top: 1em;
  padding: 0 0;
  text-align: left;
  font-size: 1em;
}
.blocks-item .article-list li:nth-child(3)~li {
  /* display: none; */
}
/* .blocks-item:empty {
  height: 0;
  border: none;
}*/
.blocks-item .article-list .article-item {
  line-height: 1em;
  margin-bottom: 0.25em;
}
.blocks-item .see-all {
  margin-top: 1em;
  font-weight: 600;
  font-size: 0.9em;
}
/***** Homepage *****/
.top-header {
  width: 325px;
  margin: 60px auto 0;
  font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
}
@media (min-width: 769px) {
  .top-header {
    width: 1200px;
  	margin-top: 120px;
		font-size: 4.2rem;
		line-height: 1.5;
	}
}
.top-header a {
  color: #010A23;
}
/***** Promoted articles *****/
section.articles.front {
  margin: 0 auto;
  width: 100%;
  border: 2px solid rgba(0, 54, 146, 1);
  border-radius: 5px;
  padding: 0 0 0 0;
}
@media (min-width: 769px) {
  section.articles.front {
    width: 90%;
  }
}
.articles.front h3 {
  margin: 0 0 0 0;
  padding: 0.5em 1em;
  background-color: rgba(0, 54, 146, 1);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .articles.front h3 {
    padding: 0.5em 1.5em;
    font-size: 18px;
  }
}
.promoted-articles {
  display: flex;
  margin: 0.5em 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .promoted-articles {
    margin: 1em 0;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-between;
  }
}
.promoted-articles-item {
  display: block;
  width: 100%;
  padding: 0 1em;
  flex: none;
  font-size: 13px;
}
@media (min-width: 769px) {
  .promoted-articles-item {
    width: auto;
    flex: 0 1 50%;
    font-size: 15px;
  }
}
@media all and (min-width: 769px) and (-ms-high-contrast:none) {
  /* FUCK IE */
  .promoted-articles-item {
    flex: 0 1 45%;
  }
}
.promoted-articles-item a {
  border-bottom: 1px solid #e6e6e6;
  color: rgba(0, 0, 0, 1);
  display: block;
  padding: 0.5em 0;
}
@media (min-width: 769px) {
  .promoted-articles-item a {
    border-bottom: 0;
  }
  .promoted-articles-item:nth-of-type(n+3) a {
    border-top: 1px solid #e6e6e6;
  }
  /* .promoted-articles-item:nth-last-of-type(-n+2) a {
    border-bottom: 0;
  } */
}
.promoted-articles-item:last-child a {
  border-bottom: 0;
}
@media (min-width: 769px) {
  .promoted-articles-item:last-child a {
    border-top: 1px solid #e6e6e6;
  }
}
/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  background-image: url($community_image);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community, .activity {
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
}
/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #e6e6e6;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item-parent {
  font-size: 16px;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}
.recent-activity-item-meta {
  display: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    display: inline-block;
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  color: rgba(0, 0, 0, 1);
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-item-comment span::before {
  color: rgba(0, 54, 146, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}
[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}
.recent-activity-controls {
  padding-top: 15px;
}
/***** Category pages *****/
.category-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .category-container {
    flex-direction: row;
  }
}
.category-sidebar {
  flex: 1 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 1024px) {
  .category-sidebar {
    border: 0;
    flex: 0 0 17%;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
}
@media (min-width: 768px) {
  .category-sidebar {}
}
.category-content {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 1 0 66%;
    max-width: 100%;
    min-width: 640px;
    /* padding: 0 0 0 30px; */
    padding: 0 0 0 0;
  }
}
.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  /* flex: initial; */
  width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    /* flex: 0 0 45%; */
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree .icon-lock::before {
  vertical-align: baseline;
}
.section-tree-title {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section-tree-title {
    font-size: 20px;
  }
}
.section-tree-title a {
  color: rgba(0, 0, 0, 1);
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
  text-align: right;
}
.article-list-item {
  border-bottom: 1px solid #E2E4E9;
  font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .article-list-item {
    padding: 32px 0;
    transition: all 0.3s ease-out;
  }
  .article-list-item:hover {
    opacity: 0.6;
    transition: all 0.3s ease-out;
  }
}
.article-list-item:first-child {
  padding-top: 0;
}
.article-list-item:last-of-type {
  border-bottom: 0;
}
.article-list-item a {
  color: rgba(0, 0, 0, 1);
}
.icon-star::before {
  color: rgba(0, 54, 146, 1);
  font-size: 18px;
}
/***** Section pages *****/
.section-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-container {
    flex-direction: row;
  }
}
.section-sidebar {
  flex: 1 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-sidebar {
    border: 0;
    flex: 0 0 17%;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
}
.section-content {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 1 0 66%;
    max-width: 100%;
    min-width: 640px;
    padding: 0 0 0 0;
  }
}
.section-content h1 {
  font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.5;
	color: #010A23;
}
@media (min-width: 768px) {
  .section-content h1 {
		font-size: 4.2rem;
  }
}
.section-content h1 + a.request {
  width: 325px;
	height: 51px;
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .section-content h1 + a.request {
  	width: 320px;
    margin-top: 64px;
  }
}
.section-subscribe .dropdown-toggle::after {
  display: none;
}
/***** Article *****/
.article {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 100%;
    min-width: 640px;
    /* padding: 0 0 0 30px; */
    padding: 0 0 0 0;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
  width: 325px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article-container {
    width: 800px;
    flex-direction: row;
  }
}
.article-author {
  margin-bottom: 10px;
  display: none;
}
h1.article-title {
  font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
  color: #010A23;
}
@media (min-width: 768px) {
  h1.article-title {
		font-size: 3.6rem;
  }
}
.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role="button"] {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.article-body {
  font-size: 1.6rem;
}
.article-body a {
  color: #cc7a00 !important;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul>ul, .article-body ol>ol, .article-body ol>ul, .article-body ul>ol, .article-body li>ul, .article-body li>ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body a:visited {
  color: #000;
}
.article-body code {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #e6e6e6;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}
.article-body>p:last-child {
  margin-bottom: 0;
}
.article-content {
  margin: 32px 0 16px;
  line-height: 1.8;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .article-content {
		margin: 64px 0 32px;
  }
}
.article footer {
  background: transparent;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .article-footer {
		padding-bottom: 64px;
  }
}
.article-comment-count {
  color: #333;
  font-weight: 300;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count .icon-comments {
  color: rgba(0, 54, 146, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}
.article-sidebar {
  flex: 1 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
}
.article-relatives .recent-articles,
.article-relatives .related-articles {
  border-top: 1px solid #e6e6e6;
}
.article-votes {
  border-top: 1px solid #E2E4E9;
  padding: 32px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .article-votes {
		padding: 64px 0;
  }
}
.article-votes-question {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}
.article-votes-controls {
  display: flex;
  justify-content: center;
	align-items: center;
  margin: 16px 0;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .article-votes-controls {
    margin: 32px 0;
    column-gap: 16px;
  }
}
.article-vote {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(0, 54, 146, 1);
  color: rgba(0, 54, 146, 1);
  min-width: 125px;
  height: 51px;
  width: auto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
}
.article-vote::before {
  font-size: 16px;
  margin-right: 10px;
}
[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}
.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}
.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(0, 54, 146, 1);
}
.article-vote:hover {
  background-color: #F3F3F6;
}
.article-vote-up::before {
  content: "\2713";
}
.article-vote-down::before {
  content: "\2715";
}
.article-more-questions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-more-questions .button {
  width: 325px;
	height: 51px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .article-more-questions .button {
    width: 320px;
    margin-bottom: 64px;
  }
}
.article-return-to-top {
	display: none;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: rgba(0, 0, 0, 1);
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}
[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}
.article-unsubscribe {
  background-color: rgba(0, 54, 146, 1);
  color: #ffffff;
  text-decoration: none;
}
.article-unsubscribe:hover {
  background-color: #00102c;
  border-color: #00102c;
}
.sidenav-title {
  font-size: 15px;
  position: relative;
}
.sidenav-item {
  border-radius: 4px;
  color: rgba(0, 0, 0, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}
.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 54, 146, 1);
  color: #ffffff;
  text-decoration: none;
}
.recent-articles h3, .related-articles h3 {
  font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
  margin: 32px 0 16px;
}
@media (min-width: 768px) {
  .recent-articles h3, .related-articles h3 {
  	margin: 64px 0 32px;
	}
}
.recent-articles li, .related-articles li {
  text-decoration-line: underline;
  margin-bottom: 16px;
}
.recent-articles li, .related-articles li:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .recent-articles li, .related-articles li {
  	margin-bottom: 32px;
	}
  .recent-articles li, .related-articles li:hover {
    opacity: 0.6; 
    transition: all 0.3s ease-out;
  }
}
.recent-articles a, .related-articles a {
  font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8;
  color: #010A23;
}
/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item::before {
  color: rgba(0, 0, 0, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}
[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}
.upload-dropzone span {
  color: #333;
}
/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}
.share li, .share a {
  display: inline-block;
}
.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}
.share a::before {
  color: #333;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}
.share a:hover {
  text-decoration: none;
}
.share a:hover::before {
  color: rgba(0, 54, 146, 1);
}
.share-twitter::before {
  content: "\e901";
}
.share-facebook::before {
  content: "\e903";
}
.share-linkedin::before {
  content: "\e900";
}
.share-googleplus::before {
  content: "\e902";
}
/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}
.comment-overview {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: rgba(0, 54, 146, 1);
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter a {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}
[dir="rtl"] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 54, 146, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 0 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}
.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs+textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: rgba(0, 54, 146, 1);
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: $text_font;
  line-height: 1.6;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul>ul, .comment-body ol>ol, .comment-body ol>ul, .comment-body ul>ol, .comment-body li>ul, .comment-body li>ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body a:visited {
  color: #000;
}
.comment-body code {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #e6e6e6;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}
/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote a {
  outline: none;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}
.vote-sum {
  color: #333;
  display: block;
  margin: 3px 0;
}
[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.vote-up:hover::before, .vote-down:hover::before {
  color: rgba(0, 54, 146, 1);
}
.vote-up::before, .vote-down::before {
  color: #333;
  font-size: 24px;
}
.vote-up::before {
  content: "\2B06";
}
.vote-down::before {
  content: "\2B07";
}
.vote-voted::before {
  color: rgba(0, 54, 146, 1);
}
.vote-voted:hover::before {
  color: #00102c;
}
/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}
.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}
.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}
.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #333;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}
/***** Community *****/
.community-hero {
  background-image: url($community_background_image);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header h4 {
  margin-bottom: 0;
}
.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}
/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}
/* Community topic page */
.topic-header {
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}
.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow .dropdown {
  width: 100%;
}
.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}
.community-follow [role="button"]:hover {
  background-color: rgba(0, 54, 146, 1);
}
.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}
.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 54, 146, 1);
  color: #ffffff;
}
.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #00102c;
  border-color: #00102c;
}
.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 54, 146, 1);
  content: attr(data-follower-count);
  color: rgba(0, 54, 146, 1);
  display: inline-block;
  font-family: $heading_font;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}
[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 54, 146, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #000000;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #000;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #333;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(0, 0, 0, 1);
    display: block;
    font-weight: 400;
  }
}
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 54, 146, 1);
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #333;
}
.status-label-pending {
  text-align: center;
}
.status-label-open {
  background-color: #e03b30;
}
.status-label-closed {
  background-color: #e6e6e6;
}
.status-label-solved {
  background-color: #999;
}
.status-label-new {
  background-color: #ffd12a;
}
.status-label-hold {
  background-color: #000;
}
.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}
/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: $text_font;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul>ul, .post-body ol>ol, .post-body ol>ul, .post-body ul>ol, .post-body li>ul, .post-body li>ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body a:visited {
  color: #000;
}
.post-body code {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.post-body blockquote {
  border-left: 1px solid #e6e6e6;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #333;
  font-weight: 300;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: rgba(0, 54, 146, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}
.post-sidebar {
  border-top: 1px solid #e6e6e6;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar h5 {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}
/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}
@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}
.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: rgba(0, 0, 0, 1);
  line-height: 45px;
  order: 1;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: rgba(0, 0, 0, 1);
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #e6e6e6;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(0, 54, 146, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(0, 0, 0, 1);
}
.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}
[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}
.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}
.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}
/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}
@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}
[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}
/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #e6e6e6;
  }
}
.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 54, 146, 1);
}
.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child, .my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child, .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child, .my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}
/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe, .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 54, 146, 1);
  color: #ffffff;
}
.requests-table-toolbar+.requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar+.requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar+.requests-search-info+.requests {
  margin-top: 20px;
}
.requests-table-toolbar+.requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}
/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 54, 146, 1);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}
.subscriptions-unsubscribe a:hover {
  background-color: #00102c;
  text-decoration: none;
}
.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}
/* Contributions table */
.contributions-table td:last-child {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.no-activities {
  color: #333;
}
/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .comment-show-container-content {
  align-self: center;
  color: #333;
  margin-left: 10px;
}
.request-main .form-field.comment-ccs>ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs>ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 54, 146, 1);
}
.request-main .form-field.comment-ccs>input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs+textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs+textarea:focus {
  border-top: 1px solid rgba(0, 54, 146, 1);
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\A";
  white-space: pre;
}
.request-details dt {
  color: #333;
  font-weight: 300;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}
/***** Pagination *****/
.pagination {
  margin-top: 32px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .pagination { 
    margin-top: 64px;
  }
}
.pagination * {
  display: inline-flex;
}
.pagination li {
  position: relative;
  width: 36px;
	height: 36px;
}
@media (min-width: 768px) {
  .pagination li {
    width: 48px;
		height: 48px;
    transition: all 0.3s ease-out;
  }
}
.pagination li:hover:not(.pagination-current) {
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}
.pagination a, .pagination span {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #010A23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .pagination a, .pagination span {

  }
}
.pagination-current {
  background-color: #003692;
  border-radius: 2px;
}
.pagination-current a, .pagination-current span {
  color: #FAFAFA;
}
.pagination-first {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}
.pagination-last {
  border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}
.pagination-first a {
  height: 48px;
  font-size: 2.4rem;
}
.pagination-prev a {
  height: 48px;
  font-size: 2.4rem;
}
.pagination-next a {
  height: 48px;
  font-size: 2.4rem;
}
.pagination-last a {
  height: 48px;
  font-size: 2.4rem;
}
/***** Metadata *****/
.meta-group {
  display: block;
}
.meta-group * {
  display: inline;
}
.meta-data {
  display: block;
  color: #333;
  font-size: 12px;
}
.profile-section .meta-data {
  display: inline-block;
  margin-right: 1em;
}
/***** Icons *****/
[class^="icon-"]::before, [class*=" icon-"]::before, .icon, .search::before, .recent-activity-item-comment span::before, .article-vote::before, .attachments .attachment-item::before, .share a::before, .vote-up::before, .vote-down::before, .actions .dropdown-toggle::before, .collapsible-nav-list li[aria-selected="true"]::after, .collapsible-sidebar-title::after, .search-result-votes::before, .search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.icon-lock::before {
  content: "\1F512";
}
.icon-star::before {
  content: "\2605";
}
.icon-linkedin::before {
  content: "\e900";
}
.icon-twitter::before {
  content: "\e901";
}
.icon-googleplus-::before {
  content: "\e902";
}
.icon-facebook::before {
  content: "\e903";
}
.icon-agent::before {
  content: "\1F464";
}
.icon-close::before {
  content: "\2715";
}
.icon-arrow-up::before {
  content: "\2B06";
}
.icon-arrow-down::before {
  content: "\2B07";
}
.icon-attachments::before {
  content: "\1F4CE";
}
.icon-comments::before {
  content: "\1F4AC";
}
.icon-search::before {
  content: "\1F50D";
}
.icon-vote::before {
  content: "\1F44D";
}
.icon-handle::before {
  content: "\25BE";
}
.icon-check::before {
  content: "\2713";
}
.icon-gear::before {
  content: "\2699";
}
.icon-menu::before {
  content: "\2630";
  font-size: 24px;
}
.icon-article::before {
  content: "\1F4C4";
}
.icon-post::before {
  content: "\1F4D4";
}
.icon-notification-alert::before {
  content: "\26A0";
}
.icon-notification-error::before {
  content: "\00D7";
}
.icon-notification-info::before {
  content: "\2139";
}
.icon-notification-success::before {
  content: "\2714";
}
/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}
.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}
.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}
.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
}
.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options> :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options> :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}
.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(0, 54, 146, 1);
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}
.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}
.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}
.profile-stats .stat-label {
  color: #333;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}
.profile-stats-activity {
  border-top: solid 1px #e6e6e6;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}
.profile-stats-counters {
  border-bottom: solid 1px #e6e6e6;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}
.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 54, 146, 1);
  border-radius: 4px;
  color: rgba(0, 54, 146, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}
.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}
.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}
.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}
.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}
.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}
.profile-contribution-header {
  margin-bottom: 5px;
}
.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}
.profile-contribution-body {
  margin: 10px 0;
}
.profile-contribution-list>.profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list>.profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list>.profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}
.profile-contribution-list>.profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}
.profile-contribution-list>.profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}
[dir="rtl"] .profile-contribution-list>.profile-contribution::before {
  right: 0;
}
.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}
.profile-section .no-activity, .profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}
.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}
[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}
.profile-activity-list {
  margin-top: 25px;
}
.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #e6e6e6;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #e6e6e6;
  }
}
.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}
.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}
.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}
.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}
[dir="rtl"] .profile-activity::before {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}
.profile-articles>.profile-contribution::before, .profile-activity-list>li[class$="-article"]::before {
  content: "\1f4c4";
}
.profile-posts>.profile-contribution::before, .profile-activity-list>li[class$="-post"]::before {
  content: "\1f4d4";
}
.profile-comments>.profile-contribution::before, .profile-activity-list>li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}
/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 100%;
  }
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list>li {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.search-results-list>li:first-child {
  border-top: 1px solid #e6e6e6;
}
.search-result-description {
  margin-top: 15px;
}
.search-result-votes, .search-result-meta-count {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}
.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 54, 146, 1);
}
[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}
[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}
[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}
[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}
.search-result-votes::before {
  content: "\1F44D";
}
.search-result-meta-count::before {
  content: "\1F4AC";
}
.search-result .meta-group {
  align-items: center;
}
.breadcrumbs.search-result-breadcrumbs {
  margin: 0.5em 0 0.5em 0;
  border-bottom: 0;
}
/* .search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
} */
/* add by 8 */
/* .nav-wrapper a, .nav-wrapper a.login {
  margin-left: 0.8em;
  border: 1px solid $link_header_color;
  padding: 0 20px;
  color: $link_header_color;
  line-height: 2.34;
  border-radius: 4px;
}
.nav-wrapper a:hover, .nav-wrapper a.login:hover {
  background-color: lighten($link_header_color, 35%);
  color: darken($link_header_color, 10%) !important;
  text-decoration: none;
} */
.nav-wrapper .user-info {
  margin-left: 0.8em;
}
.nav-wrapper .dropdown-menu a {
  border: 0;
  margin-left: 0;
  padding: 7px 40px 7px 20px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  border-radius: 0;
}
.nav-wrapper .dropdown-menu a:hover {
  background-color: none;
  color: rgba(0, 0, 0, 1) !important;
}
.welcome {
  margin: 20px 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .welcome {
    margin: 60px 0;
    padding: 0 20%;
  }
}
.welcome h1.title {
  margin-bottom: 1em;
  font-family: $front_welcome_heading_font;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2em;
  word-wrap: break-word;
  color: $front_welcome_heading_color;
}
@media (min-width: 768px) {
  .welcome h1.title {
    margin-bottom: 1.2em;
    font-size: 36px;
  }
}
.welcome h2.description p {
  margin: 0 0 0 0;
  font-family: $front_welcome_text_font;
  font-size: 14px;
  font-weight: 600;
  word-wrap: break-word;
  color: $front_welcome_text_color;
}
@media (min-width: 768px) {
  .welcome h2.description p {
    font-size: 20px;
  }
}
.whatsnew {
  position: relative;
  margin: 0 auto 30px;
  padding: 0.5em 0;
  height: 44px;
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 54, 146, 1);
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1060px;
}
@media (min-width: 768px) {
  .whatsnew {
    margin-bottom: 60px;
    width: 80%;
  }
}
@media (min-width: 1160px) {
  .whatsnew {
    margin-bottom: 60px;
    width: 50%;
  }
}
.whatsnew div p {
  margin: 4px 0 0 0;
}
.whatsnew div.whatsnew-title {
  flex: 0 1 80%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01HZM70HZYVXGY8QV5YX3A3BZ4);
  background-size: contain;
}
.whatsnew div.whatsnew-title p {
  display: block;
  padding-left: 34px;
  width: 18em;
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .whatsnew div.whatsnew-title p {
    width: 35em;
  }
}
@media (min-width: 1024px) {
  .whatsnew div.whatsnew-title p {
    width: 100%;
  }
}
.whatsnew div.whatsnew-link {
  flex: 0 1 20%;
  text-align: right;
}
.whatsnew div.whatsnew-link p {
  white-space: nowrap;
}
.icon-star::before {
  display: none;
}
section.search::before {
  display: none;
}
section.search {
  position: relative;
}
section.search.bg {
  margin: 0 0 30px;
  padding: 100px 1em;
  background-image: url($homepage_background_image);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  section.search.bg {
    margin: 0 0 60px;
    padding: 180px 8em;
  }
}
@media (min-width: 1160px) {
  section.search.bg {
    margin: 0 0 60px;
    padding: 220px 16em;
  }
}
section.search .wrapper,
.requests-table-toolbar div.search,
nav.sub-nav form.search {
  position: relative;
}
section.search .wrapper {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-width: 768px) {
  section.search .wrapper {
    max-width: 1200px;
  }
}
section.search .wrapper form.search {
  position: relative;
  margin: 60px auto 32px;
}
@media (min-width: 768px) {
  section.search .wrapper form.search {
    margin: 120px auto 64px;
  }
}
section.search.bg .wrapper form.search {
  width: 100%;
}
section.search form.search::before,
.requests-table-toolbar div.search::before,
nav.sub-nav form.search::before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background-color: transparent;
  color: #999;
  content: "\1F50D";
  font-size: 18px;
  z-index: 2;
}
section.search form.search:focus::before {
  color: #fff;
}
.categories:not(.icon-on) .blocks-item img {
  display: none;
}
#list-cat-sec {
  display: block;
  width: 100%;
}
#list-cat-sec ul.cat {
  list-style-position: inside;
  font-weight: bold;
}
#list-cat-sec ul.cat li {
  position: relative;
}
#list-cat-sec ul.cat>li:not(:last-child) {
  margin-bottom: 1em;
}
#list-cat-sec ul.cat>li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  margin: 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(https://icongr.am/clarity/layers.svg?size=14&color=000000);
  border-radius: 50%;
  background-color: #ffffff;
}
/* #list-cat-sec ul.cat > li.hereNow::before {
  background-color: rgba(0, 54, 146, 1);
} */
#list-cat-sec ul.cat>li a {
  display: block;
  margin: 0 0 0.5em 26px;
  padding-bottom: 0.5em;
  color: rgba(0, 0, 0, 1);
  border-bottom: 1px solid #e6e6e6;
}
#list-cat-sec ul.cat>li.hereNow>a {
  color: rgba(0, 54, 146, 1);
}
#list-cat-sec ul.sec {
  margin-left: 20px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4em;
}
#list-cat-sec ul.sec li {
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-bottom: 0 0 0.2em 15px;
  padding-left: 0.8em;
  /* border-left: 6px solid #e6e6e6; */
}
#list-cat-sec ul.sec li::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  margin: 0 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(https://icongr.am/clarity/copy.svg?size=12&color=000000);
}
#list-cat-sec ul.sec li a {
  display: inline-block;
  margin: 0 0 0 15px;
  padding-bottom: 0.2em;
  border-bottom: 0.2em;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
}
#list-cat-sec ul.sec li.hereNow a {
  font-weight: bold;
  color: rgba(0, 54, 146, 1);
}
/* -------------------------------------------------------------- */
/* Auto Complete Hack*/
zd-autocomplete {
  background-color: #4b4a4a;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2), 0 4px 10px 0 rgba(0, 0, 0, .1);
  position: absolute;
  z-index: 1000000;
}
@media screen and (min-width: 375px) {
  zd-autocomplete {
    min-width: 300px;
  }
}
zd-autocomplete-header {
  border-bottom: 1px solid #605d5d;
  color: #FFD702;
  font-size: 1.1em;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
}
zd-autocomplete-option {
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 20px;
}
zd-autocomplete-option[aria-selected="true"] {
  background-color: #222222;
}
zd-autocomplete-option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
zd-autocomplete-option em {
  font-style: normal;
  font-weight: bold;
}
zd-autocomplete-option zd-autocomplete-breadcrumbs {
  color: #ccc;
  font-size: 80%;
  font-weight: normal;
}

/* style_toho.css のアセットのみ */
#header_sub {
  background: url(/hc/theming_assets/01HZM70J47FB0MJFA2NKDGAZ5X) top left repeat-x;
}
#header_sub .header_scrolled .scrolled_btm {
  background: url(/hc/theming_assets/01HZM70M816P0AH7H0Q8QY8A3P) top left repeat-x;
}
a.btn_pagetop {
  background: url(/hc/theming_assets/01HZM70KS7FBG9P2WJKSAC3X1R);
}

/* via tingle.css */

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .88);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  /* position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; */
  display: none;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
  padding-bottom: 2rem !important;
  word-wrap: break-word;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
/*   position: fixed; */
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.tingle-btn.disabled {
  background-color: #ccc;
  color: #888;
  cursor: none;
  pointer-events: none;
}

.tingle-btn--primary {
  background-color: #333;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #555;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
    font-size: 0.85em;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  @media (max-width : 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
    }
  }

  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
    filter: none;
  }
}

.tingle-modal-box h1 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
}
.tingle-modal-box a {
  color: #010A23;
  text-decoration: underline;
  font-weight: bold;
}
.tingle-modal-box p {
  margin-bottom: 1em;
  font-size: 1.1em;
}
.tingle-modal-box strong {
  font-weight: bold;
}

.tingle-modal-box ul,
.tingle-modal-box ol {
  margin-left: 1em;
  margin-bottom: 1em;
}
.tingle-modal-box ul li {
  font-size: 1.1em;
  list-style-type: square;
  list-style-position: inside;
}
.tingle-modal-box ol li {
  margin-bottom: 0.5em;
  font-size: 1em;
  list-style-type: decimal;
  list-style-position: inside;
}
.tingle-modal-box #Agreement_check {
  margin: 2em 0 0;
  text-align: center;
}
.tingle-modal-box #Agreement_check .optional {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  padding: 1em 2em;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .tingle-modal-box #Agreement_check .optional {
    padding: 1em 6em;
  }
}
.tingle-modal-box #Agreement_check label {
  display: inline-block;
  margin: 0 0 0 0.5em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 24px;
  vertical-align: bottom;
  cursor: pointer;
}
.tingle-modal-box #Agreement_check .form-field input[type="checkbox"] {
  display: inline-block;
  padding: 0 0;
}
#select_val{
  display: none;
}

/* style_toho.cssをstyle.cssに移動 */

@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :
=================================================================== */
/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
/* @font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
} */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background-color: #fafafa;
}
/* ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} */
html {
  font-size: 62.5%;
}
body {
 	background-color :#fafafa;
  font-family: 'Noto Sans JP', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #010a23;
  line-height: 1.8;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body.disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
a {
  color: #010A23;
  text-decoration: none;
}
a:hover {
/*   color: #997a1f; */
}
a:focus {
  outline: none;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  /* width: 100%; */
  width: auto;
  vertical-align: bottom;
}
.bread ul li {
  display: inline;
}
.bread ul li:after {
  content: "/";
  padding-left: .5em;
}
.bread ul li:last-child:after {
  display: none;
}
footer #btm p.copy {
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
.onlypc {
  display: none;
}
.page header h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.bg_search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 3;
  display: none;
  /*@include transition(opacity, .5s, ease);*/
}
#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  background: #000;
  z-index: 5;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  /*@include transition(opacity, .3s, ease);*/
}
.mode_search.show_menu header {
  background: none;
}
.mode_search.show_menu header h2,
.mode_search.show_menu header .emergency {
  display: none;
}
.mode_search.show_menu header a.btn_menu {
  z-index: 10;
}
.mode_search #bg {
  display: block;
}
.mode_search main .slideshow {
  z-index: 1;
}
.mode_search header {
  z-index: 10;
}
.mode_search header h1 {
  z-index: 10;
}
.mode_search header h2,
.mode_search header a.btn_menu,
.mode_search header .emergency {
  display: block;
}
.mode_search #header_sub {
  display: none;
}
.mode_search #header_sub a.btn_close .st0 {
  stroke: #fff !important;
}
.mode_search #header_sub .block_search {
  display: none;
}
.mode_search .bg_search {
  display: block;
}
.mode_search.show_search #bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.mode_search.show_search .bg_search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.scrolled.mode_search #header_sub {
  z-index: 10;
  display: block;
}
.scrolled.mode_search #header_sub .block_search {
  display: block;
}
.scrolled.mode_search header .block_search {
  display: none;
}
.block_search {
  position: absolute;
  right: 4%;
  top: 0px;
  display: block;
  width: 92%;
  height: 21px;
  z-index: 10;
  max-width: 360px;
}
.block_search .search_input {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 70px;
  width: 100%;
  height: 0px;
  line-height: 40px;
  background: #262626;
}
.block_search .search_input .icon {
  width: 56px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: -2px;
}
.block_search .search_input .icon svg {
  width: 21px;
  height: 21px;
  position: relative;
  top: 8px;
  left: 12px;
}
.block_search .search_input .icon .st0 {
  fill: none;
  stroke: #808080;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.block_search .search_input input.input_search {
  height: 40px;
  padding-left: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  width: calc(100% - 112px);
  color: #fff;
}
.block_search .inputs {
  position: relative;
  left: 56px;
}
.block_search a.btn_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 0px;
}
.block_search a.btn_close svg {
  width: 16px;
  height: 16px;
}
.block_search a.btn_close .st0 {
  fill: none;
  stroke: #808080;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.block_search.active {
  width: 92%;
  max-width: 360px;
}
.block_search.active .search_input {
  width: 100%;
  height: 40px;
}
.block_search.active .search_input .icon {
  display: block;
}
.block_search.active a.btn_search {
  display: none;
}
.block_search.active a.btn_close {
  display: block;
}
a.btn_close {
  display: none;
}
a.btn_search {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0px;
  top: 14px;
}
a.btn_search svg {
  width: 21px;
  height: 21px;
}
#header_sub {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 56px;
  z-index: 3;
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  /*@include transition(transform, .3s, ease);*/
  background: #997a1f;
  background: -moz-linear-gradient(top, #997a1f 0%, #997a1f 100%);
  background: -webkit-linear-gradient(top, #997a1f 0%, #997a1f 100%);
  background: linear-gradient(to bottom, #997a1f 0%, #997a1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#997a1f', endColorstr='#997a1f', GradientType=0);
}
#header_sub .header_scrolled {
  width: 100%;
  height: 56px;
}
#header_sub .header_scrolled a.btn_search {
  width: 20px;
  height: 20px;
}
#header_sub .header_scrolled a.btn_search .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
#header_sub p.logo {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 12px;
}
#header_sub p.logo svg {
  width: 32px;
  height: 32px;
}
#header_sub p.logo svg .st0 {
  fill: #fff;
}
#header_sub a.btn_menu {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  padding: 19px 0 0 12px;
}
#header_sub a.btn_menu span {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  margin-bottom: 6px;
}
#header_sub a.btn_search {
  width: 20px;
  height: 20px;
}
#header_sub a.btn_search svg {
  width: 20px;
  height: 20px;
}
#header_sub a.btn_search .st0 {
  fill: none;
  stroke: #4d4d4d;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.scrolled #header_sub {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
#nav_company {
  width: 90%;
  margin: 15px auto 0;
}
@media (min-width: 768px) {
  #nav_company {
    width: 90%;
    margin: 30px auto 0;
  }
}
@media (min-width: 1024px) {
  #nav_company {
    width: 80%;
    margin: 60px auto 0;
  }
}
#nav_company ul {
  width: 100%;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #nav_company ul {
    /* font-size: 1.3rem; */
  }
}
#nav_company ul li.onlysp {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
#nav_company ul li.onlysp a {
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
}
#nav_company ul li.open dl dd {
  display: block;
}
#nav_company ul dl {
  border-bottom: 1px solid #e6e6e6;
}
#nav_company ul dl dt,
#nav_company ul dl dd,
#nav_company ul dl li {
  letter-spacing: 0.07em;
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
@media (min-width: 768px) {
  #nav_company ul dl dt,
  #nav_company ul dl dd,
  #nav_company ul dl li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#nav_company ul dl dt {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#nav_company ul dl dt.active a:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav_company ul dl dt a {
  display: block;
  position: relative;
}
#nav_company ul dl dt a span {
  font-size: 13px;
  font-size: 1.3rem;
}
#nav_company ul dl dt a:after {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzMzMzMzMzt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9Il8iIGNsYXNzPSJzdDAiIGQ9Ik0wLDdoMTZ2MkgwVjd6IE03LDBoMnYxNkg3VjB6Ii8+DQo8L3N2Zz4NCg==");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
#nav_company ul dl dd {
  width: 100%;
  overflow: hidden;
  display: none;
}
#nav_company ul dl dd ul.subnav {
  padding: .5em 0;
  border-top: 1px solid #e6e6e6;
}
#nav_company ul dl dd ul.subnav li {
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
}
#nav_company ul dl dd ul.subnav li.current {
  color: #cba229;
}
#nav_company ul dl dd ul.subnav li a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #nav_company ul dl dd ul.subnav li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#nav_company ul dl dd ul.subnav li a span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #nav_company ul dl dd ul.subnav li a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#nav_company ul dl dd ul.subnav li.child {
  text-indent: 2em;
}
#nav_company ul dl dd ul.subnav li.child.current {
  color: #997a1f;
}
footer {
  width: 100%;
  background: #000;
}
footer .footer_inner {
  width: 87.2%;
  margin: auto;
  padding: 30px 0 30px 0;
}
footer #footer_nav a.nav_global {
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #333333;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
footer #footer_nav a.nav_global .icon, footer #footer_nav a.nav_global .icon svg {
  width: 13px;
  height: 13px;
}
footer #footer_nav a.nav_global svg .st0 {
  fill: #fff;
}
footer #nav_info {
  margin-top: 30px;
  margin-bottom: 28px;
  /*ul{ @include flexmulti(); border-top: 1px solid #333; border-left: 1px solid #333;
			li{ width: calc(50% - 1px); border-right: 1px solid #333; border-bottom: 1px solid #333; text-align: center;
				a{ color: #999; display: block; @include fz(10);}
			}
			li, li a{ height: 38px; line-height: 38px;}
		}*/
}
footer #nav_info ul {
  letter-spacing: -.4em;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  box-sizing: border-box;
}
footer #nav_info ul li {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  box-sizing: border-box;
}
footer #nav_info ul li a {
  color: #999;
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
footer #nav_info ul li, footer #nav_info ul li a {
  height: 38px;
  line-height: 38px;
}
footer #btm .col2 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
footer #btm .col2 h5, footer #btm .col2 h6 {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
footer #btm .col2 h5 {
  padding-top: 0.5px;
  width: 41px;
  height: 10px;
  margin-right: 15px;
}
footer #btm .col2 h5 svg {
  width: 41px;
  height: 10px;
}
footer #btm .col2 h5 svg path, footer #btm .col2 h5 svg polygon {
  fill: #fff;
}
footer #btm .col2 h6 {
  width: 73px;
  position: relative;
  /*top: 2px;*/
}
footer #btm .col2 h6 img {
  width: 100%;
}
footer p.copy {
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}
#block_spnav {
  width: 100%;
  height: 100%;
  height: vh(100);
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 5;
  display: none;
  -webkit-transform: translate3d(-20%, 0, 0);
  -moz-transform: translate3d(-20%, 0, 0);
  -ms-transform: translate3d(-20%, 0, 0);
  -o-transform: translate3d(-20%, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  /*@include transition2(opacity, .6s, ease, transform, .4s, ease);*/
}
#block_spnav .spnav_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#block_spnav ul.nav_list {
  padding-top: 58px;
  width: 87.2%;
  margin: auto;
  padding-bottom: 60px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
#block_spnav ul.nav_list li {
  *zoom: 1;
}
#block_spnav ul.nav_list li:before, #block_spnav ul.nav_list li:after {
  content: " ";
  display: table;
}
#block_spnav ul.nav_list li:after {
  clear: both;
}
#block_spnav ul.nav_list li a.arrow {
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
#block_spnav ul.nav_list li a.arrow span.ja {
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  top: 5px;
}
#block_spnav ul.nav_list li span {
  display: inline-block;
  vertical-align: middle;
}
#block_spnav ul.nav_list li .icon {
  width: 36px;
  height: 29px;
}
#block_spnav ul.nav_list li .icon svg {
  width: 23px;
  height: 29px;
}
#block_spnav ul.nav_list li .icon {
  position: relative;
}
#block_spnav ul.nav_list li .icon svg {
  line-height: 1;
  position: absolute;
  top: 0px;
}
#block_spnav ul.nav_list li.child {
  text-indent: 3.2em;
}
#block_spnav ul.nav_list li p.nav_english {
  width: 89.2%;
  float: right;
  height: 40px;
  line-height: 40px;
}
#block_spnav ul.nav_list li p.nav_english a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}
#block_spnav ul.nav_list li dl {
  width: 89.2%;
  float: right;
}
#block_spnav ul.nav_list li dl dt {
  border-bottom: 1px solid #333;
}
#block_spnav ul.nav_list li dl dt .en {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
#block_spnav ul.nav_list li dl dt .ja {
  font-size: 13px;
  font-size: 1.3rem;
}
#block_spnav ul.nav_list li dl dt, #block_spnav ul.nav_list li dl dt a {
  height: 40px;
  line-height: 40px;
  display: block;
}
#block_spnav ul.nav_list li dl dt, #block_spnav ul.nav_list li dl dd li a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}
#block_spnav ul.nav_list li dl dt.active a:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#block_spnav ul.nav_list li dl dt a {
  position: relative;
  display: block;
}
#block_spnav ul.nav_list li dl dt a:after {
  content: "";
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  display: block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBpZD0iXyIgY2xhc3M9InN0MCIgZD0iTTAsN2gxNnYySDBWN3ogTTcsMGgydjE2SDdWMHoiLz48L3N2Zz4=");
}
#block_spnav ul.nav_list li dl dt .en {
  text-indent: 1em;
}
#block_spnav ul.nav_list li dl dd {
  overflow: hidden;
  display: none;
}
#block_spnav ul.nav_list li dl dd ul {
  padding: 10px 0;
  text-indent: 2em;
  box-sizing: border-box;
}
#block_spnav ul.nav_list li dl dd li, #block_spnav ul.nav_list li dl dd li a {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}
#block_spnav ul.nav_list li dl dd li.current {
  color: #997a1f;
}
#block_spnav ul.nav_list li dl dd li span {
  width: auto;
  height: auto;
  display: inline;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
}
#block_spnav ul.nav_list li dl dd li:before, #block_spnav ul.nav_list li dl dd li:after {
  display: none;
}
#block_spnav ul.nav_list li dl dd.active ul {
  border-bottom: 1px solid #333;
}
#block_spnav ul.nav_list li dl.dl3 dd.active {
  border-top: 1px solid #333;
}
#block_spnav ul.nav_list li.nav01 a.arrow {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #333;
}
#block_spnav ul.nav_list li.nav02,
#block_spnav ul.nav_list li.nav02 a.arrow,
#block_spnav ul.nav_list li.nav03,
#block_spnav ul.nav_list li.nav03 a.arrow,
#block_spnav ul.nav_list li.nav04,
#block_spnav ul.nav_list li.nav04 a.arrow {
  height: 60px;
  line-height: 60px;
}
#block_spnav ul.nav_list li.nav01 a.arrow,
#block_spnav ul.nav_list li.nav02 a.arrow,
#block_spnav ul.nav_list li.nav03 a.arrow,
#block_spnav ul.nav_list li.nav04 a.arrow {
  position: relative;
  display: block;
  text-indent: .2em;
}
#block_spnav ul.nav_list li.nav01 a.arrow svg path,
#block_spnav ul.nav_list li.nav01 a.arrow svg rect, #block_spnav ul.nav_list li.nav01 a.arrow svg circle,
#block_spnav ul.nav_list li.nav01 a.arrow svg .st0,
#block_spnav ul.nav_list li.nav02 a.arrow svg path,
#block_spnav ul.nav_list li.nav02 a.arrow svg rect,
#block_spnav ul.nav_list li.nav02 a.arrow svg circle,
#block_spnav ul.nav_list li.nav02 a.arrow svg .st0,
#block_spnav ul.nav_list li.nav03 a.arrow svg path,
#block_spnav ul.nav_list li.nav03 a.arrow svg rect,
#block_spnav ul.nav_list li.nav03 a.arrow svg circle,
#block_spnav ul.nav_list li.nav03 a.arrow svg .st0,
#block_spnav ul.nav_list li.nav04 a.arrow svg path,
#block_spnav ul.nav_list li.nav04 a.arrow svg rect,
#block_spnav ul.nav_list li.nav04 a.arrow svg circle,
#block_spnav ul.nav_list li.nav04 a.arrow svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#block_spnav ul.nav_list li.nav01 a.arrow:after,
#block_spnav ul.nav_list li.nav02 a.arrow:after,
#block_spnav ul.nav_list li.nav03 a.arrow:after,
#block_spnav ul.nav_list li.nav04 a.arrow:after {
  content: "";
  width: 5px;
  height: 8px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDguOSAxNS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4LjkgMTUuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MS43NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC42LDE0LjYgNy42LDcuNiAwLjYsMC42ICIvPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
}
#block_spnav ul.nav_list li.nav01,
#block_spnav ul.nav_list li.nav02,
#block_spnav ul.nav_list li.nav03,
#block_spnav ul.nav_list li.nav04 {
  border-bottom: 1px solid #808080;
}
#block_spnav ul.nav_list li.nav01 {
  border-top: 1px solid #808080;
}
#block_spnav ul.nav_list li.nav01 a {
  display: block;
  width: 100%;
  vertical-align: middle;
}
#block_spnav ul.nav_list li.nav01 svg {
  width: 23px;
  height: 29px;
  display: inline-block;
}
#block_spnav ul.nav_list li a {
  color: #fff;
}
#block_spnav ul.nav_list li dl dt a, #block_spnav ul.nav_list li dl dd a {
  color: #fff;
}
.menu #block_spnav {
  display: block;
}
.menu .scrolled_btm {
  display: none;
}
.menu.mode_search .bg_search {
  display: none;
}
.menu.mode_search header a.btn_menu span {
  position: relative;
}
.menu.mode_search header a.btn_menu span:nth-child(2) {
  display: none;
}
.menu.mode_search header a.btn_menu span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.menu.mode_search header a.btn_menu span:nth-child(3) {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0px;
}
.menu #header_sub {
  background: #000;
}
.menu #header_sub {
  z-index: 10;
}
.menu #header_sub a.btn_menu span {
  position: relative;
}
.menu #header_sub a.btn_menu span:nth-child(2) {
  display: none;
}
.menu #header_sub a.btn_menu span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
.menu #header_sub a.btn_menu span:nth-child(3) {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0px;
}
.menu #header_sub .header_scrolled a.btn_search svg .st0 {
  stroke: #fff !important;
}
.menu.show_menu {
  overflow: hidden;
}
.menu.show_menu #header_sub {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.menu.show_menu #block_spnav {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.menu.show_menu #block_spnav ul.nav_list {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.menu.show_menu.scrolled #header_sub {
  background: #000;
}
.block_pagetop {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 40px;
}
a.btn_pagetop {
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 20px;
  display: block;
  position: fixed;
  border: 1px solid #333;
  box-sizing: border-box;
  -webkit-transition: transform 0.3s ease 0s, background 0.15s linear 0s;
  -moz-transition: transform 0.3s ease 0s, background 0.15s linear 0s;
  -o-transition: transform 0.3s ease 0s, background 0.15s linear 0s;
  -ms-transition: transform 0.3s ease 0s, background 0.15s linear 0s;
  transition: transform 0.3s ease 0s, background 0.15s linear 0s;
  -webkit-transform: translate3d(0px, 80px, 0);
  -moz-transform: translate3d(0px, 80px, 0);
  -ms-transform: translate3d(0px, 80px, 0);
  -o-transform: translate3d(0px, 80px, 0);
  /* background: url(bg_pagetop.png); */
  border: 1px solid #666666;
  box-sizing: border-box;
}
a.btn_pagetop svg {
  width: 25px;
  height: 13.5px;
}
a.btn_pagetop .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  -webkit-transition: stroke 0.15s linear;
  -moz-transition: stroke 0.15s linear;
  -o-transition: stroke 0.15s linear;
  -ms-transition: stroke 0.15s linear;
  transition: stroke 0.15s linear;
}
a.btn_pagetop .icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
a.btn_pagetop.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
a.btn_pagetop.fix {
  position: absolute;
  bottom: 20px;
}
.ie11 #block_spnav ul.nav_list li dl dd li span {
  top: -3px;
}
#block_spnav ul.nav_list li dl dt.active a,
#nav_company ul.nav_list li dl dt.active a {
  color: #997a1f;
}

/* PC */
@media all and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .onlypc {
    display: block;
  }
  .onlysp {
    display: none;
  }
  header,
  #header_sub {
    width: 100%;
  }
  header a.btn_menu,
  #header_sub a.btn_menu {
    width: 32px;
    position: absolute;
    left: 24px;
    top: 25px;
    display: block;
    text-align: center;
  }
  header a.btn_menu:after,
  #header_sub a.btn_menu:after {
    content: "MENU";
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    width: 100%;
    display: block;
    padding-top: .5em;
  }
  header a.btn_menu span,
  #header_sub a.btn_menu span {
    height: 3px;
    margin-bottom: 5px;
  }
  header a.btn_menu span:nth-child(3),
  #header_sub a.btn_menu span:nth-child(3) {
    margin-bottom: 0px;
  }
  #header_sub {
    height: 120px;
    position: fixed;
    top: 0px;
    z-index: 3;
    -webkit-transform: translate3d(0, -150%, 0);
    -moz-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    -o-transform: translate3d(0, -150%, 0);
    /*@include transition(transform, .2s, ease);*/
    /* background: url(bg_header.png) top left repeat-x; */
  }
  #header_sub .header_scrolled {
    width: 100%;
    height: 120px;
    position: relative;
  }
  #header_sub .header_scrolled p.logo {
    top: 16px;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
  }
  #header_sub .header_scrolled p.logo svg {
    width: 48px;
    height: 48px;
  }
  #header_sub .header_scrolled a.btn_menu {
    top: 24px;
    left: 24px;
    padding: 0px;
  }
  #header_sub .header_scrolled .scrolled_btm {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    /* background: url(bg_nav_header.png) top left repeat-x; */
  }
  #header_sub .header_scrolled .scrolled_btm dl {
    width: 100%;
    height: 40px;
    text-align: center;
  }
  #header_sub .header_scrolled .scrolled_btm dl dt, #header_sub .header_scrolled .scrolled_btm dl dd {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 42px;
    margin-right: 0;
  }
  #header_sub .header_scrolled .scrolled_btm dl dd:last-child {
    margin-right: 0px;
  }
  #header_sub .header_scrolled .scrolled_btm dl dt, #header_sub .header_scrolled .scrolled_btm dl dd a {
    color: #fff;
    /* line-height: 1; */
  }
  #header_sub .header_scrolled .scrolled_btm dl dt a, #header_sub .header_scrolled .scrolled_btm dl dd a, #header_sub .header_scrolled .scrolled_btm dl dd a {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #header_sub .header_scrolled .scrolled_btm dl dt a:hover, #header_sub .header_scrolled .scrolled_btm dl dt a.current, #header_sub .header_scrolled .scrolled_btm dl dd a:hover, #header_sub .header_scrolled .scrolled_btm dl dd a.current, #header_sub .header_scrolled .scrolled_btm dl dd a:hover, #header_sub .header_scrolled .scrolled_btm dl dd a.current {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #header_sub .header_scrolled .scrolled_btm dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
  #header_sub .header_scrolled .scrolled_btm dl dt a {
    color: #fff;
  }
  #header_sub .header_scrolled .scrolled_btm dl dt:after {
    content: "";
    display: inline-block;
    height: 24px;
    width: 1px;
    border-left: 0;
    position: relative;
    top: 16px;
    margin-left: 0;
  }
  #header_sub .header_scrolled .scrolled_btm dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #header_sub .header_scrolled .scrolled_btm dl dd span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #header_sub .header_scrolled .scrolled_btm dl dd.lang:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 1px;
    border-left: 1px solid #b89f54;
    position: relative;
    top: 6px;
    padding-left: 16px;
  }
  #header_sub .header_scrolled .block_search {
    top: 16px;
    z-index: 10;
  }
  #header_sub .header_scrolled a.btn_search {
    width: 25px;
    height: 25px;
  }
  #header_sub .header_scrolled a.btn_search svg {
    width: 25px;
    height: 25px;
  }
  #header_sub .header_scrolled a.btn_search svg .st0 {
    stroke: #c9ba8f;
  }
  .block_search {
    position: absolute;
    right: 24px;
    top: 32px;
    display: block !important;
    width: 48px;
    height: 48px;
  }
  .block_search .search_input {
    position: absolute;
    overflow: hidden;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 48px;
    display: block;
    line-height: 48px;
    /*@include transition(width, .3s, ease);*/
    background: none;
  }
  .block_search .search_input .icon {
    width: 56px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }
  .block_search .search_input .icon svg {
    width: 25px;
    height: 25px;
    position: relative;
    top: 8px;
    left: 12px;
  }
  .block_search .search_input .icon .st0 {
    fill: none;
    stroke: #808080;
    stroke-width: 5;
    stroke-miterlimit: 10;
  }
  .block_search .search_input input.input_search {
    height: 48px;
    padding-left: .5em;
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(100% - 112px);
    color: #fff;
  }
  .block_search .inputs {
    position: relative;
    left: 56px;
  }
  .block_search a.btn_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .block_search a.btn_close svg {
    width: 16px;
    height: 16px;
  }
  .block_search a.btn_close .st0 {
    fill: none;
    stroke: #808080;
    stroke-width: 5;
    stroke-miterlimit: 10;
  }
  .block_search.active {
    width: 360px;
    background: #262626;
  }
  .block_search.active .search_input {
    width: 360px;
    height: 48px;
  }
  .block_search.active .search_input .icon {
    display: block;
  }
  .block_search.active a.btn_search {
    display: none;
  }
  .block_search.active a.btn_close {
    display: block;
  }
  .block_search .suggest {
    width: 100%;
    position: absolute;
    top: 48px;
    background: #4d4d4d;
    display: none;
  }
  .block_search .suggest ul {
    padding: 20px 0;
  }
  .block_search .suggest li, .block_search .suggest li a {
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: block;
  }
  .block_search .suggest li a {
    text-indent: 48px;
    color: #fff;
    letter-spacing: 0.025em;
  }
  .block_search .suggest li a:hover {
    background: #333333;
  }
  a.btn_close {
    display: none;
  }
  a.btn_search {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 12px;
    top: 12px;
  }
  a.btn_search svg {
    width: 25px;
    height: 25px;
  }
  .menu #header_sub {
    height: 90px;
  }
  .menu #header_sub a.btn_menu {
    /*
				span:nth-child(1){ top: 18px;}
				span:nth-child(3){ top: 10px;}
				&:after{ padding-top: 2.1em;}
				*/
  }
  .menu #header_sub a.btn_menu span {
    position: relative;
  }
  .menu #header_sub a.btn_menu span:nth-child(1) {
    top: 8px;
  }
  .menu #header_sub a.btn_menu span:nth-child(3) {
    top: 0px;
  }
  .menu #header_sub a.btn_menu:after {
    padding-top: 1.3em;
  }
  .menu.menu #header_sub {
    background: #000;
  }
  .menu.menu #header_sub .scrolled_btm {
    display: none;
  }
  .menu.show_menu #header_sub {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  .scrolled #header_sub {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  #block_spnav {
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    -o-transform: translate3d(-10%, 0, 0);
  }
  #block_spnav ul.nav_list {
    padding-top: 90px;
    width: 480px;
    margin: auto;
    padding-bottom: 60px;
    border-top: 1px solid #333;
  }
  #block_spnav ul.nav_list li a span.en {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 300;
  }
  #block_spnav ul.nav_list li a span.ja {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 1em;
  }
  #block_spnav ul.nav_list li a.arrow {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #block_spnav ul.nav_list li a.arrow:hover {
    color: #997a1f;
  }
  #block_spnav ul.nav_list li a.arrow span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #block_spnav ul.nav_list li span {
    display: inline-block;
  }
  #block_spnav ul.nav_list li .icon {
    vertical-align: middle;
  }
  #block_spnav ul.nav_list li .ja {
    vertical-align: bottom;
  }
  #block_spnav ul.nav_list li .icon {
    width: 66px;
    height: 48px;
  }
  #block_spnav ul.nav_list li dl {
    width: 89.2%;
  }
  #block_spnav ul.nav_list li dl dt .ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #block_spnav ul.nav_list li dl dt .en {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #block_spnav ul.nav_list li dl dt, #block_spnav ul.nav_list li dl dt a {
    height: 60px;
    line-height: 60px;
  }
  #block_spnav ul.nav_list li dl dt, #block_spnav ul.nav_list li dl dd li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #block_spnav ul.nav_list li dl dt a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #block_spnav ul.nav_list li dl dt a:hover {
    color: #997a1f;
  }
  #block_spnav ul.nav_list li dl dt a:after {
    content: "";
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  #block_spnav ul.nav_list li dl dt.active a {
    color: #997a1f;
  }
  #block_spnav ul.nav_list li dl dt .en {
    text-indent: 1em;
  }
  #block_spnav ul.nav_list li dl dt .ja {
    top: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 1em;
  }
  #block_spnav ul.nav_list li dl dd {
    overflow: hidden;
    display: none;
  }
  #block_spnav ul.nav_list li dl dd ul {
    padding: 10px 0;
  }
  #block_spnav ul.nav_list li dl dd li, #block_spnav ul.nav_list li dl dd li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #block_spnav ul.nav_list li dl dd li a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #block_spnav ul.nav_list li dl dd li a:hover {
    color: #997a1f;
  }
  #block_spnav ul.nav_list li p.nav_english {
    height: 60px;
    line-height: 60px;
  }
  #block_spnav ul.nav_list li p.nav_english a {
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: 1em;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #block_spnav ul.nav_list li p.nav_english a:hover {
    color: #997a1f;
  }
  #block_spnav ul.nav_list li.nav01 a.arrow {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #333;
  }
  #block_spnav ul.nav_list li.nav02,
  #block_spnav ul.nav_list li.nav02 a.arrow,
  #block_spnav ul.nav_list li.nav03,
  #block_spnav ul.nav_list li.nav03 a.arrow,
  #block_spnav ul.nav_list li.nav04,
  #block_spnav ul.nav_list li.nav04 a.arrow {
    height: 80px;
    line-height: 80px;
  }
  #block_spnav ul.nav_list li.nav01 a.arrow,
  #block_spnav ul.nav_list li.nav02 a.arrow,
  #block_spnav ul.nav_list li.nav03 a.arrow,
  #block_spnav ul.nav_list li.nav04 a.arrow {
    text-indent: .2em;
  }
  #block_spnav ul.nav_list li.nav01 a.arrow:after,
  #block_spnav ul.nav_list li.nav02 a.arrow:after,
  #block_spnav ul.nav_list li.nav03 a.arrow:after,
  #block_spnav ul.nav_list li.nav04 a.arrow:after {
    width: 10px;
    height: 16px;
    right: 12px;
    margin-top: -8px;
  }
  #block_spnav ul.nav_list li.nav01 svg {
    width: 36px;
    height: 48px;
  }
  #block_spnav ul.nav_list li.nav02 svg {
    width: 38px;
    height: 41px;
  }
  #block_spnav ul.nav_list li.nav03 svg {
    width: 40px;
    height: 46px;
    display: inline-block;
  }
  #block_spnav ul.nav_list li.nav04 svg {
    width: 46px;
    height: 38px;
    display: inline-block;
  }
  #nav_company ul.nav_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #nav_company ul.nav_list li {
    width: 230px;
    margin-right: 24px;
  }
  #nav_company ul.nav_list dl {
    border-bottom: none;
  }
  #nav_company ul.nav_list dl dt {
    width: 100%;
    font-weight: bold;
    line-height: 1;
    height: 1em;
    /* padding-bottom: 15px; */
    padding-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #nav_company ul.nav_list dl dt span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #nav_company ul.nav_list dl dt a {
    display: block;
    position: relative;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #nav_company ul.nav_list dl dt a:after {
    display: none;
  }
  #nav_company ul.nav_list dl dd {
    width: 100%;
    overflow: hidden;
    display: block !important;
  }
  #nav_company ul.nav_list dl dd ul.subnav {
    padding: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 4px;
  }
  #nav_company ul.nav_list dl dd ul.subnav li {
    height: auto;
    line-height: 1;
    margin-top: 12px;
    text-indent: .5em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #nav_company ul.nav_list dl dd ul.subnav li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #nav_company ul.nav_list dl dd ul.subnav li a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
    display: block;
  }
  #nav_company ul.nav_list dl dd ul.subnav li a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #nav_company ul.nav_list dl dd ul.subnav li a:hover {
    color: #997a1f;
  }
  #nav_company ul.nav_list dl dd ul.subnav li.current {
    color: #997a1f;
  }
  #nav_company ul.nav_list dl dd ul.subnav li.child {
    text-indent: 1.6em;
    display: none;
  }
  .block_pagetop {
    position: relative;
    width: 100%;
    margin: auto;
    height: 52px;
    margin-top: 60px;
  }
  a.btn_pagetop {
    width: 52px;
    height: 52px;
    right: 16px;
    display: block;
    bottom: 20px;
    -webkit-transform: translate3d(0, 90px, 0);
    -moz-transform: translate3d(0, 90px, 0);
    -ms-transform: translate3d(0, 90px, 0);
    -o-transform: translate3d(0, 90px, 0);
  }
  a.btn_pagetop.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  a.btn_pagetop svg {
    width: 22px;
    height: 13px;
  }
  a.btn_pagetop .icon {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
  }
  a.btn_pagetop:hover {
    background: #fff;
  }
  a.btn_pagetop:hover .st0 {
    stroke: #000;
  }
  a.btn_pagetop.fix {
    position: absolute;
    bottom: 20px;
  }
  footer {
    margin-top: 0px;
  }
  .block_pagetop + footer {
    margin-top: 2px;
  }
  footer .footer_inner {
    width: 100%;
    padding: 0px;
  }
  footer #footer_nav .fnav {
    width: 100%;
    background: #404040;
    position: relative;
    height: 50px;
  }
  footer #footer_nav .fnav a.nav_global {
    position: absolute;
    height: 50px;
    line-height: 50px;
    left: 38px;
    top: 0px;
    border: none;
    text-align: left;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  footer #footer_nav .fnav a.nav_global svg path {
    -webkit-transition: fill 0.15s linear;
    -moz-transition: fill 0.15s linear;
    -o-transition: fill 0.15s linear;
    -ms-transition: fill 0.15s linear;
    transition: fill 0.15s linear;
  }
  footer #footer_nav .fnav a.nav_global:hover {
    color: #997a1f;
  }
  footer #footer_nav .fnav a.nav_global:hover svg path {
    fill: #997a1f;
  }
  footer #footer_nav .fnav a.nav_global .icon {
    position: relative;
    top: 4px;
    margin-right: .5em;
  }
  footer #footer_nav .fnav a.nav_global .icon, footer #footer_nav .fnav a.nav_global .icon svg {
    width: 18px;
    height: 18px;
  }
  footer #footer_nav #nav_info {
    position: absolute;
    right: 38px;
    top: 0px;
    margin: 0px;
    width: 40%;
    min-width: 460px;
  }
  footer #footer_nav #nav_info ul {
    border: none;
    display: block;
    -webkit-box-lines: inherit;
    flex-wrap: inherit;
    text-align: right;
    width: 100%;
  }
  footer #footer_nav #nav_info ul li a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  footer #footer_nav #nav_info ul li a:hover {
    color: #997a1f;
  }
  footer #footer_nav #nav_info ul li.current {
    color: #999;
  }
  footer #footer_nav #nav_info ul li, footer #footer_nav #nav_info ul li a {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 54px;
    border: none;
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
  }
  footer #footer_nav #nav_info ul li:after {
    content: "";
    position: relative;
    top: 8px;
    display: inline-block;
    border-right: 1px solid #333;
    width: 1px;
    height: 25px;
    padding: 0 15px 0 0;
    margin-right: 12px;
  }
  footer #footer_nav #nav_info ul li:last-child:after {
    display: none;
  }
  footer #btm {
    width: 100%;
    height: 85px;
    position: relative;
    border-top: 1px solid #262626;
  }
  footer #btm .col2 {
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
  }
  footer #btm .col2 h5 {
    position: absolute;
    width: 66px;
    height: 17px;
    left: 38px;
    margin-right: 0px;
    top: 34px;
  }
  footer #btm .col2 h5 svg {
    width: 66px;
    height: 17px;
  }
  footer #btm .col2 h6 {
    width: 120px;
    height: 20px;
    position: absolute;
    right: 38px;
    top: 32px;
  }
  footer #btm .col2 a {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  footer #btm .col2 a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  footer #btm .col2 a img {
    width: 120px;
  }
  footer #btm p.copy {
    height: 85px;
    line-height: 85px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#index main figure {
  width: 100%;
  position: relative;
}
#index main figure figcaption {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-size: 2rem;
}
#index main .slideshow {
  position: relative;
}
#index main .slideshow ul {
  width: 100%;
  height: 0px;
  padding-bottom: 40%;
  position: relative;
}
#index main .slideshow ul li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  transition: opacity 2s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#index main .slideshow .ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  z-index: 2;
}
#index main .slideshow .ttl h3 {
  text-indent: -10000px;
  width: 46%;
  height: 0;
  padding-bottom: 17.2%;
  background-image: url(../images/index/ttl.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8.6% 0 0 -23%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#index main .slideshow.active0 ul li:nth-child(1) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active1 ul li:nth-child(2) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active2 ul li:nth-child(3) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active3 ul li:nth-child(4) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active4 ul li:nth-child(5) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active5 ul li:nth-child(6) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active6 ul li:nth-child(7) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active7 ul li:nth-child(8) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active8 ul li:nth-child(9) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .slideshow.active9 ul li:nth-child(10) {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
#index main .content {
  margin: 30px auto 15px 0;
}
#index main .block_tab {
  margin-bottom: 0;
}
#index main .nav_bnr li:nth-child(3),
#index main .nav_bnr li:nth-child(4) {
  margin-bottom: 0px;
}
#index .nav_bnr .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#index .nav_bnr .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
#index .nav_bnr .st2 {
  fill: #fff;
}
#index .nav_bnr li:nth-child(1) svg {
  width: 41px;
  height: 41px;
}
#index .nav_bnr li:nth-child(2) svg {
  width: 41px;
  height: 41px;
}
#index .nav_bnr li:nth-child(3) svg {
  width: 41px;
  height: 41px;
}
#index .nav_bnr li:nth-child(4) svg {
  width: 41px;
  height: 38px;
}
#ir .txt_date_r {
  text-align: right;
  margin-top: 15px;
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 768px) {
  #index main .slideshow .ttl h3 {
    text-indent: -10000px;
    width: 551px;
    height: 96px;
    padding-bottom: 0px;
    background-image: url(../images/index/ttl.png);
    margin: -48px 0 0 -275px;
  }
  #index main figure figcaption {
    font-size: 40px;
    font-size: 4rem;
  }
  #index main .block_tab {
    margin-bottom: 0;
  }
  #index .nav_bnr {
    margin-bottom: 50px;
  }
  #index .nav_bnr li:nth-child(1) svg {
    width: 47px;
    height: 47px;
  }
  #index .nav_bnr li:nth-child(2) svg {
    width: 47px;
    height: 48px;
  }
  #index .nav_bnr li:nth-child(3) svg {
    width: 48px;
    height: 48px;
  }
  #index .nav_bnr li:nth-child(4) svg {
    width: 47px;
    height: 45px;
  }
}
#ir .main_col2 {
  width: 89.33%;
  max-width: 984px;
  margin: auto;
}
#ir .main_col2 .block_list {
  margin-bottom: 40px;
}
#ir .main_col2 .col_l {
  display: none;
}
#ir .main_col2 .col_r ul.list01 {
  margin-top: 8px;
  width: 100%;
}
#ir .main_col2 .calender .ttl_h4 {
  margin-bottom: 30px;
}
#ir .main_col2 .calender .img_calender {
  width: 93%;
  margin: auto;
}
#ir .main_col2 .calender .blk {
  padding-bottom: 40px;
}
#ir .main_col2 .calender .cal {
  padding-bottom: 40px;
}
#ir .main_col2 .calender .cal .ttl_h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
#ir .main_col2 .calender .cal ul li {
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
#ir .main_col2 .calender .cal ul li dl {
  letter-spacing: -.4em;
}
#ir .main_col2 .calender .cal ul li dl dt, #ir .main_col2 .calender .cal ul li dl dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1;
}
#ir .main_col2 .calender .cal ul li dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  width: 105px;
}
#ir .main_col2 .calender .cal ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  width: calc(100% - 105px);
}
#ir .main_col2 .calender .cal ul li dl dt, #ir .main_col2 .calender .cal ul li dl dd {
  line-height: 1.38;
}
#ir .shareholders ul.list02 li:last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
#ir .shareholders .lead {
  margin-bottom: 30px;
}
#ir .shareholders .lead p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.46;
}
#ir .shareholders .lead p br {
  display: none;
}
#ir .shareholders .select {
  margin-bottom: 20px;
}
#ir .shareholders .news {
  margin-bottom: 35px;
}
#ir .shareholders .news ul.list02 {
  width: 100%;
}
#ir .shareholders .blk {
  padding-bottom: 38px;
}
#ir .shareholders ul.ul_col2 {
  margin-bottom: 26px;
}
#ir .shareholders ul.ul_col2 li {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
}
#ir .shareholders ul.ul_col2 li dl {
  letter-spacing: -.4em;
}
#ir .shareholders ul.ul_col2 li dl dt, #ir .shareholders ul.ul_col2 li dl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 49%;
  font-size: 15px;
  font-size: 1.5rem;
}
#ir .shareholders .about_issue p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1em;
  line-height: 1.46;
}
#ir .shareholders .about_issue p:last-child {
  margin-bottom: 0px;
}
#ir .shareholders .note {
  padding-bottom: 0px;
  margin-top: 1em;
}
#ir .shareholders .note p {
  margin-top: 2em;
}
#ir .shareholders a.btn_shiori {
  display: block;
  background: #333;
  width: 100%;
  margin-top: 40px;
}
#ir .shareholders a.btn_shiori:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#ir .shareholders a.btn_shiori p {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#ir .absorbed .lead {
  margin-bottom: 24px;
}
#ir .absorbed .lead p {
  font-size: 15px;
  font-size: 1.5rem;
}
#ir .absorbed ul.list03 {
  margin-bottom: 40px;
}
#ir .absorbed ul.list03 li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
#ir .absorbed ul.list03 li h3 {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
#ir .absorbed ul.list03 li p.size {
  font-size: 12px;
  font-size: 1.2rem;
}
#ir .absorbed .blk {
  padding-bottom: 40px;
}
#ir .absorbed .blk ul {
  margin-bottom: 30px;
}
#ir .absorbed .blk ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46;
  margin-bottom: 1em;
}
#ir .absorbed .blk ul li:last-child {
  margin-bottom: 0px;
}
#ir .absorbed .blk .info dt, #ir .absorbed .blk .info dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46;
}
#ir main.memo .content .blk {
  margin-bottom: 28px;
}
#ir .blk .memo {
  padding-bottom: 40px;
}
#ir .blk .memo p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.46;
}
#ir .blk .memo p.small {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.46;
}
#ir .blk .memo dl.info {
  margin-top: 1em;
}
#ir .blk .memo dl.info dt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.46;
  margin-bottom: 1em;
}
#ir .blk .memo dl.info dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.46;
  margin-bottom: 1em;
}
#ir .blk .memo:last-child {
  padding-bottom: 20px;
}
#ir ul.ul_col1 {
  border-top: 1px solid #404040;
}
#ir ul.ul_col1.ttl {
  display: none;
}
#ir ul.ul_col1 li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 0 12px 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#ir ul.ul_col1 li span.num {
  position: absolute;
  right: 10px;
}
#ir ul.ul_col1 li:first-child {
  background: #e5e5e5;
}
#ir ul.ul_col1 li:last-child {
  border: none;
}
#ir ul.ul_col1.bdr li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#ir ul.ul_col1 br.pc {
  display: none;
}
#ir .note {
  width: 100%;
}
#ir .note p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.44;
}
#ir .note ul li {
  position: relative;
  margin-left: 1.2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.63;
  margin-bottom: 1em;
}
#ir .note ul li span {
  position: absolute;
  left: -1.2em;
}
#ir .note ul li:last-child {
  margin-bottom: 0px;
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 984px) {
  #ir .note p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #ir .csr .col_r,
  #ir .absorbed .col_r,
  #ir .shareholders .col_r,
  #ir .shareholders_pc .col_r,
  #ir .memo .col_r {
    border-top: 1px solid #808080;
    padding-top: 22px;
  }
  #ir .col_r .blk {
    padding-bottom: 60px;
  }
  #ir .col_r .blk:last-child {
    padding-bottom: 0px;
  }
  #ir .shareholders .lead {
    margin-bottom: 30px;
  }
  #ir .shareholders .lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  #ir .shareholders .lead p br {
    display: block;
  }
  #ir .shareholders .ttl_h5 br {
    display: none;
  }
  #ir .shareholders ul.list02 li.new p.date {
    margin-left: 0px;
  }
  #ir .shareholders ul.list02 li p.date {
    margin-left: 43px;
  }
  #ir .shareholders ul.list02 li:last-child {
    padding-bottom: 15px;
  }
  #ir .shareholders .select {
    margin-bottom: 0px;
  }
  #ir .shareholders .news {
    margin-bottom: 60px;
  }
  #ir .shareholders .news ul.list02 {
    width: 100%;
  }
  #ir .shareholders ul.ul_col2 {
    margin-bottom: 26px;
    letter-spacing: -.4em;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
  }
  #ir .shareholders ul.ul_col2 li {
    border: none;
    padding: 12px 0;
    display: inline-block;
    width: 49.5%;
  }
  #ir .shareholders ul.ul_col2 li dl {
    letter-spacing: -.4em;
  }
  #ir .shareholders ul.ul_col2 li dl dt, #ir .shareholders ul.ul_col2 li dl dd {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 49%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #ir .shareholders .about_issue p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: .1em;
    line-height: 2;
  }
  #ir .shareholders .about_issue p:before {
    content: "・";
    margin-right: .8em;
  }
  #ir .shareholders .about_issue p:last-child {
    margin-bottom: 0px;
  }
  #ir .shareholders .note {
    padding-bottom: 0px;
    margin-top: 30px;
  }
  #ir .shareholders .note p {
    margin-top: 2em;
    font-size: 14px;
  }
  #ir .shareholders .note ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #ir .shareholders a.btn_shiori {
    margin-top: 60px;
  }
  #ir .shareholders a.btn_shiori p {
    padding: 0;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #ir .shareholders a.btn_shiori br {
    display: none;
  }
  #ir .memo .blk {
    padding-bottom: 56px;
  }
  #ir .memo .blk .ttl_h5 {
    margin-bottom: 16px;
  }
  #ir .memo .blk p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.46;
  }
  #ir .memo .blk p.small {
    margin-top: .6em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.46;
  }
  #ir .memo .blk dl.info {
    margin-top: 2.5em;
  }
  #ir .memo .blk dl.info dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.46;
    margin-bottom: 1em;
  }
  #ir .memo .blk dl.info dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.46;
    margin-bottom: 1em;
  }
  #ir .memo .blk:last-child {
    padding-bottom: 0px;
  }
  #ir .absorbed .lead {
    margin-bottom: 50px;
  }
  #ir .absorbed .lead p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #ir .absorbed .ttl_h5 {
    margin-bottom: 16px;
  }
  #ir .absorbed .blk {
    padding-bottom: 40px;
  }
  #ir .absorbed .blk ul.list03 {
    border-top: 1px solid #e5e5e5;
  }
  #ir .absorbed .blk ul.list03 li {
    padding: 14px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 0px;
  }
  #ir .absorbed .blk ul.list03 li h3 {
    width: calc(100% - 100px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  #ir .absorbed .blk ul.list03 li p.size {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -.6em;
    right: 0px;
  }
  #ir .absorbed .blk ul {
    margin-bottom: 36px;
  }
  #ir .absorbed .blk ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  #ir .absorbed .blk ul li:last-child {
    margin-bottom: 0px;
  }
  #ir .absorbed .blk .info dt, #ir .absorbed .blk .info dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #ir ul.ul_col1 {
    border-top: none;
    letter-spacing: -.4em;
    border-top: 0px;
    display: table;
    margin-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #404040;
  }
  #ir ul.ul_col1.ttl {
    display: table;
    border-top: 1px solid #404040;
  }
  #ir ul.ul_col1.ttl li {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    height: 60px;
  }
  #ir ul.ul_col1 br.pc {
    display: block;
  }
  #ir ul.ul_col1 li {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    height: 50px;
    padding: 0px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.07em;
    border: none;
  }
  #ir ul.ul_col1 li span {
    display: none;
  }
  #ir ul.ul_col1 li span.num {
    position: static;
    display: block;
  }
  #ir ul.ul_col1.h74 li {
    height: 74px;
  }
  #ir ul.ul_col1 li:nth-child(1) {
    width: 24%;
  }
  #ir ul.ul_col1 li:nth-child(2) {
    width: 22%;
  }
  #ir ul.ul_col1 li:nth-child(3) {
    width: 22%;
  }
  #ir ul.ul_col1 li:nth-child(4) {
    width: 22%;
  }
  #ir ul.ul_col1.bdr li:last-child {
    border-bottom: none;
  }
  #ir .main_col2 {
    letter-spacing: -.4em;
    margin-bottom: 60px;
  }
  #ir .main_col2 .col_l, #ir .main_col2 .col_r {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  #ir .main_col2 .col_l {
    width: 205px;
    margin-right: 48px;
  }
  #ir .main_col2 .col_l {
    border-top: 1px solid #808080;
    padding-bottom: 24px;
    border-bottom: 1px solid #808080;
  }
  #ir .main_col2 .col_l ul li.nav_qa a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #ir .main_col2 .col_l ul li.nav_qa a:hover {
    color: #cba229;
  }
  #ir .main_col2 .col_l ul li.nav_qa.current a {
    color: #cba229;
    color: #cba229;
  }
  #ir .main_col2 .col_l ul li {
    padding-top: 24px;
  }
  #ir .main_col2 .col_l ul li dl dt, #ir .main_col2 .col_l ul li dl dd {
    line-height: 1;
  }
  #ir .main_col2 .col_l ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 22px;
    font-weight: 600;
  }
  #ir .main_col2 .col_l ul li dl dt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #ir .main_col2 .col_l ul li dl dt a {
    color: #333;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #ir .main_col2 .col_l ul li dl dt a:hover {
    color: #cba229;
  }
  #ir .main_col2 .col_l ul li dl dt a.current,
  #ir .main_col2 .col_l ul li dl dt.current {
    color: #cba229;
  }
  #ir .main_col2 .col_l ul li dl dt.current a {
    color: #cba229;
  }
  #ir .main_col2 .col_l ul li dl dd ul li {
    text-indent: .5em;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 0px;
    margin-bottom: 1.15em;
  }
  #ir .main_col2 .col_l ul li dl dd ul li span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #ir .main_col2 .col_l ul li dl dd ul li a {
    color: #333333;
    -webkit-transition: margin 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: margin 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: margin 0.15s linear 0s, color 0.15s linear 0s;
    -ms-transition: margin 0.15s linear 0s, color 0.15s linear 0s;
    transition: margin 0.15s linear 0s, color 0.15s linear 0s;
    display: block;
  }
  #ir .main_col2 .col_l ul li dl dd ul li a:hover {
    color: #cba229;
    /*margin-left: .5em;*/
  }
  #ir .main_col2 .col_l ul li dl dd ul li.current {
    color: #cba229;
  }
  #ir .main_col2 .col_l ul li dl dd ul li:last-child {
    margin-bottom: 1.6em;
  }
  #ir .main_col2 .col_l dl {
    border-bottom: 1px solid #808080;
  }
  #ir .main_col2 .col_r {
    width: calc(100% - 253px);
  }
  #ir .main_col2 .col_r ul.list01 {
    margin-top: 14px;
  }
  #ir .main_col2 .charts {
    letter-spacing: -.4em;
  }
  #ir .main_col2 .charts .block_chart {
    width: 45.9%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #ir .main_col2 .charts .block_chart:nth-child(2n) {
    margin-left: 8.1%;
  }
  #ir .main_col2 .calender .ttl_h4 {
    margin-bottom: 60px;
  }
  #ir .main_col2 .calender .img_calender {
    width: 100%;
    height: 0px;
    padding-bottom: 38.25%;
    text-indent: -10000px;
    display: block;
    background: url(../images/ir/calender/img_calender.png) top left no-repeat;
    background-size: cover;
  }
  #ir .main_col2 .calender .blk {
    padding-bottom: 60px;
  }
  #ir .main_col2 .calender .blk:last-child {
    padding-bottom: 0px;
  }
  #ir .main_col2 .calender .cal {
    padding-bottom: 60px;
  }
  #ir .main_col2 .calender .cal ul li {
    padding: 24px 0;
  }
  #ir .main_col2 .calender .cal ul li dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 130px;
  }
  #ir .main_col2 .calender .cal ul li dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    width: calc(100% - 130px);
  }
  #ir .memo .blk dl.info .txt_date,
  #ir .txt_date_r {
    font-size: 1.6rem;
  }
}
p.link a:after {
  content: "";
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-left: 1em;
  position: relative;
  top: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiDQoJIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDQwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+DQo8L3N2Zz4NCg==");
}
#info .nav_bnr.nav_info ul {
  margin-bottom: 20px;
}
#info .nav_bnr.nav_info ul li:nth-child(1) .icon svg {
  width: 41px;
  height: 41px;
}
#info .nav_bnr.nav_info ul li:nth-child(1) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#info .nav_bnr.nav_info ul li:nth-child(2) .icon svg {
  width: 40px;
  height: 41px;
}
#info .nav_bnr.nav_info ul li:nth-child(2) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#info .nav_bnr.nav_info ul li:nth-child(3) .icon svg {
  width: 37px;
  height: 52px;
}
#info .nav_bnr.nav_info ul li:nth-child(3) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#info .nav_bnr.nav_info ul li:nth-child(4) .icon svg {
  width: 41px;
  height: 41px;
}
#info .nav_bnr.nav_info ul li:nth-child(4) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#info .nav_bnr.nav_info ul li:nth-child(5) .icon svg {
  width: 40px;
  height: 36px;
}
#info .nav_bnr.nav_info ul li:nth-child(5) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#info .nav_bnr.nav_info ul li:nth-child(6) .icon svg {
  width: 41px;
  height: 41px;
}
#info .nav_bnr.nav_info ul li:nth-child(6) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#info .main_col2 {
  width: 89.33%;
  max-width: 984px;
  margin: auto;
}
#info .main_col2 .block_list {
  margin-bottom: 40px;
}
#info .main_col2 .col_l {
  display: none;
}
#info .main_col2 .col_r ul.list01 {
  margin-top: 8px;
  width: 100%;
}
#info .main_col2 .ttl_h4 {
  margin-bottom: 30px;
}
#info .main_col2 p, #info .main_col2 li, #info .main_col2 a {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
#info .main_col2 .lead p {
  line-height: 2;
}
#info .main_col2 .blk.block_organizationchart .ttl_h4 {
  margin-bottom: 0px;
}
#info .main_col2 .blk.block_organizationchart figure figcaption {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  padding: .5em 0 1em 0;
}
#info .main_col2 .nav_history {
  margin-bottom: 20px;
}
#info .main_col2 .nav_history ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#info .main_col2 .nav_history ul li, #info .main_col2 .nav_history ul li a {
  height: 40px;
  line-height: 40px;
}
#info .main_col2 .nav_history ul li {
  width: calc(33.33% - 1px);
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 11px;
  font-size: 1.1rem;
}
#info .main_col2 .nav_history ul li a {
  letter-spacing: 0em;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #fff;
  text-align: center;
  background: #000000;
  background: -moz-linear-gradient(top, #222 0%, #3d3d3d 100%);
  background: -webkit-linear-gradient(top, #222 0%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #222 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#3d3d3d', GradientType=0);
}
#info .main_col2 .nav_history ul li a:after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 8px;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzHjga7jgrPjg5Tjg7wiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTkuOCAyMi4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOS44IDIyLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO308L3N0eWxlPjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjAuNywwLjcgOS45LDkuOSAxOS4xLDAuNyAiLz48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTEuNyA5LjksMjAuOSAxOS4xLDExLjcgIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#info .main_col2 .blk_history ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
#info .main_col2 .blk_history ul li dl dt {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: .5em;
}
#info .main_col2 .blk_history ul li dl dd {
  text-indent: .1em;
}
#info .main_col2 .blk_history ul li dl dd ul {
  margin-left: 2em;
}
#info .main_col2 .blk_history ul li dl dd ul li {
  position: relative;
  border-bottom: none;
  padding: 0px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .2em;
}
#info .main_col2 .blk_history ul li dl dd ul li span {
  position: absolute;
  left: -2em;
  top: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0em;
}
#info .main_col2 .blk_history ul li dl dd ul li:last-child {
  margin-bottom: 0px;
}
#info .main_col2 .block_info:last-child {
  margin-bottom: 0px;
}
#info .main_col2 .block_info {
  margin-bottom: 40px;
}
#info .main_col2 .block_info figure {
  margin-bottom: 20px;
}
#info .main_col2 .block_info p,
#info .main_col2 .block_info p.lead {
  line-height: 2;
  color: #333;
  letter-spacing: 0.05em;
}
#info .main_col2 .block_info p.lead {
  font-size: 15px;
  font-size: 1.5rem;
}
#info .main_col2 .block_info p {
  margin-bottom: 1em;
}
#info .main_col2 .block_info p:last-child {
  margin-bottom: 0px;
}
#info .main_col2 .block_info .blk:last-child {
  margin-bottom: 0px;
}
#info .main_col2 .block_info .bg_grey {
  margin-bottom: 28px;
}
#info .main_col2 .block_info ul {
  margin-left: 1.5em;
}
#info .main_col2 .block_info ul li {
  line-height: 2;
  margin-bottom: 1em;
  position: relative;
  letter-spacing: 0.05em;
}
#info .main_col2 .block_info ul li span:not(.bb) {
  position: absolute;
  left: -1.5em;
}
#info .main_col2 .blk {
  margin-bottom: 34px;
}
#info .main_col2 .blk:last-child {
  margin-bottom: 0px;
}
#info .main_col2 .note dl {
  letter-spacing: -.4em;
}
#info .main_col2 .note dl dt, #info .main_col2 .note dl dd {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.05em;
}
#info .main_col2 .note dl dt {
  width: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
#info .main_col2 .note dl dd {
  width: calc(100% - 1em);
  padding-left: 1em;
  box-sizing: border-box;
}
#info .main_col2 .note dl dd ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
}
#info .main_col2 .more.active a.btn_more:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#info .main_col2 .more .wrap_btn_more {
  position: relative;
  width: 100%;
  border-top: 1px solid #808080;
}
#info .main_col2 .more a.btn_more {
  position: relative;
  width: 48px;
  height: 32px;
  margin: auto;
  text-indent: -10000px;
  display: block;
  background: #333;
}
#info .main_col2 .more a.btn_more:after {
  content: "";
  width: 13px;
  height: 7.2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -6.5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOS44IDExLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5LjggMTEuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZmZmZjtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMC43LDAuNyA5LjksOS45IDE5LjEsMC43ICIvPg0KPC9zdmc+DQo=");
}
#info .main_col2 .more .block_more {
  display: none;
  overflow: hidden;
}
#info .main_col2 .table {
  margin-bottom: 24px;
}
#info .main_col2 .table dl {
  letter-spacing: -.4em;
  margin-bottom: .8em;
}
#info .main_col2 .table dl dt {
  width: 60px;
  font-weight: bold;
}
#info .main_col2 .table dl dd {
  width: calc(100% - 60px);
}
#info .main_col2 .table dl dt, #info .main_col2 .table dl dd {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 1.48;
  letter-spacing: 0.04em;
}
#info .main_col2 .table dl ul li, #info .main_col2 .table dl p {
  font-size: 15px;
  font-size: 1.5rem;
}
#info .main_col2 ul.disc {
  margin-left: 1.2em;
}
#info .main_col2 ul.disc li {
  position: relative;
}
#info .main_col2 ul.disc li span {
  position: absolute;
  left: -1.2em;
}
#info .main_col2 ul.inline li {
  display: inline;
  margin-right: 1em;
}
#info .main_col2 .place dl {
  margin-bottom: 1em;
}
#info .main_col2 .place dl dt, #info .main_col2 .place dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
#info .main_col2 .place dl dt {
  margin-bottom: 1em;
}
#info .main_col2 .place dl dd ul li {
  margin-bottom: .3em;
}
#info .main_col2 .blk_current {
  text-align: right;
}
#info .main_col2 .blk_current p {
  font-size: 12px;
  font-size: 1.2rem;
}
#info .main_col2 ul.member li {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
#info .main_col2 ul.member dl dt, #info .main_col2 ul.member dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
#info .main_col2 ul.member dl dt {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: .6em;
}
#info .main_col2 ul.member dl dd {
  line-height: 1.2;
  margin-bottom: .5em;
}
#info .main_col2 ul.member dl dd:last-child {
  margin-bottom: 0px;
}
#info .main_realestate .img_main {
  margin-bottom: 30px;
}
#info .main_realestate .img_main figcaption {
  width: 89.33%;
  margin: auto;
  text-align: right;
  padding-top: .5em;
  font-size: 12px;
  font-size: 1.2rem;
}
#info .main_realestate .block_tab {
  width: 100%;
}
#info .main_realestate .block_tab .nav_tab {
  width: 100%;
}
#info .main_realestate .block_tab .nav_tab li {
  width: 33.33%;
}
#info .main_realestate .block_tab .tab ul li {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
#info .main_realestate .block_tab .tab ul li dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#info .main_realestate .block_tab .tab ul li dl dt a {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
#info .main_realestate .block_tab .tab ul li dl dt.name a h5:after {
  width: 8px;
  height: 14px;
  position: relative;
  top: 2px;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzHjga7jgrPjg5Tjg7wiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTEuMyAxOS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMS4zIDE5Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjAuNywxOS4xIDkuOSw5LjkgMC43LDAuNyAiLz4NCjwvc3ZnPg0K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: .8em;
}
#info .main_realestate .block_tab .tab ul li dl dd ul li {
  border: none;
  padding: 0px;
}
#info .main_realestate .block_tab .tab ul li dl dd ul li dl {
  letter-spacing: -.4em;
}
#info .main_realestate .block_tab .tab ul li dl dd ul li dl dt {
  width: 65px;
  margin-bottom: .4em;
}
#info .main_realestate .block_tab .tab ul li dl dd ul li dl dd {
  width: calc(100% - 65px);
}
#info .main_realestate .block_tab .tab ul li dl dd ul li dl dd ul {
  width: 100%;
}
#info .main_realestate .block_tab .tab ul li dl dd ul li dl dt, #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: top;
}
#info .main_realestate .img_col2 figure {
  width: 262px;
  margin: auto;
}
#info .main_realestate .img_col2 .img_l {
  margin-bottom: 24px;
}
#info .main_realestate .gmap {
  width: 100%;
  height: 0px;
  padding-bottom: 47.14%;
  position: relative;
  margin-bottom: 15px;
}
#info .main_realestate .gmap .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#info .main_realestate ul.list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
#info .main_realestate ul.list li dl {
  letter-spacing: -.4em;
}
#info .main_realestate ul.list li dl dt, #info .main_realestate ul.list li dl dd {
  display: inline-block;
  letter-spacing: 0.04em;
  vertical-align: top;
  line-height: 1.48;
}
#info .main_realestate ul.list li dl dt {
  width: 105px;
}
#info .main_realestate ul.list li dl dd {
  width: calc(100% - 105px);
}
#info .main_realestate ul.list li dl dd ul li {
  border-bottom: none;
  padding: 0px;
}
#info .note {
  width: 100%;
}
#info .note p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.44;
}
#info .note.nomb {
  padding-bottom: 0px;
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 984px) {
  p.link a:after {
    width: 7px;
    height: 12px;
    top: 1px;
  }
  #info .nav_bnr.nav_info {
    margin-bottom: 50px;
  }
  #info .nav_bnr.nav_info ul li {
    /*a{ @include transition(color, .15s, linear);
						.st0{ @include transition(stroke, .15s, linear);}
						&:hover{ color: palette(gold);
							.st0{ stroke: palette(gold);}
						}
					}
					*/
  }
  #info .nav_bnr.nav_info ul li .icon {
    margin-bottom: 1em;
  }
  #info .nav_bnr.nav_info ul li:nth-child(1) .icon svg {
    width: 47px;
    height: 48px;
  }
  #info .nav_bnr.nav_info ul li:nth-child(2) .icon svg {
    width: 47px;
    height: 48px;
  }
  #info .nav_bnr.nav_info ul li:nth-child(3) .icon svg {
    width: 37px;
    height: 52px;
  }
  #info .nav_bnr.nav_info ul li:nth-child(4) .icon svg {
    width: 48px;
    height: 48px;
  }
  #info .nav_bnr.nav_info ul li:nth-child(5) .icon svg {
    width: 46px;
    height: 42px;
  }
  #info .nav_bnr.nav_info ul li:nth-child(6) .icon svg {
    width: 49px;
    height: 49px;
  }
  #info .note p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #info .main_col2 {
    margin-bottom: 60px;
  }
  #info .main_col2 ul li, #info .main_col2 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #info .main_col2 ul li {
    margin-bottom: .3em;
  }
  #info .main_col2 .block_list {
    margin-bottom: 60px;
  }
  #info .main_col2 .col_r .ttl_h4 {
    margin-bottom: 40px;
  }
  #info .main_col2 .col_r ul.list01 {
    margin-top: 14px;
  }
  #info .main_col2 .charts {
    letter-spacing: -.4em;
  }
  #info .main_col2 .charts .block_chart {
    width: 45.9%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
  #info .main_col2 .charts .block_chart:nth-child(2n) {
    margin-left: 8.1%;
  }
  #info .main_col2 .blk {
    margin-bottom: 54px;
  }
  #info .main_col2 .blk:last-child {
    margin-bottom: 0px;
  }
  #info .main_col2 .blk.block_organizationchart .ttl_h4 {
    margin-bottom: 0px;
  }
  #info .main_col2 .blk.block_organizationchart figure figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em 0 1.5em 0;
  }
  #info .main_col2 .nav_history ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 20%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  #info .main_col2 .nav_history ul li a {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #info .main_col2 .nav_history ul li a:after {
    width: 11px;
    height: 13px;
    margin-left: .5em;
    top: -2px;
  }
  #info .main_col2 .blk_history ul li {
    padding: 22px 0 22px 0;
  }
  #info .main_col2 .blk_history ul li dl {
    letter-spacing: -.4em;
  }
  #info .main_col2 .blk_history ul li dl dt {
    width: 85px;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0px;
    line-height: 1;
  }
  #info .main_col2 .blk_history ul li dl dd {
    width: calc(100% - 85px);
    padding-top: 0em;
  }
  #info .main_col2 .blk_history ul li dl dd ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #info .main_col2 .blk_history ul li dl dd ul li span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  #info .main_col2 .blk_history ul li dl dt, #info .main_col2 .blk_history ul li dl dd {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.07em;
  }
  #info .main_col2 .block_info:last-child {
    margin-bottom: 0px;
  }
  #info .main_col2 .block_info {
    margin-bottom: 60px;
  }
  #info .main_col2 .block_info figure {
    margin-bottom: 36px;
  }
  #info .main_col2 .block_info p,
  #info .main_col2 .block_info p.lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  #info .main_col2 .block_info p.lead02 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
    color: #333;
  }
  #info .main_col2 .block_info p.lead03 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    color: #333;
  }
  #info .main_col2 .block_info .blk:last-child {
    margin-bottom: 0px;
  }
  #info .main_col2 .block_info .bg_grey {
    margin-bottom: 28px;
  }
  #info .main_col2 .block_info ul {
    margin-left: 1.5em;
  }
  #info .main_col2 .block_info ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1em;
    position: relative;
  }
  #info .main_col2 .block_info ul li span {
    position: absolute;
    left: -1.5em;
  }
  #info .main_col2 .more a.btn_more {
    width: 64px;
    height: 40px;
  }
  #info .main_col2 .more a.btn_more:after {
    content: "";
    width: 16px;
    height: 9px;
    margin: -5px 0 0 -8px;
  }
  #info .main_col2 .more .block_more {
    display: none;
    overflow: hidden;
  }
  #info .main_col2 .table {
    margin-bottom: 0px;
  }
  #info .main_col2 .table dl {
    margin-bottom: .8em;
  }
  #info .main_col2 .table dl dt {
    width: 90px;
  }
  #info .main_col2 .table dl dd {
    width: calc(100% - 90px);
  }
  #info .main_col2 .table dl dt, #info .main_col2 .table dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 .table dl ul li, #info .main_col2 .table dl p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 ul.disc {
    margin-left: 1.5em;
  }
  #info .main_col2 ul.disc li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: .5em;
  }
  #info .main_col2 ul.inline li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 .place dl {
    margin-bottom: 1em;
  }
  #info .main_col2 .place dl dt, #info .main_col2 .place dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 .place dl dt {
    margin-bottom: 1em;
  }
  #info .main_col2 .place dl dd ul li {
    margin-bottom: .3em;
  }
  #info .main_col2 .blk_current {
    margin-bottom: 60px;
  }
  #info .main_col2 .blk_current p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 ul.member li {
    border: none;
    padding: 0px;
  }
  #info .main_col2 ul.member li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: stretch;
  }
  #info .main_col2 ul.member li dl dt {
    width: 23%;
    line-height: 1;
    font-weight: 500;
  }
  #info .main_col2 ul.member li dl dd.d1 {
    width: 34%;
    border-bottom: 1px solid #e5e5e5;
  }
  #info .main_col2 ul.member li dl dd.d2 {
    width: 43%;
    border-bottom: 1px solid #e5e5e5;
  }
  #info .main_col2 ul.member li dl dt.y1,
  #info .main_col2 ul.member li dl dt.y2,
  #info .main_col2 ul.member li dl dt.y3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  #info .main_col2 ul.member li dl dt.dtbb {
    border-bottom: 1px solid #e5e5e5;
  }
  #info .main_col2 ul.member li dl dt.bb {
    border-bottom: 1px solid #e5e5e5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #info .main_col2 ul.member li dl dt.bb span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  #info .main_col2 ul.member li dl dd:last-child {
    margin-bottom: 0px;
  }
  #info .main_col2 ul.member li dl dt, #info .main_col2 ul.member li dl dd {
    letter-spacing: 0em;
    line-height: 1.4;
    padding: 24px 0;
    margin-bottom: 0px;
  }
  #info .main_realestate .img_main {
    width: 100%;
    max-width: 984px;
    margin: auto;
    margin-bottom: 40px;
  }
  #info .main_realestate .img_main figcaption {
    width: 100%;
  }
  #info .main_realestate .img_main .onlypc {
    display: block;
  }
  #info .main_realestate .img_main .onlysp {
    display: none;
  }
  #info .main_realestate .nav_tab {
    margin-bottom: 51px;
  }
  #info .main_realestate .block_tab .tab ul li:first-child {
    padding: 0 0 13px 0;
  }
  #info .main_realestate .block_tab .tab ul li {
    padding: 52px 0 13px 0;
  }
  #info .main_realestate .block_tab .tab ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  #info .main_realestate .block_tab .tab ul li dl dt a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_realestate .block_tab .tab ul li dl dt.name {
    margin-bottom: 20px;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li:first-child {
    padding: 0px;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li {
    width: 50%;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dt {
    width: 60px;
    margin-bottom: .4em;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd {
    width: calc(100% - 60px);
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd ul li {
    width: 100%;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd ul a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd ul a:after {
    width: 7px;
    height: 13px;
    position: relative;
    top: 1px;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd ul .inside a:after {
    top: -2px;
  }
  #info .main_realestate .block_tab .tab ul li dl dd ul li dl dt, #info .main_realestate .block_tab .tab ul li dl dd ul li dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_realestate .img_col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #info .main_realestate .img_col2 .img_l,
  #info .main_realestate .img_col2 .img_r {
    width: 336px;
    display: inline-block;
  }
  #info .main_realestate .img_col2 .img_l figure,
  #info .main_realestate .img_col2 .img_r figure {
    width: 100%;
  }
  #info .main_realestate .img_col2 .img_l {
    margin-right: 60px;
  }
  #info .main_realestate ul.list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0 20px 0;
  }
  #info .main_realestate ul.list li dl {
    letter-spacing: -.4em;
  }
  #info .main_realestate ul.list li dl dt, #info .main_realestate ul.list li dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_realestate ul.list li dl dt {
    width: 145px;
  }
  #info .main_realestate ul.list li dl dd {
    width: calc(100% - 145px);
  }
  #info .main_realestate ul.list li dl dd ul li {
    border-bottom: none;
    padding: 0px;
  }
}
img.external {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: .5em;
}
#group .block_notes {
  border-top: 1px solid #808080;
  padding: 20px 0 35px 0;
}
#group .block_notes p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
#group .main_col2 {
  width: 89.33%;
  max-width: 984px;
  margin: auto;
}
#group .main_col2 .col_l {
  display: none;
}
#group .main_col2 .col_r ul.list01 {
  margin-top: 8px;
  width: 100%;
}
#group .main_col2 .col_r figure.img_main {
  margin-bottom: 1.5em;
}
#group .main_col2 .ttl_h4 {
  margin-bottom: 30px;
}
#group .main_col2 p, #group .main_col2 li, #group .main_col2 a, #group .main_col2 h6 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
#group .main_col2 .lead p {
  line-height: 2;
  margin-bottom: 1.5em;
}
#group .main_col2 .note {
  margin-bottom: 30px;
  border-top: 1px solid #808080;
  padding-top: 20px;
}
#group .main_col2 .note.nomb {
  margin-bottom: 0px;
}
#group ul.col3 li dl dt a {
  line-height: 1.5;
}
#group .nav_group li .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#group .nav_group li:nth-child(1) svg {
  width: 42px;
  height: 39px;
}
#group .nav_group li:nth-child(2) svg {
  width: 40px;
  height: 30px;
}
#group .nav_group li:nth-child(3) svg {
  width: 41px;
  height: 33px;
}
#group .main_service .blk .ttl_h4 {
  margin-top: 0px;
}
#group .main_service .blk ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 93.4%;
  margin: auto;
}
#group .main_service .blk ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
#group .main_service .blk ul a {
  display: block;
}
#group .main_service .blk ul li:nth-child(2n) {
  margin-right: 0px;
}
#group .main_service .blk ul dl dt {
  margin-bottom: .6em;
}
#group .main_service .blk ul dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
#group .main_service .blk:last-child ul {
  margin-bottom: 0px;
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 984px) {
  #group .block_notes {
    padding: 18px 0 30px 0;
  }
  #group .block_notes p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #group .main_col2 {
    margin-bottom: 60px;
  }
  #group .main_col2 .ttl_h4 {
    margin-bottom: 42px;
  }
  #group .main_col2 p, #group .main_col2 li, #group .main_col2 a, #group .main_col2 h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #group .main_col2 .lead p {
    line-height: 2;
  }
  #group .main_col2 .lead p:last-child {
    margin-bottom: 0px;
  }
  #group .main_col2 .col_r ul.list01 {
    margin-top: 14px;
  }
  #group .main_col2 .col_r .blk_group.last {
    margin-bottom: 0px;
  }
  #group .main_col2 .col_r .blk_group.last .col2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #group .blk_group ul.col2 li dl {
    padding-bottom: 16px;
  }
  #group .blk_group ul.col2 li dl dt {
    padding-bottom: .3em;
  }
  #group .nav_group li .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
  }
  #group .nav_group li:nth-child(1) svg {
    width: 50px;
    height: 46px;
  }
  #group .nav_group li:nth-child(2) svg {
    width: 46px;
    height: 35px;
  }
  #group .nav_group li:nth-child(3) svg {
    width: 47px;
    height: 39px;
  }
  #group ul.col3 li dl dt {
    min-height: 3em;
    display: table;
  }
  #group ul.col3 li dl dt span {
    display: table-cell;
    min-height: 3em;
    vertical-align: bottom;
  }
  #group ul.col3 li dl dt a {
    position: relative;
    padding-right: 14px;
    line-height: 1.5;
    display: table-cell;
    min-height: 3em;
    vertical-align: bottom;
  }
  #group .main_service .blk ul {
    width: 100%;
  }
  #group .main_service .blk ul li {
    width: 31.2%;
    margin-right: 3.2%;
  }
  #group .main_service .blk ul li a {
    -webkit-transition: color 0.15s linear 0s, opacity 0.15s linear 0s;
    -moz-transition: color 0.15s linear 0s, opacity 0.15s linear 0s;
    -o-transition: color 0.15s linear 0s, opacity 0.15s linear 0s;
    -ms-transition: color 0.15s linear 0s, opacity 0.15s linear 0s;
    transition: color 0.15s linear 0s, opacity 0.15s linear 0s;
    display: block;
  }
  #group .main_service .blk ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=75);
    -webkit-opacity: 0.75;
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  #group .main_service .blk ul li:nth-child(2n) {
    margin-right: 3.2%;
  }
  #group .main_service .blk ul li:nth-child(3n) {
    margin-right: 0px;
  }
  #group .main_service .blk ul dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
#recruit .bg_grey {
  width: 89.33%;
  max-width: 984px;
  margin: auto;
  margin-bottom: 30px;
  background: #e6e6e6;
}
#recruit .bg_grey h6 {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}
#recruit .blk {
  padding-bottom: 10px;
}
#recruit .blk .ttl_h4 {
  margin-bottom: 30px;
  margin-top: 0px;
}
#recruit .blk.parttime {
  padding-bottom: 40px;
}
#recruit .blk.parttime ul {
  margin-bottom: 28px;
}
#recruit .blk.parttime ul li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: .5em;
  margin-bottom: .8em;
}
#recruit .blk.parttime ul li dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: .8em;
}
#recruit .blk.parttime ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
#recruit .blk.parttime ul li dl dd a {
  display: block;
}
#recruit .blk.parttime ul li:last-child {
  margin-bottom: 0px;
}
#recruit .blk.other {
  margin-bottom: 0px;
}
#recruit .blk.other ul {
  margin-bottom: 28px;
}
#recruit .blk.other ul li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: .5em;
  margin-bottom: .8em;
}
#recruit .blk.other ul li a {
  display: block;
  text-decoration: underline;
}
#recruit .blk.other ul li:last-child {
  margin-bottom: 0px;
}
#recruit .table {
  padding-top: 1em;
}
#recruit .table dl {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: .8em;
  padding-bottom: .8em;
}
#recruit .table dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .5em;
}
#recruit .table dl dd p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: .8em;
}
#recruit .table dl dd p:last-child {
  margin-bottom: 0px;
}
#recruit .table dl dd ul.note {
  margin-bottom: 1em;
}
#recruit .table dl dd ul.note li {
  font-size: 12px;
  font-size: 1.2rem;
}
#recruit .table dl dd ul.note:last-child {
  margin-bottom: 0px;
}
#recruit .table dl dd .gmap {
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  position: relative;
}
#recruit .table dl dd .gmap .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#recruit .table dl.contact dt, #recruit .table dl.contact dd p {
  font-size: 16px;
  font-size: 1.6rem;
}
/* Small Devices, Tablets */
/* PC */
@media all and (min-width: 984px) {
  #recruit .bg_grey {
    margin-bottom: 40px;
  }
  #recruit .blk {
    padding-bottom: 30px;
  }
  #recruit .blk .ttl_h4,
  #recruit .blk .bg_grey {
    margin-bottom: 40px;
  }
  #recruit .blk.parttime {
    padding-bottom: 60px;
  }
  #recruit .blk.parttime ul {
    margin-bottom: 40px;
  }
  #recruit .blk.parttime ul li {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  #recruit .blk.parttime ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #recruit .blk.parttime ul li dl dt, #recruit .blk.parttime ul li dl dd {
    vertical-align: middle;
  }
  #recruit .blk.parttime ul li dl dt {
    width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0em;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  #recruit .blk.parttime ul li dl dd {
    width: calc(100% - 80px);
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    padding-left: 1.5em;
  }
  #recruit .blk.parttime ul li dl dd a {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  #recruit .blk.parttime ul li dl dd a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  #recruit .blk.parttime ul li:last-child {
    margin-bottom: 0px;
  }
  #recruit .blk.other {
    padding-bottom: 0px;
  }
  #recruit .blk.other ul {
    margin-bottom: 28px;
  }
  #recruit .blk.other ul li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #recruit .blk.other ul li a {
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  #recruit .blk.other ul li a:hover {
    color: #997a1f;
  }
  #recruit .blk.other ul li:last-child {
    margin-bottom: 0px;
  }
  #recruit .table {
    padding-top: 56px;
    padding-bottom: 0px;
  }
  #recruit .table dl:last-child {
    margin-bottom: 0px;
  }
  #recruit .table dl {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.2em;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
  #recruit .table dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0em;
    width: 145px;
    position: relative;
    line-height: 2;
  }
  #recruit .table dl dd {
    width: calc(100% - 145px);
  }
  #recruit .table dl dd p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: .5em;
  }
  #recruit .table dl dd p.apply_address {
    margin-top: 1.5em;
  }
  #recruit .table dl dd p:last-child {
    margin-bottom: 0px;
  }
  #recruit .table dl dd ul.note {
    margin-bottom: 1em;
  }
  #recruit .table dl dd ul.note li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #recruit .table dl dd ul.note:last-child {
    margin-bottom: 0px;
  }
  #recruit .table dl dd .gmap {
    width: 100%;
    height: 0px;
    padding-bottom: 63%;
    position: relative;
  }
  #recruit .table dl dd .gmap .map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
  }
  #recruit .table dl.place {
    padding-bottom: 2em;
  }
  #recruit .table dl.contact dt, #recruit .table dl.contact dd p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
span.font_en {
  font-family: 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.link_list {
  width: 93.3%;
  max-width: 984px;
  margin: auto;
  text-align: right;
  padding-top: 1em;
}
.link_list a {
  font-size: 12px;
  font-size: 1.2rem;
}
.link_list a:after {
  content: "";
  margin-left: .8em;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ie11 .block_tab ul.nav_tab li a span {
  position: relative;
  top: 2px;
}
.ie11 .block_tab ul.nav_tab li a span.en {
  position: relative;
  /*top: -2px;*/
  top: 0;
}
.block_tab {
  width: 100%;
}
.block_tab ul.nav_tab {
  width: 93.3%;
  max-width: 984px;
  margin: auto;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block_tab ul.nav_tab li, .block_tab ul.nav_tab li a {
  height: 48px;
}
.block_tab ul.nav_tab li {
  width: calc(25%);
  margin-right: 2px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.33;
  /*&.r2{
				a span{ margin-top: -1.2em;}
			}*/
}
.block_tab ul.nav_tab li a {
  display: block;
  color: #fff;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #3d3d3d 100%);
  background: -webkit-linear-gradient(top, #333333 0%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #333333 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#3d3d3d', GradientType=0);
  position: relative;
}
.block_tab ul.nav_tab li a span {
  width: 100%;
  text-align: center;
}
.block_tab ul.nav_tab li a span span.en {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: -2px;
}
.block_tab ul.nav_tab li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.block_tab ul.nav_tab li a span.en {
  display: inline;
  height: auto;
  vertical-align: middle;
}
.block_tab ul.nav_tab li a span {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}
.block_tab ul.nav_tab li a.active {
  background: #fff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  color: #000;
}
.block_tab ul.nav_tab li:last-child {
  margin-right: 0px;
}
.block_tab .tab.active {
  display: block;
}
.block_tab .tab {
  display: none;
}
.nav_bnr {
  width: 93.3%;
  max-width: 984px;
  margin: auto;
}
.nav_bnr ul {
  letter-spacing: -.4em;
}
.nav_bnr ul li {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
  width: 48.42%;
  height: 105px;
  vertical-align: top;
  margin-right: 3.15%;
  margin-bottom: 3.15%;
}
.nav_bnr ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #3d3d3d 100%);
  background: -webkit-linear-gradient(top, #333333 0%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #333333 0%, #3d3d3d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#3d3d3d', GradientType=0);
  color: #fff;
  text-align: center;
  display: table;
}
.nav_bnr ul li a .inr {
  display: table-cell;
  vertical-align: middle;
  height: 105px;
  width: 100%;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
}
.nav_bnr ul li a .inr .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.nav_bnr ul li a .inr .icon svg {
  display: inline-block;
}
.nav_bnr ul li a .inr span.en {
  font-size: 17px;
  font-size: 1.7rem;
}
.nav_bnr ul li:nth-child(2n) {
  margin-right: 0px;
}
.nav_ir.nav_bnr {
  margin-bottom: 35px;
}
.nav_ir.nav_bnr ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.nav_ir.nav_bnr ul li .icon {
  margin-bottom: 15px;
}
.nav_ir.nav_bnr ul li:nth-child(1n) .icon svg {
  width: 41px;
  height: 41px;
}
.nav_ir.nav_bnr ul li:nth-child(1n) .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.nav_ir.nav_bnr ul li:nth-child(2n) .icon svg {
  width: 41px;
  height: 40px;
}
.nav_ir.nav_bnr ul li:nth-child(2n) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.nav_ir.nav_bnr ul li:nth-child(3n) .icon svg {
  width: 41px;
  height: 32px;
}
.nav_ir.nav_bnr ul li:nth-child(3n) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.nav_ir.nav_bnr ul li:nth-child(4n) .icon svg {
  width: 41px;
  height: 37px;
}
.nav_ir.nav_bnr ul li:nth-child(4n) .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.nav_ir.nav_bnr ul li:nth-child(4n) .st1 {
  fill: #fff;
}
.nav_ir.nav_bnr ul li:nth-child(4n) .st2 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.selector {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  max-width: 984px;
  margin: auto;
}
.selector .select {
  width: 93.3%;
}
.tab .ttl_h4 {
  width: 93.3%;
  margin: auto;
  max-width: 984px;
  margin-bottom: 12px;
  margin-top: 20px;
}
ul.list02,
ul.list01 {
  width: 93.3%;
  margin: auto;
}
ul.list02 li,
ul.list01 li {
  letter-spacing: -.4em;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
ul.list02 li a,
ul.list01 li a {
  display: block;
}
ul.list02 li p, ul.list02 li h3,
ul.list01 li p,
ul.list01 li h3 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
ul.list02 li .category,
ul.list01 li .category {
  width: 30%;
  border-right: 1px solid #bfbfbf;
  margin-right: .8em;
  font-size: 11px;
  font-size: 1.1rem;
}
ul.list02 li .category span,
ul.list01 li .category span {
  display: inline-block;
}
ul.list02 li .category span.en,
ul.list01 li .category span.en {
  font-size: 11px;
  font-size: 1.1rem;
}
ul.list02 li p.date,
ul.list01 li p.date {
  width: 45%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333333;
  font-weight: 500;
}
ul.list02 li h3,
ul.list01 li h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46;
  width: 100%;
  padding-top: .3em;
}
ul.list02 li p.size,
ul.list01 li p.size {
  font-size: 13px;
  font-size: 1.3rem;
}
ul.list02 li.new .category,
ul.list01 li.new .category {
  width: calc(20% + 24px);
  max-width: 215px;
}
ul.list02 li.new p.icon_new,
ul.list01 li.new p.icon_new {
  width: 24px;
  height: 24px;
  line-height: 27px;
  margin-right: .8em;
  display: inline-block;
  background: #cba229;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul.list02 li.new p.icon_new span,
ul.list01 li.new p.icon_new span {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
ul.list02 li:last-child,
ul.list01 li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
ul.col3 li dl {
  margin-bottom: 40px;
}
ul.col3 li dl dt {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: .7em;
  margin-bottom: .6em;
}
ul.col3 li dl dt a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.col3 li dl dt a:not([target="_blank"]):after, .inside a:after, dd.inside:after {
  content: "";
  margin-left: .8em;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
dd.inside {
  position: relative;
}
dd.inside a:after {
  position: absolute;
  top: 50%;
  right: 0;
}
ul.col3 li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
.blk_group ul.col2 li dl {
  margin-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
}
.blk_group ul.col2 li dl dt {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
  padding-bottom: .7em;
  margin-bottom: .6em;
}
.blk_group ul.col2 li dl dt:after {
  content: "";
  border-bottom: 2px solid #997a1f;
  width: 36px;
  display: block;
  padding-top: 12px;
}
.blk_group ul.col2 li dl dt a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.blk_group ul.col2 li dl dt a.internal:after {
  content: "";
  margin-left: .8em;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blk_group ul.col2 li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}
.blk_group ul.col2 li:last-child dl {
  border-bottom: none;
  padding-bottom: 0px;
}
.ie11 #group ul.col3 li dl dt:after {
  bottom: 28px;
  top: auto;
  margin-left: 0px;
  vertical-align: bottom;
}
#group ul.col3 li dl dt {
  position: relative;
}
#group ul.col3 li dl dt:after {
  content: "";
  width: 5px;
  height: 9px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+PC9zdmc+");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  bottom: 24px;
  top: auto;
  margin-left: 0px;
  vertical-align: bottom;
}
#group ul.col3 li dl dt a:after {
  display: none;
}
.col_r ul.list01 li:last-child {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.block_ttl {
  position: relative;
}
.block_ttl .ttl_h3 {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #e5dec7;
  background: -moz-linear-gradient(top, #e5dec7 0%, #f9f7f2 77%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5dec7 0%, #f9f7f2 77%, #ffffff 100%);
  background: linear-gradient(to bottom, #e5dec7 0%, #f9f7f2 77%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5dec7', endColorstr='#ffffff', GradientType=0);
}
.block_ttl .ttl_h3:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #4e3e10;
  background: -moz-linear-gradient(left, #4e3e10 3%, #97791e 50%, #97791e 50%, #4e3e10 100%);
  background: -webkit-linear-gradient(left, #4e3e10 3%, #97791e 50%, #97791e 50%, #4e3e10 100%);
  background: linear-gradient(to right, #4e3e10 3%, #97791e 50%, #97791e 50%, #4e3e10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e3e10', endColorstr='#4e3e10', GradientType=1);
}
.block_ttl .ttl_h3 h3 {
  height: 50px;
  line-height: 50px;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
.block_ttl .ttl_h3 h3 span {
  font-size: 20px;
  font-size: 2rem;
}
.ttl_h4 {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 14px 0 14px 0;
  margin-top: 30px;
}
.ttl_h4 h4 {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.ttl_h4.nomt {
  margin-top: 0px;
}
.ttl_h5 {
  margin-bottom: 28px;
}
.ttl_h5:after {
  content: "";
  display: block;
  padding-top: 10px;
  width: 36px;
  height: 1px;
  border-bottom: 2px solid #997a1f;
}
.ttl_h5 h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.38;
  font-weight: 600;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  font-size: 12px;
  font-size: 1.2rem;
}
.select {
  width: 89.33%;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: #262626;
}
.select:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/common/icon_select.png) top left no-repeat;
  background-size: cover;
}
.select select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 1em;
  color: #fff;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
.select select option {
  color: #000;
}
.ie11 .select select {
  width: 108%;
}
.block_chart {
  width: 100%;
}
.block_chart .ttl_chart {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 14px 0 14px 0;
}
.block_chart .ttl_chart h4 {
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  /*font-weight: 500;*/
  font-weight: 600;
  font-family: 'Noto Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.block_chart figure {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.block_chart figure figcaption {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 7px;
}
.block_chart figure img {
  width: 250px;
  margin: auto;
}
.block_chart .chart {
  padding-bottom: 40px;
}
.block_chart .chart table {
  width: 89.33%;
  margin: auto;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.block_chart .chart table tr th, .block_chart .chart table tr td {
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
  font-size: 1.1rem;
}
.block_chart .chart table.t1 tr th:nth-child(1) {
  width: 9.17%;
}
.block_chart .chart table.t1 tr th {
  width: 18.34%;
  padding: 8px 0px 8px 0;
}
.block_chart .chart table.t1 tr td:nth-child(1) {
  text-align: center;
  padding: 8px 0px 8px 0;
}
.block_chart .chart table.t1 tr td {
  text-align: right;
  padding: 8px 8px 8px 0;
}
.block_chart .chart table.t2 tr th {
  width: 20%;
  padding: 8px 0px 8px 0;
}
.block_chart .chart table.t2 tr td {
  text-align: right;
  padding: 8px 8px 8px 0;
}
.bg_grey {
  background: #e6e6e6;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.bg_grey h6 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.blk_recruit {
  margin-bottom: 28px;
}
.blk_recruit h5 {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.blk_recruit p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.blk_recruit p.txt_link,
.parttime .txt_link,
.other .txt_link {
  margin: 1em 0;
  display: block;
}
.blk_recruit figure {
  width: 45%;
  max-width: 315px;
  margin: auto;
}
.lead p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.46;
}
.parttime .lead p,
.other .lead p {
  font-size: 1.5rem;
}
#info .main_col2,
#group .main_col2,
#recruit .main_col2 {
  width: 89.33%;
  max-width: 984px;
  margin: auto;
}
#info .main_col2 .block_list,
#group .main_col2 .block_list,
#recruit .main_col2 .block_list {
  margin-bottom: 40px;
}
#info .main_col2 .col_l,
#group .main_col2 .col_l,
#recruit .main_col2 .col_l {
  display: none;
}
#common .ttl_h4 {
  margin-bottom: 1em;
}
#common .article {
  width: 94%;
  margin: auto;
  max-width: 864px;
  padding-bottom: 40px;
}
#common .article .txt_update {
  width: 100%;
  margin-bottom: 1em;
}
#common .article .txt_update p {
  text-align: right;
}
#common .article .lead p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
#common .article .blk {
  margin-top: 40px;
}
#common .article .blk li, #common .article .blk dt, #common .article .blk dd, #common .article .blk p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
#common .article .blk ul li {
  margin-bottom: 1em;
}
#common .article .blk ul li:last-child {
  margin-bottom: 0px;
}
#common .article .blk ul ul.idt1 {
  margin-top: 1em;
  margin-left: -2.5em;
}
#common .article p {
  margin-bottom: 1em;
}
#common .article ul.ind {
  /*padding-left: 2.5em;*/
  padding-left: 4em;
}
#common .article ul.ind li {
  position: relative;
}
#common .article ul.ind li span {
  position: absolute;
  left: -2.5em;
}
#common .article ul.ind dl.disc {
  margin-bottom: 1.5em;
}
#common .article ul.ind dl.disc dd {
  position: relative;
}
#common .article ul.ind:not(.idt1) dl.disc dd:before {
  content: "・";
  position: absolute;
  left: -1em;
}
#common .article ul.ind.idt1 dl.disc dd span {
  left: -1.5em;
}
#common .article dl.disc02 dd:before {
  content: "・";
  margin-right: .5em;
  left: -2.5em;
}
.blk.lead_img {
  margin-bottom: 30px;
}
.blk.lead_img .lead {
  margin-bottom: 20px;
}
.blk.lead_img figure {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
@media all and (min-width: 400px) {
  .block_tab ul.nav_tab li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* Small Devices, Tablets */
@media all and (min-width: 640px) {
  .block_tab {
    width: 100%;
  }
  .block_tab ul.nav_tab li br {
    display: none;
  }
  ul.list01 li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  ul.list01 li .category {
    font-size: 12px;
    font-size: 1.2rem;
  }
  ul.list01 li .category span.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
  ul.list01 li p.date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.list01 li h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  ul.list01 li p.size {
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.list01 li.new p.icon_new {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  ul.list01 li.new p.icon_new span {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  ul.list01.nocategory li .date {
    margin-left: 44px;
  }
  ul.list01.nocategory li h3 {
    width: 62%;
  }
  ul.list01.nocategory li.new .date {
    margin-left: 0px;
  }
}
/* PC */
@media all and (min-width: 984px) {
  #common .article {
    padding-bottom: 40px;
  }
  #common .article .txt_update {
    width: 100%;
    margin-bottom: 1em;
  }
  #common .article .txt_update p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #common .article .lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  #common .article .blk.nomt {
    margin-top: 0px;
  }
  #common .article .blk {
    margin-top: 56px;
  }
  #common .article .blk li, #common .article .blk dt, #common .article .blk dd, #common .article .blk p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  #common .article .blk ul li {
    margin-bottom: 1em;
  }
  #common .article .blk ul li dl {
    margin-left: 1.5em;
  }
  #common .article .blk ul li dl dt {
    position: relative;
    font-weight: bold;
  }
  #common .article .blk ul li dl dt span {
    position: absolute;
    left: -1.5em;
  }
  #common .article .blk ul li ul {
    padding-left: 1.5em;
    margin-top: .5em;
  }
  #common .article .blk ul li ul li {
    margin-bottom: 0px;
  }
  #common .article .blk ul li:last-child {
    margin-bottom: 0px;
  }
  #common .article .blk dl.disc dd {
    margin-left: 1em;
  }
  #common .article .ttl_h4.mt {
    margin-top: 40px;
  }
  .link_list {
    padding-top: 2em;
  }
  .link_list a {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .link_list a:after {
    margin-left: .8em;
    width: 5px;
    height: 9px;
  }
  .link_list a:hover {
    color: #cba229;
  }
  #info .main_col2,
  #group .main_col2,
  #recruit .main_col2 {
    letter-spacing: -.4em;
  }
  #info .main_col2 .col_l, #info .main_col2 .col_r,
  #group .main_col2 .col_l,
  #group .main_col2 .col_r,
  #recruit .main_col2 .col_l,
  #recruit .main_col2 .col_r {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  #info .main_col2 .col_l,
  #group .main_col2 .col_l,
  #recruit .main_col2 .col_l {
    width: 205px;
    margin-right: 48px;
  }
  #info .main_col2 .col_l,
  #group .main_col2 .col_l,
  #recruit .main_col2 .col_l {
    border-top: 1px solid #808080;
    padding-bottom: 24px;
  }
  #info .main_col2 .col_l ul,
  #group .main_col2 .col_l ul,
  #recruit .main_col2 .col_l ul {
    border-bottom: 1px solid #808080;
  }
  #info .main_col2 .col_l ul li, #info .main_col2 .col_l ul li a,
  #group .main_col2 .col_l ul li,
  #group .main_col2 .col_l ul li a,
  #recruit .main_col2 .col_l ul li,
  #recruit .main_col2 .col_l ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #info .main_col2 .col_l ul li,
  #group .main_col2 .col_l ul li,
  #recruit .main_col2 .col_l ul li {
    line-height: 1;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 0px;
  }
  #info .main_col2 .col_l ul li.current,
  #group .main_col2 .col_l ul li.current,
  #recruit .main_col2 .col_l ul li.current {
    padding: 24px 0 23px 0;
    text-align: left;
    color: #cba229;
  }
  #info .main_col2 .col_l ul li a,
  #group .main_col2 .col_l ul li a,
  #recruit .main_col2 .col_l ul li a {
    padding: 24px 0 23px 0;
    display: block;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
    color: #333;
  }
  #info .main_col2 .col_l ul li a.current,
  #group .main_col2 .col_l ul li a.current,
  #recruit .main_col2 .col_l ul li a.current {
    color: #cba229;
  }
  #info .main_col2 .col_l ul li:hover a,
  #group .main_col2 .col_l ul li:hover a,
  #recruit .main_col2 .col_l ul li:hover a {
    color: #cba229;
  }
  #info .main_col2 .col_l ul li:last-child,
  #group .main_col2 .col_l ul li:last-child,
  #recruit .main_col2 .col_l ul li:last-child {
    margin-bottom: 0px;
    border: none;
  }
  #info .main_col2 .col_l dl,
  #group .main_col2 .col_l dl,
  #recruit .main_col2 .col_l dl {
    border-bottom: 1px solid #808080;
  }
  #info .main_col2 .col_r,
  #group .main_col2 .col_r,
  #recruit .main_col2 .col_r {
    width: calc(100% - 253px);
  }
  ul.col3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.col3 li {
    width: 31.33%;
    margin-right: 3%;
  }
  ul.col3 li dl {
    margin-bottom: 60px;
  }
  ul.col3 li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  ul.col3 li dl dt a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  ul.col3 li dl dt a:not([target="_blank"]):after {
    content: "";
    margin-left: .8em;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+PC9zdmc+");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  ul.col3 li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.col3 li:nth-child(3n) {
    margin-right: 0px;
  }
  .blk_group ul.col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .blk_group ul.col2 li {
    width: 47%;
    margin-right: 6%;
  }
  .blk_group ul.col2 li dl {
    margin-bottom: 35px;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  .blk_group ul.col2 li dl.noborder {
    border-bottom: none;
  }
  .blk_group ul.col2 li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blk_group ul.col2 li dl dt:after {
    width: 45px;
    padding-top: 15px;
  }
  .blk_group ul.col2 li dl dt a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .blk_group ul.col2 li dl dt a:not([target="_blank"]):after {
    content: "";
    margin-left: .8em;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDExLjMgMTkuOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTEuMyAxOS44OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIwLjcsMTkuMSA5LjksOS45IDAuNywwLjcgIi8+PC9zdmc+");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .blk_group ul.col2 li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .blk_group ul.col2 li:nth-child(2n) {
    margin-right: 0px;
  }
  .main_information .block_tab ul.nav_tab {
    margin-bottom: 24px;
  }
  .block_tab ul.nav_tab {
    /*li.r2{
				a span{ margin-top: -.6em;}
			}*/
  }
  .block_tab ul.nav_tab li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .block_tab ul.nav_tab li a {
    -webkit-transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    -ms-transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    line-height: 1;
  }
  .block_tab ul.nav_tab li a span span.en {
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: bottom;
    position: relative;
    top: 1px;
  }
  .block_tab ul.nav_tab li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=75);
    -webkit-opacity: 0.75;
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .nav_bnr ul li {
    height: 144px;
    margin-right: 3.15%;
    margin-bottom: 3.15%;
  }
  .nav_bnr ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .nav_bnr ul li a .inr, .nav_bnr ul li a p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nav_bnr ul li a span.en {
    font-size: 20px;
    font-size: 2rem;
  }
  .nav_bnr ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${freaking-ie})";
    filter: alpha(opacity=75);
    -webkit-opacity: 0.75;
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .nav_bnr ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .nav_ir.nav_bnr {
    margin-bottom: 60px;
  }
  .nav_ir.nav_bnr ul li {
    /*
				a{ @include transition(color, .15s, linear);
					.st0,
					.st2{ @include transition(stroke, .15s, linear);}
					.st1{ @include transition(fill, .15s, linear);}
					&:hover{ color: palette(gold);
						.st1{ fill: palette(gold);}
						.st0,
						.st2{ stroke: palette(gold);}
					}
				}
				*/
  }
  .nav_ir.nav_bnr ul li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .nav_ir.nav_bnr ul li span,
  .nav_info.nav_bnr ul li span {
    font-size: 20px;
    font-size: 2rem;
  }
  .nav_ir.nav_bnr ul li .icon {
    margin-bottom: 16px;
  }
  .nav_ir.nav_bnr ul li:nth-child(1n) .icon svg {
    width: 47px;
    height: 48px;
  }
  .nav_ir.nav_bnr ul li:nth-child(2n) .icon svg {
    width: 47px;
    height: 47px;
  }
  .nav_ir.nav_bnr ul li:nth-child(3n) .icon svg {
    width: 47px;
    height: 37px;
  }
  .nav_ir.nav_bnr ul li:nth-child(4n) .icon svg {
    width: 48px;
    height: 44px;
  }
  .nav_ir.nav_bnr ul li:nth-child(4n) .st1 {
    fill: #fff;
  }
  .block_ttl .ttl_h3 {
    height: 100px;
  }
  .block_ttl .ttl_h3 h3 {
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .block_ttl .ttl_h3 h3 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .ttl_h4 {
    margin-top: 0px;
    padding: 16px 0 16px 0;
  }
  .ttl_h4 h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .ttl_h5 {
    margin-bottom: 33px;
  }
  .ttl_h5:after {
    padding-top: 14px;
    width: 48px;
  }
  .ttl_h5 h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .select {
    width: 230px;
    margin: 0;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: 262px;
  }
  .select select {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .selector {
    height: 40px;
    width: 93.3%;
  }
  .selector .select {
    width: 230px;
    top: 0px;
    right: 0px;
    left: auto;
  }
  .tab .ttl_h4 {
    margin-bottom: 20px;
    margin-top: 23px;
  }
  ul.list02,
  ul.list01 {
    max-width: 984px;
  }
  ul.list02 li,
  ul.list01 li {
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  ul.list02 li a,
  ul.list01 li a {
    position: relative;
  }
  ul.list02 li a:hover p, ul.list02 li a:hover h3,
  ul.list01 li a:hover p,
  ul.list01 li a:hover h3 {
    color: #cba229;
  }
  ul.list02 li p, ul.list02 li h3,
  ul.list01 li p,
  ul.list01 li h3 {
    vertical-align: top;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  ul.list02 li .category, ul.list02 li p.date, ul.list02 li p.size,
  ul.list01 li .category,
  ul.list01 li p.date,
  ul.list01 li p.size {
    margin-top: .5em;
  }
  ul.list02 li .category,
  ul.list01 li .category {
    width: 100px;
    max-width: 100px;
    margin-right: 1.5em;
    margin-left: 43px;
  }
  ul.list02 li p.date,
  ul.list01 li p.date {
    width: 90px;
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  ul.list02 li h3,
  ul.list01 li h3 {
    width: 60%;
    line-height: 1.46;
    padding-top: .3em;
    font-size: 16px;
    font-size: 1.6rem;
    /*overflow: hidden; white-space: nowrap; text-overflow: ellipsis;*/
  }
  ul.list02 li p.size,
  ul.list01 li p.size {
    position: absolute;
    right: 0px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.list02 li.new p.icon_new,
  ul.list01 li.new p.icon_new {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  ul.list02 li.new p.icon_new span,
  ul.list01 li.new p.icon_new span {
    text-align: center;
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  ul.list02 li.new .category,
  ul.list01 li.new .category {
    width: 100px;
    max-width: 100px;
    margin-left: 0px;
    line-height: 1.7;
  }
  .col_r ul.list01 h3 {
    width: 47%;
  }
  .col_r ul.list01 li:last-child {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .block_chart .ttl_chart {
    padding: 18px 0 17px 0;
  }
  .block_chart .ttl_chart h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .block_chart figure {
    margin-bottom: 60px;
  }
  .block_chart figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .block_chart .chart {
    padding-bottom: 60px;
  }
  .block_chart .chart table {
    width: 100%;
  }
  .block_chart .chart table th, .block_chart .chart table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .block_chart .chart table.t1 tr th {
    width: 18.34%;
    padding: 8px 0px 8px 0;
  }
  .block_chart .chart table.t1 tr td:nth-child(1) {
    padding: 16px 0px 16px 0;
  }
  .block_chart .chart table.t1 tr td {
    padding: 16px 8px 16px 0;
  }
  .block_chart .chart table.t2 tr th {
    padding: 8px 0px 8px 0;
  }
  .block_chart .chart table.t2 tr td {
    padding: 16px 8px 16px 0;
  }
  .bg_grey h6 {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .blk_recruit {
    margin-bottom: 28px;
    position: relative;
  }
  .blk_recruit h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blk_recruit p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blk_recruit p.txt_link {
    margin: 1em 0;
    display: block;
  }
  .blk_recruit figure {
    width: 228px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  /*
	.blk_bdr{ padding: 24px 20px; margin-bottom: 30px;
		dl{
			dt{ margin-bottom: 2em;
				a{ display: block; @include fz(20); @include ls(70); @include transition(color, .15s, linear);
					&:hover{ color: #997a1f;}
					&:after{ margin-left: .8em; position: relative; top: -2px; display: inline-block; vertical-align: middle; width: 8px; height: 12px;}
				}
			}
			dd{ position: relative;
				p{ @include fz(16); line-height: 1.375; width: calc(100% - 152px);}
				figure{ width: 142px; float: none; position: absolute; right: 0px; bottom: 0px;}
			}
		}
	}*/
  .lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .blk.lead_img {
    margin-bottom: 0px;
  }
  .blk.lead_img .lead {
    margin-bottom: 30px;
  }
  .blk.lead_img figure {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
}
@media all and (min-width: 1080px) {
  .nav_bnr ul li {
    width: 480px;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .nav_bnr ul li:nth-child(2n) {
    margin-right: 0px;
  }
  ul.list01 li h3 {
    width: 620px;
  }
  .col_r ul.list01 h3 {
    width: 408px;
  }
}
@media all and (max-width: 984px) {
  #ir .block_notes, #ir .shareholders_sp {
    border-top: 1px solid #808080;
    padding: 20px 0 0 0;
  }
  #group .block_notes p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .blk .ind .disc02 {
    margin-left: 1.5em;
  }
  #common .article ul.ind li .disc02 span {
    left: 0;
  }
}
.main_information .block_tab .tab {
  margin-top: 20px;
}
.main_information .block_tab .tab .list01:last-child {
  /*border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    margin-bottom: 12px;*/
}
.border_none {
  border-style: none !important;
}
.pad_0 {
  padding: 0 !important;
}
@media all and (min-width: 985px) {
  .mgn_b0 {
    margin-bottom: 0 !important;
  }
}
.ab_active {
  display: block !important;
}
/*# sourceMappingURL=style.css.map */

/* Header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fafafa;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1264px;
  width: 100%;
  margin: 0 auto;
  height: 96px;
}
@media all and (max-width: 767px) {
  .header__inner {
    width: 100%;
    min-width: auto;
    height: 80px;
  }
}
.header__logo {
  flex: 160px;
  width: 160px;
  height: 48px;
  margin-left: 32px;
}
@media all and (max-width: 767px) {
  .header__logo {
    flex: 134px;
    flex-grow: 0;
    margin-left: 12px;
    width: 134px;
    height: 40px;
  }
}
.header__logo-link {
  display: block;
  transition: ease-out 0.3s;
  width: fit-content;
}
@media all and (min-width: 768px) {
  .header__logo-link:hover {
    opacity: 0.6;
    transition: ease-out 0.3s;
  }
}
.header__utility {
  position: relative;
}
@media all and (max-width: 767px) {
  .header__utility {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
  }
}
.header__list {
  display: flex;
  padding-right: 104px;
}
@media all and (max-width: 767px) {
  .header__list {
    display: block;
    padding: 0 25px;
    margin-top: 16px;
  }
}
.header__item {
  position: relative;
  transition: Ease-Out 0.3s;
}
@media all and (max-width: 767px) {
  .header__item {
    display: block;
    border-bottom: 1px solid #e2e4e9;
  }
}
@media all and (max-width: 767px) {
  .header__item:last-child {
    border-bottom: none;
  }
}
@media all and (min-width: 768px) {
  .header__item:hover .header__wrap {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
}
@media all and (min-width: 768px) {
  .header__item:hover .header__link {
    opacity: 0.6 !important;
  }
}
.header__item:hover .header__link--has-sub {
  opacity: 1 !important;
}
@media all and (min-width: 768px) {
  .header__item:hover .header__icon::after {
    transform: rotate(180deg);
    z-index: 2;
  }
}
@media all and (min-width: 768px) {
  .header__item--active .header__link {
    color: #003692;
  }
}
@media all and (min-width: 768px) {
  .header__item--active .header__icon::before {
    background-color: #003692 !important;
  }
}
@media all and (min-width: 768px) {
  .header__item--active .header__icon::after {
    background-color: #003692 !important;
  }
}
.header__wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media all and (max-width: 767px) {
  .header__wrap {
    opacity: 1;
    position: static;
    visibility: visible;
    padding-bottom: 24px;
  }
}
@media all and (max-width: 767px) {
  .header__in {
    overflow-y: auto;
    height: 100%;
  }
}
.header__link {
  display: block;
  padding: 16px 20px;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  .header__link {
    position: relative;
    padding: 24px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media all and (max-width: 767px) {
  .header__link::after {
    content: "";
    position: absolute;
    top: 47.5%;
    width: 24px;
    right: 0;
    height: 4px;
    background: url(/hc/theming_assets/01HZM70N17Z8FWJQVDR0KAGMZ4) 0 0 no-repeat;
    transition: transform 0.3s;
  }
}
.header__link--has-sub {
  position: relative;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .header__link--has-sub {
    padding: 24px 0;
  }
}
.header__link--has-sub .header__icon {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media all and (min-width: 768px) {
  .header__link--has-sub .header__icon {
    margin-left: 8px;
    margin-right: 4px;
  }
}
.header__link--has-sub .header__icon::before {
  content: "";
  position: absolute;
  top: 40%;
  width: 12px;
  left: 0;
  height: 2px;
  background-color: #010a23;
  border-radius: 2px;
  transition: transform 0.3s;
}
@media all and (max-width: 767px) {
  .header__link--has-sub .header__icon::before {
    content: none;
  }
}
.header__link--has-sub .header__icon::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 12px;
  left: 0;
  height: 2px;
  background-color: #010a23;
  border-radius: 2px;
  transition: transform 0.3s;
  transform: rotate(90deg);
}
@media all and (max-width: 767px) {
  .header__link--has-sub .header__icon::after {
    content: none;
  }
}
.header__link--has-sub::after {
  content: none;
}
.header__sub {
  width: max-content;
  padding: 24px 20px;
  margin-top: 2.5px;
  background-color: #fff;
  border-radius: 4px;
}

@media all and (max-width: 767px) {
  .header__sub {
    display: grid;
    row-gap: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.header__sub-item {
  display: flex;
}

.header__sub-item--external {
	display: flex;
  align-items: center;
  gap: 8px;
}

.header__sub-item--link {
  display: inline-block;
  padding: 6px 0;
  transition: opacity 0.3s ease;
}

@media all and (max-width: 767px) {
  .header__sub-item--link {
  	line-height: 1.5;
    padding: 0;
	}
}

@media all and (min-width: 768px) {
  .header__sub-item--link:hover {
    opacity: 0.6 !important;
  }
}

.header__sub-item--dash {
  position: relative;
  padding-left: 16px;
}
.header__sub-item--dash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #9ea8c8;
  border-radius: 2px;
}
.header__sub-item--icon {
  width: 16px;
  height: 16px;
}

.header__menu {
  display: none;
}
@media all and (max-width: 767px) {
  .header__menu {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 12px;
    width: 48px;
    height: 48px;
    background: url(/hc/theming_assets/01HZM70N6HZ8M2S3NJF7R67591) center center no-repeat;
  }
}
.header__close {
  display: none;
}
@media all and (max-width: 767px) {
  .header__close {
    display: block;
    cursor: pointer;
    margin: 16px 12px 0 auto;
    width: 48px;
    height: 48px;
    background: url(/hc/theming_assets/01HZM70NATNG9ZC98CXGGWQMK3) center center no-repeat;
  }
}

/* Footer area */
.footer {
  padding: 60px 0 48px;
  background-color: #003692;
  color: #fafafa;
}
.footer .container {
  width: 100%;
  padding: 0 25px;
  overflow: hidden;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .footer .container {
    width: 1264px;
    padding: 0 32px;
	}
}
@media all and (min-width: 768px) {
  .footer {
    padding: 180px 0 144px;
  }
  .footer__box {
    display: flex;
    justify-content: space-between;
	}
  .footer__logo {
    margin-right: 120px;
  }
  .footer__links {
    display: flex;
    flex: 1;
  }
}
@media all and (max-width: 767px) {
  .footer__links {
  	margin-top: 48px;
	}
}
.footer__copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 48px;
}
@media all and (min-width: 768px) {
  .footer__copyright {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .footer-link__row {
     display: flex;
	}
}
.footer-link__row:not(:first-child) {
  margin-top: 48px;
}
@media all and (min-width: 768px) {
  .footer-link__row:not(:first-child) {
  	 margin-top: 96px;
	}
}
@media all and (min-width: 768px) {
  .footer-link__col {
    width: 240px;
    flex: 1 0 auto;
  }
}
.footer-link__text {
  font-weight: 400;
	font-size: 12px;
	line-height: 1.8;
}
@media all and (max-width: 767px) {
  .footer-link__text {
  	margin-top: 16px;
	}
}
.footer-link__text:not(:first-child) {
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .footer-link__text:not(:first-child) {
  	margin-top: 32px;
	}
}
.footer-link__link {
  color: #fafafa;
  transition: all 0.3s ease-out;
}
.footer-link__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.footer-link__link--large {
  font-size: 1.5rem;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .footer-link__link--large:hover {
    text-decoration: underline;
	}  
}
.footer-link__link--blank {
  position: relative;
  padding-right: 24px;
}
.footer-link__link--blank::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/hc/theming_assets/01HZM70MJ2A1QSCF8DTJD1EQCN) top right no-repeat;
  background-size: 16px;
  transform: translateY(-50%);
}

/* お問い合わせフォームのバリデーションスタイル */
.notification-inline.notification-error {
  font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.8;
  border: none;
  background: initial;
	color: #C52E20;
  padding: 0;
  padding-top: 8px;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .notification-inline.notification-error {
    padding-top: 16px;
  }
}
.notification-inline.notification-error::before {
  display: none;
}