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



/*==============================
共通
==============================*/

.linkBar{
  display: inline-block;
  font-size: 22px;
  letter-spacing: 3px;
  color: #000;
  border-bottom: 1px solid #000;
}

.titleH3{
  display: inline-block;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

#headWrap{
  width: 100%;
  height: 300px;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headWrap > div{
  position: relative;
  text-align: center;
}

#headWrap > div img{
  margin-bottom: 5px;
}

#headWrap > div h1{
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 6px;
  color: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 600px){
  #headWrap{
    height: 200px;
  }

  #headWrap > div h1{
    writing-mode: horizontal-tb;
  }
}

#linkWrap{
  padding: 50px 20px;
  text-align: center
}



#linkWrap > .titleH3{
  margin-bottom: 20px;
}

.linkBox{
  padding: 0px 20px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linkBox > a{
  display: block;
  width: 49%;
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  text-decoration: underline;
  margin-bottom: 10px;
}

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

  .linkBox > a{
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-size: 20px;
    border: 1px solid #000;
    text-decoration: underline;
    margin-bottom: 10px;
  }
}

/*==============================
メイン
==============================*/

#yusouWrap{
  padding: 50px 20px 50px;
}

.yusouBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  background-color: #f6f6f6;
  padding: 50px 20px 20px;
  text-align: center;
}

.yusouBox h3,
.yusouBox h2{
  margin-bottom: 30px;
}

.yusouList{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.yusouList li{
  width: 100%;
}

.yusouList li h4{
  background-color: #2f2222;
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
}

.yusouList li h4 span{
  font-weight: bold;
  font-size: 18px;
  margin: 10px;
}

.yusouList li > div{
  padding: 20px;
  text-align: left;
}

.yusouList li div p{
  margin-bottom: 20px;
}

.yusouList li div a{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 20px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.konpouImg{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.konpouImg img{
  width: 48%;
}

.incotermBox{
  width: 100%;
  margin-bottom: 20px;
}

.incotermBox h5{
  font-size: 16px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 10px;
}

.incotermBox h5 span{
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;  
}

.incotermBox hr{
  margin-bottom: 10px;
}

.incotermBox > div img{
  width: 100%;
}


/*==============================
レスポンシブ
==============================*/

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

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

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

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

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

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

  .incotermBox > div{
    overflow-x: scroll;
  }

  .incotermBox > div img{
    width: 600px;
  }
}

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