/* customize_miscellaneous */ /*Gnavi fixed*/
#navi.nav-fixed {
position:fixed;
width:100%;
top:0;
left:0;
z-index:999999;
}

/* typography */

#header_contact #Css3ButtonWrapper .css3_button a.css3button {
    box-shadow: none;
    text-shadow: none;
    font-style: inherit;
    border-radius: 3px;
}

#header_contact #Css3ButtonWrapper .css3_button a.orange_square {
    background: #ffb200;
}

#header_contact #Css3ButtonWrapper .css3_button a.red_square {
    background: #e90023;
    font-size: 0.8em;
}

#main_contents {
  padding: 0 10px;
}

#main_contents p {
  margin-bottom: 10px;
}

#main_contents a {
  color: #428bca;
}

#main_contents h1 {
  color: #00a0e9;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: -.5px;
}

#main_contents h2 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
  border-bottom: solid #00a0e9 1px;
  letter-spacing: -1px;
}

#main_contents h2 a {
  color: #333;
}

#main_contents h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: solid #00a0e9 2px;
  padding-left: 4px;
}

#main_contents h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 9px;
}

#main_contents h5 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 7px;
}

#main_contents ul, 
#main_contents ol {
  margin-bottom: 8px;
}

#main_contents ul li {
  list-style: disc inside;
  text-indent: -12px;
  margin-left: 20px;
}

#main_contents ol li {
  list-style: decimal inside;
  text-indent: -12px;
  margin-left: 20px;
}

.center_btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

a.cta_button {
  height: 50px!important;
}

#company p.sign {
  text-align: right;
  font-weight: 700;
  margin-top: 2rem;
}

/* table */

#law_table td.name {
  width: 190px;
  background: #f9f9f9;
}

td span.category {
  display: block;
  text-align: center;
  line-height: 1em;
  color: #00A0E9;
  font-size: 10px;
  border: 1px solid #00A0E9;
  margin-top: 3px;
  padding: 4px 0;
  width: 84px;
}

/* list */

#company_list ul li {
  list-style: none;
  text-indent: 0;
  margin-left: 0;
  display: inline-block;
}

/* Form */

#main_contents h3.form-title {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

#main_contents input, 
#main_contents button, 
#main_contents select, 
#main_contents textarea {
  width: 80%!important;
  max-width: 80%;
  border: 1px solid #c7c7c7;
  border: .1rem solid #c7c7c7;
  border-radius: .3rem;
  background: #f7f7f7;
  line-height: 2.5rem;
  margin-top: 1rem;
}

#main_contents input[name="agreement"] {
  width: auto!important;
}

#main_contents input[type="submit"] {
  background: #12C412;
  color: #fff;
  margin: 25px 0;
}

#main_contents label {
  font-size: 16px;
  margin-top: 20px;
}

#main_contents form ul li {
  list-style: none;
  text-indent: 0;
  margin-left: 0;
  display: inline-block;
  margin-left: 20px;
}

#main_contents span.hs-form-required {
  color: red;
  margin-left: 4px;
}

/* #header */

#header_wrap #header #subNavi li a {
  color: #428bca;
}

@media screen and (max-width: 1200px) {
#header_wrap #header .contact_btn a {
  padding: 8px 30px;
}
}

@media screen and (max-width: 990px) {
#header_wrap #header #subNavi {
  float: right;
  margin-top: -40px;
  margin-right: 20px;
}
#header_wrap #header #header_contact {
  margin-top: -45px;
}
.visual_box #navi ul li {
  padding: 12px;
}
}

@media screen and (max-width: 768px) {
#site_name h1, 
#site_name h2 {
  text-align: center;
}
#header_wrap #header #header_contact, 
#header_wrap #header #subNavi {
  margin: 0;
}
#header_wrap #header #subNavi li {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#header_wrap #header #subNavi li a {
  color: #fff;
}
#header_wrap #header #icon_box {
  margin-top: 15px;
}
#header_wrap #header #icon_box #search_icon a, 
#header_wrap #header #icon_box .phone_icon a, 
#header_wrap #header #icon_box .mail_icon a, 
#header_wrap #header #subNavi {
  background: #00A0E9;
}
}

/* #header_contact */

#header_wrap #header .contact_btn a {
  background: #12C412;
}

@media screen and (max-width: 990px) {
#header_wrap #header #header_contact {
  display: block;
  margin-right: 20px;
}
}

@media screen and (max-width: 768px) {
#header_wrap #header #header_contact {
  margin-right: 0;
}
#header_wrap #header #header_contact, 
#header_wrap #header #header_contact .HTMLBlock, 
#header_wrap #header .contact_btn {
  float: none;
}
#header_wrap #header .contact_btn a, 
#header_wrap #header .contact_btn a:hover {
  display: inline-block;
  width: 31%;
  padding: 8px 2px;
  margin: 20px 0 10px 2px;
  text-align: center;
}
}

/* .visual_box */

.visual_box {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.visual_box {
  margin-bottom: 5px;
}
.visual_box #mainVisual {
  height: auto;
}
}

/* #navi */

.visual_box #navi {
  border: none;
  background: #00A0E9;
}

@media screen and (min-width: 768px) {
.visual_box #navi ul li a {
  padding: 8px 0;
}
}

/* #mainVisual */

#mainVisual {
  height: auto;
  background: none;
}

#mainVisual div.mainVisual_image {
  text-align: center;
}

#mainVisual div.mainVisual_image img {
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
#mainVisual div.mainVisual_image img {
  height: auto;
  max-width: 100%;
}
}

/* #article_list */

#main_contents #article_list li {
  list-style: none;
  text-indent: 0;
  margin-left: 0;
}

#article_list li .article_box {
  color: #333;
}

#article_list li .article_box .article_text {
  padding: 10px 15px 30px;
}

#main_contents h1.mainArticle_headline {
  color: #333;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

#main_article #main h2 {
  border-bottom: none;
}

#main_article #related_article h3 {
  border-left: 0;
}

#main_article #related_article ul li {
  list-style: none;
  border: none!important;
}

#main_article .article_footer .entry_meta li {
  list-style: none;
  text-indent: 0;
}

/* #footer */

#footer_wrap #footer {
  padding: 20px 0 10px;
}

#footer p a, 
#footer p a:hover {
  color: #428bca;
}

@media screen and (max-width: 991px) {
#footer_wrap #footer {
  padding: 0 0 10px;
}
}

@media screen and (max-width: 768px) {
#footer p a, 
#footer p a:hover {
  display: inline-block;
}
}

/* #copyright */

#footer_wrap #copyright {
  background: #00A0E9;
}


#one, #two, #release {
  padding: 0 10px;
}

/* To allow new line inside of a-tag */
#main a, 
#main a:hover,
#one table a, 
#one table a:hover,
#news a, 
#news a:hover {
    display: inline;
}

/* make inside of strong tags bold */
strong {
    font-weight: bold;
}
/* To adjust article image and text */
#main_article .mainVisual img {
    padding: 20px;
}
#main_article #main p {
    font-size: medium;
}
#main_article #main {
    padding: 0 25px;
}

/* For button box container */
.buttonBox {
        display: table-cell;
        text-align: center;
}

.buttonBoxLabel {
        font-size: 70%;
        font-weight: bold;
}

@media screen and (max-width: 768px) {
  .buttonBox {
        display: inline-block;
        width: 80%;
  }
}

iframe.ccmo-privacy-text {
    width: 80%;
    height: 200px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    margin-top: 10px;
} /* customize_miscellaneous */


/*------------------------------------------------------------
