@charset "utf-8";

/* ------------------------------------------------------------

development style

------------------------------------------------------------ */
/*タイトル*/
.c-development__title {
    min-height: 6.25em;
    margin: 90px 0 0;
    position: relative;
}

.c-development__title h2 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.45;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.c-development__title--left {}

.c-development__title--left h2 {
    position: relative;
}

.c-development__title--center {}

.c-development__title--center h2 {
    position: relative;
    text-align: center;
}

/*nav*/
.u-indexcornerlist__items--1 {
    width: calc(100% / 1);
}

.c-development-red {
    color: #DC000C;
}

.c-development-under {
    text-decoration: underline;
}

/*image*/
.c-development-image--md {
    max-width: 745px;
    margin: 40px auto 0;
}

.c-development-image--left {
    margin: 0;
    margin-top: 40px;
    text-align: left;
}

/*movie*/
.c-development-movie--md {
    max-width: 745px;
    margin: 40px auto 0;
}

.c-development-movie--md video {
    max-width: 745px;
    margin: 40px auto 0;
}

.c-development-movie--md iframe {
    max-width: 750px;
    width: 745px;
    height: 422px;
    margin: 40px auto 0;
}

/*history*/
.c-development-history {
    display: flex;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

.c-development-history dt {
    margin-right: 0.5em;
}

.c-development-history dd {}

/*h2 icon*/
.u-title__hi__icon {
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
    margin-bottom: 5px;
}

.u-title__hi__icon img {
    max-width: 55px;
}

/*icon parts*/
.c-icon--red {
    color: #DC000C;
}

.c-development-center {
    text-align: center;
}

.img-auto {
    width: auto;
}

.img-max80 {
    max-width: 80%;
}

.img-max60 {
    max-width: 60%;
}

.img-max50 { max-width: 50%; }
.img-max40 { max-width: 40%; }
.img-max30 { max-width: 30%; }



/*air-filter*/
.c-development-airfilter-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-development-airfilter-icon__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 340px;
    margin-right: 2em;
}

.c-development-airfilter-icon__item {
    width: 31%;
    margin-bottom: 2%;
}

.c-development-airfilter-package img {
    max-width: 320px;
    margin-left: 5%;
}

.c-development-airfilter-box--border {
    border: 1px solid #C2C7C7;
    padding: 0.8em;
}

.c-development-airfilter-ttl {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 5px;
}

.c-development-airfilter-data {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    width: 100%;
    font-size: 13px;
}

.c-development-airfilter-data__dt {
    padding: 0.2em;
    /* 各セルに余白を取る */
    width: 90px;
    vertical-align: middle;
    line-height: 1.5;
}

.c-development-airfilter-data__dd {
    padding: 0.2em;
    /* 各セルに余白を取る */
    width: calc(100% - 90px);
    vertical-align: middle;
    text-align: left;
    line-height: 1.5;
    letter-spacing: -0;
}

.c-development-airfilter-data__dd dl {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-development-airfilter-data__dd dt {}

.c-development-airfilter-data__dd dd {}

/*youtube*/
.c-development-youtube-100 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    /* 現プレイヤーでは不要？ */
    height: 0;
    overflow: hidden;
}

.c-development-youtube-100 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-development-youtube-100 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*drive*/
.c-development-drive-caption {
    position: relative;
}

.c-development-drive-caption__in {
    position: absolute;
    bottom: -19%;
    right: 2%;
    width: 35%;
    background: #fff;
    padding: 10px;
    border: solid 1px #ececec;
    text-align: right;
}

/*test-couse*/
.c-development-testcourse-table {
    line-height: 1.5;
}

.c-development-testcourse-table th,
.c-development-testcourse-table td {
    padding: 5px;
    padding-right: 0;
}

.c-development-testcourse-table th {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    width: 5.9em;
}

.c-development-testcourse-table td {
    vertical-align: top;
    padding-left: 1em;
    text-indent: -1em;
}

/*リスト*/
.u-list__item--simple:before {
    content: none !important;
}

/**/

.advanced-technology__graf {
    max-width: 558px;
}


/*grobal */
body.development.global{
letter-spacing: 0;
}