@charset "UTF-8";

/*共通とindex.html独自*/
#caseTopTtl {
    background: linear-gradient(to bottom right, #60a6ff, #ad90ff 70%);
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#caseTopTtl>div.wrapper {
    padding: 55px 0 40px 0px;
}

h2 {
    font-size: 18px;
    margin-bottom: 20px;
    background: rgba(192,192,192,0.15);
    padding: 10px 10px 6px 10px;
    border-bottom: 3px solid #9597FF;
    font-weight: normal;
	text-align: left;
}

div.case_list {
    padding: 20px 0;
}

.case_sum {
	text-align: left;
}


div.around_top {
	width: 100%;
	padding: 15px 0;
}

h3 {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

.wrapper p {
	padding: 0 0 15px 10px;
}

p.intro {
	padding: 0 0 0 10px;
}



ul.use_features {
	display: inline;
	margin-left: 1em;
}

ul.use_features li {
	display: inline;
	background: rgba(192,192,192,0.15);
	border: 1px solid rgba(192,192,192,0.5);
	border-radius: 3px;
	padding: 3px;
	font-weight: normal;
	font-size: 11px;
}

.more_wrap {
	text-align: center;
	padding-bottom: 2em;
}
.look_more{
    display: inline-block;
    width: 240px;
    margin-top: 30px;
    border: 1px solid #000;
    padding: 12px;
    color: #000000;
    border: 1px solid #60a6ff;
    padding: 12px;
    text-align: center;
}

/* case共通 */
section.case_intro {
	padding-top: 20px;
}

section.buttons {
	text-align: center;
}

section.buttons div {
	margin: 0 auto;
    display: inline-block;
}

.button_register a {
    text-decoration: none;
    background: #ff4141;
    display: block;
    color: #fff;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    clear:both;
    margin-top: 3em;
    margin-bottom: 4em;
    margin-right: 3em;
}

.button_contact a {
    text-decoration: none;
    background: #000000;
    display: block;
    color: #fff;
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    clear:both;
    margin-top: 3em;
    margin-bottom: 4em;
}



/* case1.html独自*/


.case_intro img {
	float: right;
	padding: 0 10px 20px;
}

.case_intro2 {
	clear: both;
}




/* case2.html独自*/

.case2txt2 {
	clear: both;
}





