@charset "UTF-8";


#mainimg,
#maker,
#tokuten,
#ebook{
	max-width: 865px;;
	margin-left: auto;
	margin-right: auto;
}

#maker,
#tokuten{
	margin-bottom: 20px;
}

#tokuten img{
	margin-bottom: 30px;
}


.setsumei .kikan{
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}

.setsumei .kikan .hizuke{
	font-size: 210%;
}

#ebook{
	text-align: center;
}

.banner{
	width: 100%;
}

.cen img{
	margin: 0 auto;
}

.bold{
	font-weight: 700;
}
.twoColumnBanner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
    display: table;
}
.twoColumnBanner .banner{
    padding-left: 10px;
/*    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;*/
    display: table-cell;
    /*vertical-align: bottom;*/
    width: 50%;
}
.twoColumnBanner .banner:first-child{
    padding-right: 10px;
    padding-left: 0;
}

.bigFont{
	font-size: 1.5rem;
	padding-top:1.0rem;
	padding-bottom:1.0rem;
}
.twoColumnBanner,
.banner p{
	font-size: 0.85rem;
}

.banner .titleDesign01{
	color: #fff;
	background-color: #6e6e6e;
	display: inline-block;
	min-width: 134px;
	line-height: 1;
	padding: 5px 8px;
	margin-bottom: 13px;
}
.banner .titleDesign02{
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 1.0rem;
}
.banner .desc{
	margin-bottom: auto!important;
}
.brownUnderline{
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}
.brownUnderline span{
	border-bottom: 3px solid #DBA901;
}
.showArrowOnSP{
	display: flex;
    justify-content: center;
}

.PC{
	display:block;
}
.SP{
	display:none;
}
a img{
	backface-visibility: hidden;
}

@media screen and (max-width: 780px) {
	.PC{
		display:none;
	}
	.SP{
		display:block;
	}
}
@media screen and (max-width: 480px) {
	.banner .titleDesign01{
		color: #fff;
		background-color: #6e6e6e;
		display: inline-block;
		min-width: 100px;
	}
	.bigFont{
		font-size: 1.0rem;
	}
	.banner .titleDesign02{
		font-size: 0.85rem;
		margin-top: 1.0px;
		margin-bottom: 5.0px;
	}
	
	.PC{
		display:none;
	}

	.SP{
		display:inherit;
	}

	.setsumei .kikan{
		font-size: 160%;
	}

	.setsumei .kikan .hizuke{
		font-size: 190%;
	}

}


