@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: auto;
    bottom: 20px;
    left: 20px;
  }
  .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: 20px;
    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;
  }
  
  .cnt-column.other .inner .text-l2 p,
  .cnt-column.other .inner .text-l2 div {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: calc(100% - 280px);
  }
  .cnt-column.other .inner .text-l2 .img_04,
  .cnt-column.other .inner .text-l2 .img_05 {
    width: 280px;
    text-align: left;
  }
}
@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;
  }
  .cnt-column.other .inner .text-l2 p.img_04,
  .cnt-column.other .inner .text-l2 p.img_05 {
    text-align: center;
    margin: 10px 0;
  }
  .cnt-column.other .inner .text-l2 figure {
    width: auto;
  }
  .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;
}

@media screen and (min-width: 741px) {
  .main-cnt .profile dd {
    line-height: 1.3;
  }
  .main-cnt .profile dd .name {
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 6px;
  }
}

.img-column {
  display: flex;
  justify-content: center;
  margin: -10px;
}
.img-column li {
  padding: 10px;
}

.main-cnt .cnt-column + .cnt-column{
  border-top: none;
  margin-top: 0;
}