
/* ===============================================================================
Body Setting
=============================================================================== */
body {
  background-color: #ffe799;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
/* ===============================================================================
ContentsArea
=============================================================================== */
h1 {
  font-size: 2.5rem;
  line-height: 1.4;
}
#main {
  border-left: #0095d0 solid 3px;
  border-right: #0095d0 solid 3px;
  line-height: 0;
  font-family: 'A1 Gothic R',sans-serif;
  background-color: #FFFFFF;
}
#main:before {
  content: '';
  display: inline-block;
  background:url(../img/bg_line.gif);
  width: 100%;
  height: 25px;
  background-size: 22px 25px;
}
#main:after {
  content: '';
  display: inline-block;
  background:url(../img/bg_line.gif);
  width: 100%;
  height: 25px;
  background-size: 22px 25px;
}
#main .wrapper {
  max-width: 540px;
  width: 81.25%;
  margin: 0 auto;
  line-height: 1.77;
}

#main .mv{
  text-align: center;
  padding: 50px 0 30px;
}

.title {
  background-color: #0095d0;
  color: #FFFFFF;
  padding: 20px 0;
}
.title p {
  font-size: 1.8rem;
  padding-top: 10px;
}
.interview .wrapper {
  padding: 30px 0 0;
}
.interview .intro {
  color: #e16d13;
  padding-bottom: 30px;
  font-size: 1.8rem;
}
.interview .img{
  padding-bottom: 30px;
}
.interview dl {
  margin: 0 auto;
  color: #404040;
  font-size: 1.7rem;
  padding-bottom: 30px;
}
.interview dt {
  padding-bottom: .5em;
  text-indent: -1em;
  padding-left: 1em;
}
.interview dd {
  font-family: 'A1 Gothic L',sans-serif;  
  padding-left: 1em;
}
.interview dd p{
  font-size: 1.4rem;
  color: #0095d0;
  padding-top: 2em;
}
.interview ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 450px;
    width: 81.25%;
    margin: 0 auto;
    padding: 30px 0 75px;
}
.interview ul li {
  text-align: center;
}
.interview ul li img{
  width: 50px;
}
.interview ul li span{
  display: block;
  font-size: 1.5rem;
  line-height: 3;
  font-family: 'A1 Gothic M',sans-serif;  
}
.interview ul a{
  color: #0095d0;
}

body#lesson{
  background-color: #91c8fa;
}
#lesson #main:before,
#lesson #main:after{
  display: none;
}
#lesson .inner{
  max-width: 880px;
  padding: 96px 0 0;
}
#lesson #main{
  border: #17588f solid 4px;
}
#lesson #main .wrapper {
  font-size: 1.8rem;
  font-family: 'A1 Gothic R',sans-serif;
}
#lesson #main .mv{
  position: relative;
  padding: 60px 0 20px;
}
#lesson #main .mv p{
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
#lesson h1 {
  font-size: 3rem;
}
#lesson .title {
  background-color: #17588f;
  padding: 30px 0;
}
#lesson h3{
  font-size: 2rem;
  color: #17588f;
  font-family: 'A1 Gothic M',sans-serif;
  margin: 20px 0 5px;
}
#lesson #main .wrapper p{
  color: #3198f6;
  font-family: 'A1 Gothic M',sans-serif;
  padding-bottom: 60px;
}
#lesson #main .wrapper .btn{
  text-align: center;
  padding: 100px 0 80px;
}
#lesson .interview ul li span {
  line-height: 1.4;
  margin-top: 5px;
}
#lesson .interview ul a {
  color: #17588f;
}
#lesson .prof{
  border: 3px solid #17588f;
  border-radius: 5px;
  margin: 50px auto;
  position: relative;
}
#lesson .prof h4{
  text-align: center;
  line-height: 55px;
  background-color: #17588f;
  color: #ffffff;
  font-family:"A1 Gothic M", sans-serif;
}
#lesson .prof .obj_prof1{
  position: absolute;
  top: -10px;
  left: 55px;
}
#lesson .prof .obj_prof2{
  position: absolute;
  top: -12px;
  right: 100px;
}
#lesson .prof .inner{
  font-size: 1.6rem;
  padding: 45px;
}
#lesson .prof .inner p{
  text-align: center;
  padding: 30px 0 !important;
}
#lesson .prof a{
  color: #5faff8;
}
#lesson .prof a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
@media screen and (max-width: 640px) {

  h1 {
    font-size: 1.8rem;
  }
  .title {
    padding: 15px 0;
  }
  .title p {
    font-size: 1.6rem;
  }

  #main:before {
    height: 15px;
    background-size: 15px 15px;
  }
  #main:after {
    height: 15px;
    background-size: 15px 15px;
  }
  #main .mv {
    padding: 30px 0;
    width: 82.5%;
    margin: 0 auto;
  }
  #lesson .title{
    padding: 15px 0;
  }
  .interview ul {
    padding: 30px 0 45px;
  }
  .interview .wrapper {
    padding: 20px 0 0;
  }
  .interview .intro {
    font-size: 1.7rem;
    padding-bottom: 20px;
    line-height: 1.55;
  }
  .interview .img {
    padding-bottom: 20px;
  }
  .interview dl {
    font-size: 1.6rem;
    padding-bottom: 20px;
    line-height: 1.65;
  }
  .interview dd {
    padding-left: 0;
  }
  .interview ul li span {
    margin-top: 1em;
    line-height: 1.2;
    font-size: 1.2rem;
  }
  #lesson h1 {
    font-size: 1.8rem;
  }
  #lesson #main .mv p {
    top: -50px;
  }
  #lesson #main .mv {
    padding: 65px 0 20px;
  }
  #lesson #main .wrapper {
    padding-bottom: 0;
    font-size: 1.7rem;
    line-height: 1.65;
  }
  #lesson h3 {
    font-size: 1.8rem;
  }
  #lesson #main .wrapper .btn{
    padding: 50px 0;
  }
  #lesson #main .wrapper .btn img{
    width: 100%;
  }
  #lesson #main .wrapper p {
    padding-bottom: 20px;
  }
  #lesson .interview ul li img {
    width: 59px;
  }
  #lesson .prof .inner{
    padding: 30px 15px;
  }
  #lesson .prof .inner p img{
    width: 80%;
  }
}