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

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Poppins|Roboto:100,300,400&display=swap');

#digi_ct  {
	margin-top: -5%!important;
}

#digi_ct .sp_ {
	display: none;
}

#digi_c #kanban {
	background: #E0B782;
}

#digi_t #kanban {
	background: #DBCBA6;
}

#digi_ct #kanban img {
	max-width: 1200px;
	width: 100%;
}

#digi_c #intro {
	background: linear-gradient(to left, #dbd6d0 50%, #fff 50%);
	position: relative;
}

#digi_t #intro {
	background: linear-gradient(to left, #d4cfc9 50%, #e4e2dd 50%);
	position: relative;
}

#digi_ct #intro img {
	max-width: 1920px;
	width: 100%;	
}

#digi_ct #intro h1 {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	text-align: left;
	font-size: 40px;
	line-height: 2.0;
	width: 90%;
	max-width: 1200px;
}

#digi_ct #intro h1 span {
	font-size: 30px;
}

#digi_ct .box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 6.0em auto 4.0em;
}

#digi_ct .box dt {
	background: #000000;
	color: #FFFFFF;
	line-height: 1.8;
	font-size: 25px;
	width: 25%;
	padding: 1.0em 0;
}

#digi_ct .box dt span {
	color: #E0B782;
}

#digi_ct .box dd {
	text-align: left;
	width: 70%;
	line-height: 1.8;
}

#digi_ct .box ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#digi_ct .box li {
	width: 30%;
	background: #EEEEEE;
	border-radius: 20px;
	padding: 2.0em 3%;
	box-sizing: border-box;
}

#digi_ct .box .list_2 {
	position: relative;
}

#digi_ct .box .list_2:after{
	content: "";
        display: inline-block;
        background: url("../../img/comm/tri.jpg") no-repeat right;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 20 / 30;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10%;
}

#digi_ct .box .list_2:before{
	content: "";
        display: inline-block;
        background: url("../../img/comm/tri.jpg") no-repeat left;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 20 / 30;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10%;
}

#digi_ct .box li p {
	font-size: 13px;
}

#digi_ct .box li span {
	font-size: 18px;
	font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
}

#digi_ct .box li img {
	margin: 1.5em auto;
}


#digi_ct .box .box_1 {
	width: 25%;
}

#digi_ct .box .box_2 {
	width: 70%;
	background: #EEEEEE;
	border-radius: 20px;
	padding: 2.0em 0;
	box-sizing: border-box;
	font-size: 13px;
}

#digi_ct .box .box_2 span {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #707070;
	padding: 0.3em 1.0em;
	margin: 1.0em auto;
}

#digi_ct .box .box_2 img {
	margin-bottom: 1.0em;
	width: 100%;
}

#digi_ct .box .flex_box {
	align-items: flex-start;
}

#digi_ct .box .box_3 {
	width: 48%;
}

#digi_ct .box .box_3 table {
	margin-top: 3.0em;
}

#digi_ct .box .box_3 th {
	background: #270C15;
	color: #FFFFFF;
	line-height: 3.5;
	font-size: 15px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#digi_ct .box .box_3 td {
	background: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	padding: 1.0em 3%;
	font-size: 13px;
	height: 3.0em;
}

#digi_ct .box .box_3 td:nth-child(1n) {
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

#digi_ct .box .box_3 td:nth-child(2n) {
	text-align: left;
}

#digi_ct .box .box_3 td span {
	font-size: 12px;
}

#digi_ct .box .box_3 .last_th td:first-child {
	border-bottom-left-radius: 20px;
}

#digi_ct .box .box_3 .last_th td:last-child {
	border-bottom-right-radius: 20px;
}

#digi_ct .box:last-child {
	padding-bottom: 5.0em;
}


#digi_ct #process {
	background: #FFF9F3;
	padding: 5.0em 0;
}

#digi_ct #process .flex_box {
	justify-content: center;
	align-items: flex-start;
}

#digi_ct #process .pro_box,#digi_ct #process .pro_box2 {
	width: 40%;
}

#digi_ct #process .dt_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#digi_ct #process .dt_box .span1 {
	background: #000000;
	color: #FFFFFF;	
	height: auto;
	width: 5%;
	aspect-ratio: 1 / 1;
	padding: 0.5em;
	margin-right: 3%;
	position: relative;
}

#digi_ct #process .dt_box .span2 {
	font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#digi_ct #process .dt_box p {
	font-size: 20px;
	text-align: left;
}

#digi_ct #process .dd_box {
	text-align: left;
	padding: 2.0em 0 2.5em 7%;
	border-left: 1px solid #b7b4b1;
	margin-left: 1.2em;
	font-size: 15px;
}

#digi_ct #process .pro_box2 {
	margin-left: 5%;
}

#digi_ct #process .pro_box2 .dd_last {
	border: none;
}

#digi_ct #line_up {
	padding: 5.0em 0;
}

#digi_c #line_up ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#digi_t #line_up ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#digi_ct #line_up ul li img {
	margin-bottom: 1.5em;
}

#digi_ct #line_up .ol_li ul li,#digi_ct #line_up .ol_li2 li {
	width: 24%;	
	font-size: 15px;
}

#digi_ct #line_up .ol_li ul li span,#digi_ct #line_up .ol_li2 li span {
	font-size: 20px;
	display: inline-block;
	margin: 0.5em auto;
}

#digi_ct #line_up .ol_li ul li p span {
	color: #F2B87C;
}

#digi_ct #line_up .ol_li ul li .kome {
	font-size: 10px;
}

#digi_ct #line_up .ol_li ul li {
	margin-right: 1.3%;
}

#digi_ct #line_up .ol_li2 ul {
	justify-content: space-between;
}


#digi_c #line_up .ol_li {
	border-bottom: 1px solid #ededed;
	margin-bottom: 3.0em;
	padding-bottom: 2.0em;
}

digi_t #line_up .ol_li {
	border: none;
	margin-bottom: 3.0em;
	padding-bottom: 2.0em;
}

#digi_ct #line_up .ol_li2 .p_plex {
	color: #FF3399;
}

#digi_ct #line_up .ol_li2 .d_plex {
	color: #EEC342;
}

#digi_ct #line_up .ol_li2 .a_plex {
	color: #0066FF;
}

#digi_ct #line_up .ol_li2 .c_plex {
	color: #00B050;
}


@media only screen and (max-width: 798px) {
	#digi_ct .sp_ {
	display: block;
}
	#digi_ct #intro h1 span {
    font-size: 16px;
}
	#digi_ct #intro h1 {
    font-size: 26px;
	text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff ,
    -2px -2px 10px #fff;
}
	#digi_ct .box dl {
    align-items: flex-start;
}
	#digi_ct .box dt {
    font-size: 20px;
}
	#digi_ct .box li p {
    font-size: 12px;
}
	#digi_ct #process .flex_box {
    justify-content: space-between;
}
	#digi_ct #process .pro_box, #digi_ct #process .pro_box2 {
    width: 48%;
}
	#digi_ct #process .dt_box span {
    padding: 0.5em 0.65em;
}
	#digi_ct #line_up .ol_li ul li, #digi_ct #line_up .ol_li2 li {
    font-size: 10px;
}
	#digi_ct #line_up .ol_li ul li span, #digi_ct #line_up .ol_li2 li span {
    font-size: 16px;
}
	#digi_ct .box li {
    padding: 1.5em 2%;
}
	#digi_ct .box .box_2 {
    font-size: 10px;
}

}


@media only screen and (max-width: 640px) {
	#digi_ct #intro h1 {
    top: 1.0em;
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
	text-shadow: none;
}
	#digi_ct #intro h1 span {
        font-size: 14px;
    }
	
	    #digi_ct .box dt {
        font-size: 16px;
    }
	    #digi_ct .box dl {
        flex-direction: column;
		margin: 2.0em auto 3.0em;
    }
	
	#digi_ct .box dt {
    font-size: 16px;
    width: 100%;
	padding: 0.2em 0;
	margin-bottom: 1.0em;
}
	#digi_ct .box dd {
    width: 100%;
}
	#digi_ct .box ul {
    flex-direction: column;
}
	    #digi_ct .box li {
        width: 100%;
        margin-bottom: 2.0em;
		padding: 1.5em 5%;
    }
	
	#digi_ct .box .list_2:after{
	content: "";
        display: inline-block;
        background: url("../../img/comm/tri_2.jpg") no-repeat top;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 30 / 20;
	position: absolute;
	top: -1.5em;
	transform: translateX(-50%);
	left: 50%;
}

#digi_ct .box .list_2:before{
	content: "";
        display: inline-block;
        background: url("../../img/comm/tri_2.jpg") no-repeat bottom;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 30 / 20;
	position: absolute;
	bottom: -1.5em;
	transform: translateX(-50%);
	left: 50%;
}
	#digi_ct .box li span {
    font-size: 16px;
}
	#digi_ct .box .flex_box {
    flex-direction: column;
}
	#digi_ct .box .box_1 {
    width: 100%;
    margin-bottom: 1.5em;
}
	#digi_ct .box .box_2 {
        width: 100%;
    }
	#digi_ct .box .box_3 {
    width: 100%;
    margin-bottom: 2.0em;
}
	#digi_ct .box .box_3 td {
    font-size: 10px;
}
	#digi_ct .box .box_3 th {
    font-size: 12px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
	#digi_ct .box .box_3 td span {
    font-size: 10px;
}
	#digi_ct .box .box_3 .last_th td:first-child {
	border-bottom-left-radius: 10px;
}

#digi_ct .box .box_3 .last_th td:last-child {
	border-bottom-right-radius: 10px;
}
	#digi_ct .box:last-child {
    padding-bottom: 2.0em;
}
	#digi_ct #process {
    padding: 3.0em 0;
}
	    #digi_ct #process .flex_box {
        flex-direction: column;
    }
	    #digi_ct #process .pro_box, #digi_ct #process .pro_box2 {
        width: 100%;
    }
	#digi_ct #process .pro_box2 {
    margin: auto;
}
	#digi_ct #process .dd_box {
    padding: 1.0em 0 2.0em 7%;
	font-size: 14px;
}
	#digi_ct #process .dt_box p {
    font-size: 18px;
}
	#digi_ct #line_up .ol_li ul li,#digi_ct #line_up .ol_li2 li {
        width: 48%;
		margin: auto;
    }
	#digi_t #line_up .ol_li ul li {
        width: 48%;
		margin-bottom: 2.0em;
    }
	#digi_ct #line_up ul {
    flex-wrap: wrap;
}
	#digi_ct #line_up .ol_li2 li {
        margin-bottom: 2.5em;
    }
	#digi_ct #line_up {
    padding: 3.0em 0 0;
}
	#digi_t #line_up ul {
		justify-content: space-between;
}
	#digi_ct #line_up .ol_li ul li .kome {
    font-size: 8px;
}
	
	
}


