@charset "UTF-8";
/*@mixin tabletL {
  //タブレット横の場合
  @media only screen and (max-width: $bpTabletL) {
	  @content;
  }
}*/
.modTitle02_icon:before {
  content: " ";
  display: block;
  margin: -10px auto 20px;
}

@media only screen and (max-width: 600px) {
  .modTitle02_icon:before {
    margin: 0px auto 10px;
  }
}

.myTitle02_icon_folder:before {
  width: 79px;
  height: 60px;
  background: url(../img/manuscript/iconFolder.png) no-repeat top left/100% auto;
}

@media only screen and (max-width: 600px) {
  .myTitle02_icon_folder:before {
    width: 52.66667px;
    height: 40px;
  }
}

.myTitle02_icon_mail:before {
  width: 74px;
  height: 50px;
  background: url(../img/manuscript/iconMail.png) no-repeat top left/100% auto;
}

@media only screen and (max-width: 600px) {
  .myTitle02_icon_mail:before {
    width: 49.33333px;
    height: 33.33333px;
  }
}

.myTitle02_icon_ai:before {
  width: 109px;
  height: 106px;
  background: url(../img/manuscript/iconAi.png) no-repeat top left/100% auto;
}

@media only screen and (max-width: 600px) {
  .myTitle02_icon_ai:before {
    width: 72.66667px;
    height: 70.66667px;
  }
}

.myTitle02_icon_ps:before {
  width: 103px;
  height: 100px;
  background: url(../img/manuscript/iconPs.png) no-repeat top left/100% auto;
}

@media only screen and (max-width: 600px) {
  .myTitle02_icon_ps:before {
    width: 68.66667px;
    height: 66.66667px;
  }
}

.myTitle02_icon_pdf:before {
  width: 100px;
  height: 100px;
  background: url(../img/manuscript/iconAcrobat.png) no-repeat top left/100% auto;
}

@media only screen and (max-width: 600px) {
  .myTitle02_icon_pdf:before {
    width: 66.66667px;
    height: 66.66667px;
  }
}

.myBlockMail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.myBlockMail .mail {
  color: #0066b7;
  text-align: center;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 40px 0;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 600px) {
  .myBlockMail .mail {
    padding: 20px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.myBlockList .block {
  padding: 20px;
  border-top: 1px dotted #666666;
}

.myBlockList .block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 600px) {
  .myBlockList .block {
    padding: 15px 0;
  }
}

.myBlockList .block:last-child {
  border-bottom: 1px dotted #666666;
}

.myBlockList .block .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-bottom: 10px;
  color: #0066b7;
}

@media only screen and (max-width: 600px) {
  .myBlockList .block .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.myBlockList .block .image {
  float: right;
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .myBlockList .block .image {
    float: none;
    margin: 10px auto 10px;
    text-align: center;
  }
}

/*# sourceMappingURL=maps/manuscript.css.map */
