#twx21 h1 {
    text-align: center;
    font-size: 180%;
    font-weight: 900;
    line-height: 2;
    margin-bottom: 20px;
}
#twx21 h2 {
    margin: 10px 0 20px;
}
#twx21 .Area {
    margin-bottom: 20px;
}

#twx21 .BoxPatternC {
    padding: 8px;
    background: #dadada;
    margin-bottom: 30px;
}
    #twx21 .BoxPatternC p {
        margin: 0;
        padding: 20px;
        text-align: center;
        background-color: #f7f7f7;
        font-size: 100%;
    }

#twx21 ul.localNavi {
    display: flex;
    flex-direction: row;
    background: #999;
    margin-bottom: 30px;
}
    #twx21 ul.localNavi li {
        display: flex;
        justify-content: center;
        width: 25%;
        text-align: center;
        align-items: center;
    }
        #twx21 ul.localNavi li a {
            width: 100%;
            line-height: 50px;
            font-size: 110%;
            font-weight: 900;
            color: #FFF;
            text-decoration: none;
            /* background-image: url(../image/icon_link.png);
            background-position: left center;
            background-repeat: no-repeat;
            background-size: auto 60%; */
        }
        #twx21 ul.localNavi li a:hover {
            background-color: #b1000e;
        }
            #twx21 ul.localNavi li a i.fas {
                margin-right: 10px;
            }

#twx21 .PageTop {
    margin-top: 20px;
}

#twx21 .funcList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    #twx21 .funcList dl {
        width: 48%;
    }
    #twx21 .saasMode dl {
        width: 23%;
        min-width: 120px;
    }
    #twx21 .funcList dl dt {
        background-color: #7ab4ca;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        color: #FFF;
        font-weight: bolder;
        line-height: 40px;
        font-size: 100%;
        letter-spacing: 3px;
    }
    #twx21 .saasMode dl dt {
        height: auto;
        border-radius: 10px;
        letter-spacing: 0;
        line-height: 1;
        padding: 20px 0;
    }
        #twx21 .saasMode dl dt i {
            display: block;
            clear: both;
            font-size: 300%;
            padding: 15px 0 0;
        }
        #twx21 .saasMode dl dt.modeA {
            background-color:#d3bd93;
        }
        #twx21 .saasMode dl dt.modeB {
            background-color:#93a5d3;
        }
        #twx21 .saasMode dl dt.modeC {
            background-color:#add393;
        }
        #twx21 .saasMode dl dt.modeD {
            background-color:#d393ab;
        }
    #twx21 .funcList dl dd {
        padding: 10px 5px 20px;
        font-size: 83%;
    }

    #twx21 .ListStyle5 li {
        font-size: 90%;
        margin: 0 10px 10px 0;
    }
    #twx21 .ListStyle5 li i {
        font-style: normal;
        font-size: 83%;
        padding: 3px 10px;
        border-radius: 10px;
        background: #d6d6d6;
    }

    #twx21 #dlArea h2 {
        background: none;
        border-bottom: 1px solid #ccc;
    }
    #twx21 #dlArea .ThumbW230SetStyle .Img {
        float: left;
    }

    #caseArea .mapSet {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    #caseArea .mapSet p.map {
        width: 520px;
        overflow: hidden;
        background: url("../image/map_add.png") bottom left no-repeat;
    }
    #caseArea .mapSet p.map svg {
        width: 100%;
        height: 500px;
        margin: 0 auto;
      
      }
      #caseArea .mapSet p.map svg path {
        fill: #fcc;
      }
      #caseArea .mapSet p.map svg .area {
        cursor: pointer;
        -webkit-transition: all 150ms;
        -moz-transition: all 150ms;
        -o-transition: all 150ms;
        transition: all 150ms;
        opacity: 0.5
      }
      #caseArea .mapSet p.map svg path.hover,
      #caseArea .mapSet p.map svg path.active {
        fill: #b1000e;
      }
      #caseArea .mapSet p.map svg path.south {
        fill: #889ab5;
      }
    #caseArea ul.buttonList {
        display: flex;
        flex-direction: raw;
    }

    #caseArea ul.buttonList li {
        flex-grow:1;
        margin-bottom: 5px;
        margin-right: 10px;
        font-size: 100%;
    }
    #caseArea ul.buttonList li:last-child {
        margin-right: 0;
    }
    #caseArea ul.buttonList li a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        background: #e60027;
        text-align: center;
    }
    #caseArea ul.buttonList li a:hover {
        background: #b1000e;
        color: #FFF;
    }
    #caseArea ul.buttonList li a.disable,
    #caseArea ul.buttonList li a.disable:hover  {
        color: #ddd;
        background: #f5f5f5;
        border: 1px solid #f3f3f3;
    }

    #caseArea .mapSet ul.buttonList {
        flex-direction: column;
        padding-bottom: 20px;
    }
    #caseArea .mapSet ul.buttonList li {
        width: 100%;
    }
    #caseArea .mapSet ul.buttonList li a {
        box-sizing: border-box;
        text-align: left;
        background: none;
        border: 1px solid #FFF;
        color: #333;
        padding: 2px 15px;
        font-size: 90%;
        cursor: pointer;
    }
    #caseArea .mapSet ul.buttonList li a.active {
        background: none;
        border: 1px solid #b1000e;
        color: #b1000e;
    }
    #contactArea form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #contactArea form label {
        width: 48.5%;
        margin-bottom: 20px;
        font-size: 83%;
    }
    #contactArea form label span {
        display: none;
    }
    #contactArea form label.full {
        width: 100%;
    }
    #contactArea form .input {
        display: block;
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #999;
        background: #f9f9f9;
        box-sizing: border-box;
    }
    #contactArea form textarea {
        width: 100%;
        padding: 5px 10px;
        font-size: 90%;
        border: 1px solid #999;
        background: #f9f9f9;
        box-sizing: border-box;
    }
    #contactArea form label.error input, 
    #contactArea form label.error textarea {
        border: 1px solid #b1000e;
        color: #b1000e;
        background: #fcc;
    }
    #contactArea form label.error span {
        display: inline;
        color: #b1000e;
    }
    #contactArea form .SubmitButtonSet {
        width: 100%;
    }
    #contactArea form .SubmitButtonSet .disabled {
        background-color: #999;
        cursor: not-allowed;
    }


#usecase h3 {
    text-align: center;
    font-size: 140%;
    margin: 20px 0 40px;;
}
#usecase ul.tabStyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}
#usecase ul.tabStyle li {
    width: 230px;
    background: #eee;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 83%;
    margin-bottom: 15px;
    cursor: pointer;
}

.SP #usecase ul.tabStyle li {
    width: 100%;
}
.SP #usecase ul.tabStyle li a span {
    font-size: 350%;
    top: 10px;
}
#usecase ul.tabStyle li a {
    position: relative;
    height: 100%;
    display: block;
    padding: 15px 15px 15px 50px;
    vertical-align: middle;
    box-sizing: border-box;
    text-decoration: none;
}
#usecase ul.tabStyle li span {
    position: absolute;
    color: #b1000e;
    font-size: 450%;
    font-weight: 900;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    left: 10px;
    top: 15px;
}
#usecase ul.tabStyle li.active a {
    background: #b1000e;
    color: #FFF;
    border-radius: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#usecase ul.tabStyle li.active a span {
    color: #FFF;
}
#usecase dl {
    margin: 20px 0;
}
#usecase dl dt {
    margin: 10px 0 20px;
    border: 1px solid #b1000e;
    border-radius: 20px;
    background: #f2f2f2;
    text-align: center;
    font-size: 100%;
    font-weight: 900;
    color: #b1000e;
    line-height: 40px;
}
#usecase dl dd {
    margin-bottom: 30px;
}
#usecase ul.redCircle li {
    background: url(../image/icon_circle.png) left 3px no-repeat;
    padding-left: 25px;
    margin-left: 10px;
}


/* for - 579px
=========================================================================================== */

@media screen and (max-width: 579px) {
    .JS #twx21 ul.localNavi li {
        width: auto;
        padding: 10px 0 10px 5px;
    }
    .JS #twx21 ul.localNavi li a {
        font-size: 90%;
        width: auto;
        padding: 0;
        font-weight: normal;
        
        line-height: 1.2;
    }
    .JS #twx21 .saasMode dl {
        width: 48%;
    }
    .JS #caseArea .mapSet {
        flex-direction: column;
    }
    .JS #caseArea .mapSet p.map {
        width: 100%;
        margin-bottom: 20px;
    }
    .JS #caseArea .mapSet p.map svg {
        height: 300px;
    }
    .JS #caseArea .mapSet ul.buttonList {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .JS #caseArea .mapSet ul.buttonList li {
        width: 30%;
    }
    .JS #caseArea .mapSet ul.buttonList li a {
        font-size: 83%;
        line-height: 1.2;
        padding: 2px 5px;
    }
    .JS #caseArea ul.buttonList {
        flex-direction: column;
    }
    .JS #caseArea ul.buttonList li {
        margin-right: 0;
    }
    .JS #contactArea form {
        display: block;
        margin-bottom: 50px;
    }
    .JS #contactArea form label {
        width: 100%;
    }
    .JS #contactArea form ul.SubmitButtonSet li {
        display: block;
        width: 100%;
        margin: 0;
    }
    .JS #contactArea form ul.SubmitButtonSet li input {
        box-sizing: border-box;
        width: 100%;
    }

    .JS #usecase ul.tabStyle li {
        width: 100%;
    }
}

/* Modal Window for YouTube
=========================================================================================== */

#ModalYouTubeCover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

#ModalYouTube {
	display: none;
	position: absolute;
	padding: 50px;
	z-index: 102;
}

#ModalYouTube .Inner {
	position: relative;
	background-color: #000;
	box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-o-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
}

#ModalYouTube iframe {
	display: block;
	width: 100%;
}

#ModalYouTube .Title {
	height: 50px;
	background-color: #f2f2f2;
	overflow: hidden;
}

#ModalYouTube .Title p {
	display: table-cell;
	height: 50px;
	padding: 0 80px 0 20px;
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	color: #575757;
}

#ModalYouTube .BtnClose {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 130%;
}

#ModalYouTube .BtnClose a {
	display: table-cell;
	min-width: 50px;
	height: 30px;
	padding: 20px 5px 0;
	font-size: 76%;
	text-align: center;
	background-image: url(/image/cn/r1/icon/icon_close_hd.gif);
	background-position: center 7px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	vertical-align: middle;
}

#ModalYouTube .BtnClose a:link,
#ModalYouTube .BtnClose a:visited {
	color: #fff;
	background-color: #e60027;
	text-decoration: none;
}
#ModalYouTube .BtnClose a:hover,
#ModalYouTube .BtnClose a:active {
	color: #fff;
	background-color: #b1000e;
	text-decoration: none;
}

.ImgOnlyStyle .ModalYouTubeLink {
	position: relative;
	display: inline-block;
}

.ImgOnlyStyle .ModalYouTubeLink:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	background-color: #e60027;
	opacity: .5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.ImgOnlyStyle .ModalYouTubeLink:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	background-color: #e60027;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:after,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:after {background-color: #b1000e;}

.ImgOnlyStyle .ModalYouTubeLink span {
	position: relative;
	display: block;
}
.ImgOnlyStyle .ModalYouTubeLink span:after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -3px;
	border-left: solid 9px #fff;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
}

