@charset "utf-8";

/*.sub-main.flow {
	background: url(../images/sub_bg_flow.jpg) no-repeat center center;
	background-size:cover;
}*/
h3 {
	font-weight: bold;
}

.contents {
    background: #F6F9F1;
    margin: 30px auto 0;
    padding: 40px 0 50px;
}
.txt {
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    letter-spacing: 0.5rem;
    line-height: 7rem;
    color: #1eb42d;
    margin-top: -20px;
}
.txt_b {
text-align: center;
font-weight: bold;
font-size: 2rem;
line-height: 2.5rem;
margin-top: 10px;
}
/*
.box01{
	background-color: #1eaa39 !important;
}

.box01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 40px 30px;
    box-sizing: border-box;
}
.box01 ul li {
    background-color: #FFF;
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: -11px 0px 19px -5px rgba(4,4,4,0.29), -14px 0px 12px -4px rgba(10,10,10,0.02);
}
*/
.box01 ul li p {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.6rem;
    text-align: justify;
    margin-bottom: 0;
	letter-spacing: normal;
}
/*
.box01 ul li .flow_img {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.box01 ul li .flow_img img {
	width: 58px;
}

.box01 ul li h3 {
    font-size: 47px;
    text-align: center;
    line-height: 1em;
    border-bottom: solid 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}*/
.box01 ul li h3 span {
    font-size: 26px;
    display: block;
}
.box01 .flow_point li h3{
	color: #00adec;
}
/*
.box01 .flow_point li:before {
    content: "";
    display: inline-block;
    width: 94px;
    height: 66px;
    background: url(../images/flow_ribon_blue.png)no-repeat;
    background-size: contain;
    left: -31px;
    top: 10px;
    position: absolute;
}
.box01 .flow_point li:after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 28px;
    background: url(../images/flow_ribon_blue_b.png)no-repeat;
    background-size: contain;
    left: -31px;
    top: 74px;
    position: absolute;
}
*/
.box01 .flow_num li:before {
    content: "01";
    display: inline-block;
    width: 94px;
    height: 66px;
    background: url(../../img/00_old/flow/flow_ribon_01.png)no-repeat;
    background-size: contain;
    left: -31px;
    top: 10px;
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 41px;
    font-family: 'Bebas Neue', cursive;
}
.box01 .flow_num li:after {
    content: "";
    display: inline-block;
    width: 31px;
    height: 28px;
	background: url(../../img/00_old/flow/flow_ribon_01_b.png)no-repeat;
    background-size: contain;
    left: -31px;
    top: 74px;
    position: absolute;
}

.box01 .flow_num li:nth-child(2):before {
	content: "02";
	background: url(../../img/00_old/flow/flow_ribon_02.png)no-repeat;
    background-size: contain;
}
.box01 .flow_num li:nth-child(2):after {
	background: url(../../img/00_old/flow/flow_ribon_02_b.png)no-repeat;
    background-size: contain;
}

.box01 .flow_num li:nth-child(3):before {
		content: "03";
	background: url(../../img/00_old/flow/flow_ribon_03.png)no-repeat;
    background-size: contain;
}
.box01 .flow_num li:nth-child(3):after {
	background: url(../../img/00_old/flow/flow_ribon_03_b.png)no-repeat;
    background-size: contain;
}
.box01 .flow_num li:nth-child(4):before {
		content: "04";
	background: url(../../img/00_old/flow/flow_ribon_04.png)no-repeat;
    background-size: contain;
}
.box01 .flow_num li:nth-child(4):after {
	background: url(../../img/00_old/flow/flow_ribon_04_b.png)no-repeat;
    background-size: contain;
}

/*
.box01 .flow_num{
	    padding: 50px 40px 0;
}*/
.box01 .flow_num li {
    margin-bottom: 80px;
}

.box01 .flow_num li:nth-child(1) h3{
	color: #ea5d33;
}

.box01 .flow_num li:nth-child(2) h3{
	color: #f08c00;
}
.box01 .flow_num li:nth-child(2) h3 span{
    font-size: 23px;
}
.box01 .flow_num li:nth-child(3) h3{
	color: #53b232;
}
.box01 .flow_num li:nth-child(4) h3{
	color: #0c79a7;
}

.title03 {
	font-size:140%;
	}
.w50 { width: 84%;}



@media screen and (max-width: 680px) {
.txt {
    font-size: 25px;
    margin: 0 !important;
    line-height:3.5rem;
    color: #1EB52C;
}
.txt_b {
text-align: center;
font-weight: bold;
font-size: 1.6rem;
line-height: 2.5rem;
margin-top: 10px;
}

.contents {
    background: #F6F9F1;
    margin: 0 auto 0;
    padding: 40px 10px 50px;
    box-sizing: border-box;
}
/*
.box01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 10px 0;
    box-sizing: border-box;
}


.box01 ul li {
    background-color: #FFF;
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    position: relative;
    box-shadow: -11px 0px 19px -5px rgba(4,4,4,0.29), -14px 0px 12px -4px rgba(10,10,10,0.02);
    margin-bottom: 20px;
}
.box01 ul li h3 {
    font-size: 39px;
    text-align: center;
    line-height: 1em;
    border-bottom: solid 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.box01 ul li h3 span {
    font-size: 24px;
    display: block;
}
*/
.box01 .flow_num li:nth-child(2) h3 span {
    font-size: 19px;
}
/*
.box01 .flow_num {
    padding: 0 10px 0;
}
.box01 .flow_num li {
    margin-bottom: 20px;
}
.box01 .flow_point li:before {
    content: "";
    display: inline-block;
    width: 94px;
    height: 66px;
    background: url(../images/flow_ribon_blue.png)no-repeat;
    background-size: contain;
    left: -14px;
    top: 10px;
    position: absolute;
}
.box01 .flow_point li:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 28px;
    background: url(../images/flow_ribon_blue_b.png)no-repeat;
    background-size: contain;
    left: -15px;
    top: 74px;
    position: absolute;
}

.box01 .flow_num li:before {
    content: "01";
    display: inline-block;
    width: 94px;
    height: 66px;
    background: url(../images/flow_ribon_01.png)no-repeat;
    background-size: contain;
    left: -14px;
    top: 10px;
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 41px;
    font-family: 'Bebas Neue', cursive;
}
.box01 .flow_num li:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 28px;
    background: url(../images/flow_ribon_01_b.png)no-repeat;
    background-size: contain;
    left: -15px;
    top: 74px;
    position: absolute;
}
*/
.box01 ul li p {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4rem;
    text-align: justify;
    margin-bottom: 0;
}
.local_02_aera {
    border: solid 3px #1eb42d;
    padding: 20px 15px 20px 15px;
    margin: 20px;
}

.bottom_nav_green01{
	margin: 20px;
}

}