@charset "UTF-8";
/* CSS Document */

/* Clearfix
---------------------------------*/
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clear { clear:both; }

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*-------------------------
    標準フォーマット
--------------------------*/
body {
    margin: 0 auto;
}
.contents_area{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Kozuka Gothic Pro R", sans-serif;
	margin:0 auto;
	width:100%;
	max-width:1600px;
}

.pc{
	display:inherit;
}
.sp{
	display:none;
}

.top_area{
	margin:0 auto;
	background-image:url(https://www.roland.com/RolandComSite/media/jp/proav/promos/v1_genba_cmp/main_back.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	height:750px;
	position:relative;
}
.top_area .title_image{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:85%;
	max-width: 785px;
	top: 241px;
}
.lead_area{
	margin:0 auto;
	width:90%;
	max-width:800px;
}
.lead_area .lead_text{
	font-size:20px;
	line-height:34px;
	color:#515151;
	margin-top: 70px;
	margin-bottom: 80px;
}
.main_area{
	margin:0 auto;
	width:90%;
	max-width:840px;
}
.main_area .s_wrap{margin-bottom: 70px;}
.main_area .s_wrap .wrap_name{
	font-size:35px;
	font-weight:300;
	line-height:43px;
	color:#515151;
	margin-top: 35px;
	margin-bottom: 35px;
	border-left: 17px solid #ff8100;
	padding-left: 20px;
}
.main_area .s_wrap .wrap_name span.small{
	font-size:20px;
	margin-right: 15px;
}
.main_area .s_wrap .wrap_name span.backline{
	background-image:url(https://www.roland.com/RolandComSite/media/jp/proav/promos/v1_genba_cmp/backline.png);
	background-position: center 27px;
	background-repeat: repeat-x;
}
.main_area .s_wrap .image{
	margin:0 auto;
	width:100%;
}
.main_area .s_wrap .comment{
	font-size:15px;
	line-height:28px;
	font-weight:300;
	color:#515151;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entry_back{
	background-color: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 70px;
}
.entry_area{
	margin:0 auto;
	width:90%;
	max-width:840px;
	margin-bottom: 100px;
}
.entry_area .s_wrap{
	margin-bottom: 50px;
	counter-reset: number 0;
	}
.entry_area .s_wrap .wrap_name{
	font-size:35px;
	font-weight:300;
	line-height:43px;
	color:#515151;
	border-left: 17px solid #008aff;
	padding-left: 20px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.entry_area .s_wrap .wrap_name span{
	font-size:20px;
}
.entry_area .s_wrap .comment{
	font-size:18px;
	line-height:26px;
	font-weight:300;
	color:#515151;
	margin: 0;
	margin-bottom: 10px;
	position:relative;
	
}
.entry_area .s_wrap .numb01{
	padding-left: 61px;
}
.entry_area .s_wrap .numb01:before {
    position: absolute;
    left: 0;
    counter-increment: number 1;
    content: "その" counter(number) ".";
}
.entry_area .s_wrap .numb02{
	padding-left: 25px;
}
.entry_area .s_wrap .numb02:before {
    position: absolute;
    left: 0;
    counter-increment: number 1;
    content: "" counter(number) ".";
}
.entry_area .s_wrap .attention_box{
	margin:0 auto;
	width:95%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.entry_area .s_wrap .attention_box .attention_txt{
	font-size:15px;
	line-height:25px;
	position:relative;
	padding-left:18px;
	color:#515151;
	margin: 0;
	margin-bottom: 5px;
}
.entry_area .s_wrap .attention_box .attention_txt:before{
	content:"※";
	position:absolute;
	left:0;
	top:0;
}
.entry_area .s_wrap .attention_box .attention_txt.red{
	color:#F52F32;
}
.entry_area .s_wrap .btn_entry{
	margin:0 auto;
	width:80%;
	max-width:421px;
}
.entry_area .s_wrap .btn_entry a{
	padding: 15px 10px 15px 10px;
	display:block;
	background-color:#0088CB;
	color:#ffffff;
	position:relative;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 2px 2px 4px 0px #787878;
}
.entry_area .s_wrap .btn_entry a:after{
	content:"";
	width:20px;
	height:20px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: 12px;
	background-image:url(https://www.roland.com/RolandComSite/media/jp/proav/promos/v1_genba_cmp/icon_nav.png);
	position:absolute;
	right: 14px;
	top: 19px;
}
.entry_area .s_wrap .btn_entry a:hover{
	transition:0.4s;
	opacity:0.6;
	
}
.agreement_title{
	margin:0 auto;
	width:90%;
	text-align:center;
	font-size:25px;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #515151;
}
.agreement_box{
	margin:0 auto;
	width:85%;
	max-width:700px;
	padding:4%;
	background-color: #eee;
	border: 1px solid #d5d2d2;
	height: 310px;
	overflow-y: scroll;
}
.agreement_box .comment{
	font-size:14px;
	line-height:23px;
	color:#515151;
	font-weight:100;
	margin-top: 0;
	margin-bottom: 5px;
}
.agreement_box .sub_name{
	font-size:14px;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.agreement_box .attention{
	font-size:14px;
	line-height:23px;
	color:#515151;
	font-weight:100;
	position:relative;
	padding-left:16px;
	margin: 0;
}
.agreement_box .attention:before{
	content:"※";
	position:absolute;
	left:0;
}
.agreement_box .comment_list{
	font-size:14px;
	line-height:23px;
	color:#515151;
	font-weight:100;
	position:relative;
	padding-left:16px;
	margin: 0;
}
.agreement_box .comment_list:before{
	content:"・";
	position:absolute;
	left:0;
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 768px) {
.top_area {
    height: 400px;
}
.top_area .title_image {
    top: 82px;
}
.lead_area .lead_text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 55px;
}
.main_area .s_wrap {
    margin-bottom: 50px;
}
.main_area .s_wrap .wrap_name {
    font-size: 22px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-left: 9px solid #ff8100;
    padding-left: 9px;
}
.main_area .s_wrap .wrap_name span.backline {
    background-position: center 18px;
    background-repeat: repeat-x;
}
.main_area .s_wrap .comment {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_area .s_wrap .wrap_name span.small {
    font-size: 14px;
    margin-right: 15px;
}
.entry_area .s_wrap .wrap_name {
    font-size: 22px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 15px;
    border-left: 9px solid #008aff;
    padding-left: 9px;
}
.entry_back {
    padding-top: 20px;
    padding-bottom: 55px;
}
.entry_area .s_wrap .comment {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
.entry_area .s_wrap {
    margin-bottom: 35px;
}
.entry_area .s_wrap .btn_entry {
    margin: 0 auto;
    width: 90%;
}
.entry_area {
    margin-bottom: 50px;
}
.agreement_title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 25px;
}

}

/*------------デバイス別---------------*/

@media screen and (max-device-width: 1024px) {
}
@media screen and (max-device-width: 768px) {

}
@media screen and (max-device-width: 480px) {
.pc{
	display:none;
}
.sp{
	display:inherit;
}
.top_area {
    height: 315px;
}
.top_area .title_image {
    top: 94px;
}

}
