@charset "utf-8";
/* CSS Document */
.br-sp{
	display: none;}
#LayoutArea,
#ObjectiveArea{
	width: 100%;
	height: auto;
	margin-bottom: 40px;}
.SdTopWrap{
	width: 1000px;
	margin: 50px auto;
	padding: 30px 0 0;
	text-align: center;}
.catch img{
	width: 700px;
	height: auto;}
.TopimgArea{
	width: 700px;
	margin: 20px auto;}
.TopimgArea img{
	width: 100%;
	height: auto;}
.SdTopWrap h3{
	font-size: 25px;
	font-weight: 500;}
.s_greeting{
	width: 800px;
	font-size: 18px;
	text-align: left;
	margin: 20px auto;}
.objective-group,
.csrwrap{
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;}
.objective-group h2,
.csrwrap h2{
	color:#023067;
	font-size: 28px;
	font-weight: 600;
	pdding-bottom:8px;
	border-bottom:2px solid #023067;}
.service-list3{
	width: 80%;
	margin: 0 auto;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;}
.serviceBox3{
	width: 30%;
	display: flex;
	flex-direction: column;}
.service-list3 .serviceBox3 img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;}
.serviceBox3 h3{
	font-size: 22px;
	font-weight:500;
	margin: 0 0 5px;
	text-align: center;}
.service-list3 .commentArea3 {
	flex-grow: 1;
    padding: 15px 5px;
	margin-bottom: 5px;}
.commentArea3 p{
	line-height: 30px;
	text-align: left;}
#csrArea{
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: rgba(245,245,245,0.5);}
.csrbox{
	width: 1000px;
	background: #fff;
	padding:50px;
	margin: 0 auto 30px;}
.csritem{
	width: 100%;
	margin-bottom: 30px;}
.csritem:last-child{
	margin-bottom: 0;}
.csrbox h3{
	font-size: 22px;
	font-weight: 500;
	border-left:16px solid #023067;
	padding: 5px 20px;}
.csrbox p.csr_details{
	padding:10px 20px 20px;}
.fieldArea{
	width: 100%;}
.fieldArea .fieldbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0;}
.fieldbox li{
	width: 23%;
	text-align: center;
	background: #f6f6f6;
	padding: 15px;}
.csritem h2{
	font-size: 22px;
	font-weight: 500;
	border-bottom:1px solid #023067;
	padding:0 0 8px 15px;}
.activity_Area h4{
	font-size: 18px;
	margin: 20px 0 0 15px;}
.fielditem{
	font-size: 18px;
	font-weight: 600;
	border-left:4px solid #fabd00;
	padding-left: 15px;}
.activity_Area{
	width: 100;}
.activity_Area ol {
	width: 90%;
	padding-left: 20px;
	margin: 10px auto 15px;}
.activity_Area ol li{
	list-style: none;
	text-indent: -1.2em;
	padding-left: 1.2em;
	padding-bottom: 8px;}
@media screen and (max-width: 1150px) {
.SdTopWrap,
.service-list3,
.objective-group,
.csrwrap,
.csrbox{
	width: 90%;}	
}
@media screen and (max-width: 980px) {
.s_greeting{
	width: 100%;}
.fieldbox li{
	width: 45%;
	margin-bottom: 15px;}
}
@media screen and (max-width: 850px) {
.catch img{
	width: 100%;
	height: auto;}
.TopimgArea{
	width: 100%;}
.serviceBox3{
	width: 80%;
	margin:0 auto 20px;}
.service-list3 .commentArea3 {
	padding: 15px 5px 0;}
}
@media screen and (max-width: 600px) {
.objective-group h2{
	font-size: 25px;
	line-height: 28px;}	
.csrbox{
	padding: 50px 10px;}
.activity_Area ol {
	width: 95%;
	padding-left: 10px;}
.fieldbox li{
	width: 80%;
	margin: 0 auto 15px;}
.csrbox p.csr_details{
	line-height: 26px;
	padding:10px 10px 20px;}
}
@media screen and (max-width: 500px) {
.serviceBox3{
	width: 100%;}
}
@media screen and (max-width: 450px) {
.br-sp{
	display: block;}
.objective-group h2,
.csrwrap h2{
	font-size: 25px;}
.SdTopWrap h3{
	font-size: 22px;}
.objective-group{
	margin: 0 auto 30px;}
.objective-group h2{
	padding-bottom: 8px;}
.csrbox{
	width: 93%;}
}