@charset "utf-8";
.txtBlock p:first-child {
    margin-top: 0;
}
.txtBlock p {
    margin: 20px 0;
}
.txtBlock p.m0 {
    margin: 0!important;
}
.txtBlock .mt {
    margin-top: 30px!important;
}
.txtBlock .mb {
    margin-bottom: 30px!important;
}
.txtBlock .mt_s {
    margin-top: 10px!important;
}
.txtBlock .mb_s {
    margin-bottom: 10px!important;
}
pre {
    padding: 0;
    background: #f0f0e8;
    padding: 20px;
}
pre,
pre code {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-color: inherit;
    line-height: inherit;
}
pre code {
    padding: 0;
}
.txtBlock .marker {
    display: inline;
    border-bottom: 4px solid #fff5cc;
    font-weight: 700;
}
@media all and (max-width:740px) {
    .txtBlock .marker {
        line-height: 1.8;
    }
}
.txtBlock .stxt {
    margin: 0!important !important;
    color: #7f7f7f;
    font-size: 0.8em;
}
.txtBlock .txtr {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 0;
}
.txtBlock .red {
    color: #f55e5e;
}
.txtBlock .gray {
    color: #acacac;
}
.txtBlock .orange {
    color: #ff8c00;
}
.txtBlock .emphasis {
    -webkit-text-emphasis: dot;
    text-emphasis: dot;
}
.txtBlock a.line1 {
    border-bottom: 1px solid #fc0!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
.txtBlock a.anchor,
.txtBlock a.line2 {
    border-bottom: 1px solid #d5d5d5!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
.txtBlock a.anchor:hover,
.txtBlock a.line1:hover,
.txtBlock a.line2:hover {
    border-bottom: 0 0!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
@media all and (-ms-high-contrast:none) {
    .txtBlock a.anchor,
    .txtBlock a.anchor:hover,
    .txtBlock a.line1,
    .txtBlock a.line1:hover,
    .txtBlock a.line2,
    .txtBlock a.line2:hover {
        padding-bottom: 0!important;
    }
}
.txtBlock img {
    margin: 20px 0;
}

.txtBlock img.grayborder {
    border: #d5d5d5 1px solid;
}

.txtBlock .center {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.txtBlock img.w100 {
    width: 100%;
}
.txtBlock img.half,
.txtBlock img.half2 {
    width: 50%;
}

.txtBlock img.division3 {
    width: 33%;
}

.txtBlock .half2txt,
.txtBlock .half3txt,
.txtBlock .halftxt {
    display: block;
    margin-top: 20px;
    width: 46%;
}

.txtBlock .division3_txt {
    display: block;
    margin-top: 20px;
    width: 63%;
}

.txtBlock .imgwrap {
    display: block;
    clear: both;
    overflow: hidden;
}
.txtBlock .in21img_l,
.txtBlock .in22img_l {
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}
.txtBlock .in21img_r,
.txtBlock .in22img_r {
    width: 49%;
    height: auto;
    float: right;
}
.txtBlock .in31img_l,
.txtBlock .in33img_l {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}
.txtBlock .in31img_r,
.txtBlock .in33img_r {
    width: 32%;
    height: auto;
    float: right;
}
@media all and (max-width:740px) {
    .txtBlock img.half2,
    .txtBlock img.division3 {
        float: none;
    }

    .txtBlock .half2txt,
    .txtBlock .half3txt,
    .txtBlock img.half2,
    .txtBlock .division3_txt {
        width: 100%;
        margin-top: 10px;
    }

    .txtBlock img.division3 {
        width: 50%;
        margin-top: 10px;
    }

    .txtBlock .in21img_l,
    .txtBlock .in31img_l {
        width: 100%;
        height: auto;
    }
    .txtBlock .in21img_r,
    .txtBlock .in31img_r {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
}
.vwrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
}
table.magazine {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    clear: both;
    overflow: hidden;
    border-top: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
}
table.magazine colgroup {
    display: table-column-group;
}
table.magazine col {
    display: table-column;
}
table.magazine tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table.magazine tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    padding: 0;
}
table.magazine th {
    box-sizing: border-box;
}
table.magazine td,
table.magazine th {
    padding: 10px 20px;
    border-left: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}
@media all and (max-width:740px) {
    table.magazine {
        border-collapse: separate;
        border-spacing: 0;
    }
    table.magazine td,
    table.magazine th {
        padding: 10px;
        line-height: 1.4;
    }
    table.line3 tbody,
    table.line4 tbody,
    table.magazine,
    table.tbody {
        width: 100%;
        margin: 0;
    }
    table.line3,
    table.line4 {
        clear: both;
        overflow: hidden;
        width: 100%;
        padding: 0;
        border-top: solid 1px #d5d5d5;
        border-right: solid 1px #d5d5d5;
    }
    table.line3 th,
    table.line3 tr td:first-child,
    table.line4 th,
    table.line4 tr td:first-child {
        padding: 15px 5px 0;
        width: 100%;
        font-weight: 700;
        border-left: solid 1px #d5d5d5;
        border-bottom: solid 1px #d5d5d5;
    }
    table.line3 tr:first-child th:first-child,
    table.line4 tr:first-child th:first-child {
        width: 100%!important;
        padding: 5px;
    }
    table.line3 tr:first-child th.nor:not(:first-child),
    table.line4 tr:first-child th.nor:not(:first-child) {
        background: #fafafa;
    }
    table.line3 tr:first-child th.cyan:not(:first-child),
    table.line4 tr:first-child th.cyan:not(:first-child) {
        background: #f3fcff;
    }
    table.line3 tr:first-child th.yellow:not(:first-child),
    table.line4 tr:first-child th.yellow:not(:first-child) {
        background: #fffbea;
    }
    table.line3 tr:first-child th {
        float: left!important;
        width: 50%!important;
        margin: 0;
        padding: 5px;
        text-align: center;
    }
    table.line4 tr:first-child th:nth-child(2) {
        float: left!important;
        width: 40%!important;
        margin: 0;
        padding: 5px;
        text-align: center;
    }
    table.line4 tr:first-child th {
        float: left!important;
        width: 30%!important;
        margin: 0;
        padding: 5px;
        text-align: center;
    }
    table.line3 td {
        width: 50%;
        border-left: solid 1px #d5d5d5;
        border-bottom: solid 1px #d5d5d5;
    }
    table.line3 td,
    table.line4 td:nth-child(2) {
        padding: 8px 5px 5px 20px;
        float: left;
        box-sizing: border-box;
    }
    table.line4 td:nth-child(2) {
        width: 40%;
    }
    table.line4 td {
        padding: 8px 5px 5px 20px;
        float: left;
        width: 30%;
        box-sizing: border-box;
        border-left: solid 1px #d5d5d5;
        border-bottom: solid 1px #d5d5d5;
    }
    table.line3 td:last-child,
    table.line3 tr:first-child th:last-child,
    table.line3 tr:last-child+td,
    table.line4 tr:last-child+td {
        border-left: dotted 2px #d5d5d5;
    }
    table.line4 td:nth-child(3),
    table.line4 tr:first-child th:nth-child(3) {
        border-left: dotted 2px #d5d5d5;
        border-right: dotted 2px #d5d5d5;
    }
    table.line4 td:last-child,
    table.line4 tr:first-child th:last-child {
        border-left: 0;
    }
    table.calam1,
    table.calam1 tr {
        padding: 0;
    }
    table.calam1 th {
        display: none;
    }
    table.calam1 tr,
    table.calam1 tr td {
        margin: 0;
    }
    table.calam1,
    table.calam1 tbody,
    table.calam1 td,
    table.calam1 tr {
        display: block;
        margin: 0;
    }
    table.calam1 tr td:first-child,
    table.calam1 tr th+td:first-child {
        background: #efefef!important;
        margin: 0;
        line-height: 1.9;
    }
    table.calam1 tr td+td {
        background: #fff!important;
    }
    table.calam1 tr.calam1_2:first-child td {
        background: #efefef!important;
        margin: 0;
        line-height: 1.9;
    }
    table.calam1 tr.calam1_2 td {
        background: #fff!important;
    }
}
td.nor,
th.nor {
    background: #efefef;
}
td.nor2,
th.nor2 {
    background: #fafafa;
}
th.cyan {
    background: #d9f6ff;
}
td.cyan {
    background: #f3fcff;
}
th.yellow {
    background: #ffe168;
}
td.yellow {
    background: #fffbea;
}
.txtBlock .midashi1 {
    border-left: 5px solid #fc0;
    font-size: 1.4em;
    line-height: 1.3;
    padding: 10px 10px 10px 15px;
    margin-top: 40px;
}
.txtBlock .midashi1,
.txtBlock .midashi2 {
    text-align: left;
    border-bottom: 1px solid #fc0;
    background-color: #fff9df;
    font-weight: 700;
}
.txtBlock .midashi2 {
    font-size: 1.2em;
    padding: 8px 15px 8px 35px;
    line-height: 1.2;
    position: relative;
}
.txtBlock .midashi2 span:before {
    content: '\f0a4';
    color: #fc0;
    position: absolute;
    top: 9pt;
    left: 10px;
}
.txtBlock .midashi4 {
    border-left: 5px solid #fc0;
    background-color: #fafafa;
    padding: 6px 15px;
    line-height: 1.3;
    margin-top: 30px;
}
.txtBlock .midashi4,
.txtBlock .midashi5 {
    text-align: left;
    font-size: 1.1em;
    font-weight: 700;
}
.txtBlock .midashi5 {
    border-bottom: 1px solid #fc0;
}
@media all and (max-width:740px) {
    .txtBlock .midashi1,
    .txtBlock .midashi2 {
        font-size: 18px;
        line-height: 1.3;
    }
    .txtBlock .midashi2 span:before {
        position: absolute;
        top: 9px;
        left: 10px;
    }
    .txtBlock .midashi4 {
        padding: 8px 15px;
        font-size: 1pc;
    }
}
.txtBlock .refer {
    text-align: left;
    border-left: 2px dashed #eee;
    background-color: #fafafa;
    margin-left: 15px;
    padding: 10px 15px;
}
.txtBlock .refer2,
.txtBlock .refer3 {
    text-align: left;
    position: relative;
    padding: 10px 15px 10px 35px;
    z-index: 1;
}
.txtBlock .refer2:before,
.txtBlock .refer3:before {
    display: inline-block;
    font: 20px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    content: '\f10d';
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.txtBlock .refer2 {
    background-color: #fafafa;
}
.txtBlock .refer2:before {
    color: #eee;
}
.txtBlock .refer3 {
    background-color: #eee;
}
.txtBlock .refer3:before {
    color: #fff;
}
.txtBlock .refer4 {
    text-align: left;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
}
.txtBlock .ch {
    text-align: left;
    border-radius: 8px;
    border: 3px double #ffbc6d;
}
.txtBlock .ch span.wrap {
    display: block;
    margin: 10px 15px;
    overflow: hidden;
}
.txtBlock .ch span.ico {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    text-indent: -.28em;
    margin-top: 4px;
}
.txtBlock .ch span.ico:before {
    display: inline;
    font-size: 1.1em;
    padding: 2px 5px 0;
    content: '\f046';
    color: #ff8a00;
    padding-left: 0;
    text-indent: -1em;
}
@media all and (max-width:740px) {
    .txtBlock .ch span.ico,
    .txtBlock .ch span.ico:before {
        padding-left: 0;
        text-indent: 0;
    }
}
.txtBlock .iv {
    border-radius: 8px;
    background-color: #f2f2f2;
}
.txtBlock .question {
    text-align: left;
    border: 1px dashed #d5d5d5;
    padding: 10px 15px;
}
.txtBlock .question2 {
    text-align: left;
    border-left: 2px dashed #fc0;
    background-color: #fff9df;
    padding: 10px 15px;
}
.txtBlock .contttl,
.txtBlock .iv {
    text-align: left;
    padding: 10px 15px;
}
.txtBlock .contttl {
    display: inline-block;
    width: auto;
    border: 1px solid #d5d5d5;
    background-color: #fafafa;
}
.txtBlock .contttl .ttl {
    display: inline-block;
    width: 100%;
    color: #acacac;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.txtBlock .contttl a {
    border-bottom: 1px solid #d5d5d5!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
.txtBlock .contttl a+.txtBlock .contttl a {
    padding-top: 5px;
}
.txtBlock .contttl a:hover {
    border-bottom: 0 0!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
.txtBlock .contttl2 {
    display: inline-block;
    width: auto;
    border: 1px solid #d5d5d5;
    background-color: #fafafa;
    padding: 15px;
    text-align: left;
}
.txtBlock .contttl2 .ttl {
    width: 100%;
    color: #acacac;
    margin-bottom: 10px;
    font-size: 1pc;
}
.txtBlock .contttl2 ul {
    margin-left: 15px;
}
.txtBlock .contttl2 ul li {
    position: relative;
    margin-bottom: 5px;
}
.txtBlock .contttl2 ul li:after {
    display: block;
    content: '';
    position: absolute;
    top: 0.8em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #acacac;
    border-radius: 100%;
}
.txtBlock .contttl2 a {
    border-bottom: 1px solid #d5d5d5!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
.txtBlock .contttl2 a+.txtBlock .contttl a {
    padding-top: 10px;
}
.txtBlock .contttl2 a:hover {
    border-bottom: 0 0!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
@media all and (max-width:740px) {
    .txtBlock .contttl2 .ttl {
        margin-bottom: 15px;
    }
    .txtBlock .contttl2 ul li {
        margin-bottom: 10px;
    }
}
@media all and (-ms-high-contrast:none) {
    .txtBlock .contttl a,
    .txtBlock .contttl a:hover {
        padding-bottom: 0!important;
    }
}
.txtBlock .seriesttl {
    display: inline-block;
    width: auto;
    border-left: 5px solid #f2f2f2;
    padding: 15px 20px 5px;
}
.txtBlock .seriesttl .ttl {
    color: #acacac;
    margin-bottom: 20px;
    font-size: 1pc;
}
.txtBlock .seriesttl ul {
    display: inline-block;
    width: auto;
}
.txtBlock .seriesttl ul li {
    margin-bottom: 10px;
}
.txtBlock .seriesttl ul li:before {
    content: '\f0f6';
    color: #1fbb61;
}
.txtBlock .seriesttl ul li.current {
    display: inline-block;
    width: auto;
    color: #acacac;
    font-weight: 700;
    padding: 2px 4px;
    background-color: #d3ffe6;
    line-height: 1.4;
    margin-left: -4px;
}
.txtBlock .seriesttl ul li.current:before {
    content: '\f0f6';
    color: #acacac!important;
}
.txtBlock .seriesttl a {
    border-bottom: 1px solid #d5d5d5!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
.txtBlock .seriesttl a+.txtBlock .contttl a {
    padding-top: 10px;
}
.txtBlock .seriesttl a:hover {
    border-bottom: 0 0!important;
    padding-bottom: 2px;
    padding-bottom: 0!important;
}
@media all and (max-width:740px) {
    .txtBlock .seriesttl ul li {
        margin-bottom: 15px;
    }
}
.txtBlock .listc {
    display: inline-block;
    padding-left: 1em;
    margin-top: 4px;
    position: relative;
}
.txtBlock .listc:before {
    display: inline-block;
    content: '';
    width: 0.35em;
    height: 0.35em;
    border-radius: 100%;
    background-color: #333;
    position: absolute;
    top: 0.7em;
    left: 0.1em;
}
@media all and (max-width:740px) {
    .txtBlock .listc:before {
        position: absolute;
        top: 0.65em;
        left: 0.1em;
    }
}
.txtBlock .anche1:before,
.txtBlock .anche2:before,
.txtBlock .book:before,
.txtBlock .ch span.ico:before,
.txtBlock .check span:before,
.txtBlock .ex2:before,
.txtBlock .ex3:before,
.txtBlock .ex:before,
.txtBlock .exlink:after,
.txtBlock .faq2:before,
.txtBlock .faq3:before,
.txtBlock .faq:before,
.txtBlock .fb:before,
.txtBlock .hand2:before,
.txtBlock .hand3:before,
.txtBlock .hand:before,
.txtBlock .heart1:after,
.txtBlock .heart2:after,
.txtBlock .kizi2:before,
.txtBlock .kizi3:before,
.txtBlock .kizi:before,
.txtBlock .like:after,
.txtBlock .mail:before,
.txtBlock .midashi2 span:before,
.txtBlock .next2:before,
.txtBlock .next3:before,
.txtBlock .next:before,
.txtBlock .pdf:before,
.txtBlock .seminar2:before,
.txtBlock .seminar:before,
.txtBlock .seriesttl .li.current:before,
.txtBlock .seriesttl ul li:before,
.txtBlock .shop:before,
.txtBlock .smile:after,
.txtBlock .star1:after,
.txtBlock .star2:after,
.txtBlock .training2:before,
.txtBlock .training:before,
.txtBlock .tw:before,
.txtBlock .yt:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}
.txtBlock .anche1:before,
.txtBlock .anche2:before,
.txtBlock .book:before,
.txtBlock .ex2:before,
.txtBlock .ex3:before,
.txtBlock .ex:before,
.txtBlock .faq2:before,
.txtBlock .faq3:before,
.txtBlock .faq:before,
.txtBlock .fb:before,
.txtBlock .hand2:before,
.txtBlock .hand3:before,
.txtBlock .hand:before,
.txtBlock .kizi2:before,
.txtBlock .kizi3:before,
.txtBlock .kizi:before,
.txtBlock .mail:before,
.txtBlock .next2:before,
.txtBlock .next3:before,
.txtBlock .next:before,
.txtBlock .pdf:before,
.txtBlock .seminar2:before,
.txtBlock .seminar:before,
.txtBlock .seriesttl .li.current:before,
.txtBlock .seriesttl ul li:before,
.txtBlock .shop:before,
.txtBlock .training2:before,
.txtBlock .training:before,
.txtBlock .tw:before,
.txtBlock .yt:before {
    font-size: 1.1em;
    padding: 3px 5px 0 0;
}
.txtBlock .next:before {
    content: '\f061';
    color: #fc0;
}
.txtBlock .next2:before {
    content: '\f061';
    color: #acacac;
}
.txtBlock .next3:before {
    content: '\f061';
}
.txtBlock .kizi:before {
    content: '\f0f6';
    color: #1fbb61;
}
.txtBlock .kizi2:before {
    content: '\f0f6';
    color: #acacac;
}
.txtBlock .kizi3:before {
    content: '\f0f6';
}
.txtBlock .training:before {
    content: '\f040';
    color: #ffa92e;
}
.txtBlock .training2:before {
    content: '\f040';
    color: #acacac;
}
.txtBlock .seminar:before {
    content: '\f144';
    color: #88ef2c;
}
.txtBlock .seminar2:before {
    content: '\f144';
    color: #acacac;
}
.txtBlock .shop:before {
    content: '\f07a';
    color: #f279e8;
}
.txtBlock .faq:before {
    content: '\f059';
    color: #ff468d;
}
.txtBlock .faq2:before {
    content: '\f059';
    color: #acacac;
}
.txtBlock .faq3:before {
    content: '\f059';
}
.txtBlock .tw:before {
    content: '\f099';
    color: #55acee;
}
.txtBlock .fb:before {
    content: '\f082';
    color: #3b5998;
}
.txtBlock .yt:before {
    content: '\f16a';
    color: #e52d27;
}
.txtBlock .book:before {
    content: '\f02d';
    color: #acacac;
}
.txtBlock .mail:before {
    content: '\f003';
    color: #acacac;
}
.txtBlock .anche1:before {
    content: '\f200';
    color: #acacac;
}
.txtBlock .anche2:before {
    content: '\f080';
    color: #acacac;
}
.txtBlock .pdf:before {
    content: '\f1c1';
    color: #acacac;
}
.txtBlock .ex:before {
    content: '\f06a';
    color: #fc0;
}
.txtBlock .ex2:before {
    content: '\f06a';
    color: #acacac;
}
.txtBlock .ex3:before {
    content: '\f06a';
}
.txtBlock .hand:before {
    content: '\f0a4';
    color: #fc0;
}
.txtBlock .hand2:before {
    content: '\f0a4';
    color: #acacac;
}
.txtBlock .hand3:before {
    content: '\f0a4';
}
.txtBlock .exlink:after,
.txtBlock .like:after {
    font-size: 1.1em;
    padding: 3px 0 0 5px;
}
.txtBlock .exlink:after {
    content: '\f08e';
    color: #acacac;
}
.txtBlock .like:after {
    content: '\f087';
    color: #3b5998;
}
.txtBlock .heart1:after,
.txtBlock .heart2:after,
.txtBlock .smile:after,
.txtBlock .star1:after,
.txtBlock .star2:after {
    padding: 2px 0 0 2px;
    margin-right: 0.7em;
    border: 0 0!important;
}
.txtBlock .heart1:after {
    content: '\f08a';
}
.txtBlock .heart2:after {
    content: '\f004';
}
.txtBlock .smile:after {
    content: '\f118';
}
.txtBlock .star1:after {
    content: '\f006';
}
.txtBlock .star2:after {
    content: '\f005';
}
.txtBlock .newIco2 {
    background: #f55e5f;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 4px 4px 2px;
    letter-spacing: 0;
    line-height: 1;
}
.txtBlock .midashi3 {
    border-left: 5px solid #fc0;
    font-weight: 700;
    padding-left: 15px;
}
.txtBlock .fs13 {
    font-size: 1.3em;
}
.txtBlock .fs12 {
    font-size: 1.2em;
}
.txtBlock .fs11 {
    font-size: 1.1em;
}
.txtBlock .fs08 {
    font-size: 0.8em;
}
.txtBlock .txtgray {
    color: #7f7f7f;
}
.txtBlock .point1 {
    margin: 10px 0 15px;
    font-weight: 700;
}
.txtBlock .point1 span {
    border-bottom: 4px solid #fff5cc;
}
.txtBlock .check {
    border-radius: 8px;
    padding: 10px;
    font-weight: 700;
    border: 3px double #ffbc6d;
}
.txtBlock .check span:before {
    font-size: 1.1em;
    padding: 2px 5px 0;
    content: '\f046';
    color: #ff8a00;
}
.mag-balloon-wrap {
    margin-top: 40px;
    position: relative;
    display: table;
    width: 100%;
}
.mag-balloon {
    background-color: #d1f4e0;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}

.bg_p {
    background-color: #fad9d9 !important;  
}

.bg_bl {
    background-color: #bee9f5 !important;  
}

.bg_ye {
    background-color: #fff4c7 !important;  
}

.mag-balloon-wrap .face {
    width: 75pt;
    vertical-align: middle;
}
.mag-balloon-wrap .face img {
    margin: 0!important !important;
    width: 100%;
}
.mag-balloon-wrap div {
    display: table-cell;
}
.mag-balloon-wrap.mag-balloon-Left {
    vertical-align: top;
}
.mag-balloon-wrap.mag-balloon-left .face {
    padding-right: 20px;
}
.mag-balloon-wrap.mag-balloon-left .mag-balloon:after {
    border-right: 9pt solid #d1f4e0;
    border-top: 9pt solid transparent;
    border-bottom: 9pt solid transparent;
    content: '';
    margin-top: -10px;
    position: absolute;
    left: -9pt;
    top: 50%;
}

.mag-balloon-wrap.mag-balloon-left .bg_p:after {
    border-right: 9pt solid #fad9d9 !important;
}

.mag-balloon-wrap.mag-balloon-left .bg_bl:after {
    border-right: 9pt solid #bee9f5 !important;
}

.mag-balloon-wrap.mag-balloon-left .bg_ye:after {
    border-right: 9pt solid #fff4c7 !important;
}

.mag-balloon-wrap.mag-balloon-right {
    vertical-align: top;
}
.mag-balloon-wrap.mag-balloon-right .face {
    padding-left: 20px;
    text-align: right;
}
.mag-balloon-wrap.mag-balloon-right .mag-balloon:after {
    border-left: 9pt solid #d1f4e0;
    border-top: 9pt solid transparent;
    border-bottom: 9pt solid transparent;
    content: '';
    margin-top: -10px;
    position: absolute;
    right: -9pt;
    top: 50%;
}

.mag-balloon-wrap.mag-balloon-right .bg_p:after {
    border-left: 9pt solid #fad9d9 !important;
}

.mag-balloon-wrap.mag-balloon-right .bg_bl:after {
    border-left: 9pt solid #bee9f5 !important; 
}

.mag-balloon-wrap.mag-balloon-right .bg_ye:after {
    border-left: 9pt solid #fff4c7 !important; 
}

@media all and (max-width:740px) {
    .mag-balloon {
        margin-top: 20px;
    }

    .mag-balloon-wrap,
    .mag-balloon-wrap div {
        display: block;
        width: auto;
    }
    .mag-balloon-wrap {
        margin-top: 0 !important;
        padding-top: 115px;
        padding-top: 25vw;
    }
    .mag-balloon-wrap.mag-balloon-left .mag-balloon:after,
    .mag-balloon-wrap.mag-balloon-right .mag-balloon:after {
        border-right: 9pt solid transparent;
        border-left: 9pt solid transparent;
        border-top: 0;
        border-bottom: 9pt solid #d1f4e0;
        content: '';
        margin-left: -10px;
        margin-top: 0;
        position: absolute;
        left: 45px;
        left: 9vw;
        right: auto;
        top: -11px;
    }
    .mag-balloon-wrap.mag-balloon-left .face,
    .mag-balloon-wrap.mag-balloon-right .face {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        width: 90px;
        width: 20vw;
        text-align: left;
    }

    .mag-balloon-wrap.mag-balloon-left .bg_p:after,
    .mag-balloon-wrap.mag-balloon-right .bg_p:after {
    border-right: 9pt solid transparent !important;
    border-left: 9pt solid transparent !important;
    border-top: 0 !important;
    border-bottom: 9pt solid #fad9d9 !important;
    }

    .mag-balloon-wrap.mag-balloon-left .bg_bl:after,
    .mag-balloon-wrap.mag-balloon-right .bg_bl:after {
    border-right: 9pt solid transparent !important;
    border-left: 9pt solid transparent !important;
    border-top: 0 !important;
    border-bottom: 9pt solid #bee9f5 !important;
    }

    .mag-balloon-wrap.mag-balloon-left .bg_ye:after,
    .mag-balloon-wrap.mag-balloon-right .bg_ye:after {
    border-right: 9pt solid transparent !important;
    border-left: 9pt solid transparent !important;
    border-top: 0 !important;
    border-bottom: 9pt solid #fff4c7 !important;
    }
}
