/* CSS Document */
#izfrontier_page {
	font-size:18px;
	line-height:1.5em;
}

#izfrontier_page h4 {
	margin: 0.5em 0;
    font-size: 40px;
    font-weight: bold;
}
#izfrontier_page a,#izfrontier_page a:hover,#izfrontier_page a:link,#izfrontier_page a:visited {
	text-decoration:none;
}
.inner_text1 {
        margin: -550px 0px 55px 50px;
    width: 400px;
    height: 500px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    color: #ffffff;
}

.inner_text2 {
    margin: -550px 0px 55px 50px;
    width: 400px;
    height: 500px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
}

.inner_text3 {
    margin: -550px 0px 55px 300px;
    width: 400px;
    height: 500px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    color: #ffffff;
}
.inner_text1 h2,.inner_text2 h2,.inner_text3 h2 {
	font-size:80px;
	font-weight:bold;
}
.inner_text1 span,.inner_text2 span,.inner_text3 span {
	font-size:50px;

}

ul.group li {
    width: 48%;
    margin: 1%;
    border: 2px solid #ccc;
    float: left;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}
ul.group li a:hover{
	opacity:0.8;
}
ul.group li span:after {
	content:">";
	float: right;
	padding-right:3%;
}

ul.group li span {
    padding-top: 10%;
    display: block;
}

ul.group li img {
	float: left;
    width: 25%;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #333333;
    opacity: 0.8;
}
#page_top a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}



.mt30 {
	margin-top:30px;
}
.pc {
	display:block;
}
.sp {
	display:none;
}

@media only screen and (max-width: 768px) {
	#izfrontier_page {
	font-size:3vw;
}
.inner_text1 {
margin: -70% 0% 36% 3%;
    width: 80%;
    height: auto;
    font-size: 4vw;
}

.inner_text2 {
 margin: -70% 0% 18% 3%;
    width: 80%;
    height: auto;
    font-size: 4vw;
}

.inner_text3 {
margin: -70% 0% 24% 43%;
    width: 56%;
    height: auto;
    font-size: 4vw;
}
.inner_text1 h2,.inner_text2 h2,.inner_text3 h2 {
	font-size:10vw;
	margin-bottom:0.5em;
}
.inner_text1 span,.inner_text2 span,.inner_text3 span {
	font-size:6vw;

}
ul.group li {
    width: 48%;
    margin: 1%;
    border: 2px solid #ccc;
    float: left;
    text-align: center;
    font-size: 2.8vw;
    vertical-align: middle;
}
#Contents ul.group li img {
    float: left;
    width: 30%;
}
	
.sp {
	display:block;
}
.pc {
	display:none;
}
	
}