/*------------------------------------------------------------
	words
------------------------------------------------------------*/
/* content */
.column_header.bg-white {
	margin: 0;
	padding: 0 20px;
}

.content-wrap.bg-white {
	margin: 0;
	padding: 20px;
}

.related-article {
	margin-top: 40px;
}

@media screen and (max-width:767px){
	.related-article {
		margin: 0 20px;
	}
	.related-article .ttl02 {
		margin: 0 -20px;
	}
}

/* タイトル */
@media screen and (max-width:767px){
	#conts .ttl01 {
		margin-bottom: 0;
		padding-left: 20px;
	}
}

.word-ttlA {
	margin-bottom: 15px;
	padding: 18px 15px 15px;
	background: #E9E9E9;
	font-size: 165%;
	line-height: 1.3;
	border-top: 2px solid #00ACBA;
}

@media screen and (max-width:767px){
	.word-ttlA {
		margin-bottom: 15px;
		padding: 13px 15px;
		font-size: 1.13em;
		line-height: 1.5;
	}
}

#conts .snsList:not(:last-child) {
	margin-bottom: 20px;
}

#conts .snsList li {
	padding-right: 10px;
	float: left;
}

#conts .snsList li a:hover img {
	opacity: 0.7;
}

/* カラム */
.textColumn {
    padding: 20px;
    overflow: hidden;
    font-size: 16px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.textColumn + .textColumn {
    border-top: none;
}

.textColumn_ttl {
    margin-bottom: 10px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #004699;
    font-weight: bold;
}

.textColumn_header {
    margin-bottom: 10px;
}

.textColumn_body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}

.textColumn_linkArea {
    margin: -20px;
    padding: 20px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.textColumn_linkArea:link,
.textColumn_linkArea:visited {
    text-decoration: none;
}

.textColumn_linkArea:hover {
    background-color: #D9F3F5;
}

.textColumn_linkArea p {
    color: #111;
}

.related-word {
	background: #fff;
}

.related-word .content-negative {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
/* スマホ */
@media screen and (max-width: 767px) {
    .textColumn {
        padding: 15px 30px 15px 15px;
    }

    .textColumn_body {
        font-size: 1.4rem;
    }

    .textColumn_linkArea {
    	position: relative;
    }

    .textColumn_linkArea:hover {
        background-color: transparent;
    }

    .textColumn_linkArea:after {
        content: "";
        width: 15px;
        height: 15px;
        border-right: 2px solid #00ACBA;
        border-bottom: 2px solid #00ACBA;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .textColumn_ttl {
        margin-bottom: 5px;
        font-size: 20px;
        font-size: 2rem;
    }
}

/* 検索 */
.search-wrap {
	margin-bottom: 20px;
	padding: 0 20px;
}

.search-wrap .search-free {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-wrap .search-free:after {
	display: block;
	clear: both;
	content: "";
}

.search-wrap .search-free input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 20px !important;
	width: calc(100% - 110px);
	height: 40px;
	background-position: 20px center !important;
	border: 1px solid #CCC !important;
	border-right: none !important;
	border-radius: 10px 0 0 10px;
	font-size: 1.2rem;
}

.search-wrap .search-free button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	width: 110px;
	height: 40px;
	background: #00ACBA;
	border: none;
	border-radius: 0 10px 10px 0;
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	cursor: pointer;
}

.search-wrap .search-free button:hover {
	opacity: .7;
}

.search-wrap .search-free button i.im {
	margin-top: -8px;
	margin-left: -27px;
	padding-top: 1px;
	width: 14px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.6rem;
}

.search-wrap .search-free button span {
	margin-top: -10px;
	margin-left: -8px;
	width: 50px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
}

.search-wrap .attention {
	margin-bottom: 20px;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}

.search-wrap .attention dt {
	width: 100px;
}

.search-wrap .attention dd  {
	width: calc(100% - 100px);
}

.search-wrap .attention dd ul {
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}

.search-wrap .attention dd ul li {
	margin-right: 15px;
}

.search-wrap .attention dd ul li a {
	color: #00ACBA;
}

.search-wrap .search-text {
	margin: 0 auto;
	width: 480px;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.search-wrap .search-text li {
	margin-bottom: 10px;
}

.search-wrap .search-text li a,
.search-wrap .search-text li span {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 70px;
	height: 70px;
	border: 1px solid #DDD;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 165%;
	text-decoration: none;
}

.search-wrap .search-text li span {
	background: #ddd;
}

.search-wrap .search-text li a:hover {
	background: #00ACBA;
	border: 1px solid #00ACBA;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.search-wrap {
		margin-bottom: 15px;
		padding: 0 15px;
	}

	.search-wrap .search-free {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px 15px;
		width: 100%;
	}
	.search-wrap .search-free input {
		width: 70%;
	}
	.search-wrap .search-free button {
		width: 30%;
	}
	.search-wrap .search-free input {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px 20px !important;
		width: 70%;
		height: 40px;
		font-size: 1.1rem;
	}
	.search-wrap .search-free button {
		padding: 13px 15px;
		width: 30%;
		font-size: 1.3rem;
	}
	.search-wrap .search-free button i.im {
		margin-top: -7px;
		margin-left: -27px;
		font-size: 1.3rem;
	}
	.search-wrap .search-free button span {
		margin-top: -8px;
		margin-left: -10px;
	}

	.search-wrap .attention {
		margin-bottom: 15px;
		display: flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}

	.search-wrap .attention dt {
		width: 75px;
	}

	.search-wrap .attention dd {
		width: calc(100% - 75px);
	}

	.search-wrap .attention dd ul li {
		margin-right: 10px;
	}

	.search-wrap .search-text {
		width: 100%;
	}

	.search-wrap .search-text li {
		margin-bottom: 5px;
		width: 24%;
	}

	.search-wrap .search-text li a,
	.search-wrap .search-text li span {
		width: 100%;
		height: 40px;
		font-size: 1.13em;
	}

	.search-wrap .search-text li span {
		background: #ddd;
	}

	.search-wrap .search-text li a:hover {
		background: #00ACBA;
		border: 1px solid #00ACBA;
		color: #fff;
	}
}


/* sideBar */
#sideBar #side .sBoxHeader {
	margin-bottom: 0;
}

#sideBar #side .sBoxBody .box {
	padding: 20px 40px 20px 20px;
	overflow: hidden;
	font-size: 12px;
	border-top: none;
	border-bottom: 1px dotted #ccc;
}

#sideBar #side .sBoxBody .box .linkArea {
    margin: -20px -40px -20px -20px;
    padding: 20px 40px 20px 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    text-decoration: none;
}

#sideBar #side .sBoxBody .box .linkArea:link,
#sideBar #side .sBoxBody .box .linkArea:visited {
    text-decoration: none;
}

#sideBar #side .sBoxBody .box .linkArea:hover {
    background-color: #D9F3F5;
}

#sideBar #side .sBoxBody .box .linkArea:after {
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #00ACBA;
    border-bottom: 2px solid #00ACBA;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

#sideBar #side .sBoxBody .box .linkArea .thumbnail {
	width: 40px;
	height: 40px;
	background: #00ACBA;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	color: #fff;
	font-weight: bold;
}

#sideBar #side .sBoxBody .box .linkArea p {
    color: #111;
}

#sideBar #side .sBoxBody .box .linkArea .body {
	width: calc(100% - 50px);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
}

#sideBar #side .sBoxBody .box .linkArea .body > p {
	margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#sideBar #side .sBoxBody .list {
	padding: 20px;
}

#sideBar #side .sBoxBody .list li:not(:last-child) {
	margin-bottom: 10px;
}

#sideBar #side .sBoxBody .list li a {
	color: #00ACBA;
}

@media only screen and (max-width: 767px) {
	#sideBar #side .sBoxBody .box {
		padding: 15px 30px 15px 15px;
	}

	#sideBar #side .sBoxBody .box .linkArea {
	    margin: -15px -30px -15px -15px;
	    padding: 15px 30px 15px 15px;
	}

	#sideBar #side .sBoxBody .box .linkArea:hover {
		background-color: transparent;
	}

	#sideBar #side .sBoxBody .box .linkArea:after {
	    width: 10px;
	    height: 10px;
	    right: 15px;
	}

	#sideBar #side .sBoxBody .box .linkArea .thumbnail {
		height: 40px!important;
	}

	#sideBar #side .sBoxBody .box .linkArea .body {
		width: calc(100% - 50px);
	    font-size: 12px;
	    font-size: 1.2rem;
	    line-height: 1.2;
	}
	#sideBar #side .sBoxBody .list {
		padding: 15px;
	}
}

/* サイドバー検索 */
#sideBar #side .search-wrap {
	padding: 0;
}

#sideBar #side .search-wrap .sBoxBody {
	padding: 0 20px 10px;
}

#sideBar #side .search-wrap .search-free input {
	padding: 7px !important;
	width: calc(100% - 70px);
	height: 35px;
}

#sideBar #side .search-wrap .search-free button {
	width: 70px;
	height: 35px;
}

#sideBar #side .search-wrap .attention {
	margin-bottom: 0;
}

#sideBar #side .search-wrap .attention dt {
	width: 80px;
}

#sideBar #side .search-wrap .attention dd  {
	width: calc(100% - 80px);
}

#sideBar #side .search-wrap .attention dd ul li {
	margin-right: 10px;
}

#sideBar #side .search-wrap .search-text {
	margin-top: 20px;
	width: 100%;
}

#sideBar #side .search-wrap .search-text li {
	margin-bottom: 10px;
}

#sideBar #side .search-wrap .search-text li a,
#sideBar #side .search-wrap .search-text li span {
	width: 60px;
	height: 60px;
	font-size: 130%;
}

@media only screen and (max-width: 767px) {
	#sideBar #side .search-wrap {
		margin-bottom: 0;
	}

	#sideBar #side .search-wrap .search-free {
		padding: 15px 0;
		width: 100%;
	}

	#sideBar #side .search-wrap .search-text li a,
	#sideBar #side .search-wrap .search-text li span {
		width: 100%;
		height: 40px;
	}

}

