
/* --- BASE CSS FILE --- */

@import url('01_template.css');
@import url('03_nav.css');


object {
	border: none;
	outline: none;
}

/* --- GENERAL STYLES --- */
* {
    box-sizing: border-box;
    transition: all 0.1s ease;
}
    
    .container-v1 #header-logo{
        margin-top: -15px;
    }
    
    .container-v1 #header-logo a img{
        object-fit: contain;
        width: 85%;
    }
    
    .container-v1 #header-right p:last-child{
        font-size: 20px;
    }
    
    .container-v1 .header-block{
        margin-top: -15px;
    }
    
    
    @media screen and (max-width: 700px) {
        div#top-navi{
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }
        
        div#top-navi:after{
            display: none;
        }
        
        .container-v1 div#header-right div#top-navi p{
            font-size: 12px;
        }
        .container-v1 #header-logo{
            margin-top: -5px;
        }
        .container-v1 #header-right p:last-child{
        font-size: 14px;
        }
    }

body {
	margin: 0;
	padding: 0;
}

p {
	margin:15px 20px 15px 0;
	line-height:1.7;
}

solid {
	padding:0;
	margin:0 20px 0 0;
	line-height:2;
	color:#4c4c4c;
}

a {
	color: #af0a0a;
	text-decoration: none;
}

a:hover {
	color: #d01c1c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	outline: none;
}

a:active {
	text-decoration : none;
	color : #be7736;
}

a.home-active, a.home-active:hover{
	color: #f49b00;
}

hr {
	height: 1px;
	color: #e5e5e5;
	padding: 0;
}

img {
	border: none;
	outline: none;
}

blockquote {
	background-color:#f5f5f5;
	border:1px solid #e5e5e5;
	padding:30px;
	margin:10px 0 10px 0;
}

.hamburger-menu {
    width: 35px;
    height: 30px;
    background-color: transparent;
    border: none;
    position: relative;
    margin-left: auto;
}

.hamburger-menu .hamburgers {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #990002;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.hamburger-menu .hamburgers:first-child {
    top: 0;
}

.hamburger-menu .hamburgers:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.hamburger-menu .hamburgers:last-child {
    bottom: 0;
}

.menu-conatiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#globalmenu {
    background-color: rgb(255, 102, 0)
}

#menu.nav {
    float: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#menu.nav li>a {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

#menu.nav .blog-mega-menu{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#menu.nav>li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
    position: relative;
    margin-bottom: 20px;
}

#menu.nav .icon-arrow {
    display: inline-block;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#menu.nav .icon-arrow.active-arrow {
    transform: rotate(90deg) translateY(5px) translateX(5px);
}

.headers-wrap {
    display: flex;
}

.navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -115%;
    transition: all 300ms ease-in-out;
    width: 360px;
    background-color: rgb(255, 102, 0);
    padding: 10px 20px;
}

.navigation.active-nav {
    left: 0;
    min-height: 100vh;
    z-index: 9999;
}

.navigation .navigation-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background-color: #e8e7e7;
    margin-bottom: 20px;
}

.sub-menu {
    display: none;
}
ul.sub-menu li{
    display:flex;
    padding-left: 16px;
}

.sub-menu.product-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%
}

.product-sub-sub-menu, .rapid-sub-sub-menu, .comodo-sub-sub-menu, .globalsign-sub-sub-menu, .secom-sub-sub-menu {
    display: none;
}

.support-sub-sub-menu, .faq-sub-sub-menu {
    display: none;
}


.product-sub-menu li {
    padding: 6px 0px;
}

#header {
    margin: 0 auto;
}

#contents {
    margin-top: 7px;
}

#2fa {
    background:red;
    position: static !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    margin: initial !important;
  }
  
.main-content-img {
    width: 100%;
}

.main-content-img img {
    display: block;
    width: 100%;
}

#sidebar {
    display: none;
}

ul#serviceguide1, ul#serviceguide2, ul#servicepoints {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: center;
}

.icon-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/img/top/arrow_circle.gif) no-repeat;
    background-size: contain;
}

.tables-wrap {
    width: 100%;
    overflow: auto;
    margin-bottom: 50px;
}

.img-center {
    /*width: 250px;*/
    margin: 0 auto 50px;
}

.img-center img {
    width: 100%;
}

#header-logo {
    width: 200px;
}

#header-logo a {
    display: block;
}

#header-logo img {
    display: block;
    width: 100%;
    object-fit:contain;
}

#message img {
    display: block;
    width: 100%;
}

.main-content-block {
    margin-top: 60px;
}

div#top-navi {
    display: flex;
}

.img-lists {
    width: 280px;
    margin: 50px 0 0 0;
}

.img-lists img {
    width: 100%;
}

.text-center p {
    text-align: center;
}

.mb01 {
    margin: 0 0 25px 0;
}

#mainContent h2 img {
    width: 100%;
    height: auto;
}

.common-ssl-section img {
    width: 100%;
    height: auto;
}

.main-ssl-img {
    width: 100%;
    position: relative;
}

.main-ssl-img img {
    width: 100%;
}

.main-ssl-img h1{
    all:unset;
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 1;
    height:30px;
	font-size:145%;
	line-height:30px;
	margin:0;
	padding:0 10px;
	font-weight: 700;
	color: white !important;
	border-left:4px solid white;
	text-shadow: 2px 2px 4px black;
}

div#header-right {
    width: 100%;
}

#footer-navi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#footer-navi a {
    color: #000099;
}

div#header-right p {
    margin: 0;
    text-align: right;
    font-weight: 600;
    font-size: 24px;
}

div#header-right div#top-navi p{
    margin: 0;
    text-align: right;
    font-weight: normal;
    font-size: medium;
}

div#header-right .currency {
    color: #ff211c;
}

.tbl-wrap-form {
    width: 100%;
    overflow: auto;
}

input[type='button']{
    width:20em !important;
}

.line-break{
    height:26px;
}

#ssl_check img {
    width: 100%;
    height: auto;
    max-width: 474px; /* Ensure the images do not exceed their natural size */
}

.freelicense img{
    width: 100%;
    height: auto;
}

.trust-wrap {
    margin-bottom: 16px;
}

.trust-wrap .trust-img {
    border: 1px solid #000;
    padding: 6px 8px;
}

.trust-wrap .secondary-img img {
    width: 100%;
}

.texts-wrap {
    background-color: #FFFFCC;
    border: 1px solid #000;
    padding: 15px 10px;
    margin-bottom: 16px;
}

.texts-wrap p {
    margin: 0 !important;
}

.img-middle {
    margin-bottom: 16px;
}

.ssl_breakdown {
    margin-top: 20px;
}

.ssl_breakdown img{
    width: 100%;
}

.img-middle img {
    width: 100%;
}

.discount img{
    width:100%;
}

.mt01{
    margin-top:18px;
}

.tables-wrap.geotrust {
    margin-bottom: 0;
}

.payment ul {
    background-color: #ebebd6;
    display: flex;
    flex-wrap: wrap;
}

.payment ul li:not(:last-child) {
    margin-bottom: 10px;
}

.marked.small li {
    list-style-type: none !important;
    margin-bottom: 20px;
    padding: 0;
}

.marked.small li p {
    margin: 0 !important;
}

.marked.small li p:last-child {
    padding-left: 25px;
}

.geotrust-banner img{
    width: 100%;
}

.quickvstrue img{
    width:100%;
}

.flow-all{
    margin-bottom:10px;
}

.anchor-wrap  {
    margin-bottom: 25px;
}

.anchor-wrap a {
    word-wrap: break-word;
}

.csr-form form {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.csr-form label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.csr-form input, .csr-form select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

.csr-form input[type="submit"], .csr-form input[type="reset"] {
        width: 48%;

    }
    
.parse-csr-form form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}    

.parse-csr-form textarea {
    width: 100%;
    height: 200px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
}

.csr-match-form {
    display: flex;
    justify-content: center;
}

.csr-match-form .form-container {
    width: 100%;
    max-width: 600px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.csr-match-form textarea, .csr-match-form input[type="password"] {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    resize: vertical;
}

.csr-match-form input[type="password"]{
    height: 50px;
    padding: 4px 10px;
}

.parse-crt-form {
    display: flex;
    justify-content: center;
}

.parse-crt-form .form-container {
    width: 100%;
    max-width: 600px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.parse-crt-form textarea, .parse-crt-form input[type="password"] {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    resize: vertical;
}





/** start media query  **/
@media all and (min-width: 480px) {
    #header-logo {
        width: 270px;
    }
    
    .headers-wrap {
        justify-content: end;
    }
    
    .img-center {
        width: 410px;
    }
    
    ul#buttons-regist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px !important;
    }
    
    ul#servicepoints {
        justify-content: center;
    }
    
    .img-lists {
        margin: 50px auto 0;
    }
    
    div#header-right p {
        padding-right: 20px;
    }
    
    .img-middle {
        width: 400px;
        margin: 0 auto 16px;
    }
    
     .ssl_breakdown{
        width: 400px;
    }
    
    .trust-wrap {
        display: flex;
        margin-bottom: 24px;
    }
    
    .trust-wrap .primary-img {
        border-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
    }
    
    .trust-wrap .secondary-img {
        width: 75%;
    }
    
    .texts-wrap {
        margin-bottom: 24px;
    }
}

@media all and (max-width: 480px) {
    #ssl_check img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 540px) {
   .faq-data-table{
        margin-top: 26px;
    }
}

@media all and (min-width: 768px) {
    .main-content-img {
        width: 585px;
        margin: 0 auto;
    }
    
    .img-lists {
        width: 585px;
    }
    
    ul#servicepoints {
        display: block;
        width: 585px;
        margin: 0 auto;
    }
    
    .img-center {
        width: 500px;
        margin-bottom: 0px;
    }
    
    .tbl-head {
        display: block;
        width: 560px;
        margin: 0 auto;
    }
    
    p.caption {
        display: block;
        width: 570px;
        margin: 0 auto !important;
    }
    
    .main-ssl-img {
        width: 585px;
        margin: 0 auto;
    }
    
    div#header-right {
        width: auto;
    }
    
    .payment {
        width: 585px;
    }
}
  
@media all and (min-width: 992px) {
    div#container {
        width: 840px;
    }
        
    div#contents {
        width: 840px;
        margin: 0 auto;
        box-shadow: 0px 14px 10px #000;
    }
        
    div#sidebar dl {
        width: 180px;
    }
        
    ul#sidelink-text {
        width: 150px;
    }
        
    ul#bannerarea {
        width: 170px;
    }
        
    dl#about_geotrust {
        width: 170px !important;
    }
        
    div#sidebar {
        width: 180px;
    }
        
    div#mainContent {
	   width:585px;
	   margin-left: 35px;
    }
        
    div#footer {
        width: 790px;
    }
        
    div#copy {
        width: 790px;
    }
        
    #sidebar {
        display: block;
    }
    
    .img-lists {
        width: 100%;
    }
    
    div#top-navi {
        width: 550px;
        justify-content: space-between;
    }
    
    div#top-navi ul {
        margin-left: auto;
    }
    
    div#message {
        width: 315px;
        margin-left: auto;
    }
    
    #footer-navi ul {
        display: flex;
        width: 48%;
        justify-content: space-between;
    }
    
    #footer-navi ul:last-child {
        margin-left: auto;
    }
    
    .tables-wrap.ssl-geotrust {
        overflow: visible;
    }
    
    .tables-wrap.ssl-geotrust th {
        white-space: inherit;
    }
    
    th.plans-table-row {
        width: 160px !important;
    }
    
}
  
@media all and (min-width: 1200px){
    #menu.nav .icon-arrow {
    left: 12px;
}
      #header{
          padding: 0 !important;
      }
     .navigation{
         padding: 0;
     }
     .nav{
         margin-bottom: 0;
     }
     #menu.nav{
         align-items: flex-end;
         border-bottom: 8px solid rgb(255, 102, 0);
         gap: 3px;
     }
     #menu.nav>li{
         width: auto;
         border-radius: 6px 6px 0 0;
         justify-content: center;
         width: 100%;
         border: 1px solid #817e7e;
         border-bottom: none;
          display:block;
          padding-top: 4px;
     }
     #menu.nav>li:hover .icon-arrow{
         opacity: 1;
     }
   
     /*#menu.nav>li:first-child{*/
     /*    background-color: rgb(255, 102, 0);*/
     /*    width: 71px;*/
     /*    flex: none;*/
     /*    border: none !important;*/
     /*    border: 1px solid rgb(255, 102, 0) !important;*/
     /*     border-bottom: none;*/
          /*justify-content: flex-start;*/
     /*     padding-left: 8px;*/
     /*     min-width: 71px;*/
     /*}*/
     
     
     #menu.nav>li a{
         font-size: 12px;
          padding: 0 6px 0 6px;
          text-align: center;
     }
     
     /* #menu.nav>li:first-child a{*/
     /*     padding: 2px 6px 2px 6px;*/
     /*    color: #fff;*/
     /*    font-size: 14px;*/
     /*}*/
      #menu.nav>li:last-child a{
         color: #fff;
     }
      #menu.nav>li:last-child{
          width: 123px;
          flex: none;
          background-color: #1f8bc9;
          border: 1px solid #1f8bc9 !important;
          border-bottom: none;
     }
      #menu.nav>li:last-child:hover{
          background-color: #1f8bc9 !important;
          border-color: #1f8bc9 !important;
     }
      #menu.nav>li:last-child:hover>a{
          /*background-color: #1f8bc9 !important;*/
          border-color: #1f8bc9 !important;
      }
      #menu.nav>li a{
         color: #000;
     }
     #globalmenu{
         background-color: transparent !important;
     }
     
     #menu.nav .icon-arrow{
            border: 7px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
     }
     #menu.nav .icon-arrow{
         opacity: 0;
     }
      #menu.nav>li:hover>.icon-arrow{
          opacity: 1;
          z-index: 0;
      }
      #menu.nav>li:hover{
          border: 1px solid rgb(255, 102, 0) !important;
          border-bottom: none;
      }
      #menu.nav>li:hover a{
          color: #fff;
      }
       #menu.nav>li:hover>ul {
           display: block;
               width: auto;
    background-color: #F99E2C !important;
       }
       #menu.nav>li:hover>ul a{
          color: #fff;
          white-space: nowrap;
       }
       #menu.nav>li>ul>li{
           background-color: #F99E2C !important;
          
       }
       #menu.nav>li ul li ul{
          width: auto;
          background-color: #ab0808;
       }
       #menu.nav>li ul li:hover>ul{
          display: block;
       }
       #menu.nav>li ul li:hover>ul li{
           text-align: left;
       }
      
      #menu.nav>li:hover{
          background-color: rgb(255, 130, 0);
          border-color: rgb(255, 102, 0);
          color: #fff;
          height:32px;
      }
      .sub-menu.product-sub-menu li{
          justify-content: start;
          padding: 0px;
          padding-left: 16px;
      }
      
      .hamburger-menu {
        display: none;
    }
    
    .navigation {
        position: static;
        width: 100%;
        background-color: transparent;
    }
    
    .navigation-close {
        display: none;
    }
    
    #menu.nav>li {
        flex-direction: row;
        margin-bottom: 0;
    }
    
    #menu.nav>li:hover #menu.nav .icon-arrow {
        display: block;
    }
    
    #menu.nav {
        flex-direction: row;
    }
    
    .headers-top {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .menu-conatiner {
        margin-right: auto;
    }
  }
  
@media only screen and (max-width: 1200px){
    .header-fix {
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*z-index: 9999;*/
        width: 100%;
        background-color: #fff;
        padding: 0px 14px;
        box-shadow: 0px 0px 6px #000;
    }
    
}