@charset "UTF-8";

/*--------------------------------------------------------------
# フリーページ
--------------------------------------------------------------*/
.free-content {
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
}

h1.freetitle {
  font-size: 21px;
  font-weight: bold;
  background: #1468ac;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: -12px;
  left: 0px;
}

h1.freetitle::after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  border: none;
  border-top: solid 12px transparent;
  border-left: solid 5px #f0c105;
}

.free {
  border-top:none !important;
  margin-top: 0px !important;
  line-height: 1.7em;
  margin-bottom: 30px; /*200623*/
}

.main {
  padding: 100px 0 0 !important;
}
/*200622追記*/


.free-content h3 {
  clear: both !important;

}
/*--------------------------------------------------------------
# PC～Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 1100px) {


}/* max-width: 1100px */

/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*--------------------------------------------------------------
  # フリーページ
  --------------------------------------------------------------*/

  .free-content {
    width:90%;
    margin: auto;
  }
  h1.freetitle {
  width: 90%;
  margin: 20px 20px 0 20px;
  color:#1468ac;
  background: none;
}
  .free-content h3 {
    font-size: 20px;
  }




    .hd-name-inner {
      background: none !important;
      border-bottom: none !important;
    }

    .hd-name-inner h1 {
      display: none !important;
    }

  .free-content article {
    margin: 10px 20px;
    line-height: 1.6em;
  }
  .free {
    border-top:none !important;
    margin-top: 5px !important;
  }
}/* max-width: 768px */


/*--------------------------------------------------------------
# youtube用
--------------------------------------------------------------*/

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*--------------------------------------------------------------
# Smartphone
--------------------------------------------------------------*/
@media screen and (max-width: 667px) {


}/* max-width: 667px */
