#contents .inner,
#footer #btn_pagetop a,
#footer #sitemap_footer .col,
#footer .inner,
#header #nav_support .btn_list_contact .btn,
#header .inner,
#nav_global #header_search,
#nav_global .inner,
#nav_global .logo_header,
#nav_global .nav_global_list>li .hdg,
#nav_global .nav_global_list>li .list_detail,
#pathList .inner,
.btn_list_col2 .btn,
.btn_list_col2 .btn_catalog,
.btn_list_col2 .btn_contact,
.inner {
  box-sizing: border-box;
}

.icon_arrow_r {
  position: relative;
}

.icon_arrow_r:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  line-height: 1.4;
  font-size: 14px;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

input:placeholder-shown {
  font-size: 9pt;
}

input:-webkit-input-placeholder {
  font-size: 9pt;
}

input:-moz-placeholder,
input:-moz-placeholder {
  font-size: 9pt;
  opacity: 1;
}

input:-ms-input-placeholder {
  font-size: 9pt;
}

input[type=text] {
  font-size: 14px;
}

.ta_c {
  text-align: center;
}

.inr_wrap {
  width: 1200px;
  margin-inline: auto;
}

/* ???? */
.list_news th .date {
  font-size: 14px;
  vertical-align: top;
  margin-right: 10px;
}

.label {
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #8a8a8a;
  width: 80px;
  padding: 0 5px;
  line-height: 1.6;
  vertical-align: baseline;
  color: #8a8a8a;
  font-weight: 400;
}

.btn_more.ty1 a:after,
.btn_more.ty2 a:after {
  border-width: 2px;
  right: 20px;
}

.btn_more.ty1 a:after,
.btn_more.ty2 a:after,
.icon_arrow_r:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_more.ty1 a,
.btn_more.ty2 a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 16px 0;
  display: block;
  position: relative;
}

.btn_more.ty1:hover,
.btn_more.ty2:hover {
  opacity: .8;
}

.body_wrapper {
  padding-top: 105px;
  box-sizing: border-box;
}

.body_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #027571;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.link_btn {
  display: block;
  background-color: #027571;
  color: #fff;
}

.btn_more.ty1 {
  background: #007571;
  width: 280px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

.btn_more.ty1 a {
  padding: 16px 0;
}

#btn_pagetop {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 12;
  transition: all .2s;
  background: #007571;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
}

#btn_pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  background: url(/cms/tmc/css/img/icon_arrow_pagetop.png) center center no-repeat;
}

/*
#btn_pagetop a span {
  line-height: 65px;
}
*/

/* <!-- ?? ???? ?? --> */

header.renew2024,
footer {
  min-width: 1200px;
}

header .header_top a,
header .header_bottom a,
header .item_cnt a,
#sitemap_footer a:not(.head) {
  text-decoration: none;
  color: #000;
}

header .header_top a:hover,
header .header_bottom a:hover,
header .item_cnt a:hover,
#sitemap_footer a:hover {
  text-decoration: underline;
  color: #027571;
}

/* <!-- ?? header ?? --> */

header .nav_menu {
  gap: 32px;
}

header form {
  display: flex;
}

header {
  font-size: 14px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.080) 0 3px 8px;
}

header p,
header li {
  margin-bottom: 0;
}

.header_top .tel:hover,
.nav_menu .item a:hover,
.footer_contact a:hover {
  text-decoration: none;
}

header #nav_support {
  background-color: #ffffff;
}

header .inr {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 40px 0;
  align-items: center;
  background-color: #ffffff;
}

header .left {
  width: fit-content;
}

header .left h1 {
  margin-bottom: 0;
}

header .right {
  flex: 1;
}

header form {
  background: hsl(0deg 8% 90% / 80%);
  bottom: 10px;
  right: 0;
  padding: 3px 5px;
  margin-top: 6px;
}

header input[type="text"] {
  padding: 5px;
  border: 0;
  background: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.header_top>p, #header .header_top>p{
  margin-right: 8px;
}

.header_top {
  justify-content: flex-end;
  align-items: center;
}

.header_top .item {
  display: block;
  width: fit-content;
  border-left: solid 1px #DEDEDE;
  padding: 0 8px;
}

.header_top .item:first-child {
  border: none;
}

.header_top .header_top_menu {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header_top .tel {
  color: #027571;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.header_top .tel span::before {
  content: url(/cms/tmc/renew2024/img/icon_tel_black.svg);
  vertical-align: middle;
}

.header_bottom {
  justify-content: flex-end;
  align-items: center;
}

.nav_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  margin-right: 40px;
}

.nav_menu .item {
  font-size: 16px;
  font-weight: 600;
  line-height: inherit;
}

.nav_menu .item a {
  position: relative;
  display: block;
  padding: 31px 0 24px;
  color: #027571;
}

.nav_menu .item a:hover {
  color: #027571;
}

.nav_menu .item .menu_btn::after {
  position: absolute;
  left: 50%;
  content: '';
  width: 100px;
  height: 3px;
  background: #027571;
  bottom: 0;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: center top;
  /*??????????????????a????????????*/
  transition: transform 0.3s;
  /*?????*/
}

.nav_menu .item .menu_btn:hover::after {
  transform: translateX(-50%) scale(1, 1);
  /*?????x????1???????*/
}

.item_cnt_inr {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.item_cnt_inr a.head {
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.item_cnt_inr a.head::after {
  content: url("/cms/tmc/renew2024/img/arrow_green.svg");
  margin-left: 47px;
}

.item_cnt_inr img {
  width: 300px;
  height: auto;
  margin-right: 50px;
}

.item_cnt_inr .sub_menu {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.item_cnt {
  background-color: #F5F5F5;
  padding: 32px 2% 50px;
  width: 100%;
  display: none;
  transition: .2s;
  opacity: 0;
}

.item_cnt.active {
  display: block;
  opacity: 1;
}

.sub_item {
  width: calc(100% / 3);
}

.sub_item>a {
  display: block;
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.sub_item>a::before {
  content: url("/cms/tmc/renew2024/img/arrow_green.svg");
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: -15px;
}

.sub_item .sec_menu li, #header .sub_item .sec_menu li{
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0;
}

header .support_tel .txt_catch {
  margin-bottom: 0;
}

/* <!-- ?? header ?? --> */

section {
  margin-bottom: 80px;
}

footer {
  background-color: #fff;
}

/* <!-- ?? footer????? ?? --> */
.footer_contact {
  background-image: url(/cms/tmc/renew2024/img/footer_contact_bg.png);
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}

.footer_contact_inr {
  padding: 0 130px;
}

.footer_contact_inr .ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 26px;
}

.footer_contact_inr .box_white {
  background-color: #fff;
  padding: 20px 50px 25px;
  margin-bottom: 48px;
}

.footer_contact_inr .contact_tel {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}

.footer_contact_inr .contact_tel p {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0;
}

.footer_contact_inr .contact_tel p span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 7px;
}

.footer_contact_inr .contact_tel a {
  display: block;
  color: #027571;
  font-size: 53px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.footer_contact_inr .contact_tel a span::before {
  content: url(/cms/tmc/renew2024/img/icon_footer_contact_tel.svg);
  vertical-align: middle;
  margin-right: 10px;
}

.footer_contact_inr .btn_contact_wrap {
  justify-content: center;
  gap: 40px;
}

.footer_contact_inr .btn_contact_wrap .btn {
  width: calc(100% / 2);
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.footer_contact_inr .btn_contact_wrap .btn a {
  padding: 20px 0;
  color: #fff;
  display: block;
  transform: translateY(2px);
  text-decoration: none;
  line-height: 1;
}

.footer_contact_inr .btn_contact_wrap .btn a::after {
  content: url(/cms/tmc/renew2024/img/arrow_white.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.footer_contact_inr .btn_contact_wrap .btn_contact {
  background-color: #F3A42D;
}

.footer_contact_inr .btn_contact_wrap .btn_contact a::before {
  content: url(/cms/tmc/renew2024/img/icon_mail.svg);
  vertical-align: -3px;
  margin-right: 20px;
}

.footer_contact_inr .btn_contact_wrap .btn_catalog {
  background-color: #1690B9;
}

.footer_contact_inr .btn_contact_wrap .btn_catalog a::before {
  content: url(/cms/tmc/renew2024/img/icon_catalog.svg);
  vertical-align: -5px;
  margin-right: 20px;
}

.footer_contact_inr .btn_contact_wrap .btn_contact:hover,
.footer_contact_inr .btn_contact_wrap .btn_catalog:hover {
  opacity: .75;
}

.footer_contact_inr .box_line {
  position: relative;
  border: solid 2px #fff;
  padding: 34px 50px 30px;
}

.footer_contact_inr .box_line .txt_lines {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: inherit;
}

.footer_contact_inr .box_line::before {
  display: block;
  content: '';
  width: 60%;
  height: 4px;
  background-color: #027571;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer_contact_inr .btn_list_wrap {
  justify-content: center;
  gap: 40px;
}

.footer_contact_inr .btn_list_wrap .btn {
  width: calc(100% / 2);
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: inherit;
}

.footer_contact_inr .btn_list_wrap .btn a {
  padding: 16px 0;
  color: #027571;
  position: relative;
  display: block;
  text-decoration: none;
}

.footer_contact_inr .btn_list_wrap .btn a::after {
  content: url(/cms/tmc/renew2024/img/arrow_green.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#footer #sitemap_footer {
  padding: 50px 0 60px;
  background-color: #F0F0F0;
}

#footer #sitemap_footer .flex {
  justify-content: center;
  gap: 75;
}

#footer #sitemap_footer .col {
  width: 180px;
  padding-right: 0;
  display: block;
  clear: both;
}

#footer #sitemap_footer .list_footer {
  margin-bottom: 40px;
}

#footer #sitemap_footer .list_footer .head,
#footer #sitemap_footer .list_footer .head:hover {
  color: #027571;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: left;
  text-decoration: none;
}

#footer #sitemap_footer .list_footer .head:hover{
  text-decoration:underline;
}

#footer #sitemap_footer .list_footer.list_rec {
  margin-bottom: 25px;
}

#footer #sitemap_footer .list_footer.list_line {
  padding: 25px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  margin: 25px 0;
}

#footer #sitemap_footer .list_detail li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 13px;
}

#footer #sitemap_footer .list_detail li:last-child {
  margin-bottom: 0;
}

#footer #sitemap_footer .list_detail li::before {
  content: url(/cms/tmc/renew2024/img/arrow_green.svg);
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#footer #nav_utility {
  background-color: #f0f0f0;
  padding: 15px 0;
  border-top: solid 1px #DEDEDE;
}

#footer #nav_utility .inr_wrap {
  justify-content: center;
  gap: 16px;
}

#footer #nav_utility .nav_utility_list {
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#nav_utility .nav_utility_list li {
  margin-bottom: 0;
}

#footer #nav_utility .nav_utility_list li a {
  text-decoration: none;
  color: #000;
}

#footer #nav_utility .nav_utility_list li a:hover {
  text-decoration: underline;
  color: #027571;
}


#footer #nav_utility .bnr_facebook {
  width: 127px;
  margin-bottom: 0;
}

#footer #nav_utility .bnr_facebook img:hover {
  opacity: .75;
}

#footer #copyright {
  text-align: center;
  color: #fff;
  padding: 16px 0;
  background-color: #444444;
}

#footer #copyright p {
  margin-bottom: 0;
  line-height: inherit;
}

#btn_pagetop:hover {
  opacity: .75;
}

#footer .side_fixed {
  position: fixed;
  right: 0;
  bottom: 134px;
  z-index: 100;
}

#footer .side_fixed span {
  display: block;
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .1em;
}

#footer .side_fixed img {
  width: 26px;
  display: block;
  margin: 0 auto 6px;
}

#footer .side_fixed .btn {
  width: auto;
  height: 193px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  line-height: inherit;
}

#footer .side_fixed .btn a {
  display: block;
  text-decoration: none;
}

#footer .side_fixed .btn_contact {
  background-color: #F3A42D;
  margin-bottom: 15px;
}

#footer .side_fixed .btn_contact:hover {
  opacity: 1;
}

#footer .side_fixed .btn_catalog {
  background-color: #1690B9;
  margin-bottom: 0;
}

#footer .side_fixed .btn_contact_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#footer .side_fixed .btn a {
  padding: 10px 14px;
  box-sizing: border-box;
  transition: padding .2s;
}

#footer .side_fixed .btn_contact:hover a,
#footer .side_fixed .btn_catalog:hover a {
  padding: 10px 19px;
}

/* <!-- ?? footer????? ?? --> */

.isSP {
  display: none;
}

/*ぱんくず調整*/
.lower .bread_list_renew {
  margin-top: 22px;
  margin-inline: auto;
  background: #fff;
}

.lower .bread_list_renew ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.lower .bread_list_renew ul li,
.lower .bread_list_renew ul li a {
  color: #000;
}

.lower .bread_list_renew ul li {
  line-height: inherit;
  padding-right: 0;
  margin-right: 0;
}

.lower .bread_list_renew ul li a {
  text-decoration: underline;
}

.lower .bread_list ul li a,
.lower .bread_list ul li span {
  color: inherit;
  font-size: inherit;
}

.lower .bread_list_renew ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 6px 12px 0 12px;
  vertical-align: top;
  border-top: 1px solid #027571;
  border-right: 1px solid #027571;
  transform: rotate(45deg);
  position: static;
}

.sub_item .sec_menu li::marker {
  content: url(/cms/tmc/renew2024/img/arrow_black.svg);
}

header.scroll .right .header_top {
  display: none;
}

header.scroll .header_bottom .nav_menu .item:last-child {
  display: none
}

#contents {
  padding-top: 135px;
}

header.renew2024 #nav_support {
  display: none;
}

header.renew2024 #header.fixed {
  padding-bottom: 0;
}

#footer #sitemap_footer .inr_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 1200px;
  margin-inline: auto;
  background: none;
}

#footer #sitemap_footer .list_detail li:before {
  border: none;
}

#footer #sitemap_footer .list_detail li:before {
  top: .6em;
}

#footer #sitemap_footer .list_detail li:before,
.btn_list_col2 .btn a:before,
.icon_arrow_l:before {
  display: block;
  position: absolute;
  left: 0;
  margin-top: 0;
  width: 0;
  height: 0;
  border: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#footer #sitemap_footer .list_detail li:before,
.btn_list_col2 .btn a:before,
.icon_arrow_l:before {
  top: 0;
}

#contents > .mgbt48{
  margin-bottom: 48px !important;
}

.header_tel_pc{
  pointer-events: none;
}
.full_text_search form input.textbox_search {
    width: 50%;
}
.full_text_search form .btn_serarch_filter_01 {
    width: 150px;
    display: inline-block;
    position: relative;
}
.full_text_search form .btn_serarch_filter_01 input {
    height: 30px;
    min-width: 150px;
    padding: 0;
}
.full_text_search form .btn_serarch_filter_01:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3.5px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
    left: inherit;
    right: 12px;
}

.achievements_video {
    text-align: center;
}

