/* ===== Base / Reset ===== */
html {
    font-size: 62.5%;
}

html>body {
    text-align: left;
    font-family: "arial", "Hiragino kaku Gothic Pro", "Meiryo", "Yu Gothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-size: 1.4em;
    line-height: 1;
    box-sizing: border-box;
    color: #222222;
}

html a {
    color: #3271CC;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: red
}

/* ===== Layout ===== */
.l-contents_inr {
    margin: 0 auto;
    width: 960px;
}

.l-contents_inr:before,
.l-contents_inr:after {
    content: " ";
    display: table;
}

.l-contents_inr:after {
    clear: both;
}

.sdpjf4FG {
    background-color: #F2F4F6;
}

.sdpjf4FG .sPc {
    padding-bottom: 16px;
    display: block;
}

.sdpjf4FG .Dfo {
    padding-bottom: 24px;
    display: block;
}

.sdpjf4FG .yUi {
    padding-bottom: 40px;
    display: block;
}

.sdpjf4FG .sprt {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.sdpjf4FG .sprtDsh {
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.sdpjf4FG .sprtDsh-W {
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/* Box + heading */
.sdpjf4FG .box-103 {
    background-color: #fff;
    box-shadow: 1px 1px 8px #e6e6e6;
    position: relative;
    width: 834px;
    margin-bottom: 40px;
    padding: 48px 60px 60px 60px;
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.sdpjf4FG .box-103 .heading {
    padding-bottom: 6px;
    font-size: 2.2rem;
    margin-bottom: 24px;
    border-bottom: 2px solid #dde41b;
    color: #ff820d;
    font-weight: bold;
}

.sdpjf4FG .box-103 .heading .nmb {
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 2.4rem;
    margin-right: 10px;
}

/* Titles */
.sdpjf4FG .ttl-201 {
    font-size: 1.8rem;
    margin-bottom: 18px;
    font-weight: bold;
    padding-left: 12px;
    position: relative;
}

.sdpjf4FG .ttl-201:before {
    position: absolute;
    content: '';
    height: 16px;
    width: 4px;
    display: inline-block;
    background-color: #ff820d;
    top: 2px;
    left: 0;
}

.sdpjf4FG .ttl-202 {
    font-size: 1.8rem;
    padding-bottom: 18px;
    font-weight: bold;
}

.sdpjf4FG .ttl-202 .stp {
    background-color: #ff820d;
    border-radius: 6px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-align: center;
    padding: 2px 6px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}

/* Notes / lists / images */
.sdpjf4FG .note-gr {
    font-size: 1.3rem;
    color: #F26E32;
    line-height: 2.6rem;
}

.sdpjf4FG .img {
    padding: 16px;
    border: 1px solid #efefef;
    text-align: center;
}

.sdpjf4FG .img img {
    width: 740px;
    height: auto;
    margin: 0 auto;
}

.sdpjf4FG .img img.sml {
    width: 600px;
    height: auto;
    margin: 0 auto;
}

/* Emphasis & descriptions */
.sdpjf4FG .emphs {
    box-sizing: border-box;
    border: 2px solid #ff820d;
    padding: 24px;
    font-weight: bold;
}

.sdpjf4FG .dscrpt {
    background-color: #f7f7f7;
    padding: 24px;
    font-size: 1.3rem;
    color: #222222;
}

.sdpjf4FG .dscrpt_ttl {
    font-weight: bold;
}

.sdpjf4FG .dscrpt+.dscrpt {
    margin-top: 16px;
}

/* Table */
.sdpjf4FG .table-201 {
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    border: 1px solid #DCDCDC;
    background-color: #fafafa;
}

.sdpjf4FG .table-201 thead tr th {
    padding: 10px 24px;
    border-bottom: 1px solid #DCDCDC;
    font-weight: normal;
    color: #666666;
}

.sdpjf4FG .table-201 tbody tr td,
.sdpjf4FG .table-201 tbody tr th {
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 24px;
}

.sdpjf4FG .table-201 tbody tr:last-child td,
.sdpjf4FG .table-201 tbody tr:last-child th {
    border-bottom: none;
}

.sdpjf4FG .table-201 tbody tr th {
    font-weight: bold;
    white-space: nowrap;
}

.sdpjf4FG .table-201 tbody tr th>span {
    font-weight: normal;
    font-size: 1.2rem;
}

/* Code block */
.sdpjf4FG pre.codes-gy {
    background-color: #fff7ec;
    border: 1px solid #DCDCDC;
    padding: 8px 24px;
}

.sdpjf4FG pre.codes-gy code {
    font-family: "Fira Code", Consolas, monospace;
    white-space: pre-wrap;
    font-size: 1.4rem;
    color: #666666;
    line-height: 2.0rem;
}

.sdpjf4FG .ToC {
    font-weight: bold;
    padding-bottom: 6px;
    font-size: 1.6rem;
    display: block;
    position: relative;
}

.sdpjf4FG .ToC:after {
    display: block;
    position: absolute;
    top: 25%;
    right: 8px;
    margin-top: -2px;
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    transform: rotate(135deg);
}

.sdpjf4FG .wzArrowR {
    position: relative;
    margin-left: 56px;
    padding-right: 24px;
}

.sdpjf4FG .wzArrowR:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: solid 1px #666666;
    border-left: solid 1px #666666;
    transform: rotate(135deg);
}

/* Back to top */
.sdpjf4FG .toTop {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 12px 36px 12px 12px;
    color: #666666;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
}

.sdpjf4FG .toTop:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #999;
    border-left: solid 1px #999;
    transform: rotate(135deg);
}

/* Breadcrumbs */
.brdcrmbs {
    font-size: 1.5rem;
    padding: 24px 0;
}

.brdcrmbs>a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
}

/* Icons */
.ico {
    background-image: url('/images/icon/external-link.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
}

.ico-Blank {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}