@charset "UTF-8";
/* CSS Document */



body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-feature-settings: "palt";
  color: #3C3C3C;
  text-align: justify;
}


a{
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
}
a:hover{
  opacity: 0.6;
}



#link1{
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせて調整 */
}
#link2{
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせて調整 */
}
#link3{
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせて調整 */
}



header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  margin: 0;
  height: auto;
  box-shadow: 0 0 5px gray;
  z-index: 999999;
  background-color: #FFFFFF;
}
.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 80px;
  margin: auto;
}
.header_left{
  display: block;
  width: 70px;
  margin-top: 10px;
}
.header_nk h1{
  display: block;
  font-size: 25px;
  line-height: 80px;
  margin: 0;
}
.header_right{
  display: block;
  width: 230px;
  height: 55px;
  margin-top: 15px;
}

.humbergar{
  display: block;
  width: 80px;
  height: 80px;
  background-color: #003300;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #FFFFFF;
}
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  top: 10px;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #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: #EAEAEA;
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #003300;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #FFF;
  }
}





main{
  display: block;
  width: 1200px;
  margin: auto;
  height: auto;
}


.main_view{
  display: block;
  position: relative;
  width: 1200px;
  height: 320px;
  margin: 0px auto 0;
  padding-top: 150px;
  padding-bottom: 100px;
}
.main_view_left{
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 700px;
  z-index: 110;
}
.main_view_left h1{
  display: block;
  font-size: 40px;
}
.main_view_left h1 span{
  display: block;
  font-size: 68px;
  font-weight: 900;
  color: #C00000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFFFF9;
}
.h1_st1{
  display: block;
  font-size: 35px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: -20px;
}
.h1_st2{
  display: block;
  font-size: 30px;
  margin-top: -20px;
  font-weight: 800;
  color: #C00000;
  text-shadow: 0 0 10px #F3EA00;
}
.main_view_right{
  display: block;
  position: absolute;
  width: 600px;
  height: auto;
  top: 120px;
  right: 0;
  z-index: 100;
}


.contact_more{
  display: block;
  width: 1000px;
  height: 100px;
  background-color: #0E3200;
  margin: auto;
  text-align: center;
  line-height: 100px;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
}


.main_onayami{
  display: block;
  width: 1200px;
  height: auto;
  margin: auto;
}
.main_onayami h1{
  text-align: center;
  font-size: 40px;
}
.onayami_phot{
  display: block;
  width: 1200px;
  height: 400px;
  background-color: #E5E5E5;
  background-image: url("../img/nayami.jpg");
  background-size: cover;
  background-position: center center;
}
.onayami_ul{
  display: block;
  width: 1200px;
  list-style-type: none;
  padding: 0;
  margin: 50px auto 0;
}
.onayami_ul li{
  display: block;
  width: 1120px;
  border-bottom: solid 3px #C00000;
  padding: 20px 0 20px 80px;
  font-size: 25px;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 15px 15px;
  font-weight: bold;
}





.main_anatani{
  display: block;
  width: 1200px;
  height: auto;
  margin: 50px auto 0;
}
.main_anatani h1{
  text-align: center;
  font-size: 50px;
}
.main_anatani h1 span{
  font-size: 60px;
  color: #C00000;
}
.main_anatani_st{
  display: block;
  width: 1200px;
  height: auto;
  margin: 0px auto 0;
}
.main_anatani_st_phot{
  display: block;
  width: 1200px;
  height: 400px;
  background-color: #E5E5E5;
  background-image: url("../img/middle_img.jpg");
  background-size: cover;
  background-position: center center;
}

.main_anatani_syousai{
  display: block;
  width: 1140px;
  margin: auto;
  height: auto;
  padding: 50px 30px;
  background-color: #FFFDD7;
}
.main_anatani_syousai h2{
  display: block;
  width: 300px;
  background-color: #D50000;
  text-align: center;
  color: #FFFFFF;
}
.main_anatani_syousai p{
  font-size: 30px;
  font-weight: bold;
}
.triangle{
  margin: auto;
  width: 30px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: calc(tan(60deg) * 10px) solid #FFFDD7;
  transform: rotate(180deg);
}

.main_anatani_tuyomi{
  display: block;
  width: 1200px;
  margin: 50px auto 0;
  font-size: 50px;
  font-weight: bold;
}
.main_anatani_tuyomi span{
  color: #D50000;
}




.main_naze{
  display: block;
  width: 1200px;
  margin: 50px auto 0;
  padding: 30px 0;
  background-color: #FFECFB;
}
.main_naze h1{
  display: block;
  text-align: center;
  font-size: 40px;
}
.main_naze_st{
  display: block;
  width: 1000px;
  margin: 30px auto;
}
.main_naze_st span{
  display: block;
  width: 100px;
  background-color: #EC0000;
  text-align: center;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: bold;
}
.main_naze_st h2{
  font-size: 30px;
}
.main_naze_st p{
  font-size: 20px;
}
.zehi{
  text-align: center;
  margin-top: 30px;
  font-size: 50px;
}



.main_list{
  display: block;
  width: 1200px;
  margin: 50px auto 0;
}
.main_list h1{
  display: block;
  width: 1140px;
  padding: 50px 30px;
  background-color: #360000;
  font-size: 40px;
  color: #F4FF00;
}
.main_list p{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: -30px;
}

.main_list_ichiran{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 50px auto 0;
}
.main_list_box{
  display: block;
  width: 360px;
  margin: 20px;
  background-color: #FFFDD4;
}
.main_list_box_phot{
  display: block;
  width: 100%;
  height: 200px;
  background-color: #DCDCDC;
  background-size: cover;
  background-position: center center;
}
.main_list_box h2{
  display: block;
  margin: auto;
  padding: 10px 0;
  background-color: #F0EA6C;
  font-size: 20px;
  text-align: center;
}
.main_list_box p{
  display: block;
  padding: 10px 20px;
}


.box_p1{
  background-image: url("../img/33649210_m.jpg");
}
.box_p2{
  background-image: url("../img/33763724_m.jpg");
}
.box_p3{
  background-image: url("../img/1566121_m.jpg");
}
.box_p4{
  background-image: url("../img/33212902_m.jpg");
}
.box_p5{
  background-image: url("../img/24837530_m.jpg");
}
.box_p6{
  background-image: url("../img/29017415_m.jpg");
}



.main_kakaku{
  display: block;
  width: 1000px;
  margin: 50px auto 0;
}
.kakaku_table{
  display: block;
  width: 1000px;
  margin: auto;
}
.kakaku_title{
  display: block;
  width: 1000px;
  height: 60px;
  background-color: #A21C1E;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0;
}
.kakaku_table tr{
  display: flex;
  justify-content: center;
  width: 1000px;
  height: 60px;
  margin: 0;
  background-color: #EAB7BD;
;}
.kakaku_table tr:nth-child(even) {
  background-color: #CB7F86; /* 偶数行の色 */
}
.kakaku_table tr th{
  width: 400px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
.kakaku_table tr td{
  width: 300px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  font-weight: bold;
}
.main_kakaku p{
  margin: 0;
  font-size: 14px;
}




.main_nagare{
  display: block;
  width: 1000px;
  margin: 50px auto 0;
}
.main_nagare h1{
  text-align: center;
  font-size: 30px;
  color: #003E5C;
}
.main_nagare_box{
  display: block;
  width: 1000px;
  height: 60px;
  background-color: #007EC0;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
}
.triangle_blue{
  margin: -20px auto 0;
  width: 30px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: calc(tan(60deg) * 10px) solid #007EC0;
  transform: rotate(180deg);
}
.main_nagare_box_last{
  display: block;
  width: 1000px;
  height: 60px;
  background-color: #CF0000;
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
}



.contact{
  display: block;
  width: 1200px;
  margin: 50px auto 0;
}
.contact h1{
  display: block;
  text-align: center;
  font-size: 50px;
}
.contact_nk{
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: auto;
}
.tel{
  display: block;
  width: 400px;
  margin-right: 30px;
}
.mail{
  display: block;
  width: 450px;
  margin-left: 30px;
}


footer{
  display: block;
  background-color: #C00000;
  width: 1200px;
  height: auto;
  margin: auto;
}
.footer_nk{
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 50px auto 0;
  padding: 20px 40px;
}
.footer_left img{
  display: block;
  width: 80px;
}
.footer_right{
  display: flex;
  font-size: 20px;
}
.footer_right a{
  display: block;
  color: #FFFFFF;
  margin: 20px 10px;
}
.footer_under{
  display: block;
  width: 1200px;
  background-color: #410000;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px 0;
}






.company{
  display: block;
  width: 1000px;
  margin: 150px auto 0;
}
.company_table{
  display: block;
  width: 1000px;
  margin: 30px auto 0;
}
.company_table tr{
  display: block;
  margin: 20px 0px;
  border-bottom: solid 1px #111111;
  padding-bottom: 20px;
}
.company_table tr th{
  display: inline-block;
  width: 140px;
}
.company_table tr td{
  display: inline-block;
  width: 845px;
}







@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 0px;
  margin: 0;
  height: auto;
  box-shadow: 0 0 5px gray;
  z-index: 999999;
  background-color: #FFFFFF;
}
.header_nk{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 15vw;
  margin: auto;
}
.header_left{
  display: block;
  width: 15vw;
  margin-top: 2vw;
  margin-left: 3vw
}
.header_nk h1{
  display: none;
  font-size: 25px;
  line-height: 80px;
  margin: 0;
}
.header_right{
  display: block;
  width: 45vw;
  height: 12vw;
  margin-top: 2vw;
}

.humbergar{
  display: block;
  width: 15vw;
  height: 15vw;
  background-color: #003300;
  text-align: center;
  line-height: 10vw;
  font-size: 6vw;
  color: #FFFFFF;
}
.hamburger-menu {
  width: 10vw;
  height: 10vw;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  top: 1vw;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 4vw;
}
.hamburger-menu__bar:nth-child(2) {
  top: 6vw;
}
.hamburger-menu__bar:last-child {
  top: 8vw;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 60%;
}
.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: #EAEAEA;
  position: absolute;
  top: 15vw;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #003300;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #FFF;
  }
}





main{
  display: block;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
}


.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 125vw;
  margin: 0px auto 0;
  padding-top: 15vw;
  padding-bottom: 15vw;
}
.main_view_left{
  display: block;
  position: absolute;
  top: 15vw;
  left: 3%;
  width: 100%;
  z-index: 110;
}
.main_view_left h1{
  display: block;
  font-size: 8vw;
}
.main_view_left h1 span{
  display: block;
  font-size: 10vw;
  font-weight: 900;
  color: #C00000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFF9;
}
.h1_st1{
  display: block;
  font-size: 5.5vw;
  font-weight: bold;
  text-decoration: underline;
  margin-top: -4vw;
}
.h1_st2{
  display: block;
  font-size: 5vw;
  margin-top: -4vw;
  font-weight: 800;
  color: #C00000;
  text-shadow: 0 0 10px #F3EA00;
}
.main_view_right{
  display: block;
  position: absolute;
  width: 90%;
  height: auto;
  top: 90vw;
  right: 5%;
  z-index: 100;
}


.contact_more{
  display: block;
  width: 100%;
  height: 20vw;
  background-color: #0E3200;
  margin: auto;
  text-align: center;
  line-height: 20vw;
  color: #FFFFFF;
  font-size: 7vw;
  font-weight: bold;
}


.main_onayami{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.main_onayami h1{
  text-align: center;
  font-size: 7vw;
}
.onayami_phot{
  display: block;
  width: 100%;
  height: 40vw;
  background-color: #E5E5E5;
  background-image: url("../img/nayami.jpg");
  background-size: cover;
  background-position: center center;
}
.onayami_ul{
  display: block;
  width: 95%;
  list-style-type: none;
  padding: 0;
  margin: 5vw auto 0;
}
.onayami_ul li{
  display: block;
  width: 80vw;
  border-bottom: solid 3px #C00000;
  padding: 5vw 0 5vw 15vw;
  font-size: 5vw;
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-size: 10vw;
  background-position: 2vw 4vw;
  font-weight: bold;
}





.main_anatani{
  display: block;
  width: 100%;
  height: auto;
  margin: 5vw auto 0;
}
.main_anatani h1{
  text-align: center;
  font-size: 6vw;
}
.main_anatani h1 span{
  font-size: 7vw;
  color: #C00000;
}
.main_anatani_st{
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 0;
}
.main_anatani_st_phot{
  display: block;
  width: 100%;
  height: 40vw;
  background-color: #E5E5E5;
  background-image: url("../img/middle_img.jpg");
  background-size: cover;
  background-position: center center;
}

.main_anatani_syousai{
  display: block;
  width: 94vw;
  margin: auto;
  height: auto;
  padding: 5vw 3vw;
  background-color: #FFFDD7;
}
.main_anatani_syousai h2{
  display: block;
  width: 50vw;
  background-color: #D50000;
  text-align: center;
  color: #FFFFFF;
  font-size: 4vw;
}
.main_anatani_syousai p{
  font-size: 5vw;
  font-weight: bold;
}
.triangle{
  margin: auto;
  width: 30px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: calc(tan(60deg) * 10px) solid #FFFDD7;
  transform: rotate(180deg);
}

.main_anatani_tuyomi{
  display: block;
  width: 95%;
  margin: 5vw auto 0;
  font-size: 6vw;
  font-weight: bold;
}
.main_anatani_tuyomi span{
  color: #D50000;
}




.main_naze{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
  padding: 5vw 0;
  background-color: #FFECFB;
}
.main_naze h1{
  display: block;
  text-align: center;
  font-size: 6vw;
}
.main_naze_st{
  display: block;
  width: 95%;
  margin: 5vw auto;
}
.main_naze_st span{
  display: block;
  width: 30vw;
  background-color: #EC0000;
  text-align: center;
  padding: 5px 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 4vw;
}
.main_naze_st h2{
  font-size: 6vw;
}
.main_naze_st p{
  font-size: 4vw;
}
.zehi{
  text-align: center;
  margin-top: 5vw;
  font-size: 5vw;
}



.main_list{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}
.main_list h1{
  display: block;
  width: 94vw;
  padding: 5vw 3vw;
  background-color: #360000;
  font-size: 6vw;
  color: #F4FF00;
}
.main_list p{
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: -30px;
  width: 95%;
  margin: auto;
}

.main_list_ichiran{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 5vw auto 0;
}
.main_list_box{
  display: block;
  width: 95%;
  margin: 5vw auto 0;;
  background-color: #FFFDD4;
}
.main_list_box_phot{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #DCDCDC;
  background-size: cover;
  background-position: center center;
}
.main_list_box h2{
  display: block;
  margin: auto;
  padding: 3vw 0;
  background-color: #F0EA6C;
  font-size: 6vw;
  text-align: center;
}
.main_list_box p{
  display: block;
  padding: 3vw 5vw;
  font-size: 4vw;
}


.box_p1{
  background-image: url("../img/33649210_m.jpg");
}
.box_p2{
  background-image: url("../img/33763724_m.jpg");
}
.box_p3{
  background-image: url("../img/1566121_m.jpg");
}
.box_p4{
  background-image: url("../img/33212902_m.jpg");
}
.box_p5{
  background-image: url("../img/24837530_m.jpg");
}
.box_p6{
  background-image: url("../img/29017415_m.jpg");
}


.main_kakaku{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}
.kakaku_table{
  display: block;
  width: 95%;
  margin: auto;
}
.kakaku_title{
  display: block;
  width: 95%;
  height: 60px;
  background-color: #A21C1E;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0 auto;
}
.kakaku_table tr{
  display: block;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #EAB7BD;
;}
.kakaku_table tr:nth-child(even) {
  background-color: #CB7F86; /* 偶数行の色 */
}
.kakaku_table tr th{
  display: block;
  width: 95vw;
  text-align: center;
  line-height: 20vw;
  font-size: 5vw;
}
.kakaku_table tr td{
  display: block;
  width: 95vw;
  text-align: center;
  line-height: 0vw;
  font-size: 7vw;
  font-weight: bold;
  padding-bottom: 10vw;
}
.main_kakaku p{
  margin: 0 0 0 3vw;;
  font-size: 3vw;
}




.main_nagare{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}
.main_nagare h1{
  text-align: center;
  font-size: 6vw;
  color: #003E5C;
}
.main_nagare_box{
  display: block;
  width: 95%;
  height: 15vw;
  background-color: #007EC0;
  margin: 0 auto 5vw;
  text-align: center;
  line-height: 15vw;
  font-size: 5vw;
  font-weight: bold;
  color: #FFFFFF;
}
.triangle_blue{
  margin: -5vw auto 0;
  width: 30px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: calc(tan(60deg) * 10px) solid #007EC0;
  transform: rotate(180deg);
}
.main_nagare_box_last{
  display: block;
  width: 95%;
  height: 15vw;
  background-color: #CF0000;
  margin: 0 auto 5vw;
  text-align: center;
  line-height: 15vw;
  font-size: 5vw;
  font-weight: bold;
  color: #FFFFFF;
}



.contact{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}
.contact h1{
  display: block;
  text-align: center;
  font-size: 5vw;
}
.contact_nk{
  display: block;
  justify-content: center;
  width: 95%;
  margin: auto;
}
.tel{
  display: block;
  width: 90%;
  margin: 5vw auto 0;
}
.mail{
  display: block;
  width: 90%;
  margin: 5vw auto 0;
}


footer{
  display: block;
  background-color: #C00000;
  width: 100%;
  height: auto;
  margin: 5vw auto 0;
  overflow: hidden;
}
.footer_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 5vw auto 0;
  padding: 2vw 4vw;
}
.footer_left img{
  display: block;
  width: 35vw;
}
.footer_right{
  display: block;
  font-size: 4vw;
  width: 30vw;
}
.footer_right a{
  display: block;
  color: #FFFFFF;
  margin: 2vw 0;
}
.footer_under{
  display: block;
  width: 100%;
  background-color: #410000;
  font-size: 2vw;
  text-align: center;
  color: #FFFFFF;
  padding: 1vw 0;
}






.company{
  display: block;
  width: 95%;
  margin: 25vw auto 0;
}
.company_table{
  display: block;
  width: 90%;
  margin: 3vw auto 0;
}
.company_table tr{
  display: block;
  margin: 5vw 0px;
  border-bottom: solid 1px #111111;
  padding-bottom: 5vw;
}
.company_table tr th{
  display: inline-block;
  width: 100%;
}
.company_table tr td{
  display: inline-block;
  width: 100%;
}
  
  
  
}














































