@charset "UTF-8";
/* CSS Document */

.box_mba {
  border-bottom-style: dashed;
  border-bottom-color: #b0e0e6;
}

.box_mba>img {
  margin-left:75px;
  margin-bottom:20px;
}

.box_voice {
  display:flex;
  flex-direction: column;
  padding-bottom:20px;
  margin: 40px;
  border-bottom-color: #b0e0e6;
}

.text_voice {
  width: 100%;
}

.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.pict img {
  max-width: 200px;
  height:auto;
  margin-top: 30px;
  margin-left: 30px;
    box-shadow: 12px 12px rgb( 173,216,230); /* 影（[右][下][影の色]）を指定する */
}


.box_mba  h2
{
  width: 100%;
  position: relative;
  color: black;
  background: #b0e0e6;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
  font-size: 1.8em;
  text-align: left;
  	border-left :0px;
}
.box_mba  h2:after {
  /*タブ*/
  position: absolute;
  font-weight: 900;
  content: '★ Check';
  background: #59b9c6;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 5px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}

h2> .txt14{/* h2の所属のみ*/
  font-size: 0.7em;
}

p.qa{/* h2の所属のみ*/
  font-size: 1.2em;
  color:#03adab;
}
p.qa:first-letter{/* １文字目のみ*/
  color:#03adab;
  font-size:250%;
}

p.ans{
  margin-bottom: 2em ;
}
p.ans:first-letter{/* １文字目のみ*/
  font-size:270%;
}

@media (min-width:768px) {
  body {
    padding: 0px;
  }
  .box_voice{
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }


  .text_voice{
    text-align: left;
  }

  .pict {
    width: 20%;
  }
  .pict img {
    width: 100%;
    height:auto;
  }

}


/* メイン画像 */
.ph3
 {
  width:930px;
  margin:50px 0 25px 0;
}
