@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
.communication .head-section .head-inner {
  background: url(/wp/wp-content/uploads/img/communication/bg_communication.jpg) center top no-repeat;
  background-size: cover;
}
.communication .head-section .head-phrase {
  margin: 0 0 70px 0;
}

.communication-section .communication-box {
  line-height: 1.2;
  padding: 15px;
}
.communication-section .communication-box p {
  width: 27%;
  float: left;
  margin: 0 10px 0 0;
}
.communication-section .communication-box h2 {
  margin: 0 0 5px 0;
}
.communication-section .communication-box h2 a {
  color: #393f76;
}
.communication-section .communication-box dd {
  font-size: 11px;
  font-size: 1.1rem;
}
.communication-section .communication-box.goethe-box, .communication-section .communication-box.edison-box {
  background: rgba(53, 61, 125, 0.1);
}
.communication-section .communication-box.junior-box {
  background: rgba(53, 61, 125, 0.2);
}

.communication-forum {
  padding: 40px 0;
}
.communication-forum h2 {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
}
.communication-forum .forum-fig {
  margin: 0 0 15px 0;
}

.communication-other {
  padding: 70px 0;
  background: url(/wp/wp-content/uploads/img/other/bg_other.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.communication-other h2 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px 0;
}
.communication-other .detail a {
  margin-top: 40px;
}
.communication-other .other-fig {
  margin: 0 auto 40px;
  width: 230px;
}
.communication-other .other-fig img {
  border: solid 5px #fff;
}

.communication-library {
  background: url(/wp/wp-content/uploads/img/communication/bg_library.jpg) -150px top no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.communication-library .library-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.communication-library h2 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px 0;
}
.communication-library p {
  margin: 0 0 10px 0;
}

/********************************************

en

********************************************/
.en .discription {
  background: #fff;
  padding: 40px 0;
}
.en .communication-section {
  margin: 0 0 80px 0;
}
.en .communication .head-section .head-inner {
  background: url(/wp/wp-content/uploads/img/communication/bg_communication.jpg) center top no-repeat;
  background-size: auto 100%;
  height: 520px;
}
.en .communication .head-section .head-phrase {
  margin-bottom: 20px;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .communication .head-section .head-mark {
    padding: 25px 10px 0;
    background: rgba(255, 176, 73, 0.8);
  }
  .communication .head-section .head-mark h1 i {
    margin: 0 0 15px 0;
  }
  .communication .head-section .head-phrase {
    margin: 0 0 40px 0;
  }

  .communication-section .communication-box {
    line-height: 1.7;
    padding: 0;
    width: 33.3333333%;
    float: left;
  }
  .communication-section .communication-box p {
    width: 100%;
    float: none;
    margin: 0;
  }
  .communication-section .communication-box dl {
    padding: 15px 14px 0;
    min-height: 160px;
  }
  .communication-section .communication-box h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .communication-section .communication-box dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .communication-forum {
    padding: 50px 0;
  }
  .communication-forum h2 {
    margin: 0 0 35px 0;
  }
  .communication-forum .forum-fig {
    float: right;
    width: 32%;
    margin: 0;
  }
  .communication-forum .forum-text {
    width: 65%;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .communication-forum .detail a {
    margin-left: 0;
  }

  .communication-other {
    padding: 70px 0 100px;
  }
  .communication-other h2 {
    margin: 0 0 5px 0;
    text-align: left;
  }
  .communication-other .other-fig {
    margin: 0 40px 0 0;
    float: left;
  }
  .communication-other .other-box {
    float: left;
  }
  .communication-other .other-box p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .communication-other .other-box .detail a {
    margin-left: 0;
  }

  .communication-library {
    background: url(/wp/wp-content/uploads/img/communication/bg_library.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .communication-library .library-box {
    float: right;
    width: 52%;
    padding-bottom: 30px;
  }
  .communication-library p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .communication-library li {
    float: left;
    width: 50%;
    font-size: 13px;
    font-size: 1.3rem;
  }

  /********************************************
  
  en
  
  ********************************************/
  .en .discription {
    padding: 0 0 40px;
    margin-top: 30px;
  }
  .en .communication .head-section .head-inner {
    height: 380px;
  }
  .en .communication .head-section .head-phrase {
    margin-bottom: 40px;
  }
  .en .communication-section .communication-box dl {
    min-height: 80px;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  .communication .head-section .head-mark h1 i {
    margin-bottom: 25px;
  }
  .communication .head-section .head-phrase {
    margin: 0 0 20px 0;
  }

  .communication-section .communication-box dd {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .communication-forum .forum-text {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .communication-other {
    padding: 120px 0 140px;
  }
  .communication-other .other-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .communication-library .library-box {
    padding: 35px 30px 40px;
    width: 48%;
  }
  .communication-library p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .communication-library li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /********************************************
  
  en
  
  ********************************************/
  .en .communication-section {
    margin: 0 0 120px 0;
  }
  .en .communication .head-section .head-phrase {
    margin-bottom: 20px;
  }
  .en .communication .head-section .head-inner {
    background: url(/wp/wp-content/uploads/img/communication/bg_communication.jpg) center top no-repeat;
    background-size: 100%;
    height: 400px;
  }
}
/* print
---------------------------------------------------*/
@media print {
  .communication .head-section .head-mark {
    padding: 25px 10px 0;
    background: rgba(255, 176, 73, 0.8);
  }
  .communication .head-section .head-mark h1 i {
    margin: 0 0 15px 0;
  }
  .communication .head-section .head-phrase {
    margin: 0 0 40px 0;
  }

  .communication-section .communication-box {
    line-height: 1.7;
    padding: 0;
    width: 33.3333333%;
    float: left;
  }
  .communication-section .communication-box p {
    width: 100%;
    float: none;
    margin: 0;
  }
  .communication-section .communication-box dl {
    padding: 15px 14px 0;
    min-height: 160px;
  }
  .communication-section .communication-box h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .communication-section .communication-box dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .communication-forum {
    padding: 50px 0;
  }
  .communication-forum h2 {
    margin: 0 0 35px 0;
  }
  .communication-forum .forum-fig {
    float: right;
    width: 32%;
    margin: 0;
  }
  .communication-forum .forum-text {
    width: 65%;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .communication-forum .detail a {
    margin-left: 0;
  }

  .communication-other {
    padding: 70px 0 100px;
  }
  .communication-other h2 {
    margin: 0 0 5px 0;
    text-align: left;
  }
  .communication-other .other-fig {
    margin: 0 40px 0 0;
    float: left;
  }
  .communication-other .other-box {
    float: left;
  }
  .communication-other .other-box p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .communication-other .other-box .detail a {
    margin-left: 0;
  }

  .communication-library {
    background: url(/wp/wp-content/uploads/img/communication/bg_library.jpg) center top no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .communication-library .library-box {
    float: right;
    width: 52%;
    padding-bottom: 30px;
  }
  .communication-library p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .communication-library li {
    float: left;
    width: 50%;
    font-size: 13px;
    font-size: 1.3rem;
  }

  /********************************************
  
  en
  
  ********************************************/
  .en .discription {
    padding: 0 0 40px;
    margin-top: 30px;
  }
  .en .communication .head-section .head-inner {
    height: 380px;
  }
  .en .communication .head-section .head-phrase {
    margin-bottom: 40px;
  }
  .en .communication-section .communication-box dl {
    min-height: 80px;
  }
}
