@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: normal;
    vertical-align: baseline;
}

body {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

::selection {
    background: #fff;
    color: #aa003e;
}

::-moz-selection {
    background: #fff;
    color: #aa003e;
}

* {
    box-sizing: border-box;
}

html {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Open Sans', YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    line-height: 2;
    letter-spacing: .05em;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

img,
svg {
    width: 100%;
    height: auto;
}

.h-sm,
.h-md,
.h-lg,
.h-xl {
    color: #000;
    line-height: 1.6;
}

.h-sm strong,
.h-md strong,
.h-lg strong,
.h-xl strong {
    font-weight: bold;
}

.h-sm span,
.h-md span,
.h-lg span,
.h-xl span {
    display: inline-block;
}

.h-sm i,
.h-md i,
.h-lg i,
.h-xl i {
    margin: 0 5px 0 0;
}

.h-sm small,
.h-md small,
.h-lg small,
.h-xl small {
    display: block;
    font-size: 14px;
}

.h-sm {
    font-size: 16px;
}

.h-md {
    font-size: 20px;
}

.h-lg {
    font-size: 22px;
}

.h-xl {
    font-size: 24px;
}

.c-white {
    color: #fff !important;
}

.permalink {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
}

.pc {
    display: none !important;
}

.smt {
    display: block !important;
}

h1 {
    display: none !important;
}

header#g-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    background-color: #aa003e;
    background: linear-gradient(to right, #aa003e, rgba(170, 0, 62, 0.8));
}

header#g-head .inner {
    padding: 16px 20px;
    position: relative;
}

header#g-head .inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(475deg, rgb(255, 255, 255) 111px, transparent 112px);
}

header#g-head .inner:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
}

#h-group {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

#h-btn-pc {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
}

#h-btn-pc a {
    display: block;
    padding: 1em 2.5em 1em 1.5em;
    background-color: #dadadadd;
    color: #333333;
    font-weight: 600;
    border-radius: 0 0 3px 3px;
    position: relative;
}

#h-btn-pc a::after {
    content: "";
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #333333;
    position: absolute;
    top: 50%;
    right: 0.9em;
    transform: translateY(-50%);
    width: 0.7em;
    height: 1em;
}

#h-btn-pc a span {
    position: relative;
}

#h-btn-pc a span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #333333;
    transition: width .1s;
}

#h-btn-pc a:hover span::after {
    width: 100%;
}

@media screen and (min-width: 900px) {
    #h-btn-pc {
        display: block;
    }
}

@media screen and (min-width: 1230px) {
    #h-btn-pc {
        position: relative;
        transform: none;
        bottom: auto;
        right: auto;
    }

    #h-btn-pc a {
        background-color: #eeeeee;
        border-radius: 3px;
    }
}

#nav-pc {
    height: 100%;
}

#nav-pc ul {
    height: 100%;
    letter-spacing: -.4em;
}

#nav-pc ul li {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#nav-pc ul li a {
    letter-spacing: .05em;
    display: table;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    transition: background-color .3s;
}

#nav-pc ul li a span {
    display: table-cell;
    vertical-align: middle;
}

#nav-pc ul li a span.two-line {
    line-height: 1.5em;
}

#nav-pc ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#nav-pc ul li.lang {
    margin-right: 70px;
}

#nav-pc ul li.lang a {
    width: 80px;
}

#nav-pc ul li.lang a span {
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-family: "Roboto", sans-serif;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#nav-pc ul li.lang a span strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-left: .1em;
}

#nav-pc ul li.lang a span small {
    opacity: .6;
    font-size: 10px;
    letter-spacing: 0;
}

#nav-pc ul li:not(.lang) {
    display: none;
}

#nav-pc ul li:not(.lang):before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 25%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.h-logo {
    width: 200px;
    display: flex;
    align-items: center;
}

.cillogo {
    width: 73px;
    margin-right: 17px;
    z-index: 1;
}

.apulogo {
    width: 110px;
    z-index: 1;
}

.apulogo a,
.cillogo a {
    display: block;
    line-height: 0;
}

.cillogo.ib {
    display: inline-block;
    width: 100px;
}

.apulogo.ib {
    display: inline-block;
    width: 200px;
}

a[href^="mailto"] {
    color: #aa003e;
}

main {
    display: block;
    position: relative;
}

.sec {
    padding: 60px 0;
}

.sec a {
    color: #4aaad0;
    font-size: 16px;
    text-decoration: underline;
}

.sec a:hover {
    text-decoration: none;
}

.sec .sec-head {
    margin: 0 0 50px;
}

.sec .sec-head p {
    margin: 15px 0 0;
}

.sec .sec-body p:not(:first-child) {
    margin: 15px 0 0;
}

footer#g-foot {
    text-align: center;
    background-color: #e5e5e5;
    position: relative;
    z-index: 1;
}

nav#nav-foot {
    background-color: #aa003e;
    margin: 0 -20px;
}

nav#nav-foot ul {
    letter-spacing: -.4em;
}

nav#nav-foot ul li {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
}

nav#nav-foot ul li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    transition: background-color .3s;
}

nav#nav-foot ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

nav#nav-foot ul li:not(:first-child):before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#foot-dtl {
    padding: 50px 0;
}

#foot-dtl .footer-block {
    text-align: left;
}

#foot-dtl .footer-block h3 {
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
}

#foot-dtl .footer-block h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
}

#foot-dtl ul.links-list a {
    text-decoration: underline;
}

#foot-dtl ul.links-list a:hover {
    text-decoration: none;
}

#foot-dtl ul.links-list>li li a {
    padding-left: 1em;
    position: relative;
}

#foot-dtl ul.links-list>li li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .5em;
    height: .5px;
    background-color: #333;

}

#foot-dtl ul.links-list a.external-link::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/cil/common/img/icon-external.svg) no-repeat right;
    padding-left: .5em;
}

#foot-dtl ul.links-list ul {
    padding-left: 1em;
}

#foot-dtl .sitemap .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#foot-dtl .row01 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

#foot-dtl .row02 {
    position: relative;
}

#foot-dtl .row02 .foot-left {
    margin: 20px 0 0;
}

#foot-dtl .row02 .foot-left p b {
    display: block;
    font-weight: bold;
}

#foot-dtl .row02 .foot-left .fb-icon {
    position: relative;
}

#foot-dtl .row02 .foot-left .fb-icon img {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 20px;
}

#foot-dtl .row02 .foot-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

#copyright {
    text-align: center;
    padding: 0 20px 10px;
}

#copyright small {
    font-size: 12px;
}

#menu-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
    width: 70px;
    height: 70px;
    background-color: #aa003e;
}

#menu-btn>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 20px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#menu-btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

#menu-btn span:nth-of-type(1) {
    top: 0;
}

#menu-btn span:nth-of-type(2) {
    top: calc(50% - 1px);
}

#menu-btn span:nth-of-type(3) {
    bottom: 0;
}

#nav-smt {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nav-smt .in {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 20px;
    min-height: 100%;
    margin: 0 0 15px;
}

#nav-smt .nav-head {
    padding: 30px 0 15px;
}

#nav-smt .nav-body {
    text-align: left;
}

#nav-smt .nav-body a.btn-bnr {
    display: block;
    padding: 1em 2.5em 1em 1.5em;
    background-color: #dadadadd;
    color: #333333;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    text-align: center;
    transition: opacity .3s;
}

#nav-smt .nav-body a.btn-bnr:hover {
    opacity: .8;
}

#nav-smt .nav-body a.btn-bnr::after {
    content: "";
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #333333;
    position: absolute;
    top: 50%;
    right: 0.9em;
    transform: translateY(-50%);
    width: 0.7em;
    height: 1em;
}

#nav-smt .nav-body a.btn-bnr:hover span::after {
    width: 100%;
}

#nav-smt .nav-body ul li a {
    position: relative;
    display: block;
    padding: 15px 0;
}

#nav-smt .nav-body ul li a i {
    position: absolute;
    top: 50%;
    right: 16px;
    opacity: .3;
    font-size: 1.1em;
    transform: translateY(-50%);
}

#nav-smt .nav-body ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    border: 4px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#nav-smt .nav-body ul li a[target="_blank"]:before {
    display: none;
}

#nav-smt .nav-body ul li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#nav-smt .nav-foot {
    padding: 30px 0 0;
}

#nav-smt .nav-foot p b {
    font-weight: bold;
}

#nav-smt.on {
    left: 0;
}

#nav-close,
#nav-close span {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

#nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 8;
}

#nav-close span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

#nav-close span:nth-of-type(1) {
    top: 0;
    transform: translateY(11px) rotate(-315deg);
}

#nav-close span:nth-of-type(2) {
    bottom: 0;
    transform: translateY(-11px) rotate(315deg);
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#pagetop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8;
    background-color: #aa003e;
    width: 70px;
    height: 70px;
}

#pagetop span {
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
}


/* lower */

#lower-main-view {
    position: relative;
    height: 200px;
    margin-top: 70px;
}

#lower-main-view h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    letter-spacing: .2em;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#lower-main-view:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#breadcrumb {
    display: none;
}


/*ページャー*/

.pager {
    padding: 30px 0;
    text-align: center;
}

.pager .none {
    display: none;
}

.pager ol {
    padding: 0;
}

.pager ol li {
    display: inline-block;
    margin: 0;
}

.pager ol li a {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    line-height: 13px;
    padding: 14px 16px;
    margin: 0 1px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: top 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.65s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.65s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.pager ol li a:hover {
    top: -5px;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pager ol li.WCMselected a {
    background: #aa003e;
    color: #FFF !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.pager ol li.WCMselected a:hover {
    top: 0;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    color: #fff;
    background-color: #aa003e;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.pager.pc {
    display: none;
}

.pager.sm {
    display: block;
}

@media (min-width:769px) {
    .pager.pc {
        display: block;
    }

    .pager.sm {
        display: none;
    }
}


/*ページャー終*/

@media screen and (min-width: 600px) {
    .h-sm {
        font-size: 17px;
    }

    .h-lg {
        font-size: 26px;
    }

    .h-xl {
        font-size: 30px;
    }

    /* lower */
    #lower-main-view {
        height: 250px;
    }
}

@media screen and (min-width: 800px) {
    .pc {
        display: block !important;
    }

    .smt {
        display: none !important;
    }

    .h-sm {
        font-size: 18px;
    }

    .h-md {
        font-size: 22px;
    }

    .h-lg {
        font-size: 30px;
    }

    .h-xl {
        font-size: 36px;
    }

    /* #nav-pc ul li:not(.lang) {
    display: inline-block;
} */
    header#g-head .inner {
        padding: 11px 20px;
    }

    header#g-head .inner:before {
        background: linear-gradient(475deg, rgb(255, 255, 255) 143px, transparent 144px);
    }

    .h-logo {
        width: 317px;
    }

    .cillogo {
        width: 100px;
        margin-right: 50px;
    }

    .apulogo {
        width: 70px;
    }

    .apulogo.ib {
        width: 200px;
    }

    .cillogo.ib {
        margin-right: 17px;
    }

    .pager {
        text-align: start;
    }

    footer#g-foot {
        text-align: left;
    }

    #foot-dtl {
        padding: 30px 0;
    }

    #foot-dtl .row02 .foot-right {
        position: absolute;
        top: 50%;
        right: 20px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* #menu-btn {
        display: none !important;
    } */
    /* lower */
    #lower-main-view {
        margin-top: 69.3px;
        height: 300px;
    }

    #breadcrumb {
        display: block;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        max-width: 1240px;
        margin: 0 auto -20px;
        padding: 15px 20px 0;
    }

    #breadcrumb ol {
        overflow: hidden;
    }

    #breadcrumb ol li {
        float: left;
        font-size: 13px;
        margin: 0px 10px 0px 0px;
    }

    #breadcrumb ol li a {
        position: relative;
        color: #00A2A2;
        padding: 0px 14px 0px 0px;
    }

    #breadcrumb ol li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 48%;
        right: 0px;
        width: 4px;
        height: 4px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    #breadcrumb ol li a:hover {
        text-decoration: underline;
    }

    #breadcrumb ol li.cate {
        position: relative;
        padding: 0px 14px 0px 0px;
    }

    #breadcrumb ol li.cate:before {
        content: '';
        display: block;
        position: absolute;
        top: 48%;
        right: 0px;
        width: 4px;
        height: 4px;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .pager {
        padding: 50px 0;
    }
}

@media screen and (min-width: 900px) {
    header#g-head .inner:before {
        background: linear-gradient(475deg, rgb(255, 255, 255) 180px, transparent 181px);
    }

    .h-logo {
        width: 410px;
    }

    .cillogo {
        width: 120px;
        margin-right: 50px;
    }

    .apulogo {
        width: 80px;
        margin-left: 15px;
    }

    .cillogo.ib {
        width: 120px;
        margin-right: 30px;
    }

    .apulogo.ib {
        width: 240px;
    }

    #nav-pc ul li.lang {
        margin-right: 0;
    }

    #nav-pc ul li:not(.lang) {
        display: inline-block;
    }

    #menu-btn {
        display: none !important;
    }

    /* lower */
    #lower-main-view {
        margin-top: 85.3px;
    }
}

@media screen and (min-width: 1000px) {
    .h-sm {
        font-size: 19px;
    }

    .h-lg {
        font-size: 34px;
    }

    .h-xl {
        font-size: 42px;
    }

    #nav-pc ul li a {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1200px) {
    .h-sm {
        font-size: 20px;
    }

    .h-md {
        font-size: 24px;
    }

    .h-lg {
        font-size: 38px;
    }

    .h-xl {
        font-size: 48px;
    }
}


/* .table */
.table {
    width: 100%;
}

.table td,
.table th {
    border: 1px solid #ddd;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.table thead tr td,
.table thead tr th {
    border-bottom-width: 1px;
}

.table thead tr th {
    font-weight: 700;
    background-color: #aa003e;
}

.table tbody tr td,
.table tbody tr th {
    vertical-align: middle;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.57143;
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    color: #FFF;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table .txt-center {
    text-align: center;
}

@media screen and (max-width: 600px) {

    .table-responsive {
        white-space: nowrap;
        overflow-x: auto;
        min-height: 0.01%;
    }

    .table-responsive {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: scrollbar;
    }

}


/* scrolltable */

.scrolltable {
    position: relative;
}

.scrolltable.scroll-hint.is-right-scrollable {
    background-color: #fff;
}

.scrolltable:not(.scroll-hint.is-right-scrollable) table {
    background-color: #fff;
}

.scrolltable table {
    margin: 0 0 1px;
}

.scroll-hint-icon {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-hint-icon:before {
    width: 30px;
}

.scroll-hint-text {
    margin-top: 0;
}

.scrolltable.is-scrollable {
    cursor: move;
}
