@charset "utf-8";

@import url("common/style.css");

#privacy{
  margin-top: 36px;
}

#privacy section{
  margin-top: 36px;
}

#privacy section:first-of-type{
  margin-top: 20px;
}

#privacy section p{
  margin-top: 2rem;
}

#privacy section ul{
  margin-top: 2rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

#privacy section ul li{
}



@media only screen and (min-width: 1040px) {
  
  #privacy{
    margin-top: 44px;
  }
  
  #privacy section{
    margin-top: 90px;
  }
  
  #privacy section:first-of-type{
    margin-top: 44px;
  }
  
  #privacy section p{
    margin-top: 3rem;
  }

  
}


/* ごあいさつ
───────────────────────────────────*/
#greeting{
  margin-top: 20px;
}

#message{
  padding: 20px 0 35px 0;
}

#message p{
  margin-top: 1em;
  line-height: 200%;
}

#message p:first-child{
  margin-top: 0;
}

#greeting #img_set{
  background: #E8E8E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#greeting #img_set img{
  width: 40%;
}

#greeting #img_set p{
  font-size: 1.3rem;
  line-height: 180%;
  padding-left: 23px;
  padding-bottom: 23px;
}

#greeting #img_set p span{
  font-size: 2.2rem;
  padding: 6px 0;
  display: block;
}


@media only screen and (min-width: 640px) {
  


}


@media only screen and (min-width: 1040px) {

  #greeting{
    margin-top: 44px;
  }
  
  #greeting > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }

  #message{
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 700px;
  }

  #message p{
    margin-top: 2em;
  }

  #greeting #img_set{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    border-bottom: 3px solid #0066C1;
  }

  #greeting #img_set img{
    width: 280px;
  }

  #greeting #img_set p{
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #greeting #img_set p br:first-child{
    display: none;
  }

  #greeting #img_set p span{
    font-size: 2.6rem;
  }
  
}


/* コンセプト
───────────────────────────────────*/
#concept{
  margin-top: 36px;
}

#concept ul{
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0066C1;
  line-height: 160%;
}

#concept ul li{
  margin-bottom: 10px;
}

#concept p{
  line-height: 200%;
}


@media only screen and (min-width: 640px) {
  


}


@media only screen and (min-width: 1040px) {

  #concept{
    margin-top: 90px;
  }

  #concept ul{
    margin-top: 44px;
    font-size: 2.2rem;
    text-align: center;
  }

  #concept ul li{
    margin-bottom: 15px;
  }
  
  #concept ul li:last-child{
    margin-bottom: 0;
  }

  #concept p{
    margin-top: 30px;
  }

  
}


/* 会社概要
───────────────────────────────────*/
#summary{
  margin-top: 38px;
}

#summary h2 + p{
  margin-top: 22px;
  line-height: 200%;
}

#summary dl#list01{
  margin-top: 30px;
  border-bottom: 3px solid rgba(0,0,0,0.15);
}

#summary dl#list01 dt{
  text-align: center;
  color: #0066C1;
  font-weight: bold;
  background: rgba(0,0,0,0.05);
  padding: 15px;
}

#summary dl#list01 dd{
  text-align: center;
  padding: 15px;
}

#summary dl#list01 dd dl dt{
  background-color: #FFF;
  border-bottom: 1px dashed #CCC;
  padding: 0 0 10px 0;
  color: #000;
}

#summary a.link_b{
  margin-top: 20px;
}

#summary h3{
  margin-top: 25px;
  font-size: 1.8rem;
  border: 1px solid #000;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  box-sizing: border-box;
}

#summary dl#list02{
}

#summary dl#list02 dt{
  padding: 12px 15px 4px 15px;
}

#summary dl#list02 dd{
  padding: 4px 15px 12px 15px;
}

#summary dl#list02 dt:nth-of-type(odd),
#summary dl#list02 dd:nth-of-type(odd){
  background: rgba(0,0,0,0.05);
}


@media only screen and (min-width: 640px) {
  


}


@media only screen and (min-width: 1040px) {
 
  #summary{
    margin-top: 90px;
  }

  #summary h2 + p{
    margin-top: 38px;
    text-align: center;
  }
  
  #summary > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  #summary dl#list01{
    margin-top: 0;
    border-bottom: none;
    width: 490px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #summary dl#list01 dt{
    clear: both;
    float: left;
    text-align: left;
    background: none;
    padding: 15px;
    width: 120px;
    box-sizing: border-box;
  }

  #summary dl#list01 dd{
    text-align: left;
    padding: 15px 15px 15px 120px;
  }
  
  #summary dl#list01 dd:nth-of-type(odd){
    background: rgba(0,0,0,0.05);
  }
  
  #summary dl#list01 dd dl dt{
    background: none;
    border-bottom: none;
    padding: 15px 0 0 15px;
    color: #000;
  }
  
  #summary dl#list01 dd dl dt:first-child{
    clear: none;
  }
  
  #summary dl#list01 dd dl dd{
    border-bottom: 1px dashed #AAA;
  }

  #summary a.link_b{
    margin-top: 48px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  
  #summary div div{
    width: 490px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #summary h3{
    margin-top: 0;
    font-size: 2.1rem;
    text-align: left;
    padding: 10px;
  }

  #summary dl#list02 dt{
    clear: both;
    float: left;
    padding: 15px;
    width: 205px;
    box-sizing: border-box;
  }

  #summary dl#list02 dd{
    padding: 15px 15px 15px 205px;
  }

  #summary dl#list02 dt:nth-of-type(odd){
    background: none;
  }
  
  
}


/* 創業当時の神山運輸
───────────────────────────────────*/
#history{
  margin-top: 40px;
}

#history #text{
  margin-top: 24px;
  margin-bottom: 32px;
  line-height: 200%;
}

#history #text p + p{
  margin-top: 40px;
}

#history img{
  width: 100%;
}


@media only screen and (min-width: 640px) {
  


}


@media only screen and (min-width: 1040px) {
  
  #history{
    margin-top: 90px;
  }
  
  #history > div{
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #history #text{
    margin-top: 0;
    margin-bottom: 0;
    width: 490px;
  }

  #history #text p + p{
    margin-top: 45px;
  }

  #history img{
    width: 520px;
  }


}


/* 電子決算公告
───────────────────────────────────*/
#financial_statement{
  margin-top: 40px;
}

#financial_statement h3{
  font-size: 1.8rem;
  max-width: 490px;
  margin: 0 auto;
}

#financial_statement h3::before{
  content: "■";
  color: #0066C1;
}

#financial_statement section{
  margin-top: 25px;
}

#financial_statement section ul{
  margin-top: 0.5em;
}

#financial_statement section ul li{
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

#financial_statement section ul li + li{
  margin-top: 1.0em;
}

#financial_statement section ul li a{
  width: 100%;
  background: #0066C1;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}

#financial_statement section ul li a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
}


@media only screen and (min-width: 768px) {
  
  #financial_statement > div{
    margin-top: 25px;
  }
  
  #financial_statement h3{
    margin: 0;
  }
  
  #financial_statement section{
    margin-top: 0;
    width: 100%;
  }
  
  #financial_statement section + section{
    margin-top: 30px;
  }
  
  #financial_statement section ul{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #financial_statement section ul li{
    margin: 0;
    width: calc(50% - 15px);
  }
  
  #financial_statement section ul li + li{
    margin-top: 0;
  }
  
  #financial_statement section ul li:nth-child(n+3){
    margin-top: 15px;
  }

}


@media only screen and (min-width: 1040px) {
  
  #financial_statement{
    margin-top: 90px;
  }
  
  #financial_statement > div{
    margin-top: 40px;
  }
  
  #financial_statement h3{
    font-size: 2.1rem;
  }
  
  #financial_statement section + section{
    margin-top: 50px;
  }

  #financial_statement section ul{
    margin-top: 25px;
  }

  #financial_statement section ul li{
    width: 100%;
  }
  
  #financial_statement section ul li:nth-child(n+3){
    margin-top: 20px;
  }

  #financial_statement section ul li a{
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 1.8rem;
    transition: 0.2s;
  }
  
  #financial_statement section ul li a::after{
    right: 20px;
    transition: 0.2s;
  }
  
  #financial_statement section ul li a:hover{
    opacity: 0.7;
  }
  
  #financial_statement section ul li a:hover::after{
    right: 15px;
  }
  
}


/* 標準約款
───────────────────────────────────*/
#conditions{
  margin-top: 40px;
}

#conditions > div{
  margin-top: 25px;
}

#conditions ul{
}

#conditions ul li{
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

#conditions ul li + li{
  margin-top: 1.0em;
}

#conditions ul li a{
  width: 100%;
  background: #0066C1;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}

#conditions ul li a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
}


@media only screen and (min-width: 768px) {
  
  #conditions > div{
    margin-top: 25px;
    width: 100%;
  }
  
  #conditions ul{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #conditions ul li{
    margin: 0;
    width: calc(50% - 15px);
  }
  
  #conditions ul li + li{
    margin-top: 0;
  }
  
  #conditions ul li:nth-child(n+3){
    margin-top: 15px;
  }

}


@media only screen and (min-width: 1040px) {
  
  #conditions{
    margin-top: 90px;
  }
  
  #conditions > div{
    margin-top: 40px;
  }

  #conditions ul{
    margin-top: 25px;
  }

  #conditions ul li{
    width: 100%;
  }
  
  #conditions ul li:nth-child(n+3){
    margin-top: 20px;
  }

  #conditions ul li a{
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 1.8rem;
    transition: 0.2s;
  }
  
  #conditions ul li a::after{
    right: 20px;
    transition: 0.2s;
  }
  
  #conditions ul li a:hover{
    opacity: 0.7;
  }
  
  #conditions ul li a:hover::after{
    right: 15px;
  }
  
}


/* 共通コンテンツ領域
───────────────────────────────────*/
.contents_set{
  margin-top: 36px;
}

.contents_set p{
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0066C1;
  line-height: 180%;
}


@media only screen and (min-width: 640px) {
  


}


@media only screen and (min-width: 1040px) {

  .contents_set{
    margin-top: 90px;
  }

  .contents_set p{
    margin-top: 44px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 220%;
  }

  
}
