@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :pcbrain
 style info :共通（ヘッダー、フッター）
=================================================================== */
body {
    min-width:1000px; /*コンテンツ横幅を指定する（スマホ閲覧時の背景欠けを防ぐ）*/
    font-size: 14px;
    width:100%;
    overflow:hidden;
}
.spblock {
    display: none;
}


.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0;
}

article {
    padding: 0 0 20px;
}

article:last-child {
    padding-bottom: 0;
}

.tel{
    font-size: 12px;
    display: block;
}

.tel span{
    background: url(../img/common/ico_tel.png) no-repeat left center;
    color: #be3838;
    font-family: "Arial", Gadget, sans-serif;
    font-weight: normal;
    padding-left: 35px;
    display: block;
    font-size: 28px;
    line-height: 1.2;
}

.alignright{
    text-align: right;
}

#breadCrumb br{
    display: none;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
#header {
    position: fixed;
    top: 0;
    z-index:9999;
    left:0;
    background:#fff;
    width:100%;
}
#header .inner {
    margin-top:10px;
}
#header .hdrLogo {
    display: inline-block;
    float: left;
}
#header .hdrLogo img{
    width:97px;
    height:62px;
}
#header .hdrContact {
    position: relative;
    overflow: hidden;
    float: right;
}
#header .hdrContact .btn{
    background-image:url(../img/common/ico_mail.png);
    background-repeat:no-repeat;
    background-position:50% 10px;
    padding:40px 10px 5px 10px;
    font-weight:normal;
    font-size:13px;
    line-height:13px;
}
#header .hdrContact .btn a{
}
#header .hdrContact p {
}
#header .contactCatch {
}
#header .tel {
    float: left;
    margin:15px 20px 0 0;
}
#header .telBtn {
    display:none;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer section#footerM{
    margin-bottom:50px;
    text-align:center;
}

footer section#footerM h2{
    background:#b1d0b5;
    text-align:center;
    color:#fff;
    font-size:22px;
    line-height:80px;
    font-weight:normal;
    position: relative;
    margin-bottom:30px;
}
footer section#footerM h2:after {
  border-top: 20px solid #b1d0b5;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

footer section#footerM .tel{
    font-size: 14px;
    display:inline-block;
    text-align:left;
    margin-right:50px;
    margin-bottom:30px;
    vertical-align: middle;
}

footer section#footerM .tel span{
    font-size: 38px;
    line-height:1;
}
footer section#footerM .btn{
    background-image:url(../img/common/ico_mail.png);
    background-repeat:no-repeat;
    background-position:30px 50%;
    font-weight:normal;
    font-size:18px;
    display:inline-block;
    padding:10px 50px 10px 70px;
    margin-bottom:30px;
    vertical-align:middle;
    margin-right:-20px;
}
footer section#footerM iframe{
    width:1000px;
    height:300px;
    border:0;
    display:block;
    margin:0 auto 30px auto;
}



footer section#footerS{
    background:#174d2f;
    font-size:12px;
    padding:15px 0;
}
footer section#footerS{
    background:#174d2f;
    font-size:12px;
    padding:15px 0;
}
footer section#footerS,
footer section#footerS a, footer section#footerS a:link,footer section#footerS a:visited{
    color:#fff;
    text-decoration:none;
}

footer section#footerS a.ftrLogo{
    display: inline-block;
    vertical-align: sub;
    margin-bottom: 15px;
}

footer section#footerS h5{
    font-size:14px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}
footer section#footerS h5 .ftrLogo img{
    padding-right:10px;
}
footer section#footerS .tel-link{
    padding-right:10px;

}
footer section#footerS nav .ftrNav{
    float:right;
    padding-top:15px;
}
footer section#footerS nav .ftrNav > li{
    float:left;
    margin-left:40px;
}
footer section#footerS nav .ftrNav li ul li ul li::before{
    content:"-";
    padding:0 3px 0 13px;
}

footer section#footerS .copyRight{
    clear:both;
    float:left;
}
footer section#footerS .pcbLink{
    float:right;
}

footer section#footerS .copyRight,
footer section#footerS .pcbLink{
    padding-top:80px;
}
/* -----------------------------------------------------------
    nav
----------------------------------------------------------- */
nav {
}

#gNav{
    position: relative;
    overflow: hidden;
    margin:15px 0 20px 40px;
    font-size:13px;
    border-right:#c0c5c9 1px solid;
    float:left;
}
#gNav li{
    float:left;
    border-left:#c0c5c9 1px solid;
    padding:0 15px;

}
#gNav li a{
    text-decoration:none;
    height:45px;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    line-height:1.3;
    font-weight:bold;
}

#top #gNav #topM a,
#company #gNav #companyM a,
#solution #gNav #solutionM a,
#results #gNav #resultsM a,
#consultant #gNav #consultantM a,
#gNav li a:hover{
    color:#ff6c00;
}
#gNav #companyM a{
    width:13em;
}

/*----------------------------------------------------
    #pageTitle
----------------------------------------------------*/

#pageTitle {
    background: url(../img/common/mainv_bg.png) repeat-x center center;
    height: 135px;
}

#pageTitle h1 {
    background: url(../img/common/h1_bg.png) no-repeat center center;
    height: 135px;
    text-align: center;
    width: 1126px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: "游明朝", YuMincho, "Sawarabi Mincho", "Ryumin Light KL", "リュウミン L-KL", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 2.91px rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*----------------------------------------------------
    #pagePath
----------------------------------------------------*/

#pagePath {
    position: relative;
    overflow: hidden;
    background: #aab417;
    padding: 3px 0;
}

#pagePath p {
    width: 960px;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
}

#pagePath p a {
    color: #fff;
    text-decoration: none;
}




/*----------------------------------------------------
    #contents
----------------------------------------------------*/

#contents {
    width: 1000px;
    padding: 90px 0 40px 0 ;
    position: relative;
    margin: 0 auto;
}


/*----------------------------------------------------
    #main
        メイン
----------------------------------------------------*/

#main {
}
#main h1{
    font-weight:normal;
    display:block;
    font-size:30px;
    line-height:1;
    margin:0 -500% 50px -500%;
    padding: 50px 500% 0 500%;
    color:#174d2f;
    position:relative;
    height:100px;
}
#main h1::before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    background:url(../img/top/mainv.png) no-repeat left center;
    width: 100%;
    height: 100%;
    z-index:-9;
}
#main h1::after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index:-10;
    margin: 0px -500%;
    padding: 0px 500%;
    background:url(../img/common/bg_main.png) top repeat-x;

}

#main h1 span{
    font-size:20px;
    font-weight:bold;
    display:inline-block;
    padding-left:50px;
}

#main #breadCrumb{
    margin:-77px -500% 50px -500%;
    height:27px;
    font-size:11px;
    line-height:27px;
    position:absolute;
    z-index:100;
    padding: 0 500% 0 500%;
    background:rgba(50,50,50,0.1);
}
#main #breadCrumb a{
    text-decoration:none;
}
#main .catchS{
    font-size:30px;
    line-height:1.5;
    margin-bottom:50px;
}

#main > section {
    margin-bottom: 50px;
}

#main p {
    margin-bottom: 15px;
}

#main p+h2,
#main p+h3,
#main p+h4,
#main p+h5,
#main p+h6,
#main ul+h2,
#main ul+h3,
#main ul+h4,
#main ul+h5,
#main ul+h6,
#main ol+h2,
#main ol+h3,
#main ol+h4,
#main ol+h5,
#main ol+h6 {
    margin-top: 30px;
}

#main section.normalS h2.articleTitle{
    font-size:30px;
    width:auto;
    padding-right:0px;
    line-height:1.5;
    float:none;
    margin-top:0;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: normal;
    margin-bottom: 20px;
}

#main h2.lineTtl{
    border-left:#174d2f 9px solid;
    font-size:30px;
    line-height:1.4;
    font-weight:normal;
    padding-left:20px;
    margin-bottom:30px;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


#main .normalS h3{
    margin-bottom: 15px;
    background-color: #ece9e0;
    font-size:18px;
    border-top:solid 5px #174d2f;
    padding:3px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .normalS h4{
    font-size: 18px;
    padding: 0 0 0 50px;
    margin-top: 25px;
    position: relative;
}

#main .normalS h4:before,
#main .normalS h4:after{
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    font-size: 30px;
    line-height: 1.0;
    background: #4b6c56;
    width: 20px;
    height: 20px;
}

#main .normalS h4:before{
    left: 0;
    opacity: 0.5;
}

#main .normalS h4:after{
    left: 23px;
}

#main .normalS h5{
    background-color:#ff8400;
    display: inline-block;
    color:#fff;
    padding:5px 10px;
    margin-bottom: 15px;
}


#main section.normalS{
    position:relative;
    padding-top:30px;
    clear:both;
    overflow:hidden;
}
#main section.normalS::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 790px;
    height: 1px;
    background: #174d2f;
}


#main section.normalS > *{
    float:right;
    width:790px;
	box-sizing: border-box;
}
#main section.normalS h2{
    font-size:14px;
    width:200px;
    padding-right:10px;
    line-height:1.5;
    float:left;
    margin-top:-35px;
}
#main section.normalS h2 span{
    margin-bottom:5px;
    font-size:50px;
    font-family: Tw Cen MT Condensed, myriad-pro-condensed, sans-serif;
    font-weight:normal;
    line-height:50px;
    color:#174d2f;
    display:block;
}

#main section.normalSL{
    clear:both;
    overflow:hidden;
}
#main section.normalSL h2{
    border-left:#174d2f 9px solid;
    font-size:30px;
    line-height:1.4;
    font-weight:normal;
    padding-left:20px;
    margin-bottom:30px;
}
#main section > h3{
    border-top:#174d2f 5px solid;
    font-size:20px;
    padding:0 20px;
    margin-bottom:30px;
    background:#ece9e0;
}





.arrow{
display: inline-block;
vertical-align: middle;
}
.arrow::before,
.arrow::after{
vertical-align: middle;
}

#main section ul.normalUl li{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
}


#main section ul.normalUl li::before{
    content: "";
    position: absolute;
top: 8px;
left: 0;
margin: auto;

    width: 8px;
    height: 8px;
    background: #174d2f;
}
#main section ul.normalUl li::after{
    content: "";
    position: absolute;
top: 10px;
left: 1px;
margin: auto;

    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}


#main table.profileT {
    border-collapse: collapse;
    text-align: left;
}
#main table.profileT th {
    font-weight: normal;
    vertical-align: top;
    width:25%;
}
#main table.profileT th,
#main table.profileT td {
    padding: 13px 20px;
    vertical-align: top;
}
#main table.profileT tr:nth-child(even) {
}
#main table.profileT tr:nth-child(odd) {
    background: #ece9e0;
}

#main table.profileT td .btnArrowG{
    margin-left:10px;
}

#main section.normalS h2 a{
    text-decoration: none;
}

#main section.normalS h2 a span{
    transition: 0.7s;
}
#main section.normalS h2 a:hover span{
    opacity: 0.7;
    transition: 0.7s;
}

.taxList{
    margin-bottom: 50px;


}

.taxList li{
    padding:0 0 0 20px;
    margin-right: 40px;
    background:url(../img/common/arrow_green.png) no-repeat left center;
    display:inline-block;
    box-sizing: border-box;
}

.memberList{
    margin-bottom: 50px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    flex-wrap:wrap;

}

.memberList li{
    padding:0 20px;
    background:url(../img/common/arrow_green_bottom.png) no-repeat left center;
    width:200px;
    box-sizing: border-box;
}

/*#main section.normalS h2{
    padding-top: 90px;
    margin-top:-125px;
}*/


.bg01 {
    background: #ece9e0;
}

.bg02 {
    background: #a2b8ac url(../img/common/bg02.png) center center;
}

.bg03 {
    background: url(../img/common/bg03.png) center center;
}

#main .lpContents{
    width: auto;
}
#main .lpContents .normalS{
    padding: 30px 0 50px;
}
#main .lpContents .normalS h2{
    width: auto;
    padding:0;
    line-height: 1.5;
    float: none;
    margin: 0 0 50px;
    text-align: center;
}

#main .lpContents .normalS::before{
    content: none;
}
#main .lpContents .normalS > *{
    width: 1200px;
    float: none;
    margin: 0 auto;
}