@charset "utf-8";
@media only screen and (max-width:1280px) {
    .apis .btn a {
        min-height: 48px;
    }
}

@media only screen and (max-width:1024px) {
    .apis ul li {
        width: 31.5%;
    }

/*
    footer ul {
        width: 100%;
    }
*/
    footer small {
        margin: 10px auto 0;
        width: 100%;
        text-align: left;
    }
}
@media only screen and (max-width:920px) {
    /* header
    -------------------- *//*
    header a {
        font-size: 12px;
    }
    header h1 a {
        margin: 0 auto;
        padding: 0 20px;
        width: 180px;
    }
    header nav {
        width: calc(100% - 180px);
    }
    header nav a.signin, header nav ul+ul li a {
        padding: 0 20px;
    }
*/
    .tools ul li h3 {
        min-height: 45px;
    }
    #docs-top section.apis ul  {
        column-gap: 2.75%;
    }
    #docs-top .apis ul li {
        width: 31.5%;
    }
    .apis .btn a {
        min-height: initial;
        min-height: auto;
    }
}

/****************************************************
>>> iPad >> 768px /
*****************************************************/

@media only screen and (max-width:770px) {
    a {
        transition: none;
    }
    .apis .btn a {
        min-height: 48px;
    }
    .clip-id {
        display: block;
    }

/*
    .content-section .clipper span {
        display: none;
    }
*/
}

/****************************************************
for SmartPhones   / iPhone6+ >> 736px /
*****************************************************/

@media only screen and (max-width:740px) {
    /* header
    -------------------- */
    .sp-layout header,
    .sp-layout .container,
    .sp-layout .main {
        min-width: 320px;
    }
    header a {
        height: 65px;
        font-size: 12px;
    }
    header h1 a {
        padding: 10px 20px;
    }
    .sp-layout header h1 a {
        width: 180px;
    }
    .sp-layout header a {
        transition: none;
    }
    .sp-layout header a:hover {
        background: transparent;
        transition: none;
    }
    .sp-layout header h1 {
        position: relative;
        z-index: 1;
    }
    .sp-layout header h1 a {
        margin: 0;
    }
    .sp-layout header nav.sp-mode {
        display: none;
        position: relative;
        left: 0;
        background: #333;
        background: rgba(51, 51, 51, 0.95);
        border: none;
        padding: 15px 30px 45px;
        width: 100%;
        box-sizing: border-box;
    }
    .sp-layout header nav.sp-mode ul {
        flex-flow: column nowrap;
        width: 100%;
    }
    .sp-layout header nav.sp-mode ul li {
        display: block;
        width: 100%;
    }
    .sp-layout header nav.sp-mode a {
        padding: 15px 30px;
        height: auto;
        color: #fff;
    }
    .sp-layout header nav.sp-mode .current a {
        background: inherit;
    }
    .sp-layout header nav.sp-mode ul.nav-global a {
        border: none;
        border-bottom: 1px solid #fff;
    }
    .sp-layout header nav.sp-mode ul+ul {
        display: none;
    }


    .sp-layout .nav-global .current::before {
    content: "You are Here.";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 36px;
    text-align: center;
    color: rgba(255,255,255,0.05);
    }


    .contents {
        margin-top: 65px;
    }
    .side {
        top: 65px;
    }
    .main {
        padding: 45px 10px;
    }
    .daughter .main {
        padding: 45px 0;
    }
    .main > article {
        margin: 45px auto 0;
        padding: 45px 0 0;
        border-top: 1px solid #e5e9e9;
    }
    .description {
        margin: 25px auto 0;
    }
    footer small {
        font-size: 12px;
    }
    /* ----- section ----- */
    .daughter section {
        margin: 30px auto 0;
        padding: 10px 0 0;
    }
    section+section {
        margin: 0 auto;
    }
    section>div {
        margin: 30px auto 0;
    }
    section>div>div {
        padding: 20px 0 0;
    }
    section>div p+p {
        margin: 10px auto 0;
    }
    .daughter .main>div, .daughter .main article>div {
        margin: 0 auto;
        padding: 0 10px;
    }
    .daughter .main article section>div {
        padding: 0;
    }
    .daughter h3, .daughter h4 {
        font-size: 20px;
    }
    .content-section .clipper span {
        background: #e5e9e9;
        padding: 0.5em;
        height: auto;
        border-radius: 50%;
    }
    .clipper.clip-code span {
        border-radius: 2px;
    }
    /* TOP
    ----------------------------- */
    #docs-top section ul li, #docs-top .tools ul li+li {
        border-radius: 2px;
        margin-top: 10px;
        padding: 25px 15px;
        box-sizing: border-box;
    }
    section ul li>div>p {
        margin: 15px auto 0;
        font-size: 13px;
    }
    section ul li h4 {
        margin: 0 auto;
        font-size: 0;
    }
    .tools ul li h4 {
        margin: 0;
        font-size: 16px;
    }
    .apis ul li h4 {
        margin: 0 auto;
        width: 64px;
        text-align: center;
    }
    .apis ul li h4 img {
        width: 100%;
        height: auto;
    }
    .services {
        margin: 10px 0 0;
        font-size: 0;
    }
    .services::before {
        content: "対応サービス：";
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: bold;
    }
    .services p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        width: 20px;
        text-align: center;
    }
    .services p+p {
        margin: 0 0 0 10px;
    }
    .services p img {
        width: 100%;
        height: auto;
    }
    section ul li>p.btn {
        margin: 25px auto 0;
    }
    /* ----- btn ----- */
    .btn a {
        padding: 0.5em;
        font-size: 13px;
    }
    .apis .btn a {
        font-size: 11px;
    }
    /* ----- daughter ----- */
    .daughter.sp-layout .main {
        margin: 45px auto 0;
        width: 100%;
        font-size: 13px;
    }
    .daughter.sp-layout .main>div, .daughter.sp-layout .main article>div {
        padding: 0 10px;
    }
    /* side
    -------------------- */
    .sp-layout .side {
        width: 100%;
        z-index: 120;
        min-height: 46px;
    /*
        height: auto !important;
        min-height: auto !important;
    */
        border-right: none;
    }
    .sp-layout .side.open {
/*
        position: absolute;
        top: 0;
*/
        z-index: 220;
        background: rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
        transition: all 0.1s ease-in 0s;
    }
    .sp-layout .side nav {
        background: #f4f7f6;
        background: rgba(244, 247, 246, 0.95);
        margin: 46px auto 0;
        min-height: 46px;
        top: 0;
        order: 2;
    }
    #apis-top.sp-layout .side nav {
        margin: 84px auto 0;
        padding: 0 0 65px;
        top: 0;
    }
    .sp-layout .side nav a {
        font-size: 12px;
    }
    .sp-layout .side>a, .sp-layout .side nav p a {
        display: block;
        position: relative;
        padding: 15px 25px;
        border-bottom: none;
        box-sizing: border-box;
    }
    .sp-layout .side>a {
        position: fixed;
        z-index: 50;
        width: 100%;
        background: #333;
        color: #fff;
    }
    .sp-layout .side>a.icon-arrow span, .sp-layout .side nav p .icon-arrow span {
        position: absolute;
        top: 20%;
        left: auto;
        right: 0.45em;
        margin: 0;
        font-size: 2.5em;
        font-weight: normal;
        color: inherit;
        transition: all 0.3s ease-in 0s;
    }
/*
    .sp-layout .side nav li a {
        padding: 5px 25px;
    }
*/
    #tools-top.sp-layout .side nav p a.active, #tools-top.sp-layout .side nav p a:hover {
        background: transparent;
        color: #333;
    }
    .sp-layout .side li a.active, .sp-layout .side li a:hover {
        background: #e5e5e9;
        font-weight: bold;
    }
    .sp-layout .side li a span {
        transition: none;
    }
    .sp-layout .side li a.active span, .sp-layout .side li a:hover span {
        transition: none;
    }
    .sp-layout .side>a span, .sp-layout .side nav a span {
        transform: rotate(0);
    }
    .sp-layout .side a.round span {
        transform: rotate(180deg);
    }
    #apis-top.sp-layout .unit-wrap>a span,
    #apis-top.sp-layout .unit-list>a span {
        transform: rotate(-90deg);
    }
    #apis-top.sp-layout .unit-wrap>a.round span,
    #apis-top.sp-layout .unit-list>a.round span,
    #apis-top.sp-layout .unit-list > a.icon-docs span {
        transform: rotate(0);
    }
    .sp-layout .side .list-search {
        border-top: 1px solid #e5e9e9;
        top: 111px;
        order: 1;
    }
    .sp-layout .side .list-search.cover {
        position: relative;
        top: 46px;
    }
    #apis-top.sp-layout .cover + a + nav {
        margin: 46px auto 0;
        top: 0;
    }
}

/****************************************************
for SmartPhones   //iPhone5 landscape//
*****************************************************/

@media only screen and (max-width:570px) {
    h1 {
        font-size: 23px;
    }
    h2 {
        font-size: 21px;
    }
    h3 {
        font-size: 15px;
    }
    h4 {
        font-size: 12px;
    }

    /* footer
    -------------------- */
    footer {
        display: block;
/*        padding: 30px 10px 10px;  */
        padding: 10px;
    }
    footer ul {
        width: 100%;
    }
    footer ul li {
        display: inline-block;
        vertical-align: middle;
    }
    #docs-top .tools ul li {
        width: 100%;
    }
    #docs-top .tools ul li+li {
        margin: 15px 0 0;
    }
    #docs-top section.apis ul {
        column-gap: 4%;
    }
    #docs-top .apis ul li {
        width: 48%;
    }
    .tabular {
        -webkit-overflow-scrolling: touch;
    }
    .tabular div {
        width: 200%;
        width: 200vw;
    }
}

/****************************************************
for SmartPhones   //portrait Limited//
*****************************************************/

@media only screen and (max-width:424px) {
    body {
        font-size: 16px;
    }
    /* ----- TOP ----- */
    #docs-top section ul li, #docs-top .tools ul li+li {
        margin: 10px 0 0;
    }
    .apis .btn a {
        min-height: 48px;
    }
    /* ----- SNS ----- */
    .sns {
        margin: 30px auto 0;
    }
    .sns ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
    footer ul li {
/*        width: 50%;   */
        width: 45%;
        line-height: 2.5;
    }
}

/****************************************************
    // iPhone(lt5) Limited//
*****************************************************/

@media only screen and (max-width:359px) {
/*
    footer ul {
        width: 300px;
        width: 100%;
    }
*/
}

/****************************************************
    //逆に大きいデバイス
*****************************************************/

@media only screen and (min-width:1361px) {}

@media only screen and (min-width:1920px) {}
