.adms {
    margin: 0 auto 30px auto;
}

.adms a {
    color: #333333;
}

.adms-page {
    min-height: 400px;
}

.img-responsive {
    /* width: 100% !important */
    margin: 0 auto;
}

.img-responsivex {
    width: 100%;
    margin: 0 auto;
}

.mt20 {
    margin-top: 20px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.en_font {
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0.1em;
}

.adms-navbar {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    margin: 15px auto 0 auto;
    padding: 0px 10px 20px 10px;
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #BAB192;
}

.adms-navbar>img {
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
}

.adms-menu-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
}

.adms-body {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.adms-menu {
    padding: 20px 5px;
    text-align: center;
    position: relative;
    background: url('../../../image/extension/admioschool/bg.jpg');
}

.adms-content {
    padding: 15px;
}

.adms-menu a>img {
    max-width: 100%;
}

.adms-navbar-logo {
    margin: 0 auto;
    display: block;
}

.adms-navbar-back img {
    width: 20px;
}

.adms-navbar h1 {
    margin: 0;
    color: #333333;
    padding: 0 10px;
}

.adms-navbar-top, .adms-navbar-top:hover {
    background: #999;
    color: #333;
    padding: 2px 10px;
    align-self: center;
    font-size: 12px;
}

.adms-home-style {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.adms-home-style>a {
    text-align: center;
}

.adms-home-style>a img {
    display: block;
    margin: 0 auto;
}

.adms-home-style>a:first-child, .adms-home-style>a:nth-child(2) {
    border-right: 1px solid #3f3f3f;
}

.adms-menu a .play {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    margin: 0px;
}

.adms-home-footer {
    width: 100%;
    height: 6.5vh;
    text-align: center;
    background: #3f3f3f;
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.adms-home-footer img {
    margin: 0 auto;
    max-width: 100%;
}

.adms-related-website {
    margin-top: 3px;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
    grid-gap: 3px;
    text-align: center;
}

.adms-colorvariation ul li {
    border-bottom: 1px solid #666;
}

.adms-colorvariation ul li:last-child {
    border-bottom: none;
}

.adms-colorvariation ul li>a {
    display: grid;
    grid-template-columns: 25% 60% 15%;
    /* grid-gap: 15px; */
    align-items: center;
}

.adms-colorvariation ul li>a>div:last-child {
    /* align-self: center; */
}

.adms-go {
    max-width: 20px;
    margin: 0 auto;
}

.adms-colorvariation h3 {
    /* margin-top: 0; */
}

.adms-colorvariation-detail {
    margin: 5px auto 0 auto;
    max-width: 768px;
    padding-top: 15px;
    position: relative;
}

.adms-colorvariation {
    max-width: 768px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .adms.container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .adms-navbar h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .adms-navbar-back img {
        width: 15px;
    }
    .adms-go {
        max-width: 15px;
    }
    .adms-navbar>img {
        max-width: 120px;
    }
}

/** how to **/

.adms-howto {
    max-width: 768px;
    margin: 0 auto;
}

.adms-howto>a {
    /* display: block; */
    height: 40vh;
    background: #666666;
    margin: 0 auto 3px;
    width: 100%;
    /* max-width: 768px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    color: #fff;
}

.adms-howto h2 {
    color: #fff;
}

.adms-howto ul {
    list-style: disc;
    padding-left: 20px;
}

.adms-howto ul li {
    margin-bottom: 5px;
}

.adms-howto-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #BAB192;
    text-align: center;
}

.adms-howto-menu a {
    padding: 10px;
    font-size: 16px;
    /* font-weight: 500; */
}

.adms-howto-menu a.active {
    border-bottom: 5px solid #BAB192;
}

.adms-howto-menu a:first-child {
    border-right: 1px solid #BAB192;
}

.adms-howto-menu img {
    margin: 0 auto;
}

#tonedown .inner2 {
    padding: 0 5%;
}

#tonedown .pattern02 {
    width: 60%;
    margin: 0 auto;
}

#tonedown img {
    width: 100%;
}

#tonedown .midashi02 {
    width: 90%;
    margin: 20px auto 0;
}

#tonedown .table {
    margin-top: 15px;
}

#tonedown .note4 {
    font-size: 60%;
    text-align: left;
    margin-top: 5px;
    color: #585858;
    line-height: 140%;
    padding-left: 1.9em;
    text-indent: -1.9em;
}

#tonedown .sub_tit {
    font-size: 150%;
    font-weight: bold;
    margin: 30px auto 0;
    text-align: center;
}

#tonedown .table02 table {
    font-size: 80%;
    margin: 15px auto 0;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #595858;
    box-sizing: border-box;
}

#tonedown .table02 table thead {
    border-right: 1px solid #595858;
    border-left: 1px solid #595858;
    text-align: center;
    background: url('../../../image/extension/admioschool/bg_table.png');
    box-sizing: border-box;
}

.adms-howto-content>div {
    margin-bottom: 3vh;
}

.adms-howto-menu {
    grid-template-columns: 35% 65%;
}

.adms-howto-content img {
    display: block;
    margin: 0 auto;
}

#tonedown .table02 table thead th {
    color: #000;
    border-right: 1px solid #595858;
    border-bottom: 1px solid #595858;
    line-height: 100%;
    font-size: 80%;
    padding: 0;
    box-sizing: border-box;
}

#tonedown .table02 table .w01 {
    width: 20%;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
}

#tonedown .table02 table .w02 {
    width: calc(80% / 3);
    text-align: center;
    vertical-align: middle;
}

#tonedown .table02 table .w03 {
    width: calc(80% / 3);
    text-align: center;
    vertical-align: middle;
}

#tonedown .table02 table .w04 {
    width: calc(80% / 3);
    text-align: center;
    vertical-align: middle;
}

#tonedown .table02 table td {
    border-bottom: 1px solid #595858;
    border-right: 1px solid #595858;
    line-height: 140%;
    font-size: 100%;
    color: #585858;
    box-sizing: border-box;
}

#tonedown .table02 table .w01 {
    width: 20%;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
}

#tonedown .table02 table .w02 {
    width: calc(80% / 3);
    text-align: center;
    vertical-align: middle;
}

#tonedown .padding {
    padding: 10px 0;
}

#tonedown .table02 table .w03 {
    width: calc(80% / 3);
    text-align: center;
    vertical-align: middle;
}

#tonedown .table02 table .w04 {
    width: calc(80% / 3);
    text-align: center;
    vertical-align: middle;
}

#tonedown .note {
    font-size: 60%;
    text-align: right;
    margin-top: 10px;
    color: #585858;
    line-height: 120%;
}

#tonedown .note2 {
    font-size: 80%;
    text-align: left;
    margin-top: 10px;
    color: #585858;
    line-height: 120%;
}

#svg-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.slash-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#tonedown .table02 table span {
    font-weight: bold;
}

.slash-char-col {
    text-align: left;
    top: 19%;
    letter-spacing: -0.2em;
}

.slash-char {
    position: relative;
    display: block;
    padding: 0.17em;
}

.slash-char-row {
    padding-left: 35%;
    text-align: right;
}

.slash-char-col {
    text-align: left;
    top: 19%;
    letter-spacing: -0.2em;
}

@media(max-width: 767px) {
    .adms-howto h2 {
        font-size: 20px;
    }
    .adms-howto>a {
        height: 50vh;
    }
}

/* casestudy */

#casestudy .process dl {
    padding: 0;
    width: 100%;
    border: 1px solid #595858;
    box-sizing: border-box;
    position: relative;
    height: 70px;
    display: table;
}

#casestudy .process dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 35px;
    background: url('../../../image/extension/admioschool/kado.png') no-repeat;
    background-size: cover;
    padding: 0px 0 0 10px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    text-align: left;
}

#casestudy .process .txt {
    text-align: center;
    font-size: 100%;
    line-height: 140%;
    color: #595858;
    display: table-cell;
    vertical-align: middle;
}

#casestudy .process .sankaku {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #b7b7b7;
    margin: 20px auto 5px;
}

#casestudy .case_tit {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    color: #585858;
    line-height: 150%;
}

#casestudy .page_tit {
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #d8d1bf;
    text-align: center;
}

#casestudy .note {
    font-size: 90%;
    text-align: right;
    margin-top: 10px;
    color: #585858;
}

.adms-casestudy-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #BAB192;
}

.adms-casestudy-menu>a {
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.adms-casestudy-menu>a.active {
    border-bottom: 5px solid #BAB192;
}

.adms-casestudy-menu>a span {
    font-size: 12px;
}

.adms-casestudy-menu>a:first-child {
    border-right: 1px solid #BAB192;
}

#casestudy .sub_tit {
    font-size: 130%;
    font-weight: 500;
    margin: 30px 0 10px 0;
    text-align: center;
}

#casestudy .point {
    border: 1px solid #d8d1bf;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 90%;
    color: #585858;
    line-height: 140%;
}

.mt30 {
    margin-top: 30px;
}

.mt15 {
    margin-top: 15px;
}

/** Hightone **/

.adms-hightone-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #BAB192;
}

.adms-hightone-menu>a {
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.adms-hightone-menu>a.active {
    border-bottom: 5px solid #BAB192;
}

/** Drug **/

#drug .panel-heading {
    position: relative;
}

#drug .panel-heading:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 29px;
    height: 15px;
    background: url('../../../image/extension/admioschool/arrow_down.png');
    background-size: cover;
    vertical-align: middle;
}

table.type04 {
    font-size: 80%;
    margin: 20px auto 10px auto;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    border: 1px solid #595858;
}

table.type04 thead {
    border-right: 1px solid #595858;
    border-left: 1px solid #595858;
    background: #fff;
    text-align: center;
    background: url('../../../image/extension/admioschool/bg_table.png');
}

table.type04 .w01 {
    width: 50%;
}

table.type04 thead th {
    color: #000;
    border-right: 1px solid #595858;
    border-bottom: 1px solid #595858;
    padding: 5px;
    line-height: 140%;
    text-align: center;
}

table.type04 .w02 {
    width: 50%;
}

table.type04 .w01 {
    width: 50%;
}

table.type04 .w02 {
    width: 50%;
}

table.type04 td {
    width: 350px;
    padding: 10px 5px 10px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #595858;
    border-right: 1px solid #595858;
    line-height: 140%;
    font-size: 100%;
    text-align: center;
}

#drug .page_tit {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #595858;
    padding-left: 10px;
}

#drug .sub_tit {
    padding-bottom: 15px;
    font-size: 20px;
    color: #595858;
    font-weight: normal;
}

#drug .big {
    font-size: 150%;
    color: #595858;
    font-weight: bold;
    border-bottom: 1px solid #595858;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#drug .txt {
    line-height: 180%;
}

#drug .note {
    line-height: 160%;
    font-size: 80%;
    margin-top: 10px;
}

#drug .note02 {
    line-height: 160%;
    font-size: 80%;
    margin-top: 10px;
    text-align: right;
}

/** colorviation **/

.adms-colorvariation p {
    font-size: 16px;
}

.adms-fabl {
    position: absolute;
    z-index: 9;
    width: 39%;
    height: 6%;
    left: 7%;
    /* border: 1px solid red; */
}

/** subbeat **/

.adms-fabl-lv12-1 {
    top: 52%;
}

.adms-fabl-lv10-1 {
    top: 62%;
}

.adms-fabl-lv8-1 {
    top: 73%;
}

.adms-fabl-lv6-1 {
    top: 84%;
}

/** ochre **/

.adms-fabl-lv10-2 {
    top: 62%;
}

.adms-fabl-lv8-2 {
    top: 73%;
}

.adms-fabl-lv6-2 {
    top: 84%;
}

/** Russet **/

.adms-fabl-lv10-3 {
    top: 61%;
}

.adms-fabl-lv8-3 {
    top: 73%;
}

.adms-fabl-lv6-3 {
    top: 84%;
}

/** aqua **/

.adms-fabl-lv10-4 {
    top: 60%;
}

.adms-fabl-lv8-4 {
    top: 71%;
}

.adms-fabl-lv6-4 {
    top: 83%;
}

/** charcoal **/

.adms-fabl-lv10-5 {
    top: 62%;
}

.adms-fabl-lv8-5 {
    top: 73%;
}

.adms-fabl-lv6-5 {
    top: 84%;
}

/** bayleaf **/

.adms-fabl-lv10-6 {
    top: 61%;
}

.adms-fabl-lv8-6 {
    top: 72%;
}

.adms-fabl-lv6-6 {
    top: 83%;
}

/** lilac **/

.adms-fabl-lv10-7 {
    top: 61%;
}

.adms-fabl-lv8-7 {
    top: 72%;
}

.adms-fabl-lv6-7 {
    top: 83%;
}

/** amaranth **/

.adms-fabl-lv10-8 {
    top: 68%;
}

.adms-fabl-lv8-8 {
    top: 78%;
}

.adms-fabl-lv6-8 {
    top: 88%;
}

/** sienna **/

.adms-fabl-lv12-9 {
    top: 52%;
}

.adms-fabl-lv10-9 {
    top: 63%;
}

.adms-fabl-lv8-9 {
    top: 74%;
}

.adms-fabl-lv6-9 {
    top: 84%;
}

/** tear **/

.adms-fabl-lv10-10 {
    top: 62%;
}

.adms-fabl-lv8-10 {
    top: 74%;
}

.adms-fabl-lv6-10 {
    top: 84%;
}

@media (max-width: 767px) {
    .adms-colorvariation p {
        font-size: 14px;
    }
}

/** graycolorrecipe **/

#graycolorrecipe .process .step2 {
    width: 55%;
    text-align: center;
    margin: 15px auto 5px;
    font-size: 120%;
    background: #9b9b9b;
    padding: 5px 15px;
    color: #fff;
}

#graycolorrecipe .process .txt2 {
    font-size: 100%;
    text-align: center;
    line-height: 140%;
    color: #595858;
    margin-bottom: 10px;
}

#graycolorrecipe .process .step1 {
    width: 55%;
    text-align: center;
    margin: 15px auto 5px;
    font-size: 120%;
    background: #d9d9d9;
    padding: 5px 15px;
    color: #585858;
}

#graycolorrecipe .process dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    padding: 5px 0 5px 10px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
}

#graycolorrecipe .process dl {
    padding: 0;
    width: 100%;
    border: 1px solid #595858;
    box-sizing: border-box;
    position: relative;
    height: 70px;
    display: table;
}

#graycolorrecipe .process .sankaku {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #b7b7b7;
    margin: 20px auto 5px;
}

#graycolorrecipe .process .txt {
    text-align: center;
    font-size: 110%;
    line-height: 140%;
    color: #595858;
    display: table-cell;
    vertical-align: middle;
}

#graycolorrecipe .process {
    margin: 30px auto 50px;
}

#graycolorrecipe .ex {
    margin-top: 30px;
}

#graycolorrecipe .page_tit {
    font-size: 150%;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 5px solid #d8d1bf;
    text-align: center;
    margin-bottom: 0;
}

#graycolorrecipe .marker {
    text-align: center;
    margin: 10px auto 0;
}

#graycolorrecipe .y_marker {
    font-size: 90%;
    line-height: 140%;
    color: #595858;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(transparent 70%, #faf1cc 0%);
    display: inline;
    padding: 3px 0;
}

#graycolorrecipe .mix {
    margin-top: 20px;
}

#graycolorrecipe .sub_tit {
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    color: #585858;
    line-height: 140%;
}

#graycolorrecipe .sub_tit span {
    font-weight: 400;
    font-size: 100%;
}

#graycolorrecipe .note {
    text-align: right;
    font-size: 75%;
    color: #595858;
    margin-top: 5px;
}

#graycolorrecipe .thema {
    margin: 20px auto 0 auto;
}

#graycolorrecipe .read {
    text-align: left;
    font-size: 90%;
    line-height: 165%;
    color: #595858;
    margin-top: 10px;
}

#graycolorrecipe .bg_root {
    background: rgba(148, 120, 100, 0.25);
}

/** careitem **/

.indent02 {
    margin-left: 2em;
    text-indent: -2em;
    line-height: 140%;
}

#careitem .page_tit02 {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}

#careitem .photo02 {
    width: 100%;
    margin: 50px auto 0;
}

#careitem .list li::before {
    content: url('catalog/view/theme/default/image/extension/admioschool/careitem/check.png');
    position: relative;
    bottom: -2px;
}

#careitem .list li {
    font-size: 80%;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 10px;
}

#careitem .page_tit {
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #595858;
    padding-left: 10px;
    line-height: 140%;
}

#careitem .photo01 {
    width: 70%;
    margin: 20px auto 0;
}

.cent {
    text-align: center !important;
}

#careitem .page_tit02 {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
}

#careitem .sub_tit {
    font-size: 80%;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}

#careitem .note {
    line-height: 160%;
    font-size: 60%;
    margin-top: 10px;
}

#careitem .line {
    margin-bottom: 20px;
    border-bottom: 1px solid #595858;
}

/** colorrecipe */

#colorrecipe .thmb li .tit {
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
    line-height: 140%;
}

#colorrecipe .thmb .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}

#colorrecipe .thmb {
    text-align: center;
}

#colorrecipe .thmb li {
    width: 70%;
    margin: 0 auto 8%;
    position: relative;
}

/** designcolor **/

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#colorrecipe .process .sankaku {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #b7b7b7;
    margin: 20px auto 5px;
}

#colorrecipe .process .txt {
    text-align: center;
    font-size: 90%;
    line-height: 140%;
    color: #595858;
    display: table-cell;
    vertical-align: middle;
}

#colorrecipe .process .txt2 {
    font-size: 130%;
}

#colorrecipe .process dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    background: url('../../../image/extension/admioschool/designcolor/kado.png') no-repeat;
    background-size: cover;
    padding: 5px 0 0 10px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
}

#colorrecipe .process dl {
    padding: 0;
    width: 100%;
    border: 1px solid #595858;
    box-sizing: border-box;
    position: relative;
    height: 70px;
    display: table;
}

#colorrecipe .process {
    padding: 0 5%;
}

#colorrecipe .design_photo img {
    width: 100%;
}

#colorrecipe .design_tit {
    font-size: 100%;
    color: #595858;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}

#colorrecipe .item .mini {
    width: 2%;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
}

#colorrecipe .item span {
    font-size: 100%;
}

#colorrecipe .item .big {
    width: 23%;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    vertical-align: bottom;
}

#colorrecipe .item dt {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2%;
    text-align: center;
}

#colorrecipe .item dl {
    border-bottom: 1px solid #595858;
    padding: 10px 0;
    font-size: 80%;
}

#colorrecipe .sub_tit {
    font-size: 130%;
    font-weight: 500;
    margin: 30px 0 10px;
    text-align: center;
}

#colorrecipe .item {
    padding: 0 5%;
}

.colorrecipe-hide {
    visibility: hidden !important;
    height: 0;
    overflow: hidden;
}

.colorrecipe-show {
    visibility: visible !important;
}

#colorrecipe .tab li {
    width: 50%;
    float: left;
    background: #dcdddd;
    color: #595858;
    text-align: center;
    padding: 10px 0;
    font-size: 120%;
    font-weight: 300;
    cursor: pointer;
}

#colorrecipe .tab li.select {
    background: #595858;
    color: #fff;
}

#colorrecipe .tab {
    height: 40px;
}

#colorrecipe .page_tit {
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #d8d1bf;
    text-align: center;
    margin-bottom: 0;
}

table.type01 .w03 {
    width: 40%;
}

table.type01 .w02 {
    width: 40%;
}

table.type01 .w01 {
    width: 20%;
}

table.type01 td {
    width: 350px;
    padding: 10px 3px;
    vertical-align: middle;
    border-bottom: 1px solid #595858;
    border-right: 1px solid #595858;
    text-align: center;
}

table.type01 .w03 {
    width: 40%;
}

table.type01 .w02 {
    width: 40%;
}

table.type01 thead th {
    color: #000;
    border-right: 1px solid #595858;
    border-bottom: 1px solid #595858;
    padding: 5px;
    line-height: 140%;
    text-align: center;
}

table.type01 .w01 {
    width: 20%;
}

table.type01 thead {
    border-right: 1px solid #595858;
    border-left: 1px solid #595858;
    background: #fff;
    text-align: center;
    background: url('../../../image/extension/admioschool/designcolor/bg_table.png');
}

#colorrecipe .note {
    font-size: 60%;
    text-align: right;
    margin-top: 10px;
    color: #585858;
}

table.type01 {
    font-size: 80%;
    margin: 0 0 10px;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    border: 1px solid #595858;
}

#colorrecipe .process_tit {
    font-size: 100%;
    color: #595858;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 10px;
}

#colorrecipe .item .mid {
    width: 15%;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
}

/** step **/

#step .top_line {
    height: 0.5vh;
    background: #d9d2be;
}

.warp img {
    width: 100%;
}

#step .icon img {
    vertical-align: bottom;
    width: 100%;
}

#step .top_top {
    height: 50vh;
    background: url('../../../image/extension/admioschool/step/top_short.png') no-repeat center;
    background-size: cover;
    position: relative;
}

#step .top_mid {
    height: 50vh;
    background: url('../../../image/extension/admioschool/step/top_bob.png') no-repeat center;
    background-size: cover;
    position: relative;
}

#step .top_bottom {
    height: 50vh;
    background: url('../../../image/extension/admioschool/step/top_long.png') no-repeat center;
    background-size: cover;
    position: relative;
}

#step .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

@media(max-width: 767px) {
    #step .icon {
        width: 80px;
    }
}

#step .page_tit {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #d8d1bf;
    text-align: center;
}

#step .inner02 {
    padding: 0 5%;
}

#step .step_box:first-child {
    margin-top: 5%;
}

#step .step_box {
    border: 1px solid #d9d2be;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16%;
}

#step .step_box .left {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

#step .step_box img {
    vertical-align: bottom;
    width: 100%;
}

#step .step_box .right {
    width: 63%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#step .step_box .right .tit {
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
}

#step .step_box span {
    font-size: 140%;
}

#step .step_box .icon02 {
    position: absolute;
    bottom: -37%;
    right: 25%;
    margin: auto;
    width: 40px;
}

#step .step_box .icon02 img {
    vertical-align: bottom;
}

.warp img {
    width: 100%;
}

#step .number {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0;
    background: #d8d1bf;
    width: 80px;
    margin: 20px auto 0;
    text-align: center;
}

#step .step_tit {
    font-size: 110%;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

#step .photo {
    width: 80%;
    margin: 20px auto 0;
}

#step .item {
    width: 90%;
    margin: 0 auto;
}

#step .sub_tit {
    font-size: 130%;
    font-weight: 500;
    margin: 30px 0 10px;
    text-align: center;
}

#step .item dl {
    border-bottom: 1px solid #d8d1bf;
    padding: 10px 0;
    font-size: 100%;
}

#step .item dt {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2%;
    text-align: center;
}

#step .item .big {
    width: 24%;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
}

#step .item .mini {
    width: 5%;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
}

#step .item .big {
    width: 24%;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    vertical-align: middle;
}

#step .page {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 10px 0;
}

#step .page .prev {
    float: left;
    width: 40%;
    padding-left: 15px;
}

#step .page .next {
    float: right;
    width: 40%;
    padding-right: 15px;
    text-align: right;
}

#step .page img {
    width: 45px;
}

@media(max-width: 767px) {
    #step .page {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

#step .design_tit {
    font-size: 100%;
    color: #595858;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

#step .design_photo {
    width: 100%;
}

#step .technique {
    padding: 0 5%;
}

#step .sub_tit {
    font-size: 130%;
    font-weight: 500;
    margin: 30px 0 10px;
    text-align: center;
}

#step .technique dl {
    border-bottom: 1px solid #d8d1bf;
    padding: 10px 2%;
    font-size: 100%;
}

#step .technique .top {
    color: #e1c39b;
}

#step .technique dd {
    color: #595858;
    line-height: 140%;
}

#step .technique .mid {
    color: #ccd4a5;
}

#step .item02 {
    padding: 0 5%;
}

#step .item02 .txt {
    border-bottom: 1px solid #d8d1bf;
    padding: 10px 2%;
    color: #595858;
    line-height: 160%;
    font-size: 90%;
}

#step .process {
    padding: 0 5%;
}

#step .process dl {
    padding: 0;
    width: 100%;
    border: 1px solid #595858;
    box-sizing: border-box;
    position: relative;
    height: 70px;
    display: table;
}

#step .process dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    background: url('../../../image/extension/admioschool/designcolor/kado.png') no-repeat;
    background-size: cover;
    padding: 5px 0 0 10px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
}

#step .process .txt {
    text-align: center;
    font-size: 100%;
    line-height: 140%;
    color: #595858;
    display: table-cell;
    vertical-align: middle;
}

#step .process .sankaku {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #b7b7b7;
    margin: 20px auto 5px;
}

#step .note {
    font-size: 80%;
    text-align: right;
    color: #585858;
    width: 90%;
    margin: 10px auto 0;
}

#step .technique .nep {
    color: #ccca5c;
}

#step .technique dt {
    line-height: 160%;
}

/** Q&A **/

.con_tab {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid #BAB192;
    box-sizing: border-box;
    /* padding-top: 10vh; */
}

.con_tab #tab1 {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #BAB192;
    box-sizing: border-box;
}

.con_tab #tab1 a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 0;
    border-bottom: 5px solid #fff;
    font-size: 15px;
}

.con_tab a.on {
    border-bottom: 5px solid #BAB192!important;
    box-sizing: border-box;
}

.con_tab #tab2 {
    width: 50%;
    float: left;
    text-align: center;
}

.con_tab #tab2 a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 0;
    font-size: 15px;
}

.warp {
    padding: 20px 0;
}

#faq {}

#faq .inner {
    padding: 0 5%;
}

#faq h3.open_h3 {
    cursor: pointer;
    font-weight: normal;
    line-height: 140%;
    font-size: 90%;
}

#faq h3.open_h3 .day {
    font-family: "futura-pt", sans-serif;
    font-size: 90%;
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #585858;
}

#faq h3.open_h3 span {
    font-family: "futura-pt", sans-serif;
    font-size: 80%;
    display: block;
    width: 40px;
    padding: 5px;
    background: #c85391;
    text-align: center;
    margin-bottom: 5px;
    color: #fff;
}

#faq .open_h3:after, #faq .open_h3.active:after {
    font-size: 22px;
    margin-left: 20px;
}

#faq .info {
    font-weight: bold;
    font-size: 90%;
    padding-top: 5%;
    line-height: 160%;
}

#faq .info p {
    line-height: 160%;
}

#faq .title {
    margin-top: 50px;
    margin-bottom: 5%;
    font-size: 22px;
    font-weight: lighter;
}

#faq .line {
    border-bottom: 1px solid #595858;
    margin: 5% 0;
}

table.type05 {
    font-size: 80%;
    margin: 0 0 0 0;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    border: 1px solid #595858;
}

table.type05 thead {
    border-right: 1px solid #595858;
    border-left: 1px solid #595858;
    background: #fff;
    text-align: center;
    background: #ddd;
}

table.type05 .w01 {
    width: 30%;
}

table.type05 thead th {
    color: #000;
    border-right: 1px solid #595858;
    border-bottom: 1px solid #595858;
    padding: 5px;
    line-height: 140%;
}

table.type05 .w02 {
    width: 45%;
}

table.type05 .w03 {
    width: 25%;
}

table.type05 .w01 {
    width: 30%;
}

table.type05 td {
    width: 350px;
    padding: 10px 3px;
    vertical-align: middle;
    border-bottom: 1px solid #595858;
    border-right: 1px solid #595858;
    text-align: center;
    line-height: 140%;
    font-size: 100%;
    text-align: center;
}

.cent {
    text-align: center !important;
}

/** end Q&A **/

/** admio tutorial **/

.adms-tutorial {
    background: url(../../../image/extension/admioschool/bg.jpg);
    margin-bottom: 2px;
    padding: 1vw;
}

#adms-tutorial .tutorial-menu a.disabled {
    background: #999999 !important;
    cursor: not-allowed;
}

#adms-tutorial a.btn-tutorial {
    background-color: #000000;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 5px;
    width: 50px;
}

#adms-tutorial a.btn-tutorial i {
    font-size: 22px;
}

#adms-tutorial .tutorial-menu a {
    display: block;
}

#adms-tutorial .tutorial-menu {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
}

#adms-tutorial .tutorial-menu>div {
    flex-grow: 1;
}

#adms-tutorial .tutorial-menu>div:nth-child(2) {
    flex-grow: 6;
}

#adms-tutorial .tutorial-menu td {
    padding: 8px 5px 8px 40px;
}

#adms-tutorial .tutorial-menu .active {
    background: #000000;
    color: #ffffff;
    position: relative;
}

#adms-tutorial .tutorial-menu .active a {
    color: #ffffff;
}

#adms-tutorial .tutorial-menu .active::before {
    content: '\f0da';
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 20px;
}

#adms-tutorial h2 {
    margin: 30px 0px;
    font-weight: 400;
}

@media (max-width: 767px) {
    #adms-tutorial h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 15px 15px;
    }
}

/** end admio tutorial **/

/** admio troubleshooting **/
.adms-troubleshooting {
    background: url(../../../image/extension/admioschool/bg.jpg);
    margin-top: 2px;
    padding: 1vw;
}
/** end **/