@charset "utf-8";
/* ===================================================================
CSS information

 file name  :flow.css
 author     :PCBrain
 style info :工事完了までの流れ用
=================================================================== */
#main article article {
	margin-bottom: 20px;
}


#main .flowList {
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 30px;
}

#main .flowList li {
	background: #00499f;
	border: #4a7ce0 solid 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 0;
	writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 97px;
    height: 160px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    display: -moz-box;
    vertical-align: middle;
}

#main .flowList li p {
	margin-bottom: 0;
}

@-moz-document url-prefix() {
  #main .flowList li p{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 36%;
  }
  #main .flowList li:first-child p,
  #main .flowList li:nth-child(2) p {
  right: 23%;
  }
}


#main .flowList li:before{
	content: "";
    background: none;
	left: 122%;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-left: 20px solid #eee;
	position: absolute;
    top: 50%;
    margin-top: -20px;
}

#main .flowList li:after{
	content: "";
	left: 105%;
	width: 20px;
	height: 20px;
	border-left: 20px solid #eee;
    border-top: none;
    border-right: none;
    transform: initial;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}


#main .flowList li:last-child:before,
#main .flowList li:last-child:after {
	display:none;
}

#main .flowList li span {
	font-size: 13px;
	font-weight: normal;
	display: block;
}

#main .stepList {
	counter-reset: step;
}

#main .stepList li {
    color: #fff;
    position: relative;
    padding-left: 0;
}

#main .stepList li > span  {
	writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 15px;
    line-height: 1;
    z-index: 0;
}

#main .stepList > li:first-child {
	background-color: #b8292f;
    position: relative;
}

#main .stepList > li:first-child:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin: -10px 0 0 0;
    display: block !important;
    z-index: 10;
    background: #00499F;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #b8292f transparent transparent transparent;
}

#main .stepList > li:nth-child(2) {
	background-color: #00499f;
}
#main .stepList > li:nth-child(2) > span {
	margin-top: 10px;
}

#main .stepList li:before,
#main .stepList li:after {
	display: none;
}

#main .stepList li ol {
	background: #fff;
	margin-left: 50px;
	padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
}

#main .stepList li ol li{
	writing-mode: lr-tb; /* IE独自仕様 */
    writing-mode: lr-tb;
    -moz-writing-mode: lr-tb;
    -o-writing-mode: lr-tb;
    -webkit-writing-mode: lr-tb;
    color: #444;
    position: relative;
    overflow: hidden;
    border-bottom: #303030 dotted 1px;
    padding-bottom: 15px;
    margin-bottom:15px;
}


#main .stepList li ol li:first-child {
    border-top: #303030 dotted 1px;
    padding-top: 15px;
}

#main .stepList li ol li.no-border {
    border-top: none;
}
#main .stepList li ol li:last-child {
	margin-bottom: 0;
}

#main .stepList li ol li:before {
	background: #12a73b;
	border-radius: 5px;
	color: #fff;
	counter-increment:step;
	content: "STEP:"counter(step,decimal-leading-zero);
	flex-grow: 0;
	border-top: none;
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px;
	line-height:1.5;
	display: inline-block;
	text-align: left;
	float: left;
	margin-right: 15px;
}

#main .stepList li ol li h5 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height:1;
	display: block;
	text-align: left;
}

#main .stepList li ol li h5:before {
	display: none;
}

/*#main .stepList li ol li h5:before {
	background: #12a73b;
	border-radius: 5px;
	color: #fff;
	counter-increment:step;
	content: "STEP:"counter(step,decimal-leading-zero);
	flex-grow: 0;
	border-top: none;
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px;
	margin-right: 15px;
	line-height:1.5;
	display: inline-block;
	text-align: left;
}*/

#main .stepList li ol li h5:after {
	display: none;
}

#main .stepList li ol li img {
	margin-bottom: 0;
}

#main .faqList {
}

#main .faqList dt {
	background: url(../img/common/ico_q.png) no-repeat left center;
	border-bottom: #f69329 solid 5px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 35px;
}

#main .faqList dd {
	margin-bottom: 30px;
}