@charset "UTF-8";

#keyvisual {
    background-image: url('../img/businessphone/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#index {
    margin-bottom: 7%;
}

#index .inner .ttl {
    margin-bottom: 10px;
}

#index .inner .ttlMenu {
    position: relative;
    top: 20px;
    display: table;
    font-size: 160%;
    font-weight: bold;
    color: #41ABC4;
    background-color: #fff;
    padding: 0 40px;
    margin: -20px auto 0;
}

#index .list {
    padding: 10px;
}

#index .list > li {
    display: flex;
    margin-bottom: 20px;
}

#index .list > li::before {
    content: "\00B7";
    font-size: 300%;
    color: #4EAEB2;
    font-weight: bold;
    width: 14px;
    line-height: 21px;
    display: inline-block; 
}

#index .list > li > a {
    text-decoration: none;
}

#index .list > li > a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #index .inner .ttlMenu {
        top: 20px;
        font-size: 140%;
        margin: -20px auto 0;
    }
    #index .list {
        padding: 0 10px;
    }
    #index .list > li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #index .inner .ttlMenu {
        top: 20px;
        font-size: 110%;
        margin: -20px auto 0;
    }
}

#knowledge01,
#knowledge02,
#knowledge03,
#knowledge04,
#knowledge05,
#knowledge05-1,
#knowledge06,
#knowledge07,
#knowledge08,
#knowledge09,
#knowledge10,
#knowledge11,
#knowledge12,
#knowledge13,
#knowledge14 {
    margin-bottom: 7%;
}

#knowledge01 > .inner,
#knowledge02 > .inner,
#knowledge04 > .inner,
#knowledge05 > .inner,
#knowledge06 > .inner,
#knowledge07 > .inner,
#knowledge08 > .inner,
#knowledge13 > .inner,
#knowledge > .inner {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
}

#knowledge01 .inner > .txt,
#knowledge02 .inner > .txt,
#knowledge04 .inner > .txt,
#knowledge06 .inner > .txt,
#knowledge13 .inner > .txt {
    font-size: 100%;
}

@media screen and (max-width: 767px) {
    #knowledge01 .inner > .txt,
    #knowledge02 .inner > .txt,
    #knowledge04 .inner > .txt,
    #knowledge06 .inner > .txt,
    #knowledge13 .inner > .txt {
        font-size: 90%;
    }
}

#knowledge03 .txt {
    font-size: 100%;
}

#knowledge03 > .content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#knowledge03 > .content > .cont01 {
    max-width: 500px;
    width: calc(50% - 100px);
    box-sizing: border-box;
}

#knowledge03 > .content > .cont02 {
    position: relative;
    width: 50%;
    background-image: url('../img/businessphone/trianger2.jpg');
    background-repeat: repeat;
    background-position: center center;
    margin-left: 100px;
    box-sizing: border-box;
}

#knowledge03 > .content > .cont02::after {
    position: absolute;
    top: 0;
    left: -100px;
    content: '';
    display: block;
    width: 100px;
    height: 100%;
    background-image: url('../img/businessphone/trianger.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 100%;
}

#knowledge03 > .content > .cont02 .area {
    max-width: 600px;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}

#knowledge03 > .content > .cont02 .area > .ttl {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    margin-top: -50px;
}

#knowledge03 > .content > .cont02 .area > .list {
    margin-bottom: 20px;
}

#knowledge03 > .content > .cont02 .area > .list > li {
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px dotted #707070;
}

#knowledge03 > .content > .cont02 .area > .list > li:last-child {
    border: none ;
}

@media screen and (max-width: 1250px) {
    #knowledge03 > .content > .cont01 {
        padding-left: 2%;
    }

    #knowledge03 > .content > .cont02 {
        padding-right: 2%;
    }
}

@media screen and (max-width: 1000px) {
    #knowledge03 > .content > .cont01,
    #knowledge03 > .content > .cont02 {
        max-width: none;
        width: 100%;
        padding: 0 2%;
        margin: 30px 0;
    }
    #knowledge03 > .content > .cont02 .area {
        max-width: none;
    }
    #knowledge03 > .content > .cont02 .area > .ttl {
        font-size: 120%;
    }
}
@media screen and (max-width: 767px) {
    #knowledge03 > .content .txt,
    #knowledge03 .txt {
        font-size: 90%;
    }
    #knowledge03 > .content > .cont02 .area > .ttl {
        font-size: 100%;
    }
}

/*--------------------- ntt ---------------------*/

#ntt #keyvisual {
    background-image: url('../img/ntt/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#ntt #preface {
    margin-bottom: 7%;
}

#ntt #content {
    background-image: url('../img/ntt/bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #F8F8F8;
    padding-bottom: 7%;
}

/* new */

#nttNew #keyvisual {
    background-image: url('../img/ntt-new/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

/* used */

#nttUsed #keyvisual {
    background-image: url('../img/ntt-used/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#nttNew #preface,
#nttNew #content,
#nttUsed #preface,
#nttUsed #content {
    margin-bottom: 7%;
}

/*--------------------- saxa ---------------------*/

#saxa #keyvisual {
    background-image: url('../img/saxa/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#saxa #preface {
    margin-bottom: 7%;
}

#saxa #content {
    background-image: url('../img/saxa/bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #F8F8F8;
    padding-bottom: 7%;
}

/* new */

#saxaNew #keyvisual {
    background-image: url('../img/saxa-new/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

/* used */

#saxaUsed #keyvisual {
    background-image: url('../img/saxa-used/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#saxaNew #preface,
#saxaNew #content,
#saxaUsed #preface,
#saxaUsed #content {
    margin-bottom: 7%;
}

/*--------------------- nec ---------------------*/

#nec #keyvisual {
    background-image: url('../img/nec/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#nec #preface {
    margin-bottom: 7%;
}

#nec #content {
    background-image: url('../img/nec/bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #F8F8F8;
    padding-bottom: 7%;
}

main #nec .list {
    padding: 10px;
}

main #nec .list > li {
    display: flex;
    margin-bottom: 10px;
}

main #nec .list > li > a {
    text-decoration: none;
}

main #nec .list > li > a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    main #nec .list {
        padding: 0 10px;
    }
    main #nec .list > li {
        margin-bottom: 20px;
    }
}

/* new */

#necNew #keyvisual {
    background-image: url('../img/nec-new/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

/* used */

#necUsed #keyvisual {
    background-image: url('../img/nec-used/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

#necNew #preface,
#necNew #content,
#necUsed #preface,
#necUsed #content {
    margin-bottom: 7%;
}

/* all */
.map {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 50px 0;    
}

.map > .content {
    width: 50%;
}

.map > .img {
    width: calc(50% + 20px);
    margin-left: -20px;
}

@media screen and (max-width: 1000px) {
    .map > .content {
        width: 100%;
    }
    .map > .img {
        width: 100%;
        margin-left: 0;
    }
}

.service {
    max-width: 800px;
    width: 96%;
    background-color: #FAFAFA;
    padding: 0 2%;
    margin: 50px auto 140px;
}

.service .img {
    margin-top: -40px;
}

.service .img > img {
    box-shadow: 0 0 3px rgb(0, 0, 0, .16);
}

.service .topBar {
    padding: 20px;
    box-sizing: border-box;
}

.service .topBar .top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.service .topBar .top > .ttl {
    width: calc(98% - 89px);
    font-size: 150%;
    font-weight: bold;
}

.service .topBar .function {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.service .tag {
    display: inline-block;
    text-align: center;
    font-size: 100%;
    color: #fff;
    font-weight: bold;
    background-color: #4D6FBE;
    padding: 3px 15px;
    margin-right: 10px;
}

.service.style01 .tag {
    background-color: #E05D5D;
}

.service .tag.style01 {
    min-width: 80px;
}

.service .topBar .function > .list {
    width: calc(98% - 89px);
    font-weight: bold;
}

.service .topBar .function > .list > li {
    position: relative;
    display: inline-block;
    font-size: 90%;
    padding: 0 10px;
}

.service .topBar .function > .list > li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 80%;
    background-color: #707070;
    margin: auto 0;
}

.service .topBar .function > .list > li:nth-last-child(1):after {
    display: none;
}

.service .content {
    width: 100%;
    margin: 20px 2%;
}

.service .content .txtBlc {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 15px 0;
}

.service .content .txtBlc .ttl {
    display: inline-block;
	min-width: 90px;
	text-align: center;
    color: #5D5D5D;
    background-color: #F2F2F2;
    padding: 3px 15px;
}

.service .content .txtBlc .txt {
    display: inline-block;
    color: #5D5D5D;
    padding: 3px 25px;
}

.service .content .txtBlc .txt.col2 {
    line-height: 1.2;
    font-size: 90%;
}

.service .btn {
    position: relative;
    top: 50px;
    display: table;
    margin: 0 auto;
}

.service .balloon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 79px;
    height: 79px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    background-color: #4D6FBE;
    border-radius: 100%;
    box-sizing: border-box;
}

.service.style01 .balloon {
    background-color: #E05D5D;
}

.service .balloon > span {
    font-size: 140%;
}

@media screen and (max-width: 767px) {
    .service {
        font-size: 90%;
    }
    .service .content .txtBlc {
        padding: 0;
    }
    .service .content .txtBlc {
        flex-wrap: wrap;
    }
    .service .tag {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .service .topBar .function > .list {
        width: 100%;
    }
}

.installBlc {
    max-width: 800px;
    width: 100%;
    padding: 2% 0;
    margin: 0 auto;
}

.installBlc > .ttl{
    text-align: right;
    font-weight: bold;
    color: #000;
    font-size: 140%;
}

.businessBlc {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 40px 20px;
}

.businessBlc::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
    opacity: .8;
}

.businessBlc::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/businessphone/install_phone.png')no-repeat bottom 30% right 20px;
    background-size: 210px auto;
}

.businessBlc > .content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.businessBlc > .content > .ttl {
    position: relative;
    text-align: center;
    line-height: 1;
    font-size: 380%;
    font-weight: bold;
    color: #000;
    text-shadow: 
    0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff,
    0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 2px 1px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -2px 2px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 2px 1px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -2px 2px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 1px 2px #fff, 1px 2px 2px #fff, 1px 1px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -1px 2px #fff, -1px -2px 2px #fff, -1px -1px 2px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 1px 2px #fff, 1px 2px 2px #fff, 1px 1px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -1px 2px #fff, -1px -2px 2px #fff, -1px -1px 2px #fff;
    padding: 0 145px;
}

.businessBlc > .content > .ttl > img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 145px;
}

.businessBlc > .content > .ttl > .balloonBlc {
    position: absolute;
    bottom: 5px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 145px;
    max-height: 145px;
    font-size: 60%;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    background: linear-gradient(to bottom, #026973 0%, #00a5b2 100%);
    border: 3px solid #fff;
    border-radius: 990px;
    padding: 25px 19px 13px;
    box-sizing: border-box;
    transform: rotate(20deg);
}

.businessBlc > .content > .ttl > .balloonBlc > .sub {
    font-size: 65%;
}

.businessBlc > .content > .ttl > .balloonBlc > .sub::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    content: '';
    width: 0px;
	height: 0px;
    border-style: solid;
    border-width: 21px 17px 0 17px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
}

.businessBlc > .content > .ttl > .balloonBlc > .sub::before {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    content: '';
    width: 0px;
	height: 0px;
    border-style: solid;
    border-width: 18px 13px 0 13px;
    border-color: #00a5b2 transparent transparent transparent;
    margin: 0 auto;
    z-index: 1;
}

.businessBlc > .content > .txt01 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 190%;
    color: #fff;
    background-color: #4eaeb2;
    padding: 5px 25px;
    margin: 30px auto;
    box-sizing: border-box;
}

.businessBlc > .content > .txt01::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    content: '';
    width: 0px;
	height: 0px;
    border-style: solid;
    border-width: 19px 0 0 15px;
    border-color: #4eaeb2 transparent transparent transparent;
    transform: scale(-1, 1);
    margin: 0 auto;
}

.businessBlc > .content > .txt02 {
    display: flex;
    justify-content: center;
    align-content: center;
}

.businessBlc > .content > .txt02 > .ques {
    display: flex;
    justify-content: center;
    align-items: center;
}

.businessBlc > .content > .txt02 > .ques > .num {
    font-size: 190%;
    font-weight: bold;
    color: #4eaeb2;
    padding: 0 25px;
    background-color: #fff;
    border: 2px solid #4eaeb2;
}

.businessBlc > .content > .txt02 > .ques > .sign {
    font-size: 190%;
    font-weight: bold;
    color: #464646;
    padding: 0 25px;
}

.businessBlc > .content > .txt02 > .ans {
    display: flex;
    justify-content: center;
    align-items: center;
}

.businessBlc > .content > .txt02 > .ans > .sign {
    font-size: 190%;
    font-weight: bold;
    color: #464646;
    padding: 0 25px;
}

.businessBlc > .content > .txt02 > .ans > .num {
    font-size: 350%;
    font-weight: bold;
    color: #fe2a4e;
    text-shadow: 
    0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff,
    0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 2px 1px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -2px 2px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 2px 1px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -2px 2px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 1px 2px #fff, 1px 2px 2px #fff, 1px 1px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -1px 2px #fff, -1px -2px 2px #fff, -1px -1px 2px #fff,
    0 0 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, 2px 1px 2px #fff, 1px 2px 2px #fff, 1px 1px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff, -2px -1px 2px #fff, -1px -2px 2px #fff, -1px -1px 2px #fff;
}

@media screen and (max-width: 1000px) {
    .installBlc > .ttl {
        font-size: 130%;
    }
    .businessBlc > .content > .txt01 {
        font-size: 140%;
    }
    .businessBlc > .content > .txt02 > .ques {
        flex-direction: column;
    }
}

@media screen and (max-width: 840px) {
    .businessBlc {
        padding: 150px 40px 20px;
    }
    .businessBlc > .content > .ttl > img {
        max-width: 100px;
    }
    .businessBlc > .content > .ttl {
        text-align: left;
        font-size: 300%;
        padding: 0 20px 0 100px;
    }
    .businessBlc > .content > .ttl > .balloonBlc {
        bottom: 60px;
    }
}

@media screen and (max-width: 640px) {
    .businessBlc {
        padding: 150px 20px 20px;
    }
    .businessBlc > .content > .ttl {
        font-size: 240%;
        padding: 0 20px 0 100px;
    }
    .businessBlc > .content > .ttl > .balloonBlc {
        bottom: 70px;
    }
}

@media screen and (max-width: 480px) {
    .installBlc > .ttl {
        font-size: 110%;
    }
    .businessBlc > .content > .txt01 {
        font-size: 110%;
    }
    .businessBlc > .content > .ttl {
        font-size: 180%;
        padding: 0 20px 0 100px;
    }
    .businessBlc > .content > .qNa {
        flex-direction: column;
    }
    .businessBlc > .content > .txt02 > .ans {
        flex-direction: column;
    }
}

#prizeBlc{
    position: relative;
    padding-bottom: 240px;
}

#prizeBlc::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 200px;
    height: 200px;
    background: url('../img/businessphone/arrow.svg') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}

#presentBlc {
    position: relative;
    background-color: #f7fafa;
    z-index: 0;
    margin-top: 150px;
    padding-bottom: 50px;
}

#presentBlc > .inner {
    position: relative;
    max-width: 800px;
    width: 96%;
    padding: 20px 2%;
    margin: 0 auto;
    box-sizing: border-box;
}

#presentBlc .imgBg {
    position: relative;
}

#presentBlc .imgBg::after {
    position: absolute;
    top: -250px;
    right: -40px;
    width: 250px;
    height: 300px;
    content: '';
    background: url('../img/businessphone/human.png') no-repeat left top;
    z-index: -1;
    background-size: cover;
}

#presentBlc img.zero {
    max-width: 190px;
}
