@charset "utf-8";
/* CSS Document */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

.up_ymd {
	margin-right: 20px;
}

.newMark {
	margin-left: 10px;
}


/*befor after
---------------------------------------------------------------------------*/
.php_w {
	margin: 0px auto 0;
    width: 100%;
}

.php_w_s {
	margin: 0px auto 0;
    width: 80%;
}

@media screen and (max-width:600px){
.layout-overview {
    margin-top: 2rem;
}
	.php_w_s {
	margin: 0px auto 0;
    width: 100%;
}
}
@media screen and (max-width:480px){
	.php_w_s {
	margin: 0px auto 0;
    width: 100%;
}
}



/* ↓記事一覧 */
.pager{
	text-align:right;
	clear:both;
	margin-top:20px;
	margin-right: 2px;
	margin-bottom:20px;
}

/*ページャーボタン*/
.pager a{
    border-radius: 5px 5px 5px 5px;
	background-color:#eee;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 3px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #0045a0; 
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 3px;
    text-decoration: none;
}

.pager a:hover{
    background:#0045a0;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/*--▼▼お客様の声▼▼--------------------------------------------------*/
#news_title {
	max-width: 1500px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0;
}

/*--▼▼お客様の声一覧ページ PHP設定▼▼--*/

ul#case_t_List{
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;   /* Safari etc. */
	flex-wrap : wrap;	/* IE10        */
	margin-bottom: 30px;
}
.case_box{
	display: block;
	width: 30%;
	height: auto; 
	margin: 1.5%;
}


.c_up_ymd{
	font-size:70%;
	line-height: 1;
	margin-top: 10px;
}

.c_title{
	margin: 0 auto;
	font-weight: 600;
	font-size: 90%;
	width: 100%;
	height: 30%;
}

.thumbNailWrapCT{
	display:block;
	width:100%;
	float:left;
	height:170px;
	padding: 1%;
	overflow:hidden;
}

.flexb {
	display: flex;
	 flex-direction: row;
	justify-content: space-between;
}

.casesetumei{
	position: relative;
	width: 60%;
     padding:0.5em 0.5em 0.5em 2.5em;
     border: 1px solid #CCC;
     border-radius: 5px;
	margin: 0 auto;
}

.casesetumei::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:25px;
     background-color: #c2272d;
}

.catName {
	color: #0046a0;
	font-weight: 600;
	margin-right: 20px;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
/*テキスト幅設定*/
.case_detailText {
	width: 98%;
	margin: 0 auto;
}
	
/*ボックス内の画像*/
.case_detailUpfile {
	margin: 30px auto;
}	
}


/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:700px){
/*テキスト幅設定*/
.thumbNailWrapCT{
	height:130px;
	padding: 0;
}	
}

/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){
/*テキスト幅設定*/
.thumbNailWrapCT{
	height:200px;
	padding: 0;
}
/*単独ページボックス内の画像*/
.case_detailUpfile {
	margin: 20px auto;
}
	
/*イメージ画像下説明文*/	
.casesetumei{
	width: 90%;
     padding:0.5em 0.5em 0.5em 2.5em;
	font-size: 90%;
}
	
ul#case_t_List{
	flex-direction: column;
}
	
.case_box{
	width: 80%;
	margin: 20px auto 30px auto;
}
}

/*画面幅400px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:400px){
/*テキスト幅設定*/
.thumbNailWrapCT{
	height:160px;
	padding: 0;
}
}

/*画面幅520px以下の設定
------------------------------------------------------------------------------------------------------------------------
@media screen and (max-width:520px){
.thumbNailWrapCT{
	height:100px;
	padding: 0;
}
}---*/

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------
@media screen and (max-width:480px){
.thumbNailWrapCT{
	height:65px;
	padding: 0;
}
}---*/

/*画面幅450px以下の設定
---------------------------------------------------------------------------------------------------------------------------------------------------
@media screen and (max-width:400px){

/*top設定

.thumbNailWrapCT{
	height:65px;
	padding: 0;
}
}---*/

/*画面幅400px以下の設定
---------------------------------------------------------------------------------------------------------------------------------------------------
@media screen and (max-width:400px){

/*top設定
--------------------------------------------------------------------
.thumbNailWrapCT{
	height:60px;
	padding: 0;
}
}------*/	

/* ↓記事詳細 */

/* 単独ページUP画像 */
#detail img{
	display:block;
	margin:20px auto;
}

#detail{
	font-size:9pt;
	line-height:1.6em;
	width:95%;
	margin:0 auto;
}

p#pan{
	text-align:right;
	font-size:8pt;
	padding:5px 10px 5px 0;
	background-color:#efefef;
	margin-bottom:20px;
}

p#pan a{
	color:#333;
	text-decoration:none;
}

p#pan a:hover{
	background-color:#efefef;
}
/*
p#up_title{
	background-image:url(../image_pc/h4_back.jpg);
	background-repeat:no-repeat;
	color:#fff;
	width:100%;
	height:37px;
	font-weight:normal;
	font-size:10pt;
	padding-left:17px;
	padding-top:12px;
	margin-bottom:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
*/
/*BLOG記事タイトル左青ライン*/
p#h_blue_lineb {
	padding: 0.25em 1em;
	border-left: solid 5px #0045a0;/*左線*/
	border-bottom: solid 1px #0045a0;/*下線*/
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 10px;
	color: #005b60;
}


p#up_ymd{
	padding-bottom:20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom:20px;
	text-align:right;
}

p#backORcloseBtn{
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}

p#backORcloseBtn:before , p#backORcloseBtn:after{
	content:"|";
	color:#CCC;
}

p#backORcloseBtn a{
	color:#333;
	text-decoration:none;
	padding:0 5px
}

p#backORcloseBtn a:hover{
	color:#0045a0;
	font-weight: 600;
	background-color: #dbeaff;
}

/*戻る*/
.back {
	with: 50%;
	margin: 80px auto 60px auto;
	border: 1px solid #999;
	text-align: center;
}
.back a{
	text-decoration: none;
	}

.back:hover{
	background-color: #dbeaff;
}



/* ↓共通 */
ul#cateList{
	list-style-type:none;
	text-align: center;
}

ul#cateList:before{
	content:"カテゴリ";
}

ul#cateList li{
	display:inline-block;
	margin-bottom:10px;
}

ul#cateList li:before{
	content:"|";
	color:#CCC;
	margin-right:5px;
}

ul#cateList li a{
	color:#333;
	text-decoration:none;
	padding:0 5px;
	font-size:9pt;
}

ul#cateList li a:hover{
	color:#0045a0;
	font-weight: 600;
	background-color: #dbeaff;
}

ul#otherBlog{
	list-style-type:none;
	text-align: center;
}

ul#otherBlog li{
	display:inline-block;
	margin-right:10px;
}

ul#otherBlog li:first-child a{
	display:block;
	padding:10px 20px;
	background-color:#eee;
	text-decoration:none;
	text-align:center;
	margin-bottom:30px;
	font-size:10pt;
	border:solid #fff 1px;
	outline:solid #ccc 1px;
	font-weight:bold;
	color:#333;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
margin-top:20px;
}

ul#otherBlog li:first-child a:hover{
	outline:solid #ffa53b 1px;
	background-color:#ffa53b;
	color:#fff;
	cursor:pointer;
}

ul#otherBlog li:nth-child(2){
vertical-align: middle;
}

ul#otherBlog li:nth-child(3){
padding-top: 3px;
vertical-align: middle;
	}
