@charset "UTF-8";

/* Title style  */

.title-style1 {
    font-size: 24px;
    color: #9f1a46;
    line-height: 140%;
    border-bottom: solid 1px #9f1a46;
}

.title-style2 {
    font-size: 24px;
    color: #6594e0;
    line-height: 140%;
    border-bottom: dashed 2px #6594e0;
}

.title-style3 {
    font-size: 24px;
    color: #FFC778;
    line-height: 140%;
    padding: 5px 0;
    border-bottom: double 5px #FFC778;
}

.title-style4 {
    font-size: 24px;
    color: #364e96;
    line-height: 140%;
    border-bottom: solid 3px #364e96;
    border-top: solid 3px #364e96;
}

.title-style5 {
    font-size: 24px;
    color: #010101;
    line-height: 140%;
    padding: 5px 10px;
    background: #eaf3ff;
    border-bottom: solid 3px #516ab6;
}

.title-style6 {
    font-size: 24px;
    color: #494949;
    line-height: 140%;
    padding: 5px 10px;
    background: transparent;
    border-left: solid 5px #7db4e6;
}

.title-style7 {
    font-size: 24px;
    color: #494949;
    line-height: 140%;
    padding: 5px 10px;
    background: #fffaf4;
    border-left: solid 5px #ffaf58;
}

.title-style8 {
    font-size: 24px;
    color: #494949;
    line-height: 140%;
    padding: 5px 10px;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #d7d7d7;
}

.title-style9 {
    position: relative;
    font-size: 24px;
    color: #494949;
    line-height: 140%;
    padding: 5px 10px;
    background: #e0edff;
}

.title-style9::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}

.title-style10 {
    position: relative;
    font-size: 24px;
    color: #454545;
    line-height: 140%;
    text-align: center;
    padding: 2px 5px;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 1px #96c2fe;
}

.title-style11 {
    position: relative;
    font-size: 24px;
    color: #454545;
    line-height: 140%;
    text-align: center;
    padding: 2px 5px;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
}

.title-style11:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.title-style12 {
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
    padding: 5px 10px;
    background: #a6d3c8;
}

.title-style12::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

.title-style13 {
    font-size: 24px;
    color: #555;
    line-height: 140%;
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

.title-style14 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    border-bottom: solid 3px skyblue;
}

.title-style14:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}

.title-style15 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    border-bottom: solid 3px #cce4ff;
}

.title-style15:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    width: 20%;
}

.title-style16 {
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
    text-align: center;
    padding: 5px 5px 5px 42px;
    background: #77c3df;
    z-index: -1;
}

.title-style16:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -2
}

.title-style17 {
    position: relative;
    font-size: 24px;
    color: #2d2d2d;
    line-height: 140%;
    text-align: center;
    padding: 5px 26px 5px 42px;
    background: #fff0d9;
    border-bottom: solid 3px orange;
    z-index: -2;
}

.title-style17:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -1;
}

.title-style17:after {
    position: absolute;
    content: '';
    right: -6px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 79px white;
    z-index: -1;
}

.title-style18 {
    position: relative;
    font-size: 24px;
    color: #010079;
    line-height: 140%;
    padding: 5px 10px;
    text-shadow: 0 0 5px white;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.title-style19 {
    position: relative;
    font-size: 24px;
    color: #010079;
    line-height: 140%;
    padding: 5px 10px;
    text-shadow: 0 0 5px white;
    border-left: solid 7px #010079;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.title-style20 {
    position: relative;
    font-size: 24px;
    color: #6cb4e4;
    line-height: 140%;
    text-align: center;
    padding: 5px 10px;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.title-style21 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
}

.title-style21::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.title-style22 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding: 5px 10px;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    border-radius: 7px;
}

.title-style22:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffebbe;
    width: 0;
    height: 0;
}

.title-style23 {
    position: relative;
    font-size: 24px;
    color: #9f1a46;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    padding: 0 55px;
    display: inline-block;
}

.title-style23::before,
.title-style23::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #9f1a46;
}

.title-style23:before {
    left: 0;
}

.title-style23:after {
    right: 0;
}

.title-style24 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    padding: 0 55px;
    display: inline-block;
}

.title-style24:before,
.title-style24:after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 42px;
    height: 4px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.title-style24:before {
    left: 0;
}

.title-style24:after {
    right: 0;
}

.title-style25 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    display: inline-block;
}

.title-style25:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
}

.title-style26 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    padding: 0 45px;
    display: inline-block;
}

.title-style26:before,
.title-style26:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.title-style26:before {
    left: 0;
}

.title-style26:after {
    right: 0;
}

.title-style27 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    padding: 5px 40px;
    display: inline-block;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}

.title-style27:before,
.title-style27:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: black;
}

.title-style27:before {
    left: 7px;
}

.title-style27:after {
    right: 7px;
}

.title-style28 {
    position: relative;
    font-size: 24px;
    color: #158b2b;
    line-height: 140%;
    text-align: center;
    padding: 8px 0;
}

.title-style28:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #158b2b;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-style28:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 150px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #158b2b;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title-style29 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
}

.title-style29::after,
.title-style29::before {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.title-style29::before {
    border-left: solid 1px #ff5722;
    border-top: solid 1px #ff5722;
    top: 0;
    left: 0;
}

.title-style29::after {
    border-right: solid 1px #ff5722;
    border-bottom: solid 1px #ff5722;
    bottom: 0;
    right: 0;
}

.title-style30 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
    top: 0;
}

.title-style30:before,
.title-style30:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.title-style30:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}

.title-style30:after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}

.title-style31 {
    font-size: 24px;
    color: #555;
    line-height: 140%;
    border-bottom: 1px #7172ac dotted;
}

.title-style31::first-letter {
    font-size: 30px;
    color: #7172ac;
}

.title-style32 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding: 5px 0;
}

.title-style32:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.title-style33 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding: 5px 0;
}

.title-style33:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
    background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

.title-style34 {
    position: relative;
    font-size: 24px;
    color: #545454;
    line-height: 140%;
    padding: 5px 10px;
    background: -moz-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
    background: linear-gradient(to right, rgb(255, 186, 115), transparent);
}

.title-style35 {
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
    padding: 5px 10px;
    background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
    background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
    background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.title-style36 {
    position: relative;
    font-size: 24px;
    color: #ff6a6a;
    line-height: 140%;
    padding: 5px 5px 5px 50px;
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    background: #fffff4;
}

.title-style36::before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    font-size: 20px;
    left: 15px;
    top: 5px;
    color: #ff6a6a;
}

.title-style37 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    text-align: center;
    display: inline-block;
}

.title-style37:before,
.title-style37:after {
    position: relative;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.0em;
    color: #ff6a6a;
}

.title-style37:before {
    content: "\f053";
    /*アイコン種類*/
    padding-right: 0.5em
}

.title-style37:after {
    content: "\f054";
    /*アイコン種類*/
    padding-left: 0.5em
}

.title-style38 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding: 5px 10px;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
}

.title-style38::after {
    position: absolute;
    font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
    content: '\f0a7\ POINT';
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
}

.title-style39 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding: 5px 15px;
    background: #f1f8ff;
    border-left: solid 2em #5c9ee7;
}

.title-style39::before {
    font-family: FontAwesome;
    content: "\f040";
    position: absolute;
    padding: 0;
    color: white;
    font-weight: normal;
    left: -34px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-style40 {
    width: 100%;
    float: right;
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
    padding: 0 5px 0 35px;
    border-radius: 0 10px 10px 0;
    border-left: 20px #fff solid;
    background: #ffd98a;
}

.title-style40::before {
    font-family: FontAwesome;
    content: "\f135";
    display: inline-block;
    position: absolute;
    padding: 0;
    color: white;
    background: #ffa337;
    font-weight: normal;
    width: 45px;
    text-align: center;
    height: 46px;
    line-height: 40px;
    left: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.title-style41 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding-left: 30px;
    border-bottom: 2px #ff938b solid;
}

.title-style41::before {
    font-family: FontAwesome;
    content: "\f1b0";
    position: absolute;
    font-size: 26px;
    left: 0;
    top: 0;
    color: #ff938b;
}

.title-style42 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding: 8px 15px;
    margin-left: 40px;
    background: #def3ff;
    border-radius: 20px;
}

.title-style42:before {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: -14px;
    color: #def3ff;
}

.title-style42:after {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #def3ff;
}

.title-style43 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding-left: 15px;
}

.title-style43:before {
    font-family: FontAwesome;
    content: "\f246";
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: silver;
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.title-style44 {
    position: relative;
    font-size: 24px;
    color: #555;
    line-height: 140%;
    padding-left: 35px;
    border-bottom: 2px #ffca2c solid;
}

.title-style44:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0eb";
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-style44:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row-title-style45 {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -ms-transform: rotate(-10deg) skew(-17deg, 4deg);
    -webkit-transform: rotate(-10deg) skew(-17deg, 4deg);
    transform: rotate(-10deg) skew(-17deg, 4deg);
    padding: 0 20px;
}

.row-title-style45:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eb9920;
    bottom: -7px;
    left: 6px;
    z-index: -2;
}

.row-title-style45:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #eb9920;
    bottom: -10px;
    right: -6px;
    z-index: -2;
}

.title-style45 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
    background: #f8aa37;
}

.title-style45:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 7px transparent;
    border-right: solid 25px #c6821e;
}

.title-style45:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #c6821e;
}

.row-title-style46 {
    position: relative;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    background: #70a6ff;
}

.row-title-style46:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.row-title-style46:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #6081b7;
}

.title-style46 {
    vertical-align: middle;
    margin: 0;
    padding: 5px 30px 5px 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 24px;
    color: #fff;
    line-height: 140%;
}

.row-title-style47 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    padding: 0 26px;
}

.row-title-style47:before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: 0;
    z-index: -2;
    border: 20px solid #56adf3;
    border-left-color: transparent;
}

.row-title-style47:after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: 0;
    z-index: -2;
    border: 20px solid #56adf3;
    border-right-color: transparent;
}

.title-style47 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px 20px;
    line-height: 140%;
    font-size: 24px;
    color: #FFF;
    background: #2196F3;
}

.title-style47:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #397eb5;
}

.title-style47:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #397eb5;
}

.title-style48 {
    display: inline-block;
    position: relative;
    padding: 15px 20px;
    font-size: 24px;
    color: #FFF;
    line-height: 140%;
    background: #a6d3c8;
}

.title-style48:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

.title-style48:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 20px rgb(149, 158, 155);
}

.row-title-style49 {
    display: inline-block;
    position: relative;
    line-height: 140%;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    background: #acd879;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.row-title-style49:before,
.row-title-style49:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.row-title-style49:before {
    top: -2px;
    left: -2px;
    border-width: 32px 0px 32px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.row-title-style49:after {
    top: -2px;
    right: -2px;
    border-width: 32px 15px 32px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.title-style49 {
    vertical-align: middle;
    margin: 0;
    padding: 0 30px;
    border-top: dashed 2px rgba(255, 255, 255, 0.5);
    border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
    font-size: 24px;
    line-height: 140%;
    color: #FFF;
}

.row-title-style50 {
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    background: #7f9dfb;
    box-sizing: border-box;
}

.row-title-style50:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.title-style50 {
    vertical-align: middle;
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
}

.row-title-style51 {
    border-bottom: 3px solid #000000;
}

.title-style51 {
    color: #ffffff;
    font-size: 24px;
    line-height: 140%;
    position: relative;
    background: #000000;
    display: inline-block;
    padding: 5px 10px;
}

.title-style51:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 0 10px 44px 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #000000;
}

.title-style52 {
    color: #ffffff;
    font-size: 24px;
    line-height: 140%;
    padding: 5px;
    background: repeating-linear-gradient(45deg, #4f4f4f, #4f4f4f 3px, #000000 3px, #000000 6px);
}

.title-style53 {
    color: #ffffff;
    font-size: 24px;
    line-height: 140%;
    padding: 5px 20px;
    background: #d14;
    border-radius: 32px 0;
}

.title-style54 {
    color: #444;
    font-size: 24px;
    line-height: 140%;
    position: relative;
    padding: 5px 10px;
    background: linear-gradient(#888, #aaa, #888);
    border: 1px solid #bbb;
    box-shadow: 0 0 0 1px #555;
    text-shadow: 0 1px 1px #fff;
}

.title-style55 {
    color: #444;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
}

.title-style55:before,
.title-style55:after {
    content: "";
    flex-grow: 1;
    height: 1px;
}

.title-style55:before {
    margin-right: 4px;
    background: linear-gradient(-90deg, #888, transparent);
}

.title-style55:after {
    margin-left: 4px;
    background: linear-gradient(90deg, #888, transparent);
}

.title-style56 {
    font-size: 24px;
    line-height: 140%;
    color: #fff;
    background: #F9B8CD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    padding: 5px 10px 5px 40px;
}

.title-style56:before,
.title-style56:after {
    content: "";
    position: absolute;
    display: block;
}

.title-style56:before {
    top: -4px;
    left: 12px;
    width: 20px;
    height: 23px;
    padding: 5px 0 0 0;
    background: #f69;
    text-align: center;
}

.title-style56:after {
    top: 8px;
    left: 12px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #f69;
}

.title-style57 {
    border-top: 3px solid #3cb3e4;
    border-bottom: 3px solid #3cb3e4;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #3cb3e4;
    font-size: 24px;
    line-height: 140%;
}

.title-style57:before {
    content: "";
    border-top: 2px solid #3cb3e4;
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    top: -12px;
    left: 10px;
}

.title-style57:after {
    content: "";
    border-bottom: 2px solid #3cb3e4;
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    top: -19px;
    left: 20px;
}

.title-style58 {
    font-size: 24px;
    line-height: 140%;
    color: #555;
    padding: 10px;
    border: 3px solid #ccc;
    border-radius: 30px 7px 20px 7px/7px 20px 7px 30px;
}

.title-style59 {
    font-size: 24px;
    line-height: 140%;
    position: relative;
    padding: 5px 10px;
    border-left: 6px solid #ccc;
}

.title-style59::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #3498db;
}

.title-style59::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
}

.title-style60 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    padding: 5px 10px 5px 30px;
    border: 1px solid #ccc;
    border-top: 3px solid #9f1a46;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

.title-style60::after {
    position: absolute;
    top: 14px;
    left: 6px;
    z-index: 2;
    content: '';
    width: 14px;
    height: 14px;
    border: 3px solid #9f1a46;
    border-radius: 100%
}

.title-style61 {
    font-size: 24px;
    line-height: 140%;
    padding: 5px 10px 5px 20px;
    position: relative;
    background: #ffffff;
    border: 1px solid #000000;
}

.title-style61:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: 5px;
    width: 6px;
    height: calc(100% - 1em);
    background: #000000;
}

.title-style62 {
    position: relative;
    padding: 5px 10px 5px 30px;
    font: bold 22px/1.2 Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 24px;
    line-height: 140%;
    background: #ccc;
    border-top: #ccc solid 1px;
    border-right: #999 solid 1px;
    border-bottom: #999 solid 1px;
    border-left: #ccc solid 1px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(220, 220, 220, 1.0)), color-stop(0.25, rgba(240, 240, 240, 1.0)), color-stop(0.30, rgba(235, 235, 235, 1.0)), color-stop(0.36, rgba(240, 240, 240, 1.0)), color-stop(0.50, rgba(235, 235, 235, 1.0)), color-stop(0.80, rgba(215, 215, 215, 1.0)), to( rgba(210, 210, 210, 1.0)));
    background-image: -webkit-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
    background-image: -moz-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
    background-image: -o-linear-gradient(top, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
    background-image: linear-gradient(to bottom, rgba(220, 220, 220, 1.0), rgba(240, 240, 240, 1.0) 25%, rgba(235, 235, 235, 1.0) 30%, rgba(240, 240, 240, 1.0) 36%, rgba(235, 235, 235, 1.0) 50%, rgba(215, 215, 215, 1.0) 80%, rgba(210, 210, 210, 1.0));
}

.title-style62:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 15px;
    width: 0;
    height: 100%;
    border-left: #ccc solid 1px;
}

.title-style62:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 16px;
    width: 0;
    height: 100%;
    border-right: #eee solid 1px;
}

.title-style63 {
    position: relative;
    padding: 4px 10px 4px 55px;
    color: #666;
    font-size: 24px;
    line-height: 140%;
    background: #f3f3f3;
    z-index: 1;
}

.title-style63:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-right: #fff solid 2px;
    background: #f60;
    background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.6)), to( rgba(255, 255, 255, 0.6)));
    background-image: -webkit-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    background-image: -moz-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    background-image: -o-linear-gradient(top, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    background-image: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    z-index: -1;
}

.title-style63:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from( rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.0)), color-stop(0.20, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.1)), color-stop(0.40, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.3)), color-stop(0.60, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.5)), color-stop(0.80, rgba(255, 255, 255, 0.6)), to( rgba(255, 255, 255, 0.6)));
    background-image: -webkit-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    background-image: -moz-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    background-image: -o-linear-gradient(left, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    background-image: linear-gradient(to right, transparent 20%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.6) 100%);
    z-index: -1;
}

.title-style64 {
    position: relative;
    color: #111;
    font-size: 24px;
    line-height: 140%;
    padding: 5px 10px 5px 30px;
    border-bottom: 3px solid #B92A2C;
}

.title-style64:before {
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 4px;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.title-style64:after {
    content: "";
    position: absolute;
    background: #d26466;
    top: 25px;
    left: 0;
    height: 12px;
    width: 12px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.row-title-style65 {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #eee), color-stop(51%, #ddd), color-stop(100%, #fff));
    -pie-background: linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%);
}

.title-style65 {
    font-size: 24px;
    line-height: 140%;
    color: #555;
    padding: 5px 10px;
}

.title-style66 {
    font-size: 24px;
    line-height: 140%;
    color: #0080FF;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #cccccc;
    border: 1px solid #cccccc;
    -moz-box-shadow: 1px 1px 1px rgba(000, 000, 000, 0.3);
    -webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    text-shadow: 4px 3px 1px rgb(0 0 0 / 16%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: -moz-linear-gradient(top, #FFF 0%, #FFF 3%, #E6E6E6 3%, #FFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03, #FFF), color-stop(0.03, #E6E6E6), to(#FFF));
}

.title-style67 {
    position: relative;
    padding: 20px 10px 10px 10px;
    font-size: 24px;
    line-height: 140%;
    border: 1px solid #325A8C;
}

.title-style67::after {
    content: "POINT";
    position: absolute;
    top: -16px;
    left: 10px;
    background: #fff;
    font-size: 12px;
    color: #325A8C;
    padding: 0 10px;
}

.title-style68 {
    padding: 10px;
    font-size: 24px;
    line-height: 140%;
    border: 1px solid #325A8C;
    background: #325A8C;
    color: #FFF;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.title-style69 {
    position: relative;
    padding: 10px;
    font-size: 24px;
    line-height: 140%;
    background: -webkit-linear-gradient(135deg, #f44336 0%, #ff9800 17%, #ffeb3b 32%, #4caf50 50%, #2196f3 67%, #3f51b5 84%, #9c27b0 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
}

.title-style69::before,
.title-style69::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
}

.title-style69::before {
    border-top: 15px solid #D8D8D8;
}

.title-style69::after {
    margin-top: -2px;
    border-top: 15px solid #ffffff;
}

.title-style70 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 140%;
    color: #B92A2C;
    border-bottom: 2px solid #B92A2C;
}

.title-style70:before,
.title-style70:after {
    content: '';
    border-right: 18px solid #fff;
    border-top: 15px solid #B92A2C;
    bottom: -17px;
    position: absolute;
    left: 26px;
}

.title-style70:after {
    border-top-color: #fff;
    border-right-color: transparent;
    bottom: -13px;
    left: 28px;
}

.title-style71 {
    position: relative;
    padding: 5px 10px;
    font-size: 24px;
    line-height: 140%;
    color: #aaa;
    background: #f4f4f4;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}

.title-style71::after {
    position: absolute;
    bottom: -9px;
    right: 10%;
    content: '\002702';
    color: #aaa;
    font-size: 18px;
    line-height: 1;
}

.title-style72 {
    position: relative;
    font-size: 24px;
    line-height: 140%;
    color: #19509d;
    padding: 0 10px 15px 10px;
    border-bottom: 1px #ccc solid;
    display: inline-block;
}

.title-style72::before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    border-left: 100px #19509d solid;
    border-right: 100px #F8B10D solid;
}

.row-title-style73 {
    background: #19509d;
}

.title-style73 {
    font-size: 24px;
    color: #f8b014;
    line-height: 140%;
    text-align: center;
    padding: 5px 10px;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.title-style74 {
    font-size: 24px;
    line-height: 100%;
    color: #9f1a46;
    border-bottom: 1px solid #e5e5e5;
}

.title-style74 .title-small {
    font-size: 13px;
    color: #333333;
}


/* End title style */


/* RWD */

@media screen and (max-width:992px){
    .title-style60::after {
        top: 10px;
    }
}

@media screen and (max-width:640px) {
    .title-style17:before,
    .title-style17:after,
    .row-title-style46:after,
    .row-title-style49:before,
    .row-title-style49:after,
    .row-title-style50:after {
        display: none;
    }
}