@charset "utf-8";
/* =============================================== */
/* useful
================================================== */
/* archive
------------------------------- */
.archiveTop .mod_tit01{
	line-height: 95px;
}
.boxBtns{
	margin: 40px auto;
	padding: 15px;
	background: #b1dfff;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.boxBtns .item{
	float: left;
	margin-right: 7px;
}
.boxBtns .item:nth-of-type(4n){
	margin-right: 0;
}
.boxBtns .item:nth-of-type(n+5){
	margin-top: 10px;
}
.boxUsefulBtns{
	margin: 40px auto;
	padding: 15px;
	background: #b1dfff;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxUsefulBtns .item{
	width: 49%;
	box-sizing: border-box;
}
/* single
------------------------------- */
#useful #contents{
	padding-top: 0;
}
.entryWrap{
	margin-bottom: 40px;
}
.entryWrap img{
	width: 100%;
	max-width: 100%;
}
/* category
--------------------------------- */
.entryWrap .category{
	margin-bottom: 15px;
	text-align: right;
}
.entryWrap .category span{
	font-size: 11px;
	padding: 4px 5px 2px;
	color: #fff;
	line-height: 1;
	background-color: #003392;
	display: inline-block;
	vertical-align: 1px;
}
/* title
--------------------------------- */
.entryTitH1{
	height: auto;
	padding: 20px 40px 10px;
	-webkit-background-size: cover;
	background-size: cover;
	line-height: 1.3;
}
.entryTitH2{
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 18px 20px 15px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.36;
	background: #1588da;
}
.entryLead + .entryTitH2{
	margin-top: 30px;
}
.entryTitH3{
	margin: 20px 0;
	position: relative;
	padding: 15px 20px 15px 48px;
	font-size: 16px;
	color: #003392;
	font-weight: bold;
	line-height: 1.4;
	background: #dbf4fe;
}
.entryTitH3::before{
	position: absolute;
	top: 17px;
	left: 20px;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: #0ea4e8;
}
.entryTitH4{
	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{
	margin-bottom: 40px;
	padding: 30px;
	background: #e3f8fc;
	font-size: 1.4rem;
	line-height: 1.79;
	border-top: double 4px #1588da;
	border-bottom: double 4px #1588da;
}
.entryBody .entryLead p + p{
	margin-top: 15px;
}
.entryBody .entryTxt{
	font-size: 1.4rem;
	line-height: 1.79;
}
.entryBody .entryTxt p + p{
	margin-top: 15px;
}
.entryBody sup{
	display: inline-block;
	position: relative;
	transform: scale(.6);
	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(背景あり・■)
--------------------------------- */
.entryTxtList{
	overflow: hidden;
	margin: 20px 0;
	padding: 15px 20px;
	background: #dbf4fe;
}
.entryTxtList li{
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	color: #003392;
	font-weight: bold;
	line-height: 1.4;
}
.entryTxtList li::before{
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: #0ea4e8;
}
.entryTxtList li + li{
	margin-top: 10px;
}
/* list(背景なし・中黒)
--------------------------------- */
.entryTxtList02{
	overflow: hidden;
	margin: 20px 0;
}
.entryTxtList02 li{
	position: relative;
	padding-left: 13px;
}
.entryTxtList02 li::before{
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #333;
}
.entryTxtList02 li + li{
	margin-top: 5px;
}
/* list(背景あり・数字)
--------------------------------- */
.entryTxtListNum{
	overflow: hidden;
	margin: 20px 0;
	padding: 15px 20px;
	background: #dbf4fe;
}
.entryTxtListNum li{
	list-style: inside decimal;
	padding-left: 2em;
	text-indent: -1.5em;
	font-size: 16px;
	color: #003392;
	font-weight: bold;
	line-height: 1.4;
}
.entryTxtListNum li + li{
	margin-top: 5px;
}
/* list(背景なし・数字)
--------------------------------- */
.entryTxtListNum02{
	overflow: hidden;
	margin: 20px 0;
}
.entryTxtListNum02 li{
	list-style: inside decimal;
	padding-left: 2em;
	text-indent: -1.5em;
	line-height: 1.4;
}
.entryTxtListNum02 li + li{
	margin-top: 10px;
}
/* table01
--------------------------------- */
.entryTbl01{
	margin: 20px 0;
}
.entryTbl01 th,
.entryTbl01 td{
	border: solid 1px #ccc;
	padding: 15px;
}
.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: 30px;
	padding: 30px;
	background: #dbf4fe;
	overflow: hidden;
}
/* title */
.entryBody .entrySummary .entrySummaryTit{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #003392;
	border-bottom: dotted 2px #003392;
}
/* img */
.entryBody .entrySummary .entryTxtLeft .entryImg{
	width: 280px;
}
.entryBody .indent{
	text-indent: 1em;
}

/* (20180606追加)バナー
--------------------------------- */
.bnr_useful {
	margin: 0 auto 20px;
	text-align: center;
}
.bnr_useful img {
	width: 100%;
}
.entryWrap .bnr_useful {
	margin: 20px auto 0;
}

/* 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: #1588da;
}
.tocWrap #toc li a:hover{
	color: #1588da;
}
