/* ----------------------------------- 
common
----------------------------------- */
section {
    padding:20px;
    letter-spacing: 0.03em;
}
.wrap{
    max-width: 1200px;
    /* overflow: hidden; */
    margin: auto;
}
section h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    /* text-align: left; */
}


/* ----------------------------------- 
header
----------------------------------- */
header {
    padding: 20px;
}

header h2.logo {
    /* padding: 16px; */
    margin: 0;
    display: inline-block;
}

/* ----------------------------------- 
kv
----------------------------------- */
.bg-wrap{
   background: linear-gradient(#ffffff, #e4e4e4);
}
section.kv #notification-column{
    /* margin: 0; */
}
section.kv .notification {
    margin: 10px auto;
    font-size: 16px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px #888888;
    border-radius: 4px;
}
section.kv .notification-info {
    background-color: #d6000f;
}
section.kv .notification-info .notification-content {
    display: block;
    padding: 16px;
    margin-left: 34px;
    margin-right: 3px;
    background-color: #fff;
    margin-bottom: 0 !important;
}
section.kv .notification-info .notification-content:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 8px;
    color: #FFFFFF;
    line-height: 1.3em;
    width: 34px;
    text-align: center;
}
section.kv .notification-info .notification-content p {
    margin:0;
    /* font-weight: bold; */
}
section.kv .notification-note {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.6;
}
section.kv .notification-note p {
    margin: 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
section.kv .notification-note p a{
    text-decoration: underline;
}


/* ----------------------------------- 
versionup
----------------------------------- */
section.versionup p.subttl {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
section.versionup p.subttl:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #d6000f;
  border-radius: 4px;
  z-index: -1;
}
section.versionup p{
    font-size: 20px;
    text-align: left;
}
section.versionup p span.note{
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
section.versionup .dl-btn {
    text-align: center;
    margin-top: 30px;
}
section.versionup .dl-btn a.btn {
    margin: auto;
    padding: 0 10% 0;
    padding-bottom: 0;
}
section.versionup .dl-btn a.btn {
    background: linear-gradient(#00aeff, #0078ff);
    color: #ffffff;
    font-size: 20px;
    /* font-weight: bold; */
    letter-spacing: 0.08em;
    padding: 10px 20px;
    margin: 26px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px #585858;
    -webkit-box-shadow: 0px 3px 6px 0px #585858;
    -moz-box-shadow: 0px 3px 6px 0px #585858;
    margin-top: 2px;
    margin-bottom: 0px;
}
section.versionup .dl-btn a.btn:hover {
    background: linear-gradient(#0078ff, #00aeff);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    margin-top: 4px;
    margin-bottom: -2px;
}
section.versionup .btn span {
    position: relative;
    padding-left: 34px;
}
section.versionup a.btn span:before {
    position: absolute;
    line-height: 1;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    font-family: FontAwesome;
    content: "\f019";
    font-size: 22px;
}
section.versionup a.btn.ver02 span:before {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 22px;
}


/* ----------------------------------- 
faq
----------------------------------- */
section.faq(

)
.panel-group{
margin-bottom: 20px;
padding: 0 100px;
}
section.faq .panel-group .panel {
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 8px;
    box-shadow: 0px 3px 8px 0px #bfbfbf;
    -webkit-box-shadow: 0px 3px 8px 0px #bfbfbf;
    -moz-box-shadow: 0px 3px 8px 0px #bfbfbf;
}
section.faq .panel .panel-heading {
    cursor: pointer;
    padding: 0;
}
section.faq .panel-default>.panel-heading .panel-title a{
    display: block;
    background: linear-gradient(#00aeff, #0078ff);
    padding: 15px 48px 15px 20px;
    position: relative;
    color:#fff;
    font-size: 20px;
    line-height: 1.3;
    text-decoration: none;
}
section.faq .panel-default>.panel-heading .panel-title a:hover{
    background: linear-gradient(#0078ff, #00aeff);
}
section.faq .accordion-toggle a:after {
  content: "\f077";
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  height: 22px;
  line-height: 1;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.faq .accordion-toggle a.collapsed:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #ffffff;
}
section.faq .panel-group .panel-body {
  padding: 15px 20px;
}
section.faq .panel-group .panel-body p {
  font-size: 18px;
}


/* ----------------------------------- 
footer
----------------------------------- */
footer {
    position: absolute;
    width: 100%;
    background-color: #2f2f2f;
    color: white;
    font-size: .7em;
    z-index: -1;
}
footer p{
  padding:10px;
  margin:0;
}




/* ---------------------- @media screen ---------------------- */

/* ----------------------------------- 
@media (min-width: 375px)
----------------------------------- */
@media (min-width: 375px) {
  
}


/* ----------------------------------- 
@media (min-width: 480px)
----------------------------------- */
@media (min-width: 480px) {
    .wrap {
        padding:0 40px;
    }
    section.kv #notification-column {
        margin: 0;
        font-size: 20px;
    }
    section.kv .notification-info .notification-content {
        padding: 14px 20px;
        margin-left: 50px;
        margin-right: 5px;
    }
    section.kv .notification-info .notification-content:before {
        content: "\f05a";
        font-family: FontAwesome;
        font-size: 24px;
        position: absolute;
        top: 6px;
        left: 0;
        padding: 12px 15px;
        color: #FFFFFF;
        line-height: 20px;
        width: 50px;
        text-align: center;
    } 
    section.kv .notification-note {
        margin: 22px 0 0;
        font-size: 16px;
        line-height: 1.6;
    }
    section.kv .notification-note p {
        margin: 0;
    }
}


/* ----------------------------------- 
@media (min-width: 768px)
----------------------------------- */
@media (min-width: 768px) {
    header h2.logo {
        /* padding: 20px; */
    }

    section.kv #notification-column {
        font-size: 20px;
    }
    section.kv .notification-note {
        margin: 22px 0 0;
        font-size: 16px;
        line-height: 1.6;
    }
    section.kv .notification-note p {
        margin: 0;
    }

    section.versionup p{
        font-size: 20px;
        text-align: center;
    }
    section.versionup p.subttl:after {
        content: '';
        position: absolute;
        display: inline-block;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 2px;
        background-color: #d6000f;
        border-radius: 4px;
        z-index: -1;
    }


    section.versionup p span.note{
        font-size: 16px;
    }
}


/* ----------------------------------- 
@media (min-width: 992px)
----------------------------------- */
@media (min-width: 992px){
    section.kv #notification-column {
        font-size: 20px;
    }
    section.kv .notification-note {
        margin: 22px 0 0;
        font-size: 16px;
        line-height: 1.6;
    }
    section.kv .notification-note p {
        margin: 0;
    }
}


/* ----------------------------------- 
@media (min-width: 1200px)
----------------------------------- */
@media (min-width: 1200px) {
    .wrap {
        padding:0;
    }
    section {
        padding: 80px 0 100px;
    }
    section h2 {
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 36px;
        /* text-align: center; */
        line-height: 1.4;
    }

    section.kv{
        padding: 20px 0px 80px;
    }
    section.kv #notification-column {
        font-size: 20px;
    }
    section.kv .notification-note {
        margin: 22px 0 0;
        font-size: 16px;
        line-height: 1.6;
    }
    section.kv .notification-note p {
        margin: 0;
    }

    section.versionup p.subttl {
        font-size: 24px;
        font-weight: bold;
    }

}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
