@charset "UTF-8";

img {
  vertical-align: bottom;
}
body {
  background-color: #fff;
}
a {
  text-decoration: none;
  color: #000;
  display: block;
}
p {
	font-size: 14px;
	line-height: 1.5;
}
.robot {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
ul {
	padding-left: 0;
}
ul li {
	padding-left: 0;
	list-style-type: none;
}
.sp {
	display: none;
}
.block_text,.block_img,
.block_left,.block_right {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.inner { 
	max-width: 1000px;
	margin: 0 auto;
}

.top img{
	width: 100%;
}
/*sec2*/
.sec2 {
	text-align: center;
	margin: 80px auto 90px;
}
.sec2 h1 {
	max-width: 806px;
	margin: auto;
}
.point {
	margin: 40px auto 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #e94731;
}
.point li {
	display: inline-block;
	margin: 30px 15px 0;
}
.point li:nth-child(odd) .block_text {
	text-align: right;
	margin-right: 20px;
}
.point li:nth-child(even) .block_text {
	text-align: left;
	margin-left: 20px;
}
.block_text {
	width: 200px;
}
.block_text h2{
	font-size: 24px;
	color: #e94731;
	line-height: 1;
	letter-spacing: 2px;
	border-bottom: 3px solid #e94731;
	display: inline-block;
}
.block_text p {
	font-size: 16px;
	margin-top: 22px;
	font-weight: bold;
}
.block_text p .small {
	font-size: 12px;
}
.focus {
	overflow: hidden;
	margin: auto;
    max-width: 955px;
}
.focus li {
	display: inline-block;
	float: left;
	margin-right: 25px;
}
.focus li:last-child {
	margin-right: 0;
}
.focus li p {
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
}

/*sec3*/
.sec3 {
	background-color: #000;
	text-align: center;
	margin: 80px auto 90px;
	padding: 100px 0;
	color: #fff;
}
.sec3 h1 {
	max-width: 806px;
	margin: auto;
	margin-bottom: 40px;
}
.price {
    font-size: 16px;
    margin-bottom: 15px;
}
.squer {
    border: 2px solid #fff;
    padding: 4px 7px;
    margin-right: 10px;
}
.note {
    font-size: 12px;
    line-height: 1;
    margin: 40px 0 0;
}
/*sec4*/
.sec4 {
	text-align: center;
	margin-bottom: 110px;
}
.box {
	margin: 70px auto 0;
	border-bottom: 1px solid #e94731;
	padding-bottom: 90px;
}
.marker span {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	display: inline-block;
	width: 154px;
	line-height: 1.8;
}
.size {
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}
.sec4 ul {
	margin-top: 20px;
}
.sec4 ul li {
	display: inline-block;
	margin-right: 30px;
}
.sec4 ul li:last-child {
	margin-right: 0px;
}
.sec4 .color {
	margin: 20px 0 15px;
	font-size: 12px;
}
p.btn_by a {
    color: #fff;
    font-weight: bold;
    border: 1px solid #e94731;
    background-color: #e94731;
    display: inline-block;
    width: 150px;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
}
p.btn_by a::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(/assets/img/sp/majorstyle/btn_arrowW.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    top: 30%;
    right: 6%;
}
p.btn_by a:hover {
    color: #e94731;
    font-weight: bold;
    border: 1px solid #e94731;
    background-color: #fff;
    display: inline-block;
    width: 150px;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
    transition: .3s;
    -webkit-transition: .3s;
}
p.btn_by a:hover::after {
    background-image: url(/assets/img/sp/majorstyle/btn_arrowH.png);
    transition: .3s;
    -webkit-transition: .3s;
}

/*sec5*/


@media (max-width: 768px) {
	.sp {
	display: block;
	}
	.pc {
	display: none;
	}
	p {
	font-size: 12px;
	line-height: 1.7;
	}
	img {
  	width: 100%;
  	vertical-align: bottom;
	}
	.sec2 {
    margin: 40px auto 70px;
	}
	.sec2 h1 {
		width: 90%;
	}
	.point {
    margin: 40px auto 40px;
    padding-bottom: 50px;
	}
	.focus {
		width: 90%;
		margin: auto;
	}
	.focus li {
		width: 48%;
		margin-right: 4%;
		margin-top: 10px; 
	}
	.focus li:nth-child(even) {
		margin-right: 0;
	}
	.focus li p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
	}
	.sec3 {
    margin: 10px auto 40px;
    padding: 30px 0;
	}
	.sec3 h1 {
	    margin-bottom: 30px;
	    width: 90%;
	}
	.sec4 {
    margin-bottom: 60px;
	}
	.note {
    margin: 30px 0 0;
	}
	.box {
    margin: 30px auto 0;
    padding-bottom: 50px;
	}
	.price {
    font-size: 13px;
	}
	.squer {
    border: 1px solid #fff;
    padding: 2px 5px;
    margin-right: 10px;
	}
	.note {
    margin: 10px auto 0;
    width: 90%;
    line-height: 1.5;
    font-size: 10px;
	}
	.sec4 ul {
    width: 90%;
    margin: 20px auto 0;
	}
	.sec4 ul li {
    display: inline-block;
    margin-right: 0;
    width: 49%;
	}
	.sec4 ul li:nth-child(even) {
    margin-right: 0px;
	}
	.sec4 ul li:nth-child(3),
	.sec4 ul li:nth-child(4) {
    margin-top: 5%;
	}
	.box ul li:nth-child(2) img,
	.box ul li:nth-child(3) img,
	.box ul li:nth-child(4) img {
		width: 50%;
	}
	p.btn_by a:hover {
    color: #fff;
    border: 1px solid #e94731;
    background-color: #e94731;
	}
	p.btn_by a::after:hover {
	background-image: url(/assets/img/sp/majorstyle/btn_arrowW.png);
	}


}

@media only screen and (max-width: 481px) {
	p {
    font-size: 14px;
    line-height: 1.3;
	}
	.point {
    margin: 10px auto 20px;
    padding-bottom: 30px;
	}
	.block_text {
	width: 170px;
	}
	.block_img {
    width: 150px;
	}
	.point li:nth-child(odd) .block_text {
    margin-right: 10px;
	}
	.point li:nth-child(even) .block_text {
    margin-left: 10px;
	}
	.point li {
    display: inline-block;
    margin: 20px 5% 0;
	}
	.block_text h2 {
    font-size: 20px;
    letter-spacing: 2px;
    border-bottom: 1px solid #e94731;
	}
	.block_text p {
    font-size: 14px;
    margin-top: 10px;
	}
	.block_text p .small {
    font-size: 10px;
	}
	.focus {
    width: 90%;
	}
	.focus li {
    width: 150px;
    margin: 2% 3% 0;
	}
	.focus li p {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0;
	}
	.sec3 {
    margin: 10px auto 0;
	}
	.sec3 h1 {
	    width: 90%;
	}
	.sec4 {
    margin: 0 auto 40px;
	}
	.box {
    margin: 30px auto 0;
    padding-bottom: 30px;
	}
	.sec4 ul {
    margin: 10px auto 0;
    width: 80%;
	}
	.sec4 ul li {
    margin-right: 0px;
	margin-top: 5%;
	width: 100%;
	display: block;
	}
	.sec4 ul li img {
	}
	.sec4 .color {
    font-size: 10px;
    letter-spacing: 0;
	}
	.marker span {
    font-size: 14px;
    width: 144px;
    line-height: 1.8;
	}
	.size {
    font-size: 14px;
	}

}

@media only screen and  (max-width: 360px) {
	.block_text {
	width: 130px;
	}
	.block_img {
    width: 130px;
	}
	.block_text h2 {
    font-size: 18px;
	}
	.block_text p {
    font-size: 12px;
    margin-top: 7px;
	}
	.focus li {
    width: 130px;
    margin: 2% 3% 0;
	}
	.focus li p {
    font-size: 10px;
	}


}