@charset "utf-8";

/* PC
-------------------------------------------------- */
@media screen and (min-width:768px){

.mainVisual{
	margin-top:30px;
	text-align:center;
}

.overview{
	margin-top:27px;
	font-size:16px;
	line-height:1.6em;
}

.overview span{
	font-weight:bold;
	text-decoration:underline;
}

#flexLeft h1{
	font-weight:normal;
}

.update{
	font-weight:normal;
}

#flexLeft h2{
	font-size:20px;
	line-height:20px;
	padding:15px 10px;
	background:#efefef;
	margin:50px 0 0;
	font-weight:normal;
}

.cnt-text{
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.8;
}

.cnt-text2{
	margin-top: 50px;
	font-size: 16px;
	line-height: 1.8;
}

.packageSize{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.packageSize li{
	width: 30%;
}

.packageSize li p{
	margin-top: 10px;
	text-align: center;
}

.cnt-img{
	margin-top: 40px;
	text-align: center;
}

.cnt-movie{
	margin-top: 60px;
	text-align: center;
}

.cnt-movie iframe{
	width: 730px;
	height: 411px;
}

.itemBox{
	padding: 30px 0;
}

.itemBox{
	border-bottom: 1px solid #ccc;
}

.itemFlex{
	display: flex;
}

.itemFlex p{
	margin-left: 0;
}

.itemImg{
	display: block;
	width: 255px !important;
}

.itemFlexR{
	width: 500px !important;
	margin-left: 30px;
}

.itemName{
	width: 480px !important;
	margin: 0;
	padding: 0 0 20px;
}

.itemName a{
	color: #0d6ce1;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
}

.itemText{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 30px;
}

a.buttonRed{
	display: block;
	background: #cc0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 380px;
	margin: 30px auto 0;
	color: #fff;
	border-radius: 30px;
	padding: 10px;
	line-height: 1.8;
}

a.buttonGray{
	display: block;
	background: #dfdfdf;
	font-size: 16px;
	text-align: center;
	width: 380px;
	margin: 20px auto 0;
	color: #333;
	border-radius: 30px;
	padding: 10px;
	line-height: 1.8;
}

a.buttonGray:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(https://gigaplus.makeshop.jp/dartshive/img/page/code82/form.png) top center no-repeat;
	background-size: 100%;
	margin-left: 5px;
}

a.buttonGray + p{
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin-top: 5px;
}

}



/* SP
-------------------------------------------------- */
@media screen and (max-width:767px){

.mainVisual{
	margin-top:20px;
	text-align:center;
}

.mainVisual img{
	width:100%;
}

#flexLeft h1{
	text-align: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.3em;
}

#flexLeft h2{
	font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    padding: 10px;
    background: #efefef;
    margin-top: 30px;
}

.overview {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6em;
}

.cnt-text{
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.8;
}

.cnt-text2{
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.8;
}

.packageSize{
	margin-top: 10px;
}

.packageSize li{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.packageSize li p{
	margin-top: 10px;
	text-align: center;
}

.cnt-img{
	margin-top: 40px;
	text-align: center;
}

.cnt-img img{width: 80%;}

.cnt-movie{
	margin-top: 60px;
	text-align: center;
}

.cnt-movie iframe{
	width: 320px;
	height: 180px;
}

.itemBox{
	padding: 30px 0;
}

.itemBox{
	border-bottom: 1px solid #ccc;
}

.itemImg{
	display: block;
	text-align: center;
}
.itemImg img{
	width: 80%;
}

.itemFlexR{
	margin-top: 10px;
	width: 90% !important;
}

.itemName a{
	color: #0d6ce1;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
}

.itemText{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}

a.buttonRed{
	display: block;
	background: #cc0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: 20px auto 0;
	color: #fff;
	border-radius: 30px;
	padding: 10px;
	line-height: 1.8;
}

a.buttonGray{
	display: block;
	background: #dfdfdf;
	font-size: 14px;
	text-align: center;
	width: 80%;
	margin: 20px auto 0;
	color: #333;
	border-radius: 30px;
	padding: 10px;
	line-height: 1.8;
}

a.buttonGray:after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(https://gigaplus.makeshop.jp/dartshive/img/page/code82/form.png) top center no-repeat;
	background-size: 100%;
	margin-left: 5px;
}

a.buttonGray + p{
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin-top: 5px;
}

}
