/*spのdetail関連を非表示ココカラ*/
#sp_head_close {
	display: none;
}
/*spのdetail関連を非表示ココマデ*/
section.mv {
	background-image: url("../../common/images/blog_list/mainvis_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	width: 100%;
}
section.mv_o {
	position: relative;
	width: 2560px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("../../common/images/o_faq/mainvis_img.jpg");
	background-position: 0 0;
}
.mv_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/blog_list/mainvis_ttl_img.png");
	background-position: 0 0;
	background-size: contain;
	top: 74px;
	margin: 0 auto;
	height: 88px;
	width: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_ttl_o {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("../../common/images/o_faq/mainvis_ttl_img.png");
	background-position: 0 0;
	top: 100px;
	margin: 0 auto;
	height: 89px;
	width: 294px;
}


.mv_ttl h1,
.mv_ttl p,
.mv_ttl_o p {
	font-size: 15px;
	color: #013e98;
	position: relative;
	margin-bottom: 22px;
	text-align: center;
}

section.blog_list_area, section.blog_list_area {
	position: relative;
	width: 100%;
}

.blog_list_inner {
	width: 90%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.blog_area {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ここからブログ詳細部分▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.detail_upper {
	width: 100%;
	height: auto;
}
.blog_ttl,
.blog_ttl_o {
	font-size: 18px;
	color: #56595b;
	margin-top: 30px;
	margin-bottom: 20px;
}
.blog_ttl_o:before {
	content: '';
	margin-right: 20px;
	position: relative;
	top: -3px;
	display: inline-block;
	width: 27px;
	height: 25px;
	background: url(../../common/images/o_faq/q_icon.svg) no-repeat;
    background-size: contain;
    vertical-align: middle
}
.detail_contents_o *:nth-child(2):before {
	content: '';
	margin-right: 20px;
	position: relative;
	top: -3px;
	display: inline-block;
	width: 27px;
	height: 25px;
	background: url(../../common/images/o_faq/a_icon.svg) no-repeat;
    background-size: contain;
    vertical-align: middle
}
.detail_contents,
.detail_contents_o {
	width: 100%;
	height: auto;
	color: #56595b;
	font-size: 16px;
	margin-bottom: 100px;
}
.detail_contents pre,
.detail_contents_o pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  /*overflow: auto;*/
}
.detail_contents pre,
.detail_contents_o pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.detail_lower {
	display: flex;
	width: 100%;
	position: relative;
	margin: 0 auto;
	flex-wrap: wrap;
}
.detail_lower img {
	margin: 10px 5px 10px 0;

}
.prev_btn,
.next_btn {
	height: 48px;
	font-size: 16px;
	color: #013e98!important;
	border: solid 3px #013e98;
	display: flex;
	margin: 15px auto;
	justify-content: center;
	align-items: center;
}

.prev_btn {
	position: relative;
	order: 1;
}
.next_btn {
	position: relative;
	order: 2;
}
.back_btn {
	width: 206px;
	height: 48px;
	font-size: 16px;
	color: #013e98!important;
	border: solid 3px #013e98;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px auto;
	order: 3;
}


/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ここまでブログ詳細部分▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
.blog_wrap > li {
	width: 100%;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 26px;
}
.blog_wrap > li > a {
    display: flex;
    flex-wrap: wrap;
}
.blog_wrap > li:last-child {
	border: none;
}
.blog_img {
	width: 210px;
	height: 140px;
	
} 
.blog_img img {
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.blog_txt {
	width: 274px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog_desc {
	font-size: 20px;
	color: #56595b;
}
.post_date {
	font-size: 16px;
	color: #a0a0a0;
}
.post_date_c {
	font-size: 16px;
	color: #013e98;
}
ul.cat_name {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	color: #56595b;
}

ul.cat_name li {
	background: #e3ebf7;
	height: 24px;
	padding: 0 10px;
	margin: 5px;
}
.pagenation {
	width: 100%;
}

ul {
  list-style: none;
}
aside.side_area {
	width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.side_cat, .side_arc {
	width: 100%;
	height: auto;
}
.side_cat {
	margin-bottom: 50px;
}
.cat_ttl, .arc_ttl {
	display: block;
	margin: 0 auto 20px;
}

ul.cat_list {
	color: #56595b;
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.cat_list li:before {
    content: '';
    background-repeat: no-repeat;
	background-image: url("../../common/images/common/pulldown.svg"); 
	width: 10px;
	height: 14px; 
    position: absolute;
    margin-top: 5px;
    left: -17px;
}
ul.cat_list li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 13px;	
}
ul.cat_list img {
	margin-right: 5px;
}
ul.arc_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.arc_list > li {
	margin-bottom: 20px; 
}
.acd-check {
	display: none;
}
.acd-label{
    color: #56595b;
    display: block;
    font-size: 16px;
    position: relative;
    padding-left: 32px;
}
.acd-label:before{
    box-sizing: border-box;
    content: '';
    background-repeat: no-repeat;
    background-image: url("../../common/images/blog_list/arc_open.svg");
    height: 20px;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    display: block;
    padding: 10px 20px;
    left: 3px;
}
.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    padding: 0 10px;
    color: #56595b;
    margin-left: 23px;
}
.acd-check:checked + .acd-label:before{
    content: '';
    background-repeat: no-repeat;
	background-image: url("../../common/images/blog_list/arc_close.svg");    
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin-left: 23px;
}
.acd-content li {
	margin-bottom: 10px;
}

@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	ul.cat_list li {
		width: 43%;
	}
	.prev_btn,
	.next_btn {
		width: 130px;
	}
	.blog_img {
		margin: 0 auto 15px;
	}

}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	ul.cat_list li {
		width: 20%;
	}
	.prev_btn,
	.next_btn {
		width: 175px;
	}
	.blog_img {
		margin: 0 20px 15px 0;
	}
}



