/*** 業務内容トップ ***/
#pageColumn #wrap_service {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#pageColumn #wrap_service a {
    width: 32.5%;
    text-decoration: none;
    align-self: stretch;
    background-color: #ecf3fb;
    position: relative;
    display: flex;
    flex-direction: column;
}
#pageColumn #wrap_service a:hover {
    background-color: #d1e2f4;
}
#pageColumn #wrap_service a h2 {
    color: #004a9d;
    font-size: 26px;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    border-bottom: none;
    margin-bottom: 0;
}
#pageColumn #wrap_service a p {
    color: #004a9d;
    font-size: 15px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 18px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#pageColumn #wrap_service a p.detail {
    height: 40px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 0;
}
#pageColumn #wrap_service a:hover p.detail {
    color: #EA5461;
}
#pageColumn #wrap_service a .frame {
    width: 95%;
    overflow: hidden;
    margin-top: auto;
    margin-left: 2.5%;
    margin-bottom: 20px;
}
#pageColumn #wrap_service a .frame img {
    width: 100%;
    transition-duration: 0.3s;
}
#pageColumn #wrap_service a:hover .frame img {
    transform: scale(1.2, 1.2); /*画像の拡大*/
}

@media screen and (max-width:1118px) {
	#service {
		width: 98%;
        padding-left: 1%;
        padding-right: 1%;
	}
}
@media screen and (max-width:970px) {
    #pageColumn #wrap_service a h2 {
        font-size: 23px;
        line-height: 56px;
    }
}
@media screen and (max-width:880px) {
    #pageColumn #wrap_service a {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #pageColumn #wrap_service a .title_exp {
        width: 60%;
    }
    #pageColumn #wrap_service a p {
        height: auto;
    }
    #pageColumn #wrap_service a p.detail {
        margin-top: 0;
    }
    #pageColumn #wrap_service a .frame {
        width: 40%;
        margin-left: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width:800px) {
    #service h2 {
        font-size: 32px;
        line-height: 58px;
    }
    #pageColumn #wrap_service a .title_exp {
        width: 55%;
    }
    #pageColumn #wrap_service a .frame {
        width: 45%;
    }
}
@media screen and (max-width:770px) {
    #pageColumn #wrap_service a .title_exp {
        width: 50%;
    }
    #pageColumn #wrap_service a .frame {
        width: 50%;
    }
}
@media screen and (max-width:720px) {
    #pageColumn #wrap_service a {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 20px;
    }
    #pageColumn #wrap_service a .title_exp {
        width: 100%;
    }
    #pageColumn #wrap_service a p {
        height: auto;
    }
    #pageColumn #wrap_service a p.detail {
        margin-top: 10px;
    }
    #pageColumn #wrap_service a .frame {
        width: 95%;
        margin-left: 2.5%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:540px) {
    #pageColumn #wrap_service a {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}


/*** ソフトウェア開発 ***/
#wrap_system1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}
#wrap_system1 #main_col {
    width: 66%;
}
#wrap_system1 #main_col #flow {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
}
#wrap_system1 #main_col #flow h4 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 48px;
    line-height: 50px;
}
#wrap_system1 #main_col #flow h4.bg1 {
    background-color: #8391bb;
}
#wrap_system1 #main_col #flow h4.bg2 {
    background-color: #697cad;
}
#wrap_system1 #main_col #flow h4.bg3 {
    background-color: #4d6ba6;
}
#wrap_system1 #main_col #flow h4.bg4 {
    background-color: #1f5ba3;
}
#wrap_system1 #main_col #flow h4.bg5 {
    background-color: #003779;
}
#wrap_system1 #main_col #flow p {
    font-size: 16px;
    text-align: center;
    background-color: #e6e6e6;
    line-height: 26px;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 3px;
}
#wrap_system1 #main_col #flow img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
}
#wrap_system1 #pics {
    width: 30%;
    padding-top: 10px;
}
#wrap_system1 #pics img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:980px) {
    #wrap_system1 #main_col #flow {
        width: 98%;
    }
}
@media screen and (max-width:750px) {
    #wrap_system1 {
        flex-direction: row;
    }
    #wrap_system1 #main_col {
        width: 100%;
        margin-bottom: 30px;
    }
    #wrap_system1 #pics {
        width: 100%;
    }
    #wrap_system1 #pics img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:510px) {
    #wrap_system1 #main_col #flow h4 {
        font-size: 18px;
    }
    #wrap_system1 #pics img {
        width: 70%;
    }
}

#wrap_system2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#wrap_system2 #main_col {
    width: 66%;
}
#wrap_system2 #pics {
    width: 30%;
    padding-top: 10px;
}
#wrap_system2 #pics img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    #wrap_system2 #main_col {
        width: 100%;
    }
    #wrap_system2 #pics {
        width: 100%;
    }
    #wrap_system2 #pics img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:510px) {
    #wrap_system2 #pics img {
        width: 70%;
    }
}

#wrap_cases {
    width: 98%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
#wrap_cases div {
    width: 48.5%;
    background-color: #e6e6e6;
    padding-top: 20px;
}
#wrap_cases div ul {
    margin-left: 34px;;
    margin-right: 15px;
}
@media screen and (max-width:720px) {
    #wrap_cases div {
        width: 100%;
    }
}


/*** メディアシステム ***/
.wrap_media_sys1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}
.wrap_media_sys1 #main_col {
    width: 66%;
}
.wrap_media_sys1 #pics {
    width: 30%;
    padding-top: 10px;
}
.wrap_media_sys1 #pics img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    .wrap_media_sys1 {
        flex-direction: row;
    }
    .wrap_media_sys1 #main_col {
        width: 100%;
    }
    .wrap_media_sys1 #pics {
        width: 100%;
    }
    .wrap_media_sys1 #pics img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:510px) {
    .wrap_media_sys1 #pics img {
        width: 70%;
    }
}

.wrap_media_sys2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.wrap_media_sys2 #main_col {
    width: 66%;
}
.wrap_media_sys2 #pics {
    width: 30%;
    padding-top: 10px;
}
.wrap_media_sys2 #pics img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    .wrap_media_sys2 #main_col {
        width: 100%;
    }
    .wrap_media_sys2 #pics {
        width: 100%;
    }
    .wrap_media_sys2 #pics img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:510px) {
    .wrap_media_sys2 #pics img {
        width: 70%;
    }
}


/*** テクニカルサポート ***/
.wrap_tech_support1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}
.wrap_tech_support1 #main_col {
    width: 66%;
}
.wrap_tech_support1 #pics {
    width: 30%;
    padding-top: 10px;
}
.wrap_tech_support1 #pics img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    .wrap_tech_support1 {
        flex-direction: row;
    }
    .wrap_tech_support1 #main_col {
        width: 100%;
    }
    .wrap_tech_support1 #pics {
        width: 100%;
    }
    .wrap_tech_support1 #pics img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:510px) {
    .wrap_tech_support1 #pics img {
        width: 70%;
    }
}

.wrap_tech_support2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.wrap_tech_support2 #main_col {
    width: 66%;
}
.wrap_tech_support2 #pics {
    width: 30%;
    padding-top: 10px;
}
.wrap_tech_support2 #pics img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    .wrap_tech_support2 #main_col {
        width: 100%;
    }
    .wrap_tech_support2 #pics {
        width: 100%;
    }
    .wrap_tech_support2 #pics img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:510px) {
    .wrap_tech_support2 #pics img {
        width: 70%;
    }
}










