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

body {
  margin: 0;
  text-align: left;
}

body {
font-family: "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
background: url('../../assets/img/common/bg_main.png') 0 0 repeat;
}
img {
  width: 100%;
}
figure {
  margin: 0;
}
.forPC {
  display: none !important;
}
.forSP {
  display: inherit !important;
}

.mt-xs{margin-top: 10px;}
.mt-sm{margin-top: 20px;}
.mt-md{margin-top: 30px;}
.mt-lg{margin-top: 40px;}
.mt-xl{margin-top: 50px;}

#header {
  display: flex;
  padding: 8px;
  background-color: #fff;
}
#header #logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
#header #logo img {
  max-width:162px;
  width: 32.5vw;
  left: 0;
    position: absolute;
    top: 50%;
  transform: translate(0,-50%);
}
#nav-header {
  display: flex;
  margin-left: auto;
  width: 64%;
}
#nav-header a.btn-english {
  display: block;
  width: 30vw;
  margin: 0 5px;
  font-size: 3vw;
  color: #1b1b1b;
  border: 1px solid #e6e6e6;
  padding: 1.2vw 1.2vw;
  text-decoration: none;
  position: relative;
}
.arrow:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #917347 #917347 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right:8px;
  top:50%;
  margin: -4px 0 0 0;
  }
.arrow-white:after {
  border-color: #fff #fff transparent transparent;
  }

#nav-header a.btn-stockholder {
  display: block;
  width: 30vw;
  margin: 0 0 0 5px;
  font-size: 2.6vw;
  color: #fff;
  border: 1px solid #917347;
  background-color: #917347;
  padding: 0.8vw 1vw;
  text-decoration: none;
  position: relative;
}
nav.global-navigation--block {
  width: 100%;
}
nav.global-navigation--block div.global-navigation {
  width: 100%;
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
nav.global-navigation--block ul {
  display: table;
  max-width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
nav.global-navigation--block ul li {
  display: table-cell;
  white-space: nowrap;
}
::-webkit-scrollbar {
 display: none;
-webkit-appearance: none;
}

.global-navigation {background-color:#917347}
.global-navigation li{border-right:1px solid #b09b7d;}
.global-navigation li a{
  display: block;
  font-size: 3.2vw;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho",source-han-serif-japanese, serif;
  color: #fff;
  text-decoration: none;
  padding: 4.6666vw 2.7666vw;
}

main{
  padding: 0 5.3333vw;
}

footer{
  background-color: #1b1b1b;
  color: #fff;
  padding: 10.6666vw 5.3333vw;
}

footer a:link, footer a:visited{
  color: #fff;
  text-decoration: none;
}

footer ul{
  list-style: none;
}

.sns--block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    align-items: center;
}

.sns--block h5{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.26666vw;
  width: 48vw;
  display: flex;
  align-items: center;
  margin: 0 1.6vw 0 0;
}
.sns--block h5 .logo_kobiki {
    width: 48px;
    margin: 0 12px 0 0;
}

.sns--block ul{
  margin: 0;
  padding: 0;
}

.sns--block li{
  width: 8.53333vw;
  display: inline-block;
}

.footer-navigation ul{
  font-size: 3.7333vw;
  margin: 6.4vw 0;
  padding: 0;
  text-align: center;
}
.footer-navigation li{
  display: inline-block;
}

.footer-navigation li:after{
  content: ' ｜ ';
  color: #898989;
}

.footer-navigation li:last-child:after{
  content: '';
}

.copyright{
  font-size: 2.4vw;
  color: #898989;
  text-align: center;
}

.is-page #t_path {
  max-width: 850px;
  text-align: left;
  padding: 1.5rem 0;
  margin: 0 auto;
}

.is-page main{
  margin-bottom: 40px;
}
.is-page .primaryArea{
  max-width: 790px;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f2eee5;
}

.is-page .contents-style .line-method{
  position: relative;
  border: 4px solid #eeeeee;
  padding: 38px 15px 20px;
  margin: 20px 0 0 0;
}

.is-page .contents-style .line-method-number{
  position: absolute;
  top: 0;
  left: 0;
  border-right: 4px solid #eeeeee;
  border-bottom: 4px solid #eeeeee;
  padding: 8px 24px;
  font-size: 14px;
  color: rgb(0, 185, 0);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.is-page .contents-style .line-method h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
}

.is-page .contents-style .line-method  h2:after {
  display: none;
}

.is-page .contents-style .line-method p {
  font-size: 14px;
  text-align: center;
}

.line-method .line-method-img{
  margin: 30px auto 0 auto;
  text-align: center;
}
.line-method01 .line-method-img{
  width: 180px;
}
.line-method .line-method-img02{
  max-width: 120px;
}

footer .line-block{
  margin: 0 auto 20px auto;
}


@media screen and (min-width:768px) { 
  .line-method .line-method-img img{
    width: auto;
  }
  
  .forPC {
    display: inherit !important;
  }
  .forSP {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  #header #logo img {
    width: 162px;
  }
  #nav-header {
    width: auto;
  }
  #nav-header a.btn-english,#nav-header a.btn-stockholder{
    font-size: 14px;
    padding: 14px;
    width: 268px;
  }
  #nav-header a.btn-english{
    width: 232px;
  }
  #nav-header a.btn-english:hover{
    background-color: #f0f0f0;
  }
  #nav-header a.btn-stockholder:hover{
        background-color: #77603e;
  }
  nav.global-navigation--block ul {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #b09b7d;
  }
  .global-navigation li a {
    width: 170px;
    display: block;
    font-size: 18px;
    padding: 24px 0;
  }
    .global-navigation li a:hover{
    background-color: #77603e;
  }
  .arrow:after {
    right: 14px;
  }
  main {
    padding: 0 0;
  }
  footer{
   padding: 60px 30px;
  }
  footer .line-block{
    width: 400px;
  }
  .sns--block{
    margin-bottom: 30px;
  }
  .sns--block h5 {
    font-size: 18px;
    width: 200px;
    margin: 0 8px;
  }
  .sns--block li {
    width: 32px;
    margin: 0 4px;
  }
  .footer-navigation ul {
    font-size: 18px;
    margin: 30px 0;
    padding: 0;
    text-align: center;
  }
  .copyright{
    font-size: 12px;
  }
  .is-page .primaryArea{
  padding: 30px;
}

.is-page .contents-style .line-method{
  padding: 38px 28px;
  }
  .is-page .contents-style .line-method-number{
  font-size: 18px;
}

.is-page .contents-style .line-method h2 {
  font-size: 24px;
}

.is-page .contents-style .line-method  h2:after {
  display: none;
}

.is-page .contents-style .line-method p {
  font-size: 16px;
}
}