 @charset "UTF-8";



		.f30{
		    font-size: 30px;
		}

		.gray{
		    color: #999999;
		}

		.f20{
		    font-size: 20px;
		}
		.f12{
		     
		    font-size: 12px;
		}




		.line{
		    display: flex;
		    justify-content: space-between;
		    /*align-items: center;*/
		    margin: 10px 0;
		}
		.line .box{
		    width: 96%;
		    display: flex;
		    justify-content: space-between;
		    align-items: center;
		    background: #fff;
		    padding: 20px;
		    border-radius: 6px;
		    border: 1px solid #ddd;
		}
		.lf{
		    width: 25%;
		    font-size: 7rem;
		    font-weight: bold;
		    color: #BFD1EA;
		}
		.rg{
		    width: 80%;
		    line-height: 20px;
		}
		.f20{
		    margin-bottom: 10px;
		    color: #333;
		}
		#part2 img{
		    width: 70%;
		    margin: 0 auto;
		    display: block;
		}
		
		.rg{
		    height: 66%;
		}