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

/* section.workflow */
section.workflow .sec_main{
	margin: 30px auto 0;
}

section.workflow li{
	
}

section.workflow li h4 {
	font-size: 19px;
	background: url(../img/cmn_img_bg02.png);
	height: 55px;
	line-height: 49px;
	border: 3px solid #006797;
	color:#006797;
	border-left: none;
	padding: 0 15px;
	position: relative;
	margin: 0 0 0 130px;
	width: 275px;
	font-weight: 500;
}

section.workflow li h4:before{
	content: 'STEP1';
	display: block;
	position: absolute;
	width: 130px;
	height: 55px;
	background: #006797;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-size: 24px;
	top: -3px;
	left: -130px;
	line-height: 55px;
}

section.workflow li:nth-child(2) h4:before{
	content: 'STEP2';
}

section.workflow li:nth-child(3) h4:before{
	content: 'STEP3';
}

section.workflow li:nth-child(4) h4:before{
	content: 'STEP4';
}

section.workflow li:nth-child(5) h4:before{
	content: 'STEP5';
}

section.workflow li:nth-child(6) h4:before{
	content: 'STEP6';
}

section.workflow li:nth-child(7) h4:before{
	content: 'STEP7';
}

section.workflow li > div{
	display: flex;
	margin: 15px 0 15px 65px;
	border-left: 2px solid #8ca7b4;
	padding: 10px 0 30px;
}


section.workflow li > div .wrap_img{
	width: 135px;
	position: relative;
	margin: 0 0 0 15px;
}

section.workflow li > div .wrap_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

section.workflow li:nth-child(7) > div .wrap_img img {
    top: 7px;
    transform: translate(-50% , 0%);
	}

section.workflow li > div .txt{
	display: inline-block;
	width: calc(100% - 150px);
	font-size: 16px;
	line-height: 1.5;
}

section.workflow li:nth-child(7) > div .txt ul{
	margin: 13px 0;
}

section.workflow li:nth-child(7) > div .txt ul li:first-child{
	margin-bottom: 8px;
}

section.workflow li:nth-child(7) > div .txt ul li p:nth-child(2){
	padding-left: 1em;
}

section.workflow li:nth-child(7) > div .txt ul li p:nth-child(2) span {
	white-space: nowrap;
}


/* section.Detailed_sch */
section.Detailed_sch{
	margin: 0 0 150px;
}

section.Detailed_sch .sec_main{
	margin: 45px auto 0;
}

section.Detailed_sch img{
	width: 100%;
	height: auto;
}

section.Detailed_sch img.sp{
	display: none;
}

/*3月12日追記*/


section.workflow li > div.flow{
    margin: 0px 0 15px 65px;
    border-left: 2px dashed #8ca7b4;
    padding: 10px 0 30px;}


section .flow_title {
	margin: 0px 0 5px 65px;
	border-left: 2px dashed #8ca7b4;
	padding: 10px 0 10px 25px;
	font-weight: 600;
	position: relative;
	color: #006797;
}

section .flow_title:before{
	content: "";
	background: #006797;
	position: absolute;
	left: 15px;
	width: 5px;
	height: 20px;
}

section .flow .flow_box {
	border: 2px solid #006797;
	margin: 0 15px;
	width: calc((100% - 30px)/3);
	position: relative;
	font-size: 14px;
	position: relative;
}


section .flow .flow_box:after{
	content: "";
	background: url("../img/index_img_03.png") no-repeat center;
	background-size: 30%;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top:40%;
	right: -45px;
}

section .flow  .flow_box3:after{
	content: none;
}

section .flow .flow_box h5 {
	background: #006797;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 3px;
	width: 100%;
}

section .flow .flow_box ul li:before{
	content: "・";
}

section .flow .flow_box ul li.title:before{
	content: "";
}


section .flow .flow_box ul li{
	padding: 5px 0;
	font-size: 14px;
}

section .flow .flow_box ul li.title{
	padding: 5px 0;
	font-size: 13px;
}


section .flow .flow_box ul li span{
	font-size: 14px;
}
section .flow .flow_box ul{
	margin: 20px 10px;
	background: #f1f4f6; 
}

section .flow .flow_box3 ul{
	margin:10px;
	background: #f1f4f6; 
}


section .flow .flow_box ul,
section .flow .flow_box p{
	padding: 10px;
}

section .flow .flow_box3{
	border: none;
}

section .flow .flow_box .flow_alb{
	margin-bottom: 10px;
}

section .flow .flow_box .flow_alb,
section .flow .flow_box .flow_aoc {
	border: 2px solid #006797;
}

section .flow .flow_box .flow_alb p,
section .flow .flow_box .flow_aoc p{
	padding: 10px;
}

section .flow .flow_box .flow_alb p:before,
section .flow .flow_box .flow_aoc p:before{
	content: "・";
}
/*追記ここまで*/

/*==レスポンシブ設定==*/
@media screen and (min-width:1020px) {
	
}

/*------------ノートPC用------------------*/
@media screen and (min-width: 960px) and (max-width: 1019px) {
	
}

/*------------タブレット用------------------*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	
	section.workflow li > div {
    margin: 15px 0 15px 32px;
	}
	
	section.workflow li > div .wrap_img {
    width: 115px;
    margin: 0;
	}
	
	section.workflow li > div .txt {
    width: calc(100% - 115px);
	}
	
	section.workflow li > div.flow{
		margin: 0px 0 15px 32px;
		display: block;
		padding-right: 10px;
		box-sizing: border-box;
	}

	section .flow_title{
		margin: 15px 0 5px 32px;
	}
	section .flow .flow_box{
		margin:  0 0 30px 15px;
		width: calc(100% - 30px);
		position: relative;
		font-size: 14px;
	}
	section .flow .flow_box3{
		display: flex;
	}
	section .flow .flow_alb,
	section .flow .flow_aoc{
		width: calc((100% - 10px)/2);
		height: 150px;
	}
	
	section .flow .flow_alb{
		margin-right: 10px;
	}
	
	section .flow .flow_box:after{
		transform: rotate(90deg);
		top:94%;
		right: 45%;
	}

	section .flow .flow_box h5{
		color: #fff;
		padding: 10px 0;
		text-align: center;
		letter-spacing: 2px;
		width: 100%;
	}

}

/*-----------スマホ-------------*/
@media screen and (max-width: 559px) {
	
	section.workflow {
    margin: 0 0 60px;
	}
	
	section.workflow li {
    position: relative;
	}
	
	section.workflow li h4 {
    width: 100%;
    margin: 37px 0 0;
    position: static;
    border: 2px solid #006797;
    border-left: 2px solid #006797;
    border-top: none;
    display: inline-block;
    min-height: 51px;
    padding: 11px 10px 11px 75px;
    line-height: 1.4;
    font-size: 18px;
    height: auto;
	}
	
	section.workflow li h4:before {
    width: 100%;
    top: 0;
    left: 0;
		height: 37px;
		line-height: 37px;
		font-size: 20px;
	}
	
	section.workflow li > div {
    border: none;
    margin: 0;
    padding: 12px 5px 30px;
	}
	
	section.workflow li:nth-child(7) > div {
    padding: 12px 5px 0;
	}
	
	section.workflow li > div .wrap_img {
    position: absolute;
    height: 49px;
    width: 75px;
    margin: 0;
    top: 37px;
    left: 0;
	}
	
	section.workflow li > div .wrap_img img {
    width: 55%;
    height: auto;
	}
	
	section.workflow li:nth-child(2) > div .wrap_img img {
    width: 41%;
	}
	
	section.workflow li:nth-child(3) > div .wrap_img img {
    width: 39%;
	}
	
	section.workflow li:nth-child(4) > div .wrap_img img {
    width: 46%;
	}
	
	section.workflow li:nth-child(5) > div .wrap_img img {
    width: 46%;
	}
	
	section.workflow li:nth-child(6) > div .wrap_img img {
    width: 46%;
	}
	
	section.workflow li:nth-child(7) > div .wrap_img img {
    width: 46%;
	}
	
	section.workflow li > div .txt {
    width: 100%;
	}
	
	section.Detailed_sch {
    margin: 0 0 75px;
	}
	
	section.Detailed_sch .sec_main {
    margin: 35px auto 0;
	}
	
	section.Detailed_sch img.pc {
    display: none;
	}
	
	section.Detailed_sch img.sp {
    display: block;
		margin: 0 auto 0;
    max-width: 400px;
	}
	
	section.Detailed_sch img:nth-child(2) {
    margin: 0 auto 30px;
	}
	
	section.workflow li > div.flow{
		margin: 0px;
		padding-right: 0px;
		box-sizing: border-box;
		border: none;
		display: block;
	}
	
	section.workflow li > div.flow p{
		text-align: center;
	}

	section .flow_title{
		margin: 0;
		border: none;
	}
	section .flow .flow_box{
		margin:  0 0 30px;
		width:100%;
		position: relative;
		font-size: 14px;
	}
	section .flow .flow_box3{
		display: flex;
	}
	section .flow .flow_alb,
	section .flow .flow_aoc{
		width: calc((100% - 10px)/2);
		min-height: 150px;
	}
	
	section .flow .flow_alb{
		margin-right: 10px;
	}
	
	section .flow .flow_box:after{
		transform: rotate(90deg);
		top:94%;
		right: 42%;
	}
	
	section .flow .flow_box3 li br{
		display: none;
	}

	section .flow .flow_box h5 {
		background: #006797;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		letter-spacing: 2px;
		width: 100%;
	}

	
}




