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


#caseList  ul li ul li a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	display:block;	
}
.text_block a{
	text-decoration: none;
}
.caseCatch {
	font-weight: normal;
	font-size: 0.8rem;
	line-height:1.3rem;
}


#caseList dt {
	border-bottom: 1px #494949 dotted;
	font-weight: 500;
	color: #222;
	font-size: 20px;
}



p {
	margin-bottom: 0.5rem;	
}

p a {
	text-decoration: none;
}
dl dt {
	font-weight: bold;
}
dl dd.catch {
	font-size: 0.5rem;
	color: #818181;
	font-weight: normal;
}


/*  その他の事例 */
#otherList {
	margin-top: 3rem;
	margin-left: 0;
	margin-right: 0;
	padding: 20px 15px ;
	background-color: #F6F6F6;
	border-radius: 5px;
}
#otherList h5 {
	text-align: center;
	margin-bottom: 20px;
}
#otherList  .js-link_match_location.active {
	display: none;
}
#otherList #multiple-items  ul li a,
 a {
	text-decoration: none;
	
}
#otherList #multiple-items div a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;	
}



dl {
	margin: 0;
}
dl dt {
	padding-bottom: 3px; 
	font-weight: normal;
	color: #515151;
}
dl dd {
	color: #000;
	font-size: 0.9rem;
	padding-top: 0.5rem; 
	padding-bottom: 0.5rem; 
}
dt img {
	padding-bottom: 0.3rem; 
}
.multiple-items {
	margin-left: 25px;
	margin-right: 25px;
}

ul#spec li::before {
	content:"";
	vertical-align:middle;
	color:#9e9e9e;
	position:absolute;
	left:0;
}


#spec {
	padding-bottom: 2rem;
	margin-left:  10px;
	margin-right: 10px;
	margin-top: 16px;
}
#spec li {
	border-left: solid 2px #51D1FC;
}
#spec dd {
	padding-bottom: 0; 
	margin-bottom: 0;
	font-size: 1.4rem;
}






.contact_box_wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}




/* 特長 */
#feature {
	padding-bottom: 2rem;
}
#feature ul li::before {
	color: #51D1FC;
	margin-left:-0.3rem;
}
#feature ul li {
	font-size: 1.25rem;
}



#spec[class*="block-grid-"] > li {
	padding-bottom: 0;
}
p.otherListIcon {
	margin-bottom: 0.5rem;
}
p {
}
p.otherListTitle {
	font-size: 0.9rem;
	margin-bottom:0;
	line-height:1.4rem;
}


p.caption {
	font-size: 0.9rem;
}
.slick-prev:before,
.slick-next:before
{
	color: #000;
	}

.slick-prev::before, .slick-next::before {
	color: #000;
}
ul#tag {
	margin-bottom: 1rem;
}
ul#tag li {
	display: inline-block;
	margin-right: 0.5rem;
}

ul#tag li a {
	border-radius : 4px;
	background-color:#E6E6E6;
	padding: 0.3rem 1rem;
	line-height:1rem;
}
ul#tag li a:hover,
ul#tag li a.all:hover   {
	background-color: #38B9FF;
	color: #FFF;
}
ul#tag li a.all {
	background-color:#FFF;
	color: #000;
	border: 1px solid #CCC;
	line-height:1rem;
}


/*　事例　*/
#caseBox {
	margin-left: 10px;
	margin-right: 10px;
	height: 34rem;
	overflow: auto;
	margin-bottom: 2rem;
	padding: 2rem;
	border: #DEDEDE solid 1px;
	background-color: rgba(255,255,255,0.76);
}
#caseBox .caseContent p.caseDate {
    margin-bottom: 8px;
    font-size: 15px;
    color: #AAA;
    line-height: 1.1;
}
#caseBox .caseContent p.caseCategory {
    margin-bottom: 6px;
    font-size: 15px;
    color: #009FEC;
    line-height: 1.2;
}
#caseBox .caseContent p.caseTitle {
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
rgba(255,255,255,0.74)}



p,
dl,
ul,
ol {
	margin-bottom:1rem;
}
#spec dl {
		margin-bottom: 0;
}

.size-18 {
	font-size: 18px;
}
.size-17 {
	font-size: 17px;
}

p.answer {
	padding-bottom: 2rem; 
}

i.q:before {
	content: "Q";
	border-radius: 25px;
	background-color: #38B9FF;
	padding:0.4rem 0.5rem 0.4rem;
	display:inline-block;
	color:#FFFFFF;
	font-family: 'Oswald', sans-serif;
	line-height:1rem;
}