@charset "UTF-8";

.solution-wrap h1+p{
	margin-bottom: 20px;
}

.solution_desc-area{
	background-color: #f6f7fa;
	border-radius: 7px;
	padding: 1.5em;
	margin-bottom: 2em;
}

.solution_desc-area.iot-category{
	background-color: #AB82C2 !important;
	padding: 2% 6%;
}

.solution_desc-area img{
	margin-bottom: 20px;
}
.solution_desc-area h2{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0.5em;
}
.solution_desc-area h2+p{
	margin-bottom: 1em;
}
.solution_desc-area h3{
	font-size: 16px;
	font-weight: 600;
	margin-top: 2em;
	margin-bottom: 1em;
	border-left: solid 8px #cdd3e5;
	padding: 0.5em;
	background-color: #ffffff;
	border-radius: 0 5px 5px 0;
}
.solution-wrap h3+p{
	margin-bottom: 30px;
}

.solution_desc-area h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.solution_img-area {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.solution_text-area {
    width: 50%;
    display: inline-block;
    margin: 1em;;
}

a.iot_btn {
    text-align: center;
    width: 60%;
    background-color: #e43c00;
    display: inline-block;
    padding: 0.5em;
    margin: 2em 20%;
    border-radius: 7px;
    color: #ffffff;
}


.iot_list{
	display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-flow: wrap;
    justify-content: flex-start;
}

.iot_list li{
	float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 17%;
    margin: 0 1.5% 3% 1.5%;
    text-align: center;
}

.iot_list li:nth-child(n + 6){
    margin: 0 1.5% 0 1.5%;
}



.iot_list li a{
	width: 100%;
    height: auto;
    border: 3px solid #ffffff;
    box-sizing: border-box;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.iot_list li a.iot_active{
	border: 3px solid #ecb34d;
}

.iot_list li a:hover{
	border: 3px solid #aaaaaa;
	box-sizing: border-box; 
}

.iot_list li span{
	padding: 0;
	margin-bottom: 0.5em;
	box-sizing: border-box;
	line-height: 1;
	font-weight: 700;
	font-size: 14px;
	color: #222222;
	display: block;
}

.iot_list img{
	margin: 6px 0 !important;
}

.iot_top-area {
    background: url(/img/open/main_iot.jpg) no-repeat center 0px;
    background-size: auto 268px;
    padding: 40% 4% 4% 4%;
}

.solution_desc-area img {
    margin-bottom: 10px;
}


.iot_goods {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
}

.iot_goods.title, .goods_line01.title, .goods_line02.title,
.goods_line03.title, .goods_line04.title,
.goods_line05.title{
    font-weight: bold;
    background-color: #e6e6e6;
    border: none;
}

.goods_line01 {
    width: 14%;
    padding: 1% 0 1% 2%;
    background-color: #ffffff;
}

.goods_line_sp {
    width: 84%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.goods_line02 {
    width: 43%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.goods_line02 a{
	color: #222;
    text-decoration: underline;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1em;
    display: block;

}

.goods_line02 li {
    list-style: none;
    display: inline-block;
    padding: 0.1em 0;
    text-decoration: none;
    color: #222222 !important;
    background-color: #CDD3E5;
    border-radius: 4px;
    width: 100px;
    text-align: center;
    /* transition: .4s; */
    font-weight: bold;
    font-size: 12px;
    margin: 10px 4px 0 0;
}

.goods_line03 {
    width: 24%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    align-items: center;
    display: flex;
}

.goods_line04 {
    width: 19%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    align-items: center;
    display: flex;
}

.goods_line05 {
    width: 14%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
    justify-content: center;
    align-items: center;
    display: flex;
}

.goods_line05 a {
    display: inline-block;
    padding: 1.3em 0.6em;
    text-decoration: none;
    text-align: center;
    color: #ffffff !important;
    background-color: #18003b;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

/*-------------------------------------
         　　　　スマホ
-------------------------------------*/

@media screen and (max-width: 768px){
	
.solution-wrap {
    margin-top: 70px;
		padding: 1em;
}
.solution_desc-area h2{
	font-size: 14px;
}
.solution_desc-area h3{
	font-size: 14px;
	padding: 0.3em;
}
.solution_img-area {
    width: 100%;
    display: block;
}
.solution_text-area {
    width: 100%;
    display: block;
    margin: 1em 0 0 0;
}

.solution_text-area.concept {
    width: 100%;
    display: block;
    margin: 1em 0 2em 0;
}



.solution_desc-area.iot-category{
	background-color: #AB82C2 !important;
	padding: 2% 3%;
}

.iot_top-area {
    background: url(/img/open/main_iot.jpg) no-repeat center 0px;
    background-size: auto 120px;
    padding: 40% 0 0 0;
}

.iot_list li a {
    width: 100%;
    height: auto;
    border: 3px solid #ffffff;
    box-sizing: border-box;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.iot_list li {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 17%;
    margin: 0 1.5% 3% 1.5%;
    text-align: center;
}

.iot_list li span {
    padding: 0;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    line-height: 1;
    font-weight: 700;
    font-size: 13px;
    color: #222222;
    display: block;
}

.solution_desc-area .iot_goods:nth-of-type(2){
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.iot_goods {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #ffffff;
}


.iot_goods.title{
    display: none;
}

.goods_line01 {
    width: 32%;
    padding: 1% 0 1% 2%;
    background-color: #ffffff;
}

.goods_line_sp {
    width: 68%;
    padding: 4%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.goods_line02 {
    width: 100%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}
.goods_line02 a {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5em;
    display: block;
}
.goods_line02 p {
    font-size: 80%;
}
.goods_line02 ul {
    margin-bottom: 4%;
}

.goods_line02 li {
    list-style: none;
    display: inline-block;
    padding: 0.1em 0;
    text-decoration: none;
    color: #222222 !important;
    background-color: #CDD3E5;
    border-radius: 4px;
    width: 90px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin: 6px 4px 0 0;
}


.goods_line03 {
    width: 100%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: none;
    align-items: center;
    display: flex;
}

.goods_line04 {
    width: 100%;
    padding: 1% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: none;
    font-size: 12px;
}

.goods_line05 {
    width: 100%;
    padding: 5% 2%;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: none;
    text-align: right;
    display: block;
}

.goods_line05 a {
    display: inline-block;
    padding: 0.8em 4em;
    text-decoration: none;
    text-align: center;
    color: #ffffff !important;
    background-color: #18003b;
    border-radius: 7px;
    transition: .4s;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
}

}