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

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

#main {
	padding: 0!important;
}

#digi_top #kanban {
	background: url("../../img/top/key_bk.jpg") no-repeat;
	background-size: cover;
	padding: 8.0em 0;
}

#digi_top #kanban span {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 5.0em;
	line-height: 2.0;
	display: inline-block;
	font-weight: normal;
}

#digi_top #kanban h1 img {
	margin: auto;
}


#digi_top #technology .box {
	padding: 5.0em 0;
}

#digi_top #technology h3,#digi_top #semi_movie h3 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 1.0em;
	line-height: 2.0;
}

#digi_top #technology .box_1 {
	width: 45%;
}

#digi_top #technology .box .flex_box {
	align-items: flex-end;
}

#digi_top #technology .box .box_2 img {
	width: 100%;
}

#digi_top #technology .box_2 p {
	font-size: 20px;
	padding: 0.8em 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#digi_top #technology .dc_box .box_2 p {
	background: #e0b782;
}

#digi_top #technology .dt_box .box_2 p {
	background: #dbcba6;
}

#digi_top #technology .box_2 img {
	width: 100%;
}

#digi_top #technology .box_02 {
	background: #FFF9F3;
	padding: 5.0em 0;
}

#digi_top #technology .box_02 li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#digi_top #technology .box_02 li:nth-child(2) {
	flex-direction: row-reverse;
	padding: 8.0em 0;
}

#digi_top #technology .box_02 li .box_02_ {
	width: 45%;
	text-align: left;
}

#digi_top #technology .box_02 li .box_02_ img {
	width: 100%;
}

#digi_top #technology .box_02 li .box_02_ p {
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0.5em;
}

#digi_top #technology .dl_1 dt {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 1.0em;
}

#digi_top #technology .dl_1 dt span {
	color: #E0B782;
}

#digi_top #technology .dl_1 dd {
	line-height: 1.8;
	margin-bottom: 3.0em;
}

#digi_top #technology .dl_2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 20px;
}

#digi_top #technology table {
	font-size: 12px;
}

#digi_top #technology .td_dt {
	background: #270C15;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
	width: 35%;
	border-bottom: 1px solid #FFFFFF;
	padding: 0.8em 0;
}

#digi_top #technology .td_dd {
	width: 65%;
	background: #FFFFFF;
	padding: 0.8em 0 0.8em 1.0em;
	box-sizing: border-box;
}

#digi_top #technology .first .td_dt {
	border-top-left-radius: 20px;
}

#digi_top #technology .last .td_dt {
	border-bottom-left-radius: 20px;
}

#digi_top #technology .first .td_dd {
	border-top-right-radius: 20px;
	border-bottom: 1px solid #FFF9F3;
}

#digi_top #technology .last .td_dd {
	border-bottom-right-radius: 20px;
	border-top: 1px solid #FFF9F3;
}

#digi_top #technology .pro_btn {
	margin-top: 8.0em;
}

#digi_top #technology .pro_btn .btn {
	margin-top: 2.0em;
}

#digi_top #technology .pro_btn .btn a {
	background: #FFFFFF;
	border: 1px solid #707070;
	display: block;
	width: 100%;
	padding: 1.0em 0;
	border-radius: 30px;
	position: relative;
}

#digi_top #technology .pro_btn .btn a:after{
	content: "";
        display: inline-block;
        background: url(https://digicure.jp/img/comm/btn.jpg) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 5%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.0em;
}





@media only screen and (max-width: 798px) {
	#digi_top #technology .box_1,#digi_top #semi_movie .box {
	width: 48%;
}
	#digi_top #technology .box_02 li {
    flex-direction: column;
}
	#digi_top #technology .box_02 li:nth-child(2) {
    flex-direction: column;
}
	#digi_top #technology .box_02 li .box_02_ {
		width: 100%;
	}
	
	#digi_top #technology .box_02 li .box_02_ img {
		margin-bottom: 1.0em;
	}
	
	
}


@media only screen and (max-width: 640px) {
	#digi_top #kanban span {
    font-size: 15px;
    margin-top: 1.0em;
}
	#digi_top #kanban {
    padding: 5.0em 0;
}
	#digi_top #kanban h1 img {
		width: 80%;
	}
	#main h2 span {
    font-size: 13px;
}
	#digi_top #technology h3 {
    font-size: 18px;
}
	
	#digi_top #technology .box_2 p {
    font-size: 12px;
}
	#digi_top #technology .logo {
		width: 80%;
		margin: auto;
	}
	
	#digi_top #technology .dl_1 dt {
    font-size: 18px;
}
	#digi_top #technology .first .td_dt {
    border-top-left-radius: 10px;
}
	#digi_top #technology .first .td_dd {
    border-top-right-radius: 10px;
}
	#digi_top #technology .last .td_dt {
    border-bottom-left-radius: 10px;
}
	#digi_top #technology .last .td_dd {
    border-bottom-right-radius: 10px;
}
	#digi_top #technology .box_2 p {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
	#digi_top #technology .pro_btn .btn a {
    padding: 0.5em 0;
    border-radius: 20px;
}
	#digi_top #technology .pro_btn .btn a:after {
    width: 10%;
    right: 0.5em;
}

	#digi_top #technology .box_02 {
    padding: 3.0em 0;
}
	#digi_top #technology .box_02 li:nth-child(2) {
    padding: 5.0em 0;
}
	#digi_top #technology .dl_1 dd {
    margin-bottom: 1.5em;
}
}




#digi_top #semi_movie .flex_box {
	margin: 5.0em auto;
}

#digi_top #semi_movie .box {
	width: 45%;
}

#digi_top #semi_movie .box p {
	margin-top: 1.0em;
	font-weight: 500;
	font-size: 18px;
}

#digi_top #semi_movie .btn a {
	background: #000000;
	color: #FFFFFF;
	display: block;
	width: 50%;
	margin: 3.0em auto auto;
	padding: 1.0em 0;
	border-radius: 30px;
	position: relative;
}

#digi_top #semi_movie .btn a:after{
	content: "";
        display: inline-block;
        background: url(https://digicure.jp/img/comm/btn_2.png) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 5%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.0em;
}

#digi_top #semi_movie .btn_2 {
	background: #000000;
	color: #FFFFFF;
	display: block;
	width: 50%;
	margin: 3.0em auto auto;
	padding: 1.0em 0;
	border-radius: 30px;
}



#digi_top #semi_movie {
    padding: 3.0em 0;
}

#digi_top #semi_movie .inner {
	max-width: 1000px;
}

#digi_top #semi_movie .box {
	width: 45%;
}

#digi_top #semi_movie .box video {
	width: 100%;
}

@media only screen and (max-width: 798px) {
	#digi_top #semi_movie .box {
	width: 48%;
}
}

@media only screen and (max-width: 640px) {
	
	#digi_top #semi_movie .flex_box {
		flex-direction: column;
	}
	#digi_top #semi_movie .box {
	width: 100%;
	margin-bottom: 1.5em;
}
	#digi_top #semi_movie .box p {
	margin-top: 0.5em;
	font-size: 13px;
}
	#digi_top #semi_movie .flex_box {
    margin: 3.0em auto 1.5em;
}
		#digi_top #semi_movie .btn a {
    width: 100%;
	margin: 1.5em auto auto;
}
	#digi_top #semi_movie .btn_2 {
		width: 100%;
	margin: 1.5em auto auto;
	}
	#digi_top #semi_movie h3 {
        font-size: 16px;
    }
}