@charset "utf-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
    margin: 0;
    padding: 0;
}

/**
 * Basic styling
 */
body {
    font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
    margin-bottom: 7.5px;
}

/**
 * container
 */
.container{
    width: 1170px;
    margin: 0 auto;
    *zoom: 1;
}
.container:after{
    content: "";
    display: table;
    clear: both;
}

/**
 * article
 */
article{
    float: right;
    width: 75%;
    box-sizing: border-box;
    padding: 0 15px;
}

/**
 * Headings
 */
h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

h3 {
  margin-top: 30px;
}

section h1 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 20px;
    padding: .1em 0 0 .75em;
    border-left: 6px solid #424242;
}

a {
    color: #2a7ae2;
    text-decoration: none;
}
a:visited {
	color: #1756a9;
}
a:hover {
    color: #555;
    text-decoration: underline;
}

pre,
code {
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

code {
    padding: 2px 5px;
    padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
pre {
    padding: 8px 12px;
    overflow-x: auto;
    background-color: #f8f8f8;
}
pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0;
}

p > code {
  font-size: 14px;
}

table {
	width: 100%;
    border-collapse: collapse;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
    text-align: left;
    margin: 14px 0px;
}
td, th {
    border: solid 1px #C0C0C0;
    padding: 12px;
    font-size: 14px;
}
tbody td, tbody th{
	font-weight: normal;
}
thead th{
	background: #f8f8f8;
}

table.lastdate td, table.lastdate th {
  font-size: 13px;
}

ul{
  margin-left: 30px;
}

ul.annotation{
  margin-left: 0px;
  margin-bottom: 7.5px;
  list-style: none;
  font-size: 14px;
}
ul.annotation li{
  position: relative;
  padding-left: 1.4em;
  font-size: 14px;
  color: #999;
}
ul.annotation li span.bullet{
  position: absolute;
  width: 1.6em;
  top: 0;
  left: 0;
}
ul.annotation li img.annotation__img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
ol{
	margin-left: 30px;
}

.highlight{
	font-size: 13px;
}
.highlight .cp {
    color: #999999;
    font-weight: bold;
}
.highlight .nt {
	color: #000080;
}
.highlight .na {
	color: #008080;
}
.highlight .s {
    color: #d14;
}

.sidemenu{
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
    float:left;
    font-size: 12px;
}
.sidemenu .category1 {
    color: #232323;
    margin-top: 5px;
}
.sidemenu .category2 {
    margin-top: 5px;
    margin-left: 15px;
}
.sidemenu .nav{
    list-style: none;
    margin-left: 30px;
}
.sidemenu .nav li{
    margin-top: 5px;
}
.sidemenu .nav a {
    display: block;
    padding: 3px 0px 3px 5px;
    border-radius: 4px;
}
.sidemenu .nav li.active a{
    color: #fff;
    background: #337ab7
}

header{
    width: 1170px;
    margin: 30px auto 0;
    display: flex;
}
.header__logo{
    margin: 20px 25px 10px 15px;
    width: 32px;
}
.header__img{
    width: 100%;
}

footer {
    text-align: center;
    padding: 60px 0 20px;
}

footer .footer__ttl {
    font-size: 20px;
    font-weight: 700
}

footer .footerNav {
    width: 240px;
    margin: 30px auto 60px;
    list-style: none
}

footer .footerNav .footerNav__item {
    padding-left: 35px;
    margin-bottom: 20px;
    text-align: left;
    position: relative
}

footer .footerNav .footerNav__item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 25px;
    background: url(/assets/images/ico_common.png) 0 -210px no-repeat;
    background-size: 32px auto;
    position: absolute;
    top: 0;
    left: 0
}

footer .footerNav .footerNav__item.tel::before {
    background-position: 0 -235px
}

footer .footer__copy {
    color: #666;
    font-size: 12px
}

.noneSp {
    display: none
}

@media screen and (min-width: 769px) {
    footer .footerNav {
        width:370px
    }

    .noneSp {
        display: block
    }

    .nonePc {
        display: none
    }
}

@media screen and (max-width: 360px) {
    .page-link {
        min-width: 130px;
    }
    .page-link a .content-description {
        font-size: 11px;
    }
    .back-to-top {
        text-align: right;
    }
    .confidential {
        text-align: center;
        padding-top: 50px;
    }
}

.hljs {
    background-color: #f8f8f8;
}

.new_api {
    color: #FF0000;
}

.lastdate dd {
  margin-left: 2em;
}

.lastdate dd ul {
  margin: 0;
}

.lastdate dd ul li {
  list-style: none;
}

.mt30 {
  margin-top: 30px;
}

.mt45 {
    margin-top: 45px;
}

.h1-top {
    font-size: 30px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 20px;
    padding: .1em 0 0 .75em;
    border-left: 6px solid orange;
    height: 70px;
    line-height: 70px;
}

.p-service-end {
    border: solid 2px orange;
    padding: 20px 10px;
    font-size: 90%;
    margin: 60px 0;
}

.ul-api-service-end {
    display: flex;
    list-style: none;
    margin-left: 0;
}

.li-api-service-end {
    margin-right: 10px;
}

.div-api-service-end-infos {
    padding: 0 3%;
}

.div-other-apis-info {
    margin-top: 20px;
    margin-left: 9%;
    h3 {
        margin-top: 7.5px;
        font-size: 16px;
    }
}

.table-other-apis-info {
    border: none;
    margin-left: 3%;
    margin-top: 0;

    tr {
        border: none;
    }

    td {
        border: none;
        padding: 2px 0;
        font-size: 78%;
    }

    .td-index {
        font-weight: bold;
        width: 133px;
        font-size: 78%;
    }

}
