@charset "UTF-8";

/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/


/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/


/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

.gothic {
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.wrapper_content_catch {
	padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}
h1 {
    text-align: center;
    margin: 100px auto 60px;
    /*width: 399px;*/
    font-size: 30px;
}
h1 img {
    display: block;
    margin: 0 auto;
    width: auto;
}
h2 {
    text-align: center;
    line-height: 30px;
    margin: 40px auto;
}
h2 img {
    margin: 0 auto;
}
p.catch {
    text-align: center;
    margin: 50px auto;
}
img.theory {
    margin: 80px auto;
}
.subtitle_line {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.subtitle_line:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #7d7d7d;
    top: 50%;
}
.subtitle_line span {
    display: block;
    margin: 0 auto;
    background-color: #7d7d7d;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    position: relative;
    z-index: 5;
}
.subtitle_line img {
    display: inline-block;
    margin-top: 10px;
}
.alfa {
    width: 100%;
    background: #f5f5f5;
    margin-top: 120px;
    background-image: url(../img/technology/tech_theory_back.png);
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.alfa_concents {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.kakushitsu {
    margin: 0 auto;
}
.spring8 {
    margin: 100px auto;
    width: 1100px;
}
.spring8_title {
    text-align: center;
    margin: 0 auto 60px;
}
.spring8_title img {
    margin: 0 auto;
}
.tekyo {
    text-align: right;
    font-size: 10px;
    color: #999;
    margin-top: 5px;
}
.spring8_cap {
    margin-top: 60px;
}
.spring8_cap img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
.spring8_cap p {
    display: inline-block;
    width: 700px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 1.45rem;
}
.result_title {
    margin: 100px 0 50px;
}
.result_title {
    margin: 100px 0 50px;
}
ul.component {
    letter-spacing: -0.4rem;
}
.component li {
    display: inline-block;
    width: 25%;
    position: relative;
	vertical-align: bottom;
}
.component li:nth-child(5),
.component li:nth-child(6),
.component li:nth-child(7) {
	width: 33.33333%;
}

.component img {
    width: 100%;
    height: auto;
}
img.alfa_image {
    position: absolute;
    bottom: 0;
    left: 0;
}
.alfa_cap {
    padding: 70px 0;
    margin-left: 500px;
}
.alfa_cap img {
    margin-bottom: 30px;
}
.alfa_cap p {
    line-height: 28px;
}
.result_title img {
    margin: 0 auto;
}
.result_cap {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 22px;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.result_cap span {
    display: block;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/

@media screen and (max-width: 980px) {}
