@charset "utf-8";

@media screen and (min-width: 741px) {
  .main-cnt .profile dd {
    font-size: 13px;
  }
  .cnt-column.info {
    padding: 0 0 20px;
    border-top: 0;
  }
  .main-cnt .cnt-mailmag .col-r {
    width: 25.5%;
  }
  .cnt-column.other .img_04 {
    margin-top: 10px;
  }
  .main-cnt .profile {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
  }
  .cnt-column.other .inner .text-l {
    margin-bottom: 20px;
  }
  .cnt-column.other .inner .text-l:after  {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
  }
  .cnt-column.other .inner .text-l p {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
    width: 53%;
  }
  .cnt-column.other .inner .text-l p.img_04,
  .cnt-column.other .inner .text-l p.img_05 {
    width: 45%;
    text-align: right;
  }
}
@media screen and (max-width: 740px){
  .cnt-column.other .inner .text-l {
    margin-bottom: 20px;
    }
  .cnt-column.other .inner .text-l p.img_04,
  .cnt-column.other .inner .text-l p.img_05 {
    text-align: center;
    margin: 10px 0;
  }
  .main-cnt .img img:first-child {
    margin-bottom: 15px;
  }
}

.main-cnt img {
  max-width: 100%;
}

@media screen and (max-width: 740px){
 .main-cnt .cnt-header img {
  margin-top: 0;
 }
 .main-cnt .cnt-mainvisual {
  margin-top: 10px;
 }
}

@media screen and (min-width: 741px) {
  .cnt-column.other .inner .text-l p.img_04 {
    text-align: left;
  }
}
.cnt-column.other .inner .text-l p.img_04 span {
  margin-top: 10px;
  display: block;
}
