@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}

a{
  text-decoration: none;
}





header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 20, 50, 0.8);
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  width: 240px;
  height: auto;
  margin-top: 13px;
  text-align: justify;
  line-height: 25px;
}
.header_left a{
  color: #FFF9EB;
  transition: 0.3s;
  opacity: 1;
}
.header_left a:hover{
  opacity: 0.6;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #FFF9EB;
  transition: 0.3s;
  opacity: 1;
}
.header_right a:hover{
  opacity: 0.6;
}
.header_hamburger{
  display: none;
}





main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FCF5E5;
}

.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #3F1400;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.main_view h1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FCF5E5;
  text-align: center;
  text-shadow: 0 0 5px #FFFFFF;
  font-weight: 500;
}
.main_view h1 span{
  display: block;
  font-size: 1.5em;
}
.main_view img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}



.c_one_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 100px 0;
}

.c_one{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0px auto;
}
.c_one_left{
  display: block;
  position: relative;
  width: 550px;
  height: 450px;
  background-image: url("../img/ceo.jpg");
  background-size: 120%;
  background-position: bottom left;
}


.c_one_right{
  display: block;
  position: relative;
}

.c_one h1{
  display: block;
  text-align: justify;
  font-size: 70px;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_one h1 span{
  display: block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c_one p{
  display: block;
  width: 500px;
  margin: 40px 0 0 0;
  font-size: 20px;
  color: #FEF8E8;
  text-align: justify;
}

.name{
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0px;
  width: 200px;
  z-index: 9999;
}


.main_phot1{
  display: block;
  width: 100%;
  height: 500px;
  background-color: #B4B4B4;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.main_phot2{
  display: block;
  width: 100%;
  height: 500px;
  background-color: #B4B4B4;
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.main_phot3{
  display: block;
  width: 100%;
  height: 500px;
  background-color: #B4B4B4;
  background-image: url("../img/lobby.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.main_phot4{
  display: block;
  width: 100%;
  height: 500px;
  background-color: #B4B4B4;
  background-image: url("../img/phot3.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}




.c_two_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 100px 0;
}

.c_two{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0px auto;
}
.c_two_right{
  display: block;
  width: 450px;
  height: auto;
/*
  background-image: url("../img/c_one_left_phot.png");
  background-size: cover;
  background-position: center center;
*/
}

.c_two h1{
  display: block;
  text-align: justify;
  font-size: 70px;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_two h1 span{
  display: block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c_two p{
  display: block;
  width: 600px;
  margin: 40px 0 0 0;
  font-size: 20px;
  color: #FEF8E8;
  text-align: justify;
}

.pick_up{
  display: block;
  width: 96%;
  height: auto;
  margin: 25px auto 0;
  border: double 8px #F0B652;
  background-color: rgba(0, 20, 50, 1);
  text-align: center;
  padding: 20px 0;
  color: #F0B652;
  font-size: 20px;
}




.c_three_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 100px 0;
}

.c_three{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0px auto;
}
.c_three_right{
  display: block;
  width: 450px;
  height: 580px;
  background-image: url("../img/select.jpg");
  background-size: cover;
  background-position: center center;
}

.c_three h1{
  display: block;
  text-align: justify;
  font-size: 70px;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_three h1 span{
  display: block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c_three p{
  display: block;
  width: 600px;
  margin: 40px 0 0 0;
  font-size: 20px;
  color: #FEF8E8;
  text-align: justify;
}







.c_four_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 100px 0;
}

.c_four{
  display: block;
  justify-content: space-between;
  width: 1200px;
  margin: 0px auto;
}
.c_four_flex{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: auto;
  margin: 80px auto 0;
}

.c_four h1{
  display: block;
  text-align: center;
  font-size: 70px;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_four h1 span{
  display: block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.c_four_flex_box{
  display: block;
  width: 380px;
  height: auto;
}
.c_f_b_fhot1{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #260000;
  background-image: url("../img/pick_up1.jpg");
  background-size: cover;
  background-position: center center;
}
.c_f_b_fhot2{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #260000;
  background-image: url("../img/pick_up2.jpg");
  background-size: cover;
  background-position: center center;
}
.c_f_b_fhot3{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #260000;
  background-image: url("../img/pick_up3.jpg");
  background-size: cover;
  background-position: center center;
}
.c_f_b_title{
  display: block;
  color: #FCB437;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 25px;
}
.c_four_flex_box p{
  display: block;
  text-align: justify;
  color: #FCF5E5;
}



.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: rgba(0, 20, 50, 1);
}

.contact{
  display: block;
  width: 800px;
  margin: auto;
}
.contact h1{
  display: block;
  font-size: 70px;
  margin-top: 0px;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  width: 500px;
  text-align: center;
  color: #FAF2E2;
}
.contact h1 span{
  display: block;
  font-size: 14px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: -25px auto 0;
  border: double 8px #F0B652;
  background-color: rgba(0, 20, 50, 1);
  text-align: center;
  padding: 30px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #FAF2E2;
}
.tel span{
  font-size: 18px;
  color: #FAF2E2;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #000A1A;
  padding: 5px 0;
  color: #EEEEE1;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #000F28;
}

.footer_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 80px 0 0 0;
}
.footer_nk a{
  transition: 0.3s;
  opacity: 1;
}
.footer_nk a:hover{
  opacity: 0.6;
}
.footer_up{
  display: block;
  width: 300px;
  height: auto;
  margin: 0;
  text-align: center;
  line-height: 100px;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #0D0D0D;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 40vw;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 40vw;
  margin: -25px auto 0;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
  color: #FCF2E0;
  text-shadow: 0 0 5px #FFFFFF;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 10vw auto;
  padding-bottom: 0px;
  padding-top: 0px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #001434;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #000F2A;
  color: #FCF5E5;
  font-weight: bold;
}
.company table tr td{
  width: 537px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FEF5E3;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}









@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 20, 50, 0.8);
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  width: 140px;
  height: auto;
  margin-top: 13px;
  text-align: justify;
  line-height: 25px;
}
.header_left a{
  color: #FFF9EB;
  transition: 0.3s;
  opacity: 1;
}
.header_left a:hover{
  opacity: 0.6;
}

.header_right{
  display: none;
  justify-content: space-between;
  margin-top: 35px;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #FFF9EB;
  transition: 0.3s;
  opacity: 1;
}
.header_right a:hover{
  opacity: 0.6;
}

.header_hamburger{
  display: block;
}
/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  top: 0px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  z-index: 999999;
  width: 44%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background-color: #001434;
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #FFFFFF;
}
.navigation__list-item:first-child {
  border-top: solid 1px #FFFFFF;
  margin-top: 100px;
}
.navigation__link {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #89A2D0; 
  }
}

  
  




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FCF5E5;
}

.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vw;
  background-color: #3F1400;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center bottom;
  background-attachment: local;
}
.main_view h1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FCF5E5;
  text-align: center;
  text-shadow: 0 0 5px #FFFFFF;
  font-weight: 500;
}
.main_view h1 span{
  display: block;
  font-size: 1.5em;
}
.main_view img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
}



.c_one_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 10vw 0;
}

.c_one{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 0px auto 13vw;
}
.c_one_left{
  display: block;
  position: relative;
  width: 100%;
  height: 80vw;
  background-image: url("../img/ceo.jpg");
  background-size: 120%;
  background-position: bottom left;
}


.c_one_right{
  display: block;
  position: relative;
}

.c_one h1{
  display: block;
  text-align: justify;
  font-size: 15vw;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_one h1 span{
  display: block;
  font-size: 5vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c_one p{
  display: block;
  width: 100%;
  margin: 4vw 0 0 0;
  font-size: 4vw;
  color: #FEF8E8;
  text-align: justify;
}

.name{
  display: block;
  position: absolute;
  bottom: -15vw;
  right: 0px;
  width: 50vw;
  z-index: 9999;
}


.main_phot1{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #B4B4B4;
  background-image: url("../img/phot1.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: local;
}
.main_phot2{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #B4B4B4;
  background-image: url("../img/phot2.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: local;
}
.main_phot3{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #B4B4B4;
  background-image: url("../img/lobby.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: local;
}
.main_phot4{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #B4B4B4;
  background-image: url("../img/phot3.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: local;
}




.c_two_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 10vw 0;
}

.c_two{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.c_two_right{
  display: block;
  width: 100%;
  height: auto;
/*
  background-image: url("../img/c_one_left_phot.png");
  background-size: cover;
  background-position: center center;
*/
  margin-top: 10vw;
}

.c_two h1{
  display: block;
  text-align: justify;
  font-size: 15vw;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  color: #F0B652;
}
.c_two h1 span{
  display: block;
  font-size: 5vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c_two p{
  display: block;
  width: 100%;
  margin: 4vw 0 0 0;
  font-size: 4vw;
  color: #FEF8E8;
  text-align: justify;
}

.pick_up{
  display: block;
  width: 95%;
  height: auto;
  margin: 4vw auto 0;
  border: double 8px #F0B652;
  background-color: rgba(0, 20, 50, 1);
  text-align: center;
  padding: 3vw 0;
  color: #F0B652;
  font-size: 3.5vw;
}




.c_three_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 10vw 0;
}

.c_three{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 0px auto;
}
.c_three_right{
  display: block;
  width: 100%;
  height: 50vw;
  background-image: url("../img/select.jpg");
  background-size: cover;
  background-position: center center;
  margin-top: 10vw
}

.c_three h1{
  display: block;
  text-align: justify;
  font-size: 15vw;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_three h1 span{
  display: block;
  font-size: 5vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c_three p{
  display: block;
  width: 100%;
  margin: 4vw 0 0 0;
  font-size: 4vw;
  color: #FEF8E8;
  text-align: justify;
}







.c_four_st{
  display: block;
  width: 100%;
  height: auto;
  background-color: rgba(0, 20, 50, 1);
  padding: 10vw 0;
}

.c_four{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 0px auto;
}
.c_four_flex{
  display: block;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 5vw auto 0;
}

.c_four h1{
  display: block;
  text-align: start;
  font-size: 15vw;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  color: #F0B652;
}
.c_four h1 span{
  display: block;
  font-size: 5vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.c_four_flex_box{
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8vw;
}
.c_f_b_fhot1{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #260000;
  background-image: url("../img/pick_up1.jpg");
  background-size: cover;
  background-position: center center;
}
.c_f_b_fhot2{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #260000;
  background-image: url("../img/pick_up2.jpg");
  background-size: cover;
  background-position: center center;
}
.c_f_b_fhot3{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #260000;
  background-image: url("../img/pick_up3.jpg");
  background-size: cover;
  background-position: center center;
}
.c_f_b_title{
  display: block;
  color: #FCB437;
  text-align: center;
  margin: 4vw 0 0 0;
  font-size: 6vw;
}
.c_four_flex_box p{
  display: block;
  text-align: justify;
  color: #FCF5E5;
  font-size: 4vw;
}



.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 10vw 0;
  background-color: rgba(0, 20, 50, 1);
}

.contact{
  display: block;
  width: 100%;
  margin: auto;
}
.contact h1{
  display: block;
  font-size: 15vw;
  margin-top: 0px;
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  width: auto;
  text-align: center;
  color: #FAF2E2;
}



.contact_nk{
  display: block;
  width: 95%;
  height: auto;
  margin: -5vw auto 0;
  border: double 8px #F0B652;
  background-color: rgba(0, 20, 50, 1);
  text-align: center;
  padding: 3vw 0;
}
.tel{
  font-size: 8vw;
  font-weight: bold;
  color: #FAF2E2;
}
.tel span{
  font-size: 5vw;
  color: #FAF2E2;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 90%;
  background-color: #000A1A;
  padding: 5px 0;
  color: #EEEEE1;
  font-size: 3vw;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000F28;
}

.footer_nk{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 10vw 0 10vw 0;
}
.footer_nk a{
  transition: 0.3s;
  opacity: 1;
}
.footer_nk a:hover{
  opacity: 0.6;
}
.footer_up{
  display: block;
  width: 60vw;
  height: auto;
  margin: auto;
  text-align: center;
  line-height: 0px;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 5vw 0 5vw 0;
}
.footer_down a{
  display: block;
  margin: 3vw auto;
  color: #FFFFFF;
  text-align: center;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #0D0D0D;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 65vw;
  margin: -25px auto 0;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
  color: #FCF2E0;
  text-shadow: 0 0 5px #FFFFFF;
  font-size: 4vw;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 10vw auto;
  padding-bottom: 0px;
  padding-top: 0px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 0px 0;
}
.company{
  display: block;
  width: 100%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #001434;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0px;
  height: auto;
  background-color: #000F2A;
  color: #FCF5E5;
  font-weight: bold;
}
.company table tr td{
  display: block;
  width: 100%;
  text-align: justify;
  padding-left: 0px;
  height: auto;
  background-color: #FEF5E3;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}
  
  
  
}























































