@charset "UTF-8";

#process{
display: block;
padding-top: 100px;
}

#process .layout{
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

#process .process_box{
position: relative;
z-index: 1;
height: 100%;
margin-bottom: 15%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#process .process_box:before{
content: "";
width: 5px;
height: 100%;
background-color: #124098;
position: absolute;
top: 0;
left: calc(50% - 2px);
z-index: 2;
}

#process .process_box:after{
content:"";
width: 5px;
height: 30px;
background-color: #e60012;
transform: rotate(-50deg);
position: absolute;
bottom: -3px;
left: calc(50% - 14px);
z-index: 1;
}


#process .process_box:nth-last-of-type(1):after{
display: none;

}

#process .process_box .item{
flex-basis: 45%;
text-align: left;
}

#process .process_box  .item:nth-of-type(1)  h3{
color: #fff;
font-size: 24px;
padding: 0px;
position: relative;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}


#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(1){
flex-basis: 15%;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2){
flex-basis: calc(80% - 60px);
background-color: #124098;
padding-left: 5%;
padding-right: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2):after{
content: "";
width: 0;
height: 0;
position: absolute;
bottom: 0;
right: 0;
border-top: 40px solid transparent;
border-right: 40px solid  #fff;
border-bottom: 40px solid  #fff;
border-left: 40px solid transparent;
}


#process .process_box  .item:nth-of-type(1)  p{
font-size: 16px;
font-weight: bold;
line-height: 2em;
color: #124098;
margin-bottom: 100px;
}

#process .process_box  .item:nth-of-type(1)>img{
width: calc(100% - 30px);
border-top:15px solid #124098;
border-left:15px solid #124098;
border-right:15px solid #e60012;
border-bottom:15px solid #e60012;
margin-bottom: 80px;
}

#process .process_box  .item:nth-of-type(2) .illust{
margin-top: -40%;
margin-bottom: 60px;
}

#process .process_box  .item:nth-of-type(2) .illust img{
width: 100%;
height: auto;
}

#process .process_box  .item:nth-of-type(2) .col{
margin-bottom: 60px;
}

#process .process_box  .item:nth-of-type(2) .step{
display: inline-block;
border: 1px solid #124098;
color: #124098;
font-size: 16px;
line-height: 1em;
padding: 10px 20px;
margin-bottom: 20px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

#process .process_box  .item:nth-of-type(2) p.read{
font-size: 24px;
font-weight: bold;
color: #124098;
margin-bottom: 10px;
}

#process .process_box  .item:nth-of-type(2) ul li{
border-bottom: 1px dashed #000;
padding-bottom: 10px;
margin-bottom: 10px;
}

.service_list{
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-top: 100px;
margin-bottom: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.service_list>.item{
flex-basis: 30%;
margin-right: 5%;
margin-bottom: 50px;
text-align: center;
}

.service_list>.item:nth-child(3n){
margin-right: 0;
}

.service_list>.item a{
display: block;
border: 1px solid #eee;
padding: 30px;
}

.service_list>.item a:hover{
background-color: #eee;
}

.service_list .item img{
width: 50%;
height: auto;
}

.service_list .item span{
display: block;
text-align: left;
color: #000;
font-size: 12px;
line-height: 2em;
}

.service_list .item span.title{
display: block;
text-align: center;
color: #124098;
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
}


@media screen and (max-width: 810px) {

#process{
display: block;
padding-top: 60px;
}

#process .layout{
width: 85%;
margin: 0 5% 0 10%;
}

#process .process_box{
position: relative;
z-index: 1;
height: 100%;
margin-bottom: 15%;
display:block;
}

#process .process_box:before{
content: "";
width: 2px;
height: 100%;
background-color: #124098;
position: absolute;
top: 0;
left: -6%;
z-index: 2;
}

#process .process_box:after{
content:"";
width: 2px;
height: 30px;
background-color: #e60012;
position: absolute;
bottom: -6px;
left: -6%;
z-index: 1;
-webkit-transform: translateX(-550%)　rotate(-50deg) ;
transform: translateX(-550%) rotate(-50deg);
}

#process .process_box:nth-last-of-type(1):after{
display: none;
}

#process .process_box  .item:nth-of-type(1)  h3{
color: #fff;
font-size: 18px;
padding: 0px;
position: relative;
margin-bottom: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2){
flex-basis: calc(80% - 20px);
background-color: #124098;
padding-left: 5%;
padding-right: 20px;
}

#process .process_box  .item:nth-of-type(1)  h3 span:nth-of-type(2):after{
display: none;
}


#process .process_box  .item:nth-of-type(1)  p{
font-size: 14px;
margin-bottom: 40px;
}

#process .process_box  .item:nth-of-type(1)>img{
width: calc(100% - 20px);
border-top:10px solid #124098;
border-left:10px solid #124098;
border-right:10px solid #e60012;
border-bottom:10px solid #e60012;
margin-bottom: 10px;
}

#process .process_box  .item:nth-of-type(2) .illust{
margin-top: 0;
margin-bottom: 30px;
}

#process .process_box  .item:nth-of-type(2) .col{
margin-bottom: 60px;
font-size: 13px;
}

#process .process_box  .item:nth-of-type(2) .step{
font-size: 14px;
}

#process .process_box  .item:nth-of-type(2) p.read{
font-size: 18px;
line-height: 1.6em;
}

#process .process_box  .item:nth-of-type(2) ul li{
font-size: 13px;
}

.service_list>.item{
flex-basis: 48%;
margin-right: 4%;
margin-bottom: 30px;
text-align: center;
}

.service_list>.item:nth-child(3n){
margin-right: 4%;
}

.service_list>.item:nth-child(2n){
margin-right: 0;
}

}


@media screen and (max-width: 480px) {

.service_list{
display: block;
padding-top: 60px;
}
.service_list>.item{
margin-right: 0;
margin-bottom: 30px;
text-align: center;
}

}


#example{
margin-bottom: 200px;
}

#example .layout{
width: 90%;
max-width: 1200px;
margin: 0 auto;
margin-top: 100px;
}

#example .layout .ex_box{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 60px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 20px 0;
}

#example .layout .ex_box.rev{
flex-direction: row-reverse;
}

#example .layout .ex_box .item{
flex-basis: 40%;
}

#example .layout .ex_box .item:nth-of-type(2){
flex-basis: 60%;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#example .layout .ex_box .item:nth-of-type(2) img{
width: 33.333%;
}

#example .layout .ex_box .item h3{
display: block;
color: #124098;
font-size: 28px;
font-weight: bold;
}

#example .layout .ex_box .item p{
font-size: 12px;
line-height: 2em;
}