/* 見出し
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* 両サイド￥／見出し */
.mxn_org_midasi01 {display: flex;justify-content: center;align-items: center;font-size: 26px;text-align: center;}
.mxn_org_midasi01::before,.mxn_org_midasi01::after {content: '';width: 3px;height: 40px;background-color: #1e2838;}
.mxn_org_midasi01::before {margin-right: 30px;transform: rotate(-35deg)}
.mxn_org_midasi01::after {margin-left: 30px;transform: rotate(35deg)}

/* 噴き出し風見出し */
.mxn_org_midasi02 {position: relative;padding: 1rem 0.5rem;border-bottom: 3px solid #1e2838;}
.mxn_org_midasi02:before,.mxn_org_midasi02:after {position: absolute;content:"";left: 1em;width: 0;height: 0;border-width: 14px 12px 0;border-style: solid;}
.mxn_org_midasi02:before {bottom: -14px;border-color: #1e2838 transparent transparent;}
.mxn_org_midasi02:after {bottom: -10px;border-color: #fff transparent transparent;}

/* 下線二色見出し */
.mxn_org_midasi03{position: relative;border-bottom: 5px solid #dedede;padding: 20px 0;margin-bottom:30px;}
.mxn_org_midasi03:before {position: absolute;left: 0;bottom: -5px;width: 20%;height: 5px;content: '';background: #058760;}


/* ストライプ見出し */
.mxn_org_midasi04{position: relative;padding: 1rem;border-radius: 5px;background: repeating-linear-gradient(45deg, #E7DA2C 0 3px, #fff 3px 8px);color: #333;font-weight: bold;font-size: 26px;text-align: center;}
.mxn_org_midasi04::after {position: absolute;top: -10px;left: -10px;width: 100%;height: 100%;border: 3px solid #ddd;content: '';}

/* アイコン＋下線 */
.mxn_org_midasi05{position: relative;padding:0.5em 0.5em 0.5em 1.7em;line-height: 1.4;border-top: dotted 1px gray;border-bottom: dotted 1px gray;}
.mxn_org_midasi05:before {font-family: "ETmodules";content: "\70";font-weight: 900;position: absolute;font-size: 1em;left: 0.25em;top: 0.5em;color: #1f87d5;}

/* 下噴き出し */
.mxn_org_midasi06{position: relative;display:block;margin: 1.5em 0;padding: 27px 10px;min-width: 120px;max-width: 100%;color: #fff;font-size: 36px;background: #1e2838;text-align:center;}
.mxn_org_midasi06:before {content: "";position: absolute;top: 100%;left: 50%;margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #1e2838;}

/* 両脇に線 */
.mxn_org_midasi07 {display: flex;align-items: center;/* 縦の調整 */}
.mxn_org_midasi07:before,.mxn_org_midasi07:after {content:"";flex-grow: 10;/* 余白を分け与える */height: 3px;background:#1e2838;min-width:30px;}
.mxn_org_midasi07:before{margin-right:1rem;}
.mxn_org_midasi07:after{margin-left:1rem;}

/* 長丸囲み */
.mxn_org_midasi08{position: relative;display: inline-block;padding: 0.5em 1.5em;border-radius: 100vh;background: #d3f1fb;}

/* 左に縦線 */
.mxn_org_midasi09{padding: 0.1em 0.1em 0.1em 0.7em;/*上下 左右の余白*/border-left: solid 3px #c63610;/*左線*/}

/* アイコン付き見出し */
.mxn_headline01{position: relative;padding-left: 1.3em;}
.mxn_headline01:before {position: absolute;font-family: "Font Awesome 5 Free";content: "\f06a";left: 0;font-weight: 900;font-size: 1em;color: #27acd9;}

/* 下噴き出し */
.mxn_headline02 {position: relative;padding: 0.5em 1em 0.3em 1em;border-bottom: 3px solid #666;}
.mxn_headline02:before {position: absolute;bottom: -14px;left: 1.5em;width: 0;height: 0;content: '';border-width: 14px 12px 0 12px;border-style: solid;border-color: #666 transparent transparent transparent;}
.mxn_headline02:after {position: absolute;bottom: -10px;left: 1.5em;width: 0;height: 0;content: '';border-width: 14px 12px 0 12px;border-style: solid;border-color: #fff transparent transparent transparent;}



/* 下線がストライプ */
.mxn_headline03{
display:inline-block;
background-image: repeating-linear-gradient(45deg, transparent 0 3px, #e06850 3px 6px);
background-repeat: no-repeat;
background-size: 100% 0.3em;
background-position: bottom;
}


/* 下線がストライプでセンター寄せ */
.mxn_headline04{
background-image: repeating-linear-gradient(45deg, #68699b 0 3px, transparent 3px 6px);
background-repeat: no-repeat;
background-size: 150px 8px;
background-position: center bottom;
padding-bottom:1em;
}


/* 吹き出し風見出し */
.mxn_headline05{
position: relative;
padding:0.8em 0.5em;
margin-bottom:20px;
color: #fff;
background: #1e2838;
text-align:center;
}

.mxn_headline05:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #1e2838;
}


/* 両端に線 */
.mxn_headline06{
display:flex;
align-items: center;
justify-content: center;
}
.mxn_headline06:before, .mxn_headline06:after {
content: "";
flex-grow:1;
border-top: 2px solid #1e2838;
min-width:2em;
}
.mxn_headline06:before {
margin-right: 1em;
}
.mxn_headline06:after {
margin-left: 1em; 
}



/* 吹き出し風inline-block */
.mxn_headline07{
position: relative;
padding: 0.5em 1em;
border-radius: 5px;
background: #d1ecf1;
display:inline-block;
}

.mxn_headline07:after {
position: absolute;
bottom: -9px;
left: 1em;
width: 0;
height: 0;
content: '';
border-width: 10px 10px 0 10px;
border-style: solid;
border-color: #d1ecf1 transparent transparent transparent;
}
