@charset "utf-8";
/* CSS Document */


/* 一覧ページ */

#left_contents h3.blog_title{
	width:100%;
	min-height:30px;
	margin:0 0 10px 0;
	padding:10px 0 10px 10px;
	border-left: #E83015 double 10px;
	background-color:#fdeae7;
	font-size:2.0rem;
	color:#1B263B;
	line-height:140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	


/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:768px) {
	/* 表示領域が768px未満の場合に適用するスタイル */
	#left_contents h3.blog_title{
	width:100%;
	font-size:1.7rem;
	}
}


.blog_contents{
	width:100%;
	clear:both;
	}

.blog_contents .images{
	width:35%;
	float:left;
	}

.blog_contents .images img{
	width:100%;
	max-width:100%;
	height:auto;
	}

.blog_contents .text{
	width:63%;
	height: 190px;
	margin: 0 0 50px 0;
	float:right;
	position: relative;
	}

.blog_contents .text p{
	margin: 0 0 10px 0;
	}

.blog_contents .text02{
	width:100%;
	height: 190px;
	margin: 0 0 50px 0;
	}

.blog_contents .text02 p{
	margin: 0 0 10px 0;
	}

.blog_contents p.date{
	font-size: 1.2rem !important;
	text-align:right;
	}

.detail_btn {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #668ad8;
	font-size:1.6rem;
	color: #FFF;
	border-bottom: solid 4px #627295;
	border-radius: 3px;
	clear:both;
	text-align: right;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	}

.detail_btn:active {
	-moz-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-o-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
	}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:735px) {
	/* 表示領域が735px未満の場合に適用するスタイル */
	.blog_contents .images{
	width:100%;
	float:none;
	}
	.blog_contents .images img{
	max-width:80%;
	height:auto;
	margin:3% 10%;
	}
	.blog_contents .text{
	width:100%;
	height:auto;
	float:none;
	}
}




/* その5  */
.pager .pagination {
	margin:40px 0;
	text-align: center;
	clear: both;
	}

.pager .pagination li {
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	color:#333333;
	text-align: center;
	position: relative;
	border-radius: 10px;
	}

.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size:1.4rem;
	color:#333333;
	text-align: center;
	display:table;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}

.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
	}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	background: #223870;
	}

@media only screen and (max-width: 767px){
	.pager .pagination li{
	display: none;
	}
	.pager .pagination li.pre,
	.pager .pagination li.next{
	display: inline-block;
	width: 40%;
	height: 50px;
	text-align: center;
	}
	.pager .pagination li.pre a,
	.pager .pagination li.next a{
	width: 100%;
	text-align: center;
	}
	.pager .pagination li.pre span::after{
	content: "　前の10件へ";
	}
	.pager .pagination li.next span::before{
	content: "次の10件へ　";
	}
}



/* 個別記事のページ*/

#blog_detail{
	width:100%;
	clear:both;
	}

#blog_detail .images{
	width:40%;
	padding: 0 0 30px 0;
	float:right;
	}

#blog_detail .images img{
	width:100%;
	max-width:100%;
	height:auto;
	}

#blog_detail .images02{
	width:100%;
	padding:0;
	}

#blog_detail .images02 img{
	width:100%;
	max-width:100%;
	height:auto;
	}

#blog_detail .images03{
	text-align:center;
	}

#blog_detail .images03 img{
	max-width:100%;
	height:auto;
	}


#blog_detail .text01{
	width:55%;
	float:left;
	}

#blog_detail .text01 p{
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 1.5rem !important;
	line-height:160%;
	}

#blog_detail .text01 p span.text{
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	}

#blog_detail .text01 p span.text001{
	border-bottom:#44869B solid 1px;
	}

#blog_detail .text01 p span.text002{
	border-bottom:#FFA670 solid 1px;
	}


#blog_detail .text02{
	width: 100%;
	height: auto;
	margin: 30px 0 80px 0;
	clear: both;
	}

#blog_detail .text02 p{
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 1.5rem !important;
	line-height:160%;
	}

#blog_detail .text02 p span.text{
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	}

#blog_detail .text02 p span.text001{
	border-bottom:#44869B solid 1px;
	}

#blog_detail .text03{
	width: 100%;
	height: auto;
	margin: 30px 0;
	clear: both;
	}

#blog_detail .text03 p{
	margin: 0 0 15px 0;
	color: #333333;
	font-size: 1.5rem !important;
	line-height:160%;
	}

#blog_detail .text03 p span.text{
	background: linear-gradient(transparent 50%, #a8eaff 50%);
	}

#blog_detail .text_box{
	margin:0 0 15px 0;
	padding:20px;
	border:#44869B double 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

#blog_detail .text_box .q {
	position: relative;
	display: inline-block;
	margin:0 0 10px 0;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #70A6FF;
	border-radius: 50%;
	box-sizing: border-box;
	}

#blog_detail .text_box .q:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #70A6FF;
	z-index: 0;
	}

#blog_detail .text_box .a {
	position: relative;
	display: inline-block;
	margin:0 0 10px 0;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #FFA670;
	border-radius: 50%;
	box-sizing: border-box;
	}

#blog_detail .text_box .a:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #FFA670;
	z-index: 0;
	}

#blog_detail .text02 p span.text002{
	border-bottom:#FFA670 solid 1px;
	}


#blog_detail a{
	color: #333333;
	}

#blog_detail p.link{
	padding-left:1em;
	text-indent:-1em;
	}

#blog_detail p.date{
	font-size: 1.2rem !important;
	text-align:right;
	}

#blog_detail table{
	width:100%;
	margin:0 auto 30px auto;
	}

#blog_detail table.after{
	border:double 6px #666666;
	}

#blog_detail td {
	width:20%;
	border: solid 1px #CCCCCC;
	padding: 10px;
	font-size:1.5rem;
	color: #333333;
	vertical-align:middle;
	line-height:140%;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}


#blog_detail p.title{
	width: 150px;
	position: relative;
	background: #C9D3EE;
	box-shadow: 0px 0px 0px 5px #C9D3EE;
	border: dashed 2px #FFFFFF;
	margin:0 0 15px 0;
	padding:2px 0;
	font-size:1.5rem;
	color: #223870;
	font-weight: bold;
	text-align: center;
	}

#blog_detail p.title:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #7B95D7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	}


/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:735px) {
	/* 表示領域が735px未満の場合に適用するスタイル */
	#blog_detail .images{
	width:100%;
	text-align:center;
	float:none;
	}
	#blog_detail .images img{
	width:80%;
	height:auto;
	}
	#blog_detail .text01{
	width:100%;
	float:none;
	}
}



/* 記事移動 */

#blog_detail .bottom_nav{
	width:250px;
	margin:0 auto;
	padding:50px 0 0 0;
	clear:both;
	}

#blog_detail .bottom_nav li{	
	width:100px;
	padding:5px;
	background-color:#666666;
	display:block;
	}

#blog_detail .bottom_nav li a{
	width:100px;
	font-size:1.4em;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	}

#blog_detail .bottom_nav li.next{
	text-align:left;
	float:left;
	}

#blog_detail .bottom_nav li.prev{
	text-align:right;
	float:right;
	}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:735px) {
	/* 表示領域が735px未満の場合に適用するスタイル */
#blog_detail .bottom_nav{
	width:100%;
	padding:50px 0;
	}
}



/* twitter */

.blog_twitter{
	width:96%;
	padding:15px;
	margin:20px 2%;
	background: #1DA1F2;
	box-shadow: 0px 0px 0px 10px #1DA1F2;
	border: dashed 2px white;
	font-size:1.5rem;
	color: #FFFFFF;
	line-height:160%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear:both;
	}

.blog_twitter span{
	font-size:1.6rem;
	line-height:180%;
	font-weight:bold;
	}

.blog_twitter a{
	color: #FFFFFF !important;
	text-decoration:none;
	}


/* 210420追加 */
.detail_text{
	padding: 3px;
	border: #6F8AD1 solid 1px;
	background: #E8ECF7;
	font-weight: bold;
	}

.detail_text02{
	padding: 10px;
	border: #666666 solid 1px;
	background: #F5F5F5;
	font-weight: bold;
	}

/* -------------------------------------------------- パソコン */
@media screen and (min-width:1000px){
	/* 表示領域が1000px以上の場合に適用するスタイル */
.detail_blog028 br{
	display: none;
	}
}


