@charset "utf-8";
/* CSS Document */

/* 共通設定 */
.content h2 {
    font-weight: normal;
}
.bg_color_green {
	background-color: #194448;
}
.bg_color_gray {
	background-color: #f5f5f5;
}

/* #SECTION01 */
#SECTION01 .logo > img {
	width: 100px;
}
#SECTION01 .main_sub_title {
	color: #7e7e7e;
}
#SECTION01 h1 {
	color: #194448;
}
#SECTION01 .area_redis {
    border: 1px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
}
#SECTION01 .area_redis figure {
    width: 150px;
    margin-right: 40px;
}
#SECTION01 .area_redis {
    font-size: 1.5rem;
}


/* #SECTION02 */
#SECTION02 .flex {
    justify-content: space-between;
    flex-wrap: wrap;
}
#SECTION02 .flex > div {
    width: 49%;
    background: #fff;
    margin-bottom: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
}

/* #SECTION03 */
#SECTION03 .flex {
    justify-content: space-between;
    flex-wrap: wrap;
}
#SECTION03 .flex > div {
    width: 32%;
    padding: 40px 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
#SECTION03 .flex p:first-of-type {
    position: relative;
    min-height: 165px;
    margin-bottom: 30px;
}
#SECTION03 .flex p:first-of-type:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid;
    border-color:  transparent transparent #ccc #ccc;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
#SECTION03 .relation_service .flex {
    justify-content: center;
}
#SECTION03 .relation_service .flex > div {
    width: 45%;
    border: none;
    padding: 0 30px;
}
#SECTION03 .relation_service .flex > div:first-of-type {
    border-right: 1px solid #ccc;
}
#SECTION03 .relation_service .flex > div a {
    display: inline-block;
}
#SECTION03 .relation_service .flex > div p {
    min-height: auto;
}
#SECTION03 .relation_service .flex > div p:after {
    content: none;
}

/* #SECTION04 */
/* 構成例 */
#SECTION04 .usage {
    position: relative;
}
#SECTION04 .usage h4 {
	color: #fff;
	font-size: 2.3rem;
	text-align: center;
	margin-top: 0px;
	padding: 14px;
	position: absolute; 
	top: -30px; 
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
}
#SECTION04 .usage_content {
	border: 3px solid #eee;
	padding: 60px 22px 25px 22px;
	box-sizing: border-box;
}
#SECTION04 .usage_content .flex figure {
	width: 63%;
}
#SECTION04 .usage_content .flex > div {
	width: 43%;
	position: relative;
}
#SECTION04 h5 {
	color: #4d9feb;
	font-size: 2.0rem;
}
#SECTION04 .scene p {
	margin-top: 8px;
	margin-bottom: 10px;
}
#SECTION04 .scene li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 3px;
}
#SECTION04 .point li {
	padding: 10px 0 2px 38px;
	background: url(/sevice_shared/img/svg/container/icn_check.svg) no-repeat 0 7px / 30px;
}
#SECTION04 .usage_content .flex div.pattern05 {
	width: 79%;
}
#SECTION04 .usage_content .pattern05 .flex {
	margin-top: 20px;
}
#SECTION04 .usage_content .pattern05 .flex,
#SECTION04 .usage_content .pattern05 figure {
	width: 100%;
}
#SECTION04 .usage_content .pattern05 .flex p {
	margin: 10px;
}




@media screen and (max-width: 1039px) {
    .content {
        width: 90%;
    }
	.flex {
		display: block;
	}
    #SECTION01 .area_redis {
        font-size: 1.3rem;
    }
    #SECTION01 .area_redis figure {
        margin: 0 auto 20px;
    }
    #SECTION02 .flex > div {
        width: 100%;
    }
    #SECTION03 .flex > div {
        width: 100%;
        margin-bottom: 20px;
    }
    #SECTION03 .flex figure {
        width: 140px;
        margin: 0 auto 10px;
    }
    #SECTION03 .flex p:first-of-type {
        min-height: auto;
        padding-bottom: 40px
    }
    #SECTION03 .relation_service .flex > div {
        width: 100%;
    }
    #SECTION03 .relation_service .flex > div:first-of-type {
        border-right: none;
    }
    #SECTION03 .relation_service .flex > div p {
        padding-bottom: 0;
    }
    #SECTION04 .content h2 {
        margin-bottom: 50px;
    }
    #SECTION04 .usage_content {
        padding: 60px 35px 22px;
    }
    #SECTION04 .usage_content .flex figure,
    #SECTION04 .usage_content .flex > div {
        width: 100%;
    }
    #SECTION04 .usage_content .flex figure {
        text-align: center;
    }
    #SECTION04 .usage h4 {
        font-size: 1.8rem;
    }
    #SECTION04 .point li {
        background-size: 23px;
        background-position: 0 0;
        padding-top: 0;
        padding-left: 30px;
        margin-bottom: 5px;
    }
}









