@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.cont0 {
    margin: 0px;
    padding: 0px 10px;
    background-color: #FFF;
}
#header {
    padding: 0px;
    position: relative;
}
#header .logo {
    display: inline-block;
    position: relative;
    z-index: 999;
    padding-top: 0px;
}
.top_icon {text-align:right; padding-top:10px;}

/* Reset Browsers
-------------------------------------------------------------- */

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.55 ;
    color:#777;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
blockquote, q {
    quotes: none
}
a:focus {
    outline: none
}
a:hover, a:active {
    outline: 0
}
a img {
    border: 0
}
img {
    max-width: 100%;
    height: auto;
}
select {
    max-width: 100%
}
/* General
-------------------------------------------------------------- */
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}
p {
    margin: 0 0 25px;
}
strong, b, cite {
    font-weight: bold;
}

.alignleft {float: left;}
.border1px {border:1px solid #ddd;}
.post-title {    color: #004396;    font-size: 25px;    font-weight: 500;    line-height: 130%;}
h3 {color:#0069f7; font-weight: 400;    line-height: 130%; font-size: 30px; margin: 0px 0 10px 0px;}
h4 {color:#004396; font-weight: 500;    line-height: 130%; font-size: 18px; margin: 0px 0 10px 0px; padding: 0px; }
h5 {color:#0069f7; font-weight: 500;    line-height: 130%; font-size: 22px; margin: 0px 0 10px 0px; padding: 0px; }
hr {border:0; height:1px; background: #bbb;}
.black_point{color:#333; font-weight:bold}
.pd_0_30_15{ padding: 0 30px 15px 0;}
.clearfix {clear:both;}
.no_list{margin: 0 0 0 15px; padding: 0px; }
.no_list ul {margin: 0px;padding: 0px; }
.no_list li {list-style-type: disc;margin-left: 20px;}
.no_list ut {margin-left: 0px;}
.mg-l-15 {margin-left: 15px;}
.col-sm-10 { width: 100%; display: inline-block;}
.col-sm-7 {width: 70%; display: inline-block;}
.col-sm-6 {width: 60%; display: inline-block;}
.col-sm-5 {width: 50%; display: inline-block;}
.col-sm-4 {width: 40%; display: inline-block;}
.col-sm-3 {width: 30%; display: inline-block;}

#footer {    padding-bottom: 20px;    background: #FFF;    color: #333;    text-align: center;     border-top: 1px solid #e4e4e4;     margin-top: 50px;    padding-top: 30px;}
.copyright {    text-align: left;    color: #888;    font-size: 14px;    font-weight: 400;   }

.point01{background-color: #0069f7;      padding: 30px 10px;  border-radius: 40px 0;}
.point01 div, .point01 h5{color:#fff}
.point01 div{line-height: 120%;    font-size: 14px;}
.mgt_30{margin-top:30px;}
.mgt_40{margin-top:40px;}
.mgt_50{margin-top:50px;}
.mgt_60{margin-top:60px;}
.mgt_70{margin-top:70px;}

.mgb_30{margin-bottom:30px;}
.mgb_40{margin-bottom:40px;}
.mgb_50{margin-bottom:50px;}
.mgb_60{margin-bottom:60px;}
.mgb_70{margin-bottom:70px;}
@media screen and (max-width: 767px) {
    body {font-size: 13px; }
    .post-title {font-size:16px;}
    h3 {font-size:22px;}
    h4 {font-size:14px;}
    h5 {font-size:16px;}
   .col-sm-10, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3 {width: 100%;}
   .mgt_30{margin-top:15px;}
   .mgt_40{margin-top:20px;}
   .mgt_50{margin-top:25px;}
   .mgt_60{margin-top:30px;}
   .mgt_70{margin-top:35px;}
   .mgb_30{margin-bottom:15px;}
   .mgb_40{margin-bottom:20px;}
   .mgb_50{margin-bottom:25px;}
   .mgb_60{margin-bottom:30px;}
   .mgb_70{margin-bottom:35px;}
   .mo_no{display:none;}
}
