@charset "shift_jis";

/*------------------
    pc
-------------------*/

* {
	margin:0;
	padding:0;
}

a img,img {
	border: none;
}

h3,h4,p {
	margin: 0;
	padding: 0;
}

.float-l .banner {
	margin-top: 10px;	
}

p.recommend {
	margin-top: 10px;
}

h2.ttl_main {
	margin: 10px auto;
}

div.cdBox {
	width: 800px;
	margin: 0;
	padding: 0;
	background: #143f83 url(../img/190717/bg.jpg) repeat-y;
	background-repeat: repeat-y;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
}

div.cdBox h4 img{
	border-left: 1px solid #143f83;
}

div.cdBox ul{
	list-style-type: none;
	color: #fff;
	padding-left: 0;
	margin: 24px 0 24px 0;
	float: left;
	width: 174px;
}

div.cdBox ul li{
	text-indent: 24px;
	margin-bottom: 4px;
	font-size: 12px;
}

div.cdBox ul li:last-child{
	margin-bottom: 0;
}


div.cdBox ul li img{
	display:block;
	margin: 0 auto;
}

div.cdBox ul li:first-child img{
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.2);
	display:block;
	margin: 0 auto;
	border: 1px solid #143f83;
}


div.cdBox table{
	width: 602px;
	margin: 24px 24px 24px 0;
	float: right;
	color: #fff;
	border-collapse: collapse;
	font-size: 11px;
}

div.cdBox table tr{
	border-bottom: dotted 1px #fff;
}

div.cdBox table tr th {
	margin: 0;
	padding: 5px;
	border-bottom: dotted 1px #fff;
	border-top: dotted 1px #fff;
	text-align: left;
	background: rgba(255,255,255,0.4);
	color: #000;
}

div.cdBox table tr th:first-child {
	width: 45%;
}

div.cdBox table tr th:nth-child(2) {
	width: 15%;
}

div.cdBox table tr th:nth-child {
	width: 40%;
}

div.cdBox table tr td {
	margin:0;
	padding:6px;
	border-bottom: dotted 1px #fff;
	border-top: dotted 1px #fff;
	text-align:left;
}

div.cdBox table tr td:first-of-type {
	padding-left: 18px;
	text-indent: -12px;
}

div.cdBox:last-child {
	border-bottom: 2px double #143f83;
}

/*__________________________________________________
    レスポンシブ
__________________________________________________*/
@media screen and (max-width: 640px) {
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	h2.ttl_main {
		display:none;
	}
	
	h2.sp_title {
    background: #252525;
    padding: 3.3333% 3.90625%;
    color: #f39800;
    font-size: 18px;
    font-weight: normal;
	text-align:left;
}
	
	div.cdBox {
		width: auto;
		background: #143f83 url(../img/190717/bg.jpg) repeat-y;
		background-size: 100%;
	}
	
	div.cdBox h4 {
		padding: 3px 0;
		background: #fff;
	}
	
	div.cdBox h4 img{
		border-left: none;
		height: 26px;
		max-width:none;
		width: auto;
	}
	
	div.cdBox ul{
		float: none;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	
	div.cdBox ul li {
		text-indent: 0;
	}
	
	div.cdBox ul li.btn {
		text-indent: 0;
		display: inline-block;
		vertical-align:baseline;
		margin-bottom: 0;
	}
	
	div.cdBox table{
		float: none;
		width: auto;
		margin: 0 0 24px 0;
	}
	
	div.cdBox table tr th:first-child {
		width: 41%;
	}
	
	div.cdBox table tr th:nth-child(2) {
		width: 22%;
	}
	
	div.cdBox table tr th:nth-child {
		width: 37%;
	}
}













