/*===============================================
●PC設定 
===============================================*/
@media print, screen and  (min-width: 856px){
	
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	color: #33333;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	height:100%;
	min-height:100%;

}
 
  
 
/* リソースCSS========================================================================================================================================
========================================================================================================================================*/

.resource .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.resource .box_title h2{
  margin: 0;
  padding-top: 130px;
  padding-bottom: 20px;
  font-size: 30px;

}
.resource .nav_local{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
}
.resource .nav_local #bt{
  display: block;
  width: 48%;
}
.resource .nav_local #bt a {
  display: block;
  color: #003876;
  text-align: center;
  border:#003876 1px solid;
  background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
  background-color: #FFF;
  font-size: 15px;
  padding: 10px 0;
}
.resource .nav_local #bt a:hover{
	color:#FFF;
}
.resource .box1{
  text-align: center;
  padding-top: 40px;
}
.resource .box1 h3{
  font-size: 33px;
  font-weight: normal;
}
.resource .box_post{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.resource .box_post .post{
  width: 23%;
  word-break: break-all;
  margin-bottom: 40px;
}
.resource .box_post .post img{
  width: 100%;
  margin-bottom: 20px;
}
/*画像hoverでズームアップ---------------------------------------*/
.resource .box_post .post #photo {
	display: block;
	width: 100%;
	height: 205px;
	overflow: hidden;
}
.resource #photo a img {
	width: 100%;
	height: 205px;
	transition: .3s ease-in-out;
	object-fit: cover;
}
.resource #photo a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.resource .box_post .post .post_title{
  padding: 20px 0;
  height: 70px;
  font-weight: 800;
  line-height: 140%;
}
.resource .box_post .post .post_except{
  margin-bottom: 20px;
}
.resource .post #bt a {
    display: block;
    color: #003876;
    width:50%;
	padding:5px 0;
	padding-left:10px;
    background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	font-size:12px;
}
.resource .post #bt a:hover{
	color:#FFF;
}
.resource .post #bt a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.resource .post #bt a:hover:after{
  content: url(../images/index/point4.png); 
}
.resource .box_post .bt_list{
  width:175px;
  margin:0 auto;
}
.resource .box_post .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
    width:175px;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
    background: url(../images/common/bg_botan2.png) repeat-y -300px 0;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
}
.resource .box_post .bt_list #bt a:hover{
	color:#003876;
}
.resource .box_post .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.resource .box_post .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}
/* ブログCSS========================================================================================================================================
========================================================================================================================================*/
.blog a{
 color: #000;
}
.blog a:hover{
 color: #00C;
}
.blog .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.blog .box_title h2{
  margin: 0;
  padding-top: 130px;
  padding-bottom: 20px;
  font-size: 30px;

}
.blog p{
   font-size: 20px;
}
.blog .article{
  width: 66%;
  float: left;
}
.blog .article .post{
  margin-bottom: 50px;
}
/* 画像でズームアップ---------------------------------------*/
.blog .article .post .left-colum{
  width: 35%;
  float: left;
}
.blog .article .post #photo {
	display: block;
	width: 100%;
	height: 150px;
	text-align: center;
	overflow: hidden;
}
.blog #photo a img {
	width: 100%;
	height: auto;
	transition: .3s ease-in-out;
}
.blog #photo a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.blog .article .post .left-colum table{
 width: 100%;
 font-size: 12px;
}
.blog .article .post .left-colum td:nth-child(1) a{
  background-color: #000;
  color: #FFF;
  text-align: center;
}
.blog .article .post .left-colum td:nth-child(2){
  text-align: right;
  width: 50%;
}

.blog .article .post .box_text{
    width:57.6%;
  float: right;
  word-break: break-all;
}
.blog .post a{
  color: #000;
}
.blog .post a:hover{
  opacity: 0.7;
}
.blog .post .post_title{
  padding-bottom: 20px;
  font-weight: bold;
}
.blog .post  a:hover .post_title{
 color: #00C;
}
.blog .post_date{
   font-size: 12px;
   padding-top: 15px;
}
.blog .post .except{
  font-size: 14px;
  margin-bottom: 15px;
}
.blog .post_single{
  padding-bottom: 30px;
}
.blog .post_single{
  padding-bottom: 30px;
}
.blog .post_single .post_cat table{
 width: 90%;
 font-size: 12px;
 margin-bottom: 20px;
}
.blog .post_single .post_cat  td:nth-child(1){
 width: 50%;
}
.blog .post_single .post_cat  td:nth-child(1) a{
background-color: #000;
color: #FFF !important;
text-align: center;
}
.blog .post_single .post_cat  td:nth-child(2){
  text-align: right;
  width: 70%;
}
.blog .post_single .post_title{
  font-size: 23px;
  padding-bottom: 20px;
  font-weight: 800;
}
.blog .post_single .date{
   font-size: 12px;
}
.blog .post_single .content {
  font-size: 15px;
   word-break: break-all;
}
.blog .post_single .firstimage{
  height: 300px;
  width:100%;
  overflow: hidden;
   position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}

.blog .post_single .content p{
  font-size: 15px;
   word-break: break-all;
}
.blog .post_single .content .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.blog .post_single .content .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.blog .post_single .content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blog .post_single .content li{
  list-style: disc;
  margin-left: 35px;
}
.blog .pager{
  padding: 80px 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.blog .post_single .kanren{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}
.blog .thumb{
  height: 143px;
  width:100%;
  overflow: hidden;
   position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	margin-bottom: 20px;
}

.blog .post_single .kanren .post{
   width: 48%;
}

.blog .post_single .kanren img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.blog .post_single .kanren .post_title{
  font-size: 14px;
}
.blog .post_single .kanren .box_text{
  word-break: break-all;
  width: 100%;
}
.blog .post_single .post #bt a {
    display: block;
    color: #003876;
    width:50%;
	padding:5px 0;
	padding-left:10px;
    background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	font-size:12px;
	margin-top: 20px;
}
.blog .post_single .post #bt a:hover{
	color:#FFF;
	opacity: 1.0;
}
.blog .post_single .post #bt a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.blog .post_single .post #bt a:hover:after{
  content: url(../images/index/point4.png); 
}
.blog .post_single .bt_list{
  width:175px;
  margin:0 auto;
}
.blog .bt_list #bt a {
    display: block;
    color: #FFF !important;
	font-weight:600;
    width:230px;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
    background: url(../images/common/bg_botan2.png) repeat-y -300px 0;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
	font-size: 14px;
}
.blog .bt_list #bt a:hover{
	color:#003876 !important;
}
.blog .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.blog .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}

.blog .aside{
  width: 23.5%;
  float: right;
  background-color: #FFF;
  padding: 0 4%;
}
.blog .aside h3{
  font-size: 22px;
  font-weight: normal;
  margin-top: 30px;
}
.blog .aside ul{
  margin-bottom: 50px;
}
.blog .aside .category ul li a{
 list-style: square;
 padding: 10px 10px 0 18px;;
 font-size: 14px;
 display: block;
 margin-bottom: 5px;
 position: relative;
}
.blog .aside .category ul li a:before{
  content: '■'; 
  position:absolute;
  left: 0;
  color: #003876;
  font-size: 16px;
}
.blog .aside .category ul li a:hover{
  color:#C00;
}
.blog .aside .tag a{
  text-align: center;
  padding-left: 27px;
  padding-right:10px;
  color: #FFF;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  float: left;
  background-image: url(../images/resource/point1.png);
  background-repeat: no-repeat;
  background-position: left;
	font-size:12px;
	overflow:hidden;
	white-space: nowrap;
}
.blog .aside .tagt a:before{
  content: '・'; 
  position:absolute;
 left:2px;
  top:2px;
}
.blog .aside .post{
margin-bottom: 50px;
}
.blog .aside .post img{
width: 100%;
margin-bottom: 20px;
}
.blog .aside .post .box_text{
  word-break: break-all;
}
.blog .sns{
  padding: 30px 0;
}
 
.blog .post_single .content img{
 max-width: 750px;
 height: auto;
}
 
 .wp-caption{
}
 
 .blog .post_single .content a{
  color: #0000ee !important;
  text-decoration: underline;
}
 .blog .post_single .content a:hover{
  color: #0000ee !important;
  text-decoration: none;
}
 .blog .post_single .content a:visited{
  color: #551a8b !important;
 }
 
  .blog .post_single .rp4wp-related-posts a,
 .blog .post_single .post_cat a{
  text-decoration: none;
  color:#333 !important;
}
 .blog .post_single .rp4wp-related-posts a:visited{
  text-decoration: none;
  color:#333 !important;
}
  .blog .post_single .rp4wp-related-posts a:hover,
 .blog .post_single .post_cat a:hover{
  text-decoration: none;
  color:#00c !important;
}
 
  .blog .post_single .rp4wp-related-posts .lm_btn a{
  color:#003876 !important;
}
  .blog .post_single .rp4wp-related-posts .lm_btn a:hover{
  color:#FFF !important;
}
 .blog .tags a,
.blog .pager a{
  color:#333 !important;
  text-decoration: none;
}
.blog .bt_list a,
 .blog .pager a{
  text-decoration: none;
}
 
 
 
/* NEWSCSS========================================================================================================================================
========================================================================================================================================*/
.news .box_title{
  background-image: url(../images/resource/bg_title.png);
  background-repeat: repeat-x;
   text-align: center;
   color: #FFF;
   height: 250px;
   margin-bottom: 80px;
   font-size: 18px;
}
.news .box_title h2{
  margin: 0;
  padding-top: 130px;
  padding-bottom: 20px;
  font-size: 30px;

}
.news table a{
 color: #000;
}
.news table a:hover{
  opacity: 0.7;
}
.news table{
  width: 100%;
  border-top: #003876 1px solid;
  margin-top: 60px;
  border-collapse: collapse;
}
.news table th{
   border-bottom: #003876 1px solid;
   text-align: left;
   color: #003876;
   font-size: 16px;
   width: 45%;
   padding: 10px 0;
}
.news table th a{
  color: #003876;
}
.news table th .date{
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.news table td{
  border-bottom: #003876 1px solid;
  padding: 18px 0;
}
.news .pager{
  padding: 80px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.news .pager a{
  color: #000;
}
.news dl{
  width: 810px;
  margin:80px auto 0 auto;
}
.news dl img{

  width: 100%;
  margin-bottom: 60px;
}
.news dl dt{
   text-align: left;
   color: #003876;
   font-size: 20px;
   padding: 10px 0 20px 0;
}
.news dt .date{
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.news dd{
  margin-left: 0;
  word-break: break-all;
  
}
.news .bt_list{
  width:175px;
  margin:60px auto;
}
.news .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
    width:175px;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
    background: url(../images/common/bg_botan2.png) repeat-y -300px 0;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
}
.news .bt_list #bt a:hover{
	color:#003876;
}
.news .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.news .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}
}
/*===============================================
●スマホ設定
===============================================*/
@media screen and  (max-width: 855.99px){

body{
	font-size:1.0em;
	color: #33333;
	overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
	line-height:180%;
    left: 0;
    overflow-x: hidden;
	background-image:url(../images/sp/bg_body.png);
	background-position:top center;
	background-repeat:repeat-y;
	background-size:contain;


}

/* リソースCSS========================================================================================================================================
========================================================================================================================================*/
.resource .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
}

.resource .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.resource .nav_local{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:40px;
}
.resource .nav_local #bt{
  display: block;
  width: 48%;
}
.resource .nav_local #bt a {
  display: block;
  color: #003876;
  text-align: center;
  border:#003876 1px solid;
  background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
  background-color: #FFF;
  font-size: 15px;
  padding: 10px 0;
}
.resource .nav_local #bt a:hover{
	color:#FFF;
}
.resource .box1{
  padding-top: 30px;
  font-size: 14px;
}
.resource .box1 h3{
text-align: center;
  font-size: 33px;
  font-weight: normal;
}
.resource .box_post{
   margin: 0 auto;
   margin-bottom: 40px;
}
.resource .box_post .post{
  word-break: break-all;
  margin-bottom: 40px;
}
.resource .box_post .post img{
  width: 100%;
  margin-bottom: 20px;
}
.resource .box_post .post .post_title{
  padding: 20px 0;
}
.resource .box_post .post .post_except{
  margin-bottom: 20px;
}
.resource .post #bt a {
    display: block;
    color: #003876;
    width:80%;
	margin: 0 auto;
	padding:5px 0;
	padding-left:10px;
    background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	font-size:12px;
}
.resource .post #bt a:hover{
	color:#FFF;
}
.resource .post #bt a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.resource .post #bt a:hover:after{
  content: url(../images/index/point4.png); 
}
.resource .box_post .bt_list{
 width:80%;
  margin:0 auto;
}
.resource .box_post .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
    background: url(../images/common/bg_botan2.png) repeat-y -300px 0;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
}
.resource .box_post .bt_list #bt a:hover{
	color:#003876;
}
.resource .box_post .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.resource .box_post .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}
/* ブログCSS========================================================================================================================================
========================================================================================================================================*/

.blog .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
	margin-bottom: 50px;
}

.blog .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.blog p{
  text-align: center;
  font-size: 18px;
 }
.blog .article{
  margin: 0 auto;
  margin-bottom: 50px;
}
.blog .article .post{
  margin-bottom: 50px;
}
.blog .article .post .left-colum table{
 width: 100%;
 font-size: 12px;
}
.blog .article .post .left-colum td:nth-child(1){
 width: 100%;
 display: block;
}
.blog .article .post .left-colum td:nth-child(1) a{
text-align: center;
display: block;
 background-color: #000;
 color: #FFF;
}
.blog .article .post .left-colum td:nth-child(2){
  text-align: center;
  width: 100%;
 display: block;
}
.blog a img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.blog .article .post .box_text{
  word-break: break-all;
}
.blog .post a{
  color: #000;
}
.blog .post #photo{
  height: 200px;
  width:100%;
  overflow: hidden;
   position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.blog .post .post_title{
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: bold;
}
.blog .post a .post_title{
   color: #000;
}
.blog .post .date{
   font-size: 12px;
}
.blog .post .except{
  font-size: 14px;
  margin-bottom: 15px;
}
.blog .post_single{
  padding-bottom: 30px;
}
.blog .post_single .post_cat table{
 width: 100%;
 font-size: 12px;
}
.blog .post_single .post_cat  td:nth-child(1){
 width: 100%;
 display: block;
 background-color: #000;
 color: #FFF;
 text-align: center;
}
.blog .post_single .post_cat  td:nth-child(1) a{
background-color: #000;
color: #FFF;
text-align: center;
display: block;
}
.blog .post_single .post_cat  td:nth-child(2){
  text-align: center;
  width: 100%;
 display: block;
}
.blog .post_single .post_title{
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: bold;
}
.blog .post_single .date{
   font-size: 12px;
}

.blog .post_single .firstimage{
  height: 200px;
  width:100%;
  overflow: hidden;
   position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	margin-bottom: 30px;
}
.blog .content{
  font-size: 14px;
   word-break: break-all;
   text-align: left;
}
.blog .content p{
  text-align: left;
}
.blog .post_single .content img{
display: block;
width: 100%;
height: auto;
margin: 30px auto;
}
.blog .post_single .content li{
  list-style: disc;
  margin-left: 20px;
}
.blog .post_single .pager{
  padding: 80px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.blog .post_single .kanren{

	padding-top: 50px;
}
.blog .post_single .kanren .post{
   width: 90%;
   margin: 0 auto;
}
.blog .thumb{
  width:100%;
  overflow: hidden;
   position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	margin-bottom: 20px;
}
.blog .post_single .kanren img {
	width: 100%;
	height: auto;
}
.blog .post_single .kanren .box_text{
  word-break: break-all;
  width: 100%;
  margin-bottom: 50px;
}
.blog .post_single .post #bt a {
    display: block;
    color: #003876;
    width:50%;
	margin: 20px auto;
	padding:5px 0;
	padding-left:10px;
	border:#003876 1px solid;
	position:relative;
	background-color:#FFF;
	font-size:12px;
}
.blog .post_single .post #bt a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}

.blog .post_single .bt_list{
  width:80%;
  margin:0 auto;
}
.blog .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
    width:230px;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
	font-size: 14px;
}
.blog .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}

.blog .aside{
  background-color: #FFF;
  padding: 30px 6%;
  margin-bottom: 30px;
}
.blog .aside a{
  color: #000;
}
.blog .aside h3{
  font-size: 20px;
  font-weight: normal;
  margin-top: 30px;
}
.blog .aside ul{
  margin-bottom: 50px;
  margin: 0;
  padding: 0;
}
.blog .aside ul li{
margin-bottom: 10px;
margin-left: 0;
}
.blog .aside .category ul li a{
 margin-bottom: 5px;
 padding: 3px 10px 3px 20px;
 font-size: 16px;
 display: block;
 position: relative;
}
.blog .aside .category ul li  a:before{
  content: '■'; 
  position:absolute;
  left: 0;
  color: #C00;
  font-size: 16px;
}
.blog .aside .tag a{
  text-align: center;
  padding-left: 27px;
  padding-right:10px;
  color: #FFF;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  float: left;
  background-image: url(../images/resource/point1.png);
  background-repeat: no-repeat;
  background-position: left;
}
.blog .aside .tagt a:before{
  content: '・'; 
  position:absolute;
 left:2px;
  top:2px;
}
.blog .aside .post{
margin-bottom: 50px;
}
.blog .aside .post img{
width: 100%;
margin-bottom: 20px;
}
.blog .aside .post .box_text{
  word-break: break-all;
}
.blog .sns{
  padding: 30px 0;
}
.blog .sns img{
  width: 120px;
}
.blog .pager{
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.blog .pager a{
  color: #000;
}
 
 
 .wp-caption{
  width: auto !important;
}

/* NEWSCSS========================================================================================================================================
========================================================================================================================================*/
.news .box_title{
	width:100%;
	background-color: #003876;
	padding-top:130px;
	text-align: center;
	padding-bottom: 50px;
	color: #FFF;
	position: relative;
	margin-bottom: 50px;
}

.news .box_title h2{
  margin: 0;
  font-size: 25px;
  margin-bottom: 10px;

}
.news a{
 color: #000;
}
.news table{
  width: 100%;
  border-top: #003876 1px solid;
  margin-top: 60px;
}
.news table th{
   display: block;
   width: 100%;
   text-align: left;
   color: #003876;
   font-size: 16px;
   padding: 10px 0;
}
.news table th a{
  color: #003876;
}
.news table th .date{
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.news table td{
  border-bottom: #003876 1px solid;
  display: block;
   width: 100%;
  padding: 10px 0;
}
.news .pager{
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.news .pager a{
  color: #000;
}
.news dl{
  width: 100%;
  margin:50px auto 0 auto;
}
.news dl img{

  width: 100%;
  margin-bottom: 40px;
}
.news dl dt{
   text-align: left;
   color: #003876;
   font-size: 18px;
   padding: 10px 0;
}
.news dt .date{
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.news dd{
  margin-left: 0;
  word-break: break-all;
  
}
.news .bt_list{
  width:80%;
  margin:60px auto;
}
.news .bt_list #bt a {

    display: block;
    color: #FFF;
	font-weight:600;
    width:175px;
	padding:17px 0;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
    background: url(../images/common/bg_botan2.png) repeat-y -300px 0;
	border:#003876 1px solid;
	border-radius:30px;
	position:relative;
	background-color:#003876;
}
.news .bt_list #bt a:hover{
	color:#003876;
}
.news .bt_list #bt a:after{
  content: url(../images/index/point2.png); 
  position:absolute;
  right:15px;
  top:15px;
}
.news .bt_list #bt a:hover:after{
	 content: url(../images/index/point3.png); 
}
}


/* ブログCSS========================================================================================================================================
========================================================================================================================================*/

div.rp4wp-related-posts {
}
div.rp4wp-related-posts h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 50px 0;
}
div.rp4wp-related-posts ul {
	display: table;
}
div.rp4wp-related-posts ul li {
	display: table-cell;
	width: 380px;
	list-style: none;
	margin: 0;
}
div.rp4wp-related-posts ul li:first-child {
	padding: 0 32px 0 0;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content {
	font-size: 0.9em;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content a {
	font-weight: bold;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content p {
	margin: 0;
	font-weight: normal;
	padding: 20px 0;
	font-size: 1em !important;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content div.lm_btn {
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content div.lm_btn a {
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-image {
	margin:0 0 20px;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-image a {
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-image a img {
	width: 100%;
	height: auto;
}



.lm_btn a {
    display: block;
    color: #003876;
    width:50%;
	padding:5px 0;
	padding-left:10px;
    background: url(../images/solution/bg_botan.png) repeat-y -500px 0;
	border:#003876 1px solid;
	position:relative;
	font-size:12px;
	font-weight: normal !important;
}
.lm_btn a:hover{
	color:#FFF;
	opacity: 1.0;
}
.lm_btn a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.lm_btn a:hover:after{
  content: url(../images/index/point4.png); 
}
.blog .post_single .bt_list{
  width:232px;
  margin:0 auto;
}




@media screen and  (max-width: 855.99px){

div.rp4wp-related-posts h3 {
	font-size: 18px;
	text-align: center;
	padding: 50px 0;
}
div.rp4wp-related-posts ul {
	display: block;
	padding: 0;
}
div.rp4wp-related-posts ul li {
	display: block;
	width: 90%;
	list-style: none;
	margin: 0 auto !important;
	padding: 0 0 20px !important;
}
div.rp4wp-related-posts ul li:first-child {
	padding: 0 32px 0 0;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content {
	font-size: 18px;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content a {
	font-weight: bold;
	color: #000;
}
div.rp4wp-related-posts ul li div.rp4wp-related-post-content p {
	margin: 0;
	font-weight: normal;
	padding: 20px 0;
	font-size: 0.9em !important;
}




.lm_btn {
	text-align: center;
}
.lm_btn a {
    display: block;
 color: #003876 !important;
    width:50%;
	padding:5px 0;
	padding-left:10px;
    background: #fff url(../images/solution/bg_botan.png) repeat-y;
	background-position: -500px -500px !important;
	border:#003876 1px solid;
	position:relative;
	font-size:12px;
	font-weight: normal !important;
	margin:0 auto;
	text-align: left;
}
.lm_btn a:hover{
	color: #FFF;
	opacity: 1.0;
	background-position: -500px -500px !important;
}
.lm_btn a:after{
  content: url(../images/index/point5.png); 
  position:absolute;
  right:10px;
  top:7px;
}
.lm_btn a:hover:after{
  content: url(../images/index/point5.png); 
}
.blog .post_single .bt_list{
  width:232px;
  margin:0 auto;
}















}





