@charset "utf-8";

/*-------------------------------------------------------
 header
-------------------------------------------------------*/
.mod-lpHeader {
    min-height: 87px;
    position: relative;
    padding: 0 0 0 300px;
    background: #fff;
    border-bottom: 1px solid #e7efef;
}
.mod-lpHeader .logo {
    left: 0;
    padding: 10px 0 10px 20px;
    position: absolute;
    top: 0;
}
.mod-lpHeader .tel {
    position: absolute;
    top: 26px;
    right: 37px;
}



.ui-buttonInquiry {
    margin-top: 40px;
}
.ui-buttonInquiry a {
    display: table;
    width: 400px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background: #174e82;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
.ui-buttonInquiry a .buttonInner {
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 231%; /*30px*/
    font-weight: bold;
}


.ui-buttonRound a {
    display: table;
    width: 360px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
.ui-buttonRound a .buttonInner {
    display: table-cell;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 153.8%; /*20px*/
    font-weight: bold;
}
.ui-buttonRound.buttonJoin a {
    background: #ed6103;
    line-height: 1.3;
}
.ui-buttonRound.buttonInquiry a {
    background: #174e82;
}


/*-------------------------------------------------------
 mod-topContents
-------------------------------------------------------*/
.mod-topContents {
    padding-bottom: 80px;
/*    background: #fff;*/
}
.mod-topContents .mainView {
    position: relative;
    height: 600px;
    background: url(../../../img/pc/page/probb/main_img.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    min-width: 1050px;
}
.mod-topContents .mainView .navi {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.mod-topContents .mainView .navi .naviInner {
    width: 1050px;
    margin: 0 auto;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 9px;
    background: #fff;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearFix */
.mod-topContents .mainView .navi .naviInner:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.ie .mod-topContents .mainView .navi .naviInner {
    zoom: 1;
}

.mod-topContents .mainView .navi .naviInner ul {
    display: table;
    table-layout: auto;
    float: left;
    padding-top: 16px;
}
.mod-topContents .mainView .navi .naviInner ul li {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
}
.mod-topContents .mainView .navi .naviInner ul li p {
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #c9d5d7;
}
.mod-topContents .mainView .navi .naviInner ul li:first-child p {
    border-left: none;
    margin-left: 0;
    padding-left: 35px;
}
.mod-topContents .mainView .navi .naviInner ul li p a {
    font-size: 107.7%; /*14px*/
    text-decoration: none;
    color: #111;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mod-topContents .mainView .navi .naviInner .buttonCell {
    width: 160px;
    float: right;
}
.mod-topContents .mainView .navi .naviInner .buttonCell a {
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 160px;
    padding: 16px 0;
    background: #ed6103;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 107.7%; /*14px*/
    text-decoration: none;
}
.mod-topContents .mainView .heading {
    text-align: center;
    position: absolute;
    top: 230px;
    left: 0;
    width: 100%;
}
.mod-topContents .mainView .heading span {
    font-weight: bold;
    font-size: 308%; /*40px*/
    color: #fff;
    line-height: 1.2;
}
.mod-topContents .mainView .heading span.strong {
    font-size: 610%; /*80px*/
}
.mod-topContents .info {
    background: #111;
}
.mod-topContents .info .modInner {
    margin: 0 auto;
    width: 1050px;
}
.mod-topContents .info dl {
    display: table;
    width: 100%;
    padding: 15px 0;
}
.mod-topContents .info dl dt,
.mod-topContents .info dl dd {
    display: table-cell;
    vertical-align: middle;
}
.mod-topContents .info dl dt {
    width: 110px;
    font-size: 110%;
}
.mod-topContents .info .label {
    display: block;
    text-align: center;
    background: #fff;
    width: 90px;
    color: #111;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 0;
}
.mod-topContents .info a {
    text-decoration: none;
    display: block;
    position: relative;
}
.mod-topContents .info a:after {
    content: " ";
    display: block;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    background: url(../../../img/pc/page/probb/info_arrow.png) no-repeat left top;
}
.mod-topContents .info .date {
    color: #666;
}
.mod-topContents .info a .text {
    color: #fff;
}
.mod-topContents .info a:hover .text {
    text-decoration: underline;
}
.mod-topContents .banner {
    width: 1050px;
    margin: 40px auto 0;
}


/*-------------------------------------------------------
 mod-about
-------------------------------------------------------*/
.mod-about {
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px solid #c9d5d7;
    background: #fff;
}
.mod-about .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    overflow: hidden;
}
.mod-about .heading {
    color: #ed6103;
    font-size: 323%; /*42px*/
    text-align: center;
}
.mod-about .description {
    font-size: 123.5%; /*16px*/
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
.mod-about .description .note {
    font-size: 70%; /*10px*/
    position: relative;
    top: -5px;
}
.mod-about .aboutDetail {
    display: table;
    width: 1110px;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin-left: -30px;
    margin-top: 35px;
}
.mod-about .aboutDetail .item {
    display: table-cell;
    width: 330px;
    border: 1px solid #c9d5d7;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mod-about .aboutDetail .item .text {
    padding: 20px 0 60px;
    margin: 0 30px;
    border-top: 1px solid #c9d5d7;
    text-align: left;
    line-height: 1.7;
    color: #666;
}


/*-------------------------------------------------------
 mod-example
-------------------------------------------------------*/
.mod-example {
    padding-top: 80px;
    padding-bottom: 120px;
    border-top: 1px solid #c9d5d7;
    background: #f7fafa;
}
.mod-example .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
}
.mod-example h3.heading {
    color: #ed6103;
    font-size: 323%; /*42px*/
    text-align: center;
}
.mod-example .description {
    font-size: 123.5%; /*16px*/
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
.mod-example .itemWrap {
    margin-top: 35px;
    overflow: hidden;
}
.mod-example .itemLine {
    margin-top: 30px;
    display: table;
    width: 1110px;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin-left: -30px;
}
.mod-example .itemLine .item {
    display: table-cell;
    width: 510px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 29px 45px;
    vertical-align: top;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}
.mod-example .itemLine .item .itemTitle {
    padding-bottom: 25px;
    border-bottom: 1px solid #c9d5d7;
    text-align: center;
}
.mod-example .itemLine .item .itemTitle .sub {
    font-size: 123.5%; /*16px*/
    font-weight: bold;
}
.mod-example .itemLine .item .itemTitle .sub.sub1 {
    color: #3b4f78;
}
.mod-example .itemLine .item .itemTitle .sub.sub2 {
    color: #8d7e67;
}
.mod-example .itemLine .item .itemTitle .name {
    font-weight: bold;
    color: #111;
    font-size: 184.6%; /*24px*/
    line-height: 1.2;
    margin-top: 10px;
}
.mod-example .itemLine .item .itemDetail {
    padding: 30px 30px 0;
}
.mod-example .itemLine .item .itemDetail .txt {
    margin-top: 25px;
    line-height: 1.7;
    font-size: 107.7%; /*14px*/
    color: #666;
}
.mod-example .itemLine .item .itemDetail .button {
    margin: 25px auto 0;
    width: 200px;
    background: #174e82;
    height: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 107.7%; /*14px*/
    font-weight: bold;
    text-align: center;
    padding-top: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mod-example .itemLine .item .modalImg {
    display: none;
}
.mod-example .compareCol {
    margin-top: 100px;
}
.mod-example .compareCol h4.heading {
    background: #98a7aa;
    color: #fff;
    text-align: center;
    border: 1px solid #c9d5d7;
    font-size: 153.8%; /*20px*/
    padding: 14px 0;
    font-weight: bold;
}
.mod-example .compareCol .compareTable {
    margin-top: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #c9d5d7;
    border-bottom: 1px solid #c9d5d7;
    border-collapse: collapse;
    table-layout: fixed;
}
.mod-example .compareCol .compareTable .col1 {
    width: 200px;
}
.mod-example .compareCol .compareTable .col3,
.mod-example .compareCol .compareTable .col4,
.mod-example .compareCol .compareTable .col5 {
    width: 160px;
}
.mod-example .compareCol .compareTable th,
.mod-example .compareCol .compareTable td {
    border-top: 1px solid #c9d5d7;
    border-left: 1px solid #c9d5d7;
    text-align: center;
    vertical-align: middle;
    font-size: 123.5%; /*16px*/
}
.mod-example .compareCol .compareTable th {
    background: #eff5f5;
    padding: 15px 0;
}
.mod-example .compareCol .compareTable .blank {
    border-top: none;
    border-left: none;
    background: none;
}
.mod-example .compareCol .compareTable .companyRow th {
    line-height: 1.5;
}
.mod-example .compareCol .compareTable .th {
    font-weight: bold;
}
.mod-example .compareCol .compareTable .note {
    font-size: 75%; /*12px*/
}
.mod-example .compareCol .compareTable .check,
.mod-example .compareCol .compareTable .checkHomes {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 4px solid #98a7aa;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.mod-example .compareCol .compareTable .checkHomes {
    border-color: #ed6103;
}
.mod-example .compareCol .noteList {
    line-height: 1.6;
    color: #666;
    font-size: 92.3%; /*12px*/
    margin-top: 15px;
}


.modalCover {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 60;
    display: none;
}
.modal {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 840px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -420px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    z-index: 61;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.modal .modalClose {
    position: absolute;
    top: -80px;
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../../../img/pc/page/probb/modal_close.png) no-repeat left top;
    cursor: pointer;
    z-index: 62;
}
.modal .modalInr {
    padding: 27px 29px 58px;
}
.modal .modalInr .itemTitle {
    padding-bottom: 25px;
    border-bottom: 1px solid #c9d5d7;
    text-align: center;
}
.modal .modalInr .itemTitle .sub {
    font-size: 123.5%; /*16px*/
    font-weight: bold;
}
.modal .modalInr .itemTitle .sub.sub1 {
    color: #3b4f78;
}
.modal .modalInr .itemTitle .sub.sub2 {
    color: #8d7e67;
}
.modal .modalInr .itemTitle .name {
    font-weight: bold;
    color: #111;
    font-size: 184.6%; /*24px*/
    line-height: 1.2;
    margin-top: 10px;
}
.modal .modalInr .itemDetail {
    padding: 30px 30px 0;
}
.modal .modalInr .itemDetail .img img {
    display: none;
}
.modal .modalInr .itemDetail .img .modalImg {
    display: inline;
}
.modal .modalInr .itemDetail .txt {
    margin-top: 25px;
    line-height: 1.7;
    font-size: 107.7%; /*14px*/
    color: #666;
}


/*-------------------------------------------------------
 mod-movie
-------------------------------------------------------*/
.mod-movie {
    background: url(../../../img/pc/page/probb/movie_img.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 75px 0;
    min-width: 1050px;
}
.mod-movie .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: center;
}
.mod-movie .heading {
    color: #fff;
    font-weight: bold;
    font-size: 231%; /*30px*/
}
.mod-movie .movieWrap {
    width: 640px;
    margin: 30px auto 0;
}



/*-------------------------------------------------------
 mod-function
-------------------------------------------------------*/
.mod-function {
    padding-top: 80px;
    padding-bottom: 115px;
    border-top: 1px solid #c9d5d7;
    background: #f7fafa;
}
.mod-function .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    overflow: hidden;
}
.mod-function h3.heading {
    color: #ed6103;
    font-size: 323%; /*42px*/
    text-align: center;
}
.mod-function .description {
    font-size: 123.5%; /*16px*/
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
.mod-function .funcImg {
    text-align: center;
    margin-top: 25px;
}
.mod-function .imgText {
    text-align: center;
    margin-top: 30px;
    color: #ed6103;
    font-size: 123.5%; /*16px*/
}
.mod-function .functionDetailWrap {
    margin-top: 40px;
    display: table;
    width: 100%;
    width: 1110px;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin-left: -30px;
}
.mod-function .functionDetailWrap .functionDetail {
    display: table-cell;
    width: 510px;
    vertical-align: top;
}
.mod-function .functionDetail .detailTitle {
    color: #fff;
    font-weight: bold;
    font-size: 153.8%; /*20px*/
    padding: 13px 0;
    border: 1px solid #c9d5d7;
    text-align: center;
}
.mod-function .functionDetail .listWrap dl {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9d5d7;
}
.mod-function .functionDetail .listWrap dl dt {
    float: left;
    width: 150px;
}
.mod-function .functionDetail .listWrap dl dt .label {
    width: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: -2px;
    background: #fff;
}
.mod-function .functionDetail .listWrap dl dd {
    overflow: hidden;
    font-size: 107.7%; /*14px*/
    line-height: 1.7;
    color: #666;
}
.mod-function .functionDetail .listWrap dl dd .noteList li {
    font-size: 86%; /*12px*/
}
.mod-function .functionDetail .listWrap dl dd ul li .icon {
    float: left;
    display: block;
}
.mod-function .functionDetail .listWrap dl dd ul li .text {
    overflow: hidden;
    display: block;
}
.mod-function .functionDetail.detail1 .detailTitle {
    background: #3b4f78;
}
.mod-function .functionDetail.detail1 .listWrap dl dt .label {
    border: 2px solid #3b4f78;
    color: #3b4f78;
}
.mod-function .functionDetail.detail2 .detailTitle {
    background: #8d7e67;
}
.mod-function .functionDetail.detail2 .listWrap dl dt .label {
    border: 2px solid #8d7e67;
    color: #8d7e67;
}
.mod-function .optionCol {
    margin-top: 60px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    padding: 40px 29px 55px;
    background: #fff;
}
.mod-function .optionCol .colTitle {
    font-size: 153.8%; /*20px*/
    font-weight: bold;
    padding-bottom: 35px;
    border-bottom: 1px solid #c9d5d7;
    text-align: center;
}
.mod-function .optionCol .colDetailWrap {
    display: block;
    width: 100%;
    margin-top: 35px;
}
.mod-function .optionCol .colDetailWrap .detailCell {
    display: table-cell;
    vertical-align: top;
    width: 495px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}
.mod-function .optionCol .colDetailWrap .detailCell:first-child {
    padding-right: 35px;
}
.mod-function .optionCol .colDetailWrap .detailCell:last-child {
    padding-left: 35px;
}
.mod-function .optionCol .detailCell .detail {
    margin-top: 20px;
}
.mod-function .optionCol .detailCell .detail:first-child {
    margin-top: 0;
}
.mod-function .optionCol .detailCell .detail .sub {
    font-size: 107.7%; /*14px*/
    font-weight: bold;
}
.mod-function .optionCol .detailCell .detail .sub.sub1 {
    color: #3b4f78;
}
.mod-function .optionCol .detailCell .detail .sub.sub2 {
    color: #8d7e67;
}
.mod-function .optionCol .detailCell .detail .title {
    font-weight: bold;
    font-size: 123.5%; /*16px*/
    margin-top: 8px;
}
.mod-function .optionCol .detailCell .detail .detailCts {
    line-height: 1.7;
    color: #666;
}
.mod-function .optionCol .detailCell .detail .detailCts p {
    margin-top: 15px;
    font-size: 107.7%; /*14px*/
}



/*-------------------------------------------------------
 mod-use
-------------------------------------------------------*/
.mod-use {
    padding-top: 80px;
    padding-bottom: 115px;
    border-top: 1px solid #c9d5d7;
    background: #fff;
}
.mod-use .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    overflow: hidden;
}
.mod-use h3.heading {
    color: #ed6103;
    font-size: 323%; /*42px*/
    text-align: center;
}
.mod-use .description {
    font-size: 123.5%; /*16px*/
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
.mod-use .itemWrap {
    margin-top: 40px;
    display: table;
    width: 1110px;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin-left: -30px;
}
.mod-use .itemWrap .item {
    display: table-cell;
    width: 510px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 29px 35px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mod-use .itemWrap .item .itemTitle {
    padding-bottom: 25px;
    border-bottom: 1px solid #c9d5d7;
    text-align: center;
    font-size: 123.5%; /*16px*/
    font-weight: bold;
}
.mod-use .itemWrap .item .itemDetail {
    padding: 10px 30px 0;
    line-height: 1.7;
}
.mod-use .itemWrap .item .itemDetail p {
    margin-top: 15px;
}
.mod-use .itemWrap .item .itemDetail dl {
    text-align: center;
}
.mod-use .itemWrap .item .itemDetail dl dt {
    margin-top: 40px;
}
.mod-use .itemWrap .item .itemDetail dl dt:first-child {
    margin-top: 15px;
}
.mod-use .itemWrap .item .itemDetail dl dd {
    margin-top: 17px;
}



/*-------------------------------------------------------
 mod-appli
-------------------------------------------------------*/
.mod-appli {
    padding-top: 80px;
    padding-bottom: 115px;
    border-top: 1px solid #c9d5d7;
    background: #f7fafa;
}
.mod-appli .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    overflow: hidden;
}
.mod-appli h3.heading {
    color: #ed6103;
    font-size: 323%; /*42px*/
    text-align: center;
}
.mod-appli .description {
    font-size: 123.5%; /*16px*/
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
.mod-appli .itemWrap {
    display: table;
    width: 1110px;
    border-collapse: separate;
    border-spacing: 30px 0;
    margin-left: -30px;
    margin-top: 40px;
}
.mod-appli .itemWrap .item {
    display: table-cell;
    width: 330px;
    border: 1px solid #c9d5d7;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.mod-appli .itemWrap .item .text {
    padding: 20px 0 55px;
    margin: 0 30px;
    border-top: 1px solid #c9d5d7;
    text-align: left;
    line-height: 1.7;
}
.mod-appli .itemWrap .item .text dt {
    font-weight: bold;
    font-size: 123.5%; /*16px*/
}
.mod-appli .itemWrap .item .text dd {
    font-size: 107.7%; /*14px*/
    margin-top: 10px;
    color: #666;
}
.mod-appli .linkCol {
    margin-top: 40px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 59px 50px;
    background: #fff;
}
.mod-appli .linkCol .colInner {
    display: table;
    width: 100%;
}
.mod-appli .linkCol .colInner .linkDetail {
    display: table-cell;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.mod-appli .linkCol .colInner .linkDetail:first-child {
    padding-right: 40px;
}
.mod-appli .linkCol .colInner .linkDetail:last-child {
    padding-left: 40px;
}
.mod-appli .linkCol .colInner .linkDetail dt {
    font-size: 116%; /*15px*/
    color: #fff;
    background: #111;
    text-align: center;
    padding: 8px 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.mod-appli .linkCol .colInner .linkDetail dd {
    display: table;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.mod-appli .linkCol .colInner .linkDetail dd .qr {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 110px;
}
.mod-appli .linkCol .colInner .linkDetail dd .button {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.mod-appli .linkCol .text {
    text-align: center;
    margin-top: 35px;
    font-size: 107.7%; /*14px*/
    color: #666;
}



/*-------------------------------------------------------
 mod-campaign
-------------------------------------------------------*/
.mod-campaign {
    padding-top: 80px;
    padding-bottom: 115px;
    border-top: 1px solid #c9d5d7;
    background: #fff;
}
.mod-campaign .modInner {
    margin: 0 auto;
    width: 1050px;
    text-align: left;
    overflow: hidden;
}
.mod-campaign h3.heading {
    color: #ed6103;
    font-size: 323%; /*42px*/
    text-align: center;
}
.mod-campaign .description {
    font-size: 123.5%; /*16px*/
    text-align: center;
    line-height: 1.6;
    margin-top: 30px;
}
.mod-campaign .campaignContents {
    margin-top: 35px;
}
.mod-campaign .inquiryCol {
    margin-top: 80px;
    background: #ed6103;
    border: 5px solid #ed6103;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mod-campaign .inquiryCol .colTitle {
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 30px 0;
    font-size: 231%; /*30px*/
}
.mod-campaign .inquiryCol .colInner {
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 28px 0 45px;
    text-align: center;
}
.mod-campaign .inquiryCol .colInner .text {
    font-size: 139%; /*18px*/
    color: #ed6103;
    line-height: 1.5;
}
.mod-campaign .inquiryCol .colInner .tel {
    margin-top: 25px;
}
.mod-campaign .inquiryCol .colInner .buttonInquiry {
    margin-top: 30px;
}


/*-------------------------------------------------------
 New bb 2016/12/09
-------------------------------------------------------*/
/* Common */
body {
    font-family: inherit;
    line-height: 1.6;
    min-width: 1050px;
    position: relative;
    background-color: #fff !important;
}
img {
    max-width: 100%;
}
b,
strong {
    font-weight: bold;
}
sup {
    vertical-align: super;
    font-size: smaller;
    line-height: 0;
}
small {
    font-size: small;
}
.disabled {
    pointer-events: none;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
    visibility: hidden;
}
.i-item {
    display: inline-block;
    vertical-align: middle;
}
.i-item:not(:first-child) {
    margin-left: 0.5em;
}
.container {
    width: 1050px;
    margin: 0 auto;
}
.annot {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

/* Scroll */
.scroll {
    position: absolute;
    border-radius: 50%;
    bottom: 4%;
    color: #fff !important;
    border: 1px solid;
    cursor: pointer;
    left: calc(50% - 20px);
    text-align: center;
    font-size: 26px;
    width: 45px;
    height: 45px;
}
.scroll i {
    border-radius: 50%;
    font-weight: bold;
    padding: 9px;
}

/* Breadcrumb */
.bb-breadcrumb {
    position: absolute;
    top: 0;
    padding: 1em 0;
    width: 100%;
    max-width: 1050px;
}
.bb-breadcrumbList__item {
    float: left;
    position: relative;
}
.bb-breadcrumbList__item:not(:first-child) {
    margin-left: 0.75em;
    padding-left: 0.75em;
}
.bb-breadcrumbList__item:not(:first-child):before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    font-size: 125%;
    top: 0.15em;
    left: -0.15em;
}
.bb-breadcrumbList__item a {
    color: inherit;
}
.bb-breadcrumbList__item a:hover {
    text-decoration: none;
}
.bb-breadcrumbList__txt {
    max-width: 70em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

/* Button */
.btn {
    display: inline-block;
    padding: 6px 0 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}
.bb-headerBtn--inq {
    width: 150px;
    background-color: #394263;
    color: #fff !important;
    font-size: 16px;
}
.bb-headerBtn--login {
    width: 100px;
    background-color: #ed6103;
    color: #fff !important;
    font-size: 16px;
}
.btn--inq {
    display: block;
    margin: 0 auto;
    width: 380px;
    background-color: #394263;
    color: #fff !important;
    font-size: 26px;
    padding: 16px 10px 14px;
}
.btn--login {
    display: block;
    margin: 0 auto;
    width: 380px;
    background-color: #ed6103;
    color: #fff !important;
    font-size: 22px;
    padding: 11px 5px 9px;
}
.bb-headerBtn--inq:hover,
.btn--inq:hover {
    background-color: #1f2437 !important;
}
.bb-headerBtn--login:hover,
.btn--login:hover {
    background-color: #9b3e01 !important;
}
.btn-row {
    margin-top: 20px;
}

/* Page top */
.bb-pageTop {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 35px;
    right: 5px;
    text-align: center;
    color: #394263;
    border-radius: 50%;
    text-decoration: none;
    z-index: 9999;
    cursor: pointer;
    visibility: hidden;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 6px 0;
    box-sizing: border-box;
}
.bb-pageTop:hover {
    border-color: #394263;
}
.bb-pageTop i,
.bb-pageTop b {
    display: block;
}
.bb-pageTop i {
    font-size: 30px;
    line-height: 15px;
}

/* bb section */
.bb-section {
    padding: 80px 0;
}
.bb-caseSection {
    padding: 60px 0;
}
.bb-caseSection:not(.bb-caseProfile) {
    border-top: 1px solid #ccc;
}
.bb-caseProfile{
    padding: 0 0 30px 0;
}

/* bb link */
.bb-link {
    color: #ed6103 !important;
    text-decoration: underline;
}
.bb-link:hover {
    text-decoration: none;
}

/* bb title */
.bb-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}
.bb-title__title {
    font-size: 44px;
}

/* bb half */
.bb-halfCont__item {
    width: calc(50% - 30px);
}
.bb-halfCont__item:not(:first-child):nth-child(odd) {
    clear: both;
}
.bb-halfCont__item:nth-child(odd) {
    float: left;
}
.bb-halfCont__item:nth-child(even) {
    float: right;
}

/* bb main text */
.bb-mainTxt {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 20px;
}

/* bb case title */
.bb-caseTitle {
    background-color: #eee;
    text-align: center;
    padding: 50px 0;
    position: relative;
}
.bb-caseTitle__head {
    font-size: 18px;
}
.bb-caseTitle__name {
    font-size: 36px;
}
.bb-caseTitle__leadtxt {
    text-align: center;
    font-size: 24px;
    color: #ed6103;
}
.bb-caseSectionTitle {
    text-align: center;
    font-size: 28px;
}
.bb-caseSectionTitle__inner {
    display: inline-block;
    border-bottom: 3px solid #ed6103;
}

/* Header */
.bb-headerSpace {
    height: 121px;
}
.bb-headerSpace--forLpTop {
    height: 161px;
}
.mod-global .homesBar {
    line-height: 1;
}
.mod-global .homesBar .message .copy {
    /* font-familyを初期化 */
    font-family: initial;
}
.bb-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1050px;
    border-bottom: 1px solid #c1c1c1;
    z-index: 9999;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
}
.bb-header--forLpTop {
    height: 160px;
    transition: height .3s ease 0s;
}
.bb-header--forLpTop.scrolled {
    height: 120px;
    transition: height .3s ease 0s;
}
.bb-headCont {
    padding: 16px 20px 16px;
}
.bb-headLogo {
    float: left;
    width: 272px;
    margin-left: -20px;
}
.bb-headLogo a {
    display: block;
}
.bb-headLogo a img {
    width: inherit;
    height: inherit;
}
.bb-headInqArea {
    padding-top: 14px;
    float: right;
}

/* head nav */
.bb-headNav {
    float: right;
    padding: 0 20px;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    transition: margin-top .3s ease 0s, opacity .3s ease 0s, visibility .3s ease 0s;
}
.bb-header--forLpTop.scrolled .bb-headNav {
    padding-bottom: 0;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition: margin-top .3s ease 0s, opacity .1s ease 0s, visibility .1s ease 0s;
}
.bb-headNav ul li {
    display: block;
    float: left;
}
.bb-headNav ul li:not(:last-child) {
    padding-right: 1em;
}
.bb-headNav ul li:not(:first-child) {
    padding-left: 1em;
    border-left: 1px solid #ccc;
}
.bb-headNav ul li a {
    color: #333 !important;
    text-decoration: none;
}
.bb-headNav ul li a:hover {
    color: #ed6103 !important;
}

/* Main */
#main * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    font-weight: normal;
}
.bb-main {
    min-height: 1000px;
}
.bb-main--forTop {
    visibility: hidden;
}

/* Main top */
.bb-mainTop {
    position: relative;
    background-image: url(../../../img/pc/page/probb/main_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 605px;
    min-height: 605px;
}
.bb-mainTop__img {
    float: left;
    width: 575px;
}
.bb-mainTopTitle {
    float: right;
    color: #fff;
    width: calc(100% - 575px);
    font-size: 21px;
    padding-top: 0;
    padding-left: 50px;
}
.bb-mainTopTitle__title {
    font-size: 38px;
    margin-top: 10px;
    line-height: 1.4;
}
.bb-mainTopTitle__title .em {
    font-size: 53px;
    font-weight: normal;
}
.bb-mainTopAnnot {
    margin-top: 80px;
}
.bb-mainTopAnnot .annot {
    font-size: 11px;
}
.bb-mainTopTitle__logo {
    margin-top: 35px;
}
.main-topBtn {
    padding: 55px 0;
    border-bottom: 1px solid #aaa;
}

/* Main About */
.bb-mainAboutHead {
    text-align: center;
    padding: 6px 0 4px;
    font-size: 24px;
    border-radius: 5px;
}
.bb-mainAboutTitle {
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
}
.bb-mainAboutExp {
    font-size: 16px;
    line-height: 35px;
}
.bb-mainAboutImg {
    margin-top: 30px;
    height: 235px;
    text-align: center;
}
.bb-mainAboutImg__img--02 {
    padding-top: 11px;
}
.bb-mainAboutHead--forEst {
    border: 1px solid #346b88;
    color: #346b88;
}
.bb-mainAboutHead--forMain {
    border: 1px solid #ed6103;
    color: #ed6103;
}
.bb-mainAboutTitle--forEst {
    color: #346b88;
}
.bb-mainAboutTitle--forMain {
    color: #ed6103;
}

/* Main Func */
.bb-mainFunc {
    background-color: #eee;
}
.bb-mainFuncExp {
    padding-top: 165px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    background-image: url(../../../img/pc/page/probb/free.png);
    background-repeat: no-repeat;
    background-position: center 20px;
}
.bb-mainFuncTitle {
    text-align: center;
    font-size: 24px;
    padding: 6px 0 4px;
    border-radius: 5px;
}
.bb-mainFuncTitle--forEst {
    background-color: #fff;
    border: 1px solid #346b88;
    color: #346b88;
}
.bb-mainFuncTitle--forMain {
    background-color: #fff;
    border: 1px solid #ed6103;
    color: #ed6103;
}
.bb-mainFuncHead {
    text-align: center;
    margin: 30px 0 10px;
    font-size: 20px;
}
.bb-mainFuncHead--forEst {
    color: #346b88;
}
.bb-mainFuncHead--forMain {
    color: #ed6103;
}
.bb-mainFunc__item {
    background-color: #fff;
    padding: 15px;
    width: calc(50% - 5px);
    height: 120px;
    border-radius: 2px;
}
.bb-mainFunc__item:nth-child(n+3) {
    margin-top: 10px;
}
.bb-mainFuncSubTitle {
    font-size: 15px;
    margin-bottom: 5px;
}
.bb-mainFuncSubTitle--forEst {
    color: #346b88;
}
.bb-mainFuncSubTitle--forMain {
    color: #ed6103;
}
.annot.bb-mainFuncAnnot {
    text-align: center;
    margin-top: 30px;
}

/* Main Exp */
#bb-exampleArea {
    padding: 4px;
}
.bb-mainExp__item {
    width: calc(50% - 10px);
    border: 1px solid #ccc;
}
.bb-mainExp__item:hover {
    border-color: transparent;
    box-shadow: 0 0 0 3px #394263;
}
.bb-mainExp__item:nth-child(n+3) {
    margin-top: 20px;
}
.bb-mainExpPhoto {
    width: 165px;
    float: left;
    overflow: hidden;
}
.bb-mainExpLett {
    width: calc(100% - 165px);
    height: 175px;
    float: left;
    padding: 15px 30px 15px 15px;
    position: relative;
}
.bb-mainExpIcon {
    width: 50px;
    text-align: center;
    color: #fff;
    padding: 3px 0 2px;
    display: inline-block;
}
.bb-mainExpIcon.expEst {
    background-color: #346b88;
}
.bb-mainExpIcon.expMain {
    background-color: #ed6103;
}
.bb-mainExpLett:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    color: #000;
    top: calc(50% - 6px);
    right: 10px;
}
.bb-mainExpTitle {
    color: #000;
    font-size: 17px;
    margin: 7px 0 10px;
}
.bb-mainExpLett__lett {
    color: #000;
}

/* Main Intro */
.bb-mainIntro {
    background-color: #eee;
}
.bb-mainIntro__movie {
    text-align: center;
}
#bb-mainIntroMovie {
    width: 660px;
    height: 400px;
}
.bb-mainIntro__btn {
    margin-top: 30px;
}

/* Main Use */
.bb-mainUse {
    background-color: #eee;
}
.bb-mainUseSubTitle {
    line-height: 2.2;
    font-size: 14px;
    margin-top: 10px;
}
.bb-mainUseTitle {
    text-align: center;
    font-size: 17px;
    padding: 16px 0 14px;
    border: 1px solid #ccc;
    border-radius: 12px;
    position: relative;
}
.bb-mainUseTitle:after {
    content: url(../../../img/pc/page/probb/triangle.png);
    position: absolute;
    left: calc(50% - 12px);
    bottom: -7px;
    width: 20px;
    height: 13px;
    display: block;
}
.bb-mainUse .bb-halfCont{
    padding: 40px 20px;
    background: #fff;
    border-radius: 2px;
}
.bb-mainUseTxt {
    margin-top: 40px;
    text-align: center;
}
.bb-mainUse__img {
    margin: 20px auto 0;
    width: 400px;
    border: 1px solid #ccc;
}
.bb-mainUse__btn .btn {
    padding: 16px 10px 14px;
    font-size: 23px;
    width: 400px;
}
.bb-subBtnTxt{
    font-size: 20px;
}

/* Main Appli */
.bb-mainAppliSubTitle {
    line-height: 2.2;
    font-size: 14px;
    margin-top: 10px;
}
.bb-mainAppliDesc__item {
    width: calc( (100% / 3) - 30px );
    height: 380px;
    float: left;
    margin: 0 15px;
    padding: 20px;
    border: 1px solid #ccc;
}
.bb-mainAppliDesc__title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
    color: #394263;
}
.bb-mainAppliImg {
    height: 170px;
    overflow: hidden;
    text-align: center;
}
.bb-mainAppliTxt {
    min-height: 100px;
}
.bb-mainAppliDL {
    width: calc(100% - 30px);
    margin: 30px auto 0;
    background-color: #eee;
    border-radius: 2px;
    padding: 30px;
    text-align: center;
}
.bb-mainAppliDL__title {
    color: #fff;
    text-align: center;
    background-color: #333;
    padding: 2px 0;
    border-radius: 5px;
    font-size: 19px;
}
.bb-mainAppliDL__cont {
    text-align: center;
    margin-top: 15px;
}
.bb-mainAppliDL__cont a {
    display: inline-block;
    text-decoration: none;
}
.bb-mainAppliDL__cont a:hover {
    opacity: 0.7;
}
.bb-mainAppliDL__cont img {
    vertical-align: middle;
}
.bb-mainAppliDL__cont img:not(:first-child) {
    margin-left: 15px;
}
.bb-mainAppliDL__small {
    margin-top: 15px;
    display: block;
}
.bb-mainAppli__btn {
    margin-top: 60px;
}

/* Case Intro */
.bb-caseIntroDtl {
    margin-top: 30px;
}
.bb-caseIntroDtl__img {
    width: 250px;
    float: left;
}
.bb-caseIntroDtlLett {
    width: calc(100% - 250px);
    float: right;
    padding-left: 35px;
}
.bb-caseIntroDtlLett__jobs {
    line-height: 1.4;
}
.bb-caseIntroDtlLett__name {
    font-size: 15px;
    line-height: 2;
}
.bb-caseIntroDtlLett__lett {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.8;
}

/* Case Conclution */
.bb-caseConcSmy {
    background-color: #eee;
    padding: 20px;
}
.bb-caseConcSmy__img {
    width: 260px;
    float: left;
}
.bb-caseConcSmyLett {
    width: calc(100% - 260px);
    float: right;
    padding-left: 30px;
}
.bb-caseConcSmyLett__icon {
    width: 50px;
    text-align: center;
    color: #fff;
    padding: 3px 0 2px;
    display: inline-block;
}
.bb-caseConcSmyLett__icon.expEst {
    background-color: #346b88;
}
.bb-caseConcSmyLett__icon.expMain {
    background-color: #ed6103;
}
.bb-caseConcSmyLett__name {
    font-size: 17px;
    margin-top: 0.4em;
}
.bb-caseConcSmyLett__lett {
    margin-top: 1em;
}
.bb-caseConcSmyLett__link a {
    color: inherit;
}
.bb-caseConcSmyLett__link a:hover {
    text-decoration: none;
}

/* Case Cont */
.bb-caseCont {
    margin-top: 60px;
}
/* 使わないかも */
.bb-caseCont__title {
    color: #ed6103;
    font-size: 21px;
}
.bb-caseContTxt {
    margin-top: 10px;
}
.bb-left-40 {float:left; width:40%; padding: 10px;}
.bb-left-50 {float:left; width:50%; padding: 10px;}
.bb-left-60 {float:left; width:60%; padding: 10px;}
.bb-100 {width:100%; padding: 10px;}
.bb-clear {clear: both;}
.bb-center {text-align: center;}
.bb-img-full img {width: 100%;}

/* Bottom Btn */
.bb-bottomBtn {
    padding-bottom: 80px;
    text-align: center;
}
.bb-bottomBtn .bb-headerBtn--inq {
    font-size: 27px;
    width: 320px;
    padding: 15px 10px;
}
.bb-bottomBtn .i-item:not(:first-child) {
    margin-left: 1em;
}
.bb-suptext{
    font-size: 12px;
    display: block;
}