/*style2.cssにあった*/
.news_list a {
	display:block;
    flex: 0 1 auto;
    width: 31%;
    text-decoration: none;
    color: #000;
    box-shadow: 1px 3px 10px #b1b1b1;
    border-radius: 11px;
}
.news_img {
    padding-bottom: 62%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
}
.news_text {
    padding: 17px 20px 20px;
    min-height: 50px;
    font-size: .17rem;
    position: relative;
}
.news_text p{
	margin-top:5px;
}
.news_text time{
    color: #2d9b94;
}
.news_text::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  bottom: 10%;
  right: 5%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.news_link{
    text-align: center;
}


.column_side_block{
	margin-bottom: 20px;
}
.side_cat_list{
	list-style: none;	
}
.side_cat_item{
	margin-bottom: 10px;
}
.side_cat_a{
	padding-left: 20px;
	color: #000;
	font-size: .14rem;
	position: relative;
}

.side_cat_a::before {
    content: '';
    margin-right: .5em;
    color: #0B40AF;
	background-image: url("/crystal/wp-content/themes/original/images/common/arrow-orange.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	display: inline-block;
    position: absolute;
    top: 25%;
	left: 0;
}
.archive-list{
	list-style: none;
}
.year{
	margin-top: 15px;
	cursor: pointer;
}
.month-archive-list{
	display: none;
	list-style: none;
}
.archive_head{
	padding-left: 20px;
	position: relative;
}
.archive_head::before {
    content: '';
    margin-right: .5em;
    color: #0B40AF;
	background-image: url("/crystal/wp-content/themes/original/images/common/arrow-orange.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	display: inline-block;
    position: absolute;
    top: 25%;
	left: 0;
}
.archive_head.acv_open::before {
	transform: rotate(90deg);
}
.month_li{
	margin-top: 15px;
	margin-left: 20px;
	cursor: pointer;
}
.post_list{
	display: none;
}
.post_list a{
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 10px;
	border-left: solid 3px #F39A00;
	display: block;
	width: calc(100% - 40px);
	text-decoration: none;
	color: #000;
}
.single_column_content table,
.single_column_content th,
.single_column_content td{
	border:1px;
    padding: 10px;
}
.single_column_content img{
	width: auto;
}
.single_column_content .item-tag{
	margin: 0 10px 0 0;
	font-size: .13rem;
	width: 91px;
    display: inline-block;
}
.single_column_content h2 {
    margin-top: 72px;
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: solid 3px #000000;
    font-size: .21rem !important;
    position: relative;
    font-weight: bold;
    line-height: 1.7;
}
.single_column_content h3 {
    margin-top: 40px;
    font-size: .18rem !important;
    color: #0B40AE;
    font-weight: bold;
    line-height: 1.7;
    border-left: 8px solid #0c40ae;
    padding-left: 14px;
}
.single_column_content h3,
.single_column_content h4{
	margin-top: 30px;
	margin-bottom: 15px;
}
#html div.arve {
    margin-top: 25px;
}
/*
.single_column_content h1,
.single_column_content h2,
.single_column_content h3,
.single_column_content h4,
.single_column_content h5,
.single_column_content h6 {
	margin: 0;
    font-size: initial;
}
*/
.single_column_content hr {
    margin: 18px 0 44px;
}
.single_column_content p{
	margin-top: 0;
	margin-bottom: 0;
    font-size: .16rem;
}
.single_column_content ul,
.single_column_content ol{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: .15rem;
}
.single_column_content li{
	margin-left: .2rem;
 }


.single_column_content h4 {
    font-size: .18rem !important;
}

/*前後リンク*/
.news_prevnext {
    margin: 100px auto 100px;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.prev_btn,
.next_btn{
	flex: 0 1 auto;
	width: 100px;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.prev_btn{
	padding-left: 20px;
	position: relative;
}
.prev_btn::before{
	content: '';
    margin-right: .5em;
    color: #0B40AF;
	background-image: url("/crystal/wp-content/themes/original/images/common/arrow-orange.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	display: inline-block;
    position: absolute;
    top: 32%;
	left: 0;
	transform: scaleX(-1)
}

.next_btn{
	padding-right: 20px;
	position: relative;
}
.next_btn::before{
	content: '';
    margin-right: .5em;
    color: #0B40AF;
	background-image: url("/crystal/wp-content/themes/original/images/common/arrow-orange.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	display: inline-block;
    position: absolute;
    top: 32%;
	right: 0;
}
.empty_btn{
	flex: 0 1 auto;
	width: 100px;
}
.news_backlink{
	flex: 0 1 auto;
	width: fit-content;
	text-decoration: none;
	text-align: center;
    font-weight: var(--font-w-regular);
    color: #F39A00;
    border: solid 2px #F39A00;
    width: 23.5%;
    text-align: center;
    padding: 4px 0;
    border-radius: 5px;
}

/*同一カテゴリの記事*/
.same_cat_container{
	margin: 0 auto;
	max-width: 900px;
}
.same_cat_head{
	font-size: .2rem;
}
.same_cat_list{
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.same_cat_list::after{
  content:"";
  display: block;
  width:30%;
}
.same_cat_item{
	flex: 0 1 auto;
	width: 30%;
}
.same_cat_item a{
	text-decoration: none;
	color: #000;
}
.same_cat_item img{
	width: 100%;
}

pre{
	max-width: 100%;
	width: 100%;
    padding: 0;
    margin: 0;
    font-size: .16rem;
    background: transparent;
	word-break: break-word;
    white-space: pre-wrap;
}

@media(max-width:450px){
	.news_prevnext{
		flex-wrap: wrap;
	}
	.news_backlink{
		margin-top: 15px;
		width: 100%;
		order: 1;
	}
}
