@charset "utf-8";

/* Document */

/* =======================================
font-family
========================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
    font-size: 14px;
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =======================================
common
========================================== */

/* color
------------------------------------------ */
.color-blue {
    color: #005aa0;
}
.color-red {
    color: #c70044;
}
.color-green {
    color: #7baa17;
}
.color-beige {
    color: #d8a228;
}
.color-lightblue {
    color: #33CCFF;
}
.bk-blue {
    background: #005aa0;
}
.bk-red {
    background: #c70044;
}
.bk-green {
    background: #7baa17;
}
.bk-beige {
    background: #d8a228;
}

/* icon
------------------------------------------ */
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* btn
------------------------------------------ */
.btn-link {
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.btn-link:hover {
    color: #fff;
}
.btn-red {
    background: #c70044;
}
.btn-green {
    background: #7baa17;
}
.btn-beige {
    background: #d8a228;
}
.btn-lightblue {
    background: #33ccfe;
}
.btn_box {
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}
.btn-a {
    padding: 10px 35px 7px 35px;
    border: solid 1px #d8a228;
}
.btn-a:hover {
    background: #d8a228;
}
.btn-fb {
    padding: 6px;
    width: 40px;
    height: 40px;
    background: #305097;
}
.btn-twiiter {
    padding: 6px;
    width: 40px;
    height: 40px;
    background: #1DA1EA;
}
.btn-youtube {
    padding: 6px;
    width: 40px;
    height: 40px;
    background: #b31217;
}

/* hr
------------------------------------------ */
.hr-style-A {
    border-top: 1px solid #ccc;
}

/* flex
------------------------------------------ */

.cnt-flex-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.flex-justify {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* title
------------------------------------------ */
.title-typeA {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color:
}
.subtitle-A {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.title-no {
    margin-right: 5px;
    font-size: 36px;
    font-weight: bold;
}

/* =======================================
header
========================================== */
.head-inner #gnavWrap {
    table-layout: fixed;
}


/* =======================================
home
========================================== */

/* common
------------------------------------------ */
.section-first {
    margin-top: 40px;
}
.cnt-what, .cnt-case {
    padding: 40px 0;
    background: #f4f5fa;
}
.billbord {
  position: relative;
  background: url("../img/billbord.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  background-position-y: 20%;
}
.billbord p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.announce {
    background: #333;
}
article {
    margin-top: 70px;
}
.announce {
    position: absolute;
    top: 225px;
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
}
.announce-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* catch
------------------------------------------ */
.cnt-catch {
    padding: 30px 0;
    background: #30699E;
    color: #fff;
}
.cnt-catch p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.box-link {
    padding: 25px 20px;
    background: #fff;
}
.box-link li {
    margin-bottom: 15px;
}
.box-link li:last-child {
    margin-bottom: 0;
}
.box-link li  a {
    display: block;
}

@media screen and (max-width:992px) {
    .cnt-catch {
        padding: 0 0;
    }
    .cnt-catch .container{
        padding: 0 0 15px 0;
    }
    .cnt-catch p {
        font-size: 16px;
    }
    .section-first {
        margin-top: 15px;
    }
    .cnt-what, .cnt-case {
        padding: 15px 0;
    }
    .box-link {
        padding: 25px 10px;
    }
    .cnt-catch .col-xs-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .cnt-what .col-xs-12 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .cnt-what-box .col-xs-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .cnt-what-box .test-description {
        font-size: 14px;
        letter-spacing: -0.05em;
    }
    .btn-link {
        letter-spacing: -0.05em;
    }


}

/* why
------------------------------------------ */
.cnt-why h2 {
    font-size: 21px;
}
.cnt-why p {
    margin-left: 30px;
}

/* what
------------------------------------------ */
.cnt-what h2 {
    font-size: 21px;
    font-weight: bold;
}
.test-description span {
    padding: 20px 0;
}
.test-description a {
    width: 100%;
}
.test-description .bk-blue {
    width: 20%;
    float: left;
}
.test-description .bk-green {
    width: 80%;
    float: right;
}
.test-description .bk-beige {
    width: 80%;
    float: right;
}
.cnt-what-box {
    margin: 40px 0;
}
.cnt-what-spectrum img {
    margin-top: 45px;
}
@media screen and (max-width:992px) {
    .cnt-what-box img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    .test-description .bk-blue,
    .test-description .bk-green,
    .test-description .bk-beige {
        display: block;
        width: auto;
        float: none;
    }
    .cnt-what-spectrum img {
        margin-top: 20px;
        width: 80%;
    }
}

/* how
------------------------------------------ */
.box-how {
    width: 48.5%;
    border: 1px solid #ccc;
    padding: 30px 30px 25px;
    position: relative;
}
.box-how-1ststep, .box-how-2ndstep {
    margin-top: 40px;
}
.box-how-3rdstep {
    margin-top: 40px;
    width: 85%;
    margin-left: 6%;
}
.box-how p {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.box-how.adjust {
    margin-right: 3%;
}
.title-how {
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    text-align: center;
    letter-spacing: 2px;
}
.title-how .title-wrap {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.how-no {
    font-size: 36px;
}
.how-point {
    margin-bottom: 15px;
}
@media screen and (max-width:992px) {
    .box-how, .box-how-1ststep, .box-how-2ndstep, .box-how-3rdstep {
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }
    .box-how.adjust {
        margin-right: 0;
    }
    .box-how {
        margin-bottom: 30px;
        padding: 30px 10px 10px 10px;
    }
}

/* case
------------------------------------------ */
.bx-wrapper .slide {
    text-align: center;
}
.bx-wrapper .slide img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    min-width: 200px;
    border-radius: 50%;
}
.bx-wrapper .slide h2 {
    margin-top: 15px;
    font-weight: bold;
}
.cnt-case .bx-wrapper .bx-next {
    right: -50px;
    background-image: none;
    border-top: 2px solid #005aa0;
    border-right: 2px solid #005aa0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: 0;
    color: transparent;
}
.cnt-case .bx-wrapper .bx-prev {
    left: -50px;
    background-image: none;
    border-top: 2px solid #005aa0;
    border-left: 2px solid #005aa0;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    text-indent: 0;
    color: transparent;
}
@media screen and (max-width:992px) {
    .bx-wrapper .slide img {
        max-width: 100%;
    }
    .cnt-case .bx-wrapper .bx-next {
        display: none;
    }
    .cnt-case .bx-wrapper .bx-prev {
        display: none;
    }
    .bx-wrapper .slide img {
        max-width: 200px;
        min-width: 200px;
    }
}
@media screen and (max-width:768px) {
    .bx-wrapper .slide img {
        max-width: 150px;
        min-width: 150px;
    }
}



/* voice
------------------------------------------ */
.arrow_box {
    position: relative;
    background: #30699f;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}
.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #30699f;
    border-width: 30px;
    margin-left: -30px;
}
.box-voice {
    margin-top: 50px;
    height: 400px;
    overflow: scroll;
    padding: 15px;
    border: solid 1px #d8a228;
}
.each-voice {
    margin-top: 20px;
    border-bottom: dashed 1px #d8a228;
}
.each-voice:last-child {
    border-bottom: none;
}
.each-voice th {
    width: 10%;
    padding: 0 10px 15px 10px;
    vertical-align: middle;
}
.each-voice td {
    padding: 0 10px 15px 10px;
    vertical-align: bottom;
}
.each-voice h3 {
    margin-bottom: 10px;
    font-weight: bold;
}
.each-voice img {
    max-width: 50px;
}
.box-voice p {
    margin: 0;
}

/* bottom
------------------------------------------ */
.cnt-bottom {
    position: relative;
    background: url("../img/bttom_img.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 450px;
}
.cnt-bottom-wrap {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.6)
}
.cnt-bottom p {
    margin-top: 60px;
    font-size: 21px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width:992px) {
    .cnt-bottom p {
        margin-top: 40px;
    }
}
@media screen and (max-width:768px) {
    .cnt-bottom p {
        font-size: 16px;
        margin-top: 40px;
    }
    .cnt-bottom-wrap .btm-spectrum {
        padding-right: 0;
        padding-left: 0;
    }
}

/* =======================================
footer
========================================== */
footer {
    padding: 20px 0;
    background: #30699f;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.footer-info li {
    margin-left: 20px;
    float: left;
}
.footer-info li a{
    color: #fff;
}
.link-box {
    margin-top: 20px;
}
.sns-box {
    display: inline-block;
}
.sns-box li {
    margin-right: 10px;
    float: left;
}
footer a:hover {
    color: #fff;
}
.copyright {
    margin-top: 20px;
}
@media screen and (max-width:992px) {
    footer .flex-justify {
        display: inherit;
    }
    footer {
        text-align: center;
    }
    .footer-info li {
        float: none;
    }
}


/* =======================================
header
========================================== */
header {
    background: #f4f5fa;
    position: fixed;
}

.inner {
    height: 60px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
    height: 60px;
}

#head-top {
    font-size: 14px;
    top: -100px;
    width: 100%;
    height: 70px;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
}
#head-top a, #head-top {
    color: #333;
    text-decoration: none;
}
#head-top .logo-head {
    float: left;
    font-size: 21px;
}
#head-top .logo-head img {
    margin-top: 10px;
    max-width: 130px;
    height: auto;
}

@media screen and (max-width:768px) {
    article {
        margin-top: 0;
    }
    .mean-container .mean-bar {
        position: absolute !important;
        background: transparent !important;
    }
    .mean-container a.meanmenu-reveal {
        color:  #333 !important;
        top:10px !important;
    }
    .mean-container a.meanmenu-reveal span {
        background: #333 !important;
    }
    .mean-container .mean-nav {
        background: #f4f5fa !important;
        margin-top:60px !important;
    }
    .mean-container .mean-nav ul li a {
        color: #333 !important;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        color: #fff !important;
        background: #30699E !important;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: #30699E !important;
    }
    .mean-container .mean-nav ul li .mean-clicked {
        color: #fff !important;
    }

    .logo-head img {
        position: relative;
        margin-left: 3%;
        width: 130px;
        z-index: 60;
    }
    header {
        position:static;
    }
    #head-top {
        margin:0 0;
        z-index: 0;
        height: 65px;
    }
    .announce {
        position: relative;
    }
}




/* =======================================
グローバルナビゲーション
========================================== */
#gnavWrap {
    background-color: #f4f5fa;
    height: 70px;
}
#global-nav {
    height: 50px;
    margin: 0 auto 0 auto;
}
ul#menu-global {
    padding-left: 0;
    padding-right: 0;
}
#global-nav li {
    position: relative;
    width: 16.666%;
    text-align: center;
    float: left;
}
#global-nav li a {
    font-size: 16px;
    padding-top: 10px;
    display: block;
    height: 70px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
#global-nav .gnav01 {
    width: 9%;
}
#global-nav .gnav02 {
    width: 18%;
}
#global-nav .gnav03 {
    width: 18%;
}
#global-nav .gnav04 {
    width: 10%;
}
#global-nav .gnav05 {
    width: 17%;
}
#global-nav .gnav06 {
    width: 10%;
}

#global-nav li a:focus {
    outline: none;
}
#global-nav li .jp {
    display: block;
    font-size: 12px;
}

/* カレントカラー */
.home #global-nav li.gnav01 .jp, .tax-product_cat #global-nav li.gnav02 .jp, .single-product #global-nav li.gnav02 .jp, .page-template-page-technology #global-nav li.gnav03 .jp, .page-template-page-warranty #global-nav li.gnav03 .jp, .page-template-page-quality #global-nav li.gnav03 .jp, .tax-installation_cat #global-nav li.gnav04 .jp, .single-installation #global-nav li.gnav04 .jp, .page-template-page-csun_japan #global-nav li.gnav05 .jp, .page-template-page-csun-groups #global-nav li.gnav05 .jp, .page-template-page-history #global-nav li.gnav05 .jp, .page-template-page-doc_download #global-nav li.gnav05 .jp, .category-information #global-nav li.gnav06 .jp, .single-post #global-nav li.gnav06 .jp {
    color: #155BA6;
}
.page-template-page-csun_group li.gnav05 .jp,
.page-template-page-csun_history li.gnav05 .jp{
    color: #155BA6;
}
@media screen and (max-width:1200px) {
    #gnavWrap .container {
        padding-right: 0;
        padding-left: 0;
    }
    #gnavWrap .col-sm-2 {
        padding-right: 0;
        padding-left: 0;
    }
    #global-nav li a {
        font-size: 14px;
        letter-spacing: 0.01em;
    }
}
@media screen and (max-width:994px) {
    #global-nav li a {
        font-size: 12px;
        letter-spacing: 0.01em;
    }
}
@media screen and (max-width:769px) {

}


/* =======================================
グローバルナビゲーション:プルダウン
========================================== */
#global-nav ul li ul {
    position: absolute;
    top: 53px;
    width: 300px;
    z-index: 100;
}
#global-nav ul li ul li {
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #f4f5fa;
    border-left: none;
}
#global-nav ul li ul li a:first-child {
    border-top: solid 1px #ccc;
}
#global-nav ul li ul li a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-weight: normal;
    text-align: left;
}
#global-nav ul li ul li:hover, #global-nav ul li ul li a:hover {
    background: #f5f5f5;
    color: #333;
}
#global-nav ul li:hover ul li, #global-nav ul li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 40px;
    z-index: 10;
    color: #333;
}
#global-nav * {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#global-nav ul li ul li a:last-child {
    border-right: none;
}





/* =======================================
max-width:640px
========================================== */
@media screen and (max-width:640px) {
    /* common
    ------------------------------------------ */
    .title-typeA {
        margin-bottom: 0;
    }
    .cnt-why h2 {
        line-height: 1;
    }
    .cnt-what-box {
        margin:0 0;
    }
    .cnt-what-box img {
        width: 100%;
        height: auto;
    }


    .cnt-flex-wrap .box-how:first-child {
        margin-top: 40px;
    }

    .cnt-case .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }

    .cnt-voice .arrow_box {
        padding: 0 10px;
    }
    .cnt-voice .arrow_box p {
        line-height: 1.5;
    }
    .cnt-voice .arrow_box:after {
        border-width: 20px;
        margin-left: -20px;
    }
    .box-voice {
        margin-top: 30px;
        padding: 0;
    }
}

/* ログイン後 */
@media screen and (min-width: 911px)  {
.after-login {
  position: relative;
  top: 110px;
  display: table;
  width: 100%;
  height: 100%;
}
}

.after-login-box {
  background-color: #f4f5fa;
  opacity: 0.95;
}
.after-login-box ul {
    margin: 40px 0;
}
.after-login-box ul li {
    margin-bottom: 50px;
}
  
.after-login h2 {
  color: #333;
  font-size: 22px;
  margin-bottom: 0px;
}

#global-nav .gnav07 {
    width: 18%;
}
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 6px 22px;
    height: 32px !important;
}
.btn-license {
    background-color: #e4cb10;
    border-color: #d6be0f;
    display: inline-block !important;
}
