@charset "utf-8";
/*******************************************************
mescius -http://www.mescius.jp/
Copyright(c)
by mescius GCTeam AC
*******************************************************/
/*** Form normalizing style  ***/
/* Base for label styling */


#make-app, #use {
	margin-top: -150px;
	padding-top: 150px;
}

.wrap--2col-btn {
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	margin: -2rem auto 0;
}


.section--movie {
	position: relative;
	display: flex;
    max-width: 800px;
    width: 75%;
	height: fit-content;
    margin: 50px auto 50px;
}

.section--movie::after {
	position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: calc(100vw * 0.65 / 3 * 2 * 0.15);
	font-size: clamp(3em, 10vw, 100px);
    color: rgba(255, 255, 255, 0.8);
    content: "\f144";
    text-decoration: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.section--movie:hover::after, .section--movie:active::after {
    color: rgba(255, 255, 255, 1);
}

.section--movie-thumb {
	width: 100%;
	height: 100%;
}

.section--img {
	display: flex;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding: 2em !important;
}

.text--width-img {
	width: 50%;
}

.img--with-text {
	width: 45%;
	max-width: 320px;
	min-width: 250px;
	margin: 0 auto 2rem;
}

/***************
System
***************/
.table--head {	width: 25%;}

.table--td { text-align: left;}

@media only screen and (max-width : 1112px) {
#make-app, #use {
	margin-top: -100px;
	padding-top: 100px;
}
	
.text--width-img {
	width: 100%;
	}
}

@media only screen and (max-width : 960px) {
	
.wrap--2col-btn {
	width: 100%;
	margin-top: -1rem;
	}
	
.section--movie { width: 100%;}
}
	
@media only screen and (max-width : 768px) {

.section--img {
	width: 100%;
	}
}

@media only screen and (max-width : 640px) {
	
.case--two-culumns {
	flex-direction: column;
	align-items: center;
}
	
.case--column-left, .case--column-right {
	width: 100%;
	margin-bottom: 1.5rem;
	}
	
.block--case-parter_wrap {
	flex-direction: column;
	}
	
.block--case-parter_img {
	margin: 0 0 2rem;
	}
	
.block--case-parter_p {
	width: 100%;
	}

.table--box {
	margin-bottom: 2em;
	border: solid 1px #999;
	}

.table--box p{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 1em 1.5em;
	text-align: center;
	}
	
.table--name {
	background: #b1d5e1;
	color: #444;
	}
	
.table--item { border-top: solid 1px #999;} 
	
.table--box span{
	margin-right: 0.5em;
	font-weight: bold;
	}
}


@media only screen and (max-width : 480px) {
	.table--case { min-width: 100%; }
	.table--case-tr {
		display: flex;
		flex-direction: column;
	}
	.table--case-th { width:100%; }
	.table--case-td { width:100%; }
	.table--case-tr:last-child { border-bottom:0; }
	
table {
	width: 100%;
	}
	
tr {
	display: flex;
	flex-direction: column;
	border: none !important;
	}

table .table--tr:first-of-type {
border-top: none !important;
	}
table .table--tr {
border-top: solid 1px #666 !important;
	}
	
table .table--td, table .table--head, .table--case-tr {
	border: none !important;
	border-top: none !important;
	}

.table--duo .table--head {
	display: flex;
	width: 100% !important;
	}
	
}
