@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/*-------------------------------------------------------   MAIN1    -------------------------------------------------------*/
/*-----------  header  -----------*/
#logo {
  float: left;
  margin-top: 40px;
}

#gnb {
  float: right;
  padding-top: 50px;
  right: 0;
  position: absolute;
}

#header {
  width: 100%;
  height: 130px;
  border-top: 4px solid #f19100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  z-index: 999;
  transition: all 0.3s;
}

#header.scroll_on {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}

#header #header_inner {
  width: 1200px;
  height: 126px;
  margin: 0 auto;
  position: relative;
}

#topmenu {
  float: right;
  margin-top: 15px;
  z-index: 999;
  position: absolute;
  right: 0;
}

#topmenu > ul:after {
  content: "";
  display: block;
  clear: both;
}

#navi {
  position: relative;
}

.hidden {
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

.navigation {
  float: right;
}

.navigation > li {
  position: relative;
  float: left;
  width: 190px;
  z-index: 999;
}

.navigation .main-menu {
  display: block;
  padding-bottom: 46px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.navigation .main-menu:hover {
  color: #f19100;
}

.navigation > li:hover .main-menu {
  color: #f19100;
}

.navigation > li:hover .main-menu:after {
  content: "";
  display: block;
  width: 90%;
  height: 4px;
  background: #f19100;
  position: absolute;
  top: 65px;
  left: 0;
}

.navigation .main-menu.scroll_on {
  color: #666;
}

.navigation .sub-menu {
  z-index: 888;
  display: none;
  padding: 20px 0;
  width: 100%;
}

.navigation .sub-menu a {
  display: block;
  line-height: 1.2;
  font-size: 16px;
  color: #666;
  padding: 9px 0;
  width: 100%;
}

.navigation .sub-menu a:hover {
  color: #f19100;
}

.nav-bg {
  z-index: 1;
  display: none;
  position: absolute;
  top: 126px;
  width: 100%;
  height: 180px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.navigation {
  position: relative;
}
.navigation:before {
  content: "";
  display: inline-block;
  width: 150vw;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 66px;
  left: -80%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  transition: height 0.5s;
}
.navigation:hover:before {
  display: block;
}

.depth2 .depth2_panel {
  display: none;
}
.depth2 .depth2_panel:checked ~ .depth2_sub {
  height: auto;
  opacity: 1;
}
.depth2 .depth2_panel:checked ~ .depth2_menu {
  color: #f19100;
}
.depth2 .depth2_panel:checked ~ .depth2_menu span:after {
  opacity: 0;
}
.depth2 .depth2_panel:checked ~ .depth2_menu span:before {
  background: #f19100;
}
.depth2 .depth2_menu {
  display: block;
  line-height: 1.2;
  font-size: 16px;
  color: #666;
  padding: 9px 0;
  width: 100%;
  cursor: pointer;
}
.depth2 .depth2_menu span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.depth2 .depth2_menu span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.depth2 .depth2_menu span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.depth2 .depth2_menu:hover {
  color: #f19100;
}
.depth2 .depth2_menu:hover span:before, .depth2 .depth2_menu:hover span:after {
  background: #f19100;
}
.depth2 .depth2_sub {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}
.depth2 .depth2_sub a {
  font-size: 14px;
  padding: 6px 0 6px 10px;
  color: #999;
}
.depth2 .depth2_sub a:hover {
  color: #f19100;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}

.login-bar {
  padding: 0;
  text-align: center;
  float: right;
  z-index: 2;
  position: relative;
}

.scroll_on .login-bar li {
  border: 1px solid #555;
}

.scroll_on .login-bar li a {
  color: #555;
}

.login-bar li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 11px;
  margin-bottom: 10px;
}

.login-bar li a {
  font-size: 12px;
  line-height: 22px;
  padding: 0 14px;
  color: #fff;
  font-weight: 500;
}

.login-bar .material-icons {
  display: block;
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 18px;
  color: #fff;
}

.login-bar li.lang_show {
  padding-right: 12px;
  background-color: #000;
  border: 1px solid #000;
}

.login-bar li.lang_show a {
  display: block;
  width: 55px;
  color: #fff;
}

.login-bar li ul {
  position: absolute;
  left: -11px;
  top: 31px;
}

.login-bar li ul li {
  padding-right: 12px;
}

.login-bar li ul li a {
  display: block;
  margin-bottom: 38px;
  width: 55px;
}

.login-bar .lang_list {
  display: none;
  position: absolute;
  background-color: #000;
  width: 71px;
  left: -3px;
  border-radius: 10px;
  padding: 5px 0;
  top: -1px;
}

.login-bar .lang_list dd a {
  color: #fff;
  font-weight: 400;
  position: relative;
  line-height: 26px;
}

.login-bar .lang_list dd a i {
  color: #fff !important;
  right: -8px !important;
  top: 5px !important;
}

/*-----------  footer  -----------*/
#footer {
  width: 100%;
}

#footer #foot_top {
  background: #c7c7c7;
}

.foot_navi {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0px;
}

.foot_navi:after {
  content: "";
  display: block;
  clear: both;
}

.foot_navi li {
  float: left;
  padding-right: 15px;
}

.foot_navi li a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.foot_navi li:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #f19100;
  border-radius: 50%;
  vertical-align: super;
  margin-left: 15px;
}

.foot_navi li:last-child:after {
  display: none;
}

#foot_area {
  display: flex;
  gap: 60px;
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0px 45px 0px;
}
#foot_area .foot_logo {
  width: 195px;
}
#foot_area .foot_info {
  width: calc(100% - 235px);
}

.address {
  color: #888;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.address .bold_black {
  font-weight: 400;
  font-size: 16px;
}

/*-----------  main_visual -----------*/
.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual-caption {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 330px;
  text-align: center;
  z-index: 99;
}

.main-visual-caption h1 {
  font-size: 55px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.main-visual-caption > h1 span {
  font-size: 55px;
  font-weight: bold;
  color: #f19100;
  line-height: inherit;
  display: inline-block;
}

.main-visual-caption > p {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-top: 28px;
}

.caption_list {
  margin-top: 100px;
  display: inline-block;
}

.caption_list:after {
  content: "";
  display: block;
  clear: both;
}

.caption_list li {
  float: left;
  width: 75px;
  margin-right: 195px;
}

.caption_list li:last-child {
  margin-right: 0px;
}

.caption_list li a p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
}

#main_slide {
  display: block;
  height: 865px;
}
#main_slide .item {
  height: 865px;
}

#main_slide .main-img01 {
  background: url("/images/mtl01-19-0009/main/main_visual.png") no-repeat center center/cover;
}

#main_slide .main-img02 {
  background: url("/images/mtl01-19-0009/main/main_visual01.jpg") no-repeat center center/cover;
}

#main_slide .main-img03 {
  background: url("/images/mtl01-19-0009/main/main_visual01.jpg") no-repeat center center/cover;
}

#main_slide.owl-carousel .owl-dots {
  width: 160px;
  left: 50%;
  margin-left: -80px;
  position: absolute;
  bottom: 30px;
}

#main_slide.owl-carousel .owl-dots .owl-dot {
  width: 45px;
  height: 5px;
  margin: 0px 4px;
  border-radius: 0px;
  background: #fff;
  border: none;
  cursor: pointer;
}

#main_slide.owl-carousel .owl-dots .owl-dot.active {
  background: #f19100;
}

#main_slide.owl-carousel .owl-nav.disabled, #main_slide.owl-carousel .owl-dots.disabled {
  display: none;
}

#main_slide.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  width: 80px;
  height: 21px;
  background: url("/images/mtl01-19-0009/main/main_arrow01.png") no-repeat center center;
  text-indent: -9999px;
  position: absolute;
  top: 55%;
  left: 50px;
  z-index: 9999;
  border: none;
  cursor: pointer;
}

#main_slide.owl-carousel .owl-nav .owl-next {
  display: inline-block;
  width: 80px;
  height: 21px;
  background: url("/images/mtl01-19-0009/main/main_arrow02.png") no-repeat center center;
  text-indent: -9999px;
  position: absolute;
  top: 55%;
  right: 50px;
  z-index: 9999;
  border: none;
  cursor: pointer;
}

/*-----------  main_section01 -----------*/
.content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

#contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contents p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-weight: 300;
}

#section01 {
  background: #f5f5f5;
  padding: 60px 0px 80px 0px;
}

#section01 .section01_inner {
  width: 1200px;
  margin: 0 auto;
}

#contents .section_top {
  margin-bottom: 50px;
  text-align: center;
}

#contents .section_top .section_title {
  font-size: 42px;
  color: #f19100;
  font-weight: 500;
  margin-bottom: 20px;
}

#contents .section_top .section_title:before {
  content: "";
  display: block;
  width: 2px;
  height: 65px;
  background: #f19100;
  margin: 0 auto;
  margin-bottom: 20px;
}

#contents .section_top .section_stitle {
  font-size: 18px;
  color: #888;
  font-weight: 300;
}

#section01 .about_list:after {
  content: "";
  display: block;
  clear: both;
}

#section01 .about_list li {
  float: left;
  width: 380px;
  margin-right: 30px;
  border: 1px solid #e7e7e7;
  background: #fff;
  position: relative;
}

#section01 .about_list li img {
  transition: all 0.3s;
}

/* #section01 .about_list li:hover img { transform: scale(1.1); transition:all 0.3s;} */
#section01 .about_list li:last-child {
  margin-right: 0px;
}

#section01 .about_list li .about_txt {
  padding: 30px 30px 25px 30px;
}

#section01 .about_list li .about_txt h3 {
  font-size: 24px;
  color: #f19100;
  font-weight: 500;
  margin-bottom: 25px;
  background: url("/images/mtl01-19-0009/main/about_arrow.png") no-repeat right center;
}

#section01 .about_list li .about_txt p {
  min-height: 48px;
  letter-spacing: -0.2px;
}

#section01 .about_list li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0%;
  background: #f19100;
  position: absolute;
  top: 0;
  transition: all 0.3s;
}

#section01 .about_list li:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 2px;
  background: #f19100;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

#section01 .about_list li > a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0%;
  background: #f19100;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

#section01 .about_list li > a:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 2px;
  background: #f19100;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}

#section01 .about_list li .list_img {
  overflow: hidden;
}

#section01 .about_list li:hover a img {
  transform: scale(1.1);
}

#section01 .about_list li:hover:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% + 4px);
  background: #f19100;
  position: absolute;
  top: -2px;
  left: -2px;
  transition: all 0.3s;
}

#section01 .about_list li:hover:after {
  content: "";
  display: inline-block;
  width: calc(100% + 2px);
  height: 2px;
  background: #f19100;
  position: absolute;
  top: -2px;
  left: 0px;
  transition: all 0.3s;
}

#section01 .about_list li:hover > a:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% + 2px);
  background: #f19100;
  position: absolute;
  top: -2px;
  right: -2px;
  transition: all 0.3s;
}

#section01 .about_list li:hover > a:after {
  content: "";
  display: inline-block;
  width: calc(100% + 4px);
  height: 2px;
  background: #f19100;
  position: absolute;
  bottom: -2px;
  right: -2px;
  transition: all 0.3s;
}

/*-----------  main_section02 -----------*/
#section02 {
  background: #999 url("/images/mtl01-19-0009/main/creation_bg.png") no-repeat center center;
  padding: 60px 0px 45px 0px;
}

#section02 .section02_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#contents #section02 .section_top .section_title {
  color: #fff;
}

#contents #section02 .section_top .section_title:before {
  background: #fff;
}

#contents #section02 .section_top .section_stitle {
  color: #fff;
}

#section02 #creation_slide {
  width: 490px;
  overflow: hidden;
}

#section02 .creation_box {
  display: inline-block;
  width: 490px;
  height: 470px;
  background: #f19100;
  overflow: hidden;
  position: relative;
  top: 95px;
}

#section02 #creation_slide {
  display: inline-block;
}

#section02 #creation_slide .item {
  width: 490px;
  height: 470px;
  display: inline-block;
  padding: 50px 50px 100px 50px;
  color: #fff;
}

#section02 #creation_slide .item h4 {
  font-size: 50px;
  font-weight: 400;
}

#section02 #creation_slide .item h3 {
  font-size: 50px;
  margin: 65px 0px 28px 0px;
}

#contents #section02 p {
  color: #fff;
}

#section02 #creation_slide .item a {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 25px;
  float: right;
  margin-top: 50px;
  transition: all 0.3s;
}

#section02 #creation_slide .item a:hover {
  background: #fff;
  color: #f19100;
  transition: all 0.3s;
}

#section02 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 5;
  display: inline-block;
  line-height: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#section02 h1 span {
  color: #f19100;
  font-size: 50px;
  font-weight: 300;
}

#section02 #creation_slide.owl-carousel .owl-nav {
  position: absolute;
  top: 57px;
  right: 50px;
}

#section02 #creation_slide.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
}

#section02 #creation_slide.owl-carousel .owl-nav button span {
  display: none;
}

#section02 #creation_slide.owl-carousel .owl-nav .owl-prev {
  background: url("/images/mtl01-19-0009/main/creation_arrow01.png") no-repeat right center;
}

#section02 #creation_slide.owl-carousel .owl-nav .owl-next {
  background: url("/images/mtl01-19-0009/main/creation_arrow02.png") no-repeat right center;
}

/*-----------  main_section03 -----------*/
#section03 {
  padding: 110px 0px 80px 0px;
}

#section03 .section03_inner {
  width: 1200px;
  margin: 0 auto;
}

#section03 .section_top .section_title {
  display: inline-block;
  line-height: 47px;
}

#section03 .section_ul {
  display: flex;
  gap: 60px;
}
#section03 .section_ul .section_top {
  text-align: left;
  width: 326px;
}
#section03 .section_ul .m_notice {
  width: calc(100% - 386px);
}
#section03 .section_ul .m_notice ul {
  display: block;
  width: 100%;
  border-top: 1px solid #f19100;
}
#section03 .section_ul .m_notice li {
  float: none;
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
#section03 .section_ul .m_notice li a {
  display: block;
  position: relative;
  transform: unset;
  top: unset;
  left: unset;
  height: auto;
  padding: 30px 15px;
}
#section03 .section_ul .m_notice li a span {
  display: inline-block;
  width: 100%;
}
#section03 .section_ul .m_notice li a span.notice_date {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 15px;
}
#section03 .section_ul .m_notice li a span.notice_tit {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#section03 .section_ul .m_notice li a:hover span {
  color: #f19100;
}

/*-------------------------------------------------------   SUB    -------------------------------------------------------*/
.contents_sub {
  width: 1200px !important;
  margin: 0 auto 50px auto !important;
}

#contents .con_title {
  text-align: center;
  padding: 60px 0px 60px 0px;
}

#contents .con_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #f19100;
  margin: 0 auto;
  margin-top: 20px;
}

#contents .con_title h3 {
  font-size: 38px;
  color: #333;
}

.sub_visual {
  width: 100%;
  height: 380px;
  display: table;
  background: url("/images/mtl01-19-0009/sub/sub_visual.png") no-repeat center center/cover;
}

.sub_visual h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 48px;
  padding-top: 130px;
}

.sub_visual h1 span {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 1;
}

#contents .sub_con > section {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#contents .sub_con > section:not(:first-child) {
  padding-top: 80px;
}
#contents .sub_con > section.bgY {
  width: 100%;
  padding: 0;
  background: #f5f5f5;
}
#contents .sub_con > section.bgY .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
#contents .sub_con .txt {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  word-break: keep-all;
  font-weight: 400;
}
#contents .sub_con .txt span {
  color: #f19100;
  font-size: inherit;
}
#contents .sub_con .txt b {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  transform: rotate(0.04deg);
}
#contents .sub_con .dotList.flex_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
#contents .sub_con .dotList.flex_2 > li {
  width: calc(50% - 10px);
}
#contents .sub_con .dotList.flex_2 > li:nth-last-child(2) {
  margin-bottom: 0;
}
#contents .sub_con .dotList > li {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  word-break: keep-all;
  font-weight: 400;
  padding-left: 12px;
}
#contents .sub_con .dotList > li span {
  color: #f19100;
  font-size: inherit;
}
#contents .sub_con .dotList > li b {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  transform: rotate(0.04deg);
}
#contents .sub_con .dotList > li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #f19100;
  position: absolute;
  top: 11px;
  left: 0;
}
#contents .sub_con .dotList > li.sup:before {
  top: 16px;
}
#contents .sub_con .dotList > li:not(:last-child) {
  margin-bottom: 10px;
}
#contents .sub_con .dotList > li.w100p {
  width: 100% !important;
}
#contents .sub_con .dotList > li b {
  font-size: inherit;
  font-weight: 400;
  color: #333;
}
#contents .sub_con .dotList_area {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}
#contents .sub_con h5.barTit {
  position: relative;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #333;
  padding-top: 17px;
  margin-bottom: 40px;
}
#contents .sub_con h5.barTit:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #f19100;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .sub_con .sTit {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
#contents .sub_con .img_area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  justify-content: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 30px;
  text-align: center;
}
#contents .sub_con .img_area.flex_2 p, #contents .sub_con .img_area.flex_2 dl {
  width: calc((100% - 40px) / 2);
}
#contents .sub_con .img_area.flex_3 p, #contents .sub_con .img_area.flex_3 dl {
  width: calc((100% - 80px) / 3);
}
#contents .sub_con .img_area.img_area_txt dd {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-top: 10px;
}
#contents .sub_con .prd_kind .kind_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#contents .sub_con .prd_kind .kind_area ul li {
  width: calc(50% - 10px);
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  word-break: keep-all;
  font-weight: 400;
  color: #333;
  font-weight: 400;
  border: 1px solid #e0e0e0;
  padding: 12px;
}
#contents .sub_con .prd_kind .kind_area ul li span {
  color: #f19100;
  font-size: inherit;
}
#contents .sub_con .prd_kind .kind_area ul li b {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  transform: rotate(0.04deg);
}
#contents .sub_con table.t_base {
  width: 100%;
  border-top: 1px solid #333;
}
#contents .sub_con table.t_base th, #contents .sub_con table.t_base td {
  font-size: 16px;
  line-height: 24px;
  padding: 30px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
#contents .sub_con table.t_base th {
  font-weight: 400;
  color: #333;
}
#contents .sub_con table.t_base td {
  font-weight: 300;
  color: #666;
  background: #fff;
}
#contents .sub_con table.t_base td:not(:first-child) {
  border-left: 1px solid #e0e0e0;
}
#contents .sub_con table.t_base td b {
  font-weight: 400;
}
#contents .sub_con table.t_base thead th {
  background: #fff9f2;
}
#contents .sub_con table.t_base thead th:not(:first-child) {
  border-left: 1px solid #e0e0e0;
}
#contents .sub_con table.t_base tbody th {
  background: #fafdff;
}
#contents .sub_con table.t_base .dotList li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
#contents .sub_con table.t_base .dotList li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #f19100;
  position: absolute;
  top: 10px;
  left: 0;
}
#contents .sub_con table.t_base .dotList li:not(:last-child) {
  margin-bottom: 5px;
}
#contents .sub_con .mt20 {
  margin-top: 20px;
}
#contents .sub_con .mt40 {
  margin-top: 40px;
}
#contents .sub_con .mt50 {
  margin-top: 50px;
}
#contents .sub_con .mt60 {
  margin-top: 60px;
}
#contents .sub_con .alignC {
  text-align: center;
}
#contents .sub_con .pd30 {
  padding: 30px;
}

#contents .sub1_1 .bg_txt {
  background: #f19100;
  padding: 50px;
  margin-bottom: 50px;
}
#contents .sub1_1 .bg_txt p {
  position: relative;
  padding: 60px 0;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
#contents .sub1_1 .bg_txt p b {
  font-weight: 500;
}
#contents .sub1_1 .bg_txt p:before, #contents .sub1_1 .bg_txt p:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#contents .sub1_1 .bg_txt p:before {
  background: url(/images/mtl01-19-0009/sub/quotes01.png);
  top: 0;
}
#contents .sub1_1 .bg_txt p:after {
  background: url(/images/mtl01-19-0009/sub/quotes02.png);
  bottom: 0;
}
#contents .sub1_1 .history {
  position: relative;
  padding-top: 80px;
}
#contents .sub1_1 .history:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 160px);
  background: #ccc;
  position: absolute;
  top: 80px;
  left: 50%;
}
#contents .sub1_1 .history:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(/images/mtl01-19-0009/sub/1_1_shape.png) no-repeat 0 0;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#contents .sub1_1 .history > div {
  position: relative;
  padding-bottom: 80px;
}
#contents .sub1_1 .history > div:first-child {
  margin-top: 80px;
}
#contents .sub1_1 .history > div:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  position: absolute;
  top: 8px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
#contents .sub1_1 .history > div:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 11px;
  left: 50%;
}
#contents .sub1_1 .history > div:nth-child(odd) {
  padding-left: calc(50% + 60px);
}
#contents .sub1_1 .history > div:nth-child(even) {
  padding-right: calc(50% + 60px);
  text-align: right;
}
#contents .sub1_1 .history > div:nth-child(even):after {
  left: calc(50% - 50px);
}
#contents .sub1_1 .history > div:nth-child(even) .txt dl {
  justify-content: flex-end;
}
#contents .sub1_1 .history .year {
  font-size: 24px;
  line-height: 1;
  color: #f19100;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents .sub1_1 .history .txt dl {
  display: flex;
}
#contents .sub1_1 .history .txt dl:not(:last-child) {
  margin-bottom: 10px;
}
#contents .sub1_1 .history .txt dt {
  width: 40px;
  color: #555;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
#contents .sub1_1 .history .txt dd {
  width: calc(100% - 40px);
  text-align: left;
}

#contents .sub2_1 .box_txt {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 40px;
}
#contents .sub2_1 .box_txt:before {
  content: "";
  display: inline-block;
  width: 816px;
  height: 1px;
  background: #bfc2c5;
  position: absolute;
  bottom: 0;
  left: 192px;
}
#contents .sub2_1 .box_txt > div {
  position: relative;
  width: calc((100% - 20px) / 3);
}
#contents .sub2_1 .box_txt > div:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #bfc2c5;
  position: absolute;
  bottom: -40px;
  left: 50%;
}
#contents .sub2_1 .box_txt .area {
  border: 1px solid #e0e0e0;
  border-top: 0;
  height: calc(100% - 64px);
}
#contents .sub2_1 .box_txt .tit {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  background: #6c6c6c;
  line-height: 1;
  padding: 22px 0;
}
#contents .sub2_1 .box_txt .logo_area {
  padding: 15px 0;
  background: #f9f9f9;
}
#contents .sub2_1 .box_txt .txt {
  padding: 30px;
}
#contents .sub2_1 .total {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
#contents .sub2_1 .total:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #bfc2c5;
  position: absolute;
  top: 0;
  left: 50%;
}
#contents .sub2_1 .total:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bfc2c5;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
#contents .sub2_1 .total p {
  max-width: 450px;
  background: #f19100;
  margin: 10px auto 0;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
}

#contents .sub3_11 .box_txt {
  position: relative;
  display: flex;
  gap: 20px;
}
#contents .sub3_11 .box_txt > div {
  position: relative;
  width: calc((100% - 20px) / 3);
}
#contents .sub3_11 .box_txt .area {
  border: 1px solid #e0e0e0;
  border-top: 0;
  height: calc(100% - 64px);
}
#contents .sub3_11 .box_txt .pic_area img {
  width: 100%;
}
#contents .sub3_11 .box_txt .tit {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  background: #6c6c6c;
  line-height: 1;
  padding: 22px 0;
}
#contents .sub3_11 .box_txt .txt {
  padding: 30px;
}

#contents .sub3_12 .prd_kind .kind_area ul li span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  font-weight: 300;
}

#contents .sub3_13 .flex_area {
  display: flex;
  gap: 40px;
}
#contents .sub3_13 .flex_area > div {
  width: calc(50% - 20px);
}
#contents .sub3_13 .flex_area .img_area {
  padding: 0;
}
#contents .sub3_13 .flex_area .img_area img {
  width: 100%;
}
#contents .sub3_13 .prd_kind .kind_area ul li span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  font-weight: 300;
}

#contents .sub3_14 .flex_area {
  display: flex;
  gap: 40px;
}
#contents .sub3_14 .flex_area > div {
  width: calc(50% - 20px);
}
#contents .sub3_14 .flex_area .img_area {
  padding: 20px 0 0 0;
}
#contents .sub3_14 .prd_kind .kind_area ul li span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #666;
  line-height: 1.2;
  font-weight: 300;
}

#contents .sub3_21 .t_base th b, #contents .sub3_21 .t_base td b {
  font-weight: 500;
  color: #9f3026;
}
#contents .sub3_21 .t_base .last td {
  font-weight: 600;
}
#contents .sub3_21 .t_base .last td:first-child {
  color: #01afdb;
}
#contents .sub3_21 .t_base .last td:last-child {
  color: #f28f00;
}
#contents .sub3_21 .pic_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#contents .sub3_21 .pic_area ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
}
#contents .sub3_21 .pic_area ul li img {
  width: 100%;
}
#contents .sub3_21 .pic_area ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 0;
}
#contents .sub3_21 .dotList li b {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}


		