@charset "UTF-8";

main article#mv section:first-child{
	background: url(/img/campaign/gigamax/bg.png) center top no-repeat #000;
}
main h1{
	padding: 0;
	margin: 0;
}
h2{
	margin-top: 0;
	font-size: 2.4rem
}
h3{
	font-size:2rem;
}
.wbox1 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 12px;
	background-color: transparent;
}
.wbox2 {
	max-width: 900px;
	margin: 0 auto 40px;
	background-color: transparent;
	padding: 0 12px;
}
.conttop .w960, .conttop .w900 {
	margin-bottom: 0;
	padding: 0;
}
/*
*/
.cptxt1 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 1rem;
}
.cptxt2 {
	font-size: 13px;
	text-align: left;
	margin-bottom: 1rem;
}
.kiyaku{
	width: 900px;
	height: 300px;
	overflow: auto;
	border: 1px solid #dce5eb;
	background-color: #fff;
	text-align: left;
	padding: 20px;
	margin: 0 auto 60px;
}
.mb1{margin-bottom: 1rem;}
.mb2{margin-bottom: 2rem;}
.mb3{margin-bottom: 3rem;}
.mb4{margin-bottom: 4rem;}
.mb5{margin-bottom: 5rem;}
.mb6{margin-bottom: 6rem;}

/*-----------------------------------------------------------------------
 * responsive
 *----------------------------------------------------------------------- */

@media screen and (max-width: 1179px) {
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 879px) {
}

@media screen and (min-width: 768px) { /*pc*/
	.br_sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	.sp_img{
		display: none;
	}
	
	main .txt01{
		width: 860px;
		margin: 0 auto;
	}
	
	h2 {
    font-size: 22pt;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) { /*smartphone*/
h2{ font-size: 1.9rem;}
h3{ font-size:1.5rem;}
.kiyaku{
		width: auto;
    height: 230px;
    margin-bottom: 60px;
    padding: 20px;
    margin: 0 12px 20px;
}
.pc_img{
		display: none;
}
.sp_img{
		display: inline-block;
}
.cptxt1 {
	font-size: 16px;
}
.cptxt2 {
	font-size: 12px;
}
	
h2 {
    font-size: 14pt;
    margin-bottom: 20px;
}
	
.mb5 {
    margin-bottom: 3.5rem;
	}

}
@media screen and (max-width: 719px) {
}

@media screen and (max-width: 479px) {
	.wbox1 {
		margin-bottom: 40px;
	}
	.btn.arrow-r, .btn.arrow-u, .btn.arrow-d {
		padding-right: 52px;
		padding-left: 38px;
	}
	/*
	.cptxt1 {font-size: 0.9rem;}
	.cptxt2 {font-size: 0.8rem;}
*/
}
@media screen and (max-width: 320px) {
}


