@charset "utf-8";


@media screen and (min-width: 641px) { /* rwd */
	/*----------------------------------------------------------------------
		LOWER CONTENTS
	----------------------------------------------------------------------*/
	#wrap #contents {
		width: auto;
		max-width: 950px;
	}
	/*----------------------------------------------------------------------
		title
	----------------------------------------------------------------------*/
	#contents .titleBox,
	#contents .titleBox01,
	#contents .titleBox02{
		width: auto;
		max-width:950px;
	}
	#contents .titleBox .leadBox,
	#contents .titleBox01 .leadBox,
	#contents .titleBox02 .leadBox{
		width: auto;
		max-width:860px;
	}
	#contents .titleBox .leadBox p.txt,
	#contents .titleBox01 .leadBox p.txt,
	#contents .titleBox02 .leadBox p.txt{
		width: auto;
		max-width:820px;
	}
	#contents .titleBox .leadBox p.txt2,
	#contents .titleBox01 .leadBox p.txt2,
	#contents .titleBox01 .leadBox01 p.txt2,
	#contents .titleBox02 .leadBox p.txt2{
		width: auto;
		max-width:696px;
	}
	#contents .titleBox .leadBox p.img,
	#contents .titleBox01 .leadBox p.img,
	#contents .titleBox02 .leadBox p.img{
		width: auto;
		max-width:157px;
	}
	#contents .titleBox01 .leadBox01 {
		width: auto;
		max-width:900px;
	}
	/*----------------------------------------------------------------------
		links
	----------------------------------------------------------------------*/
	#contents .linksBox{
		width: auto;
		max-width:933px;
	}
	#contents .links{
		width: auto;
		max-width:933px;
	}
}

@media screen and (max-width: 640px) {
/*----------------------------------------------------------------------
    title
----------------------------------------------------------------------*/
#contents .titleBox .leadBox,
#contents .titleBox01 .leadBox,
#contents .titleBox02 .leadBox{
	width:auto;
	margin-left: 10px;
	margin-right: 10px;
}

#contents .titleBox .leadBox p.txt,
#contents .titleBox01 .leadBox p.txt,
#contents .titleBox02 .leadBox p.txt{
	float:none;
	width:auto;
}

/* h2 -------------------- */
	
#contents .categoryBox h2{
	padding-bottom:11px;
	min-height:21px;
	line-height:1em;
	background:url(../../img/renew/common/bg_subtitle_sp.gif) no-repeat left bottom;
}
#contents .categoryBox h2:before{
	content:url(../../img/renew/common/bg_subtitle_sp_icon.gif);
	margin-left:-15px;
	margin-right:5px;
}
#contents p.link{
	padding-left:17px;
}
#contents p.link:before{
	content:url(../../../img/multi/icon_arw02.png);
	margin-left:-17px;
	margin-right:4px;
	vertical-align:middle;
}
#contents p.link a{
	background:none;
	padding-left:0;
}

/*----------------------------------------------------------------------
    Box Layout
----------------------------------------------------------------------*/
#contents .categoryBox .boxLeft {
	float: none;
	width: 100%;
}
#contents .blueBox img.pdfleft {
	float: none;
	padding-right: 0;
	margin-bottom: 10px;
}
#contents .blueBox div.right {
	float: none;
	width: 100%;
}

/*----------------------------------------------------------------------
 links
----------------------------------------------------------------------*/
#contents .linksBox,
#customer .linksBoxline,
#contents .links,
#contents .links .leftBox p,
#contents .links p.pagetop{
	width:auto;
}
#contents .links .leftBox{
	width:60%;
}
#contents .links{
	display:table;
	width:100%;
}

/*----------------------------------------------------------------------
 menu3Box
----------------------------------------------------------------------*/
#contents .menu3Box{
	margin-bottom:0;
}
#contents .menu3Box .menuColumn{
	width:auto;
	float:none;
	margin-right:0;
	margin-bottom:20px;
	font-size:100%;
}
#contents .menu3Box .txt{
	min-height:inherit;
}

/*----------------------------------------------------------------------
    SMARTPHONE MENU
----------------------------------------------------------------------*/
/* sp title */
.sp_title{
	display:block;
	background-color:#0b8d0d;
	color:#fff;
	padding:6px 10px;
	position:relative;
	clear:both;
	zoom:100%;
}
.sp_title:after{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}
.sp_title .hgroup{
	min-height:32px;
}
.sp_title .hgroup .side{
	display:block;
	font-size: 100%;
}
.sp_title .hgroup .title{
	display:block;
	font-size: 150%;
	font-weight:bold;
	margin-top:4px;
	padding-right:32px;
}
.sp_title .hgroup .title.nomenu{
	padding-right:0px;
}
.sp_title .menu_open{
	position:absolute;
	top: 6px;
	right: 10px;
}
/* sp menu */
.sp_menu{
	background-color:#fff;
	border:1px solid #333;
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	z-index: 1000;
}
.sp_menu > ul{
}
.sp_menu > ul > li{
	border-bottom:1px solid #333;
}
.sp_menu > ul li:last-child{
	border-bottom:none;
}
.sp_menu > ul a{
	color:#000;
	display:block;
	padding:10px 25px 10px 6px;
	text-decoration:none;
}
.sp_menu > ul > li > a{
	border-left:6px solid #0b8d0d;;
	margin:4px;
}
.sp_menu > ul > li.close > a{
	background:url(../../img/renew/common/bt_plus.png) right center no-repeat;
	background-size:25px auto;
}
.sp_menu > ul > li.open > a{
	background:url(../../img/renew/common/bt_minus.png) right center no-repeat;
	background-size:25px auto;
}
.sp_menu > ul > li > ul{
	border-top:1px solid #333;
	padding-left:20px;
}
.sp_menu > ul > li > ul > li{
	border-bottom:1px dotted #333;
}
.sp_menu > ul > li.close > ul{
	display:none;
}
.sp_menu > ul > li.open > ul{
	display:block;
}
.sp_menu .menu_close{
}
.sp_menu .menu_close a{
	background-color:#333;
	color:#fff;
	display:block;
	padding:6px 10px;
	text-decoration:none;
}
.sp_title_img{
	display:block;
}
.sp_title_img img{
	max-width:100%;
	height:auto;
}
.overlay{
	background-color:rgba(0,0,0,.4);
	display:none;
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 999;
}

.movie-wrap-rwd {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}
