@charset "utf-8";
/* CSS Document */
/* 20181004 作成　ver.1.0.0 */

/*-----------------
 *sec-function_common 機能紹介エリア（共通）
20241017修正
-----------------*/
#sec-function_common{
	margin:2em 0 4em;
}
#sec-function_common h2{
	color:#40a83e;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
#sec-function_common .function_inner{
    padding:2em 0;
    border:1px solid #40a83e;
    background:#edf5ed;
}
#sec-function_common .function_inner_box{
	width:80%;
	padding: 20px 15px;
	box-sizing: border-box;
	margin:0 1em 2em ;
	background:#fff;
	box-shadow:0px 1px 1px 0px #bcd8bc;
    border-radius:6px;
	position: relative;
}

#sec-function_common .function_inner_box::after {
    content: "";
    position: absolute;
    right: 1rem;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    margin-top: -0.32em;
    border-color: #297f3a;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#sec-function_common .function_inner_box .img_box{
	width:65px;
	margin-right: 20px;
}

#sec-function_common .function_inner_box .img_box.img-ocr{
	margin-right: 10px;
}

#sec-function_common .function_inner_box p.title{
	text-align: left;
	line-height:1.4;
	font-weight:bold;
}

#sec-function_common .function_inner_box p.function_link{
	font-size:0.9em;
	position:absolute;
	right:1em;
	bottom:1em;
	color: #2684e2;
}
#sec-function_common .function_inner_box a{
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	align-items: center;
}

#sec-function_common .function_inner_box a:hover{
	opacity: 0.7;
}


/*最終行をセンターにする*/
.box-outer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width:48em){
#sec-function_common .function_inner_box{
	width:40%;
	background:#fff;
}
}

@media screen and (min-width:64em){
#sec-function_common .function_inner_box{
	width:29%;
}
}

@media screen and (max-width:768px){
#sec-function_common .function_inner_box{
    margin:0 auto 2em;
}
}

@media screen and (max-width:580px){
    #sec-function_common .function_inner {
        padding: 2em 0 1em;
    }
        
    #sec-function_common .function_inner_box{
        width:86%;	
    }
}

@media screen and (max-width:380px){
#sec-function_common .function_inner_box .img_box {
    width: 55px;
    margin-right: 15px;
}

#sec-function_common .function_inner_box p.title{
	font-size: 15px;	
}
}