@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
配下全てトップページのみ使用
-------------------------------------------------------*/


.stripeBoxList .itemInr::before {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #354187;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.stripeBoxList .itemInr::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 14px;
	right: 17px;
	margin-top: -3px;
}
.stripeBoxList a[target="_blank"] .itemInr::after {
	display: none;
}
.stripeBoxList a[target="_blank"] .itemInr::before {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 26px;
	height: 30px;
	border-radius: 0;
	background: url(/common/images/ico_blank.png) no-repeat left top/100% auto;
}

.appListArea .appList .itemInr::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	border-right: 1px solid #f07a38;
	border-bottom: 1px solid #f07a38;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.stripeBoxList .col a {
    padding-bottom: 0;
	position: relative;
}

.stripeBoxList .itemInr {
    padding: 15px 15px 36px 15px;
}

.service .stripeBoxList .itemInr {
    height: 165px;
}

.colom_2col.hasSpace .col {
    width: 49%;
    margin-bottom: 0;
}

.stripeBoxList .col {
    padding: 10px;
    background: url(/common/images/bg_stripe_wt.gif);
	border: none;
}

#case{
	margin-bottom: 140px;
}

#case ul{
	

	margin: 0 auto;
	display: flex;
	width: 100%;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 65px;
}

#case ul li{
	width: 20%;
	margin: 0;
	padding: 0;
}

#case ul li img{
	width: 100%;
}

#case div.btn{
	margin: 0 auto;
	/*width: 150px;
    height: 36px;*/
	width: 30%;
}

#case div.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    border: solid 1px #354187;
    border-radius: 3px;
    color: #354187;
    position: relative;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    padding: 13px 0;
}

#case div.btn::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #354187;
    border-right: solid 2px #354187;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(45deg);
}

#case div.btn a::after{
	content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #354187;
    border-right: solid 2px #354187;
    position: absolute;
    right: 10px;
    top: 18px;
    transform: rotate(45deg);
}

#case div.btn a:hover {
	background-color: #354187;
	color: #fff;
}

#case div.btn a:hover::after  {
	border-top: solid 2px #fff;
        border-right: solid 2px #fff;
}


/* //全体ここまで */
/* =================================================================================

スマホ(768px以上からPCコーディング)
961 

==================================================================================== */
@media only screen and (max-width: 767px){	
.colom_2col.hasSpace .col {
    width: 100%;
}
	
#case{
	margin-bottom: 42px;
}	    
	
#case ul{
	justify-content: center;
	margin-bottom: 26px;
}	

#case ul li{
	width: 33%;
}
	
#case div.btn{
	width: 90%;
	font-size: 16px;
}

}/* //スマホコーディング(ここまで) */
/* =================================================================================

スマホだけ

==================================================================================== */
@media screen and (min-width:320px)and (max-width:767px){
	

}
/* =================================================================================

PCコーディングだけ/768px以上～
     
==================================================================================== */
@media screen and (min-width:768px){
	
	
}
/* =================================================================================

タブレット以上/モニター(普通)以下

==================================================================================== */
@media screen and (min-width:600px)and (max-width:1200px){

}
/* =================================================================================

モニター(wide)だけ

==================================================================================== */
@media screen and (min-width:1500px){

	
	
	
}
	

	
	
	
	
	
	
	
	
	
	
	
	




