/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SIZING*/
/*...VARIABLE...*/
#subMainvisual .inner .right p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #373737; }

.imageFirst img {
  width: 100%; }

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media screen and (max-width: 480px) {
    .flexbox {
      display: block; } }

.m-top-30 {
  margin-top: 30px; }

.m-btm-30 {
  margin-bottom: 30px; }

.m-btm-70 {
  margin-bottom: 70px; }

.block {
  display: block;
  width: 100%; }

.speech-bubble {
  background-image: url(../img/bgGreenLine.png);
  background-position: center;
  background-size: cover;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  position: relative;
  padding: 30px 0;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  padding-left: 30px; }
  @media screen and (max-width: 480px) {
    .speech-bubble {
      font-size: 20px;
      padding: 15px;
      margin-top: 10px; } }
  .speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top-color: #99c139;
    border-bottom: 0;
    margin-left: -11px;
    margin-bottom: -11px; }
    @media screen and (max-width: 480px) {
      .speech-bubble:after {
        margin-bottom: -10px; } }
  .speech-bubble img {
    position: absolute;
    right: 30px;
    bottom: 0; }
    @media screen and (max-width: 480px) {
      .speech-bubble img {
        display: none; } }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.boxOuter {
  padding: 30px;
  border-radius: 0;
  border: none; }
  @media screen and (max-width: 480px) {
    .boxOuter {
      padding: 15px; } }
  .boxOuter .firstText {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #444445;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .boxOuter .firstText {
        margin-top: 30px; }
        .boxOuter .firstText.m-btm-30 {
          margin-bottom: 15px; }
        .boxOuter .firstText.m-top-30 {
          margin-top: 15px; } }
  .boxOuter .heading {
    background: #8FBA3E;
    color: #FFF;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 1px;
    padding: 0 15px;
    margin-bottom: 30px;
    height: 40px;
    padding: 0 15px;
    width: 100%; }
  .boxOuter .inner .sec {
    background-color: transparent;
    padding: 15px;
    border: 1px solid #dedfe4; }
    @media screen and (max-width: 480px) {
      .boxOuter .inner .sec {
        padding: 15px; } }
    .boxOuter .inner .sec .fancy-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      @media screen and (max-width: 480px) {
        .boxOuter .inner .sec .fancy-box {
          display: block; } }
      .boxOuter .inner .sec .fancy-box .box-left img {
        width: 190px;
        height: 130px; }
        @media screen and (max-width: 480px) {
          .boxOuter .inner .sec .fancy-box .box-left img {
            width: 100%;
            height: auto; } }
      .boxOuter .inner .sec .fancy-box .box-center {
        padding-right: 15px;
        padding-left: 30px;
        width: 56%; }
        @media screen and (max-width: 768px) {
          .boxOuter .inner .sec .fancy-box .box-center {
            width: 40%; } }
        .boxOuter .inner .sec .fancy-box .box-center.merge-box {
          width: 83%; }
        @media screen and (max-width: 480px) {
          .boxOuter .inner .sec .fancy-box .box-center {
            margin-bottom: 15px;
            margin-top: 15px;
            padding: 0;
            width: 100%;
            padding-left: 15px; } }
        .boxOuter .inner .sec .fancy-box .box-center .triangle {
          position: absolute;
          margin-left: -15px;
          margin-top: 8px; }
        .boxOuter .inner .sec .fancy-box .box-center span {
          font-size: 20px;
          padding-bottom: 5px; }
      .boxOuter .inner .sec .fancy-box .box-right .button {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: white;
        display: block;
        text-align: center;
        width: 200px; }
        @media screen and (max-width: 480px) {
          .boxOuter .inner .sec .fancy-box .box-right .button {
            width: 100%; } }
        .boxOuter .inner .sec .fancy-box .box-right .button.green {
          background: #8FBA3E;
          margin-bottom: 10px; }
        .boxOuter .inner .sec .fancy-box .box-right .button.red {
          background: #E85462; }
  .boxOuter .inner .firstRow .secondText {
    border-bottom: 1px dotted;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .boxOuter .inner .firstRow .secondText span {
      color: red; }
  .boxOuter .inner .firstRow .fourthText .two-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    margin-top: 45px; }
    .boxOuter .inner .firstRow .fourthText .two-box .box-left,
    .boxOuter .inner .firstRow .fourthText .two-box .box-right {
      background: #88857c;
      border-radius: 5px 5px 0 5px;
      -webkit-border-radius: 5px 5px 0 5px;
      -moz-border-radius: 5px 5px 0 5px;
      color: white;
      font-weight: bold;
      -webkit-box-shadow: 3px 3px 0px 0px #afaca2;
      -moz-box-shadow: 3px 3px 0px 0px #afaca2;
      box-shadow: 3px 3px 0px 0px #afaca2;
      height: 36px;
      line-height: 36px;
      width: 200px; }
    .boxOuter .inner .firstRow .fourthText .two-box .box-left {
      margin-right: 12.5px; }
    .boxOuter .inner .firstRow .fourthText .two-box .box-right {
      margin-left: 12.5px; }
  .boxOuter .inner .firstRow .fourthText p {
    border-bottom: 1px dotted #88857c;
    margin: 0 auto;
    margin-top: 30px;
    width: 250px; }
