@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-image: url("../img/wing_bg.png");
  background-size: cover;
  background-attachment: fixed;
  background-color: #FFFDE0;
}


a{
  text-decoration: none;
}



.pink_left{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 100vh;
  background-color: #D22540;
  z-index: 99990;
}
.pink_right{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 20px;
  height: 100vh;
  background-color: #D22540;
  z-index: 99990;
}


header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100%);
  height: auto;
  background-color: #E5D488;
  margin: auto;
  box-shadow: 0 0 5px gray;
  z-index: 999999;
}
.header_up{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #251716;
  z-index: 99999;
}
.header_nk{
  display: block;
  width: 1000px;
  margin: auto;
}
.header_nk nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: auto;
}
.header_nk nav a{
  display: block;
  width: 20%;
  height: 80px;
  background-color: #E5D488;
  text-align: center;
  line-height: 80px;
  color: #FFFFFF;
  transition: 0.3s;
}
.header_nk nav a:hover{
  background-color: #C5A000;
}
.nav_now{
  background-color: #C5A000!important;
}






main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_view{
  display: block;
  width: 100%;
  height: auto;
  margin: 100px auto 0;
}
.pc_top_img{
  display: block;
}
.sp_top_img{
  display: none;
}
.main_pickup{
  display: block;
  width: 100%;
  height: 80px;
  background-color: #281616;
  margin: -10px auto 0;
}
.main_pickup_nk{
  display: flex;
  justify-content: center;
  width: 1000px;
  height: 20px;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  padding-top: 6px;
}
.main_pickup_nk h2{
  display: block;
  width: 100px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
  text-align: start;
  line-height: 30px;
}
.main_pickup_nk p{
  display: flex;
  width: 1000px;
  height: 20px;
  margin: 20px auto 0;
  text-align: center;
  color: #FFFFFF;
  line-height: 30px;
}
.main_pickup_nk span{
  display: block;
  color: #CD9E00;
  width: auto;
  height: 30px;
  background-color: #FFFFFF;
  margin-right: 50px;
  line-height: 30px;
  padding: 0px 30px;
  border-radius: 5px;
}




.c_one{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 1000px;
  height: auto;
  margin: 100px auto 150px;
}
.c_one_left{
  display: block;
  width: 450px;
}
.c_one_left span{
  font-size: 70px;
  color: #CD9E00;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c_one_left h2{
  display: block;
  width: 390px;
  height: 40px;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 40px;
  padding-left: 50px;
  background-image: url("../img/logo.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border-left: solid 5px #2C1516;
  font-weight: 300;
}
.c_one_left p{
  display: block;
  margin: 30px auto 0;
  text-align: justify;
  font-size: 19.3px;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.name{
  display: block;
  position: relative;
  top: 30px;
  left: 300px;
  width: 150px;
  z-index: 999990;
}
.c_one_right_ceo{
  display: block;
  position: absolute;
  top: -180px;
  right: -250px;
  width: 750px;
  height: 400px;
  padding: 10px;
  margin-top: 140px;
}
.c_one_right_ceo{
  width: 1080px;
}






.c_two{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  height: auto;
  margin: 100px auto 0px;
}
.main_contents_pink{
  display: block;
  width: 100%;
  height: auto;
  background-color: #E9D47C;
  margin: 0px auto 0;
  padding: 10px 0;
}
section{
  display: block;
  position: relative;
}
.c_one_left_two{
  display: block;
  width: 450px;
}
.c_one_left_two span{
  font-size: 70px;
  color: #281616;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c_one_left_two h2{
  display: block;
  width: 390px;
  height: 40px;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 40px;
  padding-left: 50px;
  background-image: url("../img/logo.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border-left: solid 5px #2C1516;
  font-weight: 300;
}
.c_one_left_two p{
  display: block;
  margin: 30px auto 0;
  text-align: justify;
  font-size: 19.5px;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.c_one_right_two{
  display: block;
  width: 480px;
  height: 280px;
  padding: 10px;
  background-color: #FFFFFF;
  margin-top: 115px;
  box-shadow: 0 0 5px gray;
}
.c_one_right_phot{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/tanabata.png");
  background-size: cover;
  background-position: center center;
}

.c_two_under{
  display: block;
  margin: 30px auto 130px;
  width: 1000px;
  height: 60px;
  background-color: #FFFFFF;
  border: solid 3px #281616;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
.en_line{
  text-decoration: line-through;
}
.muryo{
  color: #A30002;
}




.main_contents_baju{
  display: block;
  width: 100%;
  height: auto;
  margin: 100px auto;
  padding-bottom: 0px;
}

.enzel_right{
  display: block;
  position: absolute;
  top: -3vw;
  left: 10%;
  width: 200px;
}




.c_three{
  display: block;
  justify-content: space-between;
  width: 1000px;
  height: auto;
  margin: 100px auto 150px;
  padding-top: 20px;
  padding-bottom: 30px
}
.c_three span{
  font-size: 70px;
  color: #CD9E00;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c_three h2{
  display: block;
  width: 950px;
  height: 40px;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 40px;
  padding-left: 50px;
  background-image: url("../img/logo.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border-left: solid 5px #2C1516;
  font-weight: 300;
}
.c_three_flex{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 130px auto 0;
}
.c_three_box{
  display: block;
  position: relative;
  width: 320px;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px gray;
}
.c_box_phot1{
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #EFEFEF;
  background-image: url("../img/two.png");
  background-size: cover;
  background-position: top center;
}
.c_box_phot2{
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #EFEFEF;
  background-image: url("../img/one.png");
  background-size: cover;
  background-position: center center;
}
.c_box_phot3{
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #EFEFEF;
  background-image: url("../img/three.png");
  background-size: cover;
  background-position: center center;
}
.c_three_box span{
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  transform: translateX(-0%);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  z-index: 9999;
  opacity: 0.6;
}
.c_three_box h3{
  display: block;
  text-align: center;
  background-color: #E9D47C;
  color: #281616;
  margin: auto;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
.c_three_box p{
  padding: 10px 20px;
  font-size: 14px;
  text-align: justify;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



.women{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.women_left{
  display: block;
  width: 450px;
  margin-top: -10px;
}
.women_left p{
  display: block;
  width: 100%;
  background-color: #281616;
  color: #FFFFFF;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.women_left span{
  display: block;
  text-align: center;
  margin: auto;
}
.women img{
  display: block;
  width: 500px;
}




.main_contents_contact{
  display: block;
  width: 100%;
  height: auto;
  background-color: #E9D47C;
  padding: 50px 0 100px 0;
  margin: 0px auto 0;
}
.main_contents_contact h2{
  font-size: 70px;
  color: #281616;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 0;
}
.contact_p1{
  display: block;
  width: auto;
  text-align: center;
}
.contact{
  display: block;
  width: 600px;
  height: auto;
  background-color: #FFFFFF;
  text-align: center;
  margin: 50px auto 0;
  border: solid 5px #281616;
  border-radius: 20px;
  padding: 40px 0 20px 0;
}
.contact_p2{
  display: flex;
  justify-content: center;
  font-size: 20px;
  line-height: 0;
  width: 600px;
}
.contact_p2 span{
  display: block;
  font-size: 40px;
  color: #281616;
}
.contact_p3{
  font-size: 15px;
  line-height: 30px;
}



footer{
  display: block;
  width: 100%;
  height: auto;
  background-color: #A57800;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
}
.footer_up{
  display: block;
  width: 300px;
  margin: 0px auto 0;
  padding-top: 50px;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.footer_down a{
  display: block;
  padding: 0 10px;
  color: #FFFFFF;
}
.footer_down a:hover{
  text-decoration: underline;
}
.footer_under{
  display: block;
  width: 100%;
  background-color: #281616;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #FFFFFF;
}


.main_view_sub{
  display: block;
  width: 100%;
  height: 100px;
  background-color: #A57800;
  margin: 100px auto 0;
  text-align: center;
  line-height: 100px;
  color: #FFFFFF;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 80px auto 0;
  padding-bottom: 120px;
  padding-top: 50px;
}
.main_view_sub_content h3{
  display: block;
  width: calc(100%-40px);
  height: 40px;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 40px;
  padding-left: 50px;
  background-image: url("../img/logo.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border-left: solid 5px #2C1516;
  font-weight: 300;
}
.main_view_sub_content h5{
  color: #281616;
  font-size: 16px;
}
h5{
  color: #281616;
}
.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 50px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: -90px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px 0;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #9D7900;
  color: #FFFFFF;
  font-weight: 300;
}
.company table tr td{
  width: 700px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  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: calc(100%);
  height: auto;
  background-color: #E5D488;
  margin: auto;
  box-shadow: 0 0 5px gray;
  z-index: 999999;
}
.header_up{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #251716;
  z-index: 99999;
}
.header_nk{
  display: block;
  width: 100%;
  margin: auto;
}
.header_nk nav{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 15vw;
  margin: auto;
}
.header_nk nav a{
  display: block;
  width: 20%;
  height: 15vw;
  background-color: #E5D488;
  text-align: center;
  line-height: 15vw;
  color: #FFFFFF;
  transition: 0.3s;
  font-size: 2.3vw;
}
.header_nk nav a:hover{
  background-color: #C5A000;
}
.nav_now{
  background-color: #C5A000!important;
}






main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main_view{
  display: block;
  width: 100%;
  height: auto;
  margin: 15vw auto 0;
}
.pc_top_img{
  display: none;
}
.sp_top_img{
  display: block;
}
.main_pickup{
  display: block;
  width: 100%;
  height: 25vw;
  background-color: #281616;
  margin: 0px auto 0;
}
.main_pickup_nk{
  display: flex;
  justify-content: flex-start;
  width: 95%;
  height: auto;
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  padding-top: 0;
}
.main_pickup_nk h2{
  display: block;
  width: 60vw;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
  text-align: start;
  line-height: 6vw;
  margin-left: 5vw;
  font-size: 5vw;
}
.main_pickup_nk p{
  display: block;
  width: 150vw;
  height: 10vw;
  margin: 5vw 5vw 0 0;
  text-align: center;
  color: #FFFFFF;
  line-height: 10vw;
  font-size: 3vw;
}
.main_pickup_nk span{
  display: block;
  color: #CD9E00;
  width: auto;
  height: 7vw;
  background-color: #FFFFFF;
  margin-right: 0px;
  line-height: 7vw;
  padding: 0px 0px;
  border-radius: 5px;
}




.c_one{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin: 10vw auto 15vw;
  padding-bottom: 100vw;
}
.c_one_left{
  display: block;
  width: 100%;
}
.c_one_left span{
  font-size: 12vw;
  color: #CD9E00;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c_one_left h2{
  display: block;
  width: 88%;
  height: 10vw;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 10vw;
  padding-left: 10vw;
  background-image: url("../img/logo.png");
  background-size: 8vw;
  background-repeat: no-repeat;
  background-position: 1.5vw 1vw;
  border-left: solid 5px #2C1516;
  font-weight: 300;
  font-size: 6vw;
}
.c_one_left p{
  display: block;
  margin: 5vw auto 0;
  text-align: justify;
  font-size: 4.5vw;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.name{
  display: block;
  position: relative;
  top: 3vw;
  left: 55vw;
  width: 35vw;
  z-index: 999990;
}
.c_one_right_ceo{
  display: block;
  position: absolute;
  top: 90vw;
  right: -30vw;
  width: 80%;
  height: auto;
  padding: 10px;
  margin-top: 40vw;
}
.c_one_right_ceo{
  width: 200%;
}






.c_two{
  display: block;
  position: relative;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin: 10vw auto 5vw;
}
.main_contents_pink{
  display: block;
  width: 100%;
  height: auto;
  background-color: #E9D47C;
  margin: 0px auto 0;
  padding: 1vw 0;
}
section{
  display: block;
  position: relative;
}
.c_one_left_two{
  display: block;
  width: 100%;
}
.c_one_left_two span{
  font-size: 12vw;
  color: #281616;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c_one_left_two h2{
  display: block;
  width: 88%;
  height: 10vw;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 10vw;
  padding-left: 10vw;
  background-image: url("../img/logo.png");
  background-size: 8vw;
  background-repeat: no-repeat;
  background-position: 1.5vw 1vw;
  border-left: solid 5px #2C1516;
  font-weight: 300;
  font-size: 5vw;
}
.c_one_left_two p{
  display: block;
  margin: 5vw auto 0;
  text-align: justify;
  font-size: 4.5vw;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.c_one_right_two{
  display: block;
  width: 96%;
  height: 60vw;
  padding: 2vw;
  background-color: #FFFFFF;
  margin-top: 10vw;
  box-shadow: 0 0 5px gray;
}
.c_one_right_phot{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/tanabata.png");
  background-size: cover;
  background-position: center center;
}

.c_two_under{
  display: block;
  margin: 1vw auto 15vw;
  width: 86%;
  height: auto;
  background-color: #FFFFFF;
  border: solid 3px #281616;
  text-align: center;
  line-height: 8vw;
  font-size: 20px;
  padding: 2vw;
}
.en_line{
  text-decoration: line-through;
}
.muryo{
  color: #A30002;
}




.main_contents_baju{
  display: block;
  width: 100%;
  height: auto;
  margin: 1vw auto;
  padding-bottom: 0px;
}




.c_three{
  display: block;
  justify-content: space-between;
  width: 90%;
  height: auto;
  margin: 10vw auto 15vw;
  padding-top: 20px;
  padding-bottom: 30px
}
.c_three span{
  font-size: 12vw;
  color: #CD9E00;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.c_three h2{
  display: block;
  width: 88%;
  height: 10vw;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 10vw;
  padding-left: 10vw;
  background-image: url("../img/logo.png");
  background-size: 8vw;
  background-repeat: no-repeat;
  background-position: 1.5vw 1vw;
  border-left: solid 5px #2C1516;
  font-weight: 300;
  font-size: 5vw;
}
.c_three_flex{
  display: block;
  justify-content: space-between;
  width: 100%;
  margin: 20vw auto 0;
}
.c_three_box{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px gray;
  margin-top: 25vw;
}
.c_box_phot1{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #EFEFEF;
  background-image: url("../img/two.png");
  background-size: cover;
  background-position: top center;
}
.c_box_phot2{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #EFEFEF;
  background-image: url("../img/one.png");
  background-size: cover;
  background-position: center center;
}
.c_box_phot3{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #EFEFEF;
  background-image: url("../img/three.png");
  background-size: cover;
  background-position: center center;
}
.c_three_box span{
  display: block;
  position: absolute;
  top: -21vw;
  left: 0;
  transform: translateX(-0%);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  z-index: 9999;
  opacity: 0.6;
  font-size: 20vw;
}
.c_three_box h3{
  display: block;
  text-align: center;
  background-color: #E9D47C;
  color: #281616;
  margin: auto;
  width: 100%;
  height: 15vw;
  line-height: 15vw;
  font-weight: 500;
  font-size: 5vw;
}
.c_three_box p{
  padding: 3vw 5vw 5vw 5vw;
  font-size: 3.5vw;
  text-align: justify;
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}



.women{
  display: block;
  justify-content: space-between;
  margin-top: 10vw;
}
.women_left{
  display: block;
  width: 100%;
  margin-top: 0;
}
.women_left p{
  display: block;
  width: 100%;
  background-color: #281616;
  color: #FFFFFF;
  text-align: center;
  height: 10vw;
  line-height: 10vw;
  font-size: 3.5vw;
}
.women_left span{
  display: block;
  text-align: center;
  margin: auto;
  font-size: 10vw;
}
.women img{
  display: block;
  width: 100%;
  margin-top: 5vw;
}




.main_contents_contact{
  display: block;
  width: 100%;
  height: auto;
  background-color: #E9D47C;
  padding: 10vw 0 15vw 0;
  margin: 0px auto 0;
}
.main_contents_contact h2{
  font-size: 12vw;
  color: #281616;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 0;
}
.contact_p1{
  display: block;
  width: auto;
  text-align: center;
}
.contact{
  display: block;
  width: 90%;
  height: auto;
  background-color: #FFFFFF;
  text-align: center;
  margin: 5vw auto 0;
  border: solid 5px #281616;
  border-radius: 20px;
  padding: 5vw 0 1vw 0;
}
.contact_p2{
  display: flex;
  justify-content: center;
  font-size: 4vw;
  line-height: 0;
  width: 90%;
  margin: 5vw auto 0;
}
.contact_p2 span{
  display: block;
  font-size: 7vw;
  color: #281616;
}
.contact_p3{
  font-size: 3vw;
  line-height: 6vw;
}



footer{
  display: block;
  width: 100%;
  height: auto;
  background-color: #A57800;
}

.footer_nk{
  display: block;
  width: 90%;
  margin: auto;
}
.footer_up{
  display: block;
  width: 80vw;
  margin: 0px auto 0;
  padding-top: 10vw;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 10vw 0;
}
.footer_down a{
  display: block;
  padding: 0 0px;
  color: #FFFFFF;
}
.footer_down a:hover{
  text-decoration: underline;
}
.footer_under{
  display: block;
  width: 100%;
  background-color: #281616;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #FFFFFF;
}


  
  
  
  
.main_view_sub{
  display: block;
  width: 100%;
  height: 20vw;
  background-color: #A57800;
  margin: 20vw auto 0;
  text-align: center;
  line-height: 20vw;
  color: #FFFFFF;
  font-size: 3vw;
}





.main_view_sub_content{
  display: block;
  width: 90%;
  margin: 10vw auto 0;
  padding-bottom: 0;
  padding-top: 0;
}
.main_view_sub_content h3{
  display: block;
  width: 88%;
  height: 10vw;
  color: #FFFFFF;
  background-color: #9D7900;
  line-height: 10vw;
  padding-left: 10vw;
  background-image: url("../img/logo.png");
  background-size: 8vw;
  background-repeat: no-repeat;
  background-position: 1.5vw 1vw;
  border-left: solid 5px #2C1516;
  font-weight: 300;
}
.main_view_sub_content h5{
  color: #281616;
  font-size: 16px;
}
h5{
  color: #281616;
}
.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 100px 0 50px 0;
}
.company{
  display: block;
  width: 100%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  margin: -90px auto 0;
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px 0;
  font-size: 6vw;
}
.company table tr th{
  display: block;
  width: 95%;
  text-align: justify;
  padding-left: 5%;
  height: auto;
  background-color: #9D7900;
  color: #FFFFFF;
  font-weight: 300;
}
.company table tr td{
  display: block;
  width: 90%;
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}
  
  
  
}
















































