@charset "UTF-8";


.free-area p:not([class]) {
  font-size: 1.3rem;
  line-height: 1.6;
}

.free-area p:not([class]) + p {
  margin-top: 20px;
}

.free-area .free-area-text-right {
  text-align: right;
}

.free-area .free-area-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.free-area figcaption {
  font-size: 1.0rem;
  line-height: 1.5;
  padding: 5px;
}

.free-area .nmHeading2 {
  font-size: 2.0rem;
  margin: 20px auto;
  line-height: 1.5;
}

.free-area .nmHeading3 {
  font-size: 1.8rem;
  margin: 15px auto;
  line-height: 1.5;
}

.free-area .nmHeading4 {
  font-size: 1.6rem;
  text-align: left;
  margin: 15px 0;
  border-left: 3px solid #282828;
  padding-left: 1rem;
  line-height: 1.5;
}

.free-area .nmHeading5 {
  position: relative;
  font-size: 1.4rem;
  text-align: left;
  margin: 15px 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.free-area .nmHeading5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #282828;
}

.free-area .read {
  line-height: 1.6;
  font-size: 1.3rem;
}

.free-area .linkTxt {
  font-size: 1.4rem;
}

.free-area .linkTxt a {
  text-decoration: underline;
}

.free-area .external a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.free-area .external a::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/common/images/popup.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.free-area .nmList {
  margin-left: 1rem;
}

.free-area .nmList li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.5;
}

.free-area .nmList li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.free-area .nmList li + li {
  margin-top: 5px;
}

.free-area .nmList li a {
  text-decoration: underline;
}

.free-area .odList {
  margin-left: 1rem;
  counter-reset: odListNumber;
}

.free-area .odList li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.5;
}

.free-area .odList li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: odListNumber;
  content: counter(odListNumber) ".";
}

.free-area .odList li a {
  text-decoration: underline;
}

.free-area .odList li + li {
  margin-top: 5px;
}

.free-area .table {
  width: 100%;
}

.free-area .table tr {
  border-bottom: 2px solid #fff;
}

.free-area .table tr :last-of-type {
  border-bottom: none;
}

.free-area .table th {
  line-height: 1.5;
  background-color: #282828;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.free-area .table th + th {
  border-left: 2px solid #fff;
}

.free-area .table td {
  padding: 15px 10px;
  width: 33.33%;
  background-color: #e8e8e8;
  line-height: 1.5;
}

.free-area .table td + td {
  border-left: 2px solid #fff;
}

.free-area .table.cellRow2 th {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .free-area .table.cellRow2 th {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .free-area .table.cellRow2 th {
    padding: 15px 10px;
  }
}

.free-area .table.cellRow2 td {
  text-align: left;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .free-area .table.cellRow2 td {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .free-area .table.cellRow2 td {
    padding: 15px 10px;
  }
}

.free-area .table.cellRow3 th {
  width: 20%;
}

.free-area .table.cellRow3 td {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 40%;
}

.free-area .articleType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .free-area .articleType {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.free-area .articleType figure {
  width: 48.5%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .free-area .articleType figure {
    width: 100%;
  }
}

.free-area .articleType figure figcaption {
  text-align: left;
  padding-top: 10px;
}

.free-area .articleType .txt {
  line-height: 1.5;
}

.free-area .articleType .txt + .txt {
  margin-top: 1rem;
}

.free-area .articleType .articleTypeTxtArea {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .free-area .articleType .articleTypeTxtArea {
    width: 100%;
  }
}

.free-area .articleType .articletypeInnerTitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .free-area .articleType.imgLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.free-area .articleType.imgCenter figure {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .free-area .articleType.imgCenter figure {
    width: 80%;
  }
}

.free-area .articleType.imgCenter figure + .txt {
  margin-top: 20px;
}

.free-area .articleType.bgGrayWrap {
  margin-bottom: 6rem;
  position: relative;
}

.free-area .articleType.bgGrayWrap .innerArticleType {
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .free-area .articleType.bgGrayWrap .innerArticleType {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.free-area .articleType.bgGrayWrap figure {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .free-area .articleType.bgGrayWrap figure {
    width: 100%;
  }
}

.free-area .articleType.bgGrayWrap .caption {
  text-align: left;
  font-size: 1.0rem;
  line-height: 1.5;
  padding: 10px 5px 5px 5px;
}

.free-area .articleType.bgGrayWrap .articleTypeTxtArea {
  width: 70%;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .free-area .articleType.bgGrayWrap .articleTypeTxtArea {
    width: 100%;
    padding-top: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .free-area .articleType.bgGrayWrap .articleTypeTxtArea.imgBottom {
    padding: 1em 1em 1.5em 1em;
  }
}

.free-area .articleType.txtOnlyGrayWrap figure {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .free-area .articleType.txtOnlyGrayWrap figure {
    width: 100%;
  }
}

.free-area .articleType.txtOnlyGrayWrap .innerArticleType {
  margin-top: 2rem;
  display: block;
  padding: 2rem;
}

.free-area .articleType.txtOnlyGrayWrap .innerArticleType .txt {
  line-height: 1.5;
}

.free-area .articleType .rowImagePair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .free-area .articleType .rowImagePair {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.free-area .articleType .rowImagePair figure {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .free-area .articleType .rowImagePair figure {
    width: 100%;
  }
  .free-area .articleType .rowImagePair figure + figure {
    margin-top: 2rem;
  }
}

.free-area .boxContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.free-area .boxContainer .contentBox {
  width: 30%;
}

.free-area .boxContainer .contentBox .txt {
  line-height: 1.5;
}

.free-area .boxContainer .contentBox .txt.grayBack {
  background-color: #e8e8e8;
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.free-area .boxContainer .contentBox .img .layerCaption {
  display: block;
  background-color: #282828;
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  padding: 1rem;
}

.free-area .boxContainer .contentBox .innerContentBox {
  padding: 1rem 0 1rem .2rem;
}

.free-area .boxContainer .contentBox .innerContentBox .caption {
  font-size: 1.2rem;
}

.free-area .boxContainer .contentBox .innerContentBox .textRight {
  position: relative;
}

.free-area .boxContainer .contentBox .innerContentBox .arrowlink a {
  padding-right: 35px;
  width: 100%;
}

.free-area .boxContainer .contentBox .innerContentBox .arrowlink a::after {
  width: 25px;
  right: .2rem;
}

.free-area .boxContainer .contentBox .innerContentBox .arrowlink a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .free-area .boxContainer .contentBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .free-area .boxContainer .contentBox + .contentBox {
    margin-top: 2rem;
  }
}

.free-area .boxContainer .contentBox.row2pieces {
  width: 48%;
}

.free-area .boxContainer .contentBox.row2pieces .caption {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .free-area .boxContainer .contentBox.row2pieces {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.free-area .boxContainer .contentBox.row3pieces {
  width: 30%;
}

.free-area .boxContainer .contentBox.row3pieces .img {
  text-align: center;
}

.free-area .boxContainer .contentBox.row3pieces .img.pdg0 {
  padding: 0;
}

.free-area .boxContainer .contentBox.row3pieces .innerContentBoxTitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 1rem auto;
}

.free-area .boxContainer .contentBox.row3pieces .txt {
  font-size: 1.3rem;
  line-height: 1.5;
}

.free-area .boxContainer .contentBox.row3pieces .layerCaption {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .free-area .boxContainer .contentBox.row3pieces {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.free-area .boxContainer .contentBox.grayframe {
  border: 2px solid #e8e8e8;
  padding: 2rem;
}

.free-area .boxContainer .contentBox.grayframe .innerContentBoxTitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.free-area .boxContainer .contentBox.grayframe .linkBtn {
  margin-top: 1rem;
  width: 100%;
  background: #000;
  text-align: center;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: bold;
}

.free-area .boxContainer .contentBox.grayframe a {
  position: relative;
  display: block;
  color: #fff;
  padding: 10px 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.free-area .boxContainer .contentBox.grayframe a::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.free-area .boxContainer .contentBox.grayframe a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 1px solid #000;
}

.free-area .boxContainer .contentBox.grayframe a:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.free-area .imageBox {
  width: 100%;
  margin-bottom: 4rem;
}

.free-area .imageBox.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .free-area .imageBox.flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.free-area .imageBox figure.singleImgBox {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .free-area .imageBox figure {
    width: 32%;
  }
  .free-area .imageBox figure + figure {
    margin-left: 1.33%;
  }
}

@media screen and (max-width: 767px) {
  .free-area .imageBox figure {
    width: 100%;
  }
  .free-area .imageBox figure + figure {
    margin-top: 2rem;
  }
}

.free-area .imageBox.middleImages figure {
  width: 49.8%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .free-area .imageBox.middleImages figure {
    width: 100%;
  }
}

.free-area .imageBox.bigImages figure {
  width: 100%;
  margin: 0 auto;
}

.free-area .imageBox.bigImages figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .free-area .imageBox.row2fit figure {
    width: 49.335%;
  }
  .free-area .imageBox.row2fit figure + figure {
    margin-left: 1.33%;
  }
}

@media screen and (max-width: 767px) {
  .free-area .imageBox.row2fit figure {
    width: 100%;
  }
}

.free-area .imageBox .imgList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .free-area .imageBox .imgList .imgListItem {
    width: 30%;
    margin: 30px 5% 0 0;
  }
  .free-area .imageBox .imgList .imgListItem:nth-child(3n) {
    margin-right: 0;
  }
}

.free-area .imageBox .imgList .imgListItem a {
  display: block;
}

@media screen and (min-width: 768px) {
  .free-area .imageBox .imgList .imgListItem a:hover {
    opacity: 0.7;
  }
}

.free-area .imageBox .imgList .imgListItem a .txt {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .free-area .imageBox .imgList.thumbListM .imgListItem {
    width: 22.22%;
    margin: 20px 3.7066% 0 0;
  }
  .free-area .imageBox .imgList.thumbListM .imgListItem:nth-child(3n) {
    margin-right: 3.7066%;
  }
  .free-area .imageBox .imgList.thumbListM .imgListItem:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .free-area .imageBox .l-sliderThumbParent {
    width: 108%;
    margin: 0 0 0 -4%;
  }
  .free-area .imageBox .l-sliderThumbParent .imgList {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .free-area .imageBox .l-sliderThumbParent .l-sliderThumbContainer {
    padding: 0 8%;
  }
}

.free-area .newMark .txt::after,
.free-area p.newMark::after {
  content: "NEW";
  margin-left: 5px;
  display: inline-block;
  color: #ff0000;
  line-height: 1.3;
  font-style: italic;
  font-weight: bold;
}

.free-area .read + .imageBox {
  margin-top: 15px;
}

.free-area .contactContainer {
  width: 90%;
  margin: 0 auto 4rem auto;
  padding: 2rem;
  border: 2px solid #e8e8e8;
}

.free-area .contactContainer.noframe {
  border: none;
}

.free-area .contactContainer.noframe.singleBox .linkBtn {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .free-area .contactContainer.noframe.singleBox .linkBtn {
    width: 80%;
  }
}

.free-area .contactContainer.flexbox {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .free-area .contactContainer.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.free-area .contactContainer.flexbox .contactBox {
  width: 49%;
  border: 2px solid #e8e8e8;
  padding: 2rem;
}

.free-area .contactContainer.flexbox .contactBox .innerContactContainerTitle {
  font-weight: bold;
}

.free-area .contactContainer.flexbox .contactBox .linkBtn {
  width: 75%;
}

.free-area .contactContainer.flexbox .contactBox .linkTxt {
  margin-top: 1rem;
  font-size: 1.4rem;
  padding-left: 1.5rem;
  position: relative;
}

.free-area .contactContainer.flexbox .contactBox .linkTxt::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.free-area .contactContainer.flexbox .contactBox .linkTxt a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .free-area .contactContainer.flexbox .contactBox {
    width: 100%;
  }
  .free-area .contactContainer.flexbox .contactBox + .contactBox {
    margin-top: 2rem;
  }
}

.free-area .contactContainer .innerContactContainerTitle {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.free-area .contactContainer .txt {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.free-area .contactContainer .linkBtn {
  width: 75%;
  margin: 0 auto;
  background-color: #000;
  text-align: center;
  line-height: 1.3;
  font-size: 1.6rem;
  position: relative;
}

.free-area .contactContainer .linkBtn a {
  display: block;
  color: #fff;
  padding: 10px 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.free-area .contactContainer .linkBtn a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 1px solid #000;
}

.free-area .contactContainer .linkBtn.rightArrow a::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.free-area .contactContainer .linkBtn.rightArrow a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 1px solid #000;
}

.free-area .contactContainer .linkBtn.rightArrow a:hover::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.free-area .contactContainer .linkBtn.external a {
  padding: 10px 28px;
}

.free-area .contactContainer .linkBtn.external a::after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(/common/images/popup_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.free-area .contactContainer .linkBtn.external a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border: 1px solid #000;
}

.free-area .contactContainer .linkBtn.external a:hover::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.free-area .contactContainer .linkBtn.external a:hover::after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(/common/images/popup.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .free-area .contactContainer .linkBtn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .free-area .contactContainer {
    width: 100%;
  }
}

.free-area .listFrame {
  width: 100%;
}

.free-area .listFrame > li {
  margin: 0 auto;
  padding: 2rem;
  border: 2px solid #e8e8e8;
}

.free-area .listFrame > li .listFrameTitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.free-area .listFrame > li .listFrameTxt {
  padding-left: 1.5rem;
  line-height: 1.4;
  position: relative;
}

.free-area .listFrame > li .listFrameTxt::before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 3px;
}

.free-area .listFrame > li .listFrameTxt .innerListFrameTxtTitle {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.free-area .listFrame > li .listFrameTxt .txt {
  font-size: 1.3rem;
  line-height: 1.5;
}

.free-area .listFrame > li + li {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .free-area .listFrame ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .free-area .listFrame ul li {
    width: 48%;
  }
  .free-area .listFrame ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .free-area .listFrame li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .free-area .photoSideLead .photoSideTextArea {
    width: 100%;
  }
  .free-area .photoSideLead .photoSideArea + .photoSideTextArea {
    width: 67%;
  }
}

@media screen and (min-width: 768px) {
  .free-area .l-customizeSection {
    padding: 55px 0;
  }
}

@media screen and (max-width: 767px) {
  .free-area .l-customizeSection {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .free-area .l-customizeSectionLine + .l-customizeSectionLine,
  .free-area .l-customizeSectionLine + .l-sectionLine,
  .free-area .l-sectionLine + .l-customizeSectionLine {
    border-top: 1px solid #d6d6d6;
  }
}

@media screen and (max-width: 767px) {
  .free-area .l-customizeSectionLine + .l-customizeSectionLine,
  .free-area .l-customizeSectionLine + .l-sectionLine,
  .free-area .l-sectionLine + .l-customizeSectionLine {
    position: relative;
  }
  .free-area .l-customizeSectionLine + .l-customizeSectionLine::before,
  .free-area .l-customizeSectionLine + .l-sectionLine::before,
  .free-area .l-sectionLine + .l-customizeSectionLine::before {
    position: absolute;
    top: 0;
    left: -4%;
    content: "";
    width: 108%;
    height: 1px;
    background: #d6d6d6;
  }
}

.free-area .free-photoSideLead .free-PhotoSideTextArea {
  width: 67%;
  margin-left: 3%;
  line-height: 1.5;
}

.free-area .movieBox {
  position: relative;
  margin: 0 auto;
  padding-top: 58%;
  max-width: 640px;
}

.free-area .movieBox iframe {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .free-area .movieBox iframe {
    width: 100%;
  }
}

.free-area .movieBox + .movieBox {
  margin-top: 15px;
}

.free-area .read + .movieBox {
  margin-top: 15px;
}

.free-area .photoSideTextArea {
  line-height: 1.4em;
}

.free-area .photoSideTextArea img {
  margin-bottom: 8px;
}

.free-area .bgtitle-pro {
  background-color: #eee;
  font-size: 120%;
  padding: 10px;
  border-left: 4px solid #ccc;
  margin: 30px 0px 10px;
  line-height: 1.5em;
  color: #000;
}

.free-area h3 {
  　　background-color: #ffffff;
  font-size: 150%;
  padding: 10px 3px;
  margin: 30px 0px 10px;
  line-height: 1.5em;
}

.free-area h4.kana {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 10px;
}

.free-area h4.kana:before, .free-area h4.kana:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.free-area h4.kana:before {
  left: 0;
}

.free-area h4.kana:after {
  right: 0;
}

.free-area h5 {
  font-size: 1.3em;
  background-color: #eee;
  padding: 6px 2px;
  margin-top: 15px;
}

.free-area .table_ui {
  width: 100%;
  border-collapse: collapse;
}

.free-area .table_ui th {
  width: 25%;
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}

.free-area .table_ui td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

.free-area .movieListBox {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .free-area .movieListBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .free-area .movieListBox li {
    position: relative;
    padding-top: 20%;
    width: 32%;
  }
  .free-area .movieListBox li iframe {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
  }
  .free-area .movieListBox li + li {
    margin-left: 1%;
  }
  .free-area .movieListBox li:nth-child(3n+1) {
    margin-left: 0;
  }
  .free-area .movieListBox li:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .free-area .movieListBox li {
    position: relative;
    padding-top: 58%;
  }
  .free-area .movieListBox li + li {
    margin-top: 20px;
  }
  .free-area .movieListBox iframe {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
