/*@import url("//fonts.googleapis.com/css?family=Arvo:400,700|Raleway:400,300,500|Open+Sans:400,700,900,300");

*{
    font-family: 'Raleway',serif;
    font-weight: 300;
    letter-spacing: 0.4px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
      font-family: 'Lato',sans-serif;
      font-weight: 400;
  }*/

.breadcrumb {
    border-left-color: #3E84C2;
}

.btn-link {
    color: #3E84C2;
}

.btn-link:hover,
.btn-link:focus {
    color: #418d49;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
    border-bottom-color: #3E84C2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
    border-bottom-color: #3E84C2;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    color: #3E84C2;
}



.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
    background-color: #3E84C2;
    border-color: #3E84C2;
    color: #ffffff;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus {
    border-left-color: #418d49;
    background-color: #3E84C2;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    background-color: #3E84C2;
}

.nav .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav a:hover .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

a {
    color: #000000;
}

a:hover,
a:focus {
    color: #999999;
}

.nav a:hover{
    color: #ffffff;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #3E84C2;
}

.tt-suggestion.tt-is-under-cursor {
    color: #3E84C2;
}

.typeahead:focus {
    border-color: #3E84C2;
}

.form-control:focus {
    border-color: #3E84C2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #3E84C2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #3E84C2;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #3E84C2;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3E84C2;
}

blockquote {
    border-left-color: #3E84C2;
}

blockquote.pull-right {
    border-right-color: #3E84C2;
}

.text-primary {
    color: #3E84C2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #3E84C2;
}

a.list-group-item.active {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

a.list-group-item.active .list-group-item-text {
    color: #eff7f0;
}

.btn{
    border-radius: 3px;
}

.btn:hover
{
    box-shadow: 1px 2px 1px rgba(0,0,0,0.13);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3E84C2;
}

.panel-primary .panel-heading {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

.jumbotron{
    background: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.2)
    ), url(images/main-banner.jpg);
    background-size: cover;
    color: #ffffff;
    padding: 0;

}
@media (min-width: 768px) {
.jumbotron .intro{
    background: rgba(0, 0, 0,0.1);
    padding-top: 225px;
    padding-bottom: 170px;
    min-height: 400px;    font-family: 'Raleway',serif;
}
}
@media (max-width: 767px) {
.jumbotron .intro{
    background: rgba(0, 0, 0,0.1);
    padding-top: 120px;
    padding-bottom: 50px;
    min-height: 400px;    font-family: 'Raleway',serif;
}
}

.jumbotron .intro .row-top div.ccont{

}
.row-bottom{
    margin-top: 20px;
    margin-bottom: 20px;
}

.jumbotron div.ccont{
    background: #fff;
    min-height: 150px;
}
.jumbotron .row-top div.ccont{
    -webkit-box-shadow: 0px 1px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    0px 1px 2px rgba(100, 100, 100, 0.75);
    box-shadow:         0px 1px 2px rgba(100, 100, 100, 0.75);

}

.jumbotron .row-bottom div.ccont{
    -webkit-box-shadow: -1px -1px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    -1px -1px 2px rgba(100, 100, 100, 0.75);
    box-shadow:         -1px -1px 2px rgba(100, 100, 100, 0.75);

}

.jumbotron p{
    padding: 20px 0;
}

.jumbotron .media{
    margin: 50px 0;
}
.jumbotron .media-body h1{
    margin-top: 100px;
}

section.slider{
  
}

section.slider h2{
    margin-bottom: 20px;
}

section.slider .col-md-8{
    padding-left: 30px;
}

.big-list {
    font-size: 25px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 2;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


.inner-page{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

img{
    max-width: 100%;
}

.pricing-intro{
    margin-bottom: 70px;
}

section.gray{

    padding: 30px 0;
    background: #eeeeee;
}
section.gray h3{
    margin: 0;
    font-size: 22pt;
}

section.about{
    background: url(images/tweedbk.png);
    min-height: 400px;
    position: relative;    background: #484848;
}
section.about .dmask{
    width: 100%;
    height: 100%;
    min-height: 400px;
    /*background: rgba(100, 0, 0, 0.42);*/
    color: #ffffff;
    padding: 60px 0;
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
    border: medium none;
}
.clients-title h3,
.testimonials h3{
    margin-bottom: 10px !important;
}
.testimonials-arrow {
    background-color: #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 0 none;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: 10px;
    margin-left: 45px;
    margin-top: -7px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 14px;
}

.client-logo .carousel-controls{
    width: 80px;
    text-align: right;
}

.testimonial p {
    background: #ffffff;
    border: 1px solid #DDDDDD;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
    color: #222222;
    border-radius: 3px;
    line-height: 1.7;
}

.our-clients .testimonial-author-info {
    color: #DDDDDD;
}
.testimonial-author-info {
    color: #666666;
    padding: 10px 0 0 90px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}
.our-clients .testimonial-image img {
    border: medium none;
    padding: 0;
}
.testimonial-image img {
    border: 1px solid #DDDDDD;
    border-radius: 50px 50px 50px 50px;
    height: 70px !important;
    padding: 4px;
    width: 70px !important;
}
.testimonial .author {
    margin: 0 0 0 19px;
}

.client-carousel img{
    border-radius: 3px;
}
.dmask .title span{
    font-weight: 900;
}
.dmask .title{
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 17pt;
    letter-spacing: 1px;
}

section#portfolio{
    padding-bottom: 70px;
    position: relative;
    min-height: 600px;
}

section.pricing{
    background: #2c6393;
    padding: 30px 0 50px 0;
}
div.white, div.white *{
    color: #ffffff !important;
}

div.pricing-circle{
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin: 10px auto 20px;
    font-size: 16pt;
    font-weight: 900;
    color: #ffffff;
}


.pricing-table .panel {
    background: #eeeeee;
    border: 0;
}

div.pricing-table .panel .panel-heading h3{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: Montserrat, serif;
    font-size: 14pt;
    font-weight: 900;
}

.pricing-intro h2{
    margin-bottom: 20px;
}

.pricing-table .list-group-item{
    padding: 15px 20px;
    font-size: 10pt;
}

.pricing-table .list-group-item   i{
    margin-right: 10px;
}

.client-logo .carousel-controls{
  margin-top: -30px;
}

.client-logo .carousel-controls a{
    color: #ffffff;
    padding: 0 8px 2px 8px;
    border-radius: 2px;
    background: rgba(0,0,0,0.4);
}

.client-logo .carousel-controls a:first-child{
    margin-right: 2px;
}
.testimonial-author-info a{
    color: #ffffff;
    font-weight: 900;
    display: block;
}

a.list-group-item.active {
    background-color: #389968;
    border-color: #389968;
}
a.list-group-item .list-group-item-heading{
    margin-bottom: 10px;
    font-weight: 400;
}



.features {
    padding-top: 30px;
}
.features p{
    margin: 30px 0;
}

.features .col-lg-4:first-child .icon-stack-base{
    color:#52AD81;
}
.features .col-lg-4:nth-child(2) .icon-stack-base{
    color:#CD5A48;
}
.features .col-lg-4:last-child .icon-stack-base{
    color:#51A9D6;
}
.label{
    font-weight: 300;
}

div.feature-box {
    clear: both;
    margin-top: 30px;
}

div.feature-box h4{
    margin-bottom: 3px;
}

div.feature-box div.feature-box-icon {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffffff;
    border-radius: 6px;
    color: #2D6D7B;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 45px;
}

div.feature-box div.feature-box-info {
    padding-left: 50px;
}

div.feature-box div.feature-box-icon i.image-icon {
    position: relative;
    top: 5px;
}

div.feature-box div.feature-box-icon i.image-icon.small {
    top: 2px;
}

footer div.footer-ribbon:before {
    border-right-color: #005580;
}
footer div.footer-ribbon:before {
    border-right: 10px solid #005580;
    border-top: 16px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
footer div.container div.row > div {
    margin-bottom: 25px;
}

footer div.footer-ribbon {
    background: #0088CC;
    margin: -100px 0 0 30px;
    padding: 10px 20px 6px;
    position: absolute;
    color: #262626;
    font-weight: 700;
}

footer div.footer-ribbon span{
    color: #262626;
    font-weight: 700;
}

footer {
    background: #121214;
 background-color: #d2efff;
	background-color: #ececec;
    font-size: 0.9em;
    padding: 60px 0 0;
    position: relative;
}

img{
    max-width: 100%;
}
h3 {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #999;
    font-weight: 400;
    font-style: italic;
}
@media (min-width: 992px) {
section.contact{
    width: 100%;
    background: url(img/footer_contact_bg1.jpg) no-repeat center center/cover;
    padding-top: 30px;
    padding-bottom: 50px;    background-color: #F4F4F4;

}
section.contact1{
    width: 100%;
    background: url(img/bg_contactArea1.jpg) no-repeat center center/cover;
    padding-top: 40px;
    padding-bottom: 30px;
}
	section.aohaikei{


    width: 100%;
    height: 100%;  background-color: #005bac;
 
    color: #ffffff;
    padding: 40px 0;  padding-bottom: 80px;
}
	#topbox {
	padding:70px 0;
}
}
@media (max-width: 991px) {
section.contact{
    width: 100%;
    background: url(img/footer_contact_bg1.jpg) no-repeat center center/cover;
    padding-top: 20px;
    padding-bottom: 0px;    background-color: #eaeaea;

}
section.contact1{
    width: 100%;
    background: url(img/bg_contactArea1.jpg) no-repeat center center/cover;
    padding-top: 20px;
    padding-bottom: 20px;	
}
section.aohaikei{

    width: 100%;
    height: 100%;  background-color: #005bac;
 
    color: #ffffff;
    padding: 20px 0;padding-bottom:60px;
}
	#topbox {
	padding:40px 0;
}
}
section.contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

section.contact li{
    line-height: 2;
}
.kurowaku{
	    border: solid 2px #222222;
    background: #222222;
    border-radius: 10px;
    color: #ffffff;
    padding: 12px;
}

footer *{
       color: #262626;
}

.footer-copyright{
    margin-top: -40px;
}

#footer-menu {
    text-align: right;
}
#footer-menu li{
    display: inline;
    list-style: none;
    margin-left: 10px;
}
.title span{
    font-weight: 900;
}

.navbar-color{
    background: rgba(0,0,0,0.7);
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    background-color: rgba(255,255,255,0.7);
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
    box-shadow: 0px 3px 2px rgba(0,0,0,0.02);
}



.navbar-nav{
    margin-top: 14px;
    float: right;
}
.navbar-nav li a{
    color: #454545;
    font-weight: 600;
font-weight: bold;
    padding: 10px 20px;
    font-size: pt;
    border-radius: 2px;
    margin-left: 3px;
	 
}
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.active a,
.navbar-nav li a:hover{
	
    background-color: rgba(255,255,255,0.7);
opacity: 0.8;    color: #222222;
    outline: none !important;
}

.hexicon {
    background: url("images/hex.png");
    width: 132px;
    height: 210px;
    position: relative;
    margin: 0 auto;
}
.inicon{
    position: absolute;
    width: 100%;
    height: 100%;
}

.inicon.retina{
    background: url("images/retina.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.support{
    background: url("images/support.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.speed{
    background: url("images/speed.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.social{
    background: url("images/social.png") no-repeat center 40px;
    background-size: 80px auto;
}

.inicon.shopping{
    background: url("images/shopping.png") no-repeat center 40px;
    background-size: 80px auto;
}
.inicon.cloud{
    background: url("images/cloud.png") no-repeat center 40px;
    background-size: 80px auto;
}

p.lead{
    font-family: 'Arvo' !important;
}

.up-triangle,.down-triangle{
    float: left;
    margin-left: -100px;
}

.up-triangle:first-child{
    margin-left: 20px;
}

@media (max-width: 1199px) {

    .up-triangle,.down-triangle{
        margin-bottom: 20px;
    }

    .down-triangle:nth-child(5){
        margin-left: 20px;
    }
    .icon-reorder{
        color: #ffffff;
    }
    .navbar-nav{
        clear: both !important;
        float: none;
        padding: 10px;
    }
    .navbar-header{
        margin-left: 50% !important;
		     margin-left: 0% !important;
    }
    .navbar-brand{
        margin-left: -80px !important;
		  margin-left: 0px !important;
    }

}

@media (max-width: 360px) {
    .up-triangle,.down-triangle{
        clear: both;
        margin-left:50px !important;

    }
    .icon-reorder{
        color: #ffffff;
    }
    .navbar-nav{
        clear: both !important;
        float: none;
        padding: 10px;
    }
}


.up-triangle {
    width: 0;
    height: 0;
    border-bottom: 200px solid #ffffff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    position: relative;

}
.down-triangle {
    width: 0;
    height: 0;
    border-top: 200px solid #ffffff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    position: relative;

}

.up-triangle div.info{
    position:absolute;bottom:-170px;color: #ffffff;margin-left:-100px;width:200px;text-align:center;font-size: 14pt;
    font-family: 'Arvo';
}
.down-triangle div.info{
    position:absolute;top:-170px;color: #ffffff;margin-left:-100px;width:200px;text-align:center;font-family: 'Arvo';font-size: 14pt;
}
.triangles {
    margin-bottom: 40px;
}
.triangles .icon{
    font-size: 22pt;
    color: #ffffff;
    line-height: 60px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.down-triangle .icon{
    padding-top:15px;
    line-height: 60px;

}

.up-triangle:hover .icon,
.down-triangle:hover .icon{
    color: rgba(52, 118, 135, 0.9);
}

.portfolio-block{
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}
.portfolio-block .portfolio-caption{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    top: 0;
    border: 20px solid rgba(255,255,255,0.3);
    opacity: 0;
}
.portfolio-block .portfolio-caption h3{
    font-size: 15pt;
    margin-top: 30px;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
.portfolio-block .portfolio-caption .btn-sm{
    padding-top: 11px;
}
.portfolio-block{
    overflow: hidden;
}
.portfolio-block .portfolio-caption{
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.portfolio-block .portfolio-caption .btn-skype{
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.portfolio-block .portfolio-caption .btn-stack-overflow{
    -webkit-animation-name: fadeOurRight;
    animation-name: fadeOurRight;
}
.portfolio-block:hover .portfolio-caption{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.portfolio-block:hover .portfolio-caption h3.animated{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.portfolio-block:hover .portfolio-caption .btn-skype{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.portfolio-block:hover .portfolio-caption .btn-stack-overflow{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.btn{
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
	font-size:13px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dropdown-menu > li > a:hover {
    display: block;
    padding: 6px 20px;
	font-size:13px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999999;
    white-space: nowrap;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navbar-toggle {
padding: 2px 6px;
    font-size: 28px;
    color: #005bac;
}
.hiragino{
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.bold{
	font-weight: 600;
}
.gry{
	color: #888888;
}
.mb5{
	padding-bottom:5px;
	
}
.mb6{
	padding-bottom:6px;
	
}
.mb10{
	padding-bottom:10px;
	
}


.mb15{
	padding-bottom:15px;
	
}




.mb20{
	padding-bottom:20px;
	
}


.mb30{
	padding-bottom:30px;
	
}

.mb40{
	padding-bottom:40px;
	
}
.mb50{
	padding-bottom:50px;
	
}
/*-----------------------------------------------------------------*/
/* 基本設定 */

/*-----------------------------------------------------------------*/
.rss_box{
	border:solid 0px #eaeaea;
	    background: #;
	padding: 30px;
	height:170px;
	  overflow: auto;clear: both;
}
.rss_box dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
}

.rss_box dl:after {
  content: "";
  display: table;
  clear: both;
}

.rss_date {
  float: left;
  width: 12%;color: #005bac;
}

.rss_title {
  float: right;
  width: 88%;
  padding-left: 20px; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.rss_title a {
color:#000000;
  text-decoration: underline;
}

.rss_contents {
  clear: both;
  padding: 5px 0 0 calc(10.7%);
  font-size: .9em;
}

.rss_new {
  display: inline-block;
  background-color: #3A679B;
  color: #ffffff;
  padding: 3px 12px 2px;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 979px) {
  .rss_date {
    width: 14%;
  }
  .rss_title {
    width: 86%;
  }
  .rss_contents {
    padding-left: calc(14% + 15px);
  }
}

@media only screen and (max-width: 690px) {
  .rss_date,
  .rss_title {
    width: 100%;
    float: none;
  }
  .rss_date {
    font-size: .85em;
  }
  .rss_title {
    padding: 3px 0;
  }
  .rss_contents {
    padding: 5px 0 0 0;
  }
}

/* 2個目以降非表示 スライドで表示 ----------*/
.rss_tggle {
  position: relative;
}

.rss_tggle .rss_contents {
  display: none;
}

#close {
  display: none;
}

#rss_open {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#rss_open::before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  background-color: #3A679B;
  width: 40px;
  height: 40px;
  text-align: center;
}

#rss_open.active::before {
  content: "\f00d";
}

.rss_tggle .rss_box {
  width: calc(100% - 40px - 20px);
  margin-right: 20px;
}
.col_bg_light_grey {
    background-color: #f1f1f1;
}

.gly_bk {
    background-color: #FFF;
    padding: 20px;
    border: 2px solid #E5E5E5;
    border-radius: 2px;
	
}


.kinou{
	text-align: center;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,.2);
    transition: .3s;
}

a .kinou1 {
    text-align: center;
    color: #ffffff;
    background-color: #005bac;
    border: 0px solid #FFFFFF;
    padding: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
}
a:hover .kinou1 {
    text-align: center;
    color: #ffffff;
    background-color: #419af9;
    border: 0px solid #FFFFFF;
    padding: 25px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.title_en {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #3A679B;
  letter-spacing: .1.5em;
  font-family: 'Abel', sans-serif;
}
.f13{
	font-size: 13px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f50{
	font-size: 50px;
}
.f60{
	font-size: 60px;
}
.rss_date {
  width: 100px;
}

.rss_title {
  width: calc(100% - 100px);
}

.col2_ti .rss_box {
  width: calc(18.5% * 3.5 + 1.875% * 2);
}

.col2_ti .top_banner,
.col2_ti .top_banner02 {
  width: calc(18.5% * 1.25 + 1.875% * 2);
}

.top_banner .banner_in,
.top_banner .banner_in_bg {
  margin-bottom: 10px;
  list-style: none;
}

.top_banner .banner_in a,
.top_banner .banner_in_bg a {
  display: block;
  padding: 10px 10%;
  text-align: left;
  font-size: 18px;
}

.top_banner .banner_in a:hover,
.top_banner .banner_in_bg a:hover {
  text-decoration: none;
  background-color: #406CAC;
}

.top_banner .banner_in a {
  background-color: #3A679B;
  color: #ffffff;
}

.top_banner .banner_in a img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.top_banner .banner_in a:hover {
  background-color: #406CAC;
}

.top_banner .banner_in .material-icons {
  padding-right: 16px;
  font-size: 32px;
  vertical-align: middle;
}

.top_banner .banner_in_bg {
  position: relative;
}

.top_banner .banner_in_bg a {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: rgba(6, 101, 152, 0.8);
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.top_banner .banner_in_bg a:hover {
  background-color: #066598;
}

.banner_in_bg.bigglink:hover a {
  background-color: #066598;
}

#top_rss_a {

    padding-top: 30px;
    padding-bottom: 30px;
}

#top_rss_a .btn {
  float: right;
  margin-top: 5px;
}

@media only screen and (max-width: 979px) {
  .col2_ti .rss_box {
    float: none;
    width: 100%;
  }
  .col2_ti .top_banner {
    float: none;
    width: 100%;
    margin-top: 50px;
  }
  .col2_ti .top_banner .banner_in,
  .col2_ti .top_banner .banner_in_bg {
    float: left;
    width: 32%;
    margin-bottom: 0;
  }
  .col2_ti .top_banner .banner_in:not(:last-child),
  .col2_ti .top_banner .banner_in_bg:not(:last-child) {
    margin-right: 2%;
  }
  .col2_ti .top_banner .banner_in a,
  .col2_ti .top_banner .banner_in_bg a {
    padding: 20px 7%;
  }
  .col2_ti .top_banner .banner_in a img,
  .col2_ti .top_banner .banner_in_bg a img {
    max-width: 28px;
    margin-right: 10px;
  }
  .col2_ti .top_banner .banner_in_bg a {
    padding: 5px 5%;
  }
}

@media only screen and (max-width: 690px) {
  .rss_date, .rss_title {
    width: 100%;
  }
  .rss_box dl {
    margin-bottom: 10px;
  }
  .col2_ti .rss_box {
    width: 100%;
  }
  .col2_ti .top_banner {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .col2_ti .top_banner .banner_in {
    float: none;
    margin: 10px auto;
    width: 100%;
    max-width: 360px;
  }
  .col2_ti .top_banner .banner_in:not(:last-child) {
    margin-right: auto;
  }
  .col2_ti .top_banner .banner_in a {
    padding: 15px 10%;
  }
  .col2_ti .top_banner .banner_in a img {
    max-width: 28px;
    margin-right: 15px;
  }
  .col2_ti .top_banner .banner_in_bg {
    float: left;
    width: 48%;
    position: static;
  }
  .col2_ti .top_banner .banner_in_bg:not(:last-child) {
    margin-right: 4%;
  }
  .col2_ti .top_banner .banner_in_bg a {
    font-size: 14px;
    line-height: 1.4;
    position: static;
  }
  #top_rss_a .btn {
    float: none;
  }
}
.clear{
	clear:both;
}



.title02,
p.title02 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
	font-weight: 600;
}

.title02.m10,
p.title02.m10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {
  .title02, p.title02 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}


/* *************************************** */
/* CV style 3*/
/* *************************************** */
.cv_style03 {
  width: 100%;
  background: url(../img/footer_contact_bg.jpg) no-repeat center center/cover;
  padding-top: 20px;
  padding-bottom: 0px;

}

@media only screen and (max-width: 691px) {
  .cv_style03 {
  
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.cv_style03 .cv_style03_in {
  max-width: 760px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .cv_style03 .cv_style03_in {
    width: calc(100% - 6%);
  }
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_in {
    width: calc(100% - 10%);
  }
}

.cv_style03 .cv_style03_lead {
  margin-bottom: 20px;
  font-size: 15px;
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_lead {
    margin-bottom: 15px;
  }
}

.cv_style03 .cv_style03_btn {
  font-size: 0;
  text-align: center;
}

.cv_style03 .cv_style03_btn a.btn {
  display: inline-block;
  max-width: 320px;
  padding: 12px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  
  transition: background-color .2s;
  position: relative;background-color: #363480;
  
	  background-color: #121212;background-color: #EC6C00;
  width: 100%;
  margin: 0 3%;
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_btn a.btn {
    font-size: 11px;
  }
}

.cv_style03 .cv_style03_btn a.btn:hover {
  background-color: #406CAC;
  text-decoration: none;
}

.cv_style03 .cv_style03_btn a.btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.cv_style03 .cv_style03_btn a.btn:hover {
  background-color: #3A679B;  background-color: #454545;
}

.cv_style03 .cv_style03_btn a.btn.right {
  display: inline-block;
  max-width: 320px;
  padding: 12px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold; background-color: #E7380D;
  background-color: #3A679B;  background-color: #121212;
	 
  transition: background-color .2s;
  position: relative;
}

@media only screen and (max-width: 690px) {
  .cv_style03 .cv_style03_btn a.btn.right {
    font-size: 11px;
  }
}

.cv_style03 .cv_style03_btn a.btn.right:hover {
  background-color: #406CAC;  background-color: #454545;
  text-decoration: none;
}

.cv_style03 .cv_style03_btn a.btn.right:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}


/* margin bottom only pc **********************/
.m5_pc,.t-default .m5_pc { margin-bottom:5px;}
.m10_pc,.t-default .m10_pc { margin-bottom:10px;}
.m15_pc,.t-default .m15_pc { margin-bottom:15px;}
.m20_pc,.t-default .m20_pc { margin-bottom:20px;}
.m25_pc,.t-default .m25_pc { margin-bottom:25px;}
.m30_pc,.t-default .m30_pc { margin-bottom:30px;}
.m35_pc,.t-default .m35_pc { margin-bottom:35px;}
.m40_pc,.t-default .m40_pc { margin-bottom:40px;}
.m45_pc,.t-default .m45_pc { margin-bottom:45px;}
.m50_pc,.t-default .m50_pc { margin-bottom:50px;}
.m55_pc,.t-default .m55_pc { margin-bottom:55px;}
.m60_pc,.t-default .m60_pc { margin-bottom:60px;}
.m65_pc,.t-default .m65_pc { margin-bottom:65px;}
.m70_pc,.t-default .m70_pc { margin-bottom:70px;}
.m75_pc,.t-default .m75_pc { margin-bottom:75px;}
.m80_pc,.t-default .m80_pc { margin-bottom:80px;}
.m85_pc,.t-default .m85_pc { margin-bottom:85px;}
.m90_pc,.t-default .m90_pc { margin-bottom:90px;}
.m95_pc,.t-default .m95_pc { margin-bottom:95px;}
.m100_pc,.t-default .m100_pc { margin-bottom:100px;}
.m105_pc,.t-default .m105_pc { margin-bottom:105px;}
.m110_pc,.t-default .m110_pc { margin-bottom:110px;}
.m115_pc,.t-default .m115_pc { margin-bottom:115px;}
.m120_pc,.t-default .m120_pc { margin-bottom:120px;}
.m125_pc,.t-default .m125_pc { margin-bottom:125px;}
.m130_pc,.t-default .m130_pc { margin-bottom:130px;}
.m135_pc,.t-default .m135_pc { margin-bottom:135px;}
.m140_pc,.t-default .m140_pc { margin-bottom:140px;}
.m145_pc,.t-default .m145_pc { margin-bottom:145px;}
.m150_pc,.t-default .m150_pc { margin-bottom:150px;}
.m155_pc,.t-default .m155_pc { margin-bottom:155px;}
.m160_pc,.t-default .m160_pc { margin-bottom:160px;}
.m165_pc,.t-default .m165_pc { margin-bottom:165px;}
.m170_pc,.t-default .m170_pc { margin-bottom:170px;}
.m175_pc,.t-default .m175_pc { margin-bottom:175px;}
.m180_pc,.t-default .m180_pc { margin-bottom:180px;}
.m185_pc,.t-default .m185_pc { margin-bottom:185px;}
.m190_pc,.t-default .m190_pc { margin-bottom:190px;}
.m195_pc,.t-default .m195_pc { margin-bottom:195px;}
.m200_pc,.t-default .m200_pc { margin-bottom:200px;}


.cv_style03 .cv_style03_tel {
  font-size: 34px;

  font-weight: bold;
  line-height: ;
}

@media only screen and (max-width: 691px) {
  .cv_style03 .cv_style03_tel {
    font-size: 32px;
  }
}

.center {
    text-align: center;
}

footer p {
    color: #262626;
}

 @media only screen and (min-width: 768px) {
 .copyright {
    font-size: 11px !important;
    font-weight: ;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding: 10px 0;
    padding-bottom: 90px;
    border-top: dotted 0px #ccc;
	    color: #262626 !important;
	
}

.pcgazou{
	
}
.spgazou{
	display:none;
}

.sphyouziclear{
	display:none;		
}

 }
 
 

@media only screen and (max-width: 767px) {
	 
 .copyright {
    font-size: 11px !important;
    font-weight: ;
    text-align: center;
    margin: 1em auto;
    display: block;
    padding: 10px 0;
    padding-bottom: 50px;
    border-top: dotted 0px #ccc;
    color: #262626 !important;
		    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.spgazou{
}

.pcgazou{
	display:none;	
}

.sphyouziclear{
	clear:both;
}
}
.siro {
    color: #ffffff !important;
}
.iro{
	color: #ec6c00;
}
.footersen {
    border-bottom: 1px solid #262626;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

@media (min-width: 1180px){
.center1180 {
    text-align: center;
}
}
@media (max-width: 1179px){
.center1180 {
    text-align: center;
}
}

.nav1>li>a {
    position: relative;
    display: block;
    padding: 10px 28px;
}
ul li {
    list-style-type: none;
}

  .list02 {
	 
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
font-size:14px;
    line-height: 30px;
	font-weight:400;
 }

.haikeigaiyou{

	background: #3e3e3e;	background: #121214;
	    background: rgba(0,0,0,0.7);
    padding: 42px 0px 58px;
}
.sirobtn{
	border:solid 1px #ffffff;
	text-align: center;
    display: table;
    height: auto;
	color:#ffffff;
	width: 100%;padding:10px;
 font: 13px/1.7 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a .sirobtn{
	
	padding:10px;
	color:#ffffff;
	text-align: center;

	width: 100%;
	display: inline-block;
    position: relative;

    transition: all .2s linear .2s;
}

a .sirobtn:hover  {
		color:#111111;
background-color:#ffffff;
 font: 13px/1.7 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.inner {
  
    max-width: 1400px;
    margin: 0 auto;
	z-index: 1000;
	    position: relative;
}
@media only screen and (min-width: 798px) {

#category_contact { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/contact.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_contact:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_contact .titlebb {margin: 5rem 0 4.6rem; }
  #category_contact .titlebb,#category_contact .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_contact .titlebb span{letter-spacing:.1em;opacity:1;
text-align: center;
     z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_contact .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;font-weight: 500;
    display: block;
}

  #category_contact .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_contact.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_contact.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_contact.active .titlebb:after {width: 200px;}

	
	

#category_company { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/company.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_company:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_company .titlebb  {margin: 5rem 0 4.6rem; }
  #category_company .titlebb,#category_company .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_company .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
     z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_company .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;font-weight: 500;
    display: block;
}

  #category_company .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_company.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_company.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_company.active .titlebb:after {width: 200px;}

	

	

#category_news { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/news.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_news:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_news .titlebb  {margin: 5rem 0 4.6rem; }
  #category_news .titlebb,#category_contact .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_news .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_news .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;font-weight: 500;
    display: block;
}

  #category_news .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_news.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_news.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_news.active .titlebb:after {width: 200px;}

	
	
	

#category_greeting { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/greeting.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_greeting:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_greeting .titlebb  {margin: 5rem 0 4.6rem; }
  #category_greeting .titlebb,#category_greeting .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_greeting .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
     z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_greeting .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       z-index: 1000;font-weight: 500;
    display: block;
}

  #category_greeting .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_greeting.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_greeting.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_greeting.active .titlebb:after {width: 200px;}

	
	
	
	
#category_philosophy { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/philosophy.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_philosophy:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_philosophy .titlebb  {margin: 5rem 0 4.6rem; }
  #category_philosophy .titlebb,#category_contact .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_philosophy .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
     z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_philosophy .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
     z-index: 1000;font-weight: 500;
    display: block;
}

  #category_philosophy .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_philosophy.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_philosophy.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_philosophy.active .titlebb:after {width: 200px;}

	

	
#category_strength { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/strength.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_strength:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_strength .titlebb  {margin: 5rem 0 4.6rem; }
  #category_strength .titlebb,#category_strength .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_strength .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_strength .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       z-index: 1000;font-weight: 500;
    display: block;
}

  #category_strength .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_strength.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_strength.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_strength.active .titlebb:after {width: 200px;}

	

	
#category_business { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/business.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_business:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_business .titlebb  {margin: 5rem 0 4.6rem; }
  #category_business .titlebb,#category_contact .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_business .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_business .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
     z-index: 1000;font-weight: 500;
    display: block;
}

  #category_business .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_business.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_business.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_business.active .titlebb:after {width: 200px;}

	
	
	
#category_qa { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/qa.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_qa:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_qa .titlebb  {margin: 5rem 0 4.6rem; }
  #category_qa .titlebb,#category_qa .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_qa .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
   z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_qa .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       z-index: 1000;font-weight: 500;
    display: block;
}

  #category_qa .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_qa.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_qa.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_qa.active .titlebb:after {width: 200px;}

	
	
#category_recruit { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/recruit.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_recruit:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_recruit .titlebb  {margin: 5rem 0 4.6rem; }
  #category_recruit .titlebb,#category_recruit .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_recruit .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
    z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_recruit .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
    z-index: 1000;font-weight: 500;
    display: block;
}

  #category_recruit .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_recruit.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_recruit.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_recruit.active .titlebb:after {width: 200px;}

	
	
#category_column { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/column.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_column:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_column .titlebb  {margin: 5rem 0 4.6rem; }
  #category_column .titlebb,#category_column .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_column .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_column .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
  z-index: 1000;font-weight: 500;
    display: block;
}

  #category_column .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_column.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_column.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_column.active .titlebb:after {width: 200px;}

	

	
	
#category_sitemap { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/sitemap.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_sitemap:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_sitemap .titlebb  {margin: 5rem 0 4.6rem; }
  #category_sitemap .titlebb,#category_sitemap .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_sitemap .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_sitemap .titlebb strong { letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;font-weight: 500;
    display: block;
}

  #category_sitemap .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_sitemap.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_sitemap.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_sitemap.active .titlebb:after {width: 200px;}

					
	
	
#category_privacy { padding-top:68px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/privacy.jpg);
    width: 100%;    font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_privacy:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_privacy .titlebb {margin: 5rem 0 4.6rem; }
  #category_privacy .titlebb,#category_privacy .title span {color: #111111; text-align: center; z-index: 1000;font-size:23px;}
  #categor_privacy .titlebb span{letter-spacing:.1em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
      z-index: 1000;
    display: block;margin-bottom:10px;
}
  #category_privacy .titlebb strong { letter-spacing:.1em;opacity:1;
text-align: center;
      z-index: 1000;font-weight: 500;
    display: block;
}

  #category_privacy .titlebb:after{background-color:#FFF;width:0;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);}
  #category_privacy.active .titlebb span {letter-spacing: ; opacity: 1;color: #111111;}
  #category_privacy.active .titlebb strong {opacity: 1; !important; color: #111111;}
  #category_privacy.active .titlebb:after {width: 200px;}

		
	
}
	
	
@media only screen and (max-width: 797px) {

#category_contact { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/contact.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_contact:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_contact .titlebb {margin: 1.5rem 0 2rem; }
  #category_contact .titlebb,#category_contact .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_contact .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_contact .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
	

#category_company { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/company.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_company:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_company .titlebb {margin: 1.5rem 0 2rem; }
  #category_company .titlebb,#category_company .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_company .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_company .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
#category_news { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/news.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_news:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_news .titlebb {margin: 1.5rem 0 2rem; }
  #category_news .titlebb,#category_news .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_news .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_news .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
		

#category_greeting { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/greeting.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_greeting:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_greeting .titlebb {margin: 1.5rem 0 2rem; }
  #category_greeting .titlebb,#category_greeting .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_greeting .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_greeting .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
		

#category_philosophy { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/philosophy.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_philosophy:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_philosophy .titlebb {margin: 1.5rem 0 2rem; }
  #category_philosophy .titlebb,#category_philosophy .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_philosophy .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_philosophy .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
	

#category_strength { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/strength.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_strength:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_strength .titlebb {margin: 1.5rem 0 2rem; }
  #category_strength .titlebb,#category_strength .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_strength .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_strength .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
	

#category_business { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/business.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_business:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_business .titlebb {margin: 1.5rem 0 2rem; }
  #category_business .titlebb,#category_business .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_business .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_business .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
		

#category_qa { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/qa.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_qa:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_qa .titlebb {margin: 1.5rem 0 2rem; }
  #category_qa .titlebb,#category_qa .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_qa .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_qa .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
	

#category_recruit { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/recruit.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_recruit:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_recruit .titlebb {margin: 1.5rem 0 2rem; }
  #category_recruit .titlebb,#category_recruit .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_recruit .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_recruit .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	
		

#category_column { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/column.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_column:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_column .titlebb {margin: 1.5rem 0 2rem; }
  #category_column .titlebb,#category_column .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_column .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_column .titlebb strong { font-weight: normal; opacity: 1;
letter-spacing: ;
}	
	


#category_sitemap { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/sitemap.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_sitemap:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_sitemap .titlebb {margin: 1.5rem 0 2rem; }
  #category_sitemap .titlebb,#category_sitemap .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_sitemap .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_sitemap .titlebb strong { font-weight: normal; opacity: 1; 
letter-spacing: ;
}	
	
		

#category_privacy { padding-top:78px; color: #111111 !important; width: 100%; overflow: hidden; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; background-position: center 40%;background-image: url(./img/privacy.jpg);
    width: 100%; font-family: 'Raleway',serif;
    background-size: cover; border-bottom:0px solid #999999; }
  #category_privacy:before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;    background: rgba(0, 0, 0,0.0); }
  #category_privacy .titlebb {margin: 1.5rem 0 2rem; }
  #category_privacy .titlebb,#category_privacy .title span {color: #111111; text-align: center; z-index: 1000;}
  #category_privacy .titlebb span{letter-spacing:.0.6em;opacity:1;-webkit-transition:all .8s cubic-bezier(.215,.61,.355,1);-moz-transition:all .8s cubic-bezier(.215,.61,.355,1);-o-transition:all .8s cubic-bezier(.215,.61,.355,1);transition:all .8s cubic-bezier(.215,.61,.355,1);
text-align: center;
       font-size: 1.1em; z-index: 1000;
    display: block;color: #111111;margin-bottom: 8px;
}
  #category_privacy .titlebb strong { font-weight: normal; opacity: 1;
}	
	
		

	
	
	
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tokushumozi{
	
	    font-family: 'Source Sans Pro', sans-serif;font-family: 'Raleway',serif !important;
}

.sitemap_list>ul>li {
	margin-bottom: 15px;
}
.sitemap_list>ul>li>a {
	font-size: 18px;
	color: #05090d;
	letter-spacing: 3px;
	padding-left: 27px;
	display: inline-block;
	
}
.business .sitemap_list>ul>li>a {
	background: url(./img/sitemap/sanakaku1.png) no-repeat left center;
}
.residence .sitemap_list>ul>li>a {
	background: url(./img/sitemap/sanakaku2.png) no-repeat left center;
}
.sitemap_list>ul>li>a+ul {
	margin-left: 8px;
	padding: 10px 0 10px 19px;
	font-size: 14px;
	line-height: 1.4;
	background: url(./img/sitemap/b_head_border.png) repeat-y left top;
}
.sitemap_list>ul>li>a+ul>li {
	margin-top: 15px;
}
.sitemap_list>ul>li>a+ul>li:first-child {
	margin-top: 0;
}
.sitemap_list>ul>li>a+ul>li>a {
	background: url(./img/sitemap/sankaku1.png) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.sitemap_list>ul>li>a+ul>li>a:hover {
	background-position: 3px center;
}
.sitemap_list>ul>li>a+ul ul {
	margin-left: 0;
	padding: 10px 0 10px 19px;
	font-size: 14px;
	line-height: 1.4;
	background: url(./img/sitemap/bborder.png) repeat-y left top;
}
.sitemap_list>ul>li>a+ul ul a {
	background: url(./img/sitemap/sankaku1.png) no-repeat;
	background-position: 0 center;
	padding-left: 12px;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}
.sitemap_list>ul>li>a+ul ul a:hover {
	background-position: 3px center;
}
.sitemap_list>ul>li>a+ul ul li {
	margin-top: 5px;
}
.sitemap_list>ul>li>a+ul ul li:first-child {
	margin-top: 0;
}
.haikeigure{
	    background: #f7f7f7;
}

.brdrbtm {
	    color: #454545;
    font-size: 128%;
    font-weight: bold;
    border-bottom: #666666 solid 1px;
    letter-spacing: 0.9px;
}

.pad-top20 {
	padding-top:20px;}
	
.pad-top40 {
	padding-top:40px;}
.gly-bk {
	background-color:#F3F3F3;
	padding:20px;
	width:auto;
}

.tbl-rsp{
  width:100%;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp th{
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  /*background-color: #F4F4F4;*/
}
 
.tbl-rsp td{
/*padding: 5px 10px;*/
text-align: left;
vertical-align: top;
/*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.tbl-rsp{
  /*border:none;*/
}
.tbl-rsp th{
	
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}
@media (min-width: 768px) {
.midasi112 {
    border-bottom: solid 0px #000000;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}
}
@media (max-width: 767px) {
.midasi112 {
    border-bottom: solid 0px #000000;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
}
}

.boderss {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px dotted #888888;
}



.shainboder{
	background-color: #;
    padding: 10px;
    border: 2px solid #000000;
    border-radius: px;
}


.staffsen {
    border-bottom: solid 1px #000000;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.bold{
	font-weight: bold;
}

.cntr {
    text-align: center;
    margin: 0 auto;
}
.aka{
	color: #ff4500;
}
.aoa{
	color: #363480;
}
.l30{
	line-height: 30px;
}
.l40{
	line-height: 40px;
}
.l26{
	line-height: 26px;
}
.right{
	text-align: right;
}

.rinensen1 {
    border-bottom: solid 1px #000000;
    font-size: 1.8rem;
	text-align: center;
    font-weight: bold;
    letter-spacing: px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 10px;
}


.enterprise02_1 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n1.png) no-repeat;

} 

.enterprise02_2 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n2.png) no-repeat;

} 


.enterprise02_3 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n3.png) no-repeat;

} 


.enterprise02_4 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n4.png) no-repeat;

} 


.enterprise02_5 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n5.png) no-repeat;

} 



.enterprise02_6 {
     padding: 9px 30px 9px 53px;
    font-weight: 600;
    color: #333333;
    font-size: 120%;

    background: url(./img/enterprise02/n6.png) no-repeat;

} 


<!--Q&A-->
.qa dl{
     width:650px;
     margin:80px;
     line-height:1.8em;
     font-size: 1.4em;
     overflow: hidden;
     _zoom: 1;
}

.qa dl dd,
.qa dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

.qa dl dt{
     margin:20px 20px 0 0;
}

.qa dl dd:first-letter,
.qa dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.qa dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


.qa dl dt:first-letter{
     color: #01008a;
}
.qa dl dd:first-letter{
     color: #C7151C;
}


#tbl .mamorutab1{
	width:100%;
  border: 1px solid #999999;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}


#tbl .mamorutab1 th{
  padding: 6px 8px 5px;
  border-top: 1px solid #999999;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: ;
background-color:#d4abbb;
text-align:center;	
  color:#333333;
}
#tbl .mamorutab1 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color:#F2F3F3;
border: solid 1px #999999;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  text-align:center;
}






#tbl .mamorutab2{
	width:100%;
  border: 1px solid #999999;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}


#tbl .mamorutab2 th{
  padding: 6px 8px 5px;
  border-top: 1px solid #999999;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: ;
background-color:#b9d9e8;
text-align:center;	
  color:#333333;
}
#tbl .mamorutab2 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color:#ebf4f9;
border: solid 1px #999999;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  text-align:center;
}

.utmbk {
    background-color: #;
    padding: 10px;
    border: 2px solid #dddddd;
    border-radius: px;
}

.utm1{
	 background: url(./img/enterprise04/i1.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
   font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}


.utm2{
	 background: url(./img/enterprise04/i2.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm3{
	 background: url(./img/enterprise04/i3.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
  font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm4{
	 background: url(./img/enterprise04/i4.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}


.utm5{
	 background: url(./img/enterprise04/i5.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm6{
	 background: url(./img/enterprise04/i6.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
  font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm7{
	 background: url(./img/enterprise04/i7.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
 font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
}

.utm8{
	 background: url(./img/enterprise04/i8.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.utm9{
	 background: url(./img/enterprise04/i9.png) 0 0 no-repeat;
    padding: 8px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.utmbk {
    background-color: #;
    padding: 10px;
    border: 2px solid #dddddd;
    border-radius: px;
	
}

.side23 {
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.9px;
    background-color: #fff;
    border: 1px solid #bbb;
	padding:5px;

}

.bordermawari{
	border:solid 1px #999999;
}

.midasilite{
	padding: .85em 1em .65em 1.5em;
	background: #01008a;
	color: #ffffff;
	font-weight:600;
	font-size:20px;
	border-radius: 0.5em;
}
.f23{
	font-size:23px;
}
.f26{
	font-size:26px;
}


.rokudai1{
	 background: url(./img/enterprise041/1.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.rokudai2{
	 background: url(./img/enterprise041/2.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}



.rokudai3{
	 background: url(./img/enterprise041/3.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}



.rokudai4{
	 background: url(./img/enterprise041/4.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}



.rokudai5{
	 background: url(./img/enterprise041/5.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}


.rokudai6{
	 background: url(./img/enterprise041/6.png) 0 0 no-repeat;
    padding: 7px 0 10px 49px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
	font-weight:600;
	    color: #01008a;
}

.nakamidasi{
	padding: 8px 0 10px 5px;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
}


#tbl .shokai{
  width:100%;
  border: 1px solid #9f9f9f;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;

}
 
#tbl .shokai th{
font-weight: normal;
  width: 30%;
 background: #e8e8e8;
    color: #000;
	 border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    padding: 1em 1em;
    text-align: center;
	font-size:16px;
}
 
#tbl .shokai td{
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
      padding: 1em 1em;font-size:16px;

}
 
@media (max-width: 400px){
#tbl .shokai{
  border:none;
}
#tbl .shokai th{
background: #e8e8e8;
    color: #000;
    border-bottom: 1px solid #9f9f9f !important;
    border-left: 1px solid #9f9f9f; !important;
    padding: 1em 1em;
    text-align: ;font-size:14px;
}
#tbl .shokai td{

  width: 100%;    padding: 1em 1em;
    border-top: 1px solid #9f9f9f !important;
  border-right:1px solid #9f9f9f !important;font-size:16px;
}
}
#tbl .shokai1{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}


#tbl .shokai2{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 

#tbl .shokai1 th{
  padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;
   border-right: solid 1px #cccccc;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
  color:#333333;
  text-align:center;
}

#tbl .shokai2 th{
  padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;
   border-right: solid 1px #cccccc;
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F4F4F4;
  color:#333333;

}
 

#tbl .shokai1 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
border-left: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
  text-align:center;
}

#tbl .shokai2 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border-top: solid 1px #cccccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;

}
 
@media (max-width: 400px){
#tbl .shokai{
  border:none;
}
#tbl .shokai th{
 
}
#tbl .shokai td{

  width: 100%;
  border-top:1px solid #9f9f9f !important;
  border-right: 1px solid #9f9f9f !important;
}
}

.midasilite42 {
    padding: .85em 1em .65em 1.5em;
    background: #111111;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 0.5em;
}

.glyphicon-ok:before {
  content: "\e013" !important;
}
.f14{
	font-size: 14px !important;
}
.kuro{
	color: #222222;
}


.l46{
	line-height: 46px;
}
.t20{
	margin-top:20px;
	line-height: 60px !important;
}
.mt20{
	margin-top:-20px;
}
@media (min-width: 500px) {
.hyuozi500{
	display: none;
}
}
@media (max-width: 499px) {
.hyuozi500{
}
}

.f14bold{
	font-size:14px;
	font-weight: bold;
}


.noto{
	font-family: 'Noto Serif JP', serif; */
}
.futura{
font-family: futura-pt, sans-serif;

font-weight: 700;

font-style: normal;
}

.ao{
	    color: #005bac;
}
@media (min-width: 768px) {
.hhh2{
		font-size:38px;
			letter-spacing: 7px;    line-height: 0.9em;font-family: 'Montserrat', sans-serif;
    font-weight: 900;padding-bottom: 10px;

	}
	.sabb{
		font-size:16px;
		letter-spacing: 6px;
	}	
	.specialBlock p {

    font-size: 15px;
    line-height: 2.343;
	padding-right:25px;
}
	.pchyouzi768{
		
	}
		.sphyouzi767{
		display: none;
	}
}

@media (max-width: 767px) {
.hhh2{
		font-size:26px;
			letter-spacing: 7px;    line-height: 0.8em;font-family: 'Montserrat', sans-serif;
    font-weight: 900;padding-bottom: 10px;
	}
	.sabb{
		font-size:15px;
		letter-spacing: 6px;
	}
	.specialBlock p {

    font-size: 15px;
    line-height: 2.343;
	padding-right:0px;
}
	.pchyouzi768{
		display: none;
	}
	.sphyouzi767{

	}
}

.specialb {

    background-image: linear-gradient(to right, #066cbb 0%, #0256a6 73%, #FFF 73%);
}

.specialBlock .image {
	position: relative;
	width: 100%;
	text-align: right;
}

.specialBlock .image img {
	position: relative;
	vertical-align: top;

}

.specialBlock .image::before {
	content: '';
	position: absolute;
	top: 35px;
	right: 13px;
	width: 100%;
	height: 94%;
	border: 1px solid #419af9;
	padding-left:15px;
}

.siro{
	color: #ffffff;
}

@media only screen and (min-width: 993px), print {
 .fnt_cntr_cath {
	font-size:22px;
	color:#333;
	text-align:center;
	line-height:30px;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .fnt_cntr_cath {
	font-size:14px;
	color:#333;
	text-align:center;
}
}

@media only screen and (max-width: 390px) {
 .fnt_cntr_cath {
	font-size:14px;
	color:#333;
	text-align:center;
}
}

.leftbrdr_midasi {
    border-left: solid 7px #084ea1;
    padding-left: 10px;
    font-size: 23px;
    line-height: 160%;
}

.gly-bk2 {
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 10px;
    width: auto;
    border: solid 0px #3954AA;
}

.btn-warningaopdf1 {
    background-color: #ffffff;
    border-color: #084ea1;
    font-weight: 600;
    color: #005bac;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    padding-top: 20px;
    border-radius: 0px;
    letter-spacing: 1.4px;
}

.midasi11 {
     font-size: 18px;
	padding:10px;
    background: #eee;  border-left: solid 5px #005bac;
  border-bottom: solid 0px #005bac;
}


@media only screen and (max-width: 767px) {
.midasi11 {
     font-size: 16px;
	padding:9px;
    background: #eee;  border-left: solid 5px #005bac;
  border-bottom: solid 0px #005bac;
}
}

.btn-warningao1 {
    font-weight: 500;
    color:#ffffff;color:#005bac;

	width:100%;
	text-align:left;
		font-size:15px;
	padding:16px;
padding-left:20px;
		border-radius:0px;
			letter-spacing:1.4px;
			    background-color:#005bac;background-color:#ffffff;
	border: solid 1px #005bac !important;

}


a .btn-warningao1:hover {
   background-color: #005bac;
 
    font-weight: 500;
    color: #ffffff;
    width: 100%;
	text-align:left;
    font-size: 15px;
    padding: 16px;
	padding-left:20px;
    border-radius: 0px;
    letter-spacing: 1.4px;
}

.grywaku {
    border: solid 2px #ccc;
    padding: 15px;
}
.business1 {
    background: url(./img/business/ss1.png) 0 0 no-repeat;
    padding: 12px 32px 18px 66px;
    border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
    color: #005bac;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.business2 {
    background: url(./img/business/ss2.png) 0 0 no-repeat;
    padding: 12px 32px 18px 66px;
    border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
    color: #005bac;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}


.business3 {
    background: url(./img/business/ss3.png) 0 0 no-repeat;
    padding: 12px 32px 18px 66px;
    border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
    color: #005bac;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}


.business4 {
    background: url(./img/business/ss4.png) 0 0 no-repeat;
    padding: 12px 32px 18px 66px;
    border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
    color: #005bac;
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.strength-block {
    margin-bottom: 30px;
    border-top: 1px solid #005bac;
    border-left: 1px solid #005bac;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 700px) {
.strength-block__item {
    width: 50%;
    padding: 15px 25px 25px 30px;
    border: 1px solid #005bac;
    border-top: none;
    border-left: none;
}
.strengthaa{	position: relative;
    margin-bottom: 20px;text-align: center;
	font-weight: 500;    color: #005bac;
    font-size: 1.3em;}
}
@media (max-width: 699px) {
.strength-block__item {
    width: 100%;
    padding: 20px 20px 20px;
    border: 1px solid #005bac;
    border-top: none;
    border-left: none;
}
.strengthaa{	position: relative;
      margin-bottom: 20px;text-align: center;
	font-weight: 500;    color: #005bac;
    font-size: 1.1em;}
}

.rana{
	    font-family: 'Raleway',serif;
}

@media (min-width: 768px) {
.phoao{
	    font-family: 'Raleway',serif;
	color: #005bac;
	font-weight: 600;
	font-size:24px;
	margin-bottom:3px;
	letter-spacing: 1.2px;
}
.pho1{
	    font-family: 'Raleway',serif;
	color: #333333;
	font-weight: 600;
	font-size:24px;
	letter-spacing: 1.2px;
}
}
@media (max-width: 767px) {
.phoao{
	    font-family: 'Raleway',serif;
	color: #005bac;
	font-weight: 600;
	font-size:17px;
	letter-spacing: 1px;
}
.pho1{
	    font-family: 'Raleway',serif;
	color: #333333;
	font-weight: 600;
	font-size:15px;
	letter-spacing: 1px;
}
}
.philosophy1 {
    background: url(./img/philosophy/1.png) 0 0 no-repeat;
    padding: 2px 32px 7px 45px;
    border-bottom: 1px dotted #666666;

    color: #555555; color: #005bac;

    font-size: 18px;

    line-height: 30px;
    margin-bottom: 10px;
}
.philosophy2 {
    background: url(./img/philosophy/2.png) 0 0 no-repeat;
    padding: 2px 32px 7px 45px;
    border-bottom: 1px dotted #666666;

    color: #555555; color: #005bac;

    font-size: 18px;

    line-height: 30px;
    margin-bottom: 10px;
}
.philosophy3 {
    background: url(./img/philosophy/3.png) 0 0 no-repeat;
    padding: 2px 32px 7px 45px;
    border-bottom: 1px dotted #666666;

    color: #555555;  color: #005bac;

    font-size: 18px;

    line-height: 30px;
    margin-bottom: 10px;
}
.philosophy4 {
    background: url(./img/philosophy/4.png) 0 0 no-repeat;
    padding: 2px 32px 7px 45px;
    border-bottom: 1px dotted #666666;

    color: #555555; color: #005bac;

    font-size: 18px;

    line-height: 30px;
    margin-bottom: 10px;
}
.philosophy5 {
    background: url(./img/philosophy/5.png) 0 0 no-repeat;
    padding: 2px 32px 7px 45px;
    border-bottom: 1px dotted #666666;

    color: #555555; color: #005bac;

    font-size: 18px;

    line-height: 30px;
    margin-bottom: 10px;
}


/*-------記事詳細ページ-------*/
.monthly {
	width: 100%;
	float:left;
}
.monthly_mds {
	font-size: 1em;
	border-bottom: 1px solid #282828;
	padding-bottom: 3px;
	margin-bottom: 7px;
	font-weight: bold;
}
.monthly_mds span {
	font-size: 0.8em;
	color:#005bac;
}
.kani{
	background-image: url(../img/common/kani.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.ebi{
	background-image: url(../img/common/ebi.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.monthly ul {
	list-style: none;
	font-size: 0.85em;
	line-height: 1.8em;
}
.monthly ul li {
	padding: 5px 0;
	font-size:15px;
    border-bottom: 1px dotted #282828;
}
.monthly ul li a{
	text-decoration: none;
	color:#282828;
	line-height: 1.4em;
}
.monthly ul.list_theme li a:before{
	font-family: FontAwesome;
	content: "\f040";
	padding-right: 7px;
	color: #005bac;/*アイコンの色*/
}
.monthly ul.list_monthly li a:before{
	font-family: FontAwesome;
	content: "\f133";
	padding-right: 7px;
	color: #005bac;/*アイコンの色*/
}

.monthly ul li.active a {
	font-size:120%;
	font-weight:bold;
	color:#333;
}

.page {
	width: 100%;
}
.date02 {
	font-size:1em;
	font-weight: bold;
	letter-spacing: 1px;
}
.blog_mds {
	padding: 20px 0 15px 40px;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #4c4c4c;
	background: url(../img/common/ic_kin.png) left center;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 391px) and (max-width: 992px) {
.blog_mds {
	font-size: 1.5em;
	line-height: 1.2em;
}
}

@media only screen and (max-width: 390px) {
.blog_mds {
	font-size: 1.5em;
	line-height: 1.2em;
}
}

.midasidaini{
	font-size: 18px;
    color: #005bac;
	font-weight: bold;
    margin-bottom: 10px;
    border-left: 4px solid #005bac;
    padding-left: 10px;
}

