@charset "UTF-8";

/* =============================================== */
/* useful
================================================== */
.titleArea .titMain {
    height: 58px;
    margin: 0 0 16px;
    padding: 0 0 0 44px;
    line-height: 60px;
    background: url(../img/common/bg_titMain01.png) no-repeat 0 center;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
}

.titleArea ul {
    padding: 20px 0 21px 20px;
    background: #cee7ff;
}

.titleArea ul li {
    float: left;
    padding: 0 10px 0 0;
}

.titleArea ul li:nth-of-type(3n) {
    margin-right: 0;
}

.titleArea ul li:nth-of-type(n+4) {
    margin-top: 10px;
}

/* single
-------------------------------- */
.entryWrap {
    margin-bottom: 60px;
}

.entryWrap img {
    /*width: 100%; max-width: 100%;*/
    height: 100%;
}

.entryImg img {
    width: 100%;
    max-width: 100%;
}

.entryImgMain img {
    width: 100%;
    max-width: 100%;
}

.entryHeader {
    margin-bottom: 20px;
}

/* category
--------------------------------- */
.entryHeader .category {
    margin-bottom: 10px;
    text-align: right;
    font-size: 1.2rem;
}

.entryHeader .category span {
    font-size: 11px;
    color: #fff;
    background: #00a7d1;
    display: inline-block;
    padding: 2px 8px 1px 8px;
    margin: 0 0 0 5px;
}

/* title
--------------------------------- */
.entryBody h1 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.21;
    padding: 20px;
    background: #e8f3f9;
}

.entryBody h2 {
    margin-top: -55px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0140bd;
    line-height: 1.36;
    background: url(../img/useful/bg_tit01.png) no-repeat 0 100%;
    padding-top: 105px;
}

.entryBody h3 {
    margin: 20px 0;
    position: relative;
    padding: 15px 20px 15px 48px;
    font-size: 16px;
    color: #003392;
    font-weight: bold;
    line-height: 1.4;
    background: #dbf4fe;
}

.entryBody h3:before {
    position: absolute;
    top: 17px;
    left: 20px;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #0ea4e8;
}

.entryBody h4 {
    margin: 20px 0 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    color: #003392;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: dotted 1px #003392;
}

/* txt
--------------------------------- */
.entryBody .entryLead {
    line-height: 1.54;
    padding-bottom: 30px;
}

.entryBody .entryLead p+p {
    margin-top: 15px;
}

.entryBody

/*.entryTxt*/
    {
    font-size: 1.5rem;
    line-height: 1.73;
}

.entryBody

/*.entryTxt*/
p+p {
    margin-top: 15px;
}

.entryBody sup {
    display: inline-block;
    position: relative;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.entryBody .notes {
    font-size: 12px;
}

/* img
--------------------------------- */
.entryBody .entryImgMain {
    margin-bottom: 30px;
}

.entryBody .entryTxtRight .entryImg {
    float: left;
    display: inline-block;
    width: 300px;
    margin: 0 30px 30px 0;
}

.entryBody .entryTxtLeft .entryImg {
    float: right;
    display: inline-block;
    width: 300px;
    margin: 0 0 30px 30px;
}

/* list(背景あり・■)
--------------------------------- */
.entryBody

/*.entryTxtList*/
ul {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px 20px;
    background: #dbf4fe;
}

.entryBody

/*.entryTxtList*/
li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    color: #003392;
    font-weight: bold;
    line-height: 1.4;
}

.entryBody

/*.entryTxtList*/
li:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #0ea4e8;
}

/* list(背景なし・中黒)
--------------------------------- */
.entryBody .entryTxtList02 {
    overflow: hidden;
    margin: 20px 0;
}

.entryBody .entryTxtList02 li {
    position: relative;
    padding-left: 13px;
}

.entryBody .entryTxtList02 li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #333;
}

.entryBody .entryTxtList02 li+li {
    margin-top: 5px;
}

/* list(背景あり・数字)
--------------------------------- */
.entryBody .entryTxtListNum {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px 20px;
    background: #dbf4fe;
}

.entryBody .entryTxtListNum li {
    list-style: inside decimal;
    font-size: 16px;
    color: #003392;
    font-weight: bold;
    line-height: 1.4;
}

.entryBody .entryTxtListNum li+li {
    margin-top: 5px;
}

/* list(背景なし・数字)
--------------------------------- */
.entryBody .entryTxtListNum02 {
    overflow: hidden;
    margin: 20px 0;
}

.entryBody .entryTxtListNum02 li {
    list-style: inside decimal;
    padding-left: 2em;
    text-indent: -1.5em;
    line-height: 1.4;
}

.entryBody .entryTxtListNum02 li+li {
    margin-top: 10px;
}

/* table01
--------------------------------- */
.entryBody

/*.entryTbl01*/
table {
    margin: 20px 0;
}

.entryBody

/*.entryTbl01*/
th,
/*.entryTbl01*/
td {
    border: solid 1px #ccc;
    padding: 15px;
}

.entryBody

/*.entryTbl01*/
th {
    min-width: 150px;
    background: #F3F6F7;
    vertical-align: middle;
    font-weight: bold;
}

/* 引用
--------------------------------- */
blockquote {
    padding: 30px 15px 15px 60px;
    background: url(../img/useful/ico_blockquote01.png) no-repeat 20px 25px #f1f1f1;
}

/* まとめ
--------------------------------- */
.entryBody .entrySummary {
    margin-top: 55px;
    padding: 40px;
    overflow: hidden;
    background: url(../img/useful/bg_summary01.png);
}

/* title */
.entryBody .entrySummary

/*.entryTitH3*/
h3 {
    background: transparent;
    color: inherit;
    margin: 0;
    padding: 0;
}

.entryBody .entrySummary

/*.entryTitH3*/
h3:before {
    content: none;
}

.entryBody .entrySummary

/*.entryTitH3*/
h3,
.entryBody .entrySummary .entrySummaryTit,
.entryBody .entrySummary .entrySummeryTit {
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #003f98;
    border-left: solid 3px #003f98;
}

/* img */
.entryBody .entrySummary .entryTxtLeft .entryImg {
    width: 184px;
}

.entryBody .indent {
    text-indent: 1em;
}

/* (20180606追加)バナー
--------------------------------- */
.bnr_useful {
    margin: 20px auto;
}

/* toc
--------------------------------- */
.tocWrap {
    border: 1px solid #d7d6d6;
    margin-bottom: 30px;
    padding: 30px;
}

.tocWrap .tocTitle {
    border-bottom: solid 1px #d7d6d6;
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-size: 1.8rem;
    font-weight: 700;
}

.tocWrap #toc li {
    margin-top: 10px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.tocWrap #toc li a {
    color: #313131;
    text-decoration: none;
}

.tocWrap #toc li:before {
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #0140bd;
}

.tocWrap #toc li a:hover {
    color: #0140bd;
}

.boxUsefulBtns {
    background: #a0cffd;
    margin-top: 30px;
    margin-bottom: 50px;
}

.boxUsefulBtns .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 20px;
}

.boxUsefulBtns .item {
    width: 344px;
}

.boxUsefulBtns .item a {
    display: block;
    cursor: pointer;
    background: #e5e4e4;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e4e4));
    background: linear-gradient(#ffffff 0%, #e5e4e4 100%);
    box-shadow: inset 0px -3px 0px 0px rgba(126, 126, 126, 0.5);
    border-radius: 8px;
    padding: 17px 0px;
    border: 1px solid #7e7e7e;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #333;
}

.boxUsefulBtns .item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../img/common/ico_link01.png) no-repeat center;
    background-size: 100%;
}