/*
Object-Utility（ユーティリティ）--------------------------------------------------------------------------------------------
わずかなスタイルの調整のための便利クラス
隣接するモジュールとの間隔をつくるといった役割
u-の接頭辞を付与する
*/
.fwb {
    font-weight: bold;
}

.cp {
    cursor: pointer;
    cursor: hand;
}

.u-fs_l {
    font-size: 120%;
}

.fsl {
    font-size: 24px;
}

.fs10 {
    font-size: 10px;
    line-height: 20px;
}

.fs11 {
    font-size: 11px;
    line-height: 21px;
}

.fs12 {
    font-size: 12px;
    line-height: 22px;
}

.fs16 {
    font-size: 16px;
    line-height: 28px;
}

.fs18 {
    font-size: 18px;
    line-height: 30px;
}

.fs20 {
    font-size: 20px;
    line-height: 32px;
}

.fs22 {
    font-size: 22px;
    line-height: 34px;
}

.fs24 {
    font-size: 24px;
    line-height: 36px;
}

.fs28 {
    font-size: 28px;
    line-height: 40px;
}

.fs30 {
    font-size: 30px;
    line-height: 42px;
}

.fs40 {
    font-size: 40px;
    line-height: 52px;
}

.ff_mp1 {
  font-family: "Mplus 1p";
}

@media screen and (max-width:481px) {
    .fs18 {
        font-size: 16px;
        line-height: 26px;
    }
    .fs20 {
        font-size: 18px;
        line-height: 28px;
    }
    .fs22 {
        font-size: 20px;
        line-height: 30px;
    }
    .fs30 {
        font-size: 22px;
        line-height: 32px;
    }
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb0,
.default_single_post .mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt_5 {
    margin-top: -5px;
}

.mt3 {
    margin-top: 3px;
}

.mt_20 {
    margin-top: -20px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb_10 {
    margin-bottom: -10px;
}

.mb_20 {
    margin-bottom: -20px;
}

.ml0 {
    margin-left: 0;
}

.ml3 {
    margin-left: 3px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml32 {
    margin-left: 32px;
}

.mr3 {
    margin-right: 3px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pb0 {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.r3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.r5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.u-img_center {
    text-align: center;
}

.u-img_center img {
    vertical-align: bottom;
}

.u-dashed_flame_img {
    border: 1px dashed #cccccc;
    box-sizing: border-box;
}

.cr {
    clear: both;
}

.db {
    display: block;
}

.nodisplay-area {
    display: none;
}

.vb {
    vertical-align: bottom;
}

.ib {
    display: inline-block;
}

.oa {
    overflow: auto;
}

.oh {
    overflow: hidden;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tlt {
    text-decoration:line-through;
}

.tdn {
    text-decoration: none;
}

.w100 {
    width: 100%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.w10 {
    width: 10%;
}

.lstn {
    list-style-type: none;
}

.lsd {
    list-style-type: disc;
    margin-left: 20px;
}

.bbd {
    border-bottom: double;
}

.u-cp {
    cursor: hand;
    cursor:pointer;
}

.bsb {
    box-sizing: border-box;
}

.u-dashed_under {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.lsdec {
    list-style-type: decimal;
    margin-left: 20px;
}

.ul_wrap {
    padding: 8px 8px 8px 30px;
    background-color: #F9F9F9;
    border: 1px dashed #cccccc;
    margin-left: 0!important;
}

.u-blockquote_source {
    display: block;
    font-size: 75%;
    text-align: right;
    font-style: normal;
    margin-top: 5px;
}

.u-green_strong {
    color: #008C23;
    font-weight: bold;
}

.u-green_strong--vivid {
    color: #00ff40;
    font-weight: bold;
}

.u-default_red {
    color: #E90000;
    font-weight: bold;
}

.u-attention_red,
.error_msg {
    color: #E90000;
}

.u-attention_red:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f06a";
    padding: 0 3px 0 0;
}

.u-dotted_frame_wrap {
    border: 1px dotted #cccccc;
    padding: 10px;
    margin-bottom: 30px;
}

.u-dashed_frame_wrap {
    border: 1px dashed #aaaaaa;
    padding: 6px 9px 6px 9px;
    margin-bottom: 30px;
}

.u-dashed_frame_wrap--gray_back {
    border: 1px dashed #aaaaaa;
    padding: 6px 9px 6px 9px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.lspi {
    list-style-position: inside;
}

.wpre {
    white-space: pre-wrap;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1    }

.lnk_uline:hover {
    text-decoration: underline;
}

.lnk_oc {
  display: block;
}

.lnk_oc:hover {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #333!important;
}

.sup_text {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.3em;
}
.sub_text {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}
/*マージン調整***********/
.mt_1rem{
    margin-top: 1rem!important;
}