@charset "UTF-8";
/* CSS Document */


a:link {
text-decoration:none;

}
a:visited {
text-decoration:none;

}
a:active {
text-decoration:none;

}
a:hover {
text-decoration:underline;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


#rs-shade {
	width: 780px;
	margin: 0 auto;
}

.contents #intro {
	margin: 0 20px;
}

.contents #intro .msg {
    font-size: 14px;
    padding-top: 12px;
	margin-bottom: 5px;
}
.contents #intro h3 {
    margin-bottom: 20px;
    font-size: 24px;
	font-weight: bold;
}

.contents #intro .txt {
    font-size: 14px;
	line-height: 24px;
	margin-bottom: 65px;
}

.contents .subttl h4.clr-gre {
	font-size: 20px;
    color: #472013;
    border-bottom: 3px solid #472013;
	text-align: center;
	padding-bottom:15px; 
	font-weight: bold;
}

#rs-shade #sec-susume .col6typ {
    overflow: hidden;
	width: 680px;
	margin: 20px auto 50px;
}

#rs-shade #sec-susume .col6typ li {
    width: 129px;
    float: left;
    border-right: 1px solid #472013;
    padding: 0px 0 5px;
	list-style: none;
	text-align: center;
}

#rs-shade #sec-susume .col6typ li:last-child {
    border-right: none;
}

#rs-shade #sec-susume .col6typ li dl {
	margin:10px 0 0;
	padding: 0;
}


#rs-shade #sec-susume .col6typ li dd {
	margin: 0;
	padding: 0;
	color: #472013;
	font-size: 18px;
}

#rs-shade #sec-susume .col6typ .icn span {
display: inline-block;
    font-size: 10px;
    color: #472013;
    width: 15px;
    height: 15px;
    line-height: 17px;
	border: 1px solid #472013;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	text-align: center;
	vertical-align: baseline;
}

.contents .sec-ttl {
    text-align: center;
    margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
}

#rs-shade .col3typ li {
    margin-bottom: 20px;
}

.contents .col3typ li {
    float: left;
    margin-bottom: 30px;
}

.contents .col2typ .dtl, .contents .col3typ .dtl {
    padding: 0 15px;
}

.contents .col2typ dl, .contents .col3typ dl {
	width: 378px;
	min-height: 380px;
    border: 1px solid #472013;
    padding: 15px 0 2px;
	position: relative;
}
.contents .coltyp .img {
    line-height: 0;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 10px;	
}

.contents .col3typ .ttl {
    font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}

.contents .col2typ .txt, .contents .col3typ .txt {
    font-size: 14px;
	line-height: 22px;
    margin-bottom: 10px;
}

.contents .col2typ .txt span, .contents .col3typ .txt span {
	padding: 5px;
	background-color: #23358d;
	color: #fff;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.contents .col2typ .txt span.space, .contents .col3typ .txt span.space {
	display: block; 
	height:5px; 
	padding: 0; 
	background: none;
}

.contents .col2typ .price, .contents .col3typ .price {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.contents .col2typ .price span, .contents .col3typ .price span {
    color: #ff4141;
    font-size: 28px;
    margin: 0 5px;
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #32b3ed;
    border: solid 3px #32b3ed;
    border-radius: 3px;
    transition: .4s;
 font-size: 20px;
 font-weight: bold;
}  

.square_btn:hover {
    background: #32b3ed;
    color: white;
}

.square_btn2 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000066;
    border: solid 3px #000066;
    border-radius: 3px;
    transition: .4s;
 font-size: 20px;
 font-weight: bold;
}  

.square_btn2:hover {
    background: #000066;
    color: white;
}

@media screen and (max-width:768px) {
    .contents .coltyp{
        display: flex;
    }
    #rs-shade .col3typ li{
        width: 48%;
    }
    .contents .col3typ dl{
        min-height: auto;

    }
}