@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : oainfo.css
Description : 下層：OA情報ページCSS
===================================================================== */
.subpage article section > h1{
	border-bottom: none;
}
section.collaboration h1{
	color: #d31f20;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
}
section.collaboration h1 img{
	margin: 0 auto;
	margin-bottom: 20px;
}
section.collaboration p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding:2%;
}
section.collaboration p img {
vertical-align: bottom;
}
section.collaboration p span {
	display: block;
	color: #d31f20;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.8;
}
section.collaboration h2{
	background-color: #000;
	padding: 2%;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	display: inline-block;
}
.collaboration_box{
	margin-bottom: 40px;
	border-bottom: 1px solid #7f7f7f;

}

.collaboration_btn{
	width: 88%;
	padding: 4%;
	background-color: #c92b11;
	border-radius: 6px;
	display:block;
	text-align: center;
	margin:30px auto;
}
.collaboration_btn a{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.collaboration_btn a:hover{
	text-decoration: none;
	opacity: .8;
}
.collaboration_btnL{
	width: 88%;
	padding: 4%;
	background-color: #c92b11;
	border-radius: 6px;
	display:block;
	text-align: center;
	margin:30px auto;
}
.collaboration_btnL a{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.collaboration_btnL a:hover{
	text-decoration: none;
	opacity: .8;
}
.collaboration_box strong{
	background:#fcfc60;
    background:linear-gradient(to bottom, transparent 60%,#fcfc60 60%);
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample4-1::before{
    left: 4px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}
.app{
	font-size: 1.4rem;
    line-height: 1.6;
	color: #000;
}
.app:hover{
	color: #000;
}

.small{
	display: flex;
justify-content: center;
}

.collaboration_small {
	letter-spacing: normal;
	font-size: 1rem;
	line-height: 1.4;
	
}
@media screen and (min-width:700px){
	.subpage article section > h1 img {
    width: 500px;
    display: block;
}
	section.collaboration h2{
	padding: 1% 2%;
}

	section.highlight p {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	section.highlight p strong {
		padding-bottom: 20px;
	}
	.collaboration_btn{
	width: 250px;
	padding: 2%;
	background-color: #c92b11;
	border-radius: 6px;
	display: inline-block;
	float: right;
	text-align: center;
	margin-bottom: 30px;
}
.collaboration_btn a{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.collaboration_btn a:hover{
	text-decoration: none;
	opacity: .8;
}
.collaboration_btnL{
	width: 250px;
	padding: 2%;
	background-color: #c92b11;
	display: inline-block;
	border-radius: 6px;
	text-align: center;
	margin: 0;
	}
.collaboration_btnL a{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.collaboration_btnL a:hover{
	text-decoration: none;
	opacity: .8;
}

.small{
justify-content: flex-end;
}
}