@charset "utf-8";
/*共通設定*/
.main {
    padding-top: 100px;
}

.page-title {
    background-image: url(/img/in-service3.jpg);
}

.service {
    margin-bottom: 120px;
    border-bottom: solid 1px #f1f1f1;
}

.service-text {
    margin-bottom: 120px;
}

.service-1,
.service-2,
.service-3 {
    margin-bottom: 140px;
}
/*終わり*/


/*<section class="service">*/
.service-text {
    max-width: 1200px;
    padding: 0 5vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-list {
    max-width: 1200px;
    padding: 0 5vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.service-flex1,
.service-flex3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-flex2 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-flex1 img,
.service-flex2 img,
.service-flex3 img {
    width: 50%;
}

.service-txt h2 {
    margin-bottom: 30px;
}

.service-txt {
    width: 45%;
}
/*終わり*/


/*<section class="flow">*/
.flow {
    max-width: 1000px;
    width: 100%;
    padding: 0 5vw;
    margin-left: auto;
    margin-right: auto;
} 

.flow-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flow-flex img {
    width: 20%;
}

.flow-txt {
    width: 75%;
}

ul.stepflow {
	border: none;
    margin: 40px 0.5em 2em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc;
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #333;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #333;
	background-color: #333;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #999999;
	font-size: .8em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.stepflow_content {
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
}

/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
.main {
    padding-top: 80px;
}
/*終わり*/
}
/*終わり*/


/*スマホ*/
@media (max-width: 599px) {
/*<section class="service">*/
.service-text {
    text-align: left;
}

.service-text .lead-txt {
    text-align: center;
}

.service-list {
    background-color: #f1f1f1;
}

.service-1,
.service-2,
.service-3 {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #999;
}

.service-3 {
    border-bottom: none;
}

.service-flex1,
.service-flex2,
.service-flex3 {
    display: block;
}

.service-flex1 img,
.service-flex2 img,
.service-flex3 img {
    width: 100%;
}

.service-txt {
    width: 100%;
}

.service-txt h2 {
    text-align: center;
}
/*終わり*/
}
/*終わり*/