@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------

Common

----------------------------------------------- */
.ttlMain,
#wrapper,
#articleTop{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ------------ Ttl---------------- */
#container #breadcrumbs{
	margin-bottom: 0;
}
#container .ttlMain{
	padding: 15px 0;
	text-align: left;
	margin-bottom: 20px;
}
#container .ttlMain .ttl{
	width: 956px;
	margin: auto;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.pageTtl{
	font-size: 36px;
	margin-bottom: 40px;
}
.pageTtl:after{
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 10px;
}
.ttlBg{
	background-color: #e6f8fa;
	padding: 10px 20px;
	font-size: 18px;
	color: #17a7b8;
	font-weight: bold;
	margin-bottom: 25px;
}
@media screen and (max-width:667px) {
	body{
		overflow-x: hidden;
	}
	#footerSp{
		width: 100%!important;
	}
	#container #wrapper{
		padding-top: 0;
		margin-bottom: 30px!important;
	}
	#contents{
		width: 100%;
		padding:0 4%;
		box-sizing: border-box;
	}
	#container .ttlMain{
		padding: 110px 0 0;
	}
	#container .mmbrSts-org ~ .ttlMain .ttl,
	#container .mmbrSts-org_pre ~ .ttlMain .ttl,
	#container .mmbrSts-hataraki ~ .ttlMain .ttl {
		padding: 79px 0 0;
	}
	#container .ttlMain .ttl{
		width: 94%;
		padding: 15px 0;
		font-size: 20px;
	}
	.pageTtl{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.ttlBg{
		margin-bottom: 15px;
	}
}

/* ------------ list---------------- */
.arrowList .list {
	overflow: hidden;
}
.arrowList .list li{
	width: 48%;
	float: left;
	box-sizing: border-box;
	margin-top: 15px;
}
.arrowList .list li:nth-child(2n){
	float:right;
}
.arrowList .list li:nth-child(-n + 2){
	margin-top: 0;
}
.arrowList .list li a{
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-left: 15px;
}
.arrowList .list li a:before{
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 8px;
	height: 6px;
	border: 4px solid transparent;
	left: 0;
	top: 6px;
}
@media screen and (max-width:667px) {
	.arrowList .list li,
	.arrowList .list li:nth-child(2n){
		width:100%;
		float: none;
	}
	.arrowList .list li:nth-child(-n + 2){
		margin-top: 15px;
	}
	.arrowList .list li:first-child{
		margin-top: 0;
	}
	
}


/* ------------ link---------------- */
.txtLink{
	padding-right: 15px;
	position: relative;
}
.txtLink:after{
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -4px;
	right: 0;
	transform: rotate(45deg);
	position: absolute;
	display: block;
}
.btnLine,
.btnSolid{
	display: block;
	background-color: #fff;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	font-size: 18px;
	width: fit-content;
	margin: 50px auto 0;
	position: relative;
	box-sizing: border-box;
	padding: 0 50px;
}
.btnSolid{
	line-height: 50px;
}
.btnLine:hover,
.btnSolid:hover{
	text-decoration: none;
}
.btnLine:before,
.btnSolid:before{
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	margin-top: -5px;
	left: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	display: block;
}
@media screen and (max-width: 667px) {
	.btnLine,
	.btnSolid{
		width: 100%;
		font-size: 15px;
		padding: 0 25px 0 15px;
		margin: 30px auto 0;
	}
	.btnLine.sp2Line,
	.btnSolid.sp2Line{
		line-height: 1.3;
		padding: 10px 10px 10px 15px;
		border-radius: 32px;
	}
	.btnLine:before,
	.btnSolid:before{
		left: 15px;
	}
}
/* ----------------------------------------------

mainContents

----------------------------------------------- */
#mainConts{
	width: 650px;
	float: left;
}

@media screen and (max-width:667px) {
	#mainConts{
		width: 100%;
		float: none;
	}
}
/* ------------ tag--------------- */
#tagConts{
	margin-bottom: 30px;
	border: 1px solid #ddd;
	padding: 10px 15px 10px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#tagConts .tagTtl{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	width: 9em;
}
.tagList{
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}
.tagList li{
	display: inline-block;
	margin-right: 7px;
	margin: 5px 8px 5px 0;
}
.tagList li a{
	font-size: 14px;
	display: inline-block;
	border-radius: 4px;
	background-color: #fff;
	padding: 3px 8px;
	border: 1px solid #c0a700;
	color: #c0a700;
	font-weight: bold;
}
.tagList li:last-child{
	margin-right: 0;
}
.tagList li a:hover{
	background-color: #c0a700;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:667px) {
	#tagConts{
		margin-bottom: 20px;
		display: block;
		padding: 10px 0 5px;
	}
	#tagConts .tagTtl{
		display: block;
		width:100%;
		box-sizing: border-box;
		padding:0 10px;
	}
	#tagConts .tagList{
		display: block;
	}
	#tagConts ul{
		display: block;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	#tagConts .tagList li:first-child{
		margin-left: 10px;
	}
	.tagList li:last-child{
		margin-right: 0;
	}
	#tagConts .tagList li:last-child{
		margin-right: 10px;
	}
  #tagConts ul::-webkit-scrollbar{
    background: #eee;
    border-radius: 5px;
    height: 6px;
  }
  #tagConts ul::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius: 5px;
  }
}

/* ------------ articleArea--------------- */
.articleArea .articleBox{
    height:320px;
	width: 315px;
	float: left;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}
.articleArea .articleBox:nth-child(2n){
	float: right;
}
.articleArea .articleBox a{
	display: block;
}
.articleArea .articleBox:hover{
	text-decoration: none;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.articleArea .articleBox a:hover{
	text-decoration: none;
}
.articleArea .articleBox img{
	width: 100%;
	height: auto;
	display: block;
}
.articleArea .articleBox .txtBox{
	padding: 10px 20px;
}
.articleArea .articleBox .txtBox p{
	font-size: 16px;
  line-height: 1.5;
}
.articleArea .moreBtn{
	clear: both;
	margin-bottom: 30px;
}
.articleArea .moreBtn a{
	display: block;
	border: 2px solid #dddddd;
	border-radius: 25px;
	line-height: 50px;
	box-sizing: border-box;
	text-align: center;
	width: 270px;
	font-size: 18px;
	color:#333;
	margin: 0 auto;
	background: url(/column/images/icon_moreBtn.png) no-repeat center left 35px;
}
.articleArea .moreBtn a:hover{
	background-color: #f7f7f7;
	text-decoration: none;
}

@media screen and (max-width:667px) {
	.articleArea .articleBox{
		width: 48%;
		margin-bottom: 20px;
		height: 230px;
	}
	.articleArea .articleBox .txtBox{
		padding: 10px 10px;
	}
	.articleArea .articleBox .txtBox p{
		font-size: 14px;
	}
	.articleArea .moreBtn{
		margin-bottom: 20px;
	}
	.articleArea .moreBtn a{
		width: 80%;
		font-size: 16px;
	}
}

/* ------------ snsArea--------------- */

.snsArea{
	text-align: right;
	width: 100%;
	overflow: hidden;
}
.snsArea ul{
	overflow: hidden;
	float: right;
}
.snsArea li{
	display: block;
	vertical-align: top;
	float: left;
	margin: 0 0 0 5px;
}

/* ----------------------------------------------

sideArea

----------------------------------------------- */
#sideArea{
	float: right;
	width: 280px;
}
#sideArea .toContTop{
	display: none;
} 
@media screen and (max-width:667px) {
	#sideArea{
		width: 100%;
		float: none;
		margin-top:30px;
	}
	#top #sideArea .toContTop{
		display: none;
	} 
	#sideArea .toContTop{
		display: block;
		margin-bottom: 30px;
	} 
}
/* ------------ ranking--------------- */
#top #ranking{
	display: none;
}
#ranking{
	background-color: #fafafa;
	border: 1px solid #dddddd;
	padding: 15px;
	margin-bottom: 15px;
}
#ranking .rankTtl{
	font-size: 16px;
	font-weight: bold;
	background: url(/column/images/icon_rank.png) no-repeat left center;
	padding: 5px 0 5px 30px;
}
#ranking .articleBox{
	overflow: hidden;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#ranking .articleBox:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#ranking .articleBox a{
	display: block;
	overflow: hidden;
}
#ranking .articleBox a:hover{
	opacity: 0.6;
}
#ranking .articleBox .imgBox{
	float: left;
	width: 74px;
}
#ranking .articleBox .imgBox img{
	display: block;
	width: 100%;
	height: auto;
}
#ranking .articleBox:nth-child(n + 4) .imgBox:before{
	display: none;
	text-align: center;
	width: 18px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
}
#ranking .articleBox:nth-child(-n + 3) .imgBox:before{
	content: "";
	display: none;
	width: 26px;
	height: 21px;
	margin-bottom: 5px;
}
#ranking .articleBox:first-child .imgBox:before{
	background: url(/column/images/icon_rank01.png) no-repeat;
}
#ranking .articleBox:nth-child(2) .imgBox:before{
	background: url(/column/images/icon_rank02.png) no-repeat;
}
#ranking .articleBox:nth-child(3) .imgBox:before{
	background: url(/column/images/icon_rank03.png) no-repeat;
}
#ranking .articleBox:nth-child(4) .imgBox:before{
	content: "4";
}
#ranking .articleBox:nth-child(5) .imgBox:before{
	content: "5";
}
#ranking .articleBox .txtBox{
	float: right;
	width: 155px;
	font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width:667px) {
	#ranking{
		padding: 15px 10px;
	}
	#ranking .articleBox .imgBox{
		float: left;
		width: 74px;
	}
	#ranking .articleBox .txtBox{
		float: left;
		margin-left: 15px;
		width: calc(100% - 90px);
	}
}
/* ------------ tag--------------- */
#sideTag{
	background-color: #fafafa;
	border: 1px solid #dddddd;
	padding: 15px 15px 10px;
	margin-bottom: 15px;
}
#sideTag .tagTtl{
	font-size: 16px;
	font-weight: bold;
	background: url(/column/images/icon_tag.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
}
@media screen and (max-width:667px) {
	#sideTag{
		padding: 15px 10px 5px;
	}
}
/* ------------ Dictionary--------------- */
#sideDictionary{
	margin-bottom: 15px;
}
#sideDictionary a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 20px;
	position: relative;
}
#sideDictionary a:before{
	content: "";
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 4px solid transparent;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
#sideDictionary a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#dictionary #sideDictionary{
	display: none;
}
/* ------------ service--------------- */
#sideService{
	border: 1px solid #dddddd;
}
#sideService .ttl{
	padding: 8px 15px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#sideService li a{
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
#sideService li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#sideService li .imgBox{
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}
#sideService li .imgBox img{
	display: block;
	width: 100%;
	height: auto;
}
#sideService li .txtBox{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 12px;
}
#sideService .more{
	font-size: 12px;
	text-align: right;
	padding: 15px;
}
#sideService .more a{
	padding-right: 15px;
	position: relative;
}
#sideService .more a:after{
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -4px;
	right: 0;
	transform: rotate(45deg);
	position: absolute;
	display: block;
}
@media screen and (max-width:667px) {
	#sideService .ttl{
		padding: 8px 10px;
	}
	#sideService li a{
		padding: 10px;
	}
	#sideService .more{
		padding: 15px 10px;
	}
}

/* ----------------------------------------------

dictionary

----------------------------------------------- */
.toGlTop{
	display: none;
}
/* ------------ anchorList---------------- */
.anchorList{
	overflow: hidden;
	margin-bottom: 30px;
}
.anchorList.btm{
	margin: 0;
}
.anchorList li{
	float: left;
	width: 14.2%;
}
.anchorList li a,
.anchorList li span{
	display: block;
	text-align: center;
	padding: 10px 10px 10px 16px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #dddddd;
	border-top: 0;
	border-right: 0;
	position: relative;
}
.anchorList li span{
	color: #ddd;
	padding: 10px;
}
.anchorList li a:before{
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 8px;
	height: 6px;
	border: 4px solid transparent;
	left: 15px;
	top: 50%;
	margin-top: -3px;
}
.anchorList.btm li a:before{
	margin-top: -7px;
}
.anchorList.links li a:before{
	margin-top: -5px;
}
.anchorList li:nth-child(7n) a,
.anchorList li:nth-child(7n) span{
	border-right: 1px solid #ddd;
}
.anchorList li:nth-child(-n + 7) a,
.anchorList li:nth-child(-n + 7) span{
	border-top: 1px solid #ddd;
}
.anchorList li a:hover{
	background-color: #eee;
	text-decoration: none;
}
@media screen and (max-width:667px) {
	.toGlTop{
		display: block;
		width: 80%;
		margin: auto;
	}
	.anchorList{
		margin-bottom: 30px;
	}
	.anchorList.btm{
		margin: 40px 0 0;
	}
	.anchorList li{
		float: left;
		width: 20%;
	}
	.anchorList li a,
	.anchorList li span{
		padding: 10px 5px 10px 10px;
		border-top: 0!important;
		border-right: 0!important;
		font-size: 14px;
	}
	.anchorList li a:before{
		left: 6px;
	}
	.anchorList li:nth-child(5n) a,
	.anchorList li:nth-child(5n) span,
	.anchorList li:last-child{
		border-right: 1px solid #ddd!important;
	}
	.anchorList li:nth-child(-n + 5) a,
	.anchorList li:nth-child(-n + 5) span{
		border-top: 1px solid #ddd!important;
	}
}

/* ------------ anchorList---------------- */

.dictionaryList{
	margin-bottom: 50px;
}
.dictionaryList .dicIn{
	margin-bottom: 30px;
}
.dictionaryList .dicIn .subTtl{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.dictionaryList .dicIn .subTtl .read{
	font-size: 16px;
	font-weight: normal;
	color: #888;
	padding-left: 1em;
}
.dictionaryList .dicIn .txt{
	font-size: 16px;
	line-height: 1.7;
}
.dictionaryList .dicIn .links{
	margin-top: 15px;
	border: 1px solid #ddd;
	padding: 15px 15px 10px;
}
.dictionaryList .dicIn .links li{
	margin-bottom: 5px;
}
.dictionaryList .dicIn .links li:before{
	content: "・";
	display: inline-block;
	margin-right: 5px;
}
.dictionaryList .dicIn .links a{
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.dictionaryList .moreLink{
	margin: 20px 0 0;
	text-align: right;
}
@media screen and (max-width:667px) {
	.dictionaryList{
		margin-bottom: 30px;
	}	
}