@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    margin:0;
    padding:0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* pc */

@media only screen and (min-width: 640px) {
    #foot_bunner_china {
        display: none;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .lay {
        width: 960px;
        margin: 0 auto;
        position: relative;
    }
    #head {
        padding: 20px 0 22px;
    }
    #head h1 {
        padding: 0 85px 0 20px;
    }
    #head h1 img {
        vertical-align: top;
    }
    #head h1 a {
        padding: 0;
        background: none;
    }
    #head ul {
        position: absolute;
        top: -5px;
        left: 204px;
        display: table;
    }
    #head ul li {
        text-align: center;
        width: 172px;
        padding: 0 20px 0 0;
        display: table-cell;
        vertical-align: middle;
    }
    #head ul li a {
        color: #666666;
        text-decoration: none;
        width: 172px;
        padding: 9px 0 20px;
        text-align: center;
        display: block;
        font-size: 15px;
    }
    #head ul li#head_navi1 a:hover {
        color: #56B1D3;
    }
    #head ul li#head_navi2 a:hover {
        color: #56B1D3;
    }
    #head ul li#head_navi3 a:hover {
        color: #56B1D3;
    }
    #head ul li.head_nav_on a {
        background: url(../img/nav_on.png) top center no-repeat !important;
        color: #fff;
        text-align: center;
        display: inline-block;
    }
    #head ul.head_naviPT2 li#head_navi1 a:hover,
    #head ul.head_naviPT2 li#head_navi2 a:hover,
    #head ul.head_naviPT2 li#head_navi3 a:hover {
        color: #33CC66;
    }
    #head ul.head_naviPT3 li#head_navi1 a:hover,
    #head ul.head_naviPT3 li#head_navi2 a:hover,
    #head ul.head_naviPT3 li#head_navi3 a:hover {
        color: #4197E5;
    }
    #head ul li:nth-child(1) a:hover {
        background: url(../img/nav_i_hover.png) top center no-repeat;
        color: #fff;
        text-decoration: none;
    }
    #head ul li:nth-child(2) a:hover {
        background: url(../img/nav_g_hover.png) top center no-repeat;
        color: #fff;
        text-decoration: none;
    }
    #head ul li:nth-child(3) a:hover {
        background: url(../img/nav_hover.png) top center no-repeat;
        color: #fff;
        text-decoration: none;
    }
    #head #country_select {
        position: absolute;
        top: -5px;
        right: 20px;
    }
    #head #country_select a {
        text-decoration: none;
    }
    #head #country_select a span {
        display: block;
        color: #a0a0a0;
        font-size: 10px;
        padding: 0;
        line-height: 1.3;
    }
    #head #country_select a strong img {
        vertical-align: bottom;
    }
    #head #country_select a strong em {
        background: url(../img/country_arrow.png) center right no-repeat;
        color: #666666;
        display: inline-block;
        padding: 0 15px 0 0;
        font-size: 12px;
        list-style: 14px;
        font-style: normal;
    }
    #head #sp_nav {
        display: none;
    }
    #head {
        position: fixed;
        width: 100%;
        background-color: #FFF;
        z-index: 100;
    }
    .head_padding {
        padding-top: 63px;
    }
    .head_padding_china {
        padding-top: 63px;
    }
    p#foot_topbtn {
        opacity: 0;
        z-index: 50;
        position: fixed;
        right: 100px;
        bottom: 30px;
    }
    #foot #foot_info {
        position: relative;
        background: url(../img/footer_pc_iphone.png) 175px bottom no-repeat;
        /********************************************************/
        /* 2015/06/05 footer china sakamoto */
        /********************************************************/
    }
    #foot #foot_info p#foot_topbtn {
        opacity: 0;
        z-index: 50;
        position: fixed;
        right: 100px;
    }
    #foot #foot_info p#foot_topbtn_top {
        z-index: 50;
        position: fixed;
        bottom: 120px;
        right: 100px;
    }
    #foot #foot_info #foot_info_body {
        padding: 70px 0 70px 500px;
        text-align: center;
        width: 360px;
    }
    #foot #foot_info #foot_info_body h2 {
        padding: 0 0 20px;
    }
    #foot #foot_info #foot_info_body p {
        font-size: 16px;
        /* line-height: 30px; */
        color: #565656;
        line-height: 24px;
        padding: 0 0 40px;
    }
    #foot #foot_info #foot_info_body ul {
        margin: 0 auto;
        display: table;
    }
    #foot #foot_info #foot_info_body ul li {
        padding: 0 8px;
        text-align: center;
        display: table-cell;
    }
    #foot #foot_info #foot_info_body_china {
        padding: 55px 0 0 305px;
        text-align: center;
    }
    #foot #foot_info #foot_info_body_china h2 {
        font-size: 30px;
        padding: 0 0 25px;
    }
    #foot #foot_info #foot_info_body_china p {
        font-size: 12px;
        color: #565656;
        line-height: 20px;
        padding: 0 0 20px;
    }
    #foot #foot_info #foot_info_body_china .app_list {
        width: 655px;
        margin: 0 auto;
        padding-bottom: 45px;
    }
    #foot #foot_info #foot_info_body_china .app_list ul {
        text-align: center;
        overflow: hidden;
        padding-left: 205px;
    }
    #foot #foot_info #foot_info_body_china .app_list ul li {
        float: left;
        padding: 5px 6px;
        text-align: center;
    }
    #foot #foot_info #foot_info_body_china .app_list ul.center {
        padding-left: 267px;
    }
    #foot #foot_info #foot_info_body.china {
        padding: 50px 0 50px 465px;
        text-align: center;
    }
    #foot #foot_info #foot_info_body.china h2 {
        padding: 0 0 25px;
    }
    #foot #foot_info #foot_info_body.china h3 {
        font-size: 30px;
        line-height: 100%;
    }
    #foot #foot_info #foot_info_body.china p {
        padding: 0 0 25px;
    }
    #foot #foot_info #foot_info_body.china ul li {
        padding: 0 8px 8px;
    }
    #foot #foot_copyright {
        position: relative;
        background: #666666;
    }
    #foot #foot_copyright ul {
        padding: 35px 0 65px;
        text-align: center;
    }
    #foot #foot_copyright ul li {
        border-right: solid 1px #fff;
        display: inline-block;
    }
    #foot #foot_copyright ul li a {
        padding: 0 18px;
        color: #fff;
        text-decoration: none;
    }
    #foot #foot_copyright ul li:last-child {
        border-right: none;
    }
    #foot #foot_copyright #copyright {
        position: absolute;
        right: 25px;
        bottom: 20px;
    }
    #foot #foot_copyright #allforhealthcare {
        position: absolute;
        left: 25px;
        bottom: 20px;
    }
    #country_select_body {
        display: none;
        height: 500px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.75);
        filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#95000000, EndColorStr=#95000000);
        /*IE8以下用*/
    }
    /* 国選択エリア Add Yokoi 2015.12.09 */
    #country_select_body #country_select_content {
        position: relative;
        width: 800px;
        padding: 0 60px 50px;
        margin: 77px auto 0;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
        background: #fff;
    }
    #country_select_body #country_select_content p {
        padding: 30px 0 10px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    #country_select_body #country_select_content p#country_select_close {
        position: absolute;
        top: -10px;
        right: 20px;
    }
    #country_select_body #country_select_content ul {
        padding: 10px 0 0 0;
        overflow: hidden;
        height: 100%;
    }
    #country_select_body #country_select_content ul h3 {
        font-size: 20px;
        font-weight: normal;
        line-height: 26px;
        border-bottom: solid 1px #bfbfbf;
    }
    #country_select_body #country_select_content ul p.country_text {
        font-size: 11px;
        text-align: left;
        line-height: 16px;
        padding: 5px;
        margin: 0;
    }
    #country_select_body #country_select_content ul ul {
        padding: 20px 0;
    }
    #country_select_body #country_select_content ul ul li {
        width: 160px;
        height: 22px;
        float: left;
        padding: 0 0 15px;
    }
    #country_select_body #country_select_content ul ul li a {
        color: #555555;
        text-decoration: none;
        line-height: 16px;
    }
    #country_select_body #country_select_content ul ul li a img {
        padding: 0 5px 20px 0;
        vertical-align: top;
        float: left;
    }
    #country_select_body #country_select_content ul ul li a p {
        padding: 0;
        margin: 0;
        font-size: 13px;
        text-align: left;
        line-height: 16px;
    }
    /*
    #country_select_body #country_select_content ul {
        border-top: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
        padding: 35px 0 0 5px;
        overflow: hidden;
        height: 100%;
    }
    #country_select_body #country_select_content ul li {
        width: 168px;
        float: left;
        padding: 0 0 35px;
    }
    #country_select_body #country_select_content ul li a {
        color: #a0a0a0;
        text-decoration: none;
    }
    #country_select_body #country_select_content ul li a img {
        padding: 0 5px 0 0;
        vertical-align: top;
    }
    */
    #sp_nav_body {
        display: none !important;
    }
    #foot_sp_app {
        display: none;
    }
}


/* SP */

@media only screen and (max-width: 639px) {
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
    .lay {
        position: relative;
    }
    #head.china h1 img {
        width: 105px;
        height: auto;
    }
    #head {
        padding: 20px 0;
    }
    #head h1 {
        padding: 0 0 0 14px;
    }
    #head h1 img {
        width: 75px;
        height: auto;
    }
    #head h1 a {
        padding: 0;
        background: none;
    }
    #head ul {
        display: table;
    }
    #head ul li {
        display: table-cell;
        vertical-align: middle;
    }
    #head ul li a {
        color: #666666;
        text-decoration: none;
        display: block;
        padding: 10px 30px;
    }
    #head #country_select {
        position: absolute;
        top: -6px;
        right: 60px;
    }
    #head #country_select img {
        width: 83px;
        height: auto;
    }
    #head #country_select a {
        text-decoration: none;
    }
    #head #country_select a span {
        display: block;
        color: #a0a0a0;
        font-size: 10px;
        line-height: 1;
        padding: 0 0 0 0;
    }
    #head #country_select a strong img {
        width: 21px !important;
        height: auto;
        vertical-align: bottom;
    }
    #head #country_select a strong em {
        background: url(../img/country_arrow.png) center right no-repeat;
        color: #666666;
        display: inline-block;
        padding: 0 15px 0 0;
        font-size: 10px;
        list-style: 14px;
        font-style: normal;
    }
    #head #sp_nav {
        position: absolute;
        top: -5px;
        right: 14px;
    }
    #foot #foot_info {
        display: none;
    }
    #foot #foot_copyright {
        position: relative;
        background: #666666;
    }
    #foot #foot_copyright ul {
        padding: 0 0 30px;
        text-align: center;
    }
    #foot #foot_copyright ul li {
        border-bottom: solid 1px #999999;
    }
    #foot #foot_copyright ul li a {
        padding: 14px 0;
        display: block;
        color: #fff;
        text-decoration: none;
    }
    #foot #foot_copyright ul li:last-child {
        border-right: none;
    }
    #foot #foot_copyright p img {
        margin: 0 auto;
    }
    #foot #foot_copyright p#copyright {
        padding: 15px 0 40px;
    }
    /* 国選択エリア Add Yokoi 2015.12.09 */
    #country_select_body {
        display: none;
        height: 500px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.75);
    }
    #country_select_body #country_select_content {
        position: relative;
        width: 90%;
        padding: 0 0 30px;
        margin: 10px auto 0;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
        background: #fff;
    }
    #country_select_body #country_select_content p {
        text-align: center;
        padding: 50px 20px 5px;
        font-size: 12px;
        line-height: 16px;
    }
    #country_select_body #country_select_content p#country_select_close {
        position: absolute;
        padding: 0;
        top: 15px;
        right: 15px;
    }
    #country_select_body #country_select_content p#country_select_close img {
        width: 20px;
        height: auto;
    }
    #country_select_body #country_select_content ul {
        padding: 20px 20px 0 20px;
        overflow: hidden;
        height: 100%;
        margin: 0;
    }
    #country_select_body #country_select_content ul h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 26px;
        border-bottom: solid 1px #bfbfbf;
        text-align: center;
    }
    #country_select_body #country_select_content ul p.country_text {
        font-size: 10px;
        text-align: left;
        line-height: 13px;
        color: #999999;
        padding: 5px;
        margin: 0;
    }
    #country_select_body #country_select_content ul ul {
        padding: 20px 0;
    }
    #country_select_body #country_select_content ul ul li {
        font-size: 10px;
        width: 50%;
        float: left;
        padding: 0 0 10px;
    }
    #country_select_body #country_select_content ul ul li a {
        color: #555555;
        text-decoration: none;
    }
    #country_select_body #country_select_content ul ul li a img {
        padding: 0 5px 20px 0;
        vertical-align: top;
        float: left;
    }
    #country_select_body #country_select_content ul ul li a p {
        padding: 0;
        margin: 0;
        font-size: 11px;
        text-align: left;
        line-height: 16px;
    }
    /*
    #country_select_body {
        display: none;
        height: 500px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.75);
    }
    #country_select_body #country_select_content {
        position: relative;
        width: 90%;
        padding: 0 0 30px;
        margin: 30px auto 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        background: #fff;
    }
    #country_select_body #country_select_content p {
        text-align: center;
        padding: 50px 20px 25px;
        font-size: 10px;
        line-height: 16px;
    }
    #country_select_body #country_select_content p#country_select_close {
        position: absolute;
        padding: 0;
        top: 15px;
        right: 15px;
    }
    #country_select_body #country_select_content p#country_select_close img {
        width: 20px;
        height: auto;
    }
    #country_select_body #country_select_content ul {
        border-top: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
        padding: 35px 0 0 5px;
        overflow: hidden;
        height: 100%;
        margin: 0 20px;
    }
    #country_select_body #country_select_content ul li {
        font-size: 10px;
        width: 50%;
        float: left;
        padding: 0 0 25px;
    }
    #country_select_body #country_select_content ul li a {
        color: #a0a0a0;
        text-decoration: none;
    }
    #country_select_body #country_select_content ul li a img {
        padding: 0 5px 0 0;
        vertical-align: top;
    }
   */
    #sp_nav_body {
        display: none;
        height: 500px;
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 10;
    }
    #sp_nav_body ul {
        margin: 15px 0 0;
        padding: 0 14px 0;
    }
    #sp_nav_body ul li#sp_nav_search {
        padding: 20px;
        background: #626262;
        border-top: none;
    }
    #sp_nav_body ul li:first-child {
        border-top: none;
    }
    #sp_nav_body ul li {
        font-size: 16px;
        border-top: solid 1px #a0a0a0;
    }
    #sp_nav_body ul li a {
        padding: 30px 0 30px 20px;
        color: #fff;
        text-decoration: none;
        background: #626262;
        display: block;
    }
    #sp_nav_body ul li form {
        width: 100%;
    }
    #sp_nav_body ul li form p {
        vertical-align: bottom;
        overflow: hidden;
        height: 100%;
        width: 100%;
        display: table;
    }
    #sp_nav_body ul li form p span {
        display: table-cell;
        vertical-align: top;
    }
    #sp_nav_body ul li form p span.search_btn {
        width: 26px;
    }
    #sp_nav_body ul li form input {
        display: block;
        -webkit-appearance: none;
        border-radius: 0;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
    }
    #sp_nav_body ul li form input.search_box {
        width: 100%;
        height: 22px;
        padding: 0;
        line-height: 22px;
        border: #c8c8c8 solid 1px;
        display: block;
    }
    #foot_sp_app {
        background: #fff;
        padding: 50px 0;
        width: 100%;
    }
    #foot_sp_app ul {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    #foot_sp_app ul li:nth-child(1) {
        width: 35%;
        padding: 0 5% 0 10%;
    }
    #foot_sp_app ul li:nth-child(2) {
        width: 35%;
        padding: 0 10% 0 5%;
    }
    #foot_sp_app ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    #foot_sp_app ul li a {
        display: block;
        margin: 0 0 10px;
    }
    #foot_bunner_china {
        color: #666666;
    }
    #foot_bunner_china h2 {
        padding-top: 20px;
        padding-bottom: 11px;
        width: 155px;
        margin: 0 auto;
    }
    #foot_bunner_china h3 {
        font-size: 17px;
        line-height: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    #foot_bunner_china p {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #foot_bunner_china #head_app_list.china {
        padding: 0 15px;
        width: auto;
        margin: 0 auto 20px;
    }
    #foot_bunner_china #head_app_list.china ul {
        overflow: hidden;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    #foot_bunner_china #head_app_list.china ul li {
        display: block;
        width: 31.5%;
        margin: 0 7px 0 0;
        padding: 0;
        float: left;
        padding-bottom: 2.34%;
    }
    #foot_bunner_china #head_app_list.china ul li img {
        width: 100%;
    }
    #foot_bunner_china #head_app_list.china ul li:nth-child(3n) {
        margin: 0;
    }
    #foot_bunner_china #head_app_list.china ul li:nth-child(4) {
        width: 47%;
        text-align: right;
    }
    #foot_bunner_china #head_app_list.china ul li:nth-child(4) img {
        width: 66%;
    }
    #foot_bunner_china #head_app_list.china ul li:nth-child(5) {
        width: 47%;
        text-align: left;
    }
    #foot_bunner_china #head_app_list.china ul li:nth-child(5) img {
        width: 66%;
    }
    #foot_bunner_china .head_img {
        width: 97.5%;
        margin: 0 auto;
    }
    #foot_topbtn {
        display: none;
    }
}

/* ja-jp only*/
@media only screen and (min-width: 640px) {
  body #head.head_ja_jp ul li:nth-child(1) {
    width: 155px; }
  body #head.head_ja_jp ul li {
    width: 145px;
    padding: 0 10px 0 0; }
    body #head ul li a {
      width: 100%; }
  body #head.head_ja_jp ul li:nth-child(4).head_nav_on a {
    background: url(../img/app/nav_app.png) top center no-repeat !important;
    color: #fff;
    text-align: center;
    display: inline-block; }
    #head ul li:nth-child(4) a:hover {
        background: url(../img/app/nav_app_on.png) top center no-repeat !important;
        color: #fff;
        text-decoration: none;
    }
}

/* .cn domain only */
/* ICP対応 20181119 */
body #foot #foot_copyright p#cn{
    font-size:0.7em;
    color:#fff;
    text-align:center;
    margin-bottom:15px;
}

body #foot #foot_copyright p#cn a{
    color:#fff;
}

@media screen and (min-width: 480px) {
body #foot #foot_copyright p#cn{
    
}
}
@media screen and (min-width: 768px) {
body #foot #foot_copyright p#cn{
    margin:0px;
    position: absolute;
    right: 25px;
    bottom: 0;
    text-align:right;
}
}