/* balloon
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 噴き出しを下中央に */
.mxn_org_bln_BM {position: relative;margin:0 0 1.5em;padding:20px;background: #FFF;border: solid 3px #1e2838;box-sizing: border-box;}
.mxn_org_bln_BM:before {content: "";position: absolute;bottom: -24px;left: 50%;margin-left: -15px;border: 12px solid transparent;border-top: 12px solid #FFF;z-index: 2;}
.mxn_org_bln_BM:after {content: "";position: absolute;bottom: -30px;left: 50%;margin-left: -17px;border: 14px solid transparent;border-top: 14px solid #1e2838;z-index: 1;}
.mxn_org_bln_BM p{font-size:18px;}

/* 噴き出しを上中央に */
.mxn_org_bln_TM {position: relative;margin:0 0 1.5em;padding:20px;background: #FFF;border: solid 3px #1e2838;box-sizing: border-box;}
.mxn_org_bln_TM:before {content: "";position: absolute;top: -24px;left: 50%;margin-left: -15px;border: 12px solid transparent;border-bottom: 12px solid #FFF;z-index: 2;}
.mxn_org_bln_TM:after {content: "";position: absolute;top: -30px;left: 50%;margin-left: -17px;border: 14px solid transparent;border-bottom: 14px solid #1e2838;z-index: 1;}
.mxn_org_bln_TM p {font-size:18px;}

/* 噴き出しを上左に表示 */
.mxn_org_bln_TL{position: relative;padding: 20px;background-color: #fff;border: 4px solid #1e2838;border-radius: 4px;}
.mxn_org_bln_TL::before,.mxn_org_bln_TL::after
{content:"";position:absolute;display:block;width:0;height:0;left:20px;border-right:15px solid transparent;border-bottom-width:15px;border-bottom-style:solid;border-left:15px solid transparent;}
.mxn_org_bln_TL::before{top: -15px;border-bottom-color:#1e2838; }
.mxn_org_bln_TL::after{top: -10px;border-bottom-color:#fff;}
.mxn_org_bln_TL p{font-size:18px;}

/* 噴き出しを上右に表示 */
.mxn_org_bln_TR{position: relative;padding: 20px;background-color: #fff;border: 4px solid #1e2838;border-radius: 4px;}
.mxn_org_bln_TR::before,.mxn_org_bln_TR::after
{content:"";position:absolute;display:block;width:0;height:0;right:20px;border-right:15px solid transparent;border-bottom-width:15px;border-bottom-style:solid;border-left:15px solid transparent;}
.mxn_org_bln_TR::before{top: -15px;border-bottom-color:#1e2838; }
.mxn_org_bln_TR::after{top: -10px;border-bottom-color:#fff;}
.mxn_org_bln_TR p{font-size:18px;}

/* 噴き出しを下左に表示 */
.mxn_org_bln_BL{position:relative;padding:20px;background-color:#fff;border:4px solid #1e2838;border-radius:4px;}
.mxn_org_bln_BL::before,.mxn_org_bln_BL::after{
content:"";position:absolute;display:block;width:0;height:0;left: 20px;
border-right-style:solid;
border-left-style:solid;
border-top-style:solid;
border-right-width:15px;
border-left-width:15px;
border-top-width:15px;
border-right-color:transparent;
border-left-color:transparent;
}

.mxn_org_bln_BL::before{bottom:-15px;border-top-color:#1e2838;}
.mxn_org_bln_BL::after{bottom:-10px;border-top-color:#fff;}
.mxn_org_bln_BL p{font-size:18px;}

/* 噴き出しを下右に表示 */
.mxn_org_bln_BR{position:relative;padding:20px;background-color:#fff;border:4px solid #1e2838;border-radius:4px;}
.mxn_org_bln_BR::before,.mxn_org_bln_BR::after{
content:"";position:absolute;display:block;width:0;height:0;right: 20px;
border-right-style:solid;
border-left-style:solid;
border-top-style:solid;
border-right-width:15px;
border-left-width:15px;
border-top-width:15px;
border-right-color:transparent;
border-left-color:transparent;
}
.mxn_org_bln_BR::before{bottom:-15px;border-top-color:#1e2838;}
.mxn_org_bln_BR::after{bottom:-10px;border-top-color:#fff;}
.mxn_org_bln_BR p{font-size:18px;}

/* 噴き出しを左に表示 */
.mxn_org_bln_L{position:relative; padding:20px;background-color:#fff;border:4px solid #1e2838;border-radius:4px; margin-left:20px;}
.mxn_org_bln_L::before,.mxn_org_bln_L::after{
content:"";position:absolute;display:block;width:0;height:0;top: 20px;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-top-width:15px;
border-right-width:15px;
border-bottom-width:15px;
border-top-color:transparent;
border-bottom-color:transparent;
}
.mxn_org_bln_L::before{left: -15px;border-right-color:#1e2838;}
.mxn_org_bln_L::after{left: -10px;border-right-color:#fff;}
.mxn_org_bln_L p{font-size:18px;}

/* 噴き出しを右に表示 */
.mxn_org_bln_R{position:relative; padding:20px;background-color:#fff;border:4px solid #1e2838;border-radius:4px; margin-right:20px;}
.mxn_org_bln_R::before,.mxn_org_bln_R::after{
content:"";position:absolute;display:block;width:0;height:0;top: 20px;
border-bottom-width:15px;
border-width:15px 0 15px 15px;
border-style:solid;
border-top-color:transparent;
border-bottom-color:transparent;
}
.mxn_org_bln_R::before{right: -15px;border-left-color:#1e2838;}
.mxn_org_bln_R::after{right: -10px;border-left-color:#fff;}
.mxn_org_bln_R p{font-size:18px;}

/* 噴き出しを右に表示 */
.mxn_org_bln_R2{position: relative;padding: 20px;background-color: #fff;border: 2px solid #666;margin-right:20px;margin-left:auto;display:inline-block;}
.mxn_org_bln_R2::before{
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
right: -15px;
top: 20px;
border-right: 15px solid #666;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
.mxn_org_bln_R2::after{
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
left: -12px;
top: 20px;
border-right: 15px solid #fff;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}

/* 噴き出しを左に表示 */
.mxn_org_bln_L2{position: relative;padding: 20px;background-color: #fff;border: 2px solid #666;margin-left:20px;display:inline-block;}
.mxn_org_bln_L2::before{
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
left: -15px;
top: 20px;
border-left: 15px solid #666;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
.mxn_org_bln_L2::after{
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
left: -12px;
top: 20px;
border-left: 15px solid #fff;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}

/* 左の噴き出し */
.mxn_fukidashi_L2{border:2px solid #666;border-radius:8px;background:#fff;position:relative;padding:1em;margin-left:10px;display:inline-block;}
.mxn_fukidashi_L2:before {position: absolute;content: '';border: 10px solid transparent;border-right: 10px solid #666;top: 15px;left: -20px;}
.mxn_fukidashi_L2:after {position: absolute;content: '';border: 10px solid transparent;border-right: 10px solid #fff;top: 15px;left: -17px;}

/* 右の噴き出し */
.mxn_fukidashi_R2{border:2px solid #666;border-radius:8px;background:#fff;position:relative;padding:1em;margin-right:10px;display:inline-block;}
.mxn_fukidashi_R2:before {position: absolute;content: '';border: 10px solid transparent;border-left: 10px solid #666;top: 15px;right: -22px;}
.mxn_fukidashi_R2:after {position: absolute;content: '';border: 10px solid transparent;border-left: 10px solid #fff;top: 15px;right: -19px;}

/* 右の噴き出しライン風 */
.mxn_fukidashi_R3{position: relative;display: inline-block;margin: 10px 17px 10px 0;padding:1em;border-radius: 25px;background: #b2d99a;}
.mxn_fukidashi_R3:after {content: "";display: inline-block;position: absolute;top: 13px; right: -15px;border-style: solid;border-width: 17px 19px 0 0;border-color: #b2d99a transparent;}

/* 左の噴き出しライン風 */
.mxn_fukidashi_L3{display: inline-block;position: relative; margin: 10px 0 10px 17px;padding: 1em;border-radius: 25px;background: #b2d99a;}
.mxn_fukidashi_L3:after{content: "";display: inline-block;position: absolute;top: 13px; left: -14px;border-style: solid;border-width: 0 24px 17px 0;border-color: transparent #b2d99a;}
