body{
	font-family:"MS Pゴシック",sans-serif;
}

.service-exp {
    width: 90%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #dfefff;
    border: dotted 3px #96c2fe;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

/**------------------------------------------
    デザイン提案概要
---------------------------------------------**/

.section-line__large {
    margin: 15px auto;
    border: 1px solid #888888;
    width: 90%;
}

.service-overview {
    display: flex;
}

.service-flow__group{
    font-size: 20px;
    padding-right: 50px;
    border-right: 2px solid #cccccc;
}

.service-price__group{
    padding-left: 50px;
}

.flow-title,
.flow-title2 {
    width: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 0;
    margin: 10px 0;
    background-color: #99ccff
}

.flow-content__group{
    text-align: center;
    margin-left: 30px;
    width: 90%;
    height: 110px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #dfefff;
    border: dotted 3px #96c2fe;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.flow-content__section{
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.disable-line {
    display: none;
    margin: 15px 0;
    border: 1px solid #888888;
    width: 100%;
}

.service-exp__main {
    font-size: 18px;
    width: 90%;
    height: 110px;
    line-height: 40px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #dfefff;
    border: dotted 3px #96c2fe;
    border-radius: 10px;
    margin: 0 auto;
}

.bold-center{
    font-weight: bold;
    text-align: center;
}

.price {
    text-align: center;
    color: #ff0000;
}

/**------------------------------------------
    お客様グループ
---------------------------------------------**/

.client-company__group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-icon{
    position: relative;
}

.client-img {
    position: absolute;
    width: 70px;
    height: 70px;
    z-index: 1;
    left: 0;
    top: 0;
}

.client-title {
    position: absolute;
    width: 440px;
    height: 70px;
    line-height: 70px;
    left: 30px;
    top: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
    margin: 0;
    z-index: 0;
    box-sizing: border-box;
}

.client-group__sub {
    display: flex;
    align-items: center;
}

.client-types {
    width: 440px;
    background-color: #ffffcc;
    border-radius: 20px;
    padding: 5px;
    border: 3px dotted #000000;
    margin-top: 80px;
    margin-left: 15px;
    box-sizing: border-box;
}

.client-type {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 20px;
}

/**------------------------------------------
    デザイン提案の流れ
---------------------------------------------**/

.work-line{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #888888;
    width: 90%;
}

.work__group{
    display: flex;
}

.arrow-client-company{
    display: flex;
}

.arrow-client-company__left-up{
    display: flex;
}

.arrow-client-company__right-bottom{
    display: flex;
}

.human-arrow{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.de{
    display: none;
}

.human-mini{
    width: 30px;
    height: 30px;
}

.work-left{
    margin-right: 30px;
}

.work-right{
    margin-left: 30px;
}

.arrow-title {
    text-align: left;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin: 0 10px 0 10px;
}

.arrow-exp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffcc;
    border-radius: 10px;
    padding: 15px;
    margin: 0 10px 0 10px;
    border: 3px dotted #000000;
    font-weight: bold;
    height: 200px;
    box-sizing: border-box;
}

/**------------------------------------------
    企業グループ
---------------------------------------------**/

.company-pair{
    display: flex;
    align-items: center;
    width: 630px;
}

.company-pair__left{
    position: relative;
    margin-right: 10px;
    width: 300px;
    height: 280px;
}

.company-img {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0;
    z-index: 1;
}

.company-img__a{
    position: absolute;
    left: 0;
    top: 0;
}

.company-title {
    position: absolute;
    left: 30px;
    width: 210px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0;
    height: 60px;
    box-sizing: border-box;
    z-index: 0;
}

.company__a {
    position: absolute;
    top: 0;
    padding: 18px 0;
}

.pair-arrow__img {
    position: absolute;
    top: 80px;
    margin-left: 10px;
}

.company-img__g{
    position: absolute;
    left: 0;
    top: 190px;
}

.company__g {
    position: absolute;
    top: 190px;
    padding: 5px 0;
}

.alignment{
    position: absolute;
    top: 70px;
    left: 50px;
}

.arrow-exp__mini {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffcc;
    width: 145px;
    border-radius: 10px;
    padding: 15px;
    margin: 0 10px 0 10px;
    border: 3px dotted #000000;
    font-weight: bold;
}

.sub-text {
    position: absolute;
    font-weight: bold;
    left: 40px;
    top: 250px;
}

.company-pair__right{
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
}

/**------------------------------------------
    デザイン提案例
---------------------------------------------**/

.design-exp{
    margin-top: 10px;
    width: 300px;
    height: 225px;
}

.detail-red{
    color: #ff0000;
}

.detail-content-group{
    display: flex;
    margin-bottom: 20px;
}

.detail-story__all {
    text-align: center;
    width: 150px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #cccccc;
    border-radius: 15px;
}

.before-disable{
    display: none;
}

.detail-design__group {
    display: flex;
    width: 120px;
    margin-bottom: 15px;
}

.detail-design__img {
    width: 120px;
    background-color: #ffffff;
    border: 2px solid #333333;
    border-radius: 16px;
    padding: 5px;
    cursor: pointer;
}

.detail-design__img:hover {
    background-color: #ffff00;
}

.detail-scale__content{
    margin-left: 20px;
}

.detail-story__label{
    display: flex;
    justify-content: center;
}

.detail-btn{
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    font-size: 25px;
    color: #000000;
    background-color: #ffff99;;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

.detail-btn:hover{
    background-color: #ffff00;
}

.lb{
    padding-top: 11px;
    padding-left: 15px;
}

.rb{
    padding-top: 11px;
    padding-left: 20px;
}

.detail-title{
    position: relative;
    text-align: center;
    line-height: 40px;
    padding: 10px;
    width: 350px;
    height: 60px;
    background: #e0edff;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 15px;
    text-decoration: underline;
    box-sizing: border-box;
}

.detail-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}

.show-detail__area{
    height: 385px;
}

.show-detail__img{
    width: 500px;
    margin-top: 10px;
    border-radius: 10px;
    border: 5px solid #333333;
}

.change-content {
    width: 700px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #dfefff;
    border: dotted 3px #96c2fe;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 39px;
}

.little-section__non-title {
    width: 90%;
    padding: 10px;
    margin: 10px 5%;
    background-color: #dfefff;
    border: dotted 3px #96c2fe;
    border-radius: 10px;
    box-sizing: border-box;
}

.little-section__non-title p {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.contact-induction {
    font-weight: bold;
    position: relative;
    background-color: #ffff99;
    border-bottom: 5px solid #cccccc;
    margin-top: 15px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    width: 80%;
    height: 45px;
}

.contact-induction:hover {
    background-color: #ffff00;
    height: 45px;
    border-top: 5px solid #ffffff;
    border-bottom: none;
}

.contact-induction a {
    text-decoration: none;
    color: #000000;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.contact-induction__img {
    width: 800px;
    height: 240px;
}

@media(max-width:815px){
    .service-flow__group{
        padding-right: 20px;
    }
    .service-price__group{
        padding-left: 20px;
    }
}

@media(max-width:800px) {
    .contact-induction__img {
        width: 600px;
        height: 180px;
    }
}

@media(max-width:780px) {
    .equipment-group {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .equipment-content__left {
        margin: 5px;
    }
    .equipment-content__right {
        margin: 5px;
    }
    .dummy {
        display: none;
    }
}

@media(max-width:750px){
    .detail-title {
        width: 250px;
    }
    .show-detail__img {
        width: 400px;
    }
    .detail-story__all {
        width: 110px;
        height: 370px;
        padding-top: 10px;
        padding-left: 5px;
    }
    .detail-design__group {
        width: 90px;
    }

    .detail-design__img {
        width: 90px;
    }
    .show-detail__area {
        height: 285px;
    }
    .change-content {
        width: 550px;
    }
}

@media(max-width:665px){
    .flow-title {
        width: 220px;
    }
    .client-title {
        width: 300px;
        padding-left: 30px;
    }
    .client-types {
        margin-left: 0;
        width: 330px;
    }
    .company-pair__left{
        margin: 0 auto 20px auto;
    }
    .company-pair {
        display: block;
        width: 480px;
    }
    .company-img{
        left: 30px;
    }
    .company-title{
        left: 60px;
    }
    .pair-arrow__img{
        left: 30px;
    }
    .alignment{
        left: 80px;
    }
}

@media(max-width:620px) {
    .detail-title {
        width: 200px;
        font-size: 14px;
    }
    .show-detail__img {
        width: 350px;
    }
    .detail-story__all {
        width: 90px;
        height: 335px;
        padding-top: 10px;
        padding-left: 5px;
    }
    .detail-design__group {
        width: 70px;
    }
    .detail-design__img {
        width: 70px;
    }
    .show-detail__area {
        height: 285px;
    }
    .change-content {
        width: 470px;
    }
}

@media(max-width:600px){
    .flow-title2 {
        width: 200px;
    }
    .disable{
        display: none;
    }
    .arrow-client-company{
        display: block;
    }
    .company-pair {
        width: 420px;
    }
    .work-left{
        margin-left: 30px;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .work-right{
        margin-right: 0;
        margin-left: 30px;
    }
    .arrow-exp{
        width: 165px;
    }
    .de {
        display: flex;
    }
    .ed {
        display: none;
    }
    .contact-induction__img {
        width: 400px;
        height: 120px;
    }
}

@media(max-width:520px) {
    .change-content {
        width: 90%;
    }
    .detail-scale__content{
        margin-left: 0;
    }
    .after-disable{
        display: none;
    }
    .before-disable{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .show-detail__area{
        height: auto;
    }
    .detail-story__all {
        width: 380px;
        height: 100px;
        padding: 0;
    }
    .detail-design__group {
        width: 90px;
        padding: 0;
        margin-bottom: 0;
    }
    .detail-design__img {
        width: 70px;
        height: 60px;
    }
}

@media(max-width:500px){
    .service-overview {
        display: block;
    }
    .service-flow__group {
        border: none;
        padding-right: 0;
    }
    .service-price__group {
        padding-left: 0;
    }
    .company-pair {
        width: 320px;
    }
    .flow-title {
        width: 280px;
    }
    .flow-title2 {
        width: 280px;
    }
    .service-exp__main {
        margin: 0 0 0 15px;
    }
    .disable-line{
        display: block;
    }
    .little-section__non-title p,
    .change-content,
	.service-exp{
		font-size: 14px;
	}
}

@media(max-width:450px) {
    .contact-induction__img {
        width: 300px;
        height: 90px;
    }
}

@media(max-width:420px) {
    .detail-btn{
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding-top: 7px;
        padding-left: 9px;
        margin-top: 10px;
    }
    .detail-title{
        margin: 0 8px;
    }
    .detail-story__all {
        width: 280px;
        height: 80px;
    }
    .detail-design__group {
        width: 65px;
    }
    .detail-design__img {
        width: 45px;
        height: 37px;
    }
    .show-detail__img{
        width: 280px;
    }
}

@media(max-width:375px){
    .client-title {
        width: 260px;
        padding-left: 35px;
        font-size: 16px;
    }
    .client-types{
        width: 280px;
    }
    .client-type {
        font-size: 14px;
    }
    .work-left{
        margin-left: 15px;
    }
    .work-right{
        margin-left: 15px;
    }
    .design-exp {
        width: 260px;
        height: 195px;
    }
}