@charset "UTF-8";

div#title_sp{
	height: 600px;
	background-image: url(./img/title.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
}

/*---------------*/
div.box600{
	width: 600px;
	margin: 0 auto;
}

div.sp_box{
	display: inline-block;
	width: 288px;
	margin: 10px;
	vertical-align: top;
}
.cx_smartphoneview div.sp_box{
	width: 576px;
	margin: 20px;
}

div.sp_movie_box{
	position: relative;
	width: 288px;
	height: 162px;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cx_smartphoneview div.sp_movie_box{
	width: 576px;
	height: 324px;
}


div.sp_movie_head{
	width: 288px;
	height: 135px;
}
.cx_smartphoneview div.sp_movie_head{
	width: 576px;
	height: 270px;
}

div.sp_movie_title{
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 3px 5px;
	color: #ffffff;
	background-image: url(/movie/common/img/black50.png);
}
div.sp_movie_btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: url(./img/youtube_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	background-color: rgba(255,255,255,0);
}
div.sp_movie_btn:hover{
	background-color: rgba(255,255,255,.2);
}

a.item_head{
	box-sizing: border-box;
	display: block;
	padding: 10px 50px 10px 15px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	background-color: rgba(15,52,163,.1);
	position: relative;
	transition: all .3s;
}
.cx_smartphoneview a.item_head{
	padding: 15px 70px 15px 15px;
	font-size: 26px;
	line-height: 32px;
}
a.item_head:hover{
	text-decoration: none;
	background-color: rgba(15,52,163,.2);
}
.cx_smartphoneview a.item_head:hover{
	background-color: rgba(15,52,163,.1);
}
a.item_head:after{
	content: "";
	display: block;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	position: absolute;
	border-right: solid 3px rgba(15,52,163,1);
	border-bottom: solid 3px rgba(15,52,163,1);
	right: 18px;
	bottom: 13px;
	-webkit-transform : rotate(45deg) ;
	-ms-transform : rotate(45deg) ;
	transform : rotate(45deg) ;
	transition: all .3s;
}
.cx_smartphoneview a.item_head:after{
	width: 32px;
	height: 32px;
	border-right: solid 4px rgba(15,52,163,1);
	border-bottom: solid 4px rgba(15,52,163,1);
	right: 23px;
	bottom: 20px;
}
a.item_head.item_open:after{
	bottom: 7px;
	-webkit-transform : rotate(-135deg) ;
	-ms-transform : rotate(-135deg) ;
	transform : rotate(-135deg) ;
}
.cx_smartphoneview a.item_head.item_open:after{
	bottom: 10px;
}
div.item_body{
	padding: 10px 10px 15px 10px;
	display: none;
}



/*汎用*/
.maru_sp{
	padding-left: 1em;
	position: relative;
	line-height: 1.5em;
	margin-bottom: 0.3em;
}
.maru_sp:before{
	content: "▪";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(15,52,163,1);
}

strong{
	font-weight: bold;
	color: rgba(15,52,163,1);
}

.size0{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
}

.ib{
	display: inline-block;
}
.cx_smartphoneview .ib{
}

p.cpy_sp{
	margin-top: 3px;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	color: #bbbbbb;
}


a.btn_sp{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(15,52,163,1);
	cursor: pointer;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}
.cx_smartphoneview a.btn_sp{
	font-size: 24px;
	line-height: 32px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius:			28px;
	-moz-border-radius:		28px;
	-webkit-border-radius:	28px;
}
a.btn_sp:hover{
	background-color: rgba(15,52,163,.7);
}
.cx_smartphoneview a.btn_sp:hover{
	background-color: rgba(15,52,163,1);
}

a.btn_sp2{
	display: inline-block;
	padding: 0 1em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(15,52,163,1);
	cursor: pointer;
}
a.btn_sp2:hover{
	background-color: rgba(15,52,163,.7);
}
.cx_smartphoneview a.btn_sp2:hover{
	background-color: rgba(15,52,163,1);
}


div.btn_sp_off{
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #cccccc;
	border-radius:			20px;
	-moz-border-radius:		20px;
	-webkit-border-radius:	20px;
}
.cx_smartphoneview div.btn_sp_off{
	font-size: 24px;
	line-height: 32px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius:			28px;
	-moz-border-radius:		28px;
	-webkit-border-radius:	28px;
}

.waku_sp{
	border: solid 1px rgba(15,52,163,.5);
	text-align: left;
	border-radius:		6px;
	-moz-border-radius:	6px;
	-webkit-border-radius:	6px;
	overflow: hidden;
}

p.waku_head{
	padding: 10px;
	background: rgba(15,52,163,.5);
	color: #ffffff;
}

div.line_sp{
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	background: rgba(15,52,163,.3);
	height: 1px;
	margin: 10px 0;
}

/*任意の文字*/
.opt{
	padding-left: 1.2em;
	position: relative;
}
.opt span.mozi{
	position: absolute;
	left: 0;
	top: 0;
}
