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

#service {
	width: 100%;
}
#service_container {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}
#service_container h2 {
	font-size: 35px;
	text-align: center;
	color: rgba(39,64,144,1.00);
	font-weight: 700;
	border-top: 1px solid rgba(39,64,144,1.00);
	border-bottom: 1px solid rgba(39,64,144,1.00);
	padding: 10px 0;
	margin: 25px 0;
	letter-spacing: 0.001rem;
}

@media screen and (max-width:1000px) {
#service_container h2 {
	font-size: 20px;
	padding: 20px 0;
}	
}

@media screen and (max-width:500px) {
#service_container h2 {
	font-size: 18px;
}		
}


#service_box {
	display: flex;
	padding: 15px 0 0;
	margin: 0 0 50px;
}


@media screen and (max-width:1000px) {
#service_box {
	display: block;
}	
}

#service_img {
	width: 47%;
}

@media screen and (max-width:1000px) {
#service_img {
	width: 100%;
	margin: 0 auto;
}	
}

#service_img img {
	width: 100%;
}

#service_btn {
	display: block;
	width: 250px;
	margin: 15px auto;
	padding: 20px 0;
	text-align: center;
	background-color: #132c65;
    border-radius: 5px;
	color: #FFF;
}

#service_btn:hover {
	opacity: 0.6;
}

/*-------------------*/

#syorui_container h2 {
	font-size: 35px;
	text-align: center;
	color: rgba(39,64,144,1.00);
	font-weight: 700;
	border-top: 1px solid rgba(39,64,144,1.00);
	border-bottom: 1px solid rgba(39,64,144,1.00);
	padding: 10px 0;
	margin: 25px 0;
	letter-spacing: 0.001rem;
}

@media screen and (max-width:1000px) {
#syorui_container h2 {
	font-size: 20px;
	padding: 20px 0;
}	
}

@media screen and (max-width:500px) {
#syorui_container h2 {
	font-size: 18px;
}		
}


#syorui_container {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}

#service_text {
	width: 50%;
	margin: 0 0 0 3%;
}

@media screen and (max-width:1000px) {
#service_text {
	width: 100%;
	margin: 0 auto;
}	
}

#service_text p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 20px;
}


#syorui_list li {
	width: 100%;
	display: flex;
	padding: 30px 0;
}

@media screen and (max-width:1000px) {
#syorui_list li {
	display: block;
}	
}

#syorui_list li figure {
	width: 30%;
}

@media screen and (max-width:1000px) {
#syorui_list li figure {
	width: 100%;
}	
}

#syorui_list li figure img {
	width: 100%;
}

.syorui_text {
	width: 67%;
	margin: 0 0 0 3%;
}

@media screen and (max-width:1000px) {
.syorui_text {
	width: 100%;
	margin: 0 auto;
}	
}

.syorui_text h3 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 20px;
}

@media screen and (max-width:1000px) {
.syorui_text h3 {
	font-size: 25px;
	text-align: center;
	padding: 20px 0 0;
}	
}

#syorui_list li ul {
	padding: 0 0 0 40px;
	box-sizing: border-box;
	margin: 0 0 15px;
}

@media screen and (max-width:1000px) {
#syorui_list li ul {
	padding: 0 0 0 20px;
}	
}

#syorui_list li li {
	display: block;
	padding: 0;
	margin: 0 0 15px;
	position: relative;
	z-index: 1;
}

#syorui_list li li::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #000;
	top: 5px;
	left: -15px;
}


.syorui_link {
	display: block;
    color: #fff;
    border: solid 1px #043178;
    padding: 6px 25px;
    border-radius: 30px;
    text-decoration: none;
    width: 250px;
    background: #043178;
    margin: 25px 0 0;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width:1000px) {
.syorui_link {
	margin: 25px auto;
}	
}

.syorui_link:hover {
	color: #043178;
	background-color: #FFF;
}

/*--------------------*/



#deai_goseikon_container {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}


#deai_goseikon_container h2 {
	font-size: 35px;
	text-align: center;
	color: rgba(39,64,144,1.00);
	font-weight: 700;
	border-top: 1px solid rgba(39,64,144,1.00);
	border-bottom: 1px solid rgba(39,64,144,1.00);
	padding: 10px 0;
	margin: 25px 0;
	letter-spacing: 0.001rem;
}

@media screen and (max-width:1000px) {
#deai_goseikon_container h2 {
	font-size: 20px;
	padding: 20px 0;
}	
}

@media screen and (max-width:500px) {
#deai_goseikon_container h2 {
	font-size: 18px;
}		
}

#flow_list {
	padding: 30px 0 80px;
}

#flow_list li {
	display: flex;
	margin: 0 0 40px;
	position: relative;
}

@media screen and (max-width:1000px) {
#flow_list li {
	display: block;
	margin: 0 0 70px;
}	
}

#flow_list li::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 12%;
	bottom: -50px;
	height: 70px;
	width: 70px;
	background-image: url("../images/service/sankaku.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:1000px) {
#flow_list li::after {
	height: 40px;
	width: 40px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -55px;
}	
}

#flow_list li:last-child::after {
	opacity: 0;
}

#flow_list li figure {
	width: 30%;
}

@media screen and (max-width:1000px) {
#flow_list li figure {
	width: 100%;
}	
}

#flow_list li figure img {
	width: 100%;
}

.deai_flow_text {
	width: 67%;
	margin: 0 0 0 3%;
}

@media screen and (max-width:1000px) {
.deai_flow_text {
	width: 100%;
	margin: 0 auto 20px;
}	
}

.deai_flow_text h3 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 15px;
}

@media screen and (max-width:1000px) {
.deai_flow_text h3 {
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
	margin: 0;
}	
}


.deai_flow_text p {
	margin: 0 0 16px;
	line-height: 1.4;
	font-size: 17px;
}

#deai_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 60px;
}

@media screen and (max-width:1000px) {
#deai_list {
	display: block;
}	
}

#deai_list li {
	width: 31%;
}

@media screen and (max-width:1000px) {
#deai_list li {
	width: 100%;
	margin: 0 0 40px
}	
}

#deai_list li img {
	width: 100%;
}

#deai_list h3 {
	color: #033664;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}

#deai_list p {
	font-size: 17px;
}