@charset "utf-8";
@font-face {
  font-family: "DIN Alternate Bold";
  src: url("../font/DIN Alternate Bold.ttf") format("truetype");
}
.red {
  color: #FF0000;
}
.bold{
    font-weight: bold;
}
@media screen and (min-width: 761px) {
  #title_conts {
    width: 100%;
    height: 400px;
    background-image: url(../images/friends/friends_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
  }
  .title_inner {
    width: 1000px;
    margin: auto;
    position: relative;
    top: 120px;
  }
  .title_inner .top_title {
    font-size: 60px;
    font-family: "DIN Alternate Bold";
  }
    .title_leed{
        font-size: 16px;
    }
  .title_inner h1 {
    font-size: 44px;
    letter-spacing: inherit;
    font-weight: bold;
    text-shadow: 0 0 5px #f7f6f4,0 0 5px #f7f6f4,0 0 5px #f7f6f4,0 0 5px #f7f6f4,0 0 5px #f7f6f4;
  }
  .friends_box {
    padding: 0 0 40px;
    margin: 70px auto 0;
    width: 100%;
    display: table;
  }
.friends_box_inner  p {
    font-size: 18px;
    line-height: 2;
  }
  .friends_box_inner {
    width: 1000px;
    margin: auto;
  }
  .friends_headingA {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin: 40px 0;
    padding: 30px 0;
    display: block;
  }
  .friends_headingB {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0;
    padding: 30px 0;
    display: block;
  }
    
  
  .friends_list li{
        list-style-type: disc;
          font-size: 18px;
    line-height: 2;
    }
    .other{
        display: none;
    }
.friends_box .friends_contact{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 40px 0 0;
        padding: 30px 0 0;
        display: block;
    }
    .footer_tel_box{
    padding: 60px 0;
    margin: 0 0 40px;
    }
}
@media screen and (max-width: 760px) {
  #title_conts {
    width: 100%;
    height: 250px;
    background-image: url(../images/friends/friends_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 58% 50%;
    position: relative;
  }
  .title_inner {
    width: 80%;
    /* margin: auto; */
    position: relative;
    top: 31vw;
    left: 5vw;
    line-height: 1.2;
  }
  .title_inner .top_title {
    font-size: 10vw;
    font-family: "DIN Alternate Bold";
  }
.title_leed{
        font-size: 3.4vw;
        text-shadow: 0 0 5px #f7f6f4, 0 0 5px #f7f6f4, 0 0 5px #f7f6f4, 0 0 5px #f7f6f4, 0 0 5px #f7f6f4;
    }
  .title_inner h1 {
    font-size: 8vw;
    letter-spacing: inherit;
    font-weight: bold;
    text-shadow: 0 0 5px #f7f6f4,0 0 5px #f7f6f4,0 0 5px #f7f6f4,0 0 5px #f7f6f4,0 0 5px #f7f6f4;
  }
  .friends_box {
    padding: 0 0 40px;
    margin: 0 auto;
    width: 100%;
    display: table;
  }
.friends_box_inner  p {
    font-size: 3.6vw;
    line-height: 2;
  }
  .friends_box_inner {
    width: 90%;
    margin: 5%;
  }
  .friends_headingA {
    text-align: center;
    font-size: 5.5vw;
    font-weight: bold;
    margin: 20px 0;
    padding: 30px 0;
    display: block;
  }
  .friends_headingB {
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
    margin: 20px 0;
    padding: 30px 0;
    display: block;
  }
  .friends_list{
      margin: 1em 0;
        
    }  
  
  .friends_list li{
        list-style-type: disc;
        font-size: 3.6vw;
        line-height: 2;
    }
    .other{
        display: none;
    }
.friends_box .friends_contact{
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: 40px 0 0;
        padding: 30px 0 0;
        display: block;
    }
    .footer_tel_box{
    padding: 60px 0;
    margin: 0 0 40px;
    }
}