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


/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

#sel-wrapMainR {
	height: auto;
	margin: 0;
	padding: 0;
	color: #343434;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	font-family: "Hiragino Kaku Gothic Pro","メイリオ", Osaka, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-weight:normal;
}

#sel-wrapMainR li {
	list-style:none;
}
#sel-wrapMainR a:hover img {
	opacity: 0.7;
}
#sel-wrapMainR img {
	border: none;
	vertical-align: top;
}
#sel-wrapMainR a:hover img {
  opacity: 0.7;
}
#sel-wrapMainR a,
#sel-wrapMainR a:hover {
	text-decoration:none;
}

.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
* html .clearfix { display: inline-block; }
*+html .clearfix { display: inline-block; }

/* --------------------------------------------------- */


/*PC表示／非表示*/

#header_pc{ display: block; }
#ins-sidebar{ display: block; }
#sel-sidebar{ display: block; }
#footer_pc{ display: block; }
#header_sp{ display: none; }
#footer_sp{ display: none; }



#sel-wrapMainR {
	margin:0;
	padding:0;
}

#sel-wrapMainR #main_tl {
	margin:0 0 30px;
	padding:30px 60px;
	background:url(../images/tl_bg.png) repeat top left;
}

#sel-wrapMainR #main_tl .tl_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
	align-items: center;
}

#sel-wrapMainR #main_tl .tl_box h2,
#sel-wrapMainR #main_tl .tl_box p {
	margin:0;
	padding:0;
}
#sel-wrapMainR #main_tl img.img_pc {
	display:inline;
}
#sel-wrapMainR #main_tl img.img_sp {
	display:none;
}
#sel-wrapMainR .copy {
	margin:20px 0 0;
	padding:0;
	text-align:center;
}

#sel-wrapMainR .list_box {
	margin:30px 0 0;
	padding:10px 0 0;
	border-top:#cccccc 1px dashed;
}
#sel-wrapMainR .list_box dl {
	margin:20px 0 0;
	padding:20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	background-color:#f2f2f2;
}
#sel-wrapMainR .list_box dt {
	margin:0;
	padding:0;
	width:220px;
}
#sel-wrapMainR .list_box dt a {
	display:block;
	position:relative;
}
#sel-wrapMainR .list_box dt a .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	max-width:30%;
	height:auto;
}
#sel-wrapMainR .list_box dt a img {
	width:100%;
	height:auto;
}
#sel-wrapMainR .list_box dt a:hover img {
	opacity:0.7;
}

#sel-wrapMainR .list_box dd {
	margin:0;
	padding-left:20px;
	width : -webkit-calc(100% - 220px) ;
	width : calc(100% - 220px);
}
#sel-wrapMainR .list_box dd p {
	margin:0;
	padding:0;
}


/*キャプション（リボン）*/
#sel-wrapMainR .list_box dd .caption01 {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
	margin-bottom:10px;
    padding: 0 30px;
    background: #b08a10;
    color: #FFF;
    box-sizing: border-box;
}
#sel-wrapMainR .list_box dd .caption01:before,
#sel-wrapMainR .list_box dd .caption01:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    border-color: #b08a10;
    border-style: solid;
}
#sel-wrapMainR .list_box dd .caption01:before{
    top: 0;
    left: -8px;
    border-width: 15px 0 15px 8px;
    border-left-color: transparent;
}

#sel-wrapMainR .list_box dd .caption01:after{
    top: 0;
    right: -8px;
    border-width: 15px 8px 15px 0;
    border-right-color: transparent;
}

/*キャプション（マル）*/
#sel-wrapMainR .list_box dd .caption02 {
	float:right;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin:0 0 10px 10px;
	border-radius: 50%;
	background: #b08a10;
	display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
}
#sel-wrapMainR .list_box dd .caption02 p {
	color:#FFF;
	text-align:center;
	line-height:1.4
}
#sel-wrapMainR .list_box dd .caption02 p span {
	font-size:1.2em;
	font-weight:bold;
}

#sel-wrapMainR .list_box dd p.ttl {
	font-weight:bold;
	font-size:1.2em;
	margin-top:5px;
}
#sel-wrapMainR .list_box dd p.catch {
	font-weight:bold;
	font-size:1em;
	color:#C90;
}
#sel-wrapMainR .list_box dd p.txt {
	margin-top:10px;
}
#sel-wrapMainR .list_box dd ul.point {
	margin-top: 10px;
	padding: 10px 15px;
	background-color: #e5e4da;
}
#sel-wrapMainR .list_box dd ul.point li {
	margin-bottom:5px;
	list-style:inside disc;
}
#sel-wrapMainR .list_box dd ul.point li.type {
	margin-bottom:0;
	list-style:none;
	font-weight:bold;
}
#sel-wrapMainR .list_box dd ul.point li:last-child {
	margin-bottom:0;
}
#sel-wrapMainR .list_box dd p.btn {
	text-align:center;
}
#sel-wrapMainR .list_box dd .more {
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
#sel-wrapMainR .list_box dd p.btn a {
    position: relative;
    display: inline-block;
	margin-top:10px;
	width:70%;
    padding: 10px;
    text-decoration: none;
    color: #FFF;
    background: #000;
	text-align:center;
	box-sizing:border-box;
  }
#sel-wrapMainR .list_box dd p.more a {
	width:48%;
  }
#sel-wrapMainR .list_box dd p.btn a .fa {
	color: #FFF;
	margin-right:5px;
}
#sel-wrapMainR .list_box dd p.btn a:hover {
    background: #4c4c4c;
}

/*スマホ用*/
@media screen and (max-width: 599px) {

/*PC表示／非表示*/

#header_pc{ display: none; }
#sel-sidebar{ display: none; }
#ins-banner{ display: none; }
#footer_pc{ display: none; }
#header_sp{ display: block; }
#footer_sp{ display: block; }

#sel-wrapMainR img{
	max-width: 100% ;
	height: auto ;
}


#sel-wrapMainR {
	width:100% !important;
	float:none !important;
}

#sel-wrapMainR #main_tl {
	margin:0 0 20px;
	padding:20px;
	background:url(../images/tl_bg.png) repeat top left;
}

#sel-wrapMainR #main_tl .tl_box {
	display:block;
}

#sel-wrapMainR #main_tl .tl_box p {
	display:none;
}
#sel-wrapMainR #main_tl .tl_box h2 {
}
#sel-wrapMainR #main_tl img.img_pc {
	display:none;
}
#sel-wrapMainR #main_tl img.img_sp {
	display:inline;
}
#sel-wrapMainR .copy {
	text-align:left;
}

#sel-wrapMainR .list_box {
	margin:20px 0 0;
	padding: 0 5px
}
 
#sel-wrapMainR .list_box dl {
	margin:10px 0 0;
	padding:10px;
    display: block;
}
#sel-wrapMainR .list_box dt {
	width:100%;
}
#sel-wrapMainR .list_box dt a {
}
#sel-wrapMainR .list_box dt .fa {
	color: #FFF;
}
#sel-wrapMainR .list_box dt:hover .fa {
}
#sel-wrapMainR .list_box dt img {
}
#sel-wrapMainR .list_box dt:hover img {
	opacity:1;
}
#sel-wrapMainR .list_box dd {
	margin-top:10px;
	padding-left:0;
	width : 100%;
}
#sel-wrapMainR .list_box dd p {
}
#sel-wrapMainR .list_box dd p.ttl {
}
#sel-wrapMainR .list_box dd p.txt {
}
#sel-wrapMainR .list_box dd p.btn {
}
#sel-wrapMainR .list_box dd .more {
}
#sel-wrapMainR .list_box dd p.btn a {
	width:100%;
  }
#sel-wrapMainR .list_box dd p.more a {
	width:48%;
  }
#sel-wrapMainR .list_box dd p.btn a .fa {
}
#sel-wrapMainR .list_box dd p.btn a:hover {
    background: #000;
}


}
