@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* -----------------------------------------
	Base Item
----------------------------------------- */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333;
  display: none;
}

.font_sans {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.break_all {
  word-break: break-all;
}

/* -----------------------------------------
	header
----------------------------------------- */
header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 137px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
}
header .header_inner {
  width: 1000px;
  margin: auto;
  padding: 20px 0 0;
}
header .header_main {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header .header_logo {
  margin-right: 15px;
}
header .header_logo a {
  display: block;
  width: 90px;
  line-height: 0;
}
header .header_logo a svg {
  display: none;
}
header .header_logo a img {
  display: inline;
}
header .header_logo a:hover img {
  opacity: .7;
}
header .header_menu {
  display: flex;
  justify-content: space-around;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 1;
  width: 1000px;
  margin: auto;
  font-weight: bold;
  font-size: 1.6rem;
}
header .header_menu li {
  border-bottom: 1px solid #fff;
  letter-spacing: .15em;
  font-weight: 400;
}
header .header_menu li a {
  text-decoration: none;
  color: inherit;
}
header .header_menu li a:hover {
  cursor: pointer;
  border-bottom: 1px solid #00508e;
  color: #00508e;
  font-weight: 500;
}
header .header_menu li.current a {
  color: #00508e;
}
header .header_menu li.gnavpProducts a:hover {
  text-decoration: none;
  color: #333;
  border-bottom: none;
  font-weight: normal;
}
header .header_menu li.gnavpProducts.current a {
  text-decoration: none;
  color: #333;
  border-bottom: none;
  font-weight: normal;
}
header .header_link {
  display: flex;
}
header .header_list {
  display: flex;
  align-items: center;
}
header .header_list a {
  text-decoration: none;
}
header .header_list a:not(:first-of-type) {
  margin-left: 25px;
}
header .header_list a.cad_icon {
  display: flex;
  align-items: center;
}
header .header_list a.cad_icon svg {
  width: 24px;
  height: 24px;
}
header .header_list a.bim_icon {
  display: flex;
  align-items: center;
}
header .header_list a.bim_icon svg {
  width: 24px;
  height: 24px;
}
header .header_list a.catalog_icon {
  display: flex;
  align-items: center;
  min-height: 26px;
}
header .header_list a.contactPC {
  display: none;
}
header .header_list a.contactPC > svg {
  width: 24px;
  height: 24px;
  vertical-align: -7px;
}
header .header_list a span {
  color: #333;
  font-size: 1.4rem;
}
header .header_list a .fixed_text {
  display: none;
}
header .header_list a > svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header .header_list a:hover svg,
header .header_list a:hover .st0 {
  fill: #00508e;
}
header .header_list a:hover span {
  color: #00508e;
}
header .header_list a:hover .fixed_text {
  color: #fff;
}
header .header_list span#btn-search {
  padding: 12px;
  display: block;
  margin-left: 25px;
}
header .header_list span#btn-search svg {
  width: 20px;
  height: 20px;
  vertical-align: -7px;
}
header .header_list span#btn-search b {
  display: none;
}
header .header_list span#btn-search:hover, header .header_list span#btn-search.current {
  background-color: #00508e;
  cursor: pointer;
}
header .header_list span#btn-search:hover .st0, header .header_list span#btn-search.current .st0 {
  fill: #fff;
}
header .header_list span.header_logArea {
  padding: 12px;
  display: block;
  margin-left: 25px;
}
header .header_list span.header_logArea a {
  overflow: hidden;
  display: inline-block;
  width: 19px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
}
header .header_list span.header_logArea a.login {
  background: url("/shared/images/common/icon-logout_off.png") no-repeat;
}
header .header_list span.header_logArea a.logout {
  display: none;
  margin-left: 0;
  background: url("/shared/images/common/icon-logIn_off.png") no-repeat;
}
header .header_list span.header_logArea a:hover.login {
  background: url("/shared/images/common/icon-logout_on.png") no-repeat;
}
header .header_list span.header_logArea a:hover.logout {
  background: url("/shared/images/common/icon-logIn_on.png") no-repeat;
}
header .header_search {
  display: none;
  margin-left: 25px;
  position: absolute;
  right: 0;
  bottom: -69px;
  padding: 20px;
  background-color: #00508e;
  z-index: 1;
}
header .header_search form {
  position: relative;
  z-index: 10;
}
header .header_search input#SS_searchQuery {
  width: 305px;
  padding: 9px 2em 7px .5em;
  border: 1px solid #b5b5b5;
  background-color: #fafafa;
  line-height: normal;
  color: #333;
  font-size: 1.5rem;
}
header .header_search input::-ms-clear {
  visibility: hidden;
}
header .header_search input::-webkit-search-cancel-button, header .header_search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
header .header_search input:placeholder-shown {
  color: #b5b5b5;
  font-size: 1.5rem;
}
header .header_search input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: 1.5rem;
}
header .header_search input:-moz-placeholder {
  color: #b5b5b5;
  font-size: 1.5rem;
}
header .header_search input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 1.5rem;
}
header .header_search input:-ms-input-placeholder {
  color: #b5b5b5 !important;
  font-size: 1.5rem;
}
header .header_search input::-ms-input-placeholder {
  color: #b5b5b5;
  font-size: 1.5rem;
}
header .header_search input[type="image"] {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: auto;
}
header .header_gnav {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
}
header .header_gnav > li > span {
  display: none;
}
header .header_gnav > li > dt > dt {
  display: none;
}
header .header_gnav > li a {
  text-decoration: none;
  color: #333;
}
header .header_gnav .header_subnav > li > a {
  position: relative;
}
header .header_gnav .header_subnav > li > a::before, header .header_gnav .header_subnav > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
header .header_gnav .header_subnav > li > a::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.fixed {
  position: fixed;
  z-index: 10;
  height: auto;
  padding-bottom: 1px;
}
header.fixed .header_inner {
  padding: 0;
}
header.fixed .header_main {
  align-items: center;
}
header.fixed .header_logo a {
  width: 60px;
  height: 30px;
}
header.fixed .header_logo a .logo_style {
  fill: #00508e;
}
header.fixed .header_logo a svg {
  display: inline;
}
header.fixed .header_logo a img {
  display: none;
}
header.fixed .header_logo a:hover svg {
  opacity: .7;
}
header.fixed .header_menu {
  display: flex;
  justify-content: flex-start;
  position: static;
  font-size: 1.4rem;
  width: 680px;
  margin-right: 0;
}
header.fixed .header_menu li {
  letter-spacing: 0.08em;
}
header.fixed .header_menu li:not(:first-of-type) {
  margin-left: 1.6em;
}
header.fixed .header_link {
  position: relative;
}
header.fixed .header_list {
  display: flex;
  align-items: center;
}
header.fixed .header_list a {
  width: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 0%;
  padding: 20px 2px 10px;
  text-decoration: none;
  color: #333;
  font-size: 1.4rem;
}
header.fixed .header_list a:not(:first-of-type) {
  margin-left: 0;
}
header.fixed .header_list a.contactPC {
  display: none;
}
header.fixed .header_list a span {
  display: none;
}
header.fixed .header_list a .fixed_text {
  display: block;
  font-size: 1.3rem;
}
header.fixed .header_list a > svg {
  width: 19px;
  height: 19px;
  margin-right: 0;
  margin-bottom: 8px;
}
header.fixed .header_list a .catalog_icon {
  padding: 22px;
}
header.fixed .header_list a .catalog_icon > svg {
  width: 24px;
  height: 24px;
  vertical-align: -7px;
}
header.fixed .header_list a:hover {
  cursor: pointer;
  background-color: #00508e;
}
header.fixed .header_list a:hover svg,
header.fixed .header_list a:hover .st0 {
  fill: #fff;
}
header.fixed .header_list > span#btn-search {
  display: block;
  padding: 19px 2px 10px;
  margin-left: 0;
  text-align: center;
  width: 70px;
}
header.fixed .header_list > span#btn-search svg {
  margin-bottom: 8px;
}
header.fixed .header_list > span#btn-search b {
  display: block;
  font-size: 1.3rem;
}
header.fixed .header_list > span.header_logArea {
  display: none;
}
header.fixed .header_list > span > svg {
  width: 20px;
  height: 20px;
  vertical-align: -7px;
}
header.fixed .header_list > span:hover, header.fixed .header_list > span.current {
  background-color: #00508e;
  cursor: pointer;
  color: #fff;
}
header.fixed .header_list > span:hover .st0, header.fixed .header_list > span.current .st0 {
  fill: #fff;
}
header.fixed .header_search {
  display: none;
  position: absolute;
  right: 0;
  bottom: -77px;
  padding: 20px;
  background-color: #00508e;
}
header.fixed .header_search::after {
  right: 28px;
}
header.fixed nav {
  position: absolute;
  top: 68px;
  width: 1000px;
}
header .menu_btn {
  display: none;
}
header nav {
  padding: 20px 15px;
  position: relative;
  z-index: 10;
  top: 50px;
  background-color: #fff;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding: 0;
  }
  header .header_inner {
    width: 100%;
    padding: 0;
  }
  header .header_main {
    align-items: flex-start;
    padding: 7px 10px;
  }
  header .header_logo a {
    width: 64px;
  }
  header .header_logo a > img {
    display: inline;
  }
  header .header_logo a > svg {
    display: none;
  }
  header .header_menu {
    display: none;
  }
  header .header_list {
    margin-right: 1em;
  }
  header .header_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
  }
  header .header_list a > svg {
    margin-right: 0;
    margin-bottom: 7px;
  }
  header .header_list a.bim_icon svg {
    margin-bottom: 3px;
  }
  header .header_list a.contactPC {
    display: flex;
  }
  header .header_list a.contactPC > svg {
    margin-bottom: 2px;
  }
  header .header_list a span {
    line-height: 1;
    font-size: .8rem;
    white-space: nowrap;
  }
  header .header_list a span.catalogPC {
    display: none;
  }
  header .header_list a span.fixed_text {
    display: block;
  }
  header .header_list a span.pc {
    display: none;
  }
  header .header_list a:first-of-type {
    display: none;
  }
  header .header_list a:not(:first-of-type) {
    margin-left: 10px;
  }
  header .header_list a:hover {
    cursor: default;
  }
  header .header_list a:hover .fixed_text {
    color: #00508e;
  }
  header .header_list > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    font-size: .8rem;
  }
  header .header_list > span.header_logArea {
    display: none;
  }
  header .header_list > span svg {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  header .header_list > span b {
    display: inline;
    letter-spacing: 0.5em;
    line-height: 1;
    font-weight: normal;
    font-size: .8rem;
  }
  header .header_list span#btn-search {
    display: flex;
    padding: 0;
    background: #fff;
    margin-left: auto;
    min-width: 36px;
  }
  header .header_list span#btn-search b {
    display: inline;
  }
  header .header_list span#btn-search.current {
    background: #fff;
  }
  header .header_list span#btn-search.current .st0 {
    fill: #00508e;
  }
  header .header_list span#btn-search.current b {
    color: #00508e;
  }
  header .header_list span#btn-search:hover {
    background: #fff;
  }
  header .header_list span#btn-search:hover .st0 {
    fill: #00508e;
  }
  header .header_list span#btn-search:hover b {
    color: #00508e;
  }
  header .header_search {
    display: none;
    position: absolute;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 1em;
    background-color: #00508e;
  }
  header .header_search::after {
    right: 5%;
  }
  header .header_search input#SS_searchQuery {
    padding: .4em 2em .4em .5em;
    width: 100%;
    font-size: 16px;
    line-height: normal;
  }
  header.fixed {
    position: static;
  }
  header.fixed .header_list span.catalogPC {
    display: none !important;
  }
  header.fixed .header_list span#btn-search {
    display: flex;
    padding: 0;
  }
  header.fixed .header_list > span:hover {
    background-color: #fff;
  }
  header.fixed .header_list > span:hover .st0 {
    fill: #333;
  }
  header.fixed .header_list > span.current {
    background-color: #fff;
  }
  header.fixed .header_list > span.current .st0 {
    fill: #00508e;
  }
  header.fixed .header_list > span.current b {
    color: #00508e;
  }
  header.fixed .header_list a > svg {
    width: 20px;
    height: 20px;
  }
  header.fixed .header_link {
    position: static;
  }
  header.fixed .header_search {
    bottom: -55px;
    padding: 1em;
  }
  header.fixed .header_logo a {
    width: 64px;
    height: 32px;
  }
  header.fixed nav {
    position: static;
    top: 0;
    width: 100%;
  }
  header .menu_btn {
    display: block;
    width: 40px;
    line-height: 0;
  }
  header nav {
    overflow-y: auto;
    position: static;
    top: 0;
    width: 100%;
    padding: 0;
  }

  #btn-search b {
    margin-left: .5em;
  }

  .overlay {
    display: none !important;
  }

  #top {
    /* SP時トップだけヘッダ追従のため調整 */
  }
  #top header.fixed .header_list a {
    width: auto;
  }
  #top header.fixed .header_list a.contactPC {
    display: flex;
    justify-content: center;
  }
  #top header.fixed .header_list a.contactPC span {
    display: block;
  }
  #top header.fixed .header_list span#btn-search {
    width: auto;
  }
  #top header.fixed .header_list span b {
    font-size: .8rem;
  }
}
/* -----------------------------------------
	nav
----------------------------------------- */
.nav_close {
  position: absolute;
  top: 27px;
  right: 30px;
  width: 50px;
}
.nav_close:hover {
  cursor: pointer;
  opacity: .7;
}

.pc_gnav {
  display: block;
}
.pc_gnav-list01 {
  display: flex;
  min-height: 390px;
}
.pc_gnav-list01 a {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.pc_gnav-list01 a::before, .pc_gnav-list01 a::after {
  position: absolute;
  top: 1.4em;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pc_gnav-list01 a::before {
  left: .5em;
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
}
.pc_gnav-list01 a::after {
  right: 1em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pc_gnav-list01 .layer01 {
  display: none;
  width: 190px;
}
.pc_gnav-list01 .layer01 a:hover, .pc_gnav-list01 .layer01 a.current {
  color: #fff;
  background-color: #00508e;
}
.pc_gnav-list01 .layer02 {
  width: 240px;
  margin-left: 10px;
}
.pc_gnav-list01 .layer02 > * {
  display: none;
}
.pc_gnav-list01 .layer02 a:hover, .pc_gnav-list01 .layer02 a.current {
  color: #fff;
  background-color: #00508e;
}
.pc_gnav-list01 .layer03 {
  width: calc(100% - 450px);
  margin-left: 10px;
}
.pc_gnav-list01 .layer03 .sec01 > *,
.pc_gnav-list01 .layer03 .sec02 > * {
  display: none;
}
.pc_gnav-list01 .layer03 .sec01 {
  position: relative;
}
.pc_gnav-list01 .layer03 .sec01 > * {
  min-height: 390px;
}
.pc_gnav-list01 .layer03 .sec01 .thumnail_img {
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 218px;
}
.pc_gnav-list01 .layer03 .sec01 .thumnail_img.layer03 {
  display: none;
}
.pc_gnav-list01 .layer03 .sec01 .thumnail_img figure.categoryImg {
  display: none;
}
.pc_gnav-list01 .layer03 .sec02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 390px;
}
.pc_gnav-list01 .layer03 .sec02 > * {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.pc_gnav-list01 .layer03-list li {
  position: relative;
}
.pc_gnav-list01 .layer03-list li::before {
  position: absolute;
  top: 2.1em;
  left: .5em;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pc_gnav-list01 .layer03-list a {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  padding: 1em 0;
}
.pc_gnav-list01 .layer03-list a::before, .pc_gnav-list01 .layer03-list a::after {
  display: none;
}
.pc_gnav-list01 .layer03-list a:hover {
  text-decoration: underline;
  color: #00508e;
}
.pc_gnav-list02 {
  display: flex;
  justify-content: center;
}
.pc_gnav-list02 .layer01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7px 95px 7px 0;
  max-width: 675px;
}
.pc_gnav-list02 .layer01 > *:nth-child(n + 5) {
  margin: 35px 0 0;
}
.pc_gnav-list02 .layer01 a {
  display: inherit;
  flex-direction: column;
  align-items: center;
  width: 145px;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.pc_gnav-list02 .layer01 a .st0,
.pc_gnav-list02 .layer01 a .st1 {
  stroke: #3d3d3d;
}
.pc_gnav-list02 .layer01 a:hover {
  color: #00508e;
}
.pc_gnav-list02 .layer01 a:hover .st0,
.pc_gnav-list02 .layer01 a:hover .st1 {
  stroke: #00508e;
}
.pc_gnav-list02 .layer01 a:hover .st2 {
  fill: #00508e;
}
.pc_gnav-list02 .layer01 a:hover svg {
  fill: #00508e;
}
.pc_gnav-list02 .layer01 a[href="/columns/"] svg {
  margin-left: 10px;
}
.pc_gnav-list02 .layer01 a[href*="/interview/"]:hover svg {
  fill: #00508e;
}
.pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .b {
  stroke-miterlimit: 10;
}
.pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .b, .pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .c, .pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .d {
  fill: none;
  stroke: #3d3d3d;
  stroke-width: 2px;
}
.pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .c {
  stroke-linecap: round;
}
.pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .c, .pc_gnav-list02 .layer01 a[href*="/seminar/"] svg .d {
  stroke-linejoin: round;
}
.pc_gnav-list02 .layer01 a[href*="/seminar/"]:hover svg .b, .pc_gnav-list02 .layer01 a[href*="/seminar/"]:hover svg .c, .pc_gnav-list02 .layer01 a[href*="/seminar/"]:hover svg .d {
  stroke: #00508e;
}
.pc_gnav-list02 .layer01 a[href*="/simulation/"] .ico_wrap {
  margin-top: 0;
}
.pc_gnav-list02 .layer01 a svg {
  fill: #3d3d3d;
}
.pc_gnav-list02 .layer01 svg {
  width: 50px;
  height: 50px;
}
.pc_gnav-list02 .layer01 span {
  margin-top: 10px;
}
.pc_gnav-list03 .layer01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 7px 0;
}
.pc_gnav-list03 .layer01 a {
  display: inherit;
  flex-direction: column;
  align-items: center;
  width: 145px;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.pc_gnav-list03 .layer01 a svg,
.pc_gnav-list03 .layer01 a .st0 {
  fill: #3d3d3d;
}
.pc_gnav-list03 .layer01 a:hover {
  color: #00508e;
}
.pc_gnav-list03 .layer01 a:hover svg,
.pc_gnav-list03 .layer01 a:hover .st0 {
  fill: #00508e;
}
.pc_gnav-list03 .layer01 a.bg_svg:hover {
  color: #00508e;
}
.pc_gnav-list03 .layer01 a.bg_svg:hover g {
  stroke: #00508e;
}
.pc_gnav-list03 .layer01 svg {
  width: 50px;
  height: 50px;
}
.pc_gnav-list03 .layer01 span {
  margin-top: 10px;
}
.pc_gnav-list04 .layer01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 7px 0;
}
.pc_gnav-list04 a {
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.pc_gnav-list04 a:hover {
  text-decoration: underline;
  color: #00508e;
}
.pc_gnav-list04 a[target="_blank"]::after {
  position: absolute;
  bottom: -8px;
  right: -35px;
  content: '';
  width: 40px;
  height: 40px;
  background: url(/shared/images/common/icon_blank.png) no-repeat;
  background-size: contain;
}
.pc_gnav-list04 .disabled {
  cursor: pointer;
}
.pc_gnav-list04 .disabled a {
  color: #999;
  pointer-events: none;
}
.pc_gnav-list04 .disabled a:hover {
  cursor: pointer;
  text-decoration: none;
}
.pc_gnav-list04 .txt_field > div {
  position: relative;
  padding-left: 2em;
}
.pc_gnav-list04 .txt_field > div::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pc_gnav-list04 .txt_field > div:not(:first-of-type) {
  margin-top: 2em;
}
.pc_gnav-list04 .txt_field > div.disabled::before {
  border-color: #999;
}
.pc_gnav-list04 .txt_note {
  position: relative;
  margin-top: 2em;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 1.4rem;
}
.pc_gnav-list04 .txt_note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.pc_gnav-list04 .txt_note_list {
  margin-top: 2em;
}
.pc_gnav-list04 .txt_note_list > li {
  line-height: 1.4;
  font-size: 1.4rem;
  display: flex;
}
.pc_gnav-list04 .txt_note_list > li::before {
  content: '※';
  margin-right: .5em;
}
.pc_gnav-list04 .thumnail_img {
  margin-left: 55px;
}
.pc_gnav-list04 .thumnail_img figure {
  display: none;
}
.pc_gnav-list05 .layer01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 7px 0;
}
.pc_gnav-list05 .list_item {
  margin: 0 40px;
}
.pc_gnav-list05 .list_item li {
  position: relative;
  padding-left: 2em;
}
.pc_gnav-list05 .list_item li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pc_gnav-list05 .list_item li:not(:first-of-type) {
  margin-top: 2.5em;
}
.pc_gnav-list05 .list_item li dl {
  color: #333;
}
.pc_gnav-list05 .list_item li dl dt {
  font-size: 1.6rem;
}
.pc_gnav-list05 .list_item li dl dd {
  margin-top: 2em;
}
.pc_gnav-list05 .list_item > li:not(:first-of-type) {
  margin-top: 2.5em;
}
.pc_gnav-list05 .list_item > li.icon_none::before {
  display: none;
}
.pc_gnav-list05 a {
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.pc_gnav-list05 a[target="_blank"]::after {
  position: absolute;
  bottom: -8px;
  right: -35px;
  content: '';
  width: 40px;
  height: 40px;
  background: url(/shared/images/common/icon_blank.png) no-repeat;
  background-size: contain;
}
.pc_gnav-list05 a[target="_blank"][href$=".pdf"]::after {
  width: 40px;
  height: 40px;
  right: -32px;
  top: -8px;
  background: url(/shared/images/common/icon_pdf.png) no-repeat;
  background-size: contain;
}
.pc_gnav-list05 a:hover {
  text-decoration: underline;
  color: #00508e;
}
.pc_gnav-list06 .layer01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 7px 0;
}
.pc_gnav-list06 .layer01 a {
  display: inherit;
  flex-direction: column;
  align-items: center;
  width: 145px;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.pc_gnav-list06 .layer01 a .st0 {
  fill: #3d3d3d;
}
.pc_gnav-list06 .layer01 a:hover {
  color: #00508e;
}
.pc_gnav-list06 .layer01 a:hover .st0 {
  fill: #00508e;
}
.pc_gnav-list06 .layer01 a:hover .icon_tel img {
  top: -100%;
}
.pc_gnav-list06 .layer01 a.bg_svg:hover {
  color: #00508e;
}
.pc_gnav-list06 .layer01 a.bg_svg:hover g {
  stroke: #00508e;
}
.pc_gnav-list06 .layer01 svg {
  width: 50px;
  height: 50px;
}
.pc_gnav-list06 .layer01 span {
  margin-top: 10px;
}
.pc_gnav-list06 .layer01 .icon_tel {
  overflow: hidden;
  width: 22px;
  height: 35px;
  margin-bottom: 5px;
  position: relative;
}
.pc_gnav-list06 .layer01 .icon_tel img {
  position: absolute;
  top: 0;
  left: 0;
}

.sp_gnav {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav_search {
    width: 100%;
    margin: auto;
    padding: 1em;
    background-color: #00508e;
  }
  .nav_search form {
    position: relative;
  }
  .nav_search input#SS_searchQuery {
    width: 100%;
    padding: .3em 2em .5em .5em;
    border: 1px solid #b5b5b5;
    background-color: #fafafa;
    line-height: normal;
    color: #333;
    font-size: 16px;
  }
  .nav_search input#SS_searchQuery1 {
    width: 100%;
    padding: .3em 2em .5em .5em;
    border: 1px solid #b5b5b5;
    background-color: #fafafa;
    line-height: normal;
    color: #333;
    font-size: 16px;
  }
  .nav_search input[type="image"] {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 21px;
    height: 21px;
    margin: auto;
  }

  .pc_gnav {
    display: none;
  }

  .sp_gnav {
    -webkit-overflow-scrolling: touch;
    display: block;
    font-size: 1.5rem;
  }
  .sp_gnav a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 1.4;
    text-decoration: none;
    color: #333;
  }
  .sp_gnav a::after {
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sp_gnav a[target="_blank"]::after {
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    transform: none;
    background: url("/shared/images/common/icon_blank.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav a[target="_blank"][href$=".pdf"]::after {
    background: url("/shared/images/common/icon_pdf.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav > li {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .sp_gnav > li.menu_close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 1em;
    background-color: #00508e;
    border-bottom: none;
    color: #fff;
  }
  .sp_gnav > li.menu_close img {
    width: 20px;
  }
  .sp_gnav > li.menu_close span {
    margin-left: 1em;
  }
  .sp_gnav .menu_heading {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
  }
  .sp_gnav .menu_heading + * {
    display: none;
  }
  .sp_gnav .menu_heading::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 50px;
    height: 50px;
  }
  .sp_gnav .menu_heading a::after {
    display: none;
  }
  .sp_gnav .menu_heading + dd > ul > li > a {
    /*padding: 0 calc(calc((4 / 3)* 1em) + 2em);*/
    padding: 0 calc((4 / 3) * 1em);
  }
  .sp_gnav .menu_heading + dd > ul > li.-indent1em > a {
    padding: 0 calc(((4 / 3)* 1em) + 1em);
  }
  .sp_gnav .menu_heading + ul > li {
    border-bottom: 1px solid #ccc;
  }
  .sp_gnav .menu_heading + ul > li.level02 > a {
    padding: 0;
  }
  .sp_gnav .menu_heading + ul > li > a {
    /*padding: 0 calc(calc((4 / 3)* 1em) + 2em);*/
    padding: 0 calc((4 / 3) * 1em);
  }
  .sp_gnav .menu_heading.notslide span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    transform: none;
    background: url("/shared/images/common/btn_menu_level01-off.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .menu_heading.notslide::after {
    display: none;
  }
  .sp_gnav .menu_heading.notslide.on span {
    background: url("/shared/images/common/btn_menu_level01-on.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level01 {
    padding: 0 calc((4 / 3)* 1em);
    background-color: #01508e;
    color: #fff;
  }
  .sp_gnav .level01::after {
    background: url("/shared/images/common/btn_menu-off.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level01.on::after {
    background: url("/shared/images/common/btn_menu-on.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level02 {
    padding: 0 calc((4 / 3)* 1em);
  }
  .sp_gnav .level02::after {
    background: url("/shared/images/common/btn_menu_level02-off.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level02.on::after {
    background: url("/shared/images/common/btn_menu_level02-on.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level02.-aLink > a {
    position: relative;
  }
  .sp_gnav .level02.-indent2em > a {
    padding: 0 calc((4 / 3)* 1em) 0 calc((4 / 3)* 1em);
    background-color: #fff;
    font-weight: normal;
  }
  .sp_gnav .level02.-indent2em + dd > ul > li:first-child {
    border-top: 1px solid #ccc;
  }
  .sp_gnav .level03 {
    padding: 0 calc((4 / 3)* 1em);
  }
  .sp_gnav .level03::after {
    background: url("/shared/images/common/btn_menu_level03-off.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level03.on::after {
    background: url("/shared/images/common/btn_menu_level03-on.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level04 {
    padding: 0 calc((4 / 3)* 1em);
  }
  .sp_gnav .level04::after {
    background: url("/shared/images/common/btn_menu_level04-off.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level04.on::after {
    background: url("/shared/images/common/btn_menu_level04-on.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav .level04 + dd > ul > li {
    border-bottom: 1px solid #ccc;
  }
  .sp_gnav .level04 + dd > ul > li:last-child {
    border-bottom: none;
  }
  .sp_gnav dt.level01 {
    padding: 0;
  }
  .sp_gnav dt.level01::after {
    background: url("/shared/images/common/btn_menu_level01-off.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav dt.level01.on::after {
    background: url("/shared/images/common/btn_menu_level01-on.png") no-repeat;
    background-size: contain;
  }
  .sp_gnav dt.level01 > a {
    padding: 0 calc((4 / 3)* 1em);
    background-color: #01508e;
    color: #fff;
  }
  .sp_gnav dt.level01 + dd > ul > li {
    border-bottom: 1px solid #ccc;
  }
  .sp_gnav dt.level01 + dd > ul > li:last-of-type {
    border-bottom: none;
  }
  .sp_gnav dt.level02 {
    padding: 0;
  }
  .sp_gnav dt.level02 > a {
    padding: 0 calc((4 / 3)* 1em);
    background-color: #ddd;
  }
  .sp_gnav dt.level02 + dd > ul > li {
    border-bottom: 1px solid #ccc;
  }
  .sp_gnav dt.level02 + dd > ul > li:last-of-type {
    border-bottom: none;
  }
  .sp_gnav dt.level03 {
    padding: 0;
  }
  .sp_gnav dt.level03 > a {
    /*padding: 0 calc(calc((4 / 3)* 1em) + 1em);*/
    padding: 0 calc((4 / 3)* 1em);
    background-color: #efefef;
  }
  .sp_gnav dt.level03 + dd > ul > li {
    border-bottom: 1px solid #ccc;
  }
  .sp_gnav dt.level03 + dd > ul > li:last-of-type {
    border-bottom: none;
  }
  .sp_gnav dt.level03 + dd > ul > li a {
    /*padding: 0 calc(calc((4 / 3)* 1em) + 2em);*/
    padding: 0 calc(((4 / 3) * 1em) + 1em);
  }
  .sp_gnav dt.level04 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    /*padding: 0 calc(calc((4 / 3)* 1em) + 1em);*/
    padding: 0 calc((4 / 3)* 1em);
    background-color: #efefef;
    line-height: 1.4;
    text-decoration: none;
    color: #333;
  }
  .sp_gnav dt.level04 + dd > ul > li a {
    padding: 0 calc(((4 / 3) * 1em) + 1em);
  }
}
/* -----------------------------------------
	footer
----------------------------------------- */
footer {
  position: relative;
  min-width: 1000px;
  background-color: #0e3458;
}
footer a {
  position: relative;
  text-decoration: none;
  color: #c3c8cf;
}
footer a:hover {
  text-decoration: underline;
  color: #c3c8cf;
}
footer a[target="_blank"]::after {
  position: absolute;
  bottom: 2px;
  right: -20px;
  content: '';
  width: 15px;
  height: 15px;
  background: url(/shared/images/common/icon_blank02.png) no-repeat;
  background-size: contain;
}
footer a[target="_blank"][href$=".pdf"]::after {
  width: 40px;
  height: 40px;
  right: -32px;
  top: -12px;
  background: url(/shared/images/common/icon_pdf.png) no-repeat;
  background-size: contain;
}
footer p > a {
  font-size: 1.6rem;
}

.footer_inner {
  width: 1000px;
  margin: auto;
  padding: 4em 0 2em;
}
.footer_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer_nav-col {
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  padding-right: 1em;
}
.footer_nav-col .no_link {
  display: block;
  margin-bottom: .6em;
}
.footer_nav-col .no_link:hover {
  text-decoration: none;
}
.footer_nav-col dl {
  color: #c3c8cf;
}
.footer_nav-col dl dt {
  font-weight: normal;
  font-size: 1.6rem;
}
.footer_nav-col dl dt > a {
  text-decoration: none;
  color: #c3c8cf;
}
.footer_nav-col dl dt > a:hover {
  text-decoration: underline;
}
.footer_nav-col dl dd {
  margin-top: 1.5em;
}
.footer_nav-col dl dd ul {
  padding-left: 1em;
}
.footer_nav-col dl dd ul li {
  position: relative;
  padding-left: 1em;
}
.footer_nav-col dl dd ul li::before {
  position: absolute;
  top: .3em;
  left: -.5em;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #c3c8cf;
  border-right: 1px solid #c3c8cf;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_nav-col dl dd ul li:not(:first-of-type) {
  margin-top: 1.5em;
}
.footer_nav-col dl dd ul li a {
  line-height: 1.2;
  text-decoration: none;
  color: #c3c8cf;
  font-size: 1.3rem;
}
.footer_nav-col dl dd ul li a:hover {
  text-decoration: underline;
}
.footer_nav-col dl:not(:first-of-type) {
  margin-top: 3em;
}
.footer_nav-col dl + p {
  margin-top: 4em;
}
.footer_nav-col p {
  line-height: 1.2;
  font-size: 1.4rem;
}
.footer_nav-col p:not(:first-of-type) {
  margin-top: 1.5em;
}
.footer_nav-col p.icon_youtube {
  line-height: 1.25;
}
.footer_nav-col p.icon_youtube a::after {
  bottom: 4px;
}
.footer_option {
  display: -webkit-flex;
  display: flex;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5em;
}
.footer_option ul {
  display: flex;
}
.footer_option ul li {
  padding: 0 1.5em;
}
.footer_option ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.footer_option ul li a {
  font-size: 1.2rem;
}
.footer_option ul li a:hover {
  text-decoration: underline;
}
.footer_logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.footer_logo figure {
  width: 97px;
  height: 48.5px;
  line-height: 0;
}
.footer_logo figure .logo_style {
  fill: #e9ebee;
}
.footer_logo > p {
  margin-left: 1.5em;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  footer {
    min-width: 100%;
  }

  .footer_inner {
    width: 100%;
    padding: 0;
  }
  .footer_nav {
    border-top: 1px solid #fff;
  }
  .footer_nav-col {
    width: 100%;
    padding-right: 0;
  }
  .footer_nav-col:not(:nth-of-type(3)) {
    display: none;
  }
  .footer_nav-col dl,
  .footer_nav-col p:not(.icon_youtube) {
    display: none;
  }
  .footer_nav-col dl + p {
    margin-top: 0;
  }
  .footer_nav-col p.icon_youtube {
    padding: 1em calc(40 / 750 * 100vw);
    background-size: 26px;
  }
  .footer_nav-col p.icon_youtube a {
    display: block;
    font-size: 1.5rem;
  }
  .footer_nav-col p.icon_youtube a br {
    display: none;
  }
  .footer_nav-col p.icon_youtube a[target="_blank"]::after {
    right: 0;
    bottom: 2px;
  }
  .footer_option {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 2em 1em;
    border-top: 1px solid #fff;
  }
  .footer_option ul {
    order: 1;
    flex-wrap: wrap;
    max-width: 375px;
  }
  .footer_option ul li {
    line-height: 1.3;
    width: 50%;
    display: flex;
    align-items: center;
  }
  .footer_option ul li:nth-child(even) {
    border-right: 0;
  }
  .footer_option ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .footer_logo {
    order: 2;
    margin-top: 3em;
  }
  .footer_logo figure {
    width: 77px;
    height: auto;
  }
  .footer_logo figure > svg {
    max-height: 39px;
  }
  .footer_logo > p {
    font-size: 1rem;
  }
}
/* -----------------------------------------
	PageTop
----------------------------------------- */
.pageTop {
  right: 10px;
  bottom: 20px;
  z-index: 9;
  display: none;
}
.pageTop > *:not(:first-child) {
  margin-top: 15px;
}
.pageTop .top_btn {
  display: flex;
  justify-content: flex-end;
}
.pageTop .top_btn a {
  display: inline-block;
  text-align: right;
}
.pageTop .top_btn a img {
  width: 54px;
}
.pageTop a:hover {
  opacity: .7;
}
.pageTop img {
  width: 100%;
}

.side_inquiry {
  /* 追従問い合わせボタン */
}
.side_inquiry > *:not(:first-child) {
  margin-top: 15px;
}
.side_inquiry .inquiry_btn a {
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90px;
  height: 90px;
  background-color: #00508e;
  border-radius: 50%;
  text-decoration: none;
}
.side_inquiry .inquiry_btn p::before {
  content: "";
  display: block;
  background: url(/shared/images/common/icon_mail_on.png) no-repeat center center;
  background-size: 100%;
}
.side_inquiry .inquiry_btn.contact p::before {
  width: 25px;
  height: 25px;
  background: url(/shared/images/common/icon_mail_on.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto 5px;
}
.side_inquiry .inquiry_btn.catalog p::before {
  width: 27px;
  height: 27px;
  background: url(/shared/images/common/icon_catalog_on.png) no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 0 auto 8px;
}

/* 追従お問い合わせボタン */
footer .side_inquiry {
  display: none;
}

/* 追従お問い合わせボタンを表示するコンテンツ（PCのみ） */
#products footer .side_inquiry,
#contents_newProducts footer .side_inquiry,
#repair footer .side_inquiry,
#column footer .side_inquiry,
#guide footer .side_inquiry {
  display: block;
}
#products footer .side_inquiry.version02,
#contents_newProducts footer .side_inquiry.version02,
#repair footer .side_inquiry.version02,
#column footer .side_inquiry.version02,
#guide footer .side_inquiry.version02 {
  display: none;
}

/* 商品詳細、コラム記事、建材ガイド記事の問い合わせは商品に紐づけるためフッタ内は非表示 */
#products.detail footer .side_inquiry,
#column.article footer .side_inquiry,
#guide.article footer .side_inquiry {
  display: none;
}
#products.detail footer .side_inquiry.version02,
#column.article footer .side_inquiry.version02,
#guide.article footer .side_inquiry.version02 {
  display: block;
}
#products.detail footer .side_inquiry.version02 #contact_btn,
#products.detail footer .side_inquiry.version02 #catalog_btn,
#column.article footer .side_inquiry.version02 #contact_btn,
#column.article footer .side_inquiry.version02 #catalog_btn,
#guide.article footer .side_inquiry.version02 #contact_btn,
#guide.article footer .side_inquiry.version02 #catalog_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .pageTop {
    right: 10px;
  }
  .pageTop > *:not(:first-child) {
    margin-top: 10px;
  }
  .pageTop .top_btn a img {
    width: 35.5px;
  }

  .side_inquiry {
    display: none !important;
  }

  .side_inquiry_wrap {
    display: none;
  }
}
/* -----------------------------------------
	パンくず
----------------------------------------- */
.breadcrumb_list {
  width: 1000px;
  margin: 15px auto;
}
.breadcrumb_list li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.5em;
  position: relative;
  word-wrap: break-all;
  overflow-wrap: break-word;
}
.breadcrumb_list li::before {
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: .5em;
  left: 0.3em;
}
.breadcrumb_list li:first-child {
  padding-left: 0;
}
.breadcrumb_list li:first-child::before {
  content: none;
}
.breadcrumb_list li:last-child {
  font-weight: bold;
}
.breadcrumb_list li:last-child > * {
  font-weight: bold;
}
.breadcrumb_list li a {
  text-decoration: none;
  color: #333;
}
.breadcrumb_list li a:hover {
  color: #00508e;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb_list {
    width: 100%;
    margin: 5px auto;
    padding: 0 calc((40 / 750) * 100%);
  }
  .breadcrumb_list li {
    font-size: 1rem;
  }
  .breadcrumb_list li::before {
    width: 4px;
    height: 4px;
  }
}
/* -----------------------------------------
	Parts
----------------------------------------- */
.section_inner {
  width: 1000px;
  margin: auto;
  padding: 25px 0;
}

.bg_pattern {
  background-color: #f8f7f7;
}

.spb {
  display: none;
}

@media screen and (max-width: 767px) {
  .section_inner {
    width: 100%;
    padding: 0;
  }

  .spb {
    display: block;
  }
}
.tab_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.tab_list_item {
  flex-grow: 1;
  width: 50%;
  border-bottom: 1px solid #ccc;
  list-style: none;
  letter-spacing: .05em;
  text-align: center;
  font-size: 2.4rem;
  color: #333;
}
.tab_list_item span {
  display: block;
  padding-bottom: .4em;
}
.tab_list_item:hover {
  border-color: #164d90;
  border-width: 2px;
}
.tab_list_item:hover span {
  opacity: .7;
}
.tab_list_item.is-active {
  position: relative;
  border-bottom: 2px solid #164d90;
  color: #164d90;
  font-weight: 500;
}
.tab_list_item.is-active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 6.5px 0 6.5px;
  border-color: #164d90 transparent transparent transparent;
}
.tab_list_item.is-active:hover * {
  opacity: inherit;
}
.tab_list_item:not(.is-active) {
  cursor: pointer;
}
.tab_content {
  padding: 30px 0;
}
.tab_content_item {
  display: none;
}
.tab_content_item.is-show {
  display: block;
}
.tab_content_item .heading01 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .tab_list_item {
    font-size: 1.7rem;
  }
  .tab_content {
    padding: 20px calc((40 / 750) * 100%);
  }
  .tab_content_item .heading01 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-device-width: 360px) {
  .tab_content_item .heading01 {
    font-size: 1.55rem;
  }
}
@media only screen and (max-device-width: 320px) {
  .tab_content_item .heading01 {
    font-size: 1.3rem;
  }
}
/* -----------------------------------------
	H-tag
----------------------------------------- */
.heading01 {
  border-left: 1px solid #989797;
  padding-left: .3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.727272;
  line-height: calc(38 / 22);
  letter-spacing: -.04em;
  color: #333;
  font-size: 2.2rem;
}
.heading01.link > * {
  line-height: 1.727272;
  line-height: calc(38 / 22);
  text-decoration: none;
  color: #333;
}
.heading01.link > *:hover {
  opacity: .7;
  text-decoration: underline;
  color: #01508e;
  font-weight: 500;
}

.heading02 {
  padding-left: .3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.727272;
  line-height: calc(38 / 22);
  color: #333;
  font-size: 2.2rem;
}

.heading03 {
  position: relative;
  padding-bottom: 30px;
  font-family: 'Noto Sans Japanese', sans-serif;
  text-align: center;
  font-size: 2.4rem;
}
.heading03::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background-color: #10518c;
  font-size: 2.4rem;
}

.heading04 {
  border-left: 1px solid #01508e;
  padding-left: .3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.1875;
  line-height: calc(38 / 28);
  letter-spacing: -.04em;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .heading01 {
    pointer-events: auto;
    line-height: 1.25;
    line-height: calc(40 / 32);
    font-size: 1.6rem;
  }
  .heading01.link > * {
    line-height: 1.25;
    line-height: calc(40 / 32);
    font-size: 1.6rem;
  }

  .heading04 {
    line-height: 1.42857;
    line-height: calc(40 / 28);
    color: #333;
    font-size: 1.4rem;
  }
}
@media only screen and (max-device-width: 320px) {
  .heading01 {
    line-height: 1.2666;
    line-height: calc(38 / 30);
    font-size: 1.3rem;
  }
  .heading01.link > * {
    line-height: 2.1111;
    line-height: calc(38 / 30);
    font-size: 1.3rem;
  }
}
/* -----------------------------------------

----------------------------------------- */
.products_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.products_list .col {
  width: calc(100% / 4);
}
.products_list .col:nth-of-type(n+5) {
  margin-top: 40px;
}
.products_list .col a {
  position: relative;
  display: block;
  text-decoration: none;
}
.products_list .col a img {
  width: 100%;
}
.products_list .col a span {
  position: relative;
  display: block;
  margin-top: 1.5em;
}
.products_list .col a span::before {
  display: inline-block;
  content: "";
  vertical-align: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #01508e;
  border-right: 1px solid #01508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_list .col a b {
  margin-left: .5em;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #333;
  font-size: 1.5rem;
}
.products_list .col a > .heading01 + figure,
.products_list .col a > .heading02 + figure {
  margin-top: 20px;
}
.products_list .col a > .heading01 + figure img,
.products_list .col a > .heading02 + figure img {
  width: 100%;
}
.products_list .col a:hover img,
.products_list .col a:hover span::before,
.products_list .col a:hover b {
  opacity: .7;
  text-decoration: underline;
  color: #01508e;
}
.products_list .col a:hover > .heading01,
.products_list .col a:hover > .heading02 {
  opacity: .7;
  text-decoration: underline;
  color: #01508e;
  font-weight: 500;
}
.products_list .col .link_list {
  margin-top: 10px;
}
.products_list .col .link_list li {
  position: relative;
  margin-top: 5px;
  padding-left: 1.5em;
  letter-spacing: -.1em;
}
.products_list .col .link_list li::before {
  position: absolute;
  top: .68em;
  left: -.3em;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_list .col .link_list li a {
  letter-spacing: .05em;
  line-height: 1.67;
  line-height: calc(25 / 15);
  color: #333;
  font-size: 1.5rem;
}
.products_list .col .link_list li a:hover {
  text-decoration: underline;
  color: #00508e;
}
.products_list .col .link_list.col_triple {
  display: flex;
  flex-wrap: wrap;
}
.products_list .col .link_list.col_triple li {
  width: calc((100% - 1px) / 3);
}
.products_list .col .link_select {
  display: none;
}
.products_list .col_double {
  width: calc(100% / 2);
}
.products_list .col_double .link_select {
  width: 50%;
}
.products_list.ver02 {
  margin-top: 0;
}
.products_list.ver02 .col:nth-of-type(n+5) {
  margin-top: 60px;
}
.products_list + .products_list.ver02 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .products_list {
    margin-top: 15px;
    justify-content: space-between;
  }
  .products_list .col {
    position: relative;
    width: calc((100% - 15px) / 2);
  }
  .products_list .col a span {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .products_list .col a span::before {
    display: none;
  }
  .products_list .col a b {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 5px;
    text-shadow: #fff 1px 0px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff -1px 0px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    text-align: center;
  }
  .products_list .col a:hover span::before,
  .products_list .col a:hover b {
    text-decoration: none;
    color: #333;
  }
  .products_list .col a > .heading01,
  .products_list .col a > .heading02 {
    margin-top: 15px;
    letter-spacing: .1em;
  }
  .products_list .col a > .heading01 + figure,
  .products_list .col a > .heading02 + figure {
    margin-top: 15px;
  }
  .products_list .col a > .heading01:nth-of-type(1), .products_list .col a > .heading01:nth-of-type(2),
  .products_list .col a > .heading02:nth-of-type(1),
  .products_list .col a > .heading02:nth-of-type(2) {
    margin-top: 0;
  }
  .products_list .col a .font_kerning {
    letter-spacing: -.1em;
    font-size: 1.45rem;
  }
  .products_list .col > .link_select + a {
    pointer-events: none;
  }
  .products_list .col .link_list {
    display: none;
  }
  .products_list .col .link_list.col_triple {
    display: none;
  }
  .products_list .col select {
    font-size: 16px;
  }
  .products_list .col select::-ms-expand {
    display: none;
  }
  .products_list .col option {
    font-size: 16px;
  }
  .products_list .col .link_select {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5%;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    width: 95%;
    padding: .375rem 1.3rem .375rem .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(/shared/images/common/icon_select.png);
    background-repeat: no-repeat;
    background-position: right 0.25em center;
    background-size: 7px 10px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.5);
    vertical-align: middle;
    line-height: 1.5;
    color: #333;
  }
  .products_list .col:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .products_list .col_double {
    width: 100%;
  }
  .products_list .col_double .link_select {
    width: 50%;
  }
  .products_list.ver02 .col:nth-of-type(n+5) {
    margin-top: 20px;
  }
  .products_list + .products_list.ver02 {
    margin-top: 30px;
  }
}
.dispBlock {
  display: block;
}

.colorRed {
  color: #ff0000;
}

@media only screen and (max-device-width: 320px) {
  .products_list .col a b,
  .products_list .col a .font_kerning {
    font-size: 1.3rem;
  }

  .products_list .col .link_select {
    font-size: 1.2rem;
  }
}
@media print {
  header.fixed {
    position: static;
  }

  .dummy {
    display: none !important;
  }

  .fixed_nav {
    position: static !important;
  }

  .pageTop {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
