@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
common　css
--------------------------------------------------*/
/* reset
-------------------------*/
section.secMain {
 margin-bottom: 0 !important;
}
div.module-commonLayout > section.secMain {
 padding-bottom: 40px;
 margin-bottom: 70px !important;
}
.clo-box-01, .clo-box-02, .sectionWrapper-02 {
 text-align: left !important;
 letter-spacing: 0.05em;
}
img {
 vertical-align: top;
 max-width: 100%;
 border-style: none;
}
/* common
-------------------------*/
/*link icon*/
.prof-box a {
 font-weight: bold;
 color: #005;
}
.prof-box a:hover {
 transition: opacity 0.2s ease;
}
.prof-box a.externalLink:after {
 content: "";
 margin: 0 0.2em;
 vertical-align: middle;
 line-height: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 display: inline-block;
 width: 12px;
 height: 12px;
 background: url(/img/cmn/blank_01.png);
 -moz-background-size: 100% 100%;
 background-size: 100% 100%;
}
/*pager*/
.module-wf-gotham-medium > span {
 font-weight: bold;
}
/* profile area
-------------------------*/
.sectionWrapper-01 {
 padding: 60px 0;
}
.contentWrapper {
 max-width: 1080px;
 margin: 0 auto;
 padding: 0 30px;
}
/* profile area
-------------------------*/
.prof-box {
 display: table;
}
.prof-box h3 {
 margin-top: 0;
 margin-bottom: 0;
}
/*img*/
.prof-box .img_wrapper-01 {
 width: 30%;
 display: table-cell;
 padding-right: 2rem;
}
/*背景画像*/
.prof-box .prof-txt-box {
 display: table-cell;
 vertical-align: top;
 width: 70%;
 height: auto;
 background-image: url("/graduate/emba/voices/img/emba_voice_bg.png");
 background-repeat: no-repeat;
 background-position: center left;
 background-size: contain;
}
/*h3 p */
.prof-box .prof-txt-box h3 {
 font-size: 1.285rem; /*18*/
 line-height: 1.7;
 letter-spacing: 0.05em;
}
.prof-txt-box p {
 font-size: 1rem;
 line-height: 1.6;
}
h4 {
 font-size: 1.142rem; /*16*/
 line-height: 1.4;
 text-align: left !important;
 border-bottom: 1px solid #000;
 padding: 0.5em 0;
}
.clo-box-02 .img_wrapper {
 width: 80%; /*max-width: 1240px*/
 position: absolute;
 top: 25%;
 left: 20px;
 z-index: -1;
 background-color: #f8f8f8;
}
/* ページ送り
-------------------------*/
.device-js-on #global-wrapper .module-pagingType02 ul li a {
 background-color: #006271 !important;
}
/* -------------------------------------------------
sp,tablet
--------------------------------------------------*/
@media screen and (max-width: 750px) {
 /* profile area
-------------------------*/
 .prof-box {
  display: block;
 }
 /*img*/
 .prof-box .img_wrapper-01 {
  width: 100%;
  display: block;
  text-align: center;
 }
 /*text*/
 .prof-box .prof-txt-box {
  width: 100%;
  display: block;
 }
 /*背景画像*/
 .prof-box .prof-txt-box {
  display: table-cell;
  vertical-align: bottom;
  width: 70%;
  height: auto;
  background-image: url("/graduate/emba/voices/img/emba_voice_bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
 }
 .prof-txt-box h3 {
  margin-top: 30px;
 }
}