@charset "UTF-8";
/* CSS Document */


/*******************************
* ResetCSS
*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
  clear: both;
}

.flex_conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


#wrapper {
  position: relative;
  width: 100%;
}

.btn {
  display: inline-block;
  background: #026D38;
}

.btn:hover {
  background: #000;
}

.btn_flag {
  font-size: 20px;
  font-weight: bold;
  width: 87px;
  height: 330px;
  background: #F39800;
  position: fixed;
  top: 0;
  right: 0;
}

.btn_flag span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 330px;
  text-align: center;
  color: #fff;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {

  #wrapper {
    overflow: hidden;
  }

  .btn {
    background: #F39800;
  }

  .btn_flag {
    display: none;
  }
}

/***********************
Utils
***********************/


.fl { float: left;}
.fr { float: right;}

.inner {
  position: relative;
  width: 1190px;
  margin: 0 auto;
}
.img_txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .fl,.fr { float: none;}
}

@media screen and (max-width: 480px) {
  .fl,.fr { float: none;}
  .inner {
    width: 100%;
  }
}
/***********************
Footer
***********************/

#footer {
}

#footer .inner {
  padding: 115px 0;
}

#footer .btn {
  width: 50%;
  box-sizing: border-box;
  height: 286px;
}

#footer .btn_company {
  border-right: solid 1px #fff;
  background: #026D38 url(../images/btn_company.png) center center no-repeat;
  background-size: 249px 32px;
}

#footer .btn_contact {
  background: #026D38 url(../images/btn_contact.png) center center no-repeat;
  background-size: 247px 32px;
}

#footer .btn_company:hover {
  background: #000 url(../images/btn_company.png) center center no-repeat;
  background-size: 249px 32px;
}

#footer .btn_contact:hover {
  background: #000 url(../images/btn_contact.png) center center no-repeat;
  background-size: 249px 32px;
}

#footer .info {
  width: 50%;
  height: 60px;
  border-right: solid 1px #000;
  box-sizing: border-box;
  padding: 10px 30px 0;
}

#footer .name {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  float: left;
}

#footer .addr {
  float: left;
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.4;
}

#footer .nav {
  width: 50%;
  height: 60px;
  box-sizing: border-box;
  padding: 10px 30px 0;
}

#footer .nav .f_nav {
  justify-content: flex-start;
}

#footer .f_nav .link {
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
}

.f_copyright {
  padding-top: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #footer {
  }

  .f_copyright {
  }
}

@media screen and (max-width: 480px) {

  #footer .inner {
    padding: 25px 0;
  }

  #footer .btn {
    width: 100%;
    height: 153px;
  }

  #footer .btn_company {
    border-right: none;
    border-bottom: solid 1px #fff;
    background: #EA5514 url(../images/btn_company.png) center center no-repeat;
    background-size: 132px 16px;
  }

  #footer .btn_contact {
    background: #EA5514 url(../images/btn_contact.png) center center no-repeat;
    background-size: 132px 16px;
  }

  #footer .info {
    width: 100%;
    height: auto;
    border-right: none;
    padding: 0;
    text-align: center;
  }

  #footer .name {
    font-size: 22px;
    padding-top: 0;
    float: none;
    margin-bottom: 10px;
  }

  #footer .addr {
    float: none;
    font-size: 15px;
    padding-left: 0;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  #footer .nav {
    width: 100%;
    height: auto;
    padding: 0;
  }

  #footer .nav .f_nav {
    display: block;
    text-align: center;
  }

  #footer .f_nav .list {
    display: inline-block;
    padding: 0 10px;
  }

  #footer .f_nav .link {
    padding-right: 0;
    font-size: 14px;
  }

  .f_copyright {
    font-size: 10px;
    text-align: center;
  }
}
