@charset "UTF-8";


/*******************************

沿革　Css

*******************************/

section {
    margin-bottom: 80px;
    overflow: hidden;
}


/*-----------------------------
.sec01
-------------------------------*/

/*---flowTable---*/

ul.flowTable {
    width: 100%;
    text-align: left;
    margin-top: 100px;
}

ul.flowTable li {
    width: 494px;
}

ul.flowTable li.order02 {
    margin-top: -202px
}

ul.flowTable li.order03 {
    margin-top: -82px
}

ul.flowTable li.order04 {
    margin-top: -162px
}

ul.flowTable li.order05 {
    margin-top: -90px
}

ul.flowTable li.order06 {
    margin-top: -302px
}

ul.flowTable li:nth-child(odd) {
    clear: both;
    float: left;
}

ul.flowTable li:nth-child(even) {
    clear: both;
    float: right;
    margin-right: 2px;
}


ul.flowTable li > dl {
    position: relative;
    margin-bottom: 0;
}

ul.flowTable li:nth-child(odd) > dl {
    border-right: 2px dotted #ee8763;
    padding-right: 20px;
}

ul.flowTable li:nth-child(even) > dl {
    border-left: 2px dotted #ee8763;
    padding-left: 70px;
}


ul.flowTable li > dl > dt {
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    border-top: 1px dotted #c9c9c9;
}

ul.flowTable li > dl > dt:before {
    content: url(../images/icon.png);
    display: block;
    position: absolute;
}

ul.flowTable li:nth-child(even) > dl > dt:before {
    left: -8px;
    top: -20px;
}

ul.flowTable li:nth-child(odd) > dl > dt:before {
    left: auto;
    right: -7px;
    top: -20px;
}


ul.flowTable li:nth-child(even) > dl > dt {
    left: 0;
}

ul.flowTable li > dl > dd {
    overflow: hidden;
    padding: 40px 0 0 0;
}

ul.flowTable li:nth-child(even) > dl > dd {
    float: left;
}

ul.flowTable li > dl dl {
    width: 100%;
    overflow: hidden;
}

ul.flowTable li > dl dl dt {
    float: left;
    color: #ee8763;
    width: 70px;
    clear: both;
}

ul.flowTable li > dl dl dd {
    float: left;
    width: 350px;
}

.dotted01 {
    display: block;
    width: 200px;
    margin-top: -20px;
    background: #fff;
}

.dotted02 {
    display: block;
    width: auto;
    margin-top: -20px;
    margin-left: 70px;
    background: #fff;
}

.his_ptxt_r{
	text-align: right;
	margin-right: 80px;
}

.his_ptxt_l{
	text-align: right;
	margin-right: 30px;
}


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


    /*---flowTable---*/
    ul.flowTable {}

    ul.flowTable li {
        width: 100%!important;
        margin-top: 0!important;
        margin-right: 0!important;
        margin-bottom: 50px;
        float: none!important;
    }

    ul.flowTable li > dl {
        border: none!important;
        padding-right: 0!important;
        padding-left: 5%!important;
    }



    ul.flowTable li > dl > dt {
        position: static;
        border-top: none;
        background: url(../images/icon.png) left 50% no-repeat;
        padding-left: 25px;
    }

    ul.flowTable li > dl > dt:before {
        display: none;
    }



    ul.flowTable li > dl > dd {
        overflow: hidden;
        padding: 20px 0 0 0;
    }

    ul.flowTable li:nth-child(even) > dl > dd {
        float: left;
    }

    ul.flowTable li > dl dl {
        width: 100%;
        overflow: hidden;
    }

    ul.flowTable li > dl dl dt {
        float: none;
        width: 100%;
    }

    ul.flowTable li > dl dl dd {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .dotted01 {
        width: auto;
        margin-top: 0;
        background: none;
    }

    .dotted02 {
        margin-top: 0;
        margin-left: 0;
        background: none;
    }
	
	.his_ptxt_r{
	text-align: center;
	margin-right: 0;
	}
	
	.his_ptxt_l{
	text-align: center;
	margin-right: 0;
	}

}

/*追加しました*/


.arrow{
  display:block;
  height:40px;
  width:1px;
  border-left: 2px dotted #ee8763;
  position:relative;
  left:49.8%;
}

.arrow:before {
  position:absolute;
  content:"";
width: 50px;
height: 50px;
border: 2px dotted #ee8763;
border-color:  transparent transparent #ee8763 #ee8763;
transform: rotate(-45deg);
  left:-25.5px;
  top:-20px;
}
