@charset "utf-8";
/* CSS Document */
/*色調整*/
.colorblue {
	background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.coloryellow {
	background: linear-gradient(transparent 50%, yellow 50%);
}
.colorred {
	background: linear-gradient(transparent 50%, #ff99ab 50%);
}
/*はみ出し調整*/
.overflowtxt {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*文字間調整*/
.heightbox {
	line-height: 1.3;
}
/*アイキャッチ用*/
.iccover {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
/*リンク有用*/
.icimg img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.icimg img:hover {
	box-shadow: 0 0px 0px;
	position: relative;
	top: 1px;
	left: 1px;
}
/*リンク無用*/
.icimg0 img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}
.icleft {
	order: 1;
	max-width: 480px;
	text-align: center;
	box-sizing: border-box;
	border: none;
	margin-top: 0px;
	margin-bottom: 5px;
}
.icright {
	order: 2;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #000000;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
}
/*右2列用*/
.ircover {
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
}
.irright1 {
	order: 1;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #000000;
	border-radius: 3px;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.irright2 {
	order: 2;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.captiontxt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 95%;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(1em);
}
.irtxtt {
	font-size: 95%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.ictxtm {
	font-size: 80%;
	letter-spacing: 0em;
	color: #0A6CFF;
}
.ictxtt {
	font-size: 85%;
	letter-spacing: 0em;
}
.ictxts {
	font-size: 80%;
	letter-spacing: 0em;
}
.prbox {
	text-decoration: underline 0.5px;
	text-underline-offset:3px;
	font-size: 100%;
	letter-spacing: 0em;
	line-height: 1.5;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #0000FF;
}
.prbox:hover {
	text-decoration: none;
	color: #FF0000;
	position: relative; 
	top: 1px;
	left: 1px;
}
/* ▼画面サイズ（横幅）が1200px以上の場合に適用 */
@media screen and (min-width: 1200px) {
.iccover {
	flex-direction: row;
	align-items: start;
}
.icleft {
	width: 50%;
	margin-right: 10px;
}
.icright {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}
/*右2列用*/
.ircover {
	width: 50%;
}
.irright1 {
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.irright2 {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.irtxtt {
	font-size: 100%;
}
.captiontxt {
	font-size: 100%;
}
.irtxtt {
	font-size: 100%;
}
.ictxtm {
	font-size: 85%;
	letter-spacing: 0.05em;
}
.ictxtt {
	font-size: 90%;
	letter-spacing: 0.05em;
}
.ictxts {
	font-size: 85%;
	letter-spacing: 0.05em;
}
.prbox {
	font-size: 90%;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
}
}
/*SNSリンク*/
.snstxt {
	text-decoration: underline 0.5px;
	text-underline-offset:3px;
	font-size: 85%;
	letter-spacing: 0em;
	line-height: 1.5;
	color: #0000FF;
	display: block;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.snstxt:hover {
	color: #FF0000;
	position: relative; 
	top: 1px;
	left: 1px;
}
/*アイキャッチ用2ページ目以降*/
.iccover2 {
	max-width: 300px;
	text-align: right;
	box-sizing: border-box;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	box-sizing: border-box;
	display: block;
}
/*広告・SNSボックス*/
.caption_box {
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: left;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	margin-top: 1em;
	margin-bottom: 5px;
	padding-top: 1em;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
}
.txtbox1 {
	box-sizing: border-box;
	border: 1.5px solid #0000FF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
}
.qtxt {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 70%;
	line-height: 1.5;
	color: #808080;
	letter-spacing: 0em;
}
.qtxt a {
	color: #0000FF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.qtxt a:hover {
    color: #FF0000;
	text-decoration: none;
	text-overflow: ellipsis;
	position: relative;
	top: 1px;
	left: 1px;
}
.qtxt2 {
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 70%;
	line-height: 1.5;
	color: #808080;
	letter-spacing: 0em;
}
.qtxt2 a {
	color: #0000FF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.qtxt2 a:hover {    
	color: #FF0000;
	text-overflow: ellipsis;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}
.qtxt3 {
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 70%;
	line-height: 1;
	color: #808080;
	letter-spacing: 0em;
}
.qtxt3 a {
	color: #0000FF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}
.qtxt3 a:hover {    
	color: #FF0000;
	text-overflow: ellipsis;
	text-decoration: none;
	position: relative;
	top: 1px;
	left: 1px;
}

/* ▼画面サイズ（横幅）が560px以上の場合に適用 */
@media screen and (min-width: 560px) {
.caption_box {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.txtbox1 {
	padding-left: 20px;
	padding-right: 20px;
}
.qtxt {
	font-size: 80%;
}
.qtxt2 {
	font-size: 80%;
}
.qtxt3 {
	font-size: 80%;
}
}

/* タグリンク */
a.taglink1 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 0.5%;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.taglink1:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.taglink1::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.taglink1:hover::after {
	border-color: #FFFFFF;
}
a.taglink2 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	margin-left: 0.4%;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.taglink2:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.taglink2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.taglink2:hover::after {
	border-color: #FFFFFF;
}
a.taglink3 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 0.5%;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.taglink3:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.taglink3::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.taglink3:hover::after {
	border-color: #FFFFFF;
}
a.taglink4 {
	white-space: nowrap;
	overflow: hidden;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	color: #0000FF;
	text-decoration: none;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: left;
	width: 49.5%;
	display: inline-block;
	box-sizing: border-box;
	margin-left: 0.4%;
	margin-right: 0%;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 0px;
	position:relative
}
a.taglink4:hover {
	color: #FFFFFF;
	background-color: #00FFFF;
	border: 1.5px solid #00FFFF;
}
a.taglink4::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0000FF;
}
a.taglink4:hover::after {
	border-color: #FFFFFF;
}
/* ▼画面サイズ（横幅）が560px以上の場合に適用 */
@media screen and (min-width: 560px) {
a.taglink1 {
	width: 24.4%;
	margin-left: 0%;
	margin-right: 0.4%;
}
a.taglink2 {
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0.4%;
}
a.taglink3 {
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0.4%;
}
a.taglink4 {
	width: 24.4%;
	margin-left: 0.4%;
	margin-right: 0%;
}
}

/*RSSブロック用*/
.rsscolumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
/*画像用*/
.rssbox {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
/*2列タイプ*/
.rssbox2 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #000000;
	border-radius: 3px;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/*1列タイプ*/
.rssbox1 {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #000000;
	border-radius: 3px;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ▼画面サイズ（横幅）が1200px以上の場合に適用 */
@media screen and (min-width: 1200px) {
.rsscolumn {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	align-items: flex-start;
}
/*2列タイプ*/
.rssbox2 {
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
}
/* ▼表示件数が18件の時 */
.rssheight18 {
	height: 1700px;
}
/* ▼画面サイズ（横幅）が560px以上の場合に適用 */
@media screen and (min-width: 560px) {
.rssheight18 {
	height: 1250px;
}
}
/* ▼表示件数が12件の時 */
.rssheight12 {
	height: 1130px;
}
/* ▼画面サイズ（横幅）が560px以上の場合に適用 */
@media screen and (min-width: 560px) {
.rssheight12 {
	height: 830px;
}
}
/* ▼表示件数が6件の時 */
.rssheight6 {
	height: 560px;
}
/* ▼画面サイズ（横幅）が560px以上の場合に適用 */
@media screen and (min-width: 560px) {
.rssheight6 {
	height: 410px;
}
}

/*スマホ用ページネーション上関連記事表示*/
.relatedbox {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border: 1.5px solid #0000FF;
	border-radius: 3px;
	margin-top: 0.5em;
	margin-bottom: 5px;
	padding-top: 0.5em;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
}
.relatedtxt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 95%;
	letter-spacing: 0.05em;
	font-weight: bold;
	padding: 0 1em;
	margin: 0;
	background-color: white;
	transform: translateY(-50%) translateX(1em);
}
.relatedlink {
	text-decoration: underline 0.5px;
	text-underline-offset:3px;
	font-size: 90%;
	letter-spacing: 0em;
	line-height: 1.2;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #0000FF;
}
.relatedlink:hover {
	text-decoration: none;
	color: #FF0000;
	position: relative; 
	top: 1px;
	left: 1px;
}
/* ▼画面サイズ（横幅）が960px以上の場合に適用 */
@media screen and (min-width: 960px) {
.relatedbox {
	display: none;
}
}
